{
    "openapi":"3.0.0",
    "info":{
        "title":"REST API for Fusion Cloud Transportation and Global Trade Management Business Object Resources",
        "version":"2026.06.25",
        "description":"Fusion Cloud Transportation and Global Trade Management business object resource REST APIs can be used to access in-system data and construct integrations to other systems.",
        "x-summary":"Fusion Cloud Transportation and Global Trade Management business object resource REST APIs can be used to access in-system data and construct integrations to other systems."
    },
    "paths":{
        "/metadataLayouts":{
            "get":{
                "tags":[
                    "Power Data/Metadata Layouts"
                ],
                "summary":"Get Metadata Layouts",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/metadataLayouts"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"metadataLayouts-get",
                "x-filename-id":"metadatalayouts-get"
            }
        },
        "/metadataLayouts/{metadataLayoutGid}":{
            "parameters":[
                {
                    "name":"metadataLayoutGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Metadata Layouts"
                ],
                "summary":"Get a Metadata Layout",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/metadataLayouts"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"metadataLayouts-{metadataLayoutGid}-get",
                "x-filename-id":"metadatalayouts-metadatalayoutgid-get"
            }
        },
        "/incoterms":{
            "get":{
                "tags":[
                    "Power Data/INCO Terms"
                ],
                "summary":"Get INCO Terms",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/incoterms"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"incoterms-get",
                "x-filename-id":"incoterms-get"
            },
            "post":{
                "tags":[
                    "Power Data/INCO Terms"
                ],
                "summary":"Create an INCO Term",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/incoterms"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/incoterms"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"incoterms-post",
                "x-filename-id":"incoterms-post"
            }
        },
        "/incoterms/{incoTermGid}":{
            "parameters":[
                {
                    "name":"incoTermGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/INCO Terms"
                ],
                "summary":"Get an INCO Term",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/incoterms"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"incoterms-{incoTermGid}-get",
                "x-filename-id":"incoterms-incotermgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/INCO Terms"
                ],
                "summary":"Delete an INCO Term",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"incoterms-{incoTermGid}-delete",
                "x-filename-id":"incoterms-incotermgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/INCO Terms"
                ],
                "summary":"Update an INCO Term",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"incoterms-{incoTermGid}-patch",
                "x-filename-id":"incoterms-incotermgid-patch"
            }
        },
        "/provinceCodeProfiles":{
            "get":{
                "tags":[
                    "Power Data/Province Code Profiles"
                ],
                "summary":"Get Province Code Profiles",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/provinceCodeProfiles"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"provinceCodeProfiles-get",
                "x-filename-id":"provincecodeprofiles-get"
            },
            "post":{
                "tags":[
                    "Power Data/Province Code Profiles"
                ],
                "summary":"Create a Province Code Profile",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/provinceCodeProfiles"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/provinceCodeProfiles"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"provinceCodeProfiles-post",
                "x-filename-id":"provincecodeprofiles-post"
            }
        },
        "/provinceCodeProfiles/{provinceCodeProfileGid}":{
            "parameters":[
                {
                    "name":"provinceCodeProfileGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Province Code Profiles"
                ],
                "summary":"Get a Province Code Profile",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/provinceCodeProfiles"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"provinceCodeProfiles-{provinceCodeProfileGid}-get",
                "x-filename-id":"provincecodeprofiles-provincecodeprofilegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Province Code Profiles"
                ],
                "summary":"Delete a Province Code Profile",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"provinceCodeProfiles-{provinceCodeProfileGid}-delete",
                "x-filename-id":"provincecodeprofiles-provincecodeprofilegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Province Code Profiles"
                ],
                "summary":"Update a Province Code Profile",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"provinceCodeProfiles-{provinceCodeProfileGid}-patch",
                "x-filename-id":"provincecodeprofiles-provincecodeprofilegid-patch"
            }
        },
        "/provinceCodeProfiles/{provinceCodeProfileGid}/details":{
            "parameters":[
                {
                    "name":"provinceCodeProfileGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Province Code Profiles/Details"
                ],
                "summary":"Get Details",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/provinceCodeProfiles.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"provinceCodeProfiles-{provinceCodeProfileGid}-details-get",
                "x-filename-id":"provincecodeprofiles-provincecodeprofilegid-details-get"
            },
            "post":{
                "tags":[
                    "Power Data/Province Code Profiles/Details"
                ],
                "summary":"Create a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/provinceCodeProfiles.details"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/provinceCodeProfiles.details"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/provinceCodeProfiles.details"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/provinceCodeProfiles.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"provinceCodeProfiles-{provinceCodeProfileGid}-details-post",
                "x-filename-id":"provincecodeprofiles-provincecodeprofilegid-details-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Province Code Profiles/Details"
                ],
                "summary":"Update Details",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"provinceCodeProfiles-{provinceCodeProfileGid}-details-patch",
                "x-filename-id":"provincecodeprofiles-provincecodeprofilegid-details-patch"
            }
        },
        "/provinceCodeProfiles/{provinceCodeProfileGid}/details/{provinceCodexcountryCode3Gid}":{
            "parameters":[
                {
                    "name":"provinceCodeProfileGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"provinceCodexcountryCode3Gid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Province Code Profiles/Details"
                ],
                "summary":"Get a Detail",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/provinceCodeProfiles.details"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"provinceCodeProfiles-{provinceCodeProfileGid}-details-{provinceCodexcountryCode3Gid}-get",
                "x-filename-id":"provincecodeprofiles-provincecodeprofilegid-details-provincecodexcountrycode3gid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Province Code Profiles/Details"
                ],
                "summary":"Delete a Detail",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"provinceCodeProfiles-{provinceCodeProfileGid}-details-{provinceCodexcountryCode3Gid}-delete",
                "x-filename-id":"provincecodeprofiles-provincecodeprofilegid-details-provincecodexcountrycode3gid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Province Code Profiles/Details"
                ],
                "summary":"Update a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"provinceCodeProfiles-{provinceCodeProfileGid}-details-{provinceCodexcountryCode3Gid}-patch",
                "x-filename-id":"provincecodeprofiles-provincecodeprofilegid-details-provincecodexcountrycode3gid-patch"
            }
        },
        "/appointmentShipmentStopActivityProfiles":{
            "get":{
                "tags":[
                    "Power Data/Appointment Shipment Stop Activity Profiles"
                ],
                "summary":"Get Appointment Shipment Stop Activity Profiles",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/appointmentShipmentStopActivityProfiles"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"appointmentShipmentStopActivityProfiles-get",
                "x-filename-id":"appointmentshipmentstopactivityprofiles-get"
            },
            "post":{
                "tags":[
                    "Power Data/Appointment Shipment Stop Activity Profiles"
                ],
                "summary":"Create an Appointment Shipment Stop Activity Profile",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/appointmentShipmentStopActivityProfiles"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/appointmentShipmentStopActivityProfiles"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"appointmentShipmentStopActivityProfiles-post",
                "x-filename-id":"appointmentshipmentstopactivityprofiles-post"
            }
        },
        "/appointmentShipmentStopActivityProfiles/{apptSsActivityProfGid}":{
            "parameters":[
                {
                    "name":"apptSsActivityProfGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Appointment Shipment Stop Activity Profiles"
                ],
                "summary":"Get an Appointment Shipment Stop Activity Profile",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/appointmentShipmentStopActivityProfiles"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"appointmentShipmentStopActivityProfiles-{apptSsActivityProfGid}-get",
                "x-filename-id":"appointmentshipmentstopactivityprofiles-apptssactivityprofgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Appointment Shipment Stop Activity Profiles"
                ],
                "summary":"Delete an Appointment Shipment Stop Activity Profile",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"appointmentShipmentStopActivityProfiles-{apptSsActivityProfGid}-delete",
                "x-filename-id":"appointmentshipmentstopactivityprofiles-apptssactivityprofgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Appointment Shipment Stop Activity Profiles"
                ],
                "summary":"Update an Appointment Shipment Stop Activity Profile",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"appointmentShipmentStopActivityProfiles-{apptSsActivityProfGid}-patch",
                "x-filename-id":"appointmentshipmentstopactivityprofiles-apptssactivityprofgid-patch"
            }
        },
        "/appointmentShipmentStopActivityProfiles/{apptSsActivityProfGid}/details":{
            "parameters":[
                {
                    "name":"apptSsActivityProfGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Appointment Shipment Stop Activity Profiles/Details"
                ],
                "summary":"Get Details",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/appointmentShipmentStopActivityProfiles.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"appointmentShipmentStopActivityProfiles-{apptSsActivityProfGid}-details-get",
                "x-filename-id":"appointmentshipmentstopactivityprofiles-apptssactivityprofgid-details-get"
            },
            "post":{
                "tags":[
                    "Power Data/Appointment Shipment Stop Activity Profiles/Details"
                ],
                "summary":"Create a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/appointmentShipmentStopActivityProfiles.details"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/appointmentShipmentStopActivityProfiles.details"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/appointmentShipmentStopActivityProfiles.details"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/appointmentShipmentStopActivityProfiles.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"appointmentShipmentStopActivityProfiles-{apptSsActivityProfGid}-details-post",
                "x-filename-id":"appointmentshipmentstopactivityprofiles-apptssactivityprofgid-details-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Appointment Shipment Stop Activity Profiles/Details"
                ],
                "summary":"Update Details",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"appointmentShipmentStopActivityProfiles-{apptSsActivityProfGid}-details-patch",
                "x-filename-id":"appointmentshipmentstopactivityprofiles-apptssactivityprofgid-details-patch"
            }
        },
        "/appointmentShipmentStopActivityProfiles/{apptSsActivityProfGid}/details/{activityGid}":{
            "parameters":[
                {
                    "name":"apptSsActivityProfGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"activityGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Appointment Shipment Stop Activity Profiles/Details"
                ],
                "summary":"Get a Detail",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/appointmentShipmentStopActivityProfiles.details"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"appointmentShipmentStopActivityProfiles-{apptSsActivityProfGid}-details-{activityGid}-get",
                "x-filename-id":"appointmentshipmentstopactivityprofiles-apptssactivityprofgid-details-activitygid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Appointment Shipment Stop Activity Profiles/Details"
                ],
                "summary":"Delete a Detail",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"appointmentShipmentStopActivityProfiles-{apptSsActivityProfGid}-details-{activityGid}-delete",
                "x-filename-id":"appointmentshipmentstopactivityprofiles-apptssactivityprofgid-details-activitygid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Appointment Shipment Stop Activity Profiles/Details"
                ],
                "summary":"Update a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"appointmentShipmentStopActivityProfiles-{apptSsActivityProfGid}-details-{activityGid}-patch",
                "x-filename-id":"appointmentshipmentstopactivityprofiles-apptssactivityprofgid-details-activitygid-patch"
            }
        },
        "/agencyCodeProfiles":{
            "get":{
                "tags":[
                    "Power Data/Agency Code Profiles"
                ],
                "summary":"Get Agency Code Profiles",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/agencyCodeProfiles"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"agencyCodeProfiles-get",
                "x-filename-id":"agencycodeprofiles-get"
            },
            "post":{
                "tags":[
                    "Power Data/Agency Code Profiles"
                ],
                "summary":"Create an Agency Code Profile",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/agencyCodeProfiles"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/agencyCodeProfiles"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"agencyCodeProfiles-post",
                "x-filename-id":"agencycodeprofiles-post"
            }
        },
        "/agencyCodeProfiles/{gtmAgencyCodeProfileGid}":{
            "parameters":[
                {
                    "name":"gtmAgencyCodeProfileGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Agency Code Profiles"
                ],
                "summary":"Get an Agency Code Profile",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/agencyCodeProfiles"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"agencyCodeProfiles-{gtmAgencyCodeProfileGid}-get",
                "x-filename-id":"agencycodeprofiles-gtmagencycodeprofilegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Agency Code Profiles"
                ],
                "summary":"Delete an Agency Code Profile",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"agencyCodeProfiles-{gtmAgencyCodeProfileGid}-delete",
                "x-filename-id":"agencycodeprofiles-gtmagencycodeprofilegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Agency Code Profiles"
                ],
                "summary":"Update an Agency Code Profile",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"agencyCodeProfiles-{gtmAgencyCodeProfileGid}-patch",
                "x-filename-id":"agencycodeprofiles-gtmagencycodeprofilegid-patch"
            }
        },
        "/agencyCodeProfiles/{gtmAgencyCodeProfileGid}/details":{
            "parameters":[
                {
                    "name":"gtmAgencyCodeProfileGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Agency Code Profiles/Details"
                ],
                "summary":"Get Details",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/agencyCodeProfiles.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"agencyCodeProfiles-{gtmAgencyCodeProfileGid}-details-get",
                "x-filename-id":"agencycodeprofiles-gtmagencycodeprofilegid-details-get"
            },
            "post":{
                "tags":[
                    "Power Data/Agency Code Profiles/Details"
                ],
                "summary":"Create a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/agencyCodeProfiles.details"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/agencyCodeProfiles.details"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/agencyCodeProfiles.details"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/agencyCodeProfiles.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"agencyCodeProfiles-{gtmAgencyCodeProfileGid}-details-post",
                "x-filename-id":"agencycodeprofiles-gtmagencycodeprofilegid-details-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Agency Code Profiles/Details"
                ],
                "summary":"Update Details",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"agencyCodeProfiles-{gtmAgencyCodeProfileGid}-details-patch",
                "x-filename-id":"agencycodeprofiles-gtmagencycodeprofilegid-details-patch"
            }
        },
        "/agencyCodeProfiles/{gtmAgencyCodeProfileGid}/details/{agencyCodeGid}":{
            "parameters":[
                {
                    "name":"gtmAgencyCodeProfileGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"agencyCodeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Agency Code Profiles/Details"
                ],
                "summary":"Get a Detail",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/agencyCodeProfiles.details"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"agencyCodeProfiles-{gtmAgencyCodeProfileGid}-details-{agencyCodeGid}-get",
                "x-filename-id":"agencycodeprofiles-gtmagencycodeprofilegid-details-agencycodegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Agency Code Profiles/Details"
                ],
                "summary":"Delete a Detail",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"agencyCodeProfiles-{gtmAgencyCodeProfileGid}-details-{agencyCodeGid}-delete",
                "x-filename-id":"agencycodeprofiles-gtmagencycodeprofilegid-details-agencycodegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Agency Code Profiles/Details"
                ],
                "summary":"Update a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"agencyCodeProfiles-{gtmAgencyCodeProfileGid}-details-{agencyCodeGid}-patch",
                "x-filename-id":"agencycodeprofiles-gtmagencycodeprofilegid-details-agencycodegid-patch"
            }
        },
        "/equipmentReferenceUnits":{
            "get":{
                "tags":[
                    "Power Data/Equipment Reference Units"
                ],
                "summary":"Get Equipment Reference Units",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/equipmentReferenceUnits"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"equipmentReferenceUnits-get",
                "x-filename-id":"equipmentreferenceunits-get"
            },
            "post":{
                "tags":[
                    "Power Data/Equipment Reference Units"
                ],
                "summary":"Create an Equipment Reference Unit",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/equipmentReferenceUnits"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/equipmentReferenceUnits"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"equipmentReferenceUnits-post",
                "x-filename-id":"equipmentreferenceunits-post"
            }
        },
        "/equipmentReferenceUnits/{equipmentReferenceUnitGid}":{
            "parameters":[
                {
                    "name":"equipmentReferenceUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Equipment Reference Units"
                ],
                "summary":"Get an Equipment Reference Unit",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/equipmentReferenceUnits"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"equipmentReferenceUnits-{equipmentReferenceUnitGid}-get",
                "x-filename-id":"equipmentreferenceunits-equipmentreferenceunitgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Equipment Reference Units"
                ],
                "summary":"Delete an Equipment Reference Unit",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"equipmentReferenceUnits-{equipmentReferenceUnitGid}-delete",
                "x-filename-id":"equipmentreferenceunits-equipmentreferenceunitgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Equipment Reference Units"
                ],
                "summary":"Update an Equipment Reference Unit",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"equipmentReferenceUnits-{equipmentReferenceUnitGid}-patch",
                "x-filename-id":"equipmentreferenceunits-equipmentreferenceunitgid-patch"
            }
        },
        "/equipmentReferenceUnits/{equipmentReferenceUnitGid}/transportHandlingUnits":{
            "parameters":[
                {
                    "name":"equipmentReferenceUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Equipment Reference Units/Transport Handling Units"
                ],
                "summary":"Get Transport Handling Units",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/equipmentReferenceUnits.transportHandlingUnits"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"equipmentReferenceUnits-{equipmentReferenceUnitGid}-transportHandlingUnits-get",
                "x-filename-id":"equipmentreferenceunits-equipmentreferenceunitgid-transporthandlingunits-get"
            },
            "post":{
                "tags":[
                    "Power Data/Equipment Reference Units/Transport Handling Units"
                ],
                "summary":"Create a Transport Handling Unit",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/equipmentReferenceUnits.transportHandlingUnits"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/equipmentReferenceUnits.transportHandlingUnits"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/equipmentReferenceUnits.transportHandlingUnits"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/equipmentReferenceUnits.transportHandlingUnits"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"equipmentReferenceUnits-{equipmentReferenceUnitGid}-transportHandlingUnits-post",
                "x-filename-id":"equipmentreferenceunits-equipmentreferenceunitgid-transporthandlingunits-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Equipment Reference Units/Transport Handling Units"
                ],
                "summary":"Update Transport Handling Units",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"equipmentReferenceUnits-{equipmentReferenceUnitGid}-transportHandlingUnits-patch",
                "x-filename-id":"equipmentreferenceunits-equipmentreferenceunitgid-transporthandlingunits-patch"
            }
        },
        "/equipmentReferenceUnits/{equipmentReferenceUnitGid}/transportHandlingUnits/{transportHandlingUnitGid}":{
            "parameters":[
                {
                    "name":"equipmentReferenceUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"transportHandlingUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Equipment Reference Units/Transport Handling Units"
                ],
                "summary":"Get a Transport Handling Unit",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/equipmentReferenceUnits.transportHandlingUnits"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"equipmentReferenceUnits-{equipmentReferenceUnitGid}-transportHandlingUnits-{transportHandlingUnitGid}-get",
                "x-filename-id":"equipmentreferenceunits-equipmentreferenceunitgid-transporthandlingunits-transporthandlingunitgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Equipment Reference Units/Transport Handling Units"
                ],
                "summary":"Delete a Transport Handling Unit",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"equipmentReferenceUnits-{equipmentReferenceUnitGid}-transportHandlingUnits-{transportHandlingUnitGid}-delete",
                "x-filename-id":"equipmentreferenceunits-equipmentreferenceunitgid-transporthandlingunits-transporthandlingunitgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Equipment Reference Units/Transport Handling Units"
                ],
                "summary":"Update a Transport Handling Unit",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"equipmentReferenceUnits-{equipmentReferenceUnitGid}-transportHandlingUnits-{transportHandlingUnitGid}-patch",
                "x-filename-id":"equipmentreferenceunits-equipmentreferenceunitgid-transporthandlingunits-transporthandlingunitgid-patch"
            }
        },
        "/equipmentReferenceUnits/{equipmentReferenceUnitGid}/equipmentGroups":{
            "parameters":[
                {
                    "name":"equipmentReferenceUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Equipment Reference Units/Equipment Groups"
                ],
                "summary":"Get Equipment Groups",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/equipmentReferenceUnits.equipmentGroups"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"equipmentReferenceUnits-{equipmentReferenceUnitGid}-equipmentGroups-get",
                "x-filename-id":"equipmentreferenceunits-equipmentreferenceunitgid-equipmentgroups-get"
            },
            "post":{
                "tags":[
                    "Power Data/Equipment Reference Units/Equipment Groups"
                ],
                "summary":"Create an Equipment Group",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/equipmentReferenceUnits.equipmentGroups"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/equipmentReferenceUnits.equipmentGroups"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/equipmentReferenceUnits.equipmentGroups"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/equipmentReferenceUnits.equipmentGroups"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"equipmentReferenceUnits-{equipmentReferenceUnitGid}-equipmentGroups-post",
                "x-filename-id":"equipmentreferenceunits-equipmentreferenceunitgid-equipmentgroups-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Equipment Reference Units/Equipment Groups"
                ],
                "summary":"Update Equipment Groups",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"equipmentReferenceUnits-{equipmentReferenceUnitGid}-equipmentGroups-patch",
                "x-filename-id":"equipmentreferenceunits-equipmentreferenceunitgid-equipmentgroups-patch"
            }
        },
        "/equipmentReferenceUnits/{equipmentReferenceUnitGid}/equipmentGroups/{equipmentGroupGidxcompartmentNum}":{
            "parameters":[
                {
                    "name":"equipmentReferenceUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"equipmentGroupGidxcompartmentNum",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Equipment Reference Units/Equipment Groups"
                ],
                "summary":"Get an Equipment Group",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/equipmentReferenceUnits.equipmentGroups"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"equipmentReferenceUnits-{equipmentReferenceUnitGid}-equipmentGroups-{equipmentGroupGidxcompartmentNum}-get",
                "x-filename-id":"equipmentreferenceunits-equipmentreferenceunitgid-equipmentgroups-equipmentgroupgidxcompartmentnum-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Equipment Reference Units/Equipment Groups"
                ],
                "summary":"Delete an Equipment Group",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"equipmentReferenceUnits-{equipmentReferenceUnitGid}-equipmentGroups-{equipmentGroupGidxcompartmentNum}-delete",
                "x-filename-id":"equipmentreferenceunits-equipmentreferenceunitgid-equipmentgroups-equipmentgroupgidxcompartmentnum-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Equipment Reference Units/Equipment Groups"
                ],
                "summary":"Update an Equipment Group",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"equipmentReferenceUnits-{equipmentReferenceUnitGid}-equipmentGroups-{equipmentGroupGidxcompartmentNum}-patch",
                "x-filename-id":"equipmentreferenceunits-equipmentreferenceunitgid-equipmentgroups-equipmentgroupgidxcompartmentnum-patch"
            }
        },
        "/groundReferenceNumberQualifiers":{
            "get":{
                "tags":[
                    "Power Data/Ground Reference Number Qualifiers"
                ],
                "summary":"Get Ground Reference Number Qualifiers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/groundReferenceNumberQualifiers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"groundReferenceNumberQualifiers-get",
                "x-filename-id":"groundreferencenumberqualifiers-get"
            },
            "post":{
                "tags":[
                    "Power Data/Ground Reference Number Qualifiers"
                ],
                "summary":"Create a Ground Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/groundReferenceNumberQualifiers"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/groundReferenceNumberQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"groundReferenceNumberQualifiers-post",
                "x-filename-id":"groundreferencenumberqualifiers-post"
            }
        },
        "/groundReferenceNumberQualifiers/{groundRefnumQualGid}":{
            "parameters":[
                {
                    "name":"groundRefnumQualGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Ground Reference Number Qualifiers"
                ],
                "summary":"Get a Ground Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/groundReferenceNumberQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"groundReferenceNumberQualifiers-{groundRefnumQualGid}-get",
                "x-filename-id":"groundreferencenumberqualifiers-groundrefnumqualgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Ground Reference Number Qualifiers"
                ],
                "summary":"Delete a Ground Reference Number Qualifier",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"groundReferenceNumberQualifiers-{groundRefnumQualGid}-delete",
                "x-filename-id":"groundreferencenumberqualifiers-groundrefnumqualgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Ground Reference Number Qualifiers"
                ],
                "summary":"Update a Ground Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"groundReferenceNumberQualifiers-{groundRefnumQualGid}-patch",
                "x-filename-id":"groundreferencenumberqualifiers-groundrefnumqualgid-patch"
            }
        },
        "/shippingAgentContacts":{
            "get":{
                "tags":[
                    "Power Data/Shipping Agent Contacts"
                ],
                "summary":"Get Shipping Agent Contacts",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shippingAgentContacts"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shippingAgentContacts-get",
                "x-filename-id":"shippingagentcontacts-get"
            },
            "post":{
                "tags":[
                    "Power Data/Shipping Agent Contacts"
                ],
                "summary":"Create a Shipping Agent Contact",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shippingAgentContacts"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shippingAgentContacts"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shippingAgentContacts-post",
                "x-filename-id":"shippingagentcontacts-post"
            }
        },
        "/shippingAgentContacts/{shippingAgentContactGid}":{
            "parameters":[
                {
                    "name":"shippingAgentContactGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Shipping Agent Contacts"
                ],
                "summary":"Get a Shipping Agent Contact",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shippingAgentContacts"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shippingAgentContacts-{shippingAgentContactGid}-get",
                "x-filename-id":"shippingagentcontacts-shippingagentcontactgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Shipping Agent Contacts"
                ],
                "summary":"Delete a Shipping Agent Contact",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shippingAgentContacts-{shippingAgentContactGid}-delete",
                "x-filename-id":"shippingagentcontacts-shippingagentcontactgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Shipping Agent Contacts"
                ],
                "summary":"Update a Shipping Agent Contact",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shippingAgentContacts-{shippingAgentContactGid}-patch",
                "x-filename-id":"shippingagentcontacts-shippingagentcontactgid-patch"
            }
        },
        "/shippingAgentContacts/{shippingAgentContactGid}/notes":{
            "parameters":[
                {
                    "name":"shippingAgentContactGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Shipping Agent Contacts/Notes"
                ],
                "summary":"Get Notes",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shippingAgentContacts.notes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shippingAgentContacts-{shippingAgentContactGid}-notes-get",
                "x-filename-id":"shippingagentcontacts-shippingagentcontactgid-notes-get"
            },
            "post":{
                "tags":[
                    "Power Data/Shipping Agent Contacts/Notes"
                ],
                "summary":"Create a Note",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shippingAgentContacts.notes"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/shippingAgentContacts.notes"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shippingAgentContacts.notes"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shippingAgentContacts.notes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shippingAgentContacts-{shippingAgentContactGid}-notes-post",
                "x-filename-id":"shippingagentcontacts-shippingagentcontactgid-notes-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Shipping Agent Contacts/Notes"
                ],
                "summary":"Update Notes",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shippingAgentContacts-{shippingAgentContactGid}-notes-patch",
                "x-filename-id":"shippingagentcontacts-shippingagentcontactgid-notes-patch"
            }
        },
        "/shippingAgentContacts/{shippingAgentContactGid}/notes/{shipAgentContNoteSeqNo}":{
            "parameters":[
                {
                    "name":"shippingAgentContactGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"shipAgentContNoteSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Shipping Agent Contacts/Notes"
                ],
                "summary":"Get a Note",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shippingAgentContacts.notes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shippingAgentContacts-{shippingAgentContactGid}-notes-{shipAgentContNoteSeqNo}-get",
                "x-filename-id":"shippingagentcontacts-shippingagentcontactgid-notes-shipagentcontnoteseqno-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Shipping Agent Contacts/Notes"
                ],
                "summary":"Delete a Note",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shippingAgentContacts-{shippingAgentContactGid}-notes-{shipAgentContNoteSeqNo}-delete",
                "x-filename-id":"shippingagentcontacts-shippingagentcontactgid-notes-shipagentcontnoteseqno-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Shipping Agent Contacts/Notes"
                ],
                "summary":"Update a Note",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shippingAgentContacts-{shippingAgentContactGid}-notes-{shipAgentContNoteSeqNo}-patch",
                "x-filename-id":"shippingagentcontacts-shippingagentcontactgid-notes-shipagentcontnoteseqno-patch"
            }
        },
        "/shippingAgentContacts/{shippingAgentContactGid}/profits":{
            "parameters":[
                {
                    "name":"shippingAgentContactGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Shipping Agent Contacts/Profits"
                ],
                "summary":"Get Profits",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shippingAgentContacts.profits"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shippingAgentContacts-{shippingAgentContactGid}-profits-get",
                "x-filename-id":"shippingagentcontacts-shippingagentcontactgid-profits-get"
            },
            "post":{
                "tags":[
                    "Power Data/Shipping Agent Contacts/Profits"
                ],
                "summary":"Create a Profit",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shippingAgentContacts.profits"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/shippingAgentContacts.profits"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shippingAgentContacts.profits"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shippingAgentContacts.profits"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shippingAgentContacts-{shippingAgentContactGid}-profits-post",
                "x-filename-id":"shippingagentcontacts-shippingagentcontactgid-profits-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Shipping Agent Contacts/Profits"
                ],
                "summary":"Update Profits",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shippingAgentContacts-{shippingAgentContactGid}-profits-patch",
                "x-filename-id":"shippingagentcontacts-shippingagentcontactgid-profits-patch"
            }
        },
        "/shippingAgentContacts/{shippingAgentContactGid}/profits/{shippingAgentContProfitGid}":{
            "parameters":[
                {
                    "name":"shippingAgentContactGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"shippingAgentContProfitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Shipping Agent Contacts/Profits"
                ],
                "summary":"Get a Profit",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shippingAgentContacts.profits"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shippingAgentContacts-{shippingAgentContactGid}-profits-{shippingAgentContProfitGid}-get",
                "x-filename-id":"shippingagentcontacts-shippingagentcontactgid-profits-shippingagentcontprofitgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Shipping Agent Contacts/Profits"
                ],
                "summary":"Delete a Profit",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shippingAgentContacts-{shippingAgentContactGid}-profits-{shippingAgentContProfitGid}-delete",
                "x-filename-id":"shippingagentcontacts-shippingagentcontactgid-profits-shippingagentcontprofitgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Shipping Agent Contacts/Profits"
                ],
                "summary":"Update a Profit",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shippingAgentContacts-{shippingAgentContactGid}-profits-{shippingAgentContProfitGid}-patch",
                "x-filename-id":"shippingagentcontacts-shippingagentcontactgid-profits-shippingagentcontprofitgid-patch"
            }
        },
        "/legClassifications":{
            "get":{
                "tags":[
                    "Power Data/Leg Classifications"
                ],
                "summary":"Get Leg Classifications",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/legClassifications"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"legClassifications-get",
                "x-filename-id":"legclassifications-get"
            },
            "post":{
                "tags":[
                    "Power Data/Leg Classifications"
                ],
                "summary":"Create a Leg Classification",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/legClassifications"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/legClassifications"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"legClassifications-post",
                "x-filename-id":"legclassifications-post"
            }
        },
        "/legClassifications/{legClassificationGid}":{
            "parameters":[
                {
                    "name":"legClassificationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Leg Classifications"
                ],
                "summary":"Get a Leg Classification",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/legClassifications"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"legClassifications-{legClassificationGid}-get",
                "x-filename-id":"legclassifications-legclassificationgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Leg Classifications"
                ],
                "summary":"Delete a Leg Classification",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"legClassifications-{legClassificationGid}-delete",
                "x-filename-id":"legclassifications-legclassificationgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Leg Classifications"
                ],
                "summary":"Update a Leg Classification",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"legClassifications-{legClassificationGid}-patch",
                "x-filename-id":"legclassifications-legclassificationgid-patch"
            }
        },
        "/transmissionReferenceNumberQualifiers":{
            "get":{
                "tags":[
                    "Power Data/Transmission Reference Number Qualifiers"
                ],
                "summary":"Get Transmission Reference Number Qualifiers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/transmissionReferenceNumberQualifiers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"transmissionReferenceNumberQualifiers-get",
                "x-filename-id":"transmissionreferencenumberqualifiers-get"
            },
            "post":{
                "tags":[
                    "Power Data/Transmission Reference Number Qualifiers"
                ],
                "summary":"Create a Transmission Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/transmissionReferenceNumberQualifiers"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/transmissionReferenceNumberQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"transmissionReferenceNumberQualifiers-post",
                "x-filename-id":"transmissionreferencenumberqualifiers-post"
            }
        },
        "/transmissionReferenceNumberQualifiers/{iTransmissionRefnumQualGid}":{
            "parameters":[
                {
                    "name":"iTransmissionRefnumQualGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Transmission Reference Number Qualifiers"
                ],
                "summary":"Get a Transmission Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/transmissionReferenceNumberQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"transmissionReferenceNumberQualifiers-{iTransmissionRefnumQualGid}-get",
                "x-filename-id":"transmissionreferencenumberqualifiers-itransmissionrefnumqualgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Transmission Reference Number Qualifiers"
                ],
                "summary":"Delete a Transmission Reference Number Qualifier",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"transmissionReferenceNumberQualifiers-{iTransmissionRefnumQualGid}-delete",
                "x-filename-id":"transmissionreferencenumberqualifiers-itransmissionrefnumqualgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Transmission Reference Number Qualifiers"
                ],
                "summary":"Update a Transmission Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"transmissionReferenceNumberQualifiers-{iTransmissionRefnumQualGid}-patch",
                "x-filename-id":"transmissionreferencenumberqualifiers-itransmissionrefnumqualgid-patch"
            }
        },
        "/userDefinedCommodities":{
            "get":{
                "tags":[
                    "Power Data/User Defined Commodities"
                ],
                "summary":"Get User Defined Commodities",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/userDefinedCommodities"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"userDefinedCommodities-get",
                "x-filename-id":"userdefinedcommodities-get"
            },
            "post":{
                "tags":[
                    "Power Data/User Defined Commodities"
                ],
                "summary":"Create an User Defined Commodity",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/userDefinedCommodities"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/userDefinedCommodities"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"userDefinedCommodities-post",
                "x-filename-id":"userdefinedcommodities-post"
            }
        },
        "/userDefinedCommodities/{userDefinedCommodityGid}":{
            "parameters":[
                {
                    "name":"userDefinedCommodityGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/User Defined Commodities"
                ],
                "summary":"Get an User Defined Commodity",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/userDefinedCommodities"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"userDefinedCommodities-{userDefinedCommodityGid}-get",
                "x-filename-id":"userdefinedcommodities-userdefinedcommoditygid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/User Defined Commodities"
                ],
                "summary":"Delete an User Defined Commodity",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"userDefinedCommodities-{userDefinedCommodityGid}-delete",
                "x-filename-id":"userdefinedcommodities-userdefinedcommoditygid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/User Defined Commodities"
                ],
                "summary":"Update an User Defined Commodity",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"userDefinedCommodities-{userDefinedCommodityGid}-patch",
                "x-filename-id":"userdefinedcommodities-userdefinedcommoditygid-patch"
            }
        },
        "/campaigns":{
            "get":{
                "tags":[
                    "Business Objects/Campaigns"
                ],
                "summary":"Get Campaigns",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/campaigns"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"campaigns-get",
                "x-filename-id":"campaigns-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Campaigns"
                ],
                "summary":"Create a Campaign",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/campaigns"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/campaigns"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"campaigns-post",
                "x-filename-id":"campaigns-post"
            }
        },
        "/campaigns/{gtmCampaignGid}":{
            "parameters":[
                {
                    "name":"gtmCampaignGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Campaigns"
                ],
                "summary":"Get a Campaign",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/campaigns"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"campaigns-{gtmCampaignGid}-get",
                "x-filename-id":"campaigns-gtmcampaigngid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Campaigns"
                ],
                "summary":"Delete a Campaign",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"campaigns-{gtmCampaignGid}-delete",
                "x-filename-id":"campaigns-gtmcampaigngid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Campaigns"
                ],
                "summary":"Update a Campaign",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"campaigns-{gtmCampaignGid}-patch",
                "x-filename-id":"campaigns-gtmcampaigngid-patch"
            }
        },
        "/campaigns/{gtmCampaignGid}/refnums":{
            "parameters":[
                {
                    "name":"gtmCampaignGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Campaigns/Reference Numbers"
                ],
                "summary":"Get Reference Numbers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/campaigns.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"campaigns-{gtmCampaignGid}-refnums-get",
                "x-filename-id":"campaigns-gtmcampaigngid-refnums-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Campaigns/Reference Numbers"
                ],
                "summary":"Create a Reference Number",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/campaigns.refnums"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/campaigns.refnums"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/campaigns.refnums"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/campaigns.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"campaigns-{gtmCampaignGid}-refnums-post",
                "x-filename-id":"campaigns-gtmcampaigngid-refnums-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Campaigns/Reference Numbers"
                ],
                "summary":"Update Reference Numbers",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"campaigns-{gtmCampaignGid}-refnums-patch",
                "x-filename-id":"campaigns-gtmcampaigngid-refnums-patch"
            }
        },
        "/campaigns/{gtmCampaignGid}/refnums/{gtmCampaignRefnumQualGidxrefnumValue}":{
            "parameters":[
                {
                    "name":"gtmCampaignGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmCampaignRefnumQualGidxrefnumValue",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Campaigns/Reference Numbers"
                ],
                "summary":"Get a Reference Number",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/campaigns.refnums"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"campaigns-{gtmCampaignGid}-refnums-{gtmCampaignRefnumQualGidxrefnumValue}-get",
                "x-filename-id":"campaigns-gtmcampaigngid-refnums-gtmcampaignrefnumqualgidxrefnumvalue-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Campaigns/Reference Numbers"
                ],
                "summary":"Delete a Reference Number",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"campaigns-{gtmCampaignGid}-refnums-{gtmCampaignRefnumQualGidxrefnumValue}-delete",
                "x-filename-id":"campaigns-gtmcampaigngid-refnums-gtmcampaignrefnumqualgidxrefnumvalue-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Campaigns/Reference Numbers"
                ],
                "summary":"Update a Reference Number",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"campaigns-{gtmCampaignGid}-refnums-{gtmCampaignRefnumQualGidxrefnumValue}-patch",
                "x-filename-id":"campaigns-gtmcampaigngid-refnums-gtmcampaignrefnumqualgidxrefnumvalue-patch"
            }
        },
        "/campaigns/{gtmCampaignGid}/remarks":{
            "parameters":[
                {
                    "name":"gtmCampaignGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Campaigns/Remarks"
                ],
                "summary":"Get Remarks",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/campaigns.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"campaigns-{gtmCampaignGid}-remarks-get",
                "x-filename-id":"campaigns-gtmcampaigngid-remarks-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Campaigns/Remarks"
                ],
                "summary":"Create a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/campaigns.remarks"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/campaigns.remarks"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/campaigns.remarks"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/campaigns.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"campaigns-{gtmCampaignGid}-remarks-post",
                "x-filename-id":"campaigns-gtmcampaigngid-remarks-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Campaigns/Remarks"
                ],
                "summary":"Update Remarks",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"campaigns-{gtmCampaignGid}-remarks-patch",
                "x-filename-id":"campaigns-gtmcampaigngid-remarks-patch"
            }
        },
        "/campaigns/{gtmCampaignGid}/remarks/{remarkSequence}":{
            "parameters":[
                {
                    "name":"gtmCampaignGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"remarkSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Campaigns/Remarks"
                ],
                "summary":"Get a Remark",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/campaigns.remarks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"campaigns-{gtmCampaignGid}-remarks-{remarkSequence}-get",
                "x-filename-id":"campaigns-gtmcampaigngid-remarks-remarksequence-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Campaigns/Remarks"
                ],
                "summary":"Delete a Remark",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"campaigns-{gtmCampaignGid}-remarks-{remarkSequence}-delete",
                "x-filename-id":"campaigns-gtmcampaigngid-remarks-remarksequence-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Campaigns/Remarks"
                ],
                "summary":"Update a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"campaigns-{gtmCampaignGid}-remarks-{remarkSequence}-patch",
                "x-filename-id":"campaigns-gtmcampaigngid-remarks-remarksequence-patch"
            }
        },
        "/campaigns/{gtmCampaignGid}/statuses":{
            "parameters":[
                {
                    "name":"gtmCampaignGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Campaigns/Statuses"
                ],
                "summary":"Get Statuses",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/campaigns.statuses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"campaigns-{gtmCampaignGid}-statuses-get",
                "x-filename-id":"campaigns-gtmcampaigngid-statuses-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Campaigns/Statuses"
                ],
                "summary":"Create a Status",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/campaigns.statuses"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/campaigns.statuses"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/campaigns.statuses"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/campaigns.statuses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"campaigns-{gtmCampaignGid}-statuses-post",
                "x-filename-id":"campaigns-gtmcampaigngid-statuses-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Campaigns/Statuses"
                ],
                "summary":"Update Statuses",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"campaigns-{gtmCampaignGid}-statuses-patch",
                "x-filename-id":"campaigns-gtmcampaigngid-statuses-patch"
            }
        },
        "/campaigns/{gtmCampaignGid}/statuses/{statusTypeGid}":{
            "parameters":[
                {
                    "name":"gtmCampaignGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"statusTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Campaigns/Statuses"
                ],
                "summary":"Get a Status",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/campaigns.statuses"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"campaigns-{gtmCampaignGid}-statuses-{statusTypeGid}-get",
                "x-filename-id":"campaigns-gtmcampaigngid-statuses-statustypegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Campaigns/Statuses"
                ],
                "summary":"Delete a Status",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"campaigns-{gtmCampaignGid}-statuses-{statusTypeGid}-delete",
                "x-filename-id":"campaigns-gtmcampaigngid-statuses-statustypegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Campaigns/Statuses"
                ],
                "summary":"Update a Status",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"campaigns-{gtmCampaignGid}-statuses-{statusTypeGid}-patch",
                "x-filename-id":"campaigns-gtmcampaigngid-statuses-statustypegid-patch"
            }
        },
        "/campaigns/{gtmCampaignGid}/involvedParties":{
            "parameters":[
                {
                    "name":"gtmCampaignGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Campaigns/Involved Parties"
                ],
                "summary":"Get Involved Parties",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/campaigns.involvedParties"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"campaigns-{gtmCampaignGid}-involvedParties-get",
                "x-filename-id":"campaigns-gtmcampaigngid-involvedparties-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Campaigns/Involved Parties"
                ],
                "summary":"Create an Involved Party",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/campaigns.involvedParties"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/campaigns.involvedParties"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/campaigns.involvedParties"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/campaigns.involvedParties"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"campaigns-{gtmCampaignGid}-involvedParties-post",
                "x-filename-id":"campaigns-gtmcampaigngid-involvedparties-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Campaigns/Involved Parties"
                ],
                "summary":"Update Involved Parties",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"campaigns-{gtmCampaignGid}-involvedParties-patch",
                "x-filename-id":"campaigns-gtmcampaigngid-involvedparties-patch"
            }
        },
        "/campaigns/{gtmCampaignGid}/involvedParties/{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}":{
            "parameters":[
                {
                    "name":"gtmCampaignGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Campaigns/Involved Parties"
                ],
                "summary":"Get an Involved Party",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/campaigns.involvedParties"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"campaigns-{gtmCampaignGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-get",
                "x-filename-id":"campaigns-gtmcampaigngid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Campaigns/Involved Parties"
                ],
                "summary":"Delete an Involved Party",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"campaigns-{gtmCampaignGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-delete",
                "x-filename-id":"campaigns-gtmcampaigngid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Campaigns/Involved Parties"
                ],
                "summary":"Update an Involved Party",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"campaigns-{gtmCampaignGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-patch",
                "x-filename-id":"campaigns-gtmcampaigngid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-patch"
            }
        },
        "/campaigns/{gtmCampaignGid}/lines":{
            "parameters":[
                {
                    "name":"gtmCampaignGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Campaigns/Lines"
                ],
                "summary":"Get Lines",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/campaigns.lines"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"campaigns-{gtmCampaignGid}-lines-get",
                "x-filename-id":"campaigns-gtmcampaigngid-lines-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Campaigns/Lines"
                ],
                "summary":"Create a Line",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/campaigns.lines"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/campaigns.lines"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/campaigns.lines"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/campaigns.lines"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"campaigns-{gtmCampaignGid}-lines-post",
                "x-filename-id":"campaigns-gtmcampaigngid-lines-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Campaigns/Lines"
                ],
                "summary":"Update Lines",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"campaigns-{gtmCampaignGid}-lines-patch",
                "x-filename-id":"campaigns-gtmcampaigngid-lines-patch"
            }
        },
        "/campaigns/{gtmCampaignGid}/lines/{gtmCampaignLineGid}":{
            "parameters":[
                {
                    "name":"gtmCampaignGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmCampaignLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Campaigns/Lines"
                ],
                "summary":"Get a Line",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/campaigns.lines"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"campaigns-{gtmCampaignGid}-lines-{gtmCampaignLineGid}-get",
                "x-filename-id":"campaigns-gtmcampaigngid-lines-gtmcampaignlinegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Campaigns/Lines"
                ],
                "summary":"Delete a Line",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"campaigns-{gtmCampaignGid}-lines-{gtmCampaignLineGid}-delete",
                "x-filename-id":"campaigns-gtmcampaigngid-lines-gtmcampaignlinegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Campaigns/Lines"
                ],
                "summary":"Update a Line",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"campaigns-{gtmCampaignGid}-lines-{gtmCampaignLineGid}-patch",
                "x-filename-id":"campaigns-gtmcampaigngid-lines-gtmcampaignlinegid-patch"
            }
        },
        "/campaigns/{gtmCampaignGid}/lines/{gtmCampaignLineGid}/refnums":{
            "parameters":[
                {
                    "name":"gtmCampaignGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmCampaignLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Campaigns/Lines/Reference Numbers"
                ],
                "summary":"Get Reference Numbers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/campaigns.lines.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"campaigns-{gtmCampaignGid}-lines-{gtmCampaignLineGid}-refnums-get",
                "x-filename-id":"campaigns-gtmcampaigngid-lines-gtmcampaignlinegid-refnums-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Campaigns/Lines/Reference Numbers"
                ],
                "summary":"Create a Reference Number",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/campaigns.lines.refnums"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/campaigns.lines.refnums"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/campaigns.lines.refnums"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/campaigns.lines.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"campaigns-{gtmCampaignGid}-lines-{gtmCampaignLineGid}-refnums-post",
                "x-filename-id":"campaigns-gtmcampaigngid-lines-gtmcampaignlinegid-refnums-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Campaigns/Lines/Reference Numbers"
                ],
                "summary":"Update Reference Numbers",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"campaigns-{gtmCampaignGid}-lines-{gtmCampaignLineGid}-refnums-patch",
                "x-filename-id":"campaigns-gtmcampaigngid-lines-gtmcampaignlinegid-refnums-patch"
            }
        },
        "/campaigns/{gtmCampaignGid}/lines/{gtmCampaignLineGid}/refnums/{gtmCaLineRefnumQualGidxrefnumValue}":{
            "parameters":[
                {
                    "name":"gtmCampaignGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmCampaignLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmCaLineRefnumQualGidxrefnumValue",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Campaigns/Lines/Reference Numbers"
                ],
                "summary":"Get a Reference Number",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/campaigns.lines.refnums"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"campaigns-{gtmCampaignGid}-lines-{gtmCampaignLineGid}-refnums-{gtmCaLineRefnumQualGidxrefnumValue}-get",
                "x-filename-id":"campaigns-gtmcampaigngid-lines-gtmcampaignlinegid-refnums-gtmcalinerefnumqualgidxrefnumvalue-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Campaigns/Lines/Reference Numbers"
                ],
                "summary":"Delete a Reference Number",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"campaigns-{gtmCampaignGid}-lines-{gtmCampaignLineGid}-refnums-{gtmCaLineRefnumQualGidxrefnumValue}-delete",
                "x-filename-id":"campaigns-gtmcampaigngid-lines-gtmcampaignlinegid-refnums-gtmcalinerefnumqualgidxrefnumvalue-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Campaigns/Lines/Reference Numbers"
                ],
                "summary":"Update a Reference Number",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"campaigns-{gtmCampaignGid}-lines-{gtmCampaignLineGid}-refnums-{gtmCaLineRefnumQualGidxrefnumValue}-patch",
                "x-filename-id":"campaigns-gtmcampaigngid-lines-gtmcampaignlinegid-refnums-gtmcalinerefnumqualgidxrefnumvalue-patch"
            }
        },
        "/campaigns/{gtmCampaignGid}/lines/{gtmCampaignLineGid}/remarks":{
            "parameters":[
                {
                    "name":"gtmCampaignGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmCampaignLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Campaigns/Lines/Remarks"
                ],
                "summary":"Get Remarks",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/campaigns.lines.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"campaigns-{gtmCampaignGid}-lines-{gtmCampaignLineGid}-remarks-get",
                "x-filename-id":"campaigns-gtmcampaigngid-lines-gtmcampaignlinegid-remarks-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Campaigns/Lines/Remarks"
                ],
                "summary":"Create a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/campaigns.lines.remarks"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/campaigns.lines.remarks"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/campaigns.lines.remarks"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/campaigns.lines.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"campaigns-{gtmCampaignGid}-lines-{gtmCampaignLineGid}-remarks-post",
                "x-filename-id":"campaigns-gtmcampaigngid-lines-gtmcampaignlinegid-remarks-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Campaigns/Lines/Remarks"
                ],
                "summary":"Update Remarks",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"campaigns-{gtmCampaignGid}-lines-{gtmCampaignLineGid}-remarks-patch",
                "x-filename-id":"campaigns-gtmcampaigngid-lines-gtmcampaignlinegid-remarks-patch"
            }
        },
        "/campaigns/{gtmCampaignGid}/lines/{gtmCampaignLineGid}/remarks/{remarkSequence}":{
            "parameters":[
                {
                    "name":"gtmCampaignGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmCampaignLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"remarkSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Campaigns/Lines/Remarks"
                ],
                "summary":"Get a Remark",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/campaigns.lines.remarks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"campaigns-{gtmCampaignGid}-lines-{gtmCampaignLineGid}-remarks-{remarkSequence}-get",
                "x-filename-id":"campaigns-gtmcampaigngid-lines-gtmcampaignlinegid-remarks-remarksequence-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Campaigns/Lines/Remarks"
                ],
                "summary":"Delete a Remark",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"campaigns-{gtmCampaignGid}-lines-{gtmCampaignLineGid}-remarks-{remarkSequence}-delete",
                "x-filename-id":"campaigns-gtmcampaigngid-lines-gtmcampaignlinegid-remarks-remarksequence-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Campaigns/Lines/Remarks"
                ],
                "summary":"Update a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"campaigns-{gtmCampaignGid}-lines-{gtmCampaignLineGid}-remarks-{remarkSequence}-patch",
                "x-filename-id":"campaigns-gtmcampaigngid-lines-gtmcampaignlinegid-remarks-remarksequence-patch"
            }
        },
        "/campaigns/{gtmCampaignGid}/lines/{gtmCampaignLineGid}/statuses":{
            "parameters":[
                {
                    "name":"gtmCampaignGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmCampaignLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Campaigns/Lines/Statuses"
                ],
                "summary":"Get Statuses",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/campaigns.lines.statuses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"campaigns-{gtmCampaignGid}-lines-{gtmCampaignLineGid}-statuses-get",
                "x-filename-id":"campaigns-gtmcampaigngid-lines-gtmcampaignlinegid-statuses-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Campaigns/Lines/Statuses"
                ],
                "summary":"Create a Status",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/campaigns.lines.statuses"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/campaigns.lines.statuses"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/campaigns.lines.statuses"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/campaigns.lines.statuses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"campaigns-{gtmCampaignGid}-lines-{gtmCampaignLineGid}-statuses-post",
                "x-filename-id":"campaigns-gtmcampaigngid-lines-gtmcampaignlinegid-statuses-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Campaigns/Lines/Statuses"
                ],
                "summary":"Update Statuses",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"campaigns-{gtmCampaignGid}-lines-{gtmCampaignLineGid}-statuses-patch",
                "x-filename-id":"campaigns-gtmcampaigngid-lines-gtmcampaignlinegid-statuses-patch"
            }
        },
        "/campaigns/{gtmCampaignGid}/lines/{gtmCampaignLineGid}/statuses/{statusTypeGid}":{
            "parameters":[
                {
                    "name":"gtmCampaignGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmCampaignLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"statusTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Campaigns/Lines/Statuses"
                ],
                "summary":"Get a Status",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/campaigns.lines.statuses"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"campaigns-{gtmCampaignGid}-lines-{gtmCampaignLineGid}-statuses-{statusTypeGid}-get",
                "x-filename-id":"campaigns-gtmcampaigngid-lines-gtmcampaignlinegid-statuses-statustypegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Campaigns/Lines/Statuses"
                ],
                "summary":"Delete a Status",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"campaigns-{gtmCampaignGid}-lines-{gtmCampaignLineGid}-statuses-{statusTypeGid}-delete",
                "x-filename-id":"campaigns-gtmcampaigngid-lines-gtmcampaignlinegid-statuses-statustypegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Campaigns/Lines/Statuses"
                ],
                "summary":"Update a Status",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"campaigns-{gtmCampaignGid}-lines-{gtmCampaignLineGid}-statuses-{statusTypeGid}-patch",
                "x-filename-id":"campaigns-gtmcampaigngid-lines-gtmcampaignlinegid-statuses-statustypegid-patch"
            }
        },
        "/campaigns/{gtmCampaignGid}/lines/{gtmCampaignLineGid}/involvedParties":{
            "parameters":[
                {
                    "name":"gtmCampaignGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmCampaignLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Campaigns/Lines/Involved Parties"
                ],
                "summary":"Get Involved Parties",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/campaigns.lines.involvedParties"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"campaigns-{gtmCampaignGid}-lines-{gtmCampaignLineGid}-involvedParties-get",
                "x-filename-id":"campaigns-gtmcampaigngid-lines-gtmcampaignlinegid-involvedparties-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Campaigns/Lines/Involved Parties"
                ],
                "summary":"Create an Involved Party",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/campaigns.lines.involvedParties"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/campaigns.lines.involvedParties"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/campaigns.lines.involvedParties"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/campaigns.lines.involvedParties"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"campaigns-{gtmCampaignGid}-lines-{gtmCampaignLineGid}-involvedParties-post",
                "x-filename-id":"campaigns-gtmcampaigngid-lines-gtmcampaignlinegid-involvedparties-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Campaigns/Lines/Involved Parties"
                ],
                "summary":"Update Involved Parties",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"campaigns-{gtmCampaignGid}-lines-{gtmCampaignLineGid}-involvedParties-patch",
                "x-filename-id":"campaigns-gtmcampaigngid-lines-gtmcampaignlinegid-involvedparties-patch"
            }
        },
        "/campaigns/{gtmCampaignGid}/lines/{gtmCampaignLineGid}/involvedParties/{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}":{
            "parameters":[
                {
                    "name":"gtmCampaignGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmCampaignLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Campaigns/Lines/Involved Parties"
                ],
                "summary":"Get an Involved Party",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/campaigns.lines.involvedParties"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"campaigns-{gtmCampaignGid}-lines-{gtmCampaignLineGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-get",
                "x-filename-id":"campaigns-gtmcampaigngid-lines-gtmcampaignlinegid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Campaigns/Lines/Involved Parties"
                ],
                "summary":"Delete an Involved Party",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"campaigns-{gtmCampaignGid}-lines-{gtmCampaignLineGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-delete",
                "x-filename-id":"campaigns-gtmcampaigngid-lines-gtmcampaignlinegid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Campaigns/Lines/Involved Parties"
                ],
                "summary":"Update an Involved Party",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"campaigns-{gtmCampaignGid}-lines-{gtmCampaignLineGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-patch",
                "x-filename-id":"campaigns-gtmcampaigngid-lines-gtmcampaignlinegid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-patch"
            }
        },
        "/campaigns/{gtmCampaignGid}/lines/{gtmCampaignLineGid}/notes":{
            "parameters":[
                {
                    "name":"gtmCampaignGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmCampaignLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Campaigns/Lines/Notes"
                ],
                "summary":"Get Notes",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/campaigns.lines.notes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"campaigns-{gtmCampaignGid}-lines-{gtmCampaignLineGid}-notes-get",
                "x-filename-id":"campaigns-gtmcampaigngid-lines-gtmcampaignlinegid-notes-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Campaigns/Lines/Notes"
                ],
                "summary":"Create a Note",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/campaigns.lines.notes"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/campaigns.lines.notes"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/campaigns.lines.notes"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/campaigns.lines.notes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"campaigns-{gtmCampaignGid}-lines-{gtmCampaignLineGid}-notes-post",
                "x-filename-id":"campaigns-gtmcampaigngid-lines-gtmcampaignlinegid-notes-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Campaigns/Lines/Notes"
                ],
                "summary":"Update Notes",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"campaigns-{gtmCampaignGid}-lines-{gtmCampaignLineGid}-notes-patch",
                "x-filename-id":"campaigns-gtmcampaigngid-lines-gtmcampaignlinegid-notes-patch"
            }
        },
        "/campaigns/{gtmCampaignGid}/lines/{gtmCampaignLineGid}/notes/{gtmCaLineNoteSeqNo}":{
            "parameters":[
                {
                    "name":"gtmCampaignGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmCampaignLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmCaLineNoteSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Campaigns/Lines/Notes"
                ],
                "summary":"Get a Note",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/campaigns.lines.notes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"campaigns-{gtmCampaignGid}-lines-{gtmCampaignLineGid}-notes-{gtmCaLineNoteSeqNo}-get",
                "x-filename-id":"campaigns-gtmcampaigngid-lines-gtmcampaignlinegid-notes-gtmcalinenoteseqno-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Campaigns/Lines/Notes"
                ],
                "summary":"Delete a Note",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"campaigns-{gtmCampaignGid}-lines-{gtmCampaignLineGid}-notes-{gtmCaLineNoteSeqNo}-delete",
                "x-filename-id":"campaigns-gtmcampaigngid-lines-gtmcampaignlinegid-notes-gtmcalinenoteseqno-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Campaigns/Lines/Notes"
                ],
                "summary":"Update a Note",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"campaigns-{gtmCampaignGid}-lines-{gtmCampaignLineGid}-notes-{gtmCaLineNoteSeqNo}-patch",
                "x-filename-id":"campaigns-gtmcampaigngid-lines-gtmcampaignlinegid-notes-gtmcalinenoteseqno-patch"
            }
        },
        "/campaigns/{gtmCampaignGid}/lines/{gtmCampaignLineGid}/reqdocs":{
            "parameters":[
                {
                    "name":"gtmCampaignGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmCampaignLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Campaigns/Lines/Required Documents"
                ],
                "summary":"Get Required Documents",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/campaigns.lines.reqdocs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"campaigns-{gtmCampaignGid}-lines-{gtmCampaignLineGid}-reqdocs-get",
                "x-filename-id":"campaigns-gtmcampaigngid-lines-gtmcampaignlinegid-reqdocs-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Campaigns/Lines/Required Documents"
                ],
                "summary":"Create a Required Document",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/campaigns.lines.reqdocs"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/campaigns.lines.reqdocs"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/campaigns.lines.reqdocs"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/campaigns.lines.reqdocs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"campaigns-{gtmCampaignGid}-lines-{gtmCampaignLineGid}-reqdocs-post",
                "x-filename-id":"campaigns-gtmcampaigngid-lines-gtmcampaignlinegid-reqdocs-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Campaigns/Lines/Required Documents"
                ],
                "summary":"Update Required Documents",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"campaigns-{gtmCampaignGid}-lines-{gtmCampaignLineGid}-reqdocs-patch",
                "x-filename-id":"campaigns-gtmcampaigngid-lines-gtmcampaignlinegid-reqdocs-patch"
            }
        },
        "/campaigns/{gtmCampaignGid}/lines/{gtmCampaignLineGid}/reqdocs/{documentDefGid}":{
            "parameters":[
                {
                    "name":"gtmCampaignGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmCampaignLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Campaigns/Lines/Required Documents"
                ],
                "summary":"Get a Required Document",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/campaigns.lines.reqdocs"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"campaigns-{gtmCampaignGid}-lines-{gtmCampaignLineGid}-reqdocs-{documentDefGid}-get",
                "x-filename-id":"campaigns-gtmcampaigngid-lines-gtmcampaignlinegid-reqdocs-documentdefgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Campaigns/Lines/Required Documents"
                ],
                "summary":"Delete a Required Document",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"campaigns-{gtmCampaignGid}-lines-{gtmCampaignLineGid}-reqdocs-{documentDefGid}-delete",
                "x-filename-id":"campaigns-gtmcampaigngid-lines-gtmcampaignlinegid-reqdocs-documentdefgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Campaigns/Lines/Required Documents"
                ],
                "summary":"Update a Required Document",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"campaigns-{gtmCampaignGid}-lines-{gtmCampaignLineGid}-reqdocs-{documentDefGid}-patch",
                "x-filename-id":"campaigns-gtmcampaigngid-lines-gtmcampaignlinegid-reqdocs-documentdefgid-patch"
            }
        },
        "/campaigns/{gtmCampaignGid}/lines/{gtmCampaignLineGid}/reqdocs/{documentDefGid}/reviewers":{
            "parameters":[
                {
                    "name":"gtmCampaignGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmCampaignLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Campaigns/Lines/Required Documents/Reviewers"
                ],
                "summary":"Get Reviewers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/campaigns.lines.reqdocs.reviewers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"campaigns-{gtmCampaignGid}-lines-{gtmCampaignLineGid}-reqdocs-{documentDefGid}-reviewers-get",
                "x-filename-id":"campaigns-gtmcampaigngid-lines-gtmcampaignlinegid-reqdocs-documentdefgid-reviewers-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Campaigns/Lines/Required Documents/Reviewers"
                ],
                "summary":"Create a Reviewer",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/campaigns.lines.reqdocs.reviewers"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/campaigns.lines.reqdocs.reviewers"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/campaigns.lines.reqdocs.reviewers"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/campaigns.lines.reqdocs.reviewers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"campaigns-{gtmCampaignGid}-lines-{gtmCampaignLineGid}-reqdocs-{documentDefGid}-reviewers-post",
                "x-filename-id":"campaigns-gtmcampaigngid-lines-gtmcampaignlinegid-reqdocs-documentdefgid-reviewers-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Campaigns/Lines/Required Documents/Reviewers"
                ],
                "summary":"Update Reviewers",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"campaigns-{gtmCampaignGid}-lines-{gtmCampaignLineGid}-reqdocs-{documentDefGid}-reviewers-patch",
                "x-filename-id":"campaigns-gtmcampaigngid-lines-gtmcampaignlinegid-reqdocs-documentdefgid-reviewers-patch"
            }
        },
        "/campaigns/{gtmCampaignGid}/lines/{gtmCampaignLineGid}/reqdocs/{documentDefGid}/reviewers/{contactGid}":{
            "parameters":[
                {
                    "name":"gtmCampaignGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmCampaignLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"contactGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Campaigns/Lines/Required Documents/Reviewers"
                ],
                "summary":"Get a Reviewer",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/campaigns.lines.reqdocs.reviewers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"campaigns-{gtmCampaignGid}-lines-{gtmCampaignLineGid}-reqdocs-{documentDefGid}-reviewers-{contactGid}-get",
                "x-filename-id":"campaigns-gtmcampaigngid-lines-gtmcampaignlinegid-reqdocs-documentdefgid-reviewers-contactgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Campaigns/Lines/Required Documents/Reviewers"
                ],
                "summary":"Delete a Reviewer",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"campaigns-{gtmCampaignGid}-lines-{gtmCampaignLineGid}-reqdocs-{documentDefGid}-reviewers-{contactGid}-delete",
                "x-filename-id":"campaigns-gtmcampaigngid-lines-gtmcampaignlinegid-reqdocs-documentdefgid-reviewers-contactgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Campaigns/Lines/Required Documents/Reviewers"
                ],
                "summary":"Update a Reviewer",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"campaigns-{gtmCampaignGid}-lines-{gtmCampaignLineGid}-reqdocs-{documentDefGid}-reviewers-{contactGid}-patch",
                "x-filename-id":"campaigns-gtmcampaigngid-lines-gtmcampaignlinegid-reqdocs-documentdefgid-reviewers-contactgid-patch"
            }
        },
        "/campaigns/{gtmCampaignGid}/lines/{gtmCampaignLineGid}/reqdocs/{documentDefGid}/docs":{
            "parameters":[
                {
                    "name":"gtmCampaignGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmCampaignLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Campaigns/Lines/Required Documents/Documents"
                ],
                "summary":"Get Documents",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/campaigns.lines.reqdocs.docs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"campaigns-{gtmCampaignGid}-lines-{gtmCampaignLineGid}-reqdocs-{documentDefGid}-docs-get",
                "x-filename-id":"campaigns-gtmcampaigngid-lines-gtmcampaignlinegid-reqdocs-documentdefgid-docs-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Campaigns/Lines/Required Documents/Documents"
                ],
                "summary":"Create a Document",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/campaigns.lines.reqdocs.docs"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/campaigns.lines.reqdocs.docs"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/campaigns.lines.reqdocs.docs"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/campaigns.lines.reqdocs.docs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"campaigns-{gtmCampaignGid}-lines-{gtmCampaignLineGid}-reqdocs-{documentDefGid}-docs-post",
                "x-filename-id":"campaigns-gtmcampaigngid-lines-gtmcampaignlinegid-reqdocs-documentdefgid-docs-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Campaigns/Lines/Required Documents/Documents"
                ],
                "summary":"Update Documents",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"campaigns-{gtmCampaignGid}-lines-{gtmCampaignLineGid}-reqdocs-{documentDefGid}-docs-patch",
                "x-filename-id":"campaigns-gtmcampaigngid-lines-gtmcampaignlinegid-reqdocs-documentdefgid-docs-patch"
            }
        },
        "/campaigns/{gtmCampaignGid}/lines/{gtmCampaignLineGid}/reqdocs/{documentDefGid}/docs/{documentGid}":{
            "parameters":[
                {
                    "name":"gtmCampaignGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmCampaignLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Campaigns/Lines/Required Documents/Documents"
                ],
                "summary":"Get a Document",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/campaigns.lines.reqdocs.docs"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"campaigns-{gtmCampaignGid}-lines-{gtmCampaignLineGid}-reqdocs-{documentDefGid}-docs-{documentGid}-get",
                "x-filename-id":"campaigns-gtmcampaigngid-lines-gtmcampaignlinegid-reqdocs-documentdefgid-docs-documentgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Campaigns/Lines/Required Documents/Documents"
                ],
                "summary":"Delete a Document",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"campaigns-{gtmCampaignGid}-lines-{gtmCampaignLineGid}-reqdocs-{documentDefGid}-docs-{documentGid}-delete",
                "x-filename-id":"campaigns-gtmcampaigngid-lines-gtmcampaignlinegid-reqdocs-documentdefgid-docs-documentgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Campaigns/Lines/Required Documents/Documents"
                ],
                "summary":"Update a Document",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"campaigns-{gtmCampaignGid}-lines-{gtmCampaignLineGid}-reqdocs-{documentDefGid}-docs-{documentGid}-patch",
                "x-filename-id":"campaigns-gtmcampaigngid-lines-gtmcampaignlinegid-reqdocs-documentdefgid-docs-documentgid-patch"
            }
        },
        "/campaigns/{gtmCampaignGid}/lines/{gtmCampaignLineGid}/reqdocs/{documentDefGid}/statuses":{
            "parameters":[
                {
                    "name":"gtmCampaignGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmCampaignLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Campaigns/Lines/Required Documents/Statuses"
                ],
                "summary":"Get Statuses",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/campaigns.lines.reqdocs.statuses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"campaigns-{gtmCampaignGid}-lines-{gtmCampaignLineGid}-reqdocs-{documentDefGid}-statuses-get",
                "x-filename-id":"campaigns-gtmcampaigngid-lines-gtmcampaignlinegid-reqdocs-documentdefgid-statuses-get"
            }
        },
        "/campaigns/{gtmCampaignGid}/lines/{gtmCampaignLineGid}/reqdocs/{documentDefGid}/statuses/{statusTypeGidxstatusValueGid}":{
            "parameters":[
                {
                    "name":"gtmCampaignGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmCampaignLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"statusTypeGidxstatusValueGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Campaigns/Lines/Required Documents/Statuses"
                ],
                "summary":"Get a Status",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/campaigns.lines.reqdocs.statuses"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"campaigns-{gtmCampaignGid}-lines-{gtmCampaignLineGid}-reqdocs-{documentDefGid}-statuses-{statusTypeGidxstatusValueGid}-get",
                "x-filename-id":"campaigns-gtmcampaigngid-lines-gtmcampaignlinegid-reqdocs-documentdefgid-statuses-statustypegidxstatusvaluegid-get"
            }
        },
        "/campaigns/{gtmCampaignGid}/lines/{gtmCampaignLineGid}/reqdocs/{documentDefGid}/subscribers":{
            "parameters":[
                {
                    "name":"gtmCampaignGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmCampaignLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Campaigns/Lines/Required Documents/Subscribers"
                ],
                "summary":"Get Subscribers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/campaigns.lines.reqdocs.subscribers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"campaigns-{gtmCampaignGid}-lines-{gtmCampaignLineGid}-reqdocs-{documentDefGid}-subscribers-get",
                "x-filename-id":"campaigns-gtmcampaigngid-lines-gtmcampaignlinegid-reqdocs-documentdefgid-subscribers-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Campaigns/Lines/Required Documents/Subscribers"
                ],
                "summary":"Create a Subscriber",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/campaigns.lines.reqdocs.subscribers"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/campaigns.lines.reqdocs.subscribers"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/campaigns.lines.reqdocs.subscribers"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/campaigns.lines.reqdocs.subscribers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"campaigns-{gtmCampaignGid}-lines-{gtmCampaignLineGid}-reqdocs-{documentDefGid}-subscribers-post",
                "x-filename-id":"campaigns-gtmcampaigngid-lines-gtmcampaignlinegid-reqdocs-documentdefgid-subscribers-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Campaigns/Lines/Required Documents/Subscribers"
                ],
                "summary":"Update Subscribers",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"campaigns-{gtmCampaignGid}-lines-{gtmCampaignLineGid}-reqdocs-{documentDefGid}-subscribers-patch",
                "x-filename-id":"campaigns-gtmcampaigngid-lines-gtmcampaignlinegid-reqdocs-documentdefgid-subscribers-patch"
            }
        },
        "/campaigns/{gtmCampaignGid}/lines/{gtmCampaignLineGid}/reqdocs/{documentDefGid}/subscribers/{contactGid}":{
            "parameters":[
                {
                    "name":"gtmCampaignGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmCampaignLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"contactGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Campaigns/Lines/Required Documents/Subscribers"
                ],
                "summary":"Get a Subscriber",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/campaigns.lines.reqdocs.subscribers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"campaigns-{gtmCampaignGid}-lines-{gtmCampaignLineGid}-reqdocs-{documentDefGid}-subscribers-{contactGid}-get",
                "x-filename-id":"campaigns-gtmcampaigngid-lines-gtmcampaignlinegid-reqdocs-documentdefgid-subscribers-contactgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Campaigns/Lines/Required Documents/Subscribers"
                ],
                "summary":"Delete a Subscriber",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"campaigns-{gtmCampaignGid}-lines-{gtmCampaignLineGid}-reqdocs-{documentDefGid}-subscribers-{contactGid}-delete",
                "x-filename-id":"campaigns-gtmcampaigngid-lines-gtmcampaignlinegid-reqdocs-documentdefgid-subscribers-contactgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Campaigns/Lines/Required Documents/Subscribers"
                ],
                "summary":"Update a Subscriber",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"campaigns-{gtmCampaignGid}-lines-{gtmCampaignLineGid}-reqdocs-{documentDefGid}-subscribers-{contactGid}-patch",
                "x-filename-id":"campaigns-gtmcampaigngid-lines-gtmcampaignlinegid-reqdocs-documentdefgid-subscribers-contactgid-patch"
            }
        },
        "/campaigns/{gtmCampaignGid}/lines/{gtmCampaignLineGid}/reqdocs/{documentDefGid}/texts":{
            "parameters":[
                {
                    "name":"gtmCampaignGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmCampaignLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Campaigns/Lines/Required Documents/Texts"
                ],
                "summary":"Get Texts",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/campaigns.lines.reqdocs.texts"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"campaigns-{gtmCampaignGid}-lines-{gtmCampaignLineGid}-reqdocs-{documentDefGid}-texts-get",
                "x-filename-id":"campaigns-gtmcampaigngid-lines-gtmcampaignlinegid-reqdocs-documentdefgid-texts-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Campaigns/Lines/Required Documents/Texts"
                ],
                "summary":"Create a Text",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/campaigns.lines.reqdocs.texts"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/campaigns.lines.reqdocs.texts"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/campaigns.lines.reqdocs.texts"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/campaigns.lines.reqdocs.texts"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"campaigns-{gtmCampaignGid}-lines-{gtmCampaignLineGid}-reqdocs-{documentDefGid}-texts-post",
                "x-filename-id":"campaigns-gtmcampaigngid-lines-gtmcampaignlinegid-reqdocs-documentdefgid-texts-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Campaigns/Lines/Required Documents/Texts"
                ],
                "summary":"Update Texts",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"campaigns-{gtmCampaignGid}-lines-{gtmCampaignLineGid}-reqdocs-{documentDefGid}-texts-patch",
                "x-filename-id":"campaigns-gtmcampaigngid-lines-gtmcampaignlinegid-reqdocs-documentdefgid-texts-patch"
            }
        },
        "/campaigns/{gtmCampaignGid}/lines/{gtmCampaignLineGid}/reqdocs/{documentDefGid}/texts/{textTemplateGid}":{
            "parameters":[
                {
                    "name":"gtmCampaignGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmCampaignLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"textTemplateGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Campaigns/Lines/Required Documents/Texts"
                ],
                "summary":"Get a Text",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/campaigns.lines.reqdocs.texts"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"campaigns-{gtmCampaignGid}-lines-{gtmCampaignLineGid}-reqdocs-{documentDefGid}-texts-{textTemplateGid}-get",
                "x-filename-id":"campaigns-gtmcampaigngid-lines-gtmcampaignlinegid-reqdocs-documentdefgid-texts-texttemplategid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Campaigns/Lines/Required Documents/Texts"
                ],
                "summary":"Delete a Text",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"campaigns-{gtmCampaignGid}-lines-{gtmCampaignLineGid}-reqdocs-{documentDefGid}-texts-{textTemplateGid}-delete",
                "x-filename-id":"campaigns-gtmcampaigngid-lines-gtmcampaignlinegid-reqdocs-documentdefgid-texts-texttemplategid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Campaigns/Lines/Required Documents/Texts"
                ],
                "summary":"Update a Text",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"campaigns-{gtmCampaignGid}-lines-{gtmCampaignLineGid}-reqdocs-{documentDefGid}-texts-{textTemplateGid}-patch",
                "x-filename-id":"campaigns-gtmcampaigngid-lines-gtmcampaignlinegid-reqdocs-documentdefgid-texts-texttemplategid-patch"
            }
        },
        "/campaigns/{gtmCampaignGid}/lines/{gtmCampaignLineGid}/values":{
            "parameters":[
                {
                    "name":"gtmCampaignGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmCampaignLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Campaigns/Lines/Values"
                ],
                "summary":"Get Values",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/campaigns.lines.values"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"campaigns-{gtmCampaignGid}-lines-{gtmCampaignLineGid}-values-get",
                "x-filename-id":"campaigns-gtmcampaigngid-lines-gtmcampaignlinegid-values-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Campaigns/Lines/Values"
                ],
                "summary":"Create a Value",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/campaigns.lines.values"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/campaigns.lines.values"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/campaigns.lines.values"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/campaigns.lines.values"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"campaigns-{gtmCampaignGid}-lines-{gtmCampaignLineGid}-values-post",
                "x-filename-id":"campaigns-gtmcampaigngid-lines-gtmcampaignlinegid-values-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Campaigns/Lines/Values"
                ],
                "summary":"Update Values",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"campaigns-{gtmCampaignGid}-lines-{gtmCampaignLineGid}-values-patch",
                "x-filename-id":"campaigns-gtmcampaigngid-lines-gtmcampaignlinegid-values-patch"
            }
        },
        "/campaigns/{gtmCampaignGid}/lines/{gtmCampaignLineGid}/values/{gtmValueQualifierGid}":{
            "parameters":[
                {
                    "name":"gtmCampaignGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmCampaignLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmValueQualifierGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Campaigns/Lines/Values"
                ],
                "summary":"Get a Value",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/campaigns.lines.values"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"campaigns-{gtmCampaignGid}-lines-{gtmCampaignLineGid}-values-{gtmValueQualifierGid}-get",
                "x-filename-id":"campaigns-gtmcampaigngid-lines-gtmcampaignlinegid-values-gtmvaluequalifiergid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Campaigns/Lines/Values"
                ],
                "summary":"Delete a Value",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"campaigns-{gtmCampaignGid}-lines-{gtmCampaignLineGid}-values-{gtmValueQualifierGid}-delete",
                "x-filename-id":"campaigns-gtmcampaigngid-lines-gtmcampaignlinegid-values-gtmvaluequalifiergid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Campaigns/Lines/Values"
                ],
                "summary":"Update a Value",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"campaigns-{gtmCampaignGid}-lines-{gtmCampaignLineGid}-values-{gtmValueQualifierGid}-patch",
                "x-filename-id":"campaigns-gtmcampaigngid-lines-gtmcampaignlinegid-values-gtmvaluequalifiergid-patch"
            }
        },
        "/campaigns/{gtmCampaignGid}/documents":{
            "parameters":[
                {
                    "name":"gtmCampaignGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Campaigns/Documents"
                ],
                "summary":"Get Documents",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/campaigns.documents"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"campaigns-{gtmCampaignGid}-documents-get",
                "x-filename-id":"campaigns-gtmcampaigngid-documents-get"
            }
        },
        "/campaigns/{gtmCampaignGid}/documents/{documentGid}":{
            "parameters":[
                {
                    "name":"gtmCampaignGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Campaigns/Documents"
                ],
                "summary":"Get a Document",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/campaigns.documents"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"campaigns-{gtmCampaignGid}-documents-{documentGid}-get",
                "x-filename-id":"campaigns-gtmcampaigngid-documents-documentgid-get"
            }
        },
        "/bulkPlans":{
            "get":{
                "tags":[
                    "Power Data/Bulk Plans"
                ],
                "summary":"Get Bulk Plans",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/bulkPlans"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"bulkPlans-get",
                "x-filename-id":"bulkplans-get"
            }
        },
        "/bulkPlans/{bulkPlanGid}":{
            "parameters":[
                {
                    "name":"bulkPlanGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Bulk Plans"
                ],
                "summary":"Get a Bulk Plan",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/bulkPlans"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"bulkPlans-{bulkPlanGid}-get",
                "x-filename-id":"bulkplans-bulkplangid-get"
            }
        },
        "/bulkPlans/{bulkPlanGid}/byModes":{
            "parameters":[
                {
                    "name":"bulkPlanGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Bulk Plans/By Modes"
                ],
                "summary":"Get By Modes",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/bulkPlans.byModes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"bulkPlans-{bulkPlanGid}-byModes-get",
                "x-filename-id":"bulkplans-bulkplangid-bymodes-get"
            }
        },
        "/bulkPlans/{bulkPlanGid}/byModes/{transportModeGid}":{
            "parameters":[
                {
                    "name":"bulkPlanGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"transportModeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Bulk Plans/By Modes"
                ],
                "summary":"Get a By Mode",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/bulkPlans.byModes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"bulkPlans-{bulkPlanGid}-byModes-{transportModeGid}-get",
                "x-filename-id":"bulkplans-bulkplangid-bymodes-transportmodegid-get"
            }
        },
        "/bulkPlans/{bulkPlanGid}/serviceProviders":{
            "parameters":[
                {
                    "name":"bulkPlanGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Bulk Plans/Service Providers"
                ],
                "summary":"Get Service Providers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/bulkPlans.serviceProviders"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"bulkPlans-{bulkPlanGid}-serviceProviders-get",
                "x-filename-id":"bulkplans-bulkplangid-serviceproviders-get"
            }
        },
        "/bulkPlans/{bulkPlanGid}/serviceProviders/{servprovGid}":{
            "parameters":[
                {
                    "name":"bulkPlanGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"servprovGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Bulk Plans/Service Providers"
                ],
                "summary":"Get a Service Provider",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/bulkPlans.serviceProviders"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"bulkPlans-{bulkPlanGid}-serviceProviders-{servprovGid}-get",
                "x-filename-id":"bulkplans-bulkplangid-serviceproviders-servprovgid-get"
            }
        },
        "/bulkPlans/{bulkPlanGid}/continuousMoves":{
            "parameters":[
                {
                    "name":"bulkPlanGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Bulk Plans/Continuous Moves"
                ],
                "summary":"Get Continuous Moves",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/bulkPlans.continuousMoves"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"bulkPlans-{bulkPlanGid}-continuousMoves-get",
                "x-filename-id":"bulkplans-bulkplangid-continuousmoves-get"
            }
        },
        "/bulkPlans/{bulkPlanGid}/continuousMoves/{bulkCmGid}":{
            "parameters":[
                {
                    "name":"bulkPlanGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"bulkCmGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Bulk Plans/Continuous Moves"
                ],
                "summary":"Get a Continuous Move",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/bulkPlans.continuousMoves"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"bulkPlans-{bulkPlanGid}-continuousMoves-{bulkCmGid}-get",
                "x-filename-id":"bulkplans-bulkplangid-continuousmoves-bulkcmgid-get"
            }
        },
        "/bulkPlans/{bulkPlanGid}/partitions":{
            "parameters":[
                {
                    "name":"bulkPlanGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Bulk Plans/Partitions"
                ],
                "summary":"Get Partitions",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/bulkPlans.partitions"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"bulkPlans-{bulkPlanGid}-partitions-get",
                "x-filename-id":"bulkplans-bulkplangid-partitions-get"
            }
        },
        "/bulkPlans/{bulkPlanGid}/partitions/{partitionGid}":{
            "parameters":[
                {
                    "name":"bulkPlanGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"partitionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Bulk Plans/Partitions"
                ],
                "summary":"Get a Partition",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/bulkPlans.partitions"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"bulkPlans-{bulkPlanGid}-partitions-{partitionGid}-get",
                "x-filename-id":"bulkplans-bulkplangid-partitions-partitiongid-get"
            }
        },
        "/bulkPlans/{bulkPlanGid}/partitions/{partitionGid}/byModes":{
            "parameters":[
                {
                    "name":"bulkPlanGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"partitionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Bulk Plans/Partitions/By Modes"
                ],
                "summary":"Get By Modes",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/bulkPlans.partitions.byModes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"bulkPlans-{bulkPlanGid}-partitions-{partitionGid}-byModes-get",
                "x-filename-id":"bulkplans-bulkplangid-partitions-partitiongid-bymodes-get"
            }
        },
        "/bulkPlans/{bulkPlanGid}/partitions/{partitionGid}/byModes/{transportModeGid}":{
            "parameters":[
                {
                    "name":"bulkPlanGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"partitionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"transportModeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Bulk Plans/Partitions/By Modes"
                ],
                "summary":"Get a By Mode",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/bulkPlans.partitions.byModes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"bulkPlans-{bulkPlanGid}-partitions-{partitionGid}-byModes-{transportModeGid}-get",
                "x-filename-id":"bulkplans-bulkplangid-partitions-partitiongid-bymodes-transportmodegid-get"
            }
        },
        "/bulkPlans/{bulkPlanGid}/partitions/{partitionGid}/serviceProviders":{
            "parameters":[
                {
                    "name":"bulkPlanGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"partitionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Bulk Plans/Partitions/Service Providers"
                ],
                "summary":"Get Service Providers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/bulkPlans.partitions.serviceProviders"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"bulkPlans-{bulkPlanGid}-partitions-{partitionGid}-serviceProviders-get",
                "x-filename-id":"bulkplans-bulkplangid-partitions-partitiongid-serviceproviders-get"
            }
        },
        "/bulkPlans/{bulkPlanGid}/partitions/{partitionGid}/serviceProviders/{servprovGid}":{
            "parameters":[
                {
                    "name":"bulkPlanGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"partitionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"servprovGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Bulk Plans/Partitions/Service Providers"
                ],
                "summary":"Get a Service Provider",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/bulkPlans.partitions.serviceProviders"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"bulkPlans-{bulkPlanGid}-partitions-{partitionGid}-serviceProviders-{servprovGid}-get",
                "x-filename-id":"bulkplans-bulkplangid-partitions-partitiongid-serviceproviders-servprovgid-get"
            }
        },
        "/autoSecResCriterion":{
            "get":{
                "tags":[
                    "Business Objects/Auto Secure Resource Criterion"
                ],
                "summary":"Get Auto Secure Resource Criterion",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/autoSecResCriterion"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"autoSecResCriterion-get",
                "x-filename-id":"autosecrescriterion-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Auto Secure Resource Criterion"
                ],
                "summary":"Create an Auto Secure Resource Criteria",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/autoSecResCriterion"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/autoSecResCriterion"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"autoSecResCriterion-post",
                "x-filename-id":"autosecrescriterion-post"
            }
        },
        "/autoSecResCriterion/{autoSecResCriterionGid}":{
            "parameters":[
                {
                    "name":"autoSecResCriterionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Auto Secure Resource Criterion"
                ],
                "summary":"Get an Auto Secure Resource Criteria",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/autoSecResCriterion"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"autoSecResCriterion-{autoSecResCriterionGid}-get",
                "x-filename-id":"autosecrescriterion-autosecrescriteriongid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Auto Secure Resource Criterion"
                ],
                "summary":"Delete an Auto Secure Resource Criteria",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"autoSecResCriterion-{autoSecResCriterionGid}-delete",
                "x-filename-id":"autosecrescriterion-autosecrescriteriongid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Auto Secure Resource Criterion"
                ],
                "summary":"Update an Auto Secure Resource Criteria",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"autoSecResCriterion-{autoSecResCriterionGid}-patch",
                "x-filename-id":"autosecrescriterion-autosecrescriteriongid-patch"
            }
        },
        "/damageNotifyPoints":{
            "get":{
                "tags":[
                    "Power Data/Damage Notify Points"
                ],
                "summary":"Get Damage Notify Points",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/damageNotifyPoints"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"damageNotifyPoints-get",
                "x-filename-id":"damagenotifypoints-get"
            },
            "post":{
                "tags":[
                    "Power Data/Damage Notify Points"
                ],
                "summary":"Create a Damage Notify Point",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/damageNotifyPoints"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/damageNotifyPoints"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"damageNotifyPoints-post",
                "x-filename-id":"damagenotifypoints-post"
            }
        },
        "/damageNotifyPoints/{damageNotifyPointGid}":{
            "parameters":[
                {
                    "name":"damageNotifyPointGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Damage Notify Points"
                ],
                "summary":"Get a Damage Notify Point",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/damageNotifyPoints"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"damageNotifyPoints-{damageNotifyPointGid}-get",
                "x-filename-id":"damagenotifypoints-damagenotifypointgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Damage Notify Points"
                ],
                "summary":"Delete a Damage Notify Point",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"damageNotifyPoints-{damageNotifyPointGid}-delete",
                "x-filename-id":"damagenotifypoints-damagenotifypointgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Damage Notify Points"
                ],
                "summary":"Update a Damage Notify Point",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"damageNotifyPoints-{damageNotifyPointGid}-patch",
                "x-filename-id":"damagenotifypoints-damagenotifypointgid-patch"
            }
        },
        "/planningGroups":{
            "get":{
                "tags":[
                    "Power Data/Planning Groups"
                ],
                "summary":"Get Planning Groups",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/planningGroups"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"planningGroups-get",
                "x-filename-id":"planninggroups-get"
            },
            "post":{
                "tags":[
                    "Power Data/Planning Groups"
                ],
                "summary":"Create a Planning Group",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/planningGroups"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/planningGroups"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"planningGroups-post",
                "x-filename-id":"planninggroups-post"
            }
        },
        "/planningGroups/{planningGroupGid}":{
            "parameters":[
                {
                    "name":"planningGroupGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Planning Groups"
                ],
                "summary":"Get a Planning Group",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/planningGroups"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"planningGroups-{planningGroupGid}-get",
                "x-filename-id":"planninggroups-planninggroupgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Planning Groups"
                ],
                "summary":"Delete a Planning Group",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"planningGroups-{planningGroupGid}-delete",
                "x-filename-id":"planninggroups-planninggroupgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Planning Groups"
                ],
                "summary":"Update a Planning Group",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"planningGroups-{planningGroupGid}-patch",
                "x-filename-id":"planninggroups-planninggroupgid-patch"
            }
        },
        "/tipInventoryMovements":{
            "get":{
                "tags":[
                    "Business Objects/Tip Inventory Movements"
                ],
                "summary":"Get Tip Inventory Movements",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tipInventoryMovements"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tipInventoryMovements-get",
                "x-filename-id":"tipinventorymovements-get"
            }
        },
        "/tipInventoryMovements/{gtmTipInvMovementGid}":{
            "parameters":[
                {
                    "name":"gtmTipInvMovementGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Tip Inventory Movements"
                ],
                "summary":"Get a Tip Inventory Movement",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tipInventoryMovements"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tipInventoryMovements-{gtmTipInvMovementGid}-get",
                "x-filename-id":"tipinventorymovements-gtmtipinvmovementgid-get"
            }
        },
        "/tipInventoryMovements/{gtmTipInvMovementGid}/refnums":{
            "parameters":[
                {
                    "name":"gtmTipInvMovementGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Tip Inventory Movements/Refnums"
                ],
                "summary":"Get Refnums",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tipInventoryMovements.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tipInventoryMovements-{gtmTipInvMovementGid}-refnums-get",
                "x-filename-id":"tipinventorymovements-gtmtipinvmovementgid-refnums-get"
            }
        },
        "/tipInventoryMovements/{gtmTipInvMovementGid}/refnums/{gtmTipRefnumQualGidxrefnumValue}":{
            "parameters":[
                {
                    "name":"gtmTipInvMovementGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTipRefnumQualGidxrefnumValue",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Tip Inventory Movements/Refnums"
                ],
                "summary":"Get a Refnum",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tipInventoryMovements.refnums"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tipInventoryMovements-{gtmTipInvMovementGid}-refnums-{gtmTipRefnumQualGidxrefnumValue}-get",
                "x-filename-id":"tipinventorymovements-gtmtipinvmovementgid-refnums-gtmtiprefnumqualgidxrefnumvalue-get"
            }
        },
        "/tipInventoryMovements/{gtmTipInvMovementGid}/values":{
            "parameters":[
                {
                    "name":"gtmTipInvMovementGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Tip Inventory Movements/Values"
                ],
                "summary":"Get Values",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tipInventoryMovements.values"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tipInventoryMovements-{gtmTipInvMovementGid}-values-get",
                "x-filename-id":"tipinventorymovements-gtmtipinvmovementgid-values-get"
            }
        },
        "/tipInventoryMovements/{gtmTipInvMovementGid}/values/{gtmValueQualifierGid}":{
            "parameters":[
                {
                    "name":"gtmTipInvMovementGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmValueQualifierGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Tip Inventory Movements/Values"
                ],
                "summary":"Get a Value",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tipInventoryMovements.values"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tipInventoryMovements-{gtmTipInvMovementGid}-values-{gtmValueQualifierGid}-get",
                "x-filename-id":"tipinventorymovements-gtmtipinvmovementgid-values-gtmvaluequalifiergid-get"
            }
        },
        "/externalEngineParams":{
            "get":{
                "tags":[
                    "Power Data/External Engine Parameters"
                ],
                "summary":"Get External Engine Parameters",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/externalEngineParams"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"externalEngineParams-get",
                "x-filename-id":"externalengineparams-get"
            }
        },
        "/externalEngineParams/{parameterNamexexternalEngineTypexobjectType}":{
            "parameters":[
                {
                    "name":"parameterNamexexternalEngineTypexobjectType",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/External Engine Parameters"
                ],
                "summary":"Get an External Engine Parameter",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/externalEngineParams"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"externalEngineParams-{parameterNamexexternalEngineTypexobjectType}-get",
                "x-filename-id":"externalengineparams-parameternamexexternalenginetypexobjecttype-get"
            }
        },
        "/externalEngineParams/{parameterNamexexternalEngineTypexobjectType}/externalEngineParamValues":{
            "parameters":[
                {
                    "name":"parameterNamexexternalEngineTypexobjectType",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/External Engine Parameters/External Engine Param Values"
                ],
                "summary":"Get External Engine Param Values",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/externalEngineParams.externalEngineParamValues"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"externalEngineParams-{parameterNamexexternalEngineTypexobjectType}-externalEngineParamValues-get",
                "x-filename-id":"externalengineparams-parameternamexexternalenginetypexobjecttype-externalengineparamvalues-get"
            }
        },
        "/externalEngineParams/{parameterNamexexternalEngineTypexobjectType}/externalEngineParamValues/{value}":{
            "parameters":[
                {
                    "name":"parameterNamexexternalEngineTypexobjectType",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"value",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/External Engine Parameters/External Engine Param Values"
                ],
                "summary":"Get an External Engine Param Value",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/externalEngineParams.externalEngineParamValues"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"externalEngineParams-{parameterNamexexternalEngineTypexobjectType}-externalEngineParamValues-{value}-get",
                "x-filename-id":"externalengineparams-parameternamexexternalenginetypexobjecttype-externalengineparamvalues-value-get"
            }
        },
        "/orderBaseShipUnitReferenceNumberQualifiers":{
            "get":{
                "tags":[
                    "Power Data/Order Base Ship Unit Reference Number Qualifiers"
                ],
                "summary":"Get Order Base Ship Unit Reference Number Qualifiers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderBaseShipUnitReferenceNumberQualifiers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBaseShipUnitReferenceNumberQualifiers-get",
                "x-filename-id":"orderbaseshipunitreferencenumberqualifiers-get"
            },
            "post":{
                "tags":[
                    "Power Data/Order Base Ship Unit Reference Number Qualifiers"
                ],
                "summary":"Create an Order Base Ship Unit Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/orderBaseShipUnitReferenceNumberQualifiers"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderBaseShipUnitReferenceNumberQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBaseShipUnitReferenceNumberQualifiers-post",
                "x-filename-id":"orderbaseshipunitreferencenumberqualifiers-post"
            }
        },
        "/orderBaseShipUnitReferenceNumberQualifiers/{obShipUnitRefnumQualGid}":{
            "parameters":[
                {
                    "name":"obShipUnitRefnumQualGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Order Base Ship Unit Reference Number Qualifiers"
                ],
                "summary":"Get an Order Base Ship Unit Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderBaseShipUnitReferenceNumberQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBaseShipUnitReferenceNumberQualifiers-{obShipUnitRefnumQualGid}-get",
                "x-filename-id":"orderbaseshipunitreferencenumberqualifiers-obshipunitrefnumqualgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Order Base Ship Unit Reference Number Qualifiers"
                ],
                "summary":"Delete an Order Base Ship Unit Reference Number Qualifier",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBaseShipUnitReferenceNumberQualifiers-{obShipUnitRefnumQualGid}-delete",
                "x-filename-id":"orderbaseshipunitreferencenumberqualifiers-obshipunitrefnumqualgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Order Base Ship Unit Reference Number Qualifiers"
                ],
                "summary":"Update an Order Base Ship Unit Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBaseShipUnitReferenceNumberQualifiers-{obShipUnitRefnumQualGid}-patch",
                "x-filename-id":"orderbaseshipunitreferencenumberqualifiers-obshipunitrefnumqualgid-patch"
            }
        },
        "/externalSystems":{
            "get":{
                "tags":[
                    "Power Data/External Systems"
                ],
                "summary":"Get External Systems",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/externalSystems"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"externalSystems-get",
                "x-filename-id":"externalsystems-get"
            },
            "post":{
                "tags":[
                    "Power Data/External Systems"
                ],
                "summary":"Create an External System",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/externalSystems"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/externalSystems"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"externalSystems-post",
                "x-filename-id":"externalsystems-post"
            }
        },
        "/externalSystems/{externalSystemGid}":{
            "parameters":[
                {
                    "name":"externalSystemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/External Systems"
                ],
                "summary":"Get an External System",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/externalSystems"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"externalSystems-{externalSystemGid}-get",
                "x-filename-id":"externalsystems-externalsystemgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/External Systems"
                ],
                "summary":"Delete an External System",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"externalSystems-{externalSystemGid}-delete",
                "x-filename-id":"externalsystems-externalsystemgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/External Systems"
                ],
                "summary":"Update an External System",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"externalSystems-{externalSystemGid}-patch",
                "x-filename-id":"externalsystems-externalsystemgid-patch"
            }
        },
        "/externalSystems/{externalSystemGid}/translations":{
            "parameters":[
                {
                    "name":"externalSystemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/External Systems/Translations"
                ],
                "summary":"Get Translations",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/externalSystems.translations"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"externalSystems-{externalSystemGid}-translations-get",
                "x-filename-id":"externalsystems-externalsystemgid-translations-get"
            },
            "post":{
                "tags":[
                    "Power Data/External Systems/Translations"
                ],
                "summary":"Create a Translation",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/externalSystems.translations"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/externalSystems.translations"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/externalSystems.translations"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/externalSystems.translations"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"externalSystems-{externalSystemGid}-translations-post",
                "x-filename-id":"externalsystems-externalsystemgid-translations-post"
            },
            "patch":{
                "tags":[
                    "Power Data/External Systems/Translations"
                ],
                "summary":"Update Translations",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"externalSystems-{externalSystemGid}-translations-patch",
                "x-filename-id":"externalsystems-externalsystemgid-translations-patch"
            }
        },
        "/externalSystems/{externalSystemGid}/translations/{glogXmlElementGidxsequenceNum}":{
            "parameters":[
                {
                    "name":"externalSystemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"glogXmlElementGidxsequenceNum",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/External Systems/Translations"
                ],
                "summary":"Get a Translation",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/externalSystems.translations"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"externalSystems-{externalSystemGid}-translations-{glogXmlElementGidxsequenceNum}-get",
                "x-filename-id":"externalsystems-externalsystemgid-translations-glogxmlelementgidxsequencenum-get"
            },
            "delete":{
                "tags":[
                    "Power Data/External Systems/Translations"
                ],
                "summary":"Delete a Translation",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"externalSystems-{externalSystemGid}-translations-{glogXmlElementGidxsequenceNum}-delete",
                "x-filename-id":"externalsystems-externalsystemgid-translations-glogxmlelementgidxsequencenum-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/External Systems/Translations"
                ],
                "summary":"Update a Translation",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"externalSystems-{externalSystemGid}-translations-{glogXmlElementGidxsequenceNum}-patch",
                "x-filename-id":"externalsystems-externalsystemgid-translations-glogxmlelementgidxsequencenum-patch"
            }
        },
        "/externalSystems/{externalSystemGid}/outXmlProfiles":{
            "parameters":[
                {
                    "name":"externalSystemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/External Systems/Out Xml Profiles"
                ],
                "summary":"Get Out Xml Profiles",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/externalSystems.outXmlProfiles"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"externalSystems-{externalSystemGid}-outXmlProfiles-get",
                "x-filename-id":"externalsystems-externalsystemgid-outxmlprofiles-get"
            },
            "post":{
                "tags":[
                    "Power Data/External Systems/Out Xml Profiles"
                ],
                "summary":"Create an Out Xml Profile",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/externalSystems.outXmlProfiles"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/externalSystems.outXmlProfiles"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/externalSystems.outXmlProfiles"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/externalSystems.outXmlProfiles"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"externalSystems-{externalSystemGid}-outXmlProfiles-post",
                "x-filename-id":"externalsystems-externalsystemgid-outxmlprofiles-post"
            },
            "patch":{
                "tags":[
                    "Power Data/External Systems/Out Xml Profiles"
                ],
                "summary":"Update Out Xml Profiles",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"externalSystems-{externalSystemGid}-outXmlProfiles-patch",
                "x-filename-id":"externalsystems-externalsystemgid-outxmlprofiles-patch"
            }
        },
        "/externalSystems/{externalSystemGid}/outXmlProfiles/{intGlogXmlElementGid}":{
            "parameters":[
                {
                    "name":"externalSystemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"intGlogXmlElementGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/External Systems/Out Xml Profiles"
                ],
                "summary":"Get an Out Xml Profile",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/externalSystems.outXmlProfiles"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"externalSystems-{externalSystemGid}-outXmlProfiles-{intGlogXmlElementGid}-get",
                "x-filename-id":"externalsystems-externalsystemgid-outxmlprofiles-intglogxmlelementgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/External Systems/Out Xml Profiles"
                ],
                "summary":"Delete an Out Xml Profile",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"externalSystems-{externalSystemGid}-outXmlProfiles-{intGlogXmlElementGid}-delete",
                "x-filename-id":"externalsystems-externalsystemgid-outxmlprofiles-intglogxmlelementgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/External Systems/Out Xml Profiles"
                ],
                "summary":"Update an Out Xml Profile",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"externalSystems-{externalSystemGid}-outXmlProfiles-{intGlogXmlElementGid}-patch",
                "x-filename-id":"externalsystems-externalsystemgid-outxmlprofiles-intglogxmlelementgid-patch"
            }
        },
        "/externalSystems/{externalSystemGid}/services":{
            "parameters":[
                {
                    "name":"externalSystemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/External Systems/Services"
                ],
                "summary":"Get Services",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/externalSystems.services"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"externalSystems-{externalSystemGid}-services-get",
                "x-filename-id":"externalsystems-externalsystemgid-services-get"
            },
            "post":{
                "tags":[
                    "Power Data/External Systems/Services"
                ],
                "summary":"Create a Service",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/externalSystems.services"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/externalSystems.services"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/externalSystems.services"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/externalSystems.services"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"externalSystems-{externalSystemGid}-services-post",
                "x-filename-id":"externalsystems-externalsystemgid-services-post"
            },
            "patch":{
                "tags":[
                    "Power Data/External Systems/Services"
                ],
                "summary":"Update Services",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"externalSystems-{externalSystemGid}-services-patch",
                "x-filename-id":"externalsystems-externalsystemgid-services-patch"
            }
        },
        "/externalSystems/{externalSystemGid}/services/{ID}":{
            "parameters":[
                {
                    "name":"externalSystemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"ID",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/External Systems/Services"
                ],
                "summary":"Get a Service",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/externalSystems.services"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"externalSystems-{externalSystemGid}-services-{ID}-get",
                "x-filename-id":"externalsystems-externalsystemgid-services-id-get"
            },
            "delete":{
                "tags":[
                    "Power Data/External Systems/Services"
                ],
                "summary":"Delete a Service",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"externalSystems-{externalSystemGid}-services-{ID}-delete",
                "x-filename-id":"externalsystems-externalsystemgid-services-id-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/External Systems/Services"
                ],
                "summary":"Update a Service",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"externalSystems-{externalSystemGid}-services-{ID}-patch",
                "x-filename-id":"externalsystems-externalsystemgid-services-id-patch"
            }
        },
        "/damageClaims":{
            "get":{
                "tags":[
                    "Business Objects/Damage Claims"
                ],
                "summary":"Get Damage Claims",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/damageClaims"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"damageClaims-get",
                "x-filename-id":"damageclaims-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Damage Claims"
                ],
                "summary":"Create a Damage Claim",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/damageClaims"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/damageClaims"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"damageClaims-post",
                "x-filename-id":"damageclaims-post"
            }
        },
        "/damageClaims/{claimGid}":{
            "parameters":[
                {
                    "name":"claimGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Damage Claims"
                ],
                "summary":"Get a Damage Claim",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/damageClaims"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"damageClaims-{claimGid}-get",
                "x-filename-id":"damageclaims-claimgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Damage Claims"
                ],
                "summary":"Delete a Damage Claim",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"damageClaims-{claimGid}-delete",
                "x-filename-id":"damageclaims-claimgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Damage Claims"
                ],
                "summary":"Update a Damage Claim",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"damageClaims-{claimGid}-patch",
                "x-filename-id":"damageclaims-claimgid-patch"
            }
        },
        "/damageClaims/{claimGid}/involvedParties":{
            "parameters":[
                {
                    "name":"claimGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Damage Claims/Involved Parties"
                ],
                "summary":"Get Involved Parties",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/damageClaims.involvedParties"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"damageClaims-{claimGid}-involvedParties-get",
                "x-filename-id":"damageclaims-claimgid-involvedparties-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Damage Claims/Involved Parties"
                ],
                "summary":"Create an Involved Party",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/damageClaims.involvedParties"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/damageClaims.involvedParties"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/damageClaims.involvedParties"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/damageClaims.involvedParties"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"damageClaims-{claimGid}-involvedParties-post",
                "x-filename-id":"damageclaims-claimgid-involvedparties-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Damage Claims/Involved Parties"
                ],
                "summary":"Update Involved Parties",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"damageClaims-{claimGid}-involvedParties-patch",
                "x-filename-id":"damageclaims-claimgid-involvedparties-patch"
            }
        },
        "/damageClaims/{claimGid}/involvedParties/{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}":{
            "parameters":[
                {
                    "name":"claimGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Damage Claims/Involved Parties"
                ],
                "summary":"Get an Involved Party",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/damageClaims.involvedParties"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"damageClaims-{claimGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-get",
                "x-filename-id":"damageclaims-claimgid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Damage Claims/Involved Parties"
                ],
                "summary":"Delete an Involved Party",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"damageClaims-{claimGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-delete",
                "x-filename-id":"damageclaims-claimgid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Damage Claims/Involved Parties"
                ],
                "summary":"Update an Involved Party",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"damageClaims-{claimGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-patch",
                "x-filename-id":"damageclaims-claimgid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-patch"
            }
        },
        "/damageClaims/{claimGid}/lineItems":{
            "parameters":[
                {
                    "name":"claimGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Damage Claims/Line Items"
                ],
                "summary":"Get Line Items",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/damageClaims.lineItems"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"damageClaims-{claimGid}-lineItems-get",
                "x-filename-id":"damageclaims-claimgid-lineitems-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Damage Claims/Line Items"
                ],
                "summary":"Create a Line Item",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/damageClaims.lineItems"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/damageClaims.lineItems"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/damageClaims.lineItems"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/damageClaims.lineItems"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"damageClaims-{claimGid}-lineItems-post",
                "x-filename-id":"damageclaims-claimgid-lineitems-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Damage Claims/Line Items"
                ],
                "summary":"Update Line Items",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"damageClaims-{claimGid}-lineItems-patch",
                "x-filename-id":"damageclaims-claimgid-lineitems-patch"
            }
        },
        "/damageClaims/{claimGid}/lineItems/{lineItemSeqNo}":{
            "parameters":[
                {
                    "name":"claimGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"lineItemSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Damage Claims/Line Items"
                ],
                "summary":"Get a Line Item",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/damageClaims.lineItems"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"damageClaims-{claimGid}-lineItems-{lineItemSeqNo}-get",
                "x-filename-id":"damageclaims-claimgid-lineitems-lineitemseqno-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Damage Claims/Line Items"
                ],
                "summary":"Delete a Line Item",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"damageClaims-{claimGid}-lineItems-{lineItemSeqNo}-delete",
                "x-filename-id":"damageclaims-claimgid-lineitems-lineitemseqno-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Damage Claims/Line Items"
                ],
                "summary":"Update a Line Item",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"damageClaims-{claimGid}-lineItems-{lineItemSeqNo}-patch",
                "x-filename-id":"damageclaims-claimgid-lineitems-lineitemseqno-patch"
            }
        },
        "/damageClaims/{claimGid}/lineItems/{lineItemSeqNo}/refnums":{
            "parameters":[
                {
                    "name":"claimGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"lineItemSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Damage Claims/Line Items/Reference Numbers"
                ],
                "summary":"Get Reference Numbers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/damageClaims.lineItems.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"damageClaims-{claimGid}-lineItems-{lineItemSeqNo}-refnums-get",
                "x-filename-id":"damageclaims-claimgid-lineitems-lineitemseqno-refnums-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Damage Claims/Line Items/Reference Numbers"
                ],
                "summary":"Create a Reference Number",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/damageClaims.lineItems.refnums"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/damageClaims.lineItems.refnums"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/damageClaims.lineItems.refnums"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/damageClaims.lineItems.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"damageClaims-{claimGid}-lineItems-{lineItemSeqNo}-refnums-post",
                "x-filename-id":"damageclaims-claimgid-lineitems-lineitemseqno-refnums-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Damage Claims/Line Items/Reference Numbers"
                ],
                "summary":"Update Reference Numbers",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"damageClaims-{claimGid}-lineItems-{lineItemSeqNo}-refnums-patch",
                "x-filename-id":"damageclaims-claimgid-lineitems-lineitemseqno-refnums-patch"
            }
        },
        "/damageClaims/{claimGid}/lineItems/{lineItemSeqNo}/refnums/{claimLiRefnumQualGidxrefnumValue}":{
            "parameters":[
                {
                    "name":"claimGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"lineItemSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"claimLiRefnumQualGidxrefnumValue",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Damage Claims/Line Items/Reference Numbers"
                ],
                "summary":"Get a Reference Number",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/damageClaims.lineItems.refnums"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"damageClaims-{claimGid}-lineItems-{lineItemSeqNo}-refnums-{claimLiRefnumQualGidxrefnumValue}-get",
                "x-filename-id":"damageclaims-claimgid-lineitems-lineitemseqno-refnums-claimlirefnumqualgidxrefnumvalue-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Damage Claims/Line Items/Reference Numbers"
                ],
                "summary":"Delete a Reference Number",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"damageClaims-{claimGid}-lineItems-{lineItemSeqNo}-refnums-{claimLiRefnumQualGidxrefnumValue}-delete",
                "x-filename-id":"damageclaims-claimgid-lineitems-lineitemseqno-refnums-claimlirefnumqualgidxrefnumvalue-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Damage Claims/Line Items/Reference Numbers"
                ],
                "summary":"Update a Reference Number",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"damageClaims-{claimGid}-lineItems-{lineItemSeqNo}-refnums-{claimLiRefnumQualGidxrefnumValue}-patch",
                "x-filename-id":"damageclaims-claimgid-lineitems-lineitemseqno-refnums-claimlirefnumqualgidxrefnumvalue-patch"
            }
        },
        "/damageClaims/{claimGid}/lineItems/{lineItemSeqNo}/costs":{
            "parameters":[
                {
                    "name":"claimGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"lineItemSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Damage Claims/Line Items/Costs"
                ],
                "summary":"Get Costs",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/damageClaims.lineItems.costs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"damageClaims-{claimGid}-lineItems-{lineItemSeqNo}-costs-get",
                "x-filename-id":"damageclaims-claimgid-lineitems-lineitemseqno-costs-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Damage Claims/Line Items/Costs"
                ],
                "summary":"Create a Cost",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/damageClaims.lineItems.costs"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/damageClaims.lineItems.costs"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/damageClaims.lineItems.costs"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/damageClaims.lineItems.costs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"damageClaims-{claimGid}-lineItems-{lineItemSeqNo}-costs-post",
                "x-filename-id":"damageclaims-claimgid-lineitems-lineitemseqno-costs-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Damage Claims/Line Items/Costs"
                ],
                "summary":"Update Costs",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"damageClaims-{claimGid}-lineItems-{lineItemSeqNo}-costs-patch",
                "x-filename-id":"damageclaims-claimgid-lineitems-lineitemseqno-costs-patch"
            }
        },
        "/damageClaims/{claimGid}/lineItems/{lineItemSeqNo}/costs/{costSeqNo}":{
            "parameters":[
                {
                    "name":"claimGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"lineItemSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"costSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Damage Claims/Line Items/Costs"
                ],
                "summary":"Get a Cost",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/damageClaims.lineItems.costs"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"damageClaims-{claimGid}-lineItems-{lineItemSeqNo}-costs-{costSeqNo}-get",
                "x-filename-id":"damageclaims-claimgid-lineitems-lineitemseqno-costs-costseqno-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Damage Claims/Line Items/Costs"
                ],
                "summary":"Delete a Cost",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"damageClaims-{claimGid}-lineItems-{lineItemSeqNo}-costs-{costSeqNo}-delete",
                "x-filename-id":"damageclaims-claimgid-lineitems-lineitemseqno-costs-costseqno-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Damage Claims/Line Items/Costs"
                ],
                "summary":"Update a Cost",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"damageClaims-{claimGid}-lineItems-{lineItemSeqNo}-costs-{costSeqNo}-patch",
                "x-filename-id":"damageclaims-claimgid-lineitems-lineitemseqno-costs-costseqno-patch"
            }
        },
        "/damageClaims/{claimGid}/statuses":{
            "parameters":[
                {
                    "name":"claimGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Damage Claims/Statuses"
                ],
                "summary":"Get Statuses",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/damageClaims.statuses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"damageClaims-{claimGid}-statuses-get",
                "x-filename-id":"damageclaims-claimgid-statuses-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Damage Claims/Statuses"
                ],
                "summary":"Create a Status",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/damageClaims.statuses"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/damageClaims.statuses"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/damageClaims.statuses"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/damageClaims.statuses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"damageClaims-{claimGid}-statuses-post",
                "x-filename-id":"damageclaims-claimgid-statuses-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Damage Claims/Statuses"
                ],
                "summary":"Update Statuses",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"damageClaims-{claimGid}-statuses-patch",
                "x-filename-id":"damageclaims-claimgid-statuses-patch"
            }
        },
        "/damageClaims/{claimGid}/statuses/{statusTypeGid}":{
            "parameters":[
                {
                    "name":"claimGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"statusTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Damage Claims/Statuses"
                ],
                "summary":"Get a Status",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/damageClaims.statuses"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"damageClaims-{claimGid}-statuses-{statusTypeGid}-get",
                "x-filename-id":"damageclaims-claimgid-statuses-statustypegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Damage Claims/Statuses"
                ],
                "summary":"Delete a Status",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"damageClaims-{claimGid}-statuses-{statusTypeGid}-delete",
                "x-filename-id":"damageclaims-claimgid-statuses-statustypegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Damage Claims/Statuses"
                ],
                "summary":"Update a Status",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"damageClaims-{claimGid}-statuses-{statusTypeGid}-patch",
                "x-filename-id":"damageclaims-claimgid-statuses-statustypegid-patch"
            }
        },
        "/damageClaims/{claimGid}/costs":{
            "parameters":[
                {
                    "name":"claimGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Damage Claims/Costs"
                ],
                "summary":"Get Costs",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/damageClaims.costs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"damageClaims-{claimGid}-costs-get",
                "x-filename-id":"damageclaims-claimgid-costs-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Damage Claims/Costs"
                ],
                "summary":"Create a Cost",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/damageClaims.costs"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/damageClaims.costs"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/damageClaims.costs"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/damageClaims.costs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"damageClaims-{claimGid}-costs-post",
                "x-filename-id":"damageclaims-claimgid-costs-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Damage Claims/Costs"
                ],
                "summary":"Update Costs",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"damageClaims-{claimGid}-costs-patch",
                "x-filename-id":"damageclaims-claimgid-costs-patch"
            }
        },
        "/damageClaims/{claimGid}/costs/{costSeqNo}":{
            "parameters":[
                {
                    "name":"claimGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"costSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Damage Claims/Costs"
                ],
                "summary":"Get a Cost",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/damageClaims.costs"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"damageClaims-{claimGid}-costs-{costSeqNo}-get",
                "x-filename-id":"damageclaims-claimgid-costs-costseqno-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Damage Claims/Costs"
                ],
                "summary":"Delete a Cost",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"damageClaims-{claimGid}-costs-{costSeqNo}-delete",
                "x-filename-id":"damageclaims-claimgid-costs-costseqno-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Damage Claims/Costs"
                ],
                "summary":"Update a Cost",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"damageClaims-{claimGid}-costs-{costSeqNo}-patch",
                "x-filename-id":"damageclaims-claimgid-costs-costseqno-patch"
            }
        },
        "/damageClaims/{claimGid}/notes":{
            "parameters":[
                {
                    "name":"claimGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Damage Claims/Notes"
                ],
                "summary":"Get Notes",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/damageClaims.notes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"damageClaims-{claimGid}-notes-get",
                "x-filename-id":"damageclaims-claimgid-notes-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Damage Claims/Notes"
                ],
                "summary":"Create a Note",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/damageClaims.notes"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/damageClaims.notes"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/damageClaims.notes"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/damageClaims.notes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"damageClaims-{claimGid}-notes-post",
                "x-filename-id":"damageclaims-claimgid-notes-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Damage Claims/Notes"
                ],
                "summary":"Update Notes",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"damageClaims-{claimGid}-notes-patch",
                "x-filename-id":"damageclaims-claimgid-notes-patch"
            }
        },
        "/damageClaims/{claimGid}/notes/{claimNoteSeqNo}":{
            "parameters":[
                {
                    "name":"claimGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"claimNoteSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Damage Claims/Notes"
                ],
                "summary":"Get a Note",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/damageClaims.notes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"damageClaims-{claimGid}-notes-{claimNoteSeqNo}-get",
                "x-filename-id":"damageclaims-claimgid-notes-claimnoteseqno-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Damage Claims/Notes"
                ],
                "summary":"Delete a Note",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"damageClaims-{claimGid}-notes-{claimNoteSeqNo}-delete",
                "x-filename-id":"damageclaims-claimgid-notes-claimnoteseqno-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Damage Claims/Notes"
                ],
                "summary":"Update a Note",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"damageClaims-{claimGid}-notes-{claimNoteSeqNo}-patch",
                "x-filename-id":"damageclaims-claimgid-notes-claimnoteseqno-patch"
            }
        },
        "/damageClaims/{claimGid}/remarks":{
            "parameters":[
                {
                    "name":"claimGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Damage Claims/Remarks"
                ],
                "summary":"Get Remarks",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/damageClaims.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"damageClaims-{claimGid}-remarks-get",
                "x-filename-id":"damageclaims-claimgid-remarks-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Damage Claims/Remarks"
                ],
                "summary":"Create a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/damageClaims.remarks"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/damageClaims.remarks"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/damageClaims.remarks"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/damageClaims.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"damageClaims-{claimGid}-remarks-post",
                "x-filename-id":"damageclaims-claimgid-remarks-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Damage Claims/Remarks"
                ],
                "summary":"Update Remarks",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"damageClaims-{claimGid}-remarks-patch",
                "x-filename-id":"damageclaims-claimgid-remarks-patch"
            }
        },
        "/damageClaims/{claimGid}/remarks/{remarkSeqNo}":{
            "parameters":[
                {
                    "name":"claimGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"remarkSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Damage Claims/Remarks"
                ],
                "summary":"Get a Remark",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/damageClaims.remarks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"damageClaims-{claimGid}-remarks-{remarkSeqNo}-get",
                "x-filename-id":"damageclaims-claimgid-remarks-remarkseqno-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Damage Claims/Remarks"
                ],
                "summary":"Delete a Remark",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"damageClaims-{claimGid}-remarks-{remarkSeqNo}-delete",
                "x-filename-id":"damageclaims-claimgid-remarks-remarkseqno-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Damage Claims/Remarks"
                ],
                "summary":"Update a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"damageClaims-{claimGid}-remarks-{remarkSeqNo}-patch",
                "x-filename-id":"damageclaims-claimgid-remarks-remarkseqno-patch"
            }
        },
        "/damageClaims/{claimGid}/refnums":{
            "parameters":[
                {
                    "name":"claimGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Damage Claims/Reference Numbers"
                ],
                "summary":"Get Reference Numbers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/damageClaims.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"damageClaims-{claimGid}-refnums-get",
                "x-filename-id":"damageclaims-claimgid-refnums-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Damage Claims/Reference Numbers"
                ],
                "summary":"Create a Reference Number",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/damageClaims.refnums"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/damageClaims.refnums"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/damageClaims.refnums"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/damageClaims.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"damageClaims-{claimGid}-refnums-post",
                "x-filename-id":"damageclaims-claimgid-refnums-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Damage Claims/Reference Numbers"
                ],
                "summary":"Update Reference Numbers",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"damageClaims-{claimGid}-refnums-patch",
                "x-filename-id":"damageclaims-claimgid-refnums-patch"
            }
        },
        "/damageClaims/{claimGid}/refnums/{claimRefnumQualGidxrefnumValue}":{
            "parameters":[
                {
                    "name":"claimGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"claimRefnumQualGidxrefnumValue",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Damage Claims/Reference Numbers"
                ],
                "summary":"Get a Reference Number",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/damageClaims.refnums"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"damageClaims-{claimGid}-refnums-{claimRefnumQualGidxrefnumValue}-get",
                "x-filename-id":"damageclaims-claimgid-refnums-claimrefnumqualgidxrefnumvalue-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Damage Claims/Reference Numbers"
                ],
                "summary":"Delete a Reference Number",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"damageClaims-{claimGid}-refnums-{claimRefnumQualGidxrefnumValue}-delete",
                "x-filename-id":"damageclaims-claimgid-refnums-claimrefnumqualgidxrefnumvalue-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Damage Claims/Reference Numbers"
                ],
                "summary":"Update a Reference Number",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"damageClaims-{claimGid}-refnums-{claimRefnumQualGidxrefnumValue}-patch",
                "x-filename-id":"damageclaims-claimgid-refnums-claimrefnumqualgidxrefnumvalue-patch"
            }
        },
        "/damageClaims/{claimGid}/documents":{
            "parameters":[
                {
                    "name":"claimGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Damage Claims/Documents"
                ],
                "summary":"Get Documents",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/damageClaims.documents"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"damageClaims-{claimGid}-documents-get",
                "x-filename-id":"damageclaims-claimgid-documents-get"
            }
        },
        "/damageClaims/{claimGid}/documents/{documentGid}":{
            "parameters":[
                {
                    "name":"claimGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Damage Claims/Documents"
                ],
                "summary":"Get a Document",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/damageClaims.documents"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"damageClaims-{claimGid}-documents-{documentGid}-get",
                "x-filename-id":"damageclaims-claimgid-documents-documentgid-get"
            }
        },
        "/rateOfferingTimePeriodDefinitions":{
            "get":{
                "tags":[
                    "Power Data/Rate Offering Time Period Definitions"
                ],
                "summary":"Get Rate Offering Time Period Definitions",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/rateOfferingTimePeriodDefinitions"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateOfferingTimePeriodDefinitions-get",
                "x-filename-id":"rateofferingtimeperioddefinitions-get"
            },
            "post":{
                "tags":[
                    "Power Data/Rate Offering Time Period Definitions"
                ],
                "summary":"Create a Rate Offering Time Period Definition",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/rateOfferingTimePeriodDefinitions"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateOfferingTimePeriodDefinitions"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateOfferingTimePeriodDefinitions-post",
                "x-filename-id":"rateofferingtimeperioddefinitions-post"
            }
        },
        "/rateOfferingTimePeriodDefinitions/{roTimePeriodDefGid}":{
            "parameters":[
                {
                    "name":"roTimePeriodDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Rate Offering Time Period Definitions"
                ],
                "summary":"Get a Rate Offering Time Period Definition",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateOfferingTimePeriodDefinitions"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateOfferingTimePeriodDefinitions-{roTimePeriodDefGid}-get",
                "x-filename-id":"rateofferingtimeperioddefinitions-rotimeperioddefgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Rate Offering Time Period Definitions"
                ],
                "summary":"Delete a Rate Offering Time Period Definition",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rateOfferingTimePeriodDefinitions-{roTimePeriodDefGid}-delete",
                "x-filename-id":"rateofferingtimeperioddefinitions-rotimeperioddefgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Rate Offering Time Period Definitions"
                ],
                "summary":"Update a Rate Offering Time Period Definition",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rateOfferingTimePeriodDefinitions-{roTimePeriodDefGid}-patch",
                "x-filename-id":"rateofferingtimeperioddefinitions-rotimeperioddefgid-patch"
            }
        },
        "/timeZoneLocales":{
            "get":{
                "tags":[
                    "Power Data/Time Zone Locales"
                ],
                "summary":"Get Time Zone Locales",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/timeZoneLocales"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"timeZoneLocales-get",
                "x-filename-id":"timezonelocales-get"
            },
            "post":{
                "tags":[
                    "Power Data/Time Zone Locales"
                ],
                "summary":"Create a Time Zone Locale",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/timeZoneLocales"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/timeZoneLocales"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"timeZoneLocales-post",
                "x-filename-id":"timezonelocales-post"
            }
        },
        "/timeZoneLocales/{timeZoneLocaleId}":{
            "parameters":[
                {
                    "name":"timeZoneLocaleId",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Time Zone Locales"
                ],
                "summary":"Get a Time Zone Locale",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/timeZoneLocales"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"timeZoneLocales-{timeZoneLocaleId}-get",
                "x-filename-id":"timezonelocales-timezonelocaleid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Time Zone Locales"
                ],
                "summary":"Delete a Time Zone Locale",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"timeZoneLocales-{timeZoneLocaleId}-delete",
                "x-filename-id":"timezonelocales-timezonelocaleid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Time Zone Locales"
                ],
                "summary":"Update a Time Zone Locale",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"timeZoneLocales-{timeZoneLocaleId}-patch",
                "x-filename-id":"timezonelocales-timezonelocaleid-patch"
            }
        },
        "/productClassificationTypes":{
            "get":{
                "tags":[
                    "Power Data/Product Classification Types"
                ],
                "summary":"Get Product Classification Types",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/productClassificationTypes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"productClassificationTypes-get",
                "x-filename-id":"productclassificationtypes-get"
            },
            "post":{
                "tags":[
                    "Power Data/Product Classification Types"
                ],
                "summary":"Create a Product Classification Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/productClassificationTypes"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/productClassificationTypes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"productClassificationTypes-post",
                "x-filename-id":"productclassificationtypes-post"
            }
        },
        "/productClassificationTypes/{gtmProdClassTypeGid}":{
            "parameters":[
                {
                    "name":"gtmProdClassTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Product Classification Types"
                ],
                "summary":"Get a Product Classification Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/productClassificationTypes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"productClassificationTypes-{gtmProdClassTypeGid}-get",
                "x-filename-id":"productclassificationtypes-gtmprodclasstypegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Product Classification Types"
                ],
                "summary":"Delete a Product Classification Type",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"productClassificationTypes-{gtmProdClassTypeGid}-delete",
                "x-filename-id":"productclassificationtypes-gtmprodclasstypegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Product Classification Types"
                ],
                "summary":"Update a Product Classification Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"productClassificationTypes-{gtmProdClassTypeGid}-patch",
                "x-filename-id":"productclassificationtypes-gtmprodclasstypegid-patch"
            }
        },
        "/restrictedPartys":{
            "get":{
                "tags":[
                    "Power Data/Restricted Partys"
                ],
                "summary":"Get Restricted Partys",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/restrictedPartys"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"restrictedPartys-get",
                "x-filename-id":"restrictedpartys-get"
            },
            "post":{
                "tags":[
                    "Power Data/Restricted Partys"
                ],
                "summary":"Create a Restricted Party",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/restrictedPartys"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/restrictedPartys"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"restrictedPartys-post",
                "x-filename-id":"restrictedpartys-post"
            }
        },
        "/restrictedPartys/{gtmDeniedPartyGid}":{
            "parameters":[
                {
                    "name":"gtmDeniedPartyGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Restricted Partys"
                ],
                "summary":"Get a Restricted Party",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/restrictedPartys"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"restrictedPartys-{gtmDeniedPartyGid}-get",
                "x-filename-id":"restrictedpartys-gtmdeniedpartygid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Restricted Partys"
                ],
                "summary":"Delete a Restricted Party",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"restrictedPartys-{gtmDeniedPartyGid}-delete",
                "x-filename-id":"restrictedpartys-gtmdeniedpartygid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Restricted Partys"
                ],
                "summary":"Update a Restricted Party",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"restrictedPartys-{gtmDeniedPartyGid}-patch",
                "x-filename-id":"restrictedpartys-gtmdeniedpartygid-patch"
            }
        },
        "/locationReferenceNumberQualifiers":{
            "get":{
                "tags":[
                    "Power Data/Location Reference Number Qualifiers"
                ],
                "summary":"Get Location Reference Number Qualifiers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/locationReferenceNumberQualifiers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locationReferenceNumberQualifiers-get",
                "x-filename-id":"locationreferencenumberqualifiers-get"
            },
            "post":{
                "tags":[
                    "Power Data/Location Reference Number Qualifiers"
                ],
                "summary":"Create a Location Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/locationReferenceNumberQualifiers"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/locationReferenceNumberQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locationReferenceNumberQualifiers-post",
                "x-filename-id":"locationreferencenumberqualifiers-post"
            }
        },
        "/locationReferenceNumberQualifiers/{locationRefnumQualGid}":{
            "parameters":[
                {
                    "name":"locationRefnumQualGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Location Reference Number Qualifiers"
                ],
                "summary":"Get a Location Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/locationReferenceNumberQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locationReferenceNumberQualifiers-{locationRefnumQualGid}-get",
                "x-filename-id":"locationreferencenumberqualifiers-locationrefnumqualgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Location Reference Number Qualifiers"
                ],
                "summary":"Delete a Location Reference Number Qualifier",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"locationReferenceNumberQualifiers-{locationRefnumQualGid}-delete",
                "x-filename-id":"locationreferencenumberqualifiers-locationrefnumqualgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Location Reference Number Qualifiers"
                ],
                "summary":"Update a Location Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"locationReferenceNumberQualifiers-{locationRefnumQualGid}-patch",
                "x-filename-id":"locationreferencenumberqualifiers-locationrefnumqualgid-patch"
            }
        },
        "/authorities":{
            "get":{
                "tags":[
                    "Power Data/Authorities"
                ],
                "summary":"Get Authorities",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/authorities"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"authorities-get",
                "x-filename-id":"authorities-get"
            },
            "post":{
                "tags":[
                    "Power Data/Authorities"
                ],
                "summary":"Create an Authority",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/authorities"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/authorities"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"authorities-post",
                "x-filename-id":"authorities-post"
            }
        },
        "/authorities/{gtmAuthorityGid}":{
            "parameters":[
                {
                    "name":"gtmAuthorityGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Authorities"
                ],
                "summary":"Get an Authority",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/authorities"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"authorities-{gtmAuthorityGid}-get",
                "x-filename-id":"authorities-gtmauthoritygid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Authorities"
                ],
                "summary":"Delete an Authority",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"authorities-{gtmAuthorityGid}-delete",
                "x-filename-id":"authorities-gtmauthoritygid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Authorities"
                ],
                "summary":"Update an Authority",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"authorities-{gtmAuthorityGid}-patch",
                "x-filename-id":"authorities-gtmauthoritygid-patch"
            }
        },
        "/rateFactorSources":{
            "get":{
                "tags":[
                    "Power Data/Rate Factor Sources"
                ],
                "summary":"Get Rate Factor Sources",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/rateFactorSources"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateFactorSources-get",
                "x-filename-id":"ratefactorsources-get"
            },
            "post":{
                "tags":[
                    "Power Data/Rate Factor Sources"
                ],
                "summary":"Create a Rate Factor Source",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/rateFactorSources"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateFactorSources"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateFactorSources-post",
                "x-filename-id":"ratefactorsources-post"
            }
        },
        "/rateFactorSources/{rateFactorSourceGid}":{
            "parameters":[
                {
                    "name":"rateFactorSourceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Rate Factor Sources"
                ],
                "summary":"Get a Rate Factor Source",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateFactorSources"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateFactorSources-{rateFactorSourceGid}-get",
                "x-filename-id":"ratefactorsources-ratefactorsourcegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Rate Factor Sources"
                ],
                "summary":"Delete a Rate Factor Source",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rateFactorSources-{rateFactorSourceGid}-delete",
                "x-filename-id":"ratefactorsources-ratefactorsourcegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Rate Factor Sources"
                ],
                "summary":"Update a Rate Factor Source",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rateFactorSources-{rateFactorSourceGid}-patch",
                "x-filename-id":"ratefactorsources-ratefactorsourcegid-patch"
            }
        },
        "/rateFactorSources/{rateFactorSourceGid}/rateFactors":{
            "parameters":[
                {
                    "name":"rateFactorSourceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Rate Factor Sources/Rate Factors"
                ],
                "summary":"Get Rate Factors",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/rateFactorSources.rateFactors"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateFactorSources-{rateFactorSourceGid}-rateFactors-get",
                "x-filename-id":"ratefactorsources-ratefactorsourcegid-ratefactors-get"
            },
            "post":{
                "tags":[
                    "Power Data/Rate Factor Sources/Rate Factors"
                ],
                "summary":"Create a Rate Factor",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/rateFactorSources.rateFactors"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/rateFactorSources.rateFactors"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateFactorSources.rateFactors"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/rateFactorSources.rateFactors"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateFactorSources-{rateFactorSourceGid}-rateFactors-post",
                "x-filename-id":"ratefactorsources-ratefactorsourcegid-ratefactors-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Rate Factor Sources/Rate Factors"
                ],
                "summary":"Update Rate Factors",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rateFactorSources-{rateFactorSourceGid}-rateFactors-patch",
                "x-filename-id":"ratefactorsources-ratefactorsourcegid-ratefactors-patch"
            }
        },
        "/rateFactorSources/{rateFactorSourceGid}/rateFactors/{effectiveDate}":{
            "parameters":[
                {
                    "name":"rateFactorSourceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"effectiveDate",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Rate Factor Sources/Rate Factors"
                ],
                "summary":"Get a Rate Factor",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateFactorSources.rateFactors"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateFactorSources-{rateFactorSourceGid}-rateFactors-{effectiveDate}-get",
                "x-filename-id":"ratefactorsources-ratefactorsourcegid-ratefactors-effectivedate-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Rate Factor Sources/Rate Factors"
                ],
                "summary":"Delete a Rate Factor",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rateFactorSources-{rateFactorSourceGid}-rateFactors-{effectiveDate}-delete",
                "x-filename-id":"ratefactorsources-ratefactorsourcegid-ratefactors-effectivedate-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Rate Factor Sources/Rate Factors"
                ],
                "summary":"Update a Rate Factor",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rateFactorSources-{rateFactorSourceGid}-rateFactors-{effectiveDate}-patch",
                "x-filename-id":"ratefactorsources-ratefactorsourcegid-ratefactors-effectivedate-patch"
            }
        },
        "/rateServiceTypes":{
            "get":{
                "tags":[
                    "Power Data/Rate Service Types"
                ],
                "summary":"Get Rate Service Types",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/rateServiceTypes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateServiceTypes-get",
                "x-filename-id":"rateservicetypes-get"
            }
        },
        "/rateServiceTypes/{rateServiceTy}":{
            "parameters":[
                {
                    "name":"rateServiceTy",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Rate Service Types"
                ],
                "summary":"Get a Rate Service Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateServiceTypes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateServiceTypes-{rateServiceTy}-get",
                "x-filename-id":"rateservicetypes-rateservicety-get"
            }
        },
        "/sellShipments":{
            "get":{
                "tags":[
                    "Business Objects/Sell Shipments"
                ],
                "summary":"Get Sell Shipments",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sellShipments"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-get",
                "x-filename-id":"sellshipments-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Sell Shipments"
                ],
                "summary":"Create a Sell Shipment",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/sellShipments"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sellShipments"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-post",
                "x-filename-id":"sellshipments-post"
            }
        },
        "/sellShipments/{shipmentGid}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Sell Shipments"
                ],
                "summary":"Get a Sell Shipment",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sellShipments"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-get",
                "x-filename-id":"sellshipments-shipmentgid-get"
            },
            "patch":{
                "tags":[
                    "Business Objects/Sell Shipments"
                ],
                "summary":"Update a Sell Shipment",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-patch",
                "x-filename-id":"sellshipments-shipmentgid-patch"
            }
        },
        "/sellShipments/{shipmentGid}/texts":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Sell Shipments/Texts"
                ],
                "summary":"Get Texts",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sellShipments.texts"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-texts-get",
                "x-filename-id":"sellshipments-shipmentgid-texts-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Sell Shipments/Texts"
                ],
                "summary":"Create a Text",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/sellShipments.texts"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/sellShipments.texts"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sellShipments.texts"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sellShipments.texts"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-texts-post",
                "x-filename-id":"sellshipments-shipmentgid-texts-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Sell Shipments/Texts"
                ],
                "summary":"Update Texts",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-texts-patch",
                "x-filename-id":"sellshipments-shipmentgid-texts-patch"
            }
        },
        "/sellShipments/{shipmentGid}/texts/{textTemplateGidxdocumentDefGid}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"textTemplateGidxdocumentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Sell Shipments/Texts"
                ],
                "summary":"Get a Text",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sellShipments.texts"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-texts-{textTemplateGidxdocumentDefGid}-get",
                "x-filename-id":"sellshipments-shipmentgid-texts-texttemplategidxdocumentdefgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Sell Shipments/Texts"
                ],
                "summary":"Delete a Text",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-texts-{textTemplateGidxdocumentDefGid}-delete",
                "x-filename-id":"sellshipments-shipmentgid-texts-texttemplategidxdocumentdefgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Sell Shipments/Texts"
                ],
                "summary":"Update a Text",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-texts-{textTemplateGidxdocumentDefGid}-patch",
                "x-filename-id":"sellshipments-shipmentgid-texts-texttemplategidxdocumentdefgid-patch"
            }
        },
        "/sellShipments/{shipmentGid}/informationalCosts":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Sell Shipments/Informational Costs"
                ],
                "summary":"Get Informational Costs",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sellShipments.informationalCosts"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-informationalCosts-get",
                "x-filename-id":"sellshipments-shipmentgid-informationalcosts-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Sell Shipments/Informational Costs"
                ],
                "summary":"Create an Informational Cost",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/sellShipments.informationalCosts"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/sellShipments.informationalCosts"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sellShipments.informationalCosts"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sellShipments.informationalCosts"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-informationalCosts-post",
                "x-filename-id":"sellshipments-shipmentgid-informationalcosts-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Sell Shipments/Informational Costs"
                ],
                "summary":"Update Informational Costs",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-informationalCosts-patch",
                "x-filename-id":"sellshipments-shipmentgid-informationalcosts-patch"
            }
        },
        "/sellShipments/{shipmentGid}/informationalCosts/{shipmentInfCostSeqno}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"shipmentInfCostSeqno",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Sell Shipments/Informational Costs"
                ],
                "summary":"Get an Informational Cost",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sellShipments.informationalCosts"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-informationalCosts-{shipmentInfCostSeqno}-get",
                "x-filename-id":"sellshipments-shipmentgid-informationalcosts-shipmentinfcostseqno-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Sell Shipments/Informational Costs"
                ],
                "summary":"Delete an Informational Cost",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-informationalCosts-{shipmentInfCostSeqno}-delete",
                "x-filename-id":"sellshipments-shipmentgid-informationalcosts-shipmentinfcostseqno-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Sell Shipments/Informational Costs"
                ],
                "summary":"Update an Informational Cost",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-informationalCosts-{shipmentInfCostSeqno}-patch",
                "x-filename-id":"sellshipments-shipmentgid-informationalcosts-shipmentinfcostseqno-patch"
            }
        },
        "/sellShipments/{shipmentGid}/informationalCosts/{shipmentInfCostSeqno}/remarks":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"shipmentInfCostSeqno",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Sell Shipments/Informational Costs/Remarks"
                ],
                "summary":"Get Remarks",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sellShipments.informationalCosts.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-informationalCosts-{shipmentInfCostSeqno}-remarks-get",
                "x-filename-id":"sellshipments-shipmentgid-informationalcosts-shipmentinfcostseqno-remarks-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Sell Shipments/Informational Costs/Remarks"
                ],
                "summary":"Create a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/sellShipments.informationalCosts.remarks"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/sellShipments.informationalCosts.remarks"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sellShipments.informationalCosts.remarks"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sellShipments.informationalCosts.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-informationalCosts-{shipmentInfCostSeqno}-remarks-post",
                "x-filename-id":"sellshipments-shipmentgid-informationalcosts-shipmentinfcostseqno-remarks-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Sell Shipments/Informational Costs/Remarks"
                ],
                "summary":"Update Remarks",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-informationalCosts-{shipmentInfCostSeqno}-remarks-patch",
                "x-filename-id":"sellshipments-shipmentgid-informationalcosts-shipmentinfcostseqno-remarks-patch"
            }
        },
        "/sellShipments/{shipmentGid}/informationalCosts/{shipmentInfCostSeqno}/remarks/{remarkSeq}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"shipmentInfCostSeqno",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"remarkSeq",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Sell Shipments/Informational Costs/Remarks"
                ],
                "summary":"Get a Remark",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sellShipments.informationalCosts.remarks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-informationalCosts-{shipmentInfCostSeqno}-remarks-{remarkSeq}-get",
                "x-filename-id":"sellshipments-shipmentgid-informationalcosts-shipmentinfcostseqno-remarks-remarkseq-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Sell Shipments/Informational Costs/Remarks"
                ],
                "summary":"Delete a Remark",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-informationalCosts-{shipmentInfCostSeqno}-remarks-{remarkSeq}-delete",
                "x-filename-id":"sellshipments-shipmentgid-informationalcosts-shipmentinfcostseqno-remarks-remarkseq-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Sell Shipments/Informational Costs/Remarks"
                ],
                "summary":"Update a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-informationalCosts-{shipmentInfCostSeqno}-remarks-{remarkSeq}-patch",
                "x-filename-id":"sellshipments-shipmentgid-informationalcosts-shipmentinfcostseqno-remarks-remarkseq-patch"
            }
        },
        "/sellShipments/{shipmentGid}/informationalCosts/{shipmentInfCostSeqno}/details":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"shipmentInfCostSeqno",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Sell Shipments/Informational Costs/Details"
                ],
                "summary":"Get Details",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sellShipments.informationalCosts.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-informationalCosts-{shipmentInfCostSeqno}-details-get",
                "x-filename-id":"sellshipments-shipmentgid-informationalcosts-shipmentinfcostseqno-details-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Sell Shipments/Informational Costs/Details"
                ],
                "summary":"Create a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/sellShipments.informationalCosts.details"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/sellShipments.informationalCosts.details"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sellShipments.informationalCosts.details"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sellShipments.informationalCosts.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-informationalCosts-{shipmentInfCostSeqno}-details-post",
                "x-filename-id":"sellshipments-shipmentgid-informationalcosts-shipmentinfcostseqno-details-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Sell Shipments/Informational Costs/Details"
                ],
                "summary":"Update Details",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-informationalCosts-{shipmentInfCostSeqno}-details-patch",
                "x-filename-id":"sellshipments-shipmentgid-informationalcosts-shipmentinfcostseqno-details-patch"
            }
        },
        "/sellShipments/{shipmentGid}/informationalCosts/{shipmentInfCostSeqno}/details/{detailSeqno}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"shipmentInfCostSeqno",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"detailSeqno",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Sell Shipments/Informational Costs/Details"
                ],
                "summary":"Get a Detail",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sellShipments.informationalCosts.details"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-informationalCosts-{shipmentInfCostSeqno}-details-{detailSeqno}-get",
                "x-filename-id":"sellshipments-shipmentgid-informationalcosts-shipmentinfcostseqno-details-detailseqno-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Sell Shipments/Informational Costs/Details"
                ],
                "summary":"Delete a Detail",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-informationalCosts-{shipmentInfCostSeqno}-details-{detailSeqno}-delete",
                "x-filename-id":"sellshipments-shipmentgid-informationalcosts-shipmentinfcostseqno-details-detailseqno-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Sell Shipments/Informational Costs/Details"
                ],
                "summary":"Update a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-informationalCosts-{shipmentInfCostSeqno}-details-{detailSeqno}-patch",
                "x-filename-id":"sellshipments-shipmentgid-informationalcosts-shipmentinfcostseqno-details-detailseqno-patch"
            }
        },
        "/sellShipments/{shipmentGid}/specialServices":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Sell Shipments/Special Services"
                ],
                "summary":"Get Special Services",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sellShipments.specialServices"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-specialServices-get",
                "x-filename-id":"sellshipments-shipmentgid-specialservices-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Sell Shipments/Special Services"
                ],
                "summary":"Create a Special Service",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/sellShipments.specialServices"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/sellShipments.specialServices"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sellShipments.specialServices"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sellShipments.specialServices"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-specialServices-post",
                "x-filename-id":"sellshipments-shipmentgid-specialservices-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Sell Shipments/Special Services"
                ],
                "summary":"Update Special Services",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-specialServices-patch",
                "x-filename-id":"sellshipments-shipmentgid-specialservices-patch"
            }
        },
        "/sellShipments/{shipmentGid}/specialServices/{shipmentSpecialServiceSeq}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"shipmentSpecialServiceSeq",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Sell Shipments/Special Services"
                ],
                "summary":"Get a Special Service",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sellShipments.specialServices"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-specialServices-{shipmentSpecialServiceSeq}-get",
                "x-filename-id":"sellshipments-shipmentgid-specialservices-shipmentspecialserviceseq-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Sell Shipments/Special Services"
                ],
                "summary":"Delete a Special Service",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-specialServices-{shipmentSpecialServiceSeq}-delete",
                "x-filename-id":"sellshipments-shipmentgid-specialservices-shipmentspecialserviceseq-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Sell Shipments/Special Services"
                ],
                "summary":"Update a Special Service",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-specialServices-{shipmentSpecialServiceSeq}-patch",
                "x-filename-id":"sellshipments-shipmentgid-specialservices-shipmentspecialserviceseq-patch"
            }
        },
        "/sellShipments/{shipmentGid}/specialServices/{shipmentSpecialServiceSeq}/remarks":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"shipmentSpecialServiceSeq",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Sell Shipments/Special Services/Remarks"
                ],
                "summary":"Get Remarks",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sellShipments.specialServices.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-specialServices-{shipmentSpecialServiceSeq}-remarks-get",
                "x-filename-id":"sellshipments-shipmentgid-specialservices-shipmentspecialserviceseq-remarks-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Sell Shipments/Special Services/Remarks"
                ],
                "summary":"Create a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/sellShipments.specialServices.remarks"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/sellShipments.specialServices.remarks"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sellShipments.specialServices.remarks"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sellShipments.specialServices.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-specialServices-{shipmentSpecialServiceSeq}-remarks-post",
                "x-filename-id":"sellshipments-shipmentgid-specialservices-shipmentspecialserviceseq-remarks-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Sell Shipments/Special Services/Remarks"
                ],
                "summary":"Update Remarks",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-specialServices-{shipmentSpecialServiceSeq}-remarks-patch",
                "x-filename-id":"sellshipments-shipmentgid-specialservices-shipmentspecialserviceseq-remarks-patch"
            }
        },
        "/sellShipments/{shipmentGid}/specialServices/{shipmentSpecialServiceSeq}/remarks/{remarkSequence}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"shipmentSpecialServiceSeq",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"remarkSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Sell Shipments/Special Services/Remarks"
                ],
                "summary":"Get a Remark",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sellShipments.specialServices.remarks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-specialServices-{shipmentSpecialServiceSeq}-remarks-{remarkSequence}-get",
                "x-filename-id":"sellshipments-shipmentgid-specialservices-shipmentspecialserviceseq-remarks-remarksequence-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Sell Shipments/Special Services/Remarks"
                ],
                "summary":"Delete a Remark",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-specialServices-{shipmentSpecialServiceSeq}-remarks-{remarkSequence}-delete",
                "x-filename-id":"sellshipments-shipmentgid-specialservices-shipmentspecialserviceseq-remarks-remarksequence-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Sell Shipments/Special Services/Remarks"
                ],
                "summary":"Update a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-specialServices-{shipmentSpecialServiceSeq}-remarks-{remarkSequence}-patch",
                "x-filename-id":"sellshipments-shipmentgid-specialservices-shipmentspecialserviceseq-remarks-remarksequence-patch"
            }
        },
        "/sellShipments/{shipmentGid}/specialServices/{shipmentSpecialServiceSeq}/refs":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"shipmentSpecialServiceSeq",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Sell Shipments/Special Services/References"
                ],
                "summary":"Get References",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sellShipments.specialServices.refs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-specialServices-{shipmentSpecialServiceSeq}-refs-get",
                "x-filename-id":"sellshipments-shipmentgid-specialservices-shipmentspecialserviceseq-refs-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Sell Shipments/Special Services/References"
                ],
                "summary":"Create a Reference",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/sellShipments.specialServices.refs"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/sellShipments.specialServices.refs"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sellShipments.specialServices.refs"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sellShipments.specialServices.refs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-specialServices-{shipmentSpecialServiceSeq}-refs-post",
                "x-filename-id":"sellshipments-shipmentgid-specialservices-shipmentspecialserviceseq-refs-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Sell Shipments/Special Services/References"
                ],
                "summary":"Update References",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-specialServices-{shipmentSpecialServiceSeq}-refs-patch",
                "x-filename-id":"sellshipments-shipmentgid-specialservices-shipmentspecialserviceseq-refs-patch"
            }
        },
        "/sellShipments/{shipmentGid}/specialServices/{shipmentSpecialServiceSeq}/refs/{costReferenceGid}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"shipmentSpecialServiceSeq",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"costReferenceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Sell Shipments/Special Services/References"
                ],
                "summary":"Get a Reference",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sellShipments.specialServices.refs"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-specialServices-{shipmentSpecialServiceSeq}-refs-{costReferenceGid}-get",
                "x-filename-id":"sellshipments-shipmentgid-specialservices-shipmentspecialserviceseq-refs-costreferencegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Sell Shipments/Special Services/References"
                ],
                "summary":"Delete a Reference",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-specialServices-{shipmentSpecialServiceSeq}-refs-{costReferenceGid}-delete",
                "x-filename-id":"sellshipments-shipmentgid-specialservices-shipmentspecialserviceseq-refs-costreferencegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Sell Shipments/Special Services/References"
                ],
                "summary":"Update a Reference",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-specialServices-{shipmentSpecialServiceSeq}-refs-{costReferenceGid}-patch",
                "x-filename-id":"sellshipments-shipmentgid-specialservices-shipmentspecialserviceseq-refs-costreferencegid-patch"
            }
        },
        "/sellShipments/{shipmentGid}/orderReleases":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Sell Shipments/Order Releases"
                ],
                "summary":"Get Order Releases",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sellShipments.orderReleases"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-orderReleases-get",
                "x-filename-id":"sellshipments-shipmentgid-orderreleases-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Sell Shipments/Order Releases"
                ],
                "summary":"Create an Order Release",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/sellShipments.orderReleases"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/sellShipments.orderReleases"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sellShipments.orderReleases"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sellShipments.orderReleases"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-orderReleases-post",
                "x-filename-id":"sellshipments-shipmentgid-orderreleases-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Sell Shipments/Order Releases"
                ],
                "summary":"Update Order Releases",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-orderReleases-patch",
                "x-filename-id":"sellshipments-shipmentgid-orderreleases-patch"
            }
        },
        "/sellShipments/{shipmentGid}/orderReleases/{orderReleaseGid}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"orderReleaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Sell Shipments/Order Releases"
                ],
                "summary":"Get an Order Release",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sellShipments.orderReleases"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-orderReleases-{orderReleaseGid}-get",
                "x-filename-id":"sellshipments-shipmentgid-orderreleases-orderreleasegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Sell Shipments/Order Releases"
                ],
                "summary":"Delete an Order Release",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-orderReleases-{orderReleaseGid}-delete",
                "x-filename-id":"sellshipments-shipmentgid-orderreleases-orderreleasegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Sell Shipments/Order Releases"
                ],
                "summary":"Update an Order Release",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-orderReleases-{orderReleaseGid}-patch",
                "x-filename-id":"sellshipments-shipmentgid-orderreleases-orderreleasegid-patch"
            }
        },
        "/sellShipments/{shipmentGid}/containerGroups":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Sell Shipments/Container Groups"
                ],
                "summary":"Get Container Groups",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sellShipments.containerGroups"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-containerGroups-get",
                "x-filename-id":"sellshipments-shipmentgid-containergroups-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Sell Shipments/Container Groups"
                ],
                "summary":"Create a Container Group",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/sellShipments.containerGroups"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/sellShipments.containerGroups"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sellShipments.containerGroups"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sellShipments.containerGroups"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-containerGroups-post",
                "x-filename-id":"sellshipments-shipmentgid-containergroups-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Sell Shipments/Container Groups"
                ],
                "summary":"Update Container Groups",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-containerGroups-patch",
                "x-filename-id":"sellshipments-shipmentgid-containergroups-patch"
            }
        },
        "/sellShipments/{shipmentGid}/containerGroups/{containerGroupGid}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"containerGroupGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Sell Shipments/Container Groups"
                ],
                "summary":"Get a Container Group",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sellShipments.containerGroups"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-containerGroups-{containerGroupGid}-get",
                "x-filename-id":"sellshipments-shipmentgid-containergroups-containergroupgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Sell Shipments/Container Groups"
                ],
                "summary":"Delete a Container Group",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-containerGroups-{containerGroupGid}-delete",
                "x-filename-id":"sellshipments-shipmentgid-containergroups-containergroupgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Sell Shipments/Container Groups"
                ],
                "summary":"Update a Container Group",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-containerGroups-{containerGroupGid}-patch",
                "x-filename-id":"sellshipments-shipmentgid-containergroups-containergroupgid-patch"
            }
        },
        "/sellShipments/{shipmentGid}/containerGroups/{containerGroupGid}/details":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"containerGroupGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Sell Shipments/Container Groups/Details"
                ],
                "summary":"Get Details",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sellShipments.containerGroups.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-containerGroups-{containerGroupGid}-details-get",
                "x-filename-id":"sellshipments-shipmentgid-containergroups-containergroupgid-details-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Sell Shipments/Container Groups/Details"
                ],
                "summary":"Create a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/sellShipments.containerGroups.details"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/sellShipments.containerGroups.details"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sellShipments.containerGroups.details"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sellShipments.containerGroups.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-containerGroups-{containerGroupGid}-details-post",
                "x-filename-id":"sellshipments-shipmentgid-containergroups-containergroupgid-details-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Sell Shipments/Container Groups/Details"
                ],
                "summary":"Update Details",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-containerGroups-{containerGroupGid}-details-patch",
                "x-filename-id":"sellshipments-shipmentgid-containergroups-containergroupgid-details-patch"
            }
        },
        "/sellShipments/{shipmentGid}/containerGroups/{containerGroupGid}/details/{sEquipmentGid}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"containerGroupGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sEquipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Sell Shipments/Container Groups/Details"
                ],
                "summary":"Get a Detail",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sellShipments.containerGroups.details"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-containerGroups-{containerGroupGid}-details-{sEquipmentGid}-get",
                "x-filename-id":"sellshipments-shipmentgid-containergroups-containergroupgid-details-sequipmentgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Sell Shipments/Container Groups/Details"
                ],
                "summary":"Delete a Detail",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-containerGroups-{containerGroupGid}-details-{sEquipmentGid}-delete",
                "x-filename-id":"sellshipments-shipmentgid-containergroups-containergroupgid-details-sequipmentgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Sell Shipments/Container Groups/Details"
                ],
                "summary":"Update a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-containerGroups-{containerGroupGid}-details-{sEquipmentGid}-patch",
                "x-filename-id":"sellshipments-shipmentgid-containergroups-containergroupgid-details-sequipmentgid-patch"
            }
        },
        "/sellShipments/{shipmentGid}/accessorials":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Sell Shipments/Accessorials"
                ],
                "summary":"Get Accessorials",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sellShipments.accessorials"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-accessorials-get",
                "x-filename-id":"sellshipments-shipmentgid-accessorials-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Sell Shipments/Accessorials"
                ],
                "summary":"Create an Accessorial",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/sellShipments.accessorials"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/sellShipments.accessorials"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sellShipments.accessorials"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sellShipments.accessorials"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-accessorials-post",
                "x-filename-id":"sellshipments-shipmentgid-accessorials-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Sell Shipments/Accessorials"
                ],
                "summary":"Update Accessorials",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-accessorials-patch",
                "x-filename-id":"sellshipments-shipmentgid-accessorials-patch"
            }
        },
        "/sellShipments/{shipmentGid}/accessorials/{accessorialCodeGid}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"accessorialCodeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Sell Shipments/Accessorials"
                ],
                "summary":"Get an Accessorial",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sellShipments.accessorials"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-accessorials-{accessorialCodeGid}-get",
                "x-filename-id":"sellshipments-shipmentgid-accessorials-accessorialcodegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Sell Shipments/Accessorials"
                ],
                "summary":"Delete an Accessorial",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-accessorials-{accessorialCodeGid}-delete",
                "x-filename-id":"sellshipments-shipmentgid-accessorials-accessorialcodegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Sell Shipments/Accessorials"
                ],
                "summary":"Update an Accessorial",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-accessorials-{accessorialCodeGid}-patch",
                "x-filename-id":"sellshipments-shipmentgid-accessorials-accessorialcodegid-patch"
            }
        },
        "/sellShipments/{shipmentGid}/accessorials/{accessorialCodeGid}/costRefs":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"accessorialCodeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Sell Shipments/Accessorials/Cost References"
                ],
                "summary":"Get Cost References",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sellShipments.accessorials.costRefs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-accessorials-{accessorialCodeGid}-costRefs-get",
                "x-filename-id":"sellshipments-shipmentgid-accessorials-accessorialcodegid-costrefs-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Sell Shipments/Accessorials/Cost References"
                ],
                "summary":"Create a Cost Reference",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/sellShipments.accessorials.costRefs"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/sellShipments.accessorials.costRefs"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sellShipments.accessorials.costRefs"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sellShipments.accessorials.costRefs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-accessorials-{accessorialCodeGid}-costRefs-post",
                "x-filename-id":"sellshipments-shipmentgid-accessorials-accessorialcodegid-costrefs-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Sell Shipments/Accessorials/Cost References"
                ],
                "summary":"Update Cost References",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-accessorials-{accessorialCodeGid}-costRefs-patch",
                "x-filename-id":"sellshipments-shipmentgid-accessorials-accessorialcodegid-costrefs-patch"
            }
        },
        "/sellShipments/{shipmentGid}/accessorials/{accessorialCodeGid}/costRefs/{costReferenceGid}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"accessorialCodeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"costReferenceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Sell Shipments/Accessorials/Cost References"
                ],
                "summary":"Get a Cost Reference",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sellShipments.accessorials.costRefs"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-accessorials-{accessorialCodeGid}-costRefs-{costReferenceGid}-get",
                "x-filename-id":"sellshipments-shipmentgid-accessorials-accessorialcodegid-costrefs-costreferencegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Sell Shipments/Accessorials/Cost References"
                ],
                "summary":"Delete a Cost Reference",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-accessorials-{accessorialCodeGid}-costRefs-{costReferenceGid}-delete",
                "x-filename-id":"sellshipments-shipmentgid-accessorials-accessorialcodegid-costrefs-costreferencegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Sell Shipments/Accessorials/Cost References"
                ],
                "summary":"Update a Cost Reference",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-accessorials-{accessorialCodeGid}-costRefs-{costReferenceGid}-patch",
                "x-filename-id":"sellshipments-shipmentgid-accessorials-accessorialcodegid-costrefs-costreferencegid-patch"
            }
        },
        "/sellShipments/{shipmentGid}/accessorials/{accessorialCodeGid}/remarks":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"accessorialCodeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Sell Shipments/Accessorials/Remarks"
                ],
                "summary":"Get Remarks",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sellShipments.accessorials.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-accessorials-{accessorialCodeGid}-remarks-get",
                "x-filename-id":"sellshipments-shipmentgid-accessorials-accessorialcodegid-remarks-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Sell Shipments/Accessorials/Remarks"
                ],
                "summary":"Create a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/sellShipments.accessorials.remarks"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/sellShipments.accessorials.remarks"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sellShipments.accessorials.remarks"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sellShipments.accessorials.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-accessorials-{accessorialCodeGid}-remarks-post",
                "x-filename-id":"sellshipments-shipmentgid-accessorials-accessorialcodegid-remarks-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Sell Shipments/Accessorials/Remarks"
                ],
                "summary":"Update Remarks",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-accessorials-{accessorialCodeGid}-remarks-patch",
                "x-filename-id":"sellshipments-shipmentgid-accessorials-accessorialcodegid-remarks-patch"
            }
        },
        "/sellShipments/{shipmentGid}/accessorials/{accessorialCodeGid}/remarks/{remarkSequence}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"accessorialCodeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"remarkSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Sell Shipments/Accessorials/Remarks"
                ],
                "summary":"Get a Remark",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sellShipments.accessorials.remarks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-accessorials-{accessorialCodeGid}-remarks-{remarkSequence}-get",
                "x-filename-id":"sellshipments-shipmentgid-accessorials-accessorialcodegid-remarks-remarksequence-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Sell Shipments/Accessorials/Remarks"
                ],
                "summary":"Delete a Remark",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-accessorials-{accessorialCodeGid}-remarks-{remarkSequence}-delete",
                "x-filename-id":"sellshipments-shipmentgid-accessorials-accessorialcodegid-remarks-remarksequence-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Sell Shipments/Accessorials/Remarks"
                ],
                "summary":"Update a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-accessorials-{accessorialCodeGid}-remarks-{remarkSequence}-patch",
                "x-filename-id":"sellshipments-shipmentgid-accessorials-accessorialcodegid-remarks-remarksequence-patch"
            }
        },
        "/sellShipments/{shipmentGid}/remarks":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Sell Shipments/Remarks"
                ],
                "summary":"Get Remarks",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sellShipments.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-remarks-get",
                "x-filename-id":"sellshipments-shipmentgid-remarks-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Sell Shipments/Remarks"
                ],
                "summary":"Create a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/sellShipments.remarks"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/sellShipments.remarks"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sellShipments.remarks"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sellShipments.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-remarks-post",
                "x-filename-id":"sellshipments-shipmentgid-remarks-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Sell Shipments/Remarks"
                ],
                "summary":"Update Remarks",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-remarks-patch",
                "x-filename-id":"sellshipments-shipmentgid-remarks-patch"
            }
        },
        "/sellShipments/{shipmentGid}/remarks/{remarkSequence}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"remarkSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Sell Shipments/Remarks"
                ],
                "summary":"Get a Remark",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sellShipments.remarks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-remarks-{remarkSequence}-get",
                "x-filename-id":"sellshipments-shipmentgid-remarks-remarksequence-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Sell Shipments/Remarks"
                ],
                "summary":"Delete a Remark",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-remarks-{remarkSequence}-delete",
                "x-filename-id":"sellshipments-shipmentgid-remarks-remarksequence-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Sell Shipments/Remarks"
                ],
                "summary":"Update a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-remarks-{remarkSequence}-patch",
                "x-filename-id":"sellshipments-shipmentgid-remarks-remarksequence-patch"
            }
        },
        "/sellShipments/{shipmentGid}/reqdocs":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Sell Shipments/Required Documents"
                ],
                "summary":"Get Required Documents",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sellShipments.reqdocs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-reqdocs-get",
                "x-filename-id":"sellshipments-shipmentgid-reqdocs-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Sell Shipments/Required Documents"
                ],
                "summary":"Create a Required Document",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/sellShipments.reqdocs"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/sellShipments.reqdocs"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sellShipments.reqdocs"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sellShipments.reqdocs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-reqdocs-post",
                "x-filename-id":"sellshipments-shipmentgid-reqdocs-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Sell Shipments/Required Documents"
                ],
                "summary":"Update Required Documents",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-reqdocs-patch",
                "x-filename-id":"sellshipments-shipmentgid-reqdocs-patch"
            }
        },
        "/sellShipments/{shipmentGid}/reqdocs/{documentDefGid}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Sell Shipments/Required Documents"
                ],
                "summary":"Get a Required Document",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sellShipments.reqdocs"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-reqdocs-{documentDefGid}-get",
                "x-filename-id":"sellshipments-shipmentgid-reqdocs-documentdefgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Sell Shipments/Required Documents"
                ],
                "summary":"Delete a Required Document",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-reqdocs-{documentDefGid}-delete",
                "x-filename-id":"sellshipments-shipmentgid-reqdocs-documentdefgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Sell Shipments/Required Documents"
                ],
                "summary":"Update a Required Document",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-reqdocs-{documentDefGid}-patch",
                "x-filename-id":"sellshipments-shipmentgid-reqdocs-documentdefgid-patch"
            }
        },
        "/sellShipments/{shipmentGid}/reqdocs/{documentDefGid}/statuses":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Sell Shipments/Required Documents/Statuses"
                ],
                "summary":"Get Statuses",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sellShipments.reqdocs.statuses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-reqdocs-{documentDefGid}-statuses-get",
                "x-filename-id":"sellshipments-shipmentgid-reqdocs-documentdefgid-statuses-get"
            }
        },
        "/sellShipments/{shipmentGid}/reqdocs/{documentDefGid}/statuses/{statusTypeGidxstatusValueGid}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"statusTypeGidxstatusValueGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Sell Shipments/Required Documents/Statuses"
                ],
                "summary":"Get a Status",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sellShipments.reqdocs.statuses"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-reqdocs-{documentDefGid}-statuses-{statusTypeGidxstatusValueGid}-get",
                "x-filename-id":"sellshipments-shipmentgid-reqdocs-documentdefgid-statuses-statustypegidxstatusvaluegid-get"
            }
        },
        "/sellShipments/{shipmentGid}/reqdocs/{documentDefGid}/reviewers":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Sell Shipments/Required Documents/Reviewers"
                ],
                "summary":"Get Reviewers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sellShipments.reqdocs.reviewers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-reqdocs-{documentDefGid}-reviewers-get",
                "x-filename-id":"sellshipments-shipmentgid-reqdocs-documentdefgid-reviewers-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Sell Shipments/Required Documents/Reviewers"
                ],
                "summary":"Create a Reviewer",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/sellShipments.reqdocs.reviewers"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/sellShipments.reqdocs.reviewers"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sellShipments.reqdocs.reviewers"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sellShipments.reqdocs.reviewers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-reqdocs-{documentDefGid}-reviewers-post",
                "x-filename-id":"sellshipments-shipmentgid-reqdocs-documentdefgid-reviewers-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Sell Shipments/Required Documents/Reviewers"
                ],
                "summary":"Update Reviewers",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-reqdocs-{documentDefGid}-reviewers-patch",
                "x-filename-id":"sellshipments-shipmentgid-reqdocs-documentdefgid-reviewers-patch"
            }
        },
        "/sellShipments/{shipmentGid}/reqdocs/{documentDefGid}/reviewers/{contactGid}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"contactGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Sell Shipments/Required Documents/Reviewers"
                ],
                "summary":"Get a Reviewer",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sellShipments.reqdocs.reviewers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-reqdocs-{documentDefGid}-reviewers-{contactGid}-get",
                "x-filename-id":"sellshipments-shipmentgid-reqdocs-documentdefgid-reviewers-contactgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Sell Shipments/Required Documents/Reviewers"
                ],
                "summary":"Delete a Reviewer",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-reqdocs-{documentDefGid}-reviewers-{contactGid}-delete",
                "x-filename-id":"sellshipments-shipmentgid-reqdocs-documentdefgid-reviewers-contactgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Sell Shipments/Required Documents/Reviewers"
                ],
                "summary":"Update a Reviewer",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-reqdocs-{documentDefGid}-reviewers-{contactGid}-patch",
                "x-filename-id":"sellshipments-shipmentgid-reqdocs-documentdefgid-reviewers-contactgid-patch"
            }
        },
        "/sellShipments/{shipmentGid}/reqdocs/{documentDefGid}/subscribers":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Sell Shipments/Required Documents/Subscribers"
                ],
                "summary":"Get Subscribers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sellShipments.reqdocs.subscribers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-reqdocs-{documentDefGid}-subscribers-get",
                "x-filename-id":"sellshipments-shipmentgid-reqdocs-documentdefgid-subscribers-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Sell Shipments/Required Documents/Subscribers"
                ],
                "summary":"Create a Subscriber",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/sellShipments.reqdocs.subscribers"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/sellShipments.reqdocs.subscribers"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sellShipments.reqdocs.subscribers"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sellShipments.reqdocs.subscribers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-reqdocs-{documentDefGid}-subscribers-post",
                "x-filename-id":"sellshipments-shipmentgid-reqdocs-documentdefgid-subscribers-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Sell Shipments/Required Documents/Subscribers"
                ],
                "summary":"Update Subscribers",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-reqdocs-{documentDefGid}-subscribers-patch",
                "x-filename-id":"sellshipments-shipmentgid-reqdocs-documentdefgid-subscribers-patch"
            }
        },
        "/sellShipments/{shipmentGid}/reqdocs/{documentDefGid}/subscribers/{contactGid}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"contactGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Sell Shipments/Required Documents/Subscribers"
                ],
                "summary":"Get a Subscriber",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sellShipments.reqdocs.subscribers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-reqdocs-{documentDefGid}-subscribers-{contactGid}-get",
                "x-filename-id":"sellshipments-shipmentgid-reqdocs-documentdefgid-subscribers-contactgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Sell Shipments/Required Documents/Subscribers"
                ],
                "summary":"Delete a Subscriber",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-reqdocs-{documentDefGid}-subscribers-{contactGid}-delete",
                "x-filename-id":"sellshipments-shipmentgid-reqdocs-documentdefgid-subscribers-contactgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Sell Shipments/Required Documents/Subscribers"
                ],
                "summary":"Update a Subscriber",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-reqdocs-{documentDefGid}-subscribers-{contactGid}-patch",
                "x-filename-id":"sellshipments-shipmentgid-reqdocs-documentdefgid-subscribers-contactgid-patch"
            }
        },
        "/sellShipments/{shipmentGid}/reqdocs/{documentDefGid}/texts":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Sell Shipments/Required Documents/Texts"
                ],
                "summary":"Get Texts",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sellShipments.reqdocs.texts"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-reqdocs-{documentDefGid}-texts-get",
                "x-filename-id":"sellshipments-shipmentgid-reqdocs-documentdefgid-texts-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Sell Shipments/Required Documents/Texts"
                ],
                "summary":"Create a Text",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/sellShipments.reqdocs.texts"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/sellShipments.reqdocs.texts"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sellShipments.reqdocs.texts"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sellShipments.reqdocs.texts"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-reqdocs-{documentDefGid}-texts-post",
                "x-filename-id":"sellshipments-shipmentgid-reqdocs-documentdefgid-texts-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Sell Shipments/Required Documents/Texts"
                ],
                "summary":"Update Texts",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-reqdocs-{documentDefGid}-texts-patch",
                "x-filename-id":"sellshipments-shipmentgid-reqdocs-documentdefgid-texts-patch"
            }
        },
        "/sellShipments/{shipmentGid}/reqdocs/{documentDefGid}/texts/{textTemplateGid}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"textTemplateGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Sell Shipments/Required Documents/Texts"
                ],
                "summary":"Get a Text",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sellShipments.reqdocs.texts"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-reqdocs-{documentDefGid}-texts-{textTemplateGid}-get",
                "x-filename-id":"sellshipments-shipmentgid-reqdocs-documentdefgid-texts-texttemplategid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Sell Shipments/Required Documents/Texts"
                ],
                "summary":"Delete a Text",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-reqdocs-{documentDefGid}-texts-{textTemplateGid}-delete",
                "x-filename-id":"sellshipments-shipmentgid-reqdocs-documentdefgid-texts-texttemplategid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Sell Shipments/Required Documents/Texts"
                ],
                "summary":"Update a Text",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-reqdocs-{documentDefGid}-texts-{textTemplateGid}-patch",
                "x-filename-id":"sellshipments-shipmentgid-reqdocs-documentdefgid-texts-texttemplategid-patch"
            }
        },
        "/sellShipments/{shipmentGid}/reqdocs/{documentDefGid}/docs":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Sell Shipments/Required Documents/Documents"
                ],
                "summary":"Get Documents",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sellShipments.reqdocs.docs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-reqdocs-{documentDefGid}-docs-get",
                "x-filename-id":"sellshipments-shipmentgid-reqdocs-documentdefgid-docs-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Sell Shipments/Required Documents/Documents"
                ],
                "summary":"Create a Document",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/sellShipments.reqdocs.docs"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/sellShipments.reqdocs.docs"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sellShipments.reqdocs.docs"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sellShipments.reqdocs.docs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-reqdocs-{documentDefGid}-docs-post",
                "x-filename-id":"sellshipments-shipmentgid-reqdocs-documentdefgid-docs-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Sell Shipments/Required Documents/Documents"
                ],
                "summary":"Update Documents",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-reqdocs-{documentDefGid}-docs-patch",
                "x-filename-id":"sellshipments-shipmentgid-reqdocs-documentdefgid-docs-patch"
            }
        },
        "/sellShipments/{shipmentGid}/reqdocs/{documentDefGid}/docs/{documentGid}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Sell Shipments/Required Documents/Documents"
                ],
                "summary":"Get a Document",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sellShipments.reqdocs.docs"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-reqdocs-{documentDefGid}-docs-{documentGid}-get",
                "x-filename-id":"sellshipments-shipmentgid-reqdocs-documentdefgid-docs-documentgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Sell Shipments/Required Documents/Documents"
                ],
                "summary":"Delete a Document",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-reqdocs-{documentDefGid}-docs-{documentGid}-delete",
                "x-filename-id":"sellshipments-shipmentgid-reqdocs-documentdefgid-docs-documentgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Sell Shipments/Required Documents/Documents"
                ],
                "summary":"Update a Document",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-reqdocs-{documentDefGid}-docs-{documentGid}-patch",
                "x-filename-id":"sellshipments-shipmentgid-reqdocs-documentdefgid-docs-documentgid-patch"
            }
        },
        "/sellShipments/{shipmentGid}/reqdocs/{documentDefGid}/docs/{documentGid}/reviews":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Sell Shipments/Required Documents/Documents/Reviews"
                ],
                "summary":"Get Reviews",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sellShipments.reqdocs.docs.reviews"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-reqdocs-{documentDefGid}-docs-{documentGid}-reviews-get",
                "x-filename-id":"sellshipments-shipmentgid-reqdocs-documentdefgid-docs-documentgid-reviews-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Sell Shipments/Required Documents/Documents/Reviews"
                ],
                "summary":"Create a Review",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/sellShipments.reqdocs.docs.reviews"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/sellShipments.reqdocs.docs.reviews"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sellShipments.reqdocs.docs.reviews"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sellShipments.reqdocs.docs.reviews"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-reqdocs-{documentDefGid}-docs-{documentGid}-reviews-post",
                "x-filename-id":"sellshipments-shipmentgid-reqdocs-documentdefgid-docs-documentgid-reviews-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Sell Shipments/Required Documents/Documents/Reviews"
                ],
                "summary":"Update Reviews",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-reqdocs-{documentDefGid}-docs-{documentGid}-reviews-patch",
                "x-filename-id":"sellshipments-shipmentgid-reqdocs-documentdefgid-docs-documentgid-reviews-patch"
            }
        },
        "/sellShipments/{shipmentGid}/reqdocs/{documentDefGid}/docs/{documentGid}/reviews/{contactGid}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"contactGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Sell Shipments/Required Documents/Documents/Reviews"
                ],
                "summary":"Get a Review",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sellShipments.reqdocs.docs.reviews"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-reqdocs-{documentDefGid}-docs-{documentGid}-reviews-{contactGid}-get",
                "x-filename-id":"sellshipments-shipmentgid-reqdocs-documentdefgid-docs-documentgid-reviews-contactgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Sell Shipments/Required Documents/Documents/Reviews"
                ],
                "summary":"Delete a Review",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-reqdocs-{documentDefGid}-docs-{documentGid}-reviews-{contactGid}-delete",
                "x-filename-id":"sellshipments-shipmentgid-reqdocs-documentdefgid-docs-documentgid-reviews-contactgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Sell Shipments/Required Documents/Documents/Reviews"
                ],
                "summary":"Update a Review",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-reqdocs-{documentDefGid}-docs-{documentGid}-reviews-{contactGid}-patch",
                "x-filename-id":"sellshipments-shipmentgid-reqdocs-documentdefgid-docs-documentgid-reviews-contactgid-patch"
            }
        },
        "/sellShipments/{shipmentGid}/sEquipments":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Sell Shipments/Shipment Equipment"
                ],
                "summary":"Get Shipment Equipment",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sellShipments.sEquipments"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-sEquipments-get",
                "x-filename-id":"sellshipments-shipmentgid-sequipments-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Sell Shipments/Shipment Equipment"
                ],
                "summary":"Create a Shipment Equipment",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/sellShipments.sEquipments"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/sellShipments.sEquipments"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sellShipments.sEquipments"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sellShipments.sEquipments"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-sEquipments-post",
                "x-filename-id":"sellshipments-shipmentgid-sequipments-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Sell Shipments/Shipment Equipment"
                ],
                "summary":"Update Shipment Equipment",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-sEquipments-patch",
                "x-filename-id":"sellshipments-shipmentgid-sequipments-patch"
            }
        },
        "/sellShipments/{shipmentGid}/sEquipments/{sEquipmentGid}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sEquipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Sell Shipments/Shipment Equipment"
                ],
                "summary":"Get a Shipment Equipment",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sellShipments.sEquipments"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-sEquipments-{sEquipmentGid}-get",
                "x-filename-id":"sellshipments-shipmentgid-sequipments-sequipmentgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Sell Shipments/Shipment Equipment"
                ],
                "summary":"Delete a Shipment Equipment",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-sEquipments-{sEquipmentGid}-delete",
                "x-filename-id":"sellshipments-shipmentgid-sequipments-sequipmentgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Sell Shipments/Shipment Equipment"
                ],
                "summary":"Update a Shipment Equipment",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-sEquipments-{sEquipmentGid}-patch",
                "x-filename-id":"sellshipments-shipmentgid-sequipments-sequipmentgid-patch"
            }
        },
        "/sellShipments/{shipmentGid}/statuses":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Sell Shipments/Statuses"
                ],
                "summary":"Get Statuses",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sellShipments.statuses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-statuses-get",
                "x-filename-id":"sellshipments-shipmentgid-statuses-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Sell Shipments/Statuses"
                ],
                "summary":"Create a Status",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/sellShipments.statuses"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/sellShipments.statuses"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sellShipments.statuses"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sellShipments.statuses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-statuses-post",
                "x-filename-id":"sellshipments-shipmentgid-statuses-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Sell Shipments/Statuses"
                ],
                "summary":"Update Statuses",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-statuses-patch",
                "x-filename-id":"sellshipments-shipmentgid-statuses-patch"
            }
        },
        "/sellShipments/{shipmentGid}/statuses/{statusTypeGid}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"statusTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Sell Shipments/Statuses"
                ],
                "summary":"Get a Status",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sellShipments.statuses"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-statuses-{statusTypeGid}-get",
                "x-filename-id":"sellshipments-shipmentgid-statuses-statustypegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Sell Shipments/Statuses"
                ],
                "summary":"Delete a Status",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-statuses-{statusTypeGid}-delete",
                "x-filename-id":"sellshipments-shipmentgid-statuses-statustypegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Sell Shipments/Statuses"
                ],
                "summary":"Update a Status",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-statuses-{statusTypeGid}-patch",
                "x-filename-id":"sellshipments-shipmentgid-statuses-statustypegid-patch"
            }
        },
        "/sellShipments/{shipmentGid}/costs":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Sell Shipments/Costs"
                ],
                "summary":"Get Costs",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sellShipments.costs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-costs-get",
                "x-filename-id":"sellshipments-shipmentgid-costs-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Sell Shipments/Costs"
                ],
                "summary":"Create a Cost",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/sellShipments.costs"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/sellShipments.costs"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sellShipments.costs"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sellShipments.costs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-costs-post",
                "x-filename-id":"sellshipments-shipmentgid-costs-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Sell Shipments/Costs"
                ],
                "summary":"Update Costs",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-costs-patch",
                "x-filename-id":"sellshipments-shipmentgid-costs-patch"
            }
        },
        "/sellShipments/{shipmentGid}/costs/{shipmentCostSeqno}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"shipmentCostSeqno",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Sell Shipments/Costs"
                ],
                "summary":"Get a Cost",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sellShipments.costs"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-costs-{shipmentCostSeqno}-get",
                "x-filename-id":"sellshipments-shipmentgid-costs-shipmentcostseqno-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Sell Shipments/Costs"
                ],
                "summary":"Delete a Cost",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-costs-{shipmentCostSeqno}-delete",
                "x-filename-id":"sellshipments-shipmentgid-costs-shipmentcostseqno-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Sell Shipments/Costs"
                ],
                "summary":"Update a Cost",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-costs-{shipmentCostSeqno}-patch",
                "x-filename-id":"sellshipments-shipmentgid-costs-shipmentcostseqno-patch"
            }
        },
        "/sellShipments/{shipmentGid}/costs/{shipmentCostSeqno}/remarks":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"shipmentCostSeqno",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Sell Shipments/Costs/Remarks"
                ],
                "summary":"Get Remarks",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sellShipments.costs.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-costs-{shipmentCostSeqno}-remarks-get",
                "x-filename-id":"sellshipments-shipmentgid-costs-shipmentcostseqno-remarks-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Sell Shipments/Costs/Remarks"
                ],
                "summary":"Create a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/sellShipments.costs.remarks"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/sellShipments.costs.remarks"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sellShipments.costs.remarks"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sellShipments.costs.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-costs-{shipmentCostSeqno}-remarks-post",
                "x-filename-id":"sellshipments-shipmentgid-costs-shipmentcostseqno-remarks-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Sell Shipments/Costs/Remarks"
                ],
                "summary":"Update Remarks",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-costs-{shipmentCostSeqno}-remarks-patch",
                "x-filename-id":"sellshipments-shipmentgid-costs-shipmentcostseqno-remarks-patch"
            }
        },
        "/sellShipments/{shipmentGid}/costs/{shipmentCostSeqno}/remarks/{remarkSequence}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"shipmentCostSeqno",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"remarkSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Sell Shipments/Costs/Remarks"
                ],
                "summary":"Get a Remark",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sellShipments.costs.remarks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-costs-{shipmentCostSeqno}-remarks-{remarkSequence}-get",
                "x-filename-id":"sellshipments-shipmentgid-costs-shipmentcostseqno-remarks-remarksequence-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Sell Shipments/Costs/Remarks"
                ],
                "summary":"Delete a Remark",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-costs-{shipmentCostSeqno}-remarks-{remarkSequence}-delete",
                "x-filename-id":"sellshipments-shipmentgid-costs-shipmentcostseqno-remarks-remarksequence-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Sell Shipments/Costs/Remarks"
                ],
                "summary":"Update a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-costs-{shipmentCostSeqno}-remarks-{remarkSequence}-patch",
                "x-filename-id":"sellshipments-shipmentgid-costs-shipmentcostseqno-remarks-remarksequence-patch"
            }
        },
        "/sellShipments/{shipmentGid}/costs/{shipmentCostSeqno}/details":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"shipmentCostSeqno",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Sell Shipments/Costs/Details"
                ],
                "summary":"Get Details",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sellShipments.costs.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-costs-{shipmentCostSeqno}-details-get",
                "x-filename-id":"sellshipments-shipmentgid-costs-shipmentcostseqno-details-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Sell Shipments/Costs/Details"
                ],
                "summary":"Create a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/sellShipments.costs.details"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/sellShipments.costs.details"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sellShipments.costs.details"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sellShipments.costs.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-costs-{shipmentCostSeqno}-details-post",
                "x-filename-id":"sellshipments-shipmentgid-costs-shipmentcostseqno-details-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Sell Shipments/Costs/Details"
                ],
                "summary":"Update Details",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-costs-{shipmentCostSeqno}-details-patch",
                "x-filename-id":"sellshipments-shipmentgid-costs-shipmentcostseqno-details-patch"
            }
        },
        "/sellShipments/{shipmentGid}/costs/{shipmentCostSeqno}/details/{detailSeqno}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"shipmentCostSeqno",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"detailSeqno",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Sell Shipments/Costs/Details"
                ],
                "summary":"Get a Detail",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sellShipments.costs.details"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-costs-{shipmentCostSeqno}-details-{detailSeqno}-get",
                "x-filename-id":"sellshipments-shipmentgid-costs-shipmentcostseqno-details-detailseqno-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Sell Shipments/Costs/Details"
                ],
                "summary":"Delete a Detail",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-costs-{shipmentCostSeqno}-details-{detailSeqno}-delete",
                "x-filename-id":"sellshipments-shipmentgid-costs-shipmentcostseqno-details-detailseqno-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Sell Shipments/Costs/Details"
                ],
                "summary":"Update a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-costs-{shipmentCostSeqno}-details-{detailSeqno}-patch",
                "x-filename-id":"sellshipments-shipmentgid-costs-shipmentcostseqno-details-detailseqno-patch"
            }
        },
        "/sellShipments/{shipmentGid}/costs/{shipmentCostSeqno}/refs":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"shipmentCostSeqno",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Sell Shipments/Costs/References"
                ],
                "summary":"Get References",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sellShipments.costs.refs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-costs-{shipmentCostSeqno}-refs-get",
                "x-filename-id":"sellshipments-shipmentgid-costs-shipmentcostseqno-refs-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Sell Shipments/Costs/References"
                ],
                "summary":"Create a Reference",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/sellShipments.costs.refs"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/sellShipments.costs.refs"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sellShipments.costs.refs"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sellShipments.costs.refs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-costs-{shipmentCostSeqno}-refs-post",
                "x-filename-id":"sellshipments-shipmentgid-costs-shipmentcostseqno-refs-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Sell Shipments/Costs/References"
                ],
                "summary":"Update References",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-costs-{shipmentCostSeqno}-refs-patch",
                "x-filename-id":"sellshipments-shipmentgid-costs-shipmentcostseqno-refs-patch"
            }
        },
        "/sellShipments/{shipmentGid}/costs/{shipmentCostSeqno}/refs/{seqno}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"shipmentCostSeqno",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"seqno",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Sell Shipments/Costs/References"
                ],
                "summary":"Get a Reference",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sellShipments.costs.refs"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-costs-{shipmentCostSeqno}-refs-{seqno}-get",
                "x-filename-id":"sellshipments-shipmentgid-costs-shipmentcostseqno-refs-seqno-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Sell Shipments/Costs/References"
                ],
                "summary":"Delete a Reference",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-costs-{shipmentCostSeqno}-refs-{seqno}-delete",
                "x-filename-id":"sellshipments-shipmentgid-costs-shipmentcostseqno-refs-seqno-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Sell Shipments/Costs/References"
                ],
                "summary":"Update a Reference",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-costs-{shipmentCostSeqno}-refs-{seqno}-patch",
                "x-filename-id":"sellshipments-shipmentgid-costs-shipmentcostseqno-refs-seqno-patch"
            }
        },
        "/sellShipments/{shipmentGid}/stops":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Sell Shipments/Stops"
                ],
                "summary":"Get Stops",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sellShipments.stops"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-stops-get",
                "x-filename-id":"sellshipments-shipmentgid-stops-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Sell Shipments/Stops"
                ],
                "summary":"Create a Stop",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/sellShipments.stops"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/sellShipments.stops"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sellShipments.stops"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sellShipments.stops"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-stops-post",
                "x-filename-id":"sellshipments-shipmentgid-stops-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Sell Shipments/Stops"
                ],
                "summary":"Update Stops",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-stops-patch",
                "x-filename-id":"sellshipments-shipmentgid-stops-patch"
            }
        },
        "/sellShipments/{shipmentGid}/stops/{stopNum}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"stopNum",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Sell Shipments/Stops"
                ],
                "summary":"Get a Stop",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sellShipments.stops"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-stops-{stopNum}-get",
                "x-filename-id":"sellshipments-shipmentgid-stops-stopnum-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Sell Shipments/Stops"
                ],
                "summary":"Delete a Stop",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-stops-{stopNum}-delete",
                "x-filename-id":"sellshipments-shipmentgid-stops-stopnum-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Sell Shipments/Stops"
                ],
                "summary":"Update a Stop",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-stops-{stopNum}-patch",
                "x-filename-id":"sellshipments-shipmentgid-stops-stopnum-patch"
            }
        },
        "/sellShipments/{shipmentGid}/stops/{stopNum}/debriefs":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"stopNum",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Sell Shipments/Stops/Debriefs"
                ],
                "summary":"Get Debriefs",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sellShipments.stops.debriefs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-stops-{stopNum}-debriefs-get",
                "x-filename-id":"sellshipments-shipmentgid-stops-stopnum-debriefs-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Sell Shipments/Stops/Debriefs"
                ],
                "summary":"Create a Debrief",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/sellShipments.stops.debriefs"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/sellShipments.stops.debriefs"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sellShipments.stops.debriefs"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sellShipments.stops.debriefs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-stops-{stopNum}-debriefs-post",
                "x-filename-id":"sellshipments-shipmentgid-stops-stopnum-debriefs-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Sell Shipments/Stops/Debriefs"
                ],
                "summary":"Update Debriefs",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-stops-{stopNum}-debriefs-patch",
                "x-filename-id":"sellshipments-shipmentgid-stops-stopnum-debriefs-patch"
            }
        },
        "/sellShipments/{shipmentGid}/stops/{stopNum}/debriefs/{activityxsequenceNo}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"stopNum",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"activityxsequenceNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Sell Shipments/Stops/Debriefs"
                ],
                "summary":"Get a Debrief",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sellShipments.stops.debriefs"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-stops-{stopNum}-debriefs-{activityxsequenceNo}-get",
                "x-filename-id":"sellshipments-shipmentgid-stops-stopnum-debriefs-activityxsequenceno-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Sell Shipments/Stops/Debriefs"
                ],
                "summary":"Delete a Debrief",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-stops-{stopNum}-debriefs-{activityxsequenceNo}-delete",
                "x-filename-id":"sellshipments-shipmentgid-stops-stopnum-debriefs-activityxsequenceno-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Sell Shipments/Stops/Debriefs"
                ],
                "summary":"Update a Debrief",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-stops-{stopNum}-debriefs-{activityxsequenceNo}-patch",
                "x-filename-id":"sellshipments-shipmentgid-stops-stopnum-debriefs-activityxsequenceno-patch"
            }
        },
        "/sellShipments/{shipmentGid}/stops/{stopNum}/involvedParties":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"stopNum",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Sell Shipments/Stops/Involved Parties"
                ],
                "summary":"Get Involved Parties",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sellShipments.stops.involvedParties"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-stops-{stopNum}-involvedParties-get",
                "x-filename-id":"sellshipments-shipmentgid-stops-stopnum-involvedparties-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Sell Shipments/Stops/Involved Parties"
                ],
                "summary":"Create an Involved Party",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/sellShipments.stops.involvedParties"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/sellShipments.stops.involvedParties"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sellShipments.stops.involvedParties"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sellShipments.stops.involvedParties"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-stops-{stopNum}-involvedParties-post",
                "x-filename-id":"sellshipments-shipmentgid-stops-stopnum-involvedparties-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Sell Shipments/Stops/Involved Parties"
                ],
                "summary":"Update Involved Parties",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-stops-{stopNum}-involvedParties-patch",
                "x-filename-id":"sellshipments-shipmentgid-stops-stopnum-involvedparties-patch"
            }
        },
        "/sellShipments/{shipmentGid}/stops/{stopNum}/involvedParties/{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"stopNum",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Sell Shipments/Stops/Involved Parties"
                ],
                "summary":"Get an Involved Party",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sellShipments.stops.involvedParties"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-stops-{stopNum}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-get",
                "x-filename-id":"sellshipments-shipmentgid-stops-stopnum-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Sell Shipments/Stops/Involved Parties"
                ],
                "summary":"Delete an Involved Party",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-stops-{stopNum}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-delete",
                "x-filename-id":"sellshipments-shipmentgid-stops-stopnum-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Sell Shipments/Stops/Involved Parties"
                ],
                "summary":"Update an Involved Party",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-stops-{stopNum}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-patch",
                "x-filename-id":"sellshipments-shipmentgid-stops-stopnum-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-patch"
            }
        },
        "/sellShipments/{shipmentGid}/stops/{stopNum}/remarks":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"stopNum",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Sell Shipments/Stops/Remarks"
                ],
                "summary":"Get Remarks",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sellShipments.stops.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-stops-{stopNum}-remarks-get",
                "x-filename-id":"sellshipments-shipmentgid-stops-stopnum-remarks-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Sell Shipments/Stops/Remarks"
                ],
                "summary":"Create a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/sellShipments.stops.remarks"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/sellShipments.stops.remarks"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sellShipments.stops.remarks"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sellShipments.stops.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-stops-{stopNum}-remarks-post",
                "x-filename-id":"sellshipments-shipmentgid-stops-stopnum-remarks-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Sell Shipments/Stops/Remarks"
                ],
                "summary":"Update Remarks",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-stops-{stopNum}-remarks-patch",
                "x-filename-id":"sellshipments-shipmentgid-stops-stopnum-remarks-patch"
            }
        },
        "/sellShipments/{shipmentGid}/stops/{stopNum}/remarks/{remarkSequence}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"stopNum",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"remarkSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Sell Shipments/Stops/Remarks"
                ],
                "summary":"Get a Remark",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sellShipments.stops.remarks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-stops-{stopNum}-remarks-{remarkSequence}-get",
                "x-filename-id":"sellshipments-shipmentgid-stops-stopnum-remarks-remarksequence-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Sell Shipments/Stops/Remarks"
                ],
                "summary":"Delete a Remark",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-stops-{stopNum}-remarks-{remarkSequence}-delete",
                "x-filename-id":"sellshipments-shipmentgid-stops-stopnum-remarks-remarksequence-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Sell Shipments/Stops/Remarks"
                ],
                "summary":"Update a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-stops-{stopNum}-remarks-{remarkSequence}-patch",
                "x-filename-id":"sellshipments-shipmentgid-stops-stopnum-remarks-remarksequence-patch"
            }
        },
        "/sellShipments/{shipmentGid}/stops/{stopNum}/refnums":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"stopNum",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Sell Shipments/Stops/Reference Numbers"
                ],
                "summary":"Get Reference Numbers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sellShipments.stops.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-stops-{stopNum}-refnums-get",
                "x-filename-id":"sellshipments-shipmentgid-stops-stopnum-refnums-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Sell Shipments/Stops/Reference Numbers"
                ],
                "summary":"Create a Reference Number",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/sellShipments.stops.refnums"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/sellShipments.stops.refnums"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sellShipments.stops.refnums"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sellShipments.stops.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-stops-{stopNum}-refnums-post",
                "x-filename-id":"sellshipments-shipmentgid-stops-stopnum-refnums-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Sell Shipments/Stops/Reference Numbers"
                ],
                "summary":"Update Reference Numbers",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-stops-{stopNum}-refnums-patch",
                "x-filename-id":"sellshipments-shipmentgid-stops-stopnum-refnums-patch"
            }
        },
        "/sellShipments/{shipmentGid}/stops/{stopNum}/refnums/{shipmentStopRefnumQualGidxshipmentStopRefnumValue}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"stopNum",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"shipmentStopRefnumQualGidxshipmentStopRefnumValue",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Sell Shipments/Stops/Reference Numbers"
                ],
                "summary":"Get a Reference Number",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sellShipments.stops.refnums"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-stops-{stopNum}-refnums-{shipmentStopRefnumQualGidxshipmentStopRefnumValue}-get",
                "x-filename-id":"sellshipments-shipmentgid-stops-stopnum-refnums-shipmentstoprefnumqualgidxshipmentstoprefnumvalue-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Sell Shipments/Stops/Reference Numbers"
                ],
                "summary":"Delete a Reference Number",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-stops-{stopNum}-refnums-{shipmentStopRefnumQualGidxshipmentStopRefnumValue}-delete",
                "x-filename-id":"sellshipments-shipmentgid-stops-stopnum-refnums-shipmentstoprefnumqualgidxshipmentstoprefnumvalue-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Sell Shipments/Stops/Reference Numbers"
                ],
                "summary":"Update a Reference Number",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-stops-{stopNum}-refnums-{shipmentStopRefnumQualGidxshipmentStopRefnumValue}-patch",
                "x-filename-id":"sellshipments-shipmentgid-stops-stopnum-refnums-shipmentstoprefnumqualgidxshipmentstoprefnumvalue-patch"
            }
        },
        "/sellShipments/{shipmentGid}/stops/{stopNum}/details":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"stopNum",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Sell Shipments/Stops/Details"
                ],
                "summary":"Get Details",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sellShipments.stops.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-stops-{stopNum}-details-get",
                "x-filename-id":"sellshipments-shipmentgid-stops-stopnum-details-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Sell Shipments/Stops/Details"
                ],
                "summary":"Create a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/sellShipments.stops.details"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/sellShipments.stops.details"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sellShipments.stops.details"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sellShipments.stops.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-stops-{stopNum}-details-post",
                "x-filename-id":"sellshipments-shipmentgid-stops-stopnum-details-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Sell Shipments/Stops/Details"
                ],
                "summary":"Update Details",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-stops-{stopNum}-details-patch",
                "x-filename-id":"sellshipments-shipmentgid-stops-stopnum-details-patch"
            }
        },
        "/sellShipments/{shipmentGid}/stops/{stopNum}/details/{sShipUnitGid}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"stopNum",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Sell Shipments/Stops/Details"
                ],
                "summary":"Get a Detail",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sellShipments.stops.details"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-get",
                "x-filename-id":"sellshipments-shipmentgid-stops-stopnum-details-sshipunitgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Sell Shipments/Stops/Details"
                ],
                "summary":"Delete a Detail",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-delete",
                "x-filename-id":"sellshipments-shipmentgid-stops-stopnum-details-sshipunitgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Sell Shipments/Stops/Details"
                ],
                "summary":"Update a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-patch",
                "x-filename-id":"sellshipments-shipmentgid-stops-stopnum-details-sshipunitgid-patch"
            }
        },
        "/sellShipments/{shipmentGid}/stops/{stopNum}/details/{sShipUnitGid}/sShipUnits":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"stopNum",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Sell Shipments/Stops/Details/Shipment Ship Units"
                ],
                "summary":"Get Shipment Ship Units",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sellShipments.stops.details.sShipUnits"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-sShipUnits-get",
                "x-filename-id":"sellshipments-shipmentgid-stops-stopnum-details-sshipunitgid-sshipunits-get"
            }
        },
        "/sellShipments/{shipmentGid}/stops/{stopNum}/details/{sShipUnitGid}/sShipUnits/{sShipUnitGid}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"stopNum",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Sell Shipments/Stops/Details/Shipment Ship Units"
                ],
                "summary":"Get a Shipment Ship Unit",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sellShipments.stops.details.sShipUnits"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-sShipUnits-{sShipUnitGid}-get",
                "x-filename-id":"sellshipments-shipmentgid-stops-stopnum-details-sshipunitgid-sshipunits-sshipunitgid-get"
            }
        },
        "/sellShipments/{shipmentGid}/stops/{stopNum}/details/{sShipUnitGid}/sShipUnits/{sShipUnitGid}/refnums":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"stopNum",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Sell Shipments/Stops/Details/Shipment Ship Units/Reference Numbers"
                ],
                "summary":"Get Reference Numbers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sellShipments.stops.details.sShipUnits.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-sShipUnits-{sShipUnitGid}-refnums-get",
                "x-filename-id":"sellshipments-shipmentgid-stops-stopnum-details-sshipunitgid-sshipunits-sshipunitgid-refnums-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Sell Shipments/Stops/Details/Shipment Ship Units/Reference Numbers"
                ],
                "summary":"Create a Reference Number",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/sellShipments.stops.details.sShipUnits.refnums"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/sellShipments.stops.details.sShipUnits.refnums"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sellShipments.stops.details.sShipUnits.refnums"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sellShipments.stops.details.sShipUnits.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-sShipUnits-{sShipUnitGid}-refnums-post",
                "x-filename-id":"sellshipments-shipmentgid-stops-stopnum-details-sshipunitgid-sshipunits-sshipunitgid-refnums-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Sell Shipments/Stops/Details/Shipment Ship Units/Reference Numbers"
                ],
                "summary":"Update Reference Numbers",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-sShipUnits-{sShipUnitGid}-refnums-patch",
                "x-filename-id":"sellshipments-shipmentgid-stops-stopnum-details-sshipunitgid-sshipunits-sshipunitgid-refnums-patch"
            }
        },
        "/sellShipments/{shipmentGid}/stops/{stopNum}/details/{sShipUnitGid}/sShipUnits/{sShipUnitGid}/refnums/{sShipUnitRefnumQualGidxrefnumValue}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"stopNum",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitRefnumQualGidxrefnumValue",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Sell Shipments/Stops/Details/Shipment Ship Units/Reference Numbers"
                ],
                "summary":"Get a Reference Number",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sellShipments.stops.details.sShipUnits.refnums"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-sShipUnits-{sShipUnitGid}-refnums-{sShipUnitRefnumQualGidxrefnumValue}-get",
                "x-filename-id":"sellshipments-shipmentgid-stops-stopnum-details-sshipunitgid-sshipunits-sshipunitgid-refnums-sshipunitrefnumqualgidxrefnumvalue-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Sell Shipments/Stops/Details/Shipment Ship Units/Reference Numbers"
                ],
                "summary":"Delete a Reference Number",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-sShipUnits-{sShipUnitGid}-refnums-{sShipUnitRefnumQualGidxrefnumValue}-delete",
                "x-filename-id":"sellshipments-shipmentgid-stops-stopnum-details-sshipunitgid-sshipunits-sshipunitgid-refnums-sshipunitrefnumqualgidxrefnumvalue-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Sell Shipments/Stops/Details/Shipment Ship Units/Reference Numbers"
                ],
                "summary":"Update a Reference Number",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-sShipUnits-{sShipUnitGid}-refnums-{sShipUnitRefnumQualGidxrefnumValue}-patch",
                "x-filename-id":"sellshipments-shipmentgid-stops-stopnum-details-sshipunitgid-sshipunits-sshipunitgid-refnums-sshipunitrefnumqualgidxrefnumvalue-patch"
            }
        },
        "/sellShipments/{shipmentGid}/stops/{stopNum}/details/{sShipUnitGid}/sShipUnits/{sShipUnitGid}/accessorials":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"stopNum",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Sell Shipments/Stops/Details/Shipment Ship Units/Accessorials"
                ],
                "summary":"Get Accessorials",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sellShipments.stops.details.sShipUnits.accessorials"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-sShipUnits-{sShipUnitGid}-accessorials-get",
                "x-filename-id":"sellshipments-shipmentgid-stops-stopnum-details-sshipunitgid-sshipunits-sshipunitgid-accessorials-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Sell Shipments/Stops/Details/Shipment Ship Units/Accessorials"
                ],
                "summary":"Create an Accessorial",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/sellShipments.stops.details.sShipUnits.accessorials"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/sellShipments.stops.details.sShipUnits.accessorials"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sellShipments.stops.details.sShipUnits.accessorials"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sellShipments.stops.details.sShipUnits.accessorials"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-sShipUnits-{sShipUnitGid}-accessorials-post",
                "x-filename-id":"sellshipments-shipmentgid-stops-stopnum-details-sshipunitgid-sshipunits-sshipunitgid-accessorials-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Sell Shipments/Stops/Details/Shipment Ship Units/Accessorials"
                ],
                "summary":"Update Accessorials",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-sShipUnits-{sShipUnitGid}-accessorials-patch",
                "x-filename-id":"sellshipments-shipmentgid-stops-stopnum-details-sshipunitgid-sshipunits-sshipunitgid-accessorials-patch"
            }
        },
        "/sellShipments/{shipmentGid}/stops/{stopNum}/details/{sShipUnitGid}/sShipUnits/{sShipUnitGid}/accessorials/{accessorialCodeGid}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"stopNum",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"accessorialCodeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Sell Shipments/Stops/Details/Shipment Ship Units/Accessorials"
                ],
                "summary":"Get an Accessorial",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sellShipments.stops.details.sShipUnits.accessorials"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-sShipUnits-{sShipUnitGid}-accessorials-{accessorialCodeGid}-get",
                "x-filename-id":"sellshipments-shipmentgid-stops-stopnum-details-sshipunitgid-sshipunits-sshipunitgid-accessorials-accessorialcodegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Sell Shipments/Stops/Details/Shipment Ship Units/Accessorials"
                ],
                "summary":"Delete an Accessorial",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-sShipUnits-{sShipUnitGid}-accessorials-{accessorialCodeGid}-delete",
                "x-filename-id":"sellshipments-shipmentgid-stops-stopnum-details-sshipunitgid-sshipunits-sshipunitgid-accessorials-accessorialcodegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Sell Shipments/Stops/Details/Shipment Ship Units/Accessorials"
                ],
                "summary":"Update an Accessorial",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-sShipUnits-{sShipUnitGid}-accessorials-{accessorialCodeGid}-patch",
                "x-filename-id":"sellshipments-shipmentgid-stops-stopnum-details-sshipunitgid-sshipunits-sshipunitgid-accessorials-accessorialcodegid-patch"
            }
        },
        "/sellShipments/{shipmentGid}/stops/{stopNum}/details/{sShipUnitGid}/sShipUnits/{sShipUnitGid}/seals":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"stopNum",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Sell Shipments/Stops/Details/Shipment Ship Units/Seals"
                ],
                "summary":"Get Seals",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sellShipments.stops.details.sShipUnits.seals"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-sShipUnits-{sShipUnitGid}-seals-get",
                "x-filename-id":"sellshipments-shipmentgid-stops-stopnum-details-sshipunitgid-sshipunits-sshipunitgid-seals-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Sell Shipments/Stops/Details/Shipment Ship Units/Seals"
                ],
                "summary":"Create a Seal",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/sellShipments.stops.details.sShipUnits.seals"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/sellShipments.stops.details.sShipUnits.seals"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sellShipments.stops.details.sShipUnits.seals"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sellShipments.stops.details.sShipUnits.seals"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-sShipUnits-{sShipUnitGid}-seals-post",
                "x-filename-id":"sellshipments-shipmentgid-stops-stopnum-details-sshipunitgid-sshipunits-sshipunitgid-seals-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Sell Shipments/Stops/Details/Shipment Ship Units/Seals"
                ],
                "summary":"Update Seals",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-sShipUnits-{sShipUnitGid}-seals-patch",
                "x-filename-id":"sellshipments-shipmentgid-stops-stopnum-details-sshipunitgid-sshipunits-sshipunitgid-seals-patch"
            }
        },
        "/sellShipments/{shipmentGid}/stops/{stopNum}/details/{sShipUnitGid}/sShipUnits/{sShipUnitGid}/seals/{equipmentSeal}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"stopNum",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"equipmentSeal",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Sell Shipments/Stops/Details/Shipment Ship Units/Seals"
                ],
                "summary":"Get a Seal",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sellShipments.stops.details.sShipUnits.seals"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-sShipUnits-{sShipUnitGid}-seals-{equipmentSeal}-get",
                "x-filename-id":"sellshipments-shipmentgid-stops-stopnum-details-sshipunitgid-sshipunits-sshipunitgid-seals-equipmentseal-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Sell Shipments/Stops/Details/Shipment Ship Units/Seals"
                ],
                "summary":"Delete a Seal",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-sShipUnits-{sShipUnitGid}-seals-{equipmentSeal}-delete",
                "x-filename-id":"sellshipments-shipmentgid-stops-stopnum-details-sshipunitgid-sshipunits-sshipunitgid-seals-equipmentseal-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Sell Shipments/Stops/Details/Shipment Ship Units/Seals"
                ],
                "summary":"Update a Seal",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-sShipUnits-{sShipUnitGid}-seals-{equipmentSeal}-patch",
                "x-filename-id":"sellshipments-shipmentgid-stops-stopnum-details-sshipunitgid-sshipunits-sshipunitgid-seals-equipmentseal-patch"
            }
        },
        "/sellShipments/{shipmentGid}/stops/{stopNum}/details/{sShipUnitGid}/sShipUnits/{sShipUnitGid}/sEquipments":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"stopNum",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Sell Shipments/Stops/Details/Shipment Ship Units/Shipment Equipment"
                ],
                "summary":"Get Shipment Equipment",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sellShipments.stops.details.sShipUnits.sEquipments"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-sShipUnits-{sShipUnitGid}-sEquipments-get",
                "x-filename-id":"sellshipments-shipmentgid-stops-stopnum-details-sshipunitgid-sshipunits-sshipunitgid-sequipments-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Sell Shipments/Stops/Details/Shipment Ship Units/Shipment Equipment"
                ],
                "summary":"Create a Shipment Equipment",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/sellShipments.stops.details.sShipUnits.sEquipments"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/sellShipments.stops.details.sShipUnits.sEquipments"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sellShipments.stops.details.sShipUnits.sEquipments"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sellShipments.stops.details.sShipUnits.sEquipments"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-sShipUnits-{sShipUnitGid}-sEquipments-post",
                "x-filename-id":"sellshipments-shipmentgid-stops-stopnum-details-sshipunitgid-sshipunits-sshipunitgid-sequipments-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Sell Shipments/Stops/Details/Shipment Ship Units/Shipment Equipment"
                ],
                "summary":"Update Shipment Equipment",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-sShipUnits-{sShipUnitGid}-sEquipments-patch",
                "x-filename-id":"sellshipments-shipmentgid-stops-stopnum-details-sshipunitgid-sshipunits-sshipunitgid-sequipments-patch"
            }
        },
        "/sellShipments/{shipmentGid}/stops/{stopNum}/details/{sShipUnitGid}/sShipUnits/{sShipUnitGid}/sEquipments/{sEquipmentGid}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"stopNum",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sEquipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Sell Shipments/Stops/Details/Shipment Ship Units/Shipment Equipment"
                ],
                "summary":"Get a Shipment Equipment",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sellShipments.stops.details.sShipUnits.sEquipments"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-sShipUnits-{sShipUnitGid}-sEquipments-{sEquipmentGid}-get",
                "x-filename-id":"sellshipments-shipmentgid-stops-stopnum-details-sshipunitgid-sshipunits-sshipunitgid-sequipments-sequipmentgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Sell Shipments/Stops/Details/Shipment Ship Units/Shipment Equipment"
                ],
                "summary":"Delete a Shipment Equipment",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-sShipUnits-{sShipUnitGid}-sEquipments-{sEquipmentGid}-delete",
                "x-filename-id":"sellshipments-shipmentgid-stops-stopnum-details-sshipunitgid-sshipunits-sshipunitgid-sequipments-sequipmentgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Sell Shipments/Stops/Details/Shipment Ship Units/Shipment Equipment"
                ],
                "summary":"Update a Shipment Equipment",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-sShipUnits-{sShipUnitGid}-sEquipments-{sEquipmentGid}-patch",
                "x-filename-id":"sellshipments-shipmentgid-stops-stopnum-details-sshipunitgid-sshipunits-sshipunitgid-sequipments-sequipmentgid-patch"
            }
        },
        "/sellShipments/{shipmentGid}/stops/{stopNum}/details/{sShipUnitGid}/sShipUnits/{sShipUnitGid}/lines":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"stopNum",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Sell Shipments/Stops/Details/Shipment Ship Units/Lines"
                ],
                "summary":"Get Lines",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sellShipments.stops.details.sShipUnits.lines"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-sShipUnits-{sShipUnitGid}-lines-get",
                "x-filename-id":"sellshipments-shipmentgid-stops-stopnum-details-sshipunitgid-sshipunits-sshipunitgid-lines-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Sell Shipments/Stops/Details/Shipment Ship Units/Lines"
                ],
                "summary":"Create a Line",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/sellShipments.stops.details.sShipUnits.lines"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/sellShipments.stops.details.sShipUnits.lines"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sellShipments.stops.details.sShipUnits.lines"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sellShipments.stops.details.sShipUnits.lines"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-sShipUnits-{sShipUnitGid}-lines-post",
                "x-filename-id":"sellshipments-shipmentgid-stops-stopnum-details-sshipunitgid-sshipunits-sshipunitgid-lines-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Sell Shipments/Stops/Details/Shipment Ship Units/Lines"
                ],
                "summary":"Update Lines",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-sShipUnits-{sShipUnitGid}-lines-patch",
                "x-filename-id":"sellshipments-shipmentgid-stops-stopnum-details-sshipunitgid-sshipunits-sshipunitgid-lines-patch"
            }
        },
        "/sellShipments/{shipmentGid}/stops/{stopNum}/details/{sShipUnitGid}/sShipUnits/{sShipUnitGid}/lines/{sShipUnitLineNo}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"stopNum",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitLineNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Sell Shipments/Stops/Details/Shipment Ship Units/Lines"
                ],
                "summary":"Get a Line",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sellShipments.stops.details.sShipUnits.lines"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-sShipUnits-{sShipUnitGid}-lines-{sShipUnitLineNo}-get",
                "x-filename-id":"sellshipments-shipmentgid-stops-stopnum-details-sshipunitgid-sshipunits-sshipunitgid-lines-sshipunitlineno-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Sell Shipments/Stops/Details/Shipment Ship Units/Lines"
                ],
                "summary":"Delete a Line",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-sShipUnits-{sShipUnitGid}-lines-{sShipUnitLineNo}-delete",
                "x-filename-id":"sellshipments-shipmentgid-stops-stopnum-details-sshipunitgid-sshipunits-sshipunitgid-lines-sshipunitlineno-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Sell Shipments/Stops/Details/Shipment Ship Units/Lines"
                ],
                "summary":"Update a Line",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-sShipUnits-{sShipUnitGid}-lines-{sShipUnitLineNo}-patch",
                "x-filename-id":"sellshipments-shipmentgid-stops-stopnum-details-sshipunitgid-sshipunits-sshipunitgid-lines-sshipunitlineno-patch"
            }
        },
        "/sellShipments/{shipmentGid}/stops/{stopNum}/details/{sShipUnitGid}/sShipUnits/{sShipUnitGid}/lines/{sShipUnitLineNo}/remarks":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"stopNum",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitLineNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Sell Shipments/Stops/Details/Shipment Ship Units/Lines/Remarks"
                ],
                "summary":"Get Remarks",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sellShipments.stops.details.sShipUnits.lines.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-sShipUnits-{sShipUnitGid}-lines-{sShipUnitLineNo}-remarks-get",
                "x-filename-id":"sellshipments-shipmentgid-stops-stopnum-details-sshipunitgid-sshipunits-sshipunitgid-lines-sshipunitlineno-remarks-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Sell Shipments/Stops/Details/Shipment Ship Units/Lines/Remarks"
                ],
                "summary":"Create a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/sellShipments.stops.details.sShipUnits.lines.remarks"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/sellShipments.stops.details.sShipUnits.lines.remarks"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sellShipments.stops.details.sShipUnits.lines.remarks"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sellShipments.stops.details.sShipUnits.lines.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-sShipUnits-{sShipUnitGid}-lines-{sShipUnitLineNo}-remarks-post",
                "x-filename-id":"sellshipments-shipmentgid-stops-stopnum-details-sshipunitgid-sshipunits-sshipunitgid-lines-sshipunitlineno-remarks-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Sell Shipments/Stops/Details/Shipment Ship Units/Lines/Remarks"
                ],
                "summary":"Update Remarks",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-sShipUnits-{sShipUnitGid}-lines-{sShipUnitLineNo}-remarks-patch",
                "x-filename-id":"sellshipments-shipmentgid-stops-stopnum-details-sshipunitgid-sshipunits-sshipunitgid-lines-sshipunitlineno-remarks-patch"
            }
        },
        "/sellShipments/{shipmentGid}/stops/{stopNum}/details/{sShipUnitGid}/sShipUnits/{sShipUnitGid}/lines/{sShipUnitLineNo}/remarks/{remarkSequence}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"stopNum",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitLineNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"remarkSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Sell Shipments/Stops/Details/Shipment Ship Units/Lines/Remarks"
                ],
                "summary":"Get a Remark",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sellShipments.stops.details.sShipUnits.lines.remarks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-sShipUnits-{sShipUnitGid}-lines-{sShipUnitLineNo}-remarks-{remarkSequence}-get",
                "x-filename-id":"sellshipments-shipmentgid-stops-stopnum-details-sshipunitgid-sshipunits-sshipunitgid-lines-sshipunitlineno-remarks-remarksequence-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Sell Shipments/Stops/Details/Shipment Ship Units/Lines/Remarks"
                ],
                "summary":"Delete a Remark",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-sShipUnits-{sShipUnitGid}-lines-{sShipUnitLineNo}-remarks-{remarkSequence}-delete",
                "x-filename-id":"sellshipments-shipmentgid-stops-stopnum-details-sshipunitgid-sshipunits-sshipunitgid-lines-sshipunitlineno-remarks-remarksequence-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Sell Shipments/Stops/Details/Shipment Ship Units/Lines/Remarks"
                ],
                "summary":"Update a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-sShipUnits-{sShipUnitGid}-lines-{sShipUnitLineNo}-remarks-{remarkSequence}-patch",
                "x-filename-id":"sellshipments-shipmentgid-stops-stopnum-details-sshipunitgid-sshipunits-sshipunitgid-lines-sshipunitlineno-remarks-remarksequence-patch"
            }
        },
        "/sellShipments/{shipmentGid}/stops/{stopNum}/details/{sShipUnitGid}/sShipUnits/{sShipUnitGid}/lines/{sShipUnitLineNo}/refnums":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"stopNum",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitLineNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Sell Shipments/Stops/Details/Shipment Ship Units/Lines/Reference Numbers"
                ],
                "summary":"Get Reference Numbers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sellShipments.stops.details.sShipUnits.lines.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-sShipUnits-{sShipUnitGid}-lines-{sShipUnitLineNo}-refnums-get",
                "x-filename-id":"sellshipments-shipmentgid-stops-stopnum-details-sshipunitgid-sshipunits-sshipunitgid-lines-sshipunitlineno-refnums-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Sell Shipments/Stops/Details/Shipment Ship Units/Lines/Reference Numbers"
                ],
                "summary":"Create a Reference Number",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/sellShipments.stops.details.sShipUnits.lines.refnums"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/sellShipments.stops.details.sShipUnits.lines.refnums"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sellShipments.stops.details.sShipUnits.lines.refnums"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sellShipments.stops.details.sShipUnits.lines.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-sShipUnits-{sShipUnitGid}-lines-{sShipUnitLineNo}-refnums-post",
                "x-filename-id":"sellshipments-shipmentgid-stops-stopnum-details-sshipunitgid-sshipunits-sshipunitgid-lines-sshipunitlineno-refnums-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Sell Shipments/Stops/Details/Shipment Ship Units/Lines/Reference Numbers"
                ],
                "summary":"Update Reference Numbers",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-sShipUnits-{sShipUnitGid}-lines-{sShipUnitLineNo}-refnums-patch",
                "x-filename-id":"sellshipments-shipmentgid-stops-stopnum-details-sshipunitgid-sshipunits-sshipunitgid-lines-sshipunitlineno-refnums-patch"
            }
        },
        "/sellShipments/{shipmentGid}/stops/{stopNum}/details/{sShipUnitGid}/sShipUnits/{sShipUnitGid}/lines/{sShipUnitLineNo}/refnums/{sSulRefnumQualGidxrefnumValue}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"stopNum",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitLineNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sSulRefnumQualGidxrefnumValue",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Sell Shipments/Stops/Details/Shipment Ship Units/Lines/Reference Numbers"
                ],
                "summary":"Get a Reference Number",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sellShipments.stops.details.sShipUnits.lines.refnums"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-sShipUnits-{sShipUnitGid}-lines-{sShipUnitLineNo}-refnums-{sSulRefnumQualGidxrefnumValue}-get",
                "x-filename-id":"shipmentgid-stops-stopnum-details-sshipunitgid-sshipunits-sshipunitgid-lines-sshipunitlineno-refnums-ssulrefnumqualgidxrefnumvalue-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Sell Shipments/Stops/Details/Shipment Ship Units/Lines/Reference Numbers"
                ],
                "summary":"Delete a Reference Number",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-sShipUnits-{sShipUnitGid}-lines-{sShipUnitLineNo}-refnums-{sSulRefnumQualGidxrefnumValue}-delete",
                "x-filename-id":"shipmentgid-stops-stopnum-details-sshipunitgid-sshipunits-sshipunitgid-lines-sshipunitlineno-refnums-ssulrefnumqualgidxrefnumvalue-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Sell Shipments/Stops/Details/Shipment Ship Units/Lines/Reference Numbers"
                ],
                "summary":"Update a Reference Number",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-sShipUnits-{sShipUnitGid}-lines-{sShipUnitLineNo}-refnums-{sSulRefnumQualGidxrefnumValue}-patch",
                "x-filename-id":"shipmentgid-stops-stopnum-details-sshipunitgid-sshipunits-sshipunitgid-lines-sshipunitlineno-refnums-ssulrefnumqualgidxrefnumvalue-patch"
            }
        },
        "/sellShipments/{shipmentGid}/stops/{stopNum}/details/{sShipUnitGid}/sShipUnits/{sShipUnitGid}/specialServices":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"stopNum",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Sell Shipments/Stops/Details/Shipment Ship Units/Special Services"
                ],
                "summary":"Get Special Services",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sellShipments.stops.details.sShipUnits.specialServices"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-sShipUnits-{sShipUnitGid}-specialServices-get",
                "x-filename-id":"sellshipments-shipmentgid-stops-stopnum-details-sshipunitgid-sshipunits-sshipunitgid-specialservices-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Sell Shipments/Stops/Details/Shipment Ship Units/Special Services"
                ],
                "summary":"Create a Special Service",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/sellShipments.stops.details.sShipUnits.specialServices"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/sellShipments.stops.details.sShipUnits.specialServices"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sellShipments.stops.details.sShipUnits.specialServices"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sellShipments.stops.details.sShipUnits.specialServices"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-sShipUnits-{sShipUnitGid}-specialServices-post",
                "x-filename-id":"sellshipments-shipmentgid-stops-stopnum-details-sshipunitgid-sshipunits-sshipunitgid-specialservices-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Sell Shipments/Stops/Details/Shipment Ship Units/Special Services"
                ],
                "summary":"Update Special Services",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-sShipUnits-{sShipUnitGid}-specialServices-patch",
                "x-filename-id":"sellshipments-shipmentgid-stops-stopnum-details-sshipunitgid-sshipunits-sshipunitgid-specialservices-patch"
            }
        },
        "/sellShipments/{shipmentGid}/stops/{stopNum}/details/{sShipUnitGid}/sShipUnits/{sShipUnitGid}/specialServices/{specialServiceGid}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"stopNum",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"specialServiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Sell Shipments/Stops/Details/Shipment Ship Units/Special Services"
                ],
                "summary":"Get a Special Service",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sellShipments.stops.details.sShipUnits.specialServices"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-sShipUnits-{sShipUnitGid}-specialServices-{specialServiceGid}-get",
                "x-filename-id":"sellshipments-shipmentgid-stops-stopnum-details-sshipunitgid-sshipunits-sshipunitgid-specialservices-specialservicegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Sell Shipments/Stops/Details/Shipment Ship Units/Special Services"
                ],
                "summary":"Delete a Special Service",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-sShipUnits-{sShipUnitGid}-specialServices-{specialServiceGid}-delete",
                "x-filename-id":"sellshipments-shipmentgid-stops-stopnum-details-sshipunitgid-sshipunits-sshipunitgid-specialservices-specialservicegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Sell Shipments/Stops/Details/Shipment Ship Units/Special Services"
                ],
                "summary":"Update a Special Service",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-sShipUnits-{sShipUnitGid}-specialServices-{specialServiceGid}-patch",
                "x-filename-id":"sellshipments-shipmentgid-stops-stopnum-details-sshipunitgid-sshipunits-sshipunitgid-specialservices-specialservicegid-patch"
            }
        },
        "/sellShipments/{shipmentGid}/stops/{stopNum}/details/{sShipUnitGid}/sShipUnits/{sShipUnitGid}/remarks":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"stopNum",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Sell Shipments/Stops/Details/Shipment Ship Units/Remarks"
                ],
                "summary":"Get Remarks",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sellShipments.stops.details.sShipUnits.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-sShipUnits-{sShipUnitGid}-remarks-get",
                "x-filename-id":"sellshipments-shipmentgid-stops-stopnum-details-sshipunitgid-sshipunits-sshipunitgid-remarks-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Sell Shipments/Stops/Details/Shipment Ship Units/Remarks"
                ],
                "summary":"Create a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/sellShipments.stops.details.sShipUnits.remarks"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/sellShipments.stops.details.sShipUnits.remarks"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sellShipments.stops.details.sShipUnits.remarks"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sellShipments.stops.details.sShipUnits.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-sShipUnits-{sShipUnitGid}-remarks-post",
                "x-filename-id":"sellshipments-shipmentgid-stops-stopnum-details-sshipunitgid-sshipunits-sshipunitgid-remarks-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Sell Shipments/Stops/Details/Shipment Ship Units/Remarks"
                ],
                "summary":"Update Remarks",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-sShipUnits-{sShipUnitGid}-remarks-patch",
                "x-filename-id":"sellshipments-shipmentgid-stops-stopnum-details-sshipunitgid-sshipunits-sshipunitgid-remarks-patch"
            }
        },
        "/sellShipments/{shipmentGid}/stops/{stopNum}/details/{sShipUnitGid}/sShipUnits/{sShipUnitGid}/remarks/{remarkSequence}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"stopNum",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"remarkSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Sell Shipments/Stops/Details/Shipment Ship Units/Remarks"
                ],
                "summary":"Get a Remark",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sellShipments.stops.details.sShipUnits.remarks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-sShipUnits-{sShipUnitGid}-remarks-{remarkSequence}-get",
                "x-filename-id":"sellshipments-shipmentgid-stops-stopnum-details-sshipunitgid-sshipunits-sshipunitgid-remarks-remarksequence-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Sell Shipments/Stops/Details/Shipment Ship Units/Remarks"
                ],
                "summary":"Delete a Remark",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-sShipUnits-{sShipUnitGid}-remarks-{remarkSequence}-delete",
                "x-filename-id":"sellshipments-shipmentgid-stops-stopnum-details-sshipunitgid-sshipunits-sshipunitgid-remarks-remarksequence-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Sell Shipments/Stops/Details/Shipment Ship Units/Remarks"
                ],
                "summary":"Update a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-sShipUnits-{sShipUnitGid}-remarks-{remarkSequence}-patch",
                "x-filename-id":"sellshipments-shipmentgid-stops-stopnum-details-sshipunitgid-sshipunits-sshipunitgid-remarks-remarksequence-patch"
            }
        },
        "/sellShipments/{shipmentGid}/stops/{stopNum}/details/{sShipUnitGid}/sShipUnits/{sShipUnitGid}/pieces":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"stopNum",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Sell Shipments/Stops/Details/Shipment Ship Units/Pieces"
                ],
                "summary":"Get Pieces",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sellShipments.stops.details.sShipUnits.pieces"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-sShipUnits-{sShipUnitGid}-pieces-get",
                "x-filename-id":"sellshipments-shipmentgid-stops-stopnum-details-sshipunitgid-sshipunits-sshipunitgid-pieces-get"
            }
        },
        "/sellShipments/{shipmentGid}/stops/{stopNum}/details/{sShipUnitGid}/sShipUnits/{sShipUnitGid}/pieces/{pieceNumber}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"stopNum",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"pieceNumber",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Sell Shipments/Stops/Details/Shipment Ship Units/Pieces"
                ],
                "summary":"Get a Piece",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sellShipments.stops.details.sShipUnits.pieces"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-sShipUnits-{sShipUnitGid}-pieces-{pieceNumber}-get",
                "x-filename-id":"sellshipments-shipmentgid-stops-stopnum-details-sshipunitgid-sshipunits-sshipunitgid-pieces-piecenumber-get"
            }
        },
        "/sellShipments/{shipmentGid}/stops/{stopNum}/details/{sShipUnitGid}/involvedParties":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"stopNum",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Sell Shipments/Stops/Details/Involved Parties"
                ],
                "summary":"Get Involved Parties",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sellShipments.stops.details.involvedParties"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-involvedParties-get",
                "x-filename-id":"sellshipments-shipmentgid-stops-stopnum-details-sshipunitgid-involvedparties-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Sell Shipments/Stops/Details/Involved Parties"
                ],
                "summary":"Create an Involved Party",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/sellShipments.stops.details.involvedParties"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/sellShipments.stops.details.involvedParties"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sellShipments.stops.details.involvedParties"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sellShipments.stops.details.involvedParties"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-involvedParties-post",
                "x-filename-id":"sellshipments-shipmentgid-stops-stopnum-details-sshipunitgid-involvedparties-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Sell Shipments/Stops/Details/Involved Parties"
                ],
                "summary":"Update Involved Parties",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-involvedParties-patch",
                "x-filename-id":"sellshipments-shipmentgid-stops-stopnum-details-sshipunitgid-involvedparties-patch"
            }
        },
        "/sellShipments/{shipmentGid}/stops/{stopNum}/details/{sShipUnitGid}/involvedParties/{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"stopNum",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Sell Shipments/Stops/Details/Involved Parties"
                ],
                "summary":"Get an Involved Party",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sellShipments.stops.details.involvedParties"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-get",
                "x-filename-id":"sellshipments-shipmentgid-stops-stopnum-details-sshipunitgid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Sell Shipments/Stops/Details/Involved Parties"
                ],
                "summary":"Delete an Involved Party",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-delete",
                "x-filename-id":"sellshipments-shipmentgid-stops-stopnum-details-sshipunitgid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Sell Shipments/Stops/Details/Involved Parties"
                ],
                "summary":"Update an Involved Party",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-patch",
                "x-filename-id":"sellshipments-shipmentgid-stops-stopnum-details-sshipunitgid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-patch"
            }
        },
        "/sellShipments/{shipmentGid}/involvedParties":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Sell Shipments/Involved Parties"
                ],
                "summary":"Get Involved Parties",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sellShipments.involvedParties"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-involvedParties-get",
                "x-filename-id":"sellshipments-shipmentgid-involvedparties-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Sell Shipments/Involved Parties"
                ],
                "summary":"Create an Involved Party",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/sellShipments.involvedParties"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/sellShipments.involvedParties"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sellShipments.involvedParties"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sellShipments.involvedParties"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-involvedParties-post",
                "x-filename-id":"sellshipments-shipmentgid-involvedparties-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Sell Shipments/Involved Parties"
                ],
                "summary":"Update Involved Parties",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-involvedParties-patch",
                "x-filename-id":"sellshipments-shipmentgid-involvedparties-patch"
            }
        },
        "/sellShipments/{shipmentGid}/involvedParties/{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Sell Shipments/Involved Parties"
                ],
                "summary":"Get an Involved Party",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sellShipments.involvedParties"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-get",
                "x-filename-id":"sellshipments-shipmentgid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Sell Shipments/Involved Parties"
                ],
                "summary":"Delete an Involved Party",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-delete",
                "x-filename-id":"sellshipments-shipmentgid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Sell Shipments/Involved Parties"
                ],
                "summary":"Update an Involved Party",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-patch",
                "x-filename-id":"sellshipments-shipmentgid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-patch"
            }
        },
        "/sellShipments/{shipmentGid}/involvedParties/{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}/overrideAddresses":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Sell Shipments/Involved Parties/Override Addresses"
                ],
                "summary":"Get Override Addresses",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sellShipments.involvedParties.overrideAddresses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-overrideAddresses-get",
                "x-filename-id":"sellshipments-shipmentgid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-overrideaddresses-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Sell Shipments/Involved Parties/Override Addresses"
                ],
                "summary":"Create an Override Address",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/sellShipments.involvedParties.overrideAddresses"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/sellShipments.involvedParties.overrideAddresses"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sellShipments.involvedParties.overrideAddresses"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sellShipments.involvedParties.overrideAddresses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-overrideAddresses-post",
                "x-filename-id":"sellshipments-shipmentgid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-overrideaddresses-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Sell Shipments/Involved Parties/Override Addresses"
                ],
                "summary":"Update Override Addresses",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-overrideAddresses-patch",
                "x-filename-id":"sellshipments-shipmentgid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-overrideaddresses-patch"
            }
        },
        "/sellShipments/{shipmentGid}/involvedParties/{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}/overrideAddresses/{lineSequence}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"lineSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Sell Shipments/Involved Parties/Override Addresses"
                ],
                "summary":"Get an Override Address",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sellShipments.involvedParties.overrideAddresses"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-overrideAddresses-{lineSequence}-get",
                "x-filename-id":"sellshipments-shipmentgid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-overrideaddresses-linesequence-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Sell Shipments/Involved Parties/Override Addresses"
                ],
                "summary":"Delete an Override Address",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-overrideAddresses-{lineSequence}-delete",
                "x-filename-id":"sellshipments-shipmentgid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-overrideaddresses-linesequence-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Sell Shipments/Involved Parties/Override Addresses"
                ],
                "summary":"Update an Override Address",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-overrideAddresses-{lineSequence}-patch",
                "x-filename-id":"sellshipments-shipmentgid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-overrideaddresses-linesequence-patch"
            }
        },
        "/sellShipments/{shipmentGid}/refnums":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Sell Shipments/Reference Numbers"
                ],
                "summary":"Get Reference Numbers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sellShipments.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-refnums-get",
                "x-filename-id":"sellshipments-shipmentgid-refnums-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Sell Shipments/Reference Numbers"
                ],
                "summary":"Create a Reference Number",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/sellShipments.refnums"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/sellShipments.refnums"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sellShipments.refnums"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sellShipments.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-refnums-post",
                "x-filename-id":"sellshipments-shipmentgid-refnums-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Sell Shipments/Reference Numbers"
                ],
                "summary":"Update Reference Numbers",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-refnums-patch",
                "x-filename-id":"sellshipments-shipmentgid-refnums-patch"
            }
        },
        "/sellShipments/{shipmentGid}/refnums/{shipmentRefnumQualGidxshipmentRefnumValue}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"shipmentRefnumQualGidxshipmentRefnumValue",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Sell Shipments/Reference Numbers"
                ],
                "summary":"Get a Reference Number",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sellShipments.refnums"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-refnums-{shipmentRefnumQualGidxshipmentRefnumValue}-get",
                "x-filename-id":"sellshipments-shipmentgid-refnums-shipmentrefnumqualgidxshipmentrefnumvalue-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Sell Shipments/Reference Numbers"
                ],
                "summary":"Delete a Reference Number",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-refnums-{shipmentRefnumQualGidxshipmentRefnumValue}-delete",
                "x-filename-id":"sellshipments-shipmentgid-refnums-shipmentrefnumqualgidxshipmentrefnumvalue-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Sell Shipments/Reference Numbers"
                ],
                "summary":"Update a Reference Number",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-refnums-{shipmentRefnumQualGidxshipmentRefnumValue}-patch",
                "x-filename-id":"sellshipments-shipmentgid-refnums-shipmentrefnumqualgidxshipmentrefnumvalue-patch"
            }
        },
        "/sellShipments/{shipmentGid}/documents":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Sell Shipments/Documents"
                ],
                "summary":"Get Documents",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sellShipments.documents"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-documents-get",
                "x-filename-id":"sellshipments-shipmentgid-documents-get"
            }
        },
        "/sellShipments/{shipmentGid}/documents/{documentGid}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Sell Shipments/Documents"
                ],
                "summary":"Get a Document",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sellShipments.documents"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-documents-{documentGid}-get",
                "x-filename-id":"sellshipments-shipmentgid-documents-documentgid-get"
            }
        },
        "/sellShipments/{shipmentGid}/allocations":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Sell Shipments/Allocations"
                ],
                "summary":"Get Allocations",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sellShipments.allocations"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-allocations-get",
                "x-filename-id":"sellshipments-shipmentgid-allocations-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Sell Shipments/Allocations"
                ],
                "summary":"Create an Allocation",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/sellShipments.allocations"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/sellShipments.allocations"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sellShipments.allocations"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sellShipments.allocations"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-allocations-post",
                "x-filename-id":"sellshipments-shipmentgid-allocations-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Sell Shipments/Allocations"
                ],
                "summary":"Update Allocations",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-allocations-patch",
                "x-filename-id":"sellshipments-shipmentgid-allocations-patch"
            }
        },
        "/sellShipments/{shipmentGid}/allocations/{allocSeqNo}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"allocSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Sell Shipments/Allocations"
                ],
                "summary":"Get an Allocation",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sellShipments.allocations"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-allocations-{allocSeqNo}-get",
                "x-filename-id":"sellshipments-shipmentgid-allocations-allocseqno-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Sell Shipments/Allocations"
                ],
                "summary":"Delete an Allocation",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-allocations-{allocSeqNo}-delete",
                "x-filename-id":"sellshipments-shipmentgid-allocations-allocseqno-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Sell Shipments/Allocations"
                ],
                "summary":"Update an Allocation",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-allocations-{allocSeqNo}-patch",
                "x-filename-id":"sellshipments-shipmentgid-allocations-allocseqno-patch"
            }
        },
        "/sellShipments/{shipmentGid}/allocations/{allocSeqNo}/orderAllocations":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"allocSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Sell Shipments/Allocations/Order Release Allocations"
                ],
                "summary":"Get Order Release Allocations",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sellShipments.allocations.orderAllocations"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-allocations-{allocSeqNo}-orderAllocations-get",
                "x-filename-id":"sellshipments-shipmentgid-allocations-allocseqno-orderallocations-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Sell Shipments/Allocations/Order Release Allocations"
                ],
                "summary":"Create an Order Release Allocation",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/sellShipments.allocations.orderAllocations"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/sellShipments.allocations.orderAllocations"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sellShipments.allocations.orderAllocations"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sellShipments.allocations.orderAllocations"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-allocations-{allocSeqNo}-orderAllocations-post",
                "x-filename-id":"sellshipments-shipmentgid-allocations-allocseqno-orderallocations-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Sell Shipments/Allocations/Order Release Allocations"
                ],
                "summary":"Update Order Release Allocations",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-allocations-{allocSeqNo}-orderAllocations-patch",
                "x-filename-id":"sellshipments-shipmentgid-allocations-allocseqno-orderallocations-patch"
            }
        },
        "/sellShipments/{shipmentGid}/allocations/{allocSeqNo}/orderAllocations/{allocCostSeqno}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"allocSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"allocCostSeqno",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Sell Shipments/Allocations/Order Release Allocations"
                ],
                "summary":"Get an Order Release Allocation",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sellShipments.allocations.orderAllocations"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-allocations-{allocSeqNo}-orderAllocations-{allocCostSeqno}-get",
                "x-filename-id":"sellshipments-shipmentgid-allocations-allocseqno-orderallocations-alloccostseqno-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Sell Shipments/Allocations/Order Release Allocations"
                ],
                "summary":"Delete an Order Release Allocation",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-allocations-{allocSeqNo}-orderAllocations-{allocCostSeqno}-delete",
                "x-filename-id":"sellshipments-shipmentgid-allocations-allocseqno-orderallocations-alloccostseqno-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Sell Shipments/Allocations/Order Release Allocations"
                ],
                "summary":"Update an Order Release Allocation",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-allocations-{allocSeqNo}-orderAllocations-{allocCostSeqno}-patch",
                "x-filename-id":"sellshipments-shipmentgid-allocations-allocseqno-orderallocations-alloccostseqno-patch"
            }
        },
        "/sellShipments/{shipmentGid}/allocations/{allocSeqNo}/orderLineAllocations":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"allocSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Sell Shipments/Allocations/Order Release Line Allocations"
                ],
                "summary":"Get Order Release Line Allocations",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sellShipments.allocations.orderLineAllocations"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-allocations-{allocSeqNo}-orderLineAllocations-get",
                "x-filename-id":"sellshipments-shipmentgid-allocations-allocseqno-orderlineallocations-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Sell Shipments/Allocations/Order Release Line Allocations"
                ],
                "summary":"Create an Order Release Line Allocation",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/sellShipments.allocations.orderLineAllocations"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/sellShipments.allocations.orderLineAllocations"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sellShipments.allocations.orderLineAllocations"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sellShipments.allocations.orderLineAllocations"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-allocations-{allocSeqNo}-orderLineAllocations-post",
                "x-filename-id":"sellshipments-shipmentgid-allocations-allocseqno-orderlineallocations-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Sell Shipments/Allocations/Order Release Line Allocations"
                ],
                "summary":"Update Order Release Line Allocations",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-allocations-{allocSeqNo}-orderLineAllocations-patch",
                "x-filename-id":"sellshipments-shipmentgid-allocations-allocseqno-orderlineallocations-patch"
            }
        },
        "/sellShipments/{shipmentGid}/allocations/{allocSeqNo}/orderLineAllocations/{allocCostSeqno}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"allocSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"allocCostSeqno",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Sell Shipments/Allocations/Order Release Line Allocations"
                ],
                "summary":"Get an Order Release Line Allocation",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sellShipments.allocations.orderLineAllocations"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-allocations-{allocSeqNo}-orderLineAllocations-{allocCostSeqno}-get",
                "x-filename-id":"sellshipments-shipmentgid-allocations-allocseqno-orderlineallocations-alloccostseqno-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Sell Shipments/Allocations/Order Release Line Allocations"
                ],
                "summary":"Delete an Order Release Line Allocation",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-allocations-{allocSeqNo}-orderLineAllocations-{allocCostSeqno}-delete",
                "x-filename-id":"sellshipments-shipmentgid-allocations-allocseqno-orderlineallocations-alloccostseqno-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Sell Shipments/Allocations/Order Release Line Allocations"
                ],
                "summary":"Update an Order Release Line Allocation",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-allocations-{allocSeqNo}-orderLineAllocations-{allocCostSeqno}-patch",
                "x-filename-id":"sellshipments-shipmentgid-allocations-allocseqno-orderlineallocations-alloccostseqno-patch"
            }
        },
        "/sellShipments/{shipmentGid}/allocations/{allocSeqNo}/orderBaseLineAllocations":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"allocSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Sell Shipments/Allocations/Order Base Line Allocations"
                ],
                "summary":"Get Order Base Line Allocations",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sellShipments.allocations.orderBaseLineAllocations"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-allocations-{allocSeqNo}-orderBaseLineAllocations-get",
                "x-filename-id":"sellshipments-shipmentgid-allocations-allocseqno-orderbaselineallocations-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Sell Shipments/Allocations/Order Base Line Allocations"
                ],
                "summary":"Create an Order Base Line Allocation",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/sellShipments.allocations.orderBaseLineAllocations"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/sellShipments.allocations.orderBaseLineAllocations"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sellShipments.allocations.orderBaseLineAllocations"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sellShipments.allocations.orderBaseLineAllocations"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-allocations-{allocSeqNo}-orderBaseLineAllocations-post",
                "x-filename-id":"sellshipments-shipmentgid-allocations-allocseqno-orderbaselineallocations-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Sell Shipments/Allocations/Order Base Line Allocations"
                ],
                "summary":"Update Order Base Line Allocations",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-allocations-{allocSeqNo}-orderBaseLineAllocations-patch",
                "x-filename-id":"sellshipments-shipmentgid-allocations-allocseqno-orderbaselineallocations-patch"
            }
        },
        "/sellShipments/{shipmentGid}/allocations/{allocSeqNo}/orderBaseLineAllocations/{allocCostSeqno}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"allocSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"allocCostSeqno",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Sell Shipments/Allocations/Order Base Line Allocations"
                ],
                "summary":"Get an Order Base Line Allocation",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sellShipments.allocations.orderBaseLineAllocations"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-allocations-{allocSeqNo}-orderBaseLineAllocations-{allocCostSeqno}-get",
                "x-filename-id":"sellshipments-shipmentgid-allocations-allocseqno-orderbaselineallocations-alloccostseqno-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Sell Shipments/Allocations/Order Base Line Allocations"
                ],
                "summary":"Delete an Order Base Line Allocation",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-allocations-{allocSeqNo}-orderBaseLineAllocations-{allocCostSeqno}-delete",
                "x-filename-id":"sellshipments-shipmentgid-allocations-allocseqno-orderbaselineallocations-alloccostseqno-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Sell Shipments/Allocations/Order Base Line Allocations"
                ],
                "summary":"Update an Order Base Line Allocation",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sellShipments-{shipmentGid}-allocations-{allocSeqNo}-orderBaseLineAllocations-{allocCostSeqno}-patch",
                "x-filename-id":"sellshipments-shipmentgid-allocations-allocseqno-orderbaselineallocations-alloccostseqno-patch"
            }
        },
        "/locationRoles":{
            "get":{
                "tags":[
                    "Power Data/Location Roles"
                ],
                "summary":"Get Location Roles",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/locationRoles"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locationRoles-get",
                "x-filename-id":"locationroles-get"
            },
            "post":{
                "tags":[
                    "Power Data/Location Roles"
                ],
                "summary":"Create a Location Role",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/locationRoles"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/locationRoles"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locationRoles-post",
                "x-filename-id":"locationroles-post"
            }
        },
        "/locationRoles/{locationRoleGid}":{
            "parameters":[
                {
                    "name":"locationRoleGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Location Roles"
                ],
                "summary":"Get a Location Role",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/locationRoles"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locationRoles-{locationRoleGid}-get",
                "x-filename-id":"locationroles-locationrolegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Location Roles"
                ],
                "summary":"Delete a Location Role",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"locationRoles-{locationRoleGid}-delete",
                "x-filename-id":"locationroles-locationrolegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Location Roles"
                ],
                "summary":"Update a Location Role",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"locationRoles-{locationRoleGid}-patch",
                "x-filename-id":"locationroles-locationrolegid-patch"
            }
        },
        "/serviceProviders":{
            "get":{
                "tags":[
                    "Business Objects/Service Providers"
                ],
                "summary":"Get Service Providers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/serviceProviders"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"serviceProviders-get",
                "x-filename-id":"serviceproviders-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Service Providers"
                ],
                "summary":"Create a Service Provider",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/serviceProviders"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/serviceProviders"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"serviceProviders-post",
                "x-filename-id":"serviceproviders-post"
            }
        },
        "/serviceProviders/{servprovGid}":{
            "parameters":[
                {
                    "name":"servprovGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Service Providers"
                ],
                "summary":"Get a Service Provider",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/serviceProviders"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"serviceProviders-{servprovGid}-get",
                "x-filename-id":"serviceproviders-servprovgid-get"
            },
            "patch":{
                "tags":[
                    "Business Objects/Service Providers"
                ],
                "summary":"Update a Service Provider",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"serviceProviders-{servprovGid}-patch",
                "x-filename-id":"serviceproviders-servprovgid-patch"
            }
        },
        "/serviceProviders/{servprovGid}/aliases":{
            "parameters":[
                {
                    "name":"servprovGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Service Providers/Aliases"
                ],
                "summary":"Get Aliases",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/serviceProviders.aliases"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"serviceProviders-{servprovGid}-aliases-get",
                "x-filename-id":"serviceproviders-servprovgid-aliases-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Service Providers/Aliases"
                ],
                "summary":"Create an Alias",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/serviceProviders.aliases"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/serviceProviders.aliases"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/serviceProviders.aliases"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/serviceProviders.aliases"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"serviceProviders-{servprovGid}-aliases-post",
                "x-filename-id":"serviceproviders-servprovgid-aliases-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Service Providers/Aliases"
                ],
                "summary":"Update Aliases",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"serviceProviders-{servprovGid}-aliases-patch",
                "x-filename-id":"serviceproviders-servprovgid-aliases-patch"
            }
        },
        "/serviceProviders/{servprovGid}/aliases/{servprovAliasQualGid}":{
            "parameters":[
                {
                    "name":"servprovGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"servprovAliasQualGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Service Providers/Aliases"
                ],
                "summary":"Get an Alias",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/serviceProviders.aliases"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"serviceProviders-{servprovGid}-aliases-{servprovAliasQualGid}-get",
                "x-filename-id":"serviceproviders-servprovgid-aliases-servprovaliasqualgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Service Providers/Aliases"
                ],
                "summary":"Delete an Alias",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"serviceProviders-{servprovGid}-aliases-{servprovAliasQualGid}-delete",
                "x-filename-id":"serviceproviders-servprovgid-aliases-servprovaliasqualgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Service Providers/Aliases"
                ],
                "summary":"Update an Alias",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"serviceProviders-{servprovGid}-aliases-{servprovAliasQualGid}-patch",
                "x-filename-id":"serviceproviders-servprovgid-aliases-servprovaliasqualgid-patch"
            }
        },
        "/serviceProviders/{servprovGid}/documents":{
            "parameters":[
                {
                    "name":"servprovGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Service Providers/Documents"
                ],
                "summary":"Get Documents",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/serviceProviders.documents"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"serviceProviders-{servprovGid}-documents-get",
                "x-filename-id":"serviceproviders-servprovgid-documents-get"
            }
        },
        "/serviceProviders/{servprovGid}/documents/{documentGid}":{
            "parameters":[
                {
                    "name":"servprovGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Service Providers/Documents"
                ],
                "summary":"Get a Document",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/serviceProviders.documents"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"serviceProviders-{servprovGid}-documents-{documentGid}-get",
                "x-filename-id":"serviceproviders-servprovgid-documents-documentgid-get"
            }
        },
        "/equipmentGroups":{
            "get":{
                "tags":[
                    "Business Objects/Equipment Groups"
                ],
                "summary":"Get Equipment Groups",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/equipmentGroups"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"equipmentGroups-get",
                "x-filename-id":"equipmentgroups-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Equipment Groups"
                ],
                "summary":"Create an Equipment Group",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/equipmentGroups"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/equipmentGroups"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"equipmentGroups-post",
                "x-filename-id":"equipmentgroups-post"
            }
        },
        "/equipmentGroups/{equipmentGroupGid}":{
            "parameters":[
                {
                    "name":"equipmentGroupGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Equipment Groups"
                ],
                "summary":"Get an Equipment Group",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/equipmentGroups"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"equipmentGroups-{equipmentGroupGid}-get",
                "x-filename-id":"equipmentgroups-equipmentgroupgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Equipment Groups"
                ],
                "summary":"Delete an Equipment Group",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"equipmentGroups-{equipmentGroupGid}-delete",
                "x-filename-id":"equipmentgroups-equipmentgroupgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Equipment Groups"
                ],
                "summary":"Update an Equipment Group",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"equipmentGroups-{equipmentGroupGid}-patch",
                "x-filename-id":"equipmentgroups-equipmentgroupgid-patch"
            }
        },
        "/equipmentGroups/{equipmentGroupGid}/equipmentTypes":{
            "parameters":[
                {
                    "name":"equipmentGroupGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Equipment Groups/Equipment Types"
                ],
                "summary":"Get Equipment Types",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/equipmentGroups.equipmentTypes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"equipmentGroups-{equipmentGroupGid}-equipmentTypes-get",
                "x-filename-id":"equipmentgroups-equipmentgroupgid-equipmenttypes-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Equipment Groups/Equipment Types"
                ],
                "summary":"Create an Equipment Type",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/equipmentGroups.equipmentTypes"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/equipmentGroups.equipmentTypes"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/equipmentGroups.equipmentTypes"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/equipmentGroups.equipmentTypes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"equipmentGroups-{equipmentGroupGid}-equipmentTypes-post",
                "x-filename-id":"equipmentgroups-equipmentgroupgid-equipmenttypes-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Equipment Groups/Equipment Types"
                ],
                "summary":"Update Equipment Types",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"equipmentGroups-{equipmentGroupGid}-equipmentTypes-patch",
                "x-filename-id":"equipmentgroups-equipmentgroupgid-equipmenttypes-patch"
            }
        },
        "/equipmentGroups/{equipmentGroupGid}/equipmentTypes/{equipmentTypeGid}":{
            "parameters":[
                {
                    "name":"equipmentGroupGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"equipmentTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Equipment Groups/Equipment Types"
                ],
                "summary":"Get an Equipment Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/equipmentGroups.equipmentTypes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"equipmentGroups-{equipmentGroupGid}-equipmentTypes-{equipmentTypeGid}-get",
                "x-filename-id":"equipmentgroups-equipmentgroupgid-equipmenttypes-equipmenttypegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Equipment Groups/Equipment Types"
                ],
                "summary":"Delete an Equipment Type",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"equipmentGroups-{equipmentGroupGid}-equipmentTypes-{equipmentTypeGid}-delete",
                "x-filename-id":"equipmentgroups-equipmentgroupgid-equipmenttypes-equipmenttypegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Equipment Groups/Equipment Types"
                ],
                "summary":"Update an Equipment Type",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"equipmentGroups-{equipmentGroupGid}-equipmentTypes-{equipmentTypeGid}-patch",
                "x-filename-id":"equipmentgroups-equipmentgroupgid-equipmenttypes-equipmenttypegid-patch"
            }
        },
        "/equipmentGroups/{equipmentGroupGid}/compartments":{
            "parameters":[
                {
                    "name":"equipmentGroupGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Equipment Groups/Compartments"
                ],
                "summary":"Get Compartments",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/equipmentGroups.compartments"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"equipmentGroups-{equipmentGroupGid}-compartments-get",
                "x-filename-id":"equipmentgroups-equipmentgroupgid-compartments-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Equipment Groups/Compartments"
                ],
                "summary":"Create a Compartment",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/equipmentGroups.compartments"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/equipmentGroups.compartments"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/equipmentGroups.compartments"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/equipmentGroups.compartments"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"equipmentGroups-{equipmentGroupGid}-compartments-post",
                "x-filename-id":"equipmentgroups-equipmentgroupgid-compartments-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Equipment Groups/Compartments"
                ],
                "summary":"Update Compartments",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"equipmentGroups-{equipmentGroupGid}-compartments-patch",
                "x-filename-id":"equipmentgroups-equipmentgroupgid-compartments-patch"
            }
        },
        "/equipmentGroups/{equipmentGroupGid}/compartments/{compartmentNum}":{
            "parameters":[
                {
                    "name":"equipmentGroupGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"compartmentNum",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Equipment Groups/Compartments"
                ],
                "summary":"Get a Compartment",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/equipmentGroups.compartments"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"equipmentGroups-{equipmentGroupGid}-compartments-{compartmentNum}-get",
                "x-filename-id":"equipmentgroups-equipmentgroupgid-compartments-compartmentnum-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Equipment Groups/Compartments"
                ],
                "summary":"Delete a Compartment",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"equipmentGroups-{equipmentGroupGid}-compartments-{compartmentNum}-delete",
                "x-filename-id":"equipmentgroups-equipmentgroupgid-compartments-compartmentnum-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Equipment Groups/Compartments"
                ],
                "summary":"Update a Compartment",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"equipmentGroups-{equipmentGroupGid}-compartments-{compartmentNum}-patch",
                "x-filename-id":"equipmentgroups-equipmentgroupgid-compartments-compartmentnum-patch"
            }
        },
        "/equipmentGroups/{equipmentGroupGid}/compartments/{compartmentNum}/packagedItems":{
            "parameters":[
                {
                    "name":"equipmentGroupGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"compartmentNum",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Equipment Groups/Compartments/Packaged Items"
                ],
                "summary":"Get Packaged Items",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/equipmentGroups.compartments.packagedItems"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"equipmentGroups-{equipmentGroupGid}-compartments-{compartmentNum}-packagedItems-get",
                "x-filename-id":"equipmentgroups-equipmentgroupgid-compartments-compartmentnum-packageditems-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Equipment Groups/Compartments/Packaged Items"
                ],
                "summary":"Create a Packaged Item",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/equipmentGroups.compartments.packagedItems"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/equipmentGroups.compartments.packagedItems"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/equipmentGroups.compartments.packagedItems"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/equipmentGroups.compartments.packagedItems"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"equipmentGroups-{equipmentGroupGid}-compartments-{compartmentNum}-packagedItems-post",
                "x-filename-id":"equipmentgroups-equipmentgroupgid-compartments-compartmentnum-packageditems-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Equipment Groups/Compartments/Packaged Items"
                ],
                "summary":"Update Packaged Items",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"equipmentGroups-{equipmentGroupGid}-compartments-{compartmentNum}-packagedItems-patch",
                "x-filename-id":"equipmentgroups-equipmentgroupgid-compartments-compartmentnum-packageditems-patch"
            }
        },
        "/equipmentGroups/{equipmentGroupGid}/compartments/{compartmentNum}/packagedItems/{packagedItemGid}":{
            "parameters":[
                {
                    "name":"equipmentGroupGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"compartmentNum",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"packagedItemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Equipment Groups/Compartments/Packaged Items"
                ],
                "summary":"Get a Packaged Item",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/equipmentGroups.compartments.packagedItems"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"equipmentGroups-{equipmentGroupGid}-compartments-{compartmentNum}-packagedItems-{packagedItemGid}-get",
                "x-filename-id":"equipmentgroups-equipmentgroupgid-compartments-compartmentnum-packageditems-packageditemgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Equipment Groups/Compartments/Packaged Items"
                ],
                "summary":"Delete a Packaged Item",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"equipmentGroups-{equipmentGroupGid}-compartments-{compartmentNum}-packagedItems-{packagedItemGid}-delete",
                "x-filename-id":"equipmentgroups-equipmentgroupgid-compartments-compartmentnum-packageditems-packageditemgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Equipment Groups/Compartments/Packaged Items"
                ],
                "summary":"Update a Packaged Item",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"equipmentGroups-{equipmentGroupGid}-compartments-{compartmentNum}-packagedItems-{packagedItemGid}-patch",
                "x-filename-id":"equipmentgroups-equipmentgroupgid-compartments-compartmentnum-packageditems-packageditemgid-patch"
            }
        },
        "/equipmentGroups/{equipmentGroupGid}/packagedItems":{
            "parameters":[
                {
                    "name":"equipmentGroupGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Equipment Groups/Packaged Items"
                ],
                "summary":"Get Packaged Items",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/equipmentGroups.packagedItems"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"equipmentGroups-{equipmentGroupGid}-packagedItems-get",
                "x-filename-id":"equipmentgroups-equipmentgroupgid-packageditems-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Equipment Groups/Packaged Items"
                ],
                "summary":"Create a Packaged Item",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/equipmentGroups.packagedItems"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/equipmentGroups.packagedItems"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/equipmentGroups.packagedItems"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/equipmentGroups.packagedItems"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"equipmentGroups-{equipmentGroupGid}-packagedItems-post",
                "x-filename-id":"equipmentgroups-equipmentgroupgid-packageditems-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Equipment Groups/Packaged Items"
                ],
                "summary":"Update Packaged Items",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"equipmentGroups-{equipmentGroupGid}-packagedItems-patch",
                "x-filename-id":"equipmentgroups-equipmentgroupgid-packageditems-patch"
            }
        },
        "/equipmentGroups/{equipmentGroupGid}/packagedItems/{packagedItemGid}":{
            "parameters":[
                {
                    "name":"equipmentGroupGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"packagedItemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Equipment Groups/Packaged Items"
                ],
                "summary":"Get a Packaged Item",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/equipmentGroups.packagedItems"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"equipmentGroups-{equipmentGroupGid}-packagedItems-{packagedItemGid}-get",
                "x-filename-id":"equipmentgroups-equipmentgroupgid-packageditems-packageditemgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Equipment Groups/Packaged Items"
                ],
                "summary":"Delete a Packaged Item",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"equipmentGroups-{equipmentGroupGid}-packagedItems-{packagedItemGid}-delete",
                "x-filename-id":"equipmentgroups-equipmentgroupgid-packageditems-packageditemgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Equipment Groups/Packaged Items"
                ],
                "summary":"Update a Packaged Item",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"equipmentGroups-{equipmentGroupGid}-packagedItems-{packagedItemGid}-patch",
                "x-filename-id":"equipmentgroups-equipmentgroupgid-packageditems-packageditemgid-patch"
            }
        },
        "/equipmentGroups/{equipmentGroupGid}/shipUnitSpecCompatibilities":{
            "parameters":[
                {
                    "name":"equipmentGroupGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Equipment Groups/Ship Unit Specification Compatibilities"
                ],
                "summary":"Get Ship Unit Specification Compatibilities",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/equipmentGroups.shipUnitSpecCompatibilities"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"equipmentGroups-{equipmentGroupGid}-shipUnitSpecCompatibilities-get",
                "x-filename-id":"equipmentgroups-equipmentgroupgid-shipunitspeccompatibilities-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Equipment Groups/Ship Unit Specification Compatibilities"
                ],
                "summary":"Create a Ship Unit Specification Compatibility",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/equipmentGroups.shipUnitSpecCompatibilities"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/equipmentGroups.shipUnitSpecCompatibilities"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/equipmentGroups.shipUnitSpecCompatibilities"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/equipmentGroups.shipUnitSpecCompatibilities"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"equipmentGroups-{equipmentGroupGid}-shipUnitSpecCompatibilities-post",
                "x-filename-id":"equipmentgroups-equipmentgroupgid-shipunitspeccompatibilities-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Equipment Groups/Ship Unit Specification Compatibilities"
                ],
                "summary":"Update Ship Unit Specification Compatibilities",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"equipmentGroups-{equipmentGroupGid}-shipUnitSpecCompatibilities-patch",
                "x-filename-id":"equipmentgroups-equipmentgroupgid-shipunitspeccompatibilities-patch"
            }
        },
        "/equipmentGroups/{equipmentGroupGid}/shipUnitSpecCompatibilities/{transportHandlingUnitGid}":{
            "parameters":[
                {
                    "name":"equipmentGroupGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"transportHandlingUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Equipment Groups/Ship Unit Specification Compatibilities"
                ],
                "summary":"Get a Ship Unit Specification Compatibility",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/equipmentGroups.shipUnitSpecCompatibilities"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"equipmentGroups-{equipmentGroupGid}-shipUnitSpecCompatibilities-{transportHandlingUnitGid}-get",
                "x-filename-id":"equipmentgroups-equipmentgroupgid-shipunitspeccompatibilities-transporthandlingunitgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Equipment Groups/Ship Unit Specification Compatibilities"
                ],
                "summary":"Delete a Ship Unit Specification Compatibility",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"equipmentGroups-{equipmentGroupGid}-shipUnitSpecCompatibilities-{transportHandlingUnitGid}-delete",
                "x-filename-id":"equipmentgroups-equipmentgroupgid-shipunitspeccompatibilities-transporthandlingunitgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Equipment Groups/Ship Unit Specification Compatibilities"
                ],
                "summary":"Update a Ship Unit Specification Compatibility",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"equipmentGroups-{equipmentGroupGid}-shipUnitSpecCompatibilities-{transportHandlingUnitGid}-patch",
                "x-filename-id":"equipmentgroups-equipmentgroupgid-shipunitspeccompatibilities-transporthandlingunitgid-patch"
            }
        },
        "/equipmentGroups/{equipmentGroupGid}/axleLoadingWeights":{
            "parameters":[
                {
                    "name":"equipmentGroupGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Equipment Groups/Axle Loading Weights"
                ],
                "summary":"Get Axle Loading Weights",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/equipmentGroups.axleLoadingWeights"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"equipmentGroups-{equipmentGroupGid}-axleLoadingWeights-get",
                "x-filename-id":"equipmentgroups-equipmentgroupgid-axleloadingweights-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Equipment Groups/Axle Loading Weights"
                ],
                "summary":"Create an Axle Loading Weight",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/equipmentGroups.axleLoadingWeights"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/equipmentGroups.axleLoadingWeights"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/equipmentGroups.axleLoadingWeights"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/equipmentGroups.axleLoadingWeights"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"equipmentGroups-{equipmentGroupGid}-axleLoadingWeights-post",
                "x-filename-id":"equipmentgroups-equipmentgroupgid-axleloadingweights-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Equipment Groups/Axle Loading Weights"
                ],
                "summary":"Update Axle Loading Weights",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"equipmentGroups-{equipmentGroupGid}-axleLoadingWeights-patch",
                "x-filename-id":"equipmentgroups-equipmentgroupgid-axleloadingweights-patch"
            }
        },
        "/equipmentGroups/{equipmentGroupGid}/axleLoadingWeights/{axleSequenceNo}":{
            "parameters":[
                {
                    "name":"equipmentGroupGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"axleSequenceNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Equipment Groups/Axle Loading Weights"
                ],
                "summary":"Get an Axle Loading Weight",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/equipmentGroups.axleLoadingWeights"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"equipmentGroups-{equipmentGroupGid}-axleLoadingWeights-{axleSequenceNo}-get",
                "x-filename-id":"equipmentgroups-equipmentgroupgid-axleloadingweights-axlesequenceno-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Equipment Groups/Axle Loading Weights"
                ],
                "summary":"Delete an Axle Loading Weight",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"equipmentGroups-{equipmentGroupGid}-axleLoadingWeights-{axleSequenceNo}-delete",
                "x-filename-id":"equipmentgroups-equipmentgroupgid-axleloadingweights-axlesequenceno-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Equipment Groups/Axle Loading Weights"
                ],
                "summary":"Update an Axle Loading Weight",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"equipmentGroups-{equipmentGroupGid}-axleLoadingWeights-{axleSequenceNo}-patch",
                "x-filename-id":"equipmentgroups-equipmentgroupgid-axleloadingweights-axlesequenceno-patch"
            }
        },
        "/equipmentGroups/{equipmentGroupGid}/obstructions":{
            "parameters":[
                {
                    "name":"equipmentGroupGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Equipment Groups/Obstructions"
                ],
                "summary":"Get Obstructions",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/equipmentGroups.obstructions"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"equipmentGroups-{equipmentGroupGid}-obstructions-get",
                "x-filename-id":"equipmentgroups-equipmentgroupgid-obstructions-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Equipment Groups/Obstructions"
                ],
                "summary":"Create an Obstruction",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/equipmentGroups.obstructions"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/equipmentGroups.obstructions"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/equipmentGroups.obstructions"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/equipmentGroups.obstructions"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"equipmentGroups-{equipmentGroupGid}-obstructions-post",
                "x-filename-id":"equipmentgroups-equipmentgroupgid-obstructions-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Equipment Groups/Obstructions"
                ],
                "summary":"Update Obstructions",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"equipmentGroups-{equipmentGroupGid}-obstructions-patch",
                "x-filename-id":"equipmentgroups-equipmentgroupgid-obstructions-patch"
            }
        },
        "/equipmentGroups/{equipmentGroupGid}/obstructions/{compartmentNumxobstructionNum}":{
            "parameters":[
                {
                    "name":"equipmentGroupGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"compartmentNumxobstructionNum",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Equipment Groups/Obstructions"
                ],
                "summary":"Get an Obstruction",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/equipmentGroups.obstructions"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"equipmentGroups-{equipmentGroupGid}-obstructions-{compartmentNumxobstructionNum}-get",
                "x-filename-id":"equipmentgroups-equipmentgroupgid-obstructions-compartmentnumxobstructionnum-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Equipment Groups/Obstructions"
                ],
                "summary":"Delete an Obstruction",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"equipmentGroups-{equipmentGroupGid}-obstructions-{compartmentNumxobstructionNum}-delete",
                "x-filename-id":"equipmentgroups-equipmentgroupgid-obstructions-compartmentnumxobstructionnum-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Equipment Groups/Obstructions"
                ],
                "summary":"Update an Obstruction",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"equipmentGroups-{equipmentGroupGid}-obstructions-{compartmentNumxobstructionNum}-patch",
                "x-filename-id":"equipmentgroups-equipmentgroupgid-obstructions-compartmentnumxobstructionnum-patch"
            }
        },
        "/equipmentGroups/{equipmentGroupGid}/vehicleTypeCompatibilities":{
            "parameters":[
                {
                    "name":"equipmentGroupGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Equipment Groups/Vehicle Type Compatibilities"
                ],
                "summary":"Get Vehicle Type Compatibilities",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/equipmentGroups.vehicleTypeCompatibilities"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"equipmentGroups-{equipmentGroupGid}-vehicleTypeCompatibilities-get",
                "x-filename-id":"equipmentgroups-equipmentgroupgid-vehicletypecompatibilities-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Equipment Groups/Vehicle Type Compatibilities"
                ],
                "summary":"Create a Vehicle Type Compatibility",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/equipmentGroups.vehicleTypeCompatibilities"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/equipmentGroups.vehicleTypeCompatibilities"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/equipmentGroups.vehicleTypeCompatibilities"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/equipmentGroups.vehicleTypeCompatibilities"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"equipmentGroups-{equipmentGroupGid}-vehicleTypeCompatibilities-post",
                "x-filename-id":"equipmentgroups-equipmentgroupgid-vehicletypecompatibilities-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Equipment Groups/Vehicle Type Compatibilities"
                ],
                "summary":"Update Vehicle Type Compatibilities",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"equipmentGroups-{equipmentGroupGid}-vehicleTypeCompatibilities-patch",
                "x-filename-id":"equipmentgroups-equipmentgroupgid-vehicletypecompatibilities-patch"
            }
        },
        "/equipmentGroups/{equipmentGroupGid}/vehicleTypeCompatibilities/{vehicleTypeGid}":{
            "parameters":[
                {
                    "name":"equipmentGroupGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"vehicleTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Equipment Groups/Vehicle Type Compatibilities"
                ],
                "summary":"Get a Vehicle Type Compatibility",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/equipmentGroups.vehicleTypeCompatibilities"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"equipmentGroups-{equipmentGroupGid}-vehicleTypeCompatibilities-{vehicleTypeGid}-get",
                "x-filename-id":"equipmentgroups-equipmentgroupgid-vehicletypecompatibilities-vehicletypegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Equipment Groups/Vehicle Type Compatibilities"
                ],
                "summary":"Delete a Vehicle Type Compatibility",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"equipmentGroups-{equipmentGroupGid}-vehicleTypeCompatibilities-{vehicleTypeGid}-delete",
                "x-filename-id":"equipmentgroups-equipmentgroupgid-vehicletypecompatibilities-vehicletypegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Equipment Groups/Vehicle Type Compatibilities"
                ],
                "summary":"Update a Vehicle Type Compatibility",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"equipmentGroups-{equipmentGroupGid}-vehicleTypeCompatibilities-{vehicleTypeGid}-patch",
                "x-filename-id":"equipmentgroups-equipmentgroupgid-vehicletypecompatibilities-vehicletypegid-patch"
            }
        },
        "/equipmentGroups/{equipmentGroupGid}/equipmentRefUnits":{
            "parameters":[
                {
                    "name":"equipmentGroupGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Equipment Groups/Equipment Reference Units"
                ],
                "summary":"Get Equipment Reference Units",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/equipmentGroups.equipmentRefUnits"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"equipmentGroups-{equipmentGroupGid}-equipmentRefUnits-get",
                "x-filename-id":"equipmentgroups-equipmentgroupgid-equipmentrefunits-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Equipment Groups/Equipment Reference Units"
                ],
                "summary":"Create an Equipment Reference Unit",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/equipmentGroups.equipmentRefUnits"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/equipmentGroups.equipmentRefUnits"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/equipmentGroups.equipmentRefUnits"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/equipmentGroups.equipmentRefUnits"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"equipmentGroups-{equipmentGroupGid}-equipmentRefUnits-post",
                "x-filename-id":"equipmentgroups-equipmentgroupgid-equipmentrefunits-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Equipment Groups/Equipment Reference Units"
                ],
                "summary":"Update Equipment Reference Units",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"equipmentGroups-{equipmentGroupGid}-equipmentRefUnits-patch",
                "x-filename-id":"equipmentgroups-equipmentgroupgid-equipmentrefunits-patch"
            }
        },
        "/equipmentGroups/{equipmentGroupGid}/equipmentRefUnits/{compartmentNumxequipmentReferenceUnitGid}":{
            "parameters":[
                {
                    "name":"equipmentGroupGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"compartmentNumxequipmentReferenceUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Equipment Groups/Equipment Reference Units"
                ],
                "summary":"Get an Equipment Reference Unit",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/equipmentGroups.equipmentRefUnits"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"equipmentGroups-{equipmentGroupGid}-equipmentRefUnits-{compartmentNumxequipmentReferenceUnitGid}-get",
                "x-filename-id":"equipmentgroups-equipmentgroupgid-equipmentrefunits-compartmentnumxequipmentreferenceunitgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Equipment Groups/Equipment Reference Units"
                ],
                "summary":"Delete an Equipment Reference Unit",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"equipmentGroups-{equipmentGroupGid}-equipmentRefUnits-{compartmentNumxequipmentReferenceUnitGid}-delete",
                "x-filename-id":"equipmentgroups-equipmentgroupgid-equipmentrefunits-compartmentnumxequipmentreferenceunitgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Equipment Groups/Equipment Reference Units"
                ],
                "summary":"Update an Equipment Reference Unit",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"equipmentGroups-{equipmentGroupGid}-equipmentRefUnits-{compartmentNumxequipmentReferenceUnitGid}-patch",
                "x-filename-id":"equipmentgroups-equipmentgroupgid-equipmentrefunits-compartmentnumxequipmentreferenceunitgid-patch"
            }
        },
        "/orderMovements":{
            "get":{
                "tags":[
                    "Business Objects/Order Movements"
                ],
                "summary":"Get Order Movements",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderMovements"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderMovements-get",
                "x-filename-id":"ordermovements-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Order Movements"
                ],
                "summary":"Create an Order Movement",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/orderMovements"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderMovements"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderMovements-post",
                "x-filename-id":"ordermovements-post"
            }
        },
        "/orderMovements/{orderMovementGid}":{
            "parameters":[
                {
                    "name":"orderMovementGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Movements"
                ],
                "summary":"Get an Order Movement",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderMovements"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderMovements-{orderMovementGid}-get",
                "x-filename-id":"ordermovements-ordermovementgid-get"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Movements"
                ],
                "summary":"Update an Order Movement",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderMovements-{orderMovementGid}-patch",
                "x-filename-id":"ordermovements-ordermovementgid-patch"
            }
        },
        "/orderMovements/{orderMovementGid}/sShipUnits":{
            "parameters":[
                {
                    "name":"orderMovementGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Movements/S Ship Units"
                ],
                "summary":"Get S Ship Units",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderMovements.sShipUnits"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderMovements-{orderMovementGid}-sShipUnits-get",
                "x-filename-id":"ordermovements-ordermovementgid-sshipunits-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Order Movements/S Ship Units"
                ],
                "summary":"Create a S Ship Unit",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/orderMovements.sShipUnits"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/orderMovements.sShipUnits"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderMovements.sShipUnits"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderMovements.sShipUnits"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderMovements-{orderMovementGid}-sShipUnits-post",
                "x-filename-id":"ordermovements-ordermovementgid-sshipunits-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Movements/S Ship Units"
                ],
                "summary":"Update S Ship Units",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderMovements-{orderMovementGid}-sShipUnits-patch",
                "x-filename-id":"ordermovements-ordermovementgid-sshipunits-patch"
            }
        },
        "/orderMovements/{orderMovementGid}/sShipUnits/{sShipUnitGid}":{
            "parameters":[
                {
                    "name":"orderMovementGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Movements/S Ship Units"
                ],
                "summary":"Get a S Ship Unit",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderMovements.sShipUnits"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderMovements-{orderMovementGid}-sShipUnits-{sShipUnitGid}-get",
                "x-filename-id":"ordermovements-ordermovementgid-sshipunits-sshipunitgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Order Movements/S Ship Units"
                ],
                "summary":"Delete a S Ship Unit",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderMovements-{orderMovementGid}-sShipUnits-{sShipUnitGid}-delete",
                "x-filename-id":"ordermovements-ordermovementgid-sshipunits-sshipunitgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Movements/S Ship Units"
                ],
                "summary":"Update a S Ship Unit",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderMovements-{orderMovementGid}-sShipUnits-{sShipUnitGid}-patch",
                "x-filename-id":"ordermovements-ordermovementgid-sshipunits-sshipunitgid-patch"
            }
        },
        "/orderMovements/{orderMovementGid}/sShipUnits/{sShipUnitGid}/refnums":{
            "parameters":[
                {
                    "name":"orderMovementGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Movements/S Ship Units/Refnums"
                ],
                "summary":"Get Refnums",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderMovements.sShipUnits.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderMovements-{orderMovementGid}-sShipUnits-{sShipUnitGid}-refnums-get",
                "x-filename-id":"ordermovements-ordermovementgid-sshipunits-sshipunitgid-refnums-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Order Movements/S Ship Units/Refnums"
                ],
                "summary":"Create a Refnum",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/orderMovements.sShipUnits.refnums"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/orderMovements.sShipUnits.refnums"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderMovements.sShipUnits.refnums"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderMovements.sShipUnits.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderMovements-{orderMovementGid}-sShipUnits-{sShipUnitGid}-refnums-post",
                "x-filename-id":"ordermovements-ordermovementgid-sshipunits-sshipunitgid-refnums-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Movements/S Ship Units/Refnums"
                ],
                "summary":"Update Refnums",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderMovements-{orderMovementGid}-sShipUnits-{sShipUnitGid}-refnums-patch",
                "x-filename-id":"ordermovements-ordermovementgid-sshipunits-sshipunitgid-refnums-patch"
            }
        },
        "/orderMovements/{orderMovementGid}/sShipUnits/{sShipUnitGid}/refnums/{sShipUnitRefnumQualGidxrefnumValue}":{
            "parameters":[
                {
                    "name":"orderMovementGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitRefnumQualGidxrefnumValue",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Movements/S Ship Units/Refnums"
                ],
                "summary":"Get a Refnum",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderMovements.sShipUnits.refnums"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderMovements-{orderMovementGid}-sShipUnits-{sShipUnitGid}-refnums-{sShipUnitRefnumQualGidxrefnumValue}-get",
                "x-filename-id":"ordermovements-ordermovementgid-sshipunits-sshipunitgid-refnums-sshipunitrefnumqualgidxrefnumvalue-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Order Movements/S Ship Units/Refnums"
                ],
                "summary":"Delete a Refnum",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderMovements-{orderMovementGid}-sShipUnits-{sShipUnitGid}-refnums-{sShipUnitRefnumQualGidxrefnumValue}-delete",
                "x-filename-id":"ordermovements-ordermovementgid-sshipunits-sshipunitgid-refnums-sshipunitrefnumqualgidxrefnumvalue-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Movements/S Ship Units/Refnums"
                ],
                "summary":"Update a Refnum",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderMovements-{orderMovementGid}-sShipUnits-{sShipUnitGid}-refnums-{sShipUnitRefnumQualGidxrefnumValue}-patch",
                "x-filename-id":"ordermovements-ordermovementgid-sshipunits-sshipunitgid-refnums-sshipunitrefnumqualgidxrefnumvalue-patch"
            }
        },
        "/orderMovements/{orderMovementGid}/sShipUnits/{sShipUnitGid}/accessorials":{
            "parameters":[
                {
                    "name":"orderMovementGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Movements/S Ship Units/Accessorials"
                ],
                "summary":"Get Accessorials",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderMovements.sShipUnits.accessorials"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderMovements-{orderMovementGid}-sShipUnits-{sShipUnitGid}-accessorials-get",
                "x-filename-id":"ordermovements-ordermovementgid-sshipunits-sshipunitgid-accessorials-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Order Movements/S Ship Units/Accessorials"
                ],
                "summary":"Create an Accessorial",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/orderMovements.sShipUnits.accessorials"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/orderMovements.sShipUnits.accessorials"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderMovements.sShipUnits.accessorials"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderMovements.sShipUnits.accessorials"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderMovements-{orderMovementGid}-sShipUnits-{sShipUnitGid}-accessorials-post",
                "x-filename-id":"ordermovements-ordermovementgid-sshipunits-sshipunitgid-accessorials-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Movements/S Ship Units/Accessorials"
                ],
                "summary":"Update Accessorials",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderMovements-{orderMovementGid}-sShipUnits-{sShipUnitGid}-accessorials-patch",
                "x-filename-id":"ordermovements-ordermovementgid-sshipunits-sshipunitgid-accessorials-patch"
            }
        },
        "/orderMovements/{orderMovementGid}/sShipUnits/{sShipUnitGid}/accessorials/{accessorialCodeGid}":{
            "parameters":[
                {
                    "name":"orderMovementGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"accessorialCodeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Movements/S Ship Units/Accessorials"
                ],
                "summary":"Get an Accessorial",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderMovements.sShipUnits.accessorials"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderMovements-{orderMovementGid}-sShipUnits-{sShipUnitGid}-accessorials-{accessorialCodeGid}-get",
                "x-filename-id":"ordermovements-ordermovementgid-sshipunits-sshipunitgid-accessorials-accessorialcodegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Order Movements/S Ship Units/Accessorials"
                ],
                "summary":"Delete an Accessorial",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderMovements-{orderMovementGid}-sShipUnits-{sShipUnitGid}-accessorials-{accessorialCodeGid}-delete",
                "x-filename-id":"ordermovements-ordermovementgid-sshipunits-sshipunitgid-accessorials-accessorialcodegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Movements/S Ship Units/Accessorials"
                ],
                "summary":"Update an Accessorial",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderMovements-{orderMovementGid}-sShipUnits-{sShipUnitGid}-accessorials-{accessorialCodeGid}-patch",
                "x-filename-id":"ordermovements-ordermovementgid-sshipunits-sshipunitgid-accessorials-accessorialcodegid-patch"
            }
        },
        "/orderMovements/{orderMovementGid}/sShipUnits/{sShipUnitGid}/seals":{
            "parameters":[
                {
                    "name":"orderMovementGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Movements/S Ship Units/Seals"
                ],
                "summary":"Get Seals",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderMovements.sShipUnits.seals"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderMovements-{orderMovementGid}-sShipUnits-{sShipUnitGid}-seals-get",
                "x-filename-id":"ordermovements-ordermovementgid-sshipunits-sshipunitgid-seals-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Order Movements/S Ship Units/Seals"
                ],
                "summary":"Create a Seal",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/orderMovements.sShipUnits.seals"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/orderMovements.sShipUnits.seals"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderMovements.sShipUnits.seals"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderMovements.sShipUnits.seals"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderMovements-{orderMovementGid}-sShipUnits-{sShipUnitGid}-seals-post",
                "x-filename-id":"ordermovements-ordermovementgid-sshipunits-sshipunitgid-seals-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Movements/S Ship Units/Seals"
                ],
                "summary":"Update Seals",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderMovements-{orderMovementGid}-sShipUnits-{sShipUnitGid}-seals-patch",
                "x-filename-id":"ordermovements-ordermovementgid-sshipunits-sshipunitgid-seals-patch"
            }
        },
        "/orderMovements/{orderMovementGid}/sShipUnits/{sShipUnitGid}/seals/{equipmentSeal}":{
            "parameters":[
                {
                    "name":"orderMovementGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"equipmentSeal",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Movements/S Ship Units/Seals"
                ],
                "summary":"Get a Seal",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderMovements.sShipUnits.seals"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderMovements-{orderMovementGid}-sShipUnits-{sShipUnitGid}-seals-{equipmentSeal}-get",
                "x-filename-id":"ordermovements-ordermovementgid-sshipunits-sshipunitgid-seals-equipmentseal-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Order Movements/S Ship Units/Seals"
                ],
                "summary":"Delete a Seal",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderMovements-{orderMovementGid}-sShipUnits-{sShipUnitGid}-seals-{equipmentSeal}-delete",
                "x-filename-id":"ordermovements-ordermovementgid-sshipunits-sshipunitgid-seals-equipmentseal-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Movements/S Ship Units/Seals"
                ],
                "summary":"Update a Seal",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderMovements-{orderMovementGid}-sShipUnits-{sShipUnitGid}-seals-{equipmentSeal}-patch",
                "x-filename-id":"ordermovements-ordermovementgid-sshipunits-sshipunitgid-seals-equipmentseal-patch"
            }
        },
        "/orderMovements/{orderMovementGid}/sShipUnits/{sShipUnitGid}/sEquipments":{
            "parameters":[
                {
                    "name":"orderMovementGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Movements/S Ship Units/S Equipments"
                ],
                "summary":"Get S Equipments",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderMovements.sShipUnits.sEquipments"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderMovements-{orderMovementGid}-sShipUnits-{sShipUnitGid}-sEquipments-get",
                "x-filename-id":"ordermovements-ordermovementgid-sshipunits-sshipunitgid-sequipments-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Order Movements/S Ship Units/S Equipments"
                ],
                "summary":"Create a S Equipment",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/orderMovements.sShipUnits.sEquipments"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/orderMovements.sShipUnits.sEquipments"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderMovements.sShipUnits.sEquipments"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderMovements.sShipUnits.sEquipments"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderMovements-{orderMovementGid}-sShipUnits-{sShipUnitGid}-sEquipments-post",
                "x-filename-id":"ordermovements-ordermovementgid-sshipunits-sshipunitgid-sequipments-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Movements/S Ship Units/S Equipments"
                ],
                "summary":"Update S Equipments",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderMovements-{orderMovementGid}-sShipUnits-{sShipUnitGid}-sEquipments-patch",
                "x-filename-id":"ordermovements-ordermovementgid-sshipunits-sshipunitgid-sequipments-patch"
            }
        },
        "/orderMovements/{orderMovementGid}/sShipUnits/{sShipUnitGid}/sEquipments/{sEquipmentGid}":{
            "parameters":[
                {
                    "name":"orderMovementGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sEquipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Movements/S Ship Units/S Equipments"
                ],
                "summary":"Get a S Equipment",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderMovements.sShipUnits.sEquipments"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderMovements-{orderMovementGid}-sShipUnits-{sShipUnitGid}-sEquipments-{sEquipmentGid}-get",
                "x-filename-id":"ordermovements-ordermovementgid-sshipunits-sshipunitgid-sequipments-sequipmentgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Order Movements/S Ship Units/S Equipments"
                ],
                "summary":"Delete a S Equipment",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderMovements-{orderMovementGid}-sShipUnits-{sShipUnitGid}-sEquipments-{sEquipmentGid}-delete",
                "x-filename-id":"ordermovements-ordermovementgid-sshipunits-sshipunitgid-sequipments-sequipmentgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Movements/S Ship Units/S Equipments"
                ],
                "summary":"Update a S Equipment",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderMovements-{orderMovementGid}-sShipUnits-{sShipUnitGid}-sEquipments-{sEquipmentGid}-patch",
                "x-filename-id":"ordermovements-ordermovementgid-sshipunits-sshipunitgid-sequipments-sequipmentgid-patch"
            }
        },
        "/orderMovements/{orderMovementGid}/sShipUnits/{sShipUnitGid}/lines":{
            "parameters":[
                {
                    "name":"orderMovementGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Movements/S Ship Units/Lines"
                ],
                "summary":"Get Lines",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderMovements.sShipUnits.lines"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderMovements-{orderMovementGid}-sShipUnits-{sShipUnitGid}-lines-get",
                "x-filename-id":"ordermovements-ordermovementgid-sshipunits-sshipunitgid-lines-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Order Movements/S Ship Units/Lines"
                ],
                "summary":"Create a Line",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/orderMovements.sShipUnits.lines"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/orderMovements.sShipUnits.lines"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderMovements.sShipUnits.lines"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderMovements.sShipUnits.lines"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderMovements-{orderMovementGid}-sShipUnits-{sShipUnitGid}-lines-post",
                "x-filename-id":"ordermovements-ordermovementgid-sshipunits-sshipunitgid-lines-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Movements/S Ship Units/Lines"
                ],
                "summary":"Update Lines",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderMovements-{orderMovementGid}-sShipUnits-{sShipUnitGid}-lines-patch",
                "x-filename-id":"ordermovements-ordermovementgid-sshipunits-sshipunitgid-lines-patch"
            }
        },
        "/orderMovements/{orderMovementGid}/sShipUnits/{sShipUnitGid}/lines/{sShipUnitLineNo}":{
            "parameters":[
                {
                    "name":"orderMovementGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitLineNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Movements/S Ship Units/Lines"
                ],
                "summary":"Get a Line",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderMovements.sShipUnits.lines"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderMovements-{orderMovementGid}-sShipUnits-{sShipUnitGid}-lines-{sShipUnitLineNo}-get",
                "x-filename-id":"ordermovements-ordermovementgid-sshipunits-sshipunitgid-lines-sshipunitlineno-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Order Movements/S Ship Units/Lines"
                ],
                "summary":"Delete a Line",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderMovements-{orderMovementGid}-sShipUnits-{sShipUnitGid}-lines-{sShipUnitLineNo}-delete",
                "x-filename-id":"ordermovements-ordermovementgid-sshipunits-sshipunitgid-lines-sshipunitlineno-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Movements/S Ship Units/Lines"
                ],
                "summary":"Update a Line",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderMovements-{orderMovementGid}-sShipUnits-{sShipUnitGid}-lines-{sShipUnitLineNo}-patch",
                "x-filename-id":"ordermovements-ordermovementgid-sshipunits-sshipunitgid-lines-sshipunitlineno-patch"
            }
        },
        "/orderMovements/{orderMovementGid}/sShipUnits/{sShipUnitGid}/lines/{sShipUnitLineNo}/remarks":{
            "parameters":[
                {
                    "name":"orderMovementGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitLineNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Movements/S Ship Units/Lines/Remarks"
                ],
                "summary":"Get Remarks",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderMovements.sShipUnits.lines.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderMovements-{orderMovementGid}-sShipUnits-{sShipUnitGid}-lines-{sShipUnitLineNo}-remarks-get",
                "x-filename-id":"ordermovements-ordermovementgid-sshipunits-sshipunitgid-lines-sshipunitlineno-remarks-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Order Movements/S Ship Units/Lines/Remarks"
                ],
                "summary":"Create a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/orderMovements.sShipUnits.lines.remarks"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/orderMovements.sShipUnits.lines.remarks"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderMovements.sShipUnits.lines.remarks"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderMovements.sShipUnits.lines.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderMovements-{orderMovementGid}-sShipUnits-{sShipUnitGid}-lines-{sShipUnitLineNo}-remarks-post",
                "x-filename-id":"ordermovements-ordermovementgid-sshipunits-sshipunitgid-lines-sshipunitlineno-remarks-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Movements/S Ship Units/Lines/Remarks"
                ],
                "summary":"Update Remarks",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderMovements-{orderMovementGid}-sShipUnits-{sShipUnitGid}-lines-{sShipUnitLineNo}-remarks-patch",
                "x-filename-id":"ordermovements-ordermovementgid-sshipunits-sshipunitgid-lines-sshipunitlineno-remarks-patch"
            }
        },
        "/orderMovements/{orderMovementGid}/sShipUnits/{sShipUnitGid}/lines/{sShipUnitLineNo}/remarks/{remarkSequence}":{
            "parameters":[
                {
                    "name":"orderMovementGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitLineNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"remarkSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Movements/S Ship Units/Lines/Remarks"
                ],
                "summary":"Get a Remark",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderMovements.sShipUnits.lines.remarks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderMovements-{orderMovementGid}-sShipUnits-{sShipUnitGid}-lines-{sShipUnitLineNo}-remarks-{remarkSequence}-get",
                "x-filename-id":"ordermovements-ordermovementgid-sshipunits-sshipunitgid-lines-sshipunitlineno-remarks-remarksequence-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Order Movements/S Ship Units/Lines/Remarks"
                ],
                "summary":"Delete a Remark",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderMovements-{orderMovementGid}-sShipUnits-{sShipUnitGid}-lines-{sShipUnitLineNo}-remarks-{remarkSequence}-delete",
                "x-filename-id":"ordermovements-ordermovementgid-sshipunits-sshipunitgid-lines-sshipunitlineno-remarks-remarksequence-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Movements/S Ship Units/Lines/Remarks"
                ],
                "summary":"Update a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderMovements-{orderMovementGid}-sShipUnits-{sShipUnitGid}-lines-{sShipUnitLineNo}-remarks-{remarkSequence}-patch",
                "x-filename-id":"ordermovements-ordermovementgid-sshipunits-sshipunitgid-lines-sshipunitlineno-remarks-remarksequence-patch"
            }
        },
        "/orderMovements/{orderMovementGid}/sShipUnits/{sShipUnitGid}/lines/{sShipUnitLineNo}/refnums":{
            "parameters":[
                {
                    "name":"orderMovementGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitLineNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Movements/S Ship Units/Lines/Refnums"
                ],
                "summary":"Get Refnums",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderMovements.sShipUnits.lines.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderMovements-{orderMovementGid}-sShipUnits-{sShipUnitGid}-lines-{sShipUnitLineNo}-refnums-get",
                "x-filename-id":"ordermovements-ordermovementgid-sshipunits-sshipunitgid-lines-sshipunitlineno-refnums-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Order Movements/S Ship Units/Lines/Refnums"
                ],
                "summary":"Create a Refnum",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/orderMovements.sShipUnits.lines.refnums"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/orderMovements.sShipUnits.lines.refnums"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderMovements.sShipUnits.lines.refnums"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderMovements.sShipUnits.lines.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderMovements-{orderMovementGid}-sShipUnits-{sShipUnitGid}-lines-{sShipUnitLineNo}-refnums-post",
                "x-filename-id":"ordermovements-ordermovementgid-sshipunits-sshipunitgid-lines-sshipunitlineno-refnums-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Movements/S Ship Units/Lines/Refnums"
                ],
                "summary":"Update Refnums",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderMovements-{orderMovementGid}-sShipUnits-{sShipUnitGid}-lines-{sShipUnitLineNo}-refnums-patch",
                "x-filename-id":"ordermovements-ordermovementgid-sshipunits-sshipunitgid-lines-sshipunitlineno-refnums-patch"
            }
        },
        "/orderMovements/{orderMovementGid}/sShipUnits/{sShipUnitGid}/lines/{sShipUnitLineNo}/refnums/{sSulRefnumQualGidxrefnumValue}":{
            "parameters":[
                {
                    "name":"orderMovementGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitLineNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sSulRefnumQualGidxrefnumValue",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Movements/S Ship Units/Lines/Refnums"
                ],
                "summary":"Get a Refnum",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderMovements.sShipUnits.lines.refnums"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderMovements-{orderMovementGid}-sShipUnits-{sShipUnitGid}-lines-{sShipUnitLineNo}-refnums-{sSulRefnumQualGidxrefnumValue}-get",
                "x-filename-id":"ordermovements-ordermovementgid-sshipunits-sshipunitgid-lines-sshipunitlineno-refnums-ssulrefnumqualgidxrefnumvalue-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Order Movements/S Ship Units/Lines/Refnums"
                ],
                "summary":"Delete a Refnum",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderMovements-{orderMovementGid}-sShipUnits-{sShipUnitGid}-lines-{sShipUnitLineNo}-refnums-{sSulRefnumQualGidxrefnumValue}-delete",
                "x-filename-id":"ordermovements-ordermovementgid-sshipunits-sshipunitgid-lines-sshipunitlineno-refnums-ssulrefnumqualgidxrefnumvalue-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Movements/S Ship Units/Lines/Refnums"
                ],
                "summary":"Update a Refnum",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderMovements-{orderMovementGid}-sShipUnits-{sShipUnitGid}-lines-{sShipUnitLineNo}-refnums-{sSulRefnumQualGidxrefnumValue}-patch",
                "x-filename-id":"ordermovements-ordermovementgid-sshipunits-sshipunitgid-lines-sshipunitlineno-refnums-ssulrefnumqualgidxrefnumvalue-patch"
            }
        },
        "/orderMovements/{orderMovementGid}/sShipUnits/{sShipUnitGid}/specialServices":{
            "parameters":[
                {
                    "name":"orderMovementGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Movements/S Ship Units/Special Services"
                ],
                "summary":"Get Special Services",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderMovements.sShipUnits.specialServices"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderMovements-{orderMovementGid}-sShipUnits-{sShipUnitGid}-specialServices-get",
                "x-filename-id":"ordermovements-ordermovementgid-sshipunits-sshipunitgid-specialservices-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Order Movements/S Ship Units/Special Services"
                ],
                "summary":"Create a Special Service",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/orderMovements.sShipUnits.specialServices"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/orderMovements.sShipUnits.specialServices"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderMovements.sShipUnits.specialServices"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderMovements.sShipUnits.specialServices"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderMovements-{orderMovementGid}-sShipUnits-{sShipUnitGid}-specialServices-post",
                "x-filename-id":"ordermovements-ordermovementgid-sshipunits-sshipunitgid-specialservices-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Movements/S Ship Units/Special Services"
                ],
                "summary":"Update Special Services",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderMovements-{orderMovementGid}-sShipUnits-{sShipUnitGid}-specialServices-patch",
                "x-filename-id":"ordermovements-ordermovementgid-sshipunits-sshipunitgid-specialservices-patch"
            }
        },
        "/orderMovements/{orderMovementGid}/sShipUnits/{sShipUnitGid}/specialServices/{specialServiceGid}":{
            "parameters":[
                {
                    "name":"orderMovementGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"specialServiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Movements/S Ship Units/Special Services"
                ],
                "summary":"Get a Special Service",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderMovements.sShipUnits.specialServices"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderMovements-{orderMovementGid}-sShipUnits-{sShipUnitGid}-specialServices-{specialServiceGid}-get",
                "x-filename-id":"ordermovements-ordermovementgid-sshipunits-sshipunitgid-specialservices-specialservicegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Order Movements/S Ship Units/Special Services"
                ],
                "summary":"Delete a Special Service",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderMovements-{orderMovementGid}-sShipUnits-{sShipUnitGid}-specialServices-{specialServiceGid}-delete",
                "x-filename-id":"ordermovements-ordermovementgid-sshipunits-sshipunitgid-specialservices-specialservicegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Movements/S Ship Units/Special Services"
                ],
                "summary":"Update a Special Service",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderMovements-{orderMovementGid}-sShipUnits-{sShipUnitGid}-specialServices-{specialServiceGid}-patch",
                "x-filename-id":"ordermovements-ordermovementgid-sshipunits-sshipunitgid-specialservices-specialservicegid-patch"
            }
        },
        "/orderMovements/{orderMovementGid}/sShipUnits/{sShipUnitGid}/remarks":{
            "parameters":[
                {
                    "name":"orderMovementGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Movements/S Ship Units/Remarks"
                ],
                "summary":"Get Remarks",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderMovements.sShipUnits.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderMovements-{orderMovementGid}-sShipUnits-{sShipUnitGid}-remarks-get",
                "x-filename-id":"ordermovements-ordermovementgid-sshipunits-sshipunitgid-remarks-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Order Movements/S Ship Units/Remarks"
                ],
                "summary":"Create a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/orderMovements.sShipUnits.remarks"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/orderMovements.sShipUnits.remarks"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderMovements.sShipUnits.remarks"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderMovements.sShipUnits.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderMovements-{orderMovementGid}-sShipUnits-{sShipUnitGid}-remarks-post",
                "x-filename-id":"ordermovements-ordermovementgid-sshipunits-sshipunitgid-remarks-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Movements/S Ship Units/Remarks"
                ],
                "summary":"Update Remarks",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderMovements-{orderMovementGid}-sShipUnits-{sShipUnitGid}-remarks-patch",
                "x-filename-id":"ordermovements-ordermovementgid-sshipunits-sshipunitgid-remarks-patch"
            }
        },
        "/orderMovements/{orderMovementGid}/sShipUnits/{sShipUnitGid}/remarks/{remarkSequence}":{
            "parameters":[
                {
                    "name":"orderMovementGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"remarkSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Movements/S Ship Units/Remarks"
                ],
                "summary":"Get a Remark",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderMovements.sShipUnits.remarks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderMovements-{orderMovementGid}-sShipUnits-{sShipUnitGid}-remarks-{remarkSequence}-get",
                "x-filename-id":"ordermovements-ordermovementgid-sshipunits-sshipunitgid-remarks-remarksequence-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Order Movements/S Ship Units/Remarks"
                ],
                "summary":"Delete a Remark",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderMovements-{orderMovementGid}-sShipUnits-{sShipUnitGid}-remarks-{remarkSequence}-delete",
                "x-filename-id":"ordermovements-ordermovementgid-sshipunits-sshipunitgid-remarks-remarksequence-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Movements/S Ship Units/Remarks"
                ],
                "summary":"Update a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderMovements-{orderMovementGid}-sShipUnits-{sShipUnitGid}-remarks-{remarkSequence}-patch",
                "x-filename-id":"ordermovements-ordermovementgid-sshipunits-sshipunitgid-remarks-remarksequence-patch"
            }
        },
        "/orderMovements/{orderMovementGid}/sShipUnits/{sShipUnitGid}/trackingEvents":{
            "parameters":[
                {
                    "name":"orderMovementGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Movements/S Ship Units/Tracking Events"
                ],
                "summary":"Get Tracking Events",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderMovements.sShipUnits.trackingEvents"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderMovements-{orderMovementGid}-sShipUnits-{sShipUnitGid}-trackingEvents-get",
                "x-filename-id":"ordermovements-ordermovementgid-sshipunits-sshipunitgid-trackingevents-get"
            }
        },
        "/orderMovements/{orderMovementGid}/sShipUnits/{sShipUnitGid}/trackingEvents/{iTransactionNo}":{
            "parameters":[
                {
                    "name":"orderMovementGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"iTransactionNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Movements/S Ship Units/Tracking Events"
                ],
                "summary":"Get a Tracking Event",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderMovements.sShipUnits.trackingEvents"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderMovements-{orderMovementGid}-sShipUnits-{sShipUnitGid}-trackingEvents-{iTransactionNo}-get",
                "x-filename-id":"ordermovements-ordermovementgid-sshipunits-sshipunitgid-trackingevents-itransactionno-get"
            }
        },
        "/orderMovements/{orderMovementGid}/sShipUnits/{sShipUnitGid}/pieces":{
            "parameters":[
                {
                    "name":"orderMovementGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Movements/S Ship Units/Pieces"
                ],
                "summary":"Get Pieces",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderMovements.sShipUnits.pieces"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderMovements-{orderMovementGid}-sShipUnits-{sShipUnitGid}-pieces-get",
                "x-filename-id":"ordermovements-ordermovementgid-sshipunits-sshipunitgid-pieces-get"
            }
        },
        "/orderMovements/{orderMovementGid}/sShipUnits/{sShipUnitGid}/pieces/{pieceNumber}":{
            "parameters":[
                {
                    "name":"orderMovementGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"pieceNumber",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Movements/S Ship Units/Pieces"
                ],
                "summary":"Get a Piece",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderMovements.sShipUnits.pieces"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderMovements-{orderMovementGid}-sShipUnits-{sShipUnitGid}-pieces-{pieceNumber}-get",
                "x-filename-id":"ordermovements-ordermovementgid-sshipunits-sshipunitgid-pieces-piecenumber-get"
            }
        },
        "/orderMovements/{orderMovementGid}/statuses":{
            "parameters":[
                {
                    "name":"orderMovementGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Movements/Statuses"
                ],
                "summary":"Get Statuses",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderMovements.statuses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderMovements-{orderMovementGid}-statuses-get",
                "x-filename-id":"ordermovements-ordermovementgid-statuses-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Order Movements/Statuses"
                ],
                "summary":"Create a Status",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/orderMovements.statuses"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/orderMovements.statuses"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderMovements.statuses"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderMovements.statuses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderMovements-{orderMovementGid}-statuses-post",
                "x-filename-id":"ordermovements-ordermovementgid-statuses-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Movements/Statuses"
                ],
                "summary":"Update Statuses",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderMovements-{orderMovementGid}-statuses-patch",
                "x-filename-id":"ordermovements-ordermovementgid-statuses-patch"
            }
        },
        "/orderMovements/{orderMovementGid}/statuses/{statusTypeGid}":{
            "parameters":[
                {
                    "name":"orderMovementGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"statusTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Movements/Statuses"
                ],
                "summary":"Get a Status",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderMovements.statuses"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderMovements-{orderMovementGid}-statuses-{statusTypeGid}-get",
                "x-filename-id":"ordermovements-ordermovementgid-statuses-statustypegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Order Movements/Statuses"
                ],
                "summary":"Delete a Status",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderMovements-{orderMovementGid}-statuses-{statusTypeGid}-delete",
                "x-filename-id":"ordermovements-ordermovementgid-statuses-statustypegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Movements/Statuses"
                ],
                "summary":"Update a Status",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderMovements-{orderMovementGid}-statuses-{statusTypeGid}-patch",
                "x-filename-id":"ordermovements-ordermovementgid-statuses-statustypegid-patch"
            }
        },
        "/orderMovements/{orderMovementGid}/involvedParties":{
            "parameters":[
                {
                    "name":"orderMovementGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Movements/Involved Parties"
                ],
                "summary":"Get Involved Parties",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderMovements.involvedParties"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderMovements-{orderMovementGid}-involvedParties-get",
                "x-filename-id":"ordermovements-ordermovementgid-involvedparties-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Order Movements/Involved Parties"
                ],
                "summary":"Create an Involved Party",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/orderMovements.involvedParties"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/orderMovements.involvedParties"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderMovements.involvedParties"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderMovements.involvedParties"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderMovements-{orderMovementGid}-involvedParties-post",
                "x-filename-id":"ordermovements-ordermovementgid-involvedparties-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Movements/Involved Parties"
                ],
                "summary":"Update Involved Parties",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderMovements-{orderMovementGid}-involvedParties-patch",
                "x-filename-id":"ordermovements-ordermovementgid-involvedparties-patch"
            }
        },
        "/orderMovements/{orderMovementGid}/involvedParties/{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}":{
            "parameters":[
                {
                    "name":"orderMovementGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Movements/Involved Parties"
                ],
                "summary":"Get an Involved Party",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderMovements.involvedParties"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderMovements-{orderMovementGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-get",
                "x-filename-id":"ordermovements-ordermovementgid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Order Movements/Involved Parties"
                ],
                "summary":"Delete an Involved Party",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderMovements-{orderMovementGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-delete",
                "x-filename-id":"ordermovements-ordermovementgid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Movements/Involved Parties"
                ],
                "summary":"Update an Involved Party",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderMovements-{orderMovementGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-patch",
                "x-filename-id":"ordermovements-ordermovementgid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-patch"
            }
        },
        "/orderMovements/{orderMovementGid}/refnums":{
            "parameters":[
                {
                    "name":"orderMovementGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Movements/Reference Numbers"
                ],
                "summary":"Get Reference Numbers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderMovements.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderMovements-{orderMovementGid}-refnums-get",
                "x-filename-id":"ordermovements-ordermovementgid-refnums-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Order Movements/Reference Numbers"
                ],
                "summary":"Create a Reference Number",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/orderMovements.refnums"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/orderMovements.refnums"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderMovements.refnums"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderMovements.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderMovements-{orderMovementGid}-refnums-post",
                "x-filename-id":"ordermovements-ordermovementgid-refnums-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Movements/Reference Numbers"
                ],
                "summary":"Update Reference Numbers",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderMovements-{orderMovementGid}-refnums-patch",
                "x-filename-id":"ordermovements-ordermovementgid-refnums-patch"
            }
        },
        "/orderMovements/{orderMovementGid}/refnums/{omRefnumQualGidxomRefnumValue}":{
            "parameters":[
                {
                    "name":"orderMovementGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"omRefnumQualGidxomRefnumValue",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Movements/Reference Numbers"
                ],
                "summary":"Get a Reference Number",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderMovements.refnums"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderMovements-{orderMovementGid}-refnums-{omRefnumQualGidxomRefnumValue}-get",
                "x-filename-id":"ordermovements-ordermovementgid-refnums-omrefnumqualgidxomrefnumvalue-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Order Movements/Reference Numbers"
                ],
                "summary":"Delete a Reference Number",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderMovements-{orderMovementGid}-refnums-{omRefnumQualGidxomRefnumValue}-delete",
                "x-filename-id":"ordermovements-ordermovementgid-refnums-omrefnumqualgidxomrefnumvalue-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Movements/Reference Numbers"
                ],
                "summary":"Update a Reference Number",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderMovements-{orderMovementGid}-refnums-{omRefnumQualGidxomRefnumValue}-patch",
                "x-filename-id":"ordermovements-ordermovementgid-refnums-omrefnumqualgidxomrefnumvalue-patch"
            }
        },
        "/orderMovements/{orderMovementGid}/remarks":{
            "parameters":[
                {
                    "name":"orderMovementGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Movements/Remarks"
                ],
                "summary":"Get Remarks",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderMovements.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderMovements-{orderMovementGid}-remarks-get",
                "x-filename-id":"ordermovements-ordermovementgid-remarks-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Order Movements/Remarks"
                ],
                "summary":"Create a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/orderMovements.remarks"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/orderMovements.remarks"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderMovements.remarks"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderMovements.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderMovements-{orderMovementGid}-remarks-post",
                "x-filename-id":"ordermovements-ordermovementgid-remarks-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Movements/Remarks"
                ],
                "summary":"Update Remarks",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderMovements-{orderMovementGid}-remarks-patch",
                "x-filename-id":"ordermovements-ordermovementgid-remarks-patch"
            }
        },
        "/orderMovements/{orderMovementGid}/remarks/{remarkSequence}":{
            "parameters":[
                {
                    "name":"orderMovementGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"remarkSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Movements/Remarks"
                ],
                "summary":"Get a Remark",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderMovements.remarks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderMovements-{orderMovementGid}-remarks-{remarkSequence}-get",
                "x-filename-id":"ordermovements-ordermovementgid-remarks-remarksequence-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Order Movements/Remarks"
                ],
                "summary":"Delete a Remark",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderMovements-{orderMovementGid}-remarks-{remarkSequence}-delete",
                "x-filename-id":"ordermovements-ordermovementgid-remarks-remarksequence-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Movements/Remarks"
                ],
                "summary":"Update a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderMovements-{orderMovementGid}-remarks-{remarkSequence}-patch",
                "x-filename-id":"ordermovements-ordermovementgid-remarks-remarksequence-patch"
            }
        },
        "/orderMovements/{orderMovementGid}/documents":{
            "parameters":[
                {
                    "name":"orderMovementGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Movements/Documents"
                ],
                "summary":"Get Documents",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderMovements.documents"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderMovements-{orderMovementGid}-documents-get",
                "x-filename-id":"ordermovements-ordermovementgid-documents-get"
            }
        },
        "/orderMovements/{orderMovementGid}/documents/{documentGid}":{
            "parameters":[
                {
                    "name":"orderMovementGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Movements/Documents"
                ],
                "summary":"Get a Document",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderMovements.documents"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderMovements-{orderMovementGid}-documents-{documentGid}-get",
                "x-filename-id":"ordermovements-ordermovementgid-documents-documentgid-get"
            }
        },
        "/allocationMethods":{
            "get":{
                "tags":[
                    "Power Data/Allocation Methods"
                ],
                "summary":"Get Allocation Methods",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/allocationMethods"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"allocationMethods-get",
                "x-filename-id":"allocationmethods-get"
            },
            "post":{
                "tags":[
                    "Power Data/Allocation Methods"
                ],
                "summary":"Create an Allocation Method",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/allocationMethods"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/allocationMethods"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"allocationMethods-post",
                "x-filename-id":"allocationmethods-post"
            }
        },
        "/allocationMethods/{allocMethodGid}":{
            "parameters":[
                {
                    "name":"allocMethodGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Allocation Methods"
                ],
                "summary":"Get an Allocation Method",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/allocationMethods"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"allocationMethods-{allocMethodGid}-get",
                "x-filename-id":"allocationmethods-allocmethodgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Allocation Methods"
                ],
                "summary":"Delete an Allocation Method",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"allocationMethods-{allocMethodGid}-delete",
                "x-filename-id":"allocationmethods-allocmethodgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Allocation Methods"
                ],
                "summary":"Update an Allocation Method",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"allocationMethods-{allocMethodGid}-patch",
                "x-filename-id":"allocationmethods-allocmethodgid-patch"
            }
        },
        "/allocationMethods/{allocMethodGid}/details":{
            "parameters":[
                {
                    "name":"allocMethodGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Allocation Methods/Details"
                ],
                "summary":"Get Details",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/allocationMethods.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"allocationMethods-{allocMethodGid}-details-get",
                "x-filename-id":"allocationmethods-allocmethodgid-details-get"
            },
            "post":{
                "tags":[
                    "Power Data/Allocation Methods/Details"
                ],
                "summary":"Create a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/allocationMethods.details"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/allocationMethods.details"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/allocationMethods.details"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/allocationMethods.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"allocationMethods-{allocMethodGid}-details-post",
                "x-filename-id":"allocationmethods-allocmethodgid-details-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Allocation Methods/Details"
                ],
                "summary":"Update Details",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"allocationMethods-{allocMethodGid}-details-patch",
                "x-filename-id":"allocationmethods-allocmethodgid-details-patch"
            }
        },
        "/allocationMethods/{allocMethodGid}/details/{allocMetricGidxallocTargetGid}":{
            "parameters":[
                {
                    "name":"allocMethodGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"allocMetricGidxallocTargetGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Allocation Methods/Details"
                ],
                "summary":"Get a Detail",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/allocationMethods.details"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"allocationMethods-{allocMethodGid}-details-{allocMetricGidxallocTargetGid}-get",
                "x-filename-id":"allocationmethods-allocmethodgid-details-allocmetricgidxalloctargetgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Allocation Methods/Details"
                ],
                "summary":"Delete a Detail",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"allocationMethods-{allocMethodGid}-details-{allocMetricGidxallocTargetGid}-delete",
                "x-filename-id":"allocationmethods-allocmethodgid-details-allocmetricgidxalloctargetgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Allocation Methods/Details"
                ],
                "summary":"Update a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"allocationMethods-{allocMethodGid}-details-{allocMetricGidxallocTargetGid}-patch",
                "x-filename-id":"allocationmethods-allocmethodgid-details-allocmetricgidxalloctargetgid-patch"
            }
        },
        "/vatRegistrations":{
            "get":{
                "tags":[
                    "Power Data/VAT Registrations"
                ],
                "summary":"Get VAT Registrations",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/vatRegistrations"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"vatRegistrations-get",
                "x-filename-id":"vatregistrations-get"
            },
            "post":{
                "tags":[
                    "Power Data/VAT Registrations"
                ],
                "summary":"Create a VAT Registration",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/vatRegistrations"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/vatRegistrations"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"vatRegistrations-post",
                "x-filename-id":"vatregistrations-post"
            }
        },
        "/vatRegistrations/{vatRegNoGid}":{
            "parameters":[
                {
                    "name":"vatRegNoGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/VAT Registrations"
                ],
                "summary":"Get a VAT Registration",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/vatRegistrations"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"vatRegistrations-{vatRegNoGid}-get",
                "x-filename-id":"vatregistrations-vatregnogid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/VAT Registrations"
                ],
                "summary":"Delete a VAT Registration",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"vatRegistrations-{vatRegNoGid}-delete",
                "x-filename-id":"vatregistrations-vatregnogid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/VAT Registrations"
                ],
                "summary":"Update a VAT Registration",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"vatRegistrations-{vatRegNoGid}-patch",
                "x-filename-id":"vatregistrations-vatregnogid-patch"
            }
        },
        "/commodities":{
            "get":{
                "tags":[
                    "Power Data/Commodities"
                ],
                "summary":"Get Commodities",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/commodities"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"commodities-get",
                "x-filename-id":"commodities-get"
            },
            "post":{
                "tags":[
                    "Power Data/Commodities"
                ],
                "summary":"Create a Commoditie",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/commodities"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/commodities"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"commodities-post",
                "x-filename-id":"commodities-post"
            }
        },
        "/commodities/{commodityGid}":{
            "parameters":[
                {
                    "name":"commodityGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Commodities"
                ],
                "summary":"Get a Commoditie",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/commodities"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"commodities-{commodityGid}-get",
                "x-filename-id":"commodities-commoditygid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Commodities"
                ],
                "summary":"Delete a Commoditie",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"commodities-{commodityGid}-delete",
                "x-filename-id":"commodities-commoditygid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Commodities"
                ],
                "summary":"Update a Commoditie",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"commodities-{commodityGid}-patch",
                "x-filename-id":"commodities-commoditygid-patch"
            }
        },
        "/commodities/{commodityGid}/incompatibilities":{
            "parameters":[
                {
                    "name":"commodityGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Commodities/Incompatibilities"
                ],
                "summary":"Get Incompatibilities",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/commodities.incompatibilities"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"commodities-{commodityGid}-incompatibilities-get",
                "x-filename-id":"commodities-commoditygid-incompatibilities-get"
            },
            "post":{
                "tags":[
                    "Power Data/Commodities/Incompatibilities"
                ],
                "summary":"Create an Incompatibilitie",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/commodities.incompatibilities"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/commodities.incompatibilities"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/commodities.incompatibilities"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/commodities.incompatibilities"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"commodities-{commodityGid}-incompatibilities-post",
                "x-filename-id":"commodities-commoditygid-incompatibilities-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Commodities/Incompatibilities"
                ],
                "summary":"Update Incompatibilities",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"commodities-{commodityGid}-incompatibilities-patch",
                "x-filename-id":"commodities-commoditygid-incompatibilities-patch"
            }
        },
        "/commodities/{commodityGid}/incompatibilities/{commodityGid2}":{
            "parameters":[
                {
                    "name":"commodityGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"commodityGid2",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Commodities/Incompatibilities"
                ],
                "summary":"Get an Incompatibilitie",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/commodities.incompatibilities"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"commodities-{commodityGid}-incompatibilities-{commodityGid2}-get",
                "x-filename-id":"commodities-commoditygid-incompatibilities-commoditygid2-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Commodities/Incompatibilities"
                ],
                "summary":"Delete an Incompatibilitie",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"commodities-{commodityGid}-incompatibilities-{commodityGid2}-delete",
                "x-filename-id":"commodities-commoditygid-incompatibilities-commoditygid2-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Commodities/Incompatibilities"
                ],
                "summary":"Update an Incompatibilitie",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"commodities-{commodityGid}-incompatibilities-{commodityGid2}-patch",
                "x-filename-id":"commodities-commoditygid-incompatibilities-commoditygid2-patch"
            }
        },
        "/appointmentRuleSets":{
            "get":{
                "tags":[
                    "Power Data/Appointment Rule Sets"
                ],
                "summary":"Get Appointment Rule Sets",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/appointmentRuleSets"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"appointmentRuleSets-get",
                "x-filename-id":"appointmentrulesets-get"
            },
            "post":{
                "tags":[
                    "Power Data/Appointment Rule Sets"
                ],
                "summary":"Create an Appointment Rule Set",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/appointmentRuleSets"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/appointmentRuleSets"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"appointmentRuleSets-post",
                "x-filename-id":"appointmentrulesets-post"
            }
        },
        "/appointmentRuleSets/{apptRuleSetGid}":{
            "parameters":[
                {
                    "name":"apptRuleSetGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Appointment Rule Sets"
                ],
                "summary":"Get an Appointment Rule Set",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/appointmentRuleSets"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"appointmentRuleSets-{apptRuleSetGid}-get",
                "x-filename-id":"appointmentrulesets-apptrulesetgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Appointment Rule Sets"
                ],
                "summary":"Delete an Appointment Rule Set",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"appointmentRuleSets-{apptRuleSetGid}-delete",
                "x-filename-id":"appointmentrulesets-apptrulesetgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Appointment Rule Sets"
                ],
                "summary":"Update an Appointment Rule Set",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"appointmentRuleSets-{apptRuleSetGid}-patch",
                "x-filename-id":"appointmentrulesets-apptrulesetgid-patch"
            }
        },
        "/appointmentRuleSets/{apptRuleSetGid}/flexFields":{
            "parameters":[
                {
                    "name":"apptRuleSetGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Appointment Rule Sets/Flex Fields"
                ],
                "summary":"Get Flex Fields",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/appointmentRuleSets.flexFields"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"appointmentRuleSets-{apptRuleSetGid}-flexFields-get",
                "x-filename-id":"appointmentrulesets-apptrulesetgid-flexfields-get"
            },
            "post":{
                "tags":[
                    "Power Data/Appointment Rule Sets/Flex Fields"
                ],
                "summary":"Create a Flex Field",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/appointmentRuleSets.flexFields"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/appointmentRuleSets.flexFields"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/appointmentRuleSets.flexFields"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/appointmentRuleSets.flexFields"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"appointmentRuleSets-{apptRuleSetGid}-flexFields-post",
                "x-filename-id":"appointmentrulesets-apptrulesetgid-flexfields-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Appointment Rule Sets/Flex Fields"
                ],
                "summary":"Update Flex Fields",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"appointmentRuleSets-{apptRuleSetGid}-flexFields-patch",
                "x-filename-id":"appointmentrulesets-apptrulesetgid-flexfields-patch"
            }
        },
        "/appointmentRuleSets/{apptRuleSetGid}/flexFields/{flexFieldName}":{
            "parameters":[
                {
                    "name":"apptRuleSetGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"flexFieldName",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Appointment Rule Sets/Flex Fields"
                ],
                "summary":"Get a Flex Field",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/appointmentRuleSets.flexFields"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"appointmentRuleSets-{apptRuleSetGid}-flexFields-{flexFieldName}-get",
                "x-filename-id":"appointmentrulesets-apptrulesetgid-flexfields-flexfieldname-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Appointment Rule Sets/Flex Fields"
                ],
                "summary":"Delete a Flex Field",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"appointmentRuleSets-{apptRuleSetGid}-flexFields-{flexFieldName}-delete",
                "x-filename-id":"appointmentrulesets-apptrulesetgid-flexfields-flexfieldname-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Appointment Rule Sets/Flex Fields"
                ],
                "summary":"Update a Flex Field",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"appointmentRuleSets-{apptRuleSetGid}-flexFields-{flexFieldName}-patch",
                "x-filename-id":"appointmentrulesets-apptrulesetgid-flexfields-flexfieldname-patch"
            }
        },
        "/appointmentRuleSets/{apptRuleSetGid}/refnums":{
            "parameters":[
                {
                    "name":"apptRuleSetGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Appointment Rule Sets/Reference Numbers"
                ],
                "summary":"Get Reference Numbers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/appointmentRuleSets.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"appointmentRuleSets-{apptRuleSetGid}-refnums-get",
                "x-filename-id":"appointmentrulesets-apptrulesetgid-refnums-get"
            },
            "post":{
                "tags":[
                    "Power Data/Appointment Rule Sets/Reference Numbers"
                ],
                "summary":"Create a Reference Number",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/appointmentRuleSets.refnums"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/appointmentRuleSets.refnums"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/appointmentRuleSets.refnums"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/appointmentRuleSets.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"appointmentRuleSets-{apptRuleSetGid}-refnums-post",
                "x-filename-id":"appointmentrulesets-apptrulesetgid-refnums-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Appointment Rule Sets/Reference Numbers"
                ],
                "summary":"Update Reference Numbers",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"appointmentRuleSets-{apptRuleSetGid}-refnums-patch",
                "x-filename-id":"appointmentrulesets-apptrulesetgid-refnums-patch"
            }
        },
        "/appointmentRuleSets/{apptRuleSetGid}/refnums/{apptRefnumQualGid}":{
            "parameters":[
                {
                    "name":"apptRuleSetGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"apptRefnumQualGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Appointment Rule Sets/Reference Numbers"
                ],
                "summary":"Get a Reference Number",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/appointmentRuleSets.refnums"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"appointmentRuleSets-{apptRuleSetGid}-refnums-{apptRefnumQualGid}-get",
                "x-filename-id":"appointmentrulesets-apptrulesetgid-refnums-apptrefnumqualgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Appointment Rule Sets/Reference Numbers"
                ],
                "summary":"Delete a Reference Number",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"appointmentRuleSets-{apptRuleSetGid}-refnums-{apptRefnumQualGid}-delete",
                "x-filename-id":"appointmentrulesets-apptrulesetgid-refnums-apptrefnumqualgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Appointment Rule Sets/Reference Numbers"
                ],
                "summary":"Update a Reference Number",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"appointmentRuleSets-{apptRuleSetGid}-refnums-{apptRefnumQualGid}-patch",
                "x-filename-id":"appointmentrulesets-apptrulesetgid-refnums-apptrefnumqualgid-patch"
            }
        },
        "/planningParameterQualifiers":{
            "get":{
                "tags":[
                    "Power Data/Planning Parameter Qualifiers"
                ],
                "summary":"Get Planning Parameter Qualifiers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/planningParameterQualifiers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"planningParameterQualifiers-get",
                "x-filename-id":"planningparameterqualifiers-get"
            },
            "post":{
                "tags":[
                    "Power Data/Planning Parameter Qualifiers"
                ],
                "summary":"Create a Planning Parameter Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/planningParameterQualifiers"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/planningParameterQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"planningParameterQualifiers-post",
                "x-filename-id":"planningparameterqualifiers-post"
            }
        },
        "/planningParameterQualifiers/{planningParamQualGid}":{
            "parameters":[
                {
                    "name":"planningParamQualGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Planning Parameter Qualifiers"
                ],
                "summary":"Get a Planning Parameter Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/planningParameterQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"planningParameterQualifiers-{planningParamQualGid}-get",
                "x-filename-id":"planningparameterqualifiers-planningparamqualgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Planning Parameter Qualifiers"
                ],
                "summary":"Delete a Planning Parameter Qualifier",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"planningParameterQualifiers-{planningParamQualGid}-delete",
                "x-filename-id":"planningparameterqualifiers-planningparamqualgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Planning Parameter Qualifiers"
                ],
                "summary":"Update a Planning Parameter Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"planningParameterQualifiers-{planningParamQualGid}-patch",
                "x-filename-id":"planningparameterqualifiers-planningparamqualgid-patch"
            }
        },
        "/declarationTypes":{
            "get":{
                "tags":[
                    "Power Data/Declaration Types"
                ],
                "summary":"Get Declaration Types",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/declarationTypes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"declarationTypes-get",
                "x-filename-id":"declarationtypes-get"
            },
            "post":{
                "tags":[
                    "Power Data/Declaration Types"
                ],
                "summary":"Create a Declaration Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/declarationTypes"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/declarationTypes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"declarationTypes-post",
                "x-filename-id":"declarationtypes-post"
            }
        },
        "/declarationTypes/{gtmDeclarationTypeGid}":{
            "parameters":[
                {
                    "name":"gtmDeclarationTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Declaration Types"
                ],
                "summary":"Get a Declaration Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/declarationTypes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"declarationTypes-{gtmDeclarationTypeGid}-get",
                "x-filename-id":"declarationtypes-gtmdeclarationtypegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Declaration Types"
                ],
                "summary":"Delete a Declaration Type",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"declarationTypes-{gtmDeclarationTypeGid}-delete",
                "x-filename-id":"declarationtypes-gtmdeclarationtypegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Declaration Types"
                ],
                "summary":"Update a Declaration Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"declarationTypes-{gtmDeclarationTypeGid}-patch",
                "x-filename-id":"declarationtypes-gtmdeclarationtypegid-patch"
            }
        },
        "/driverReferenceNumberQualifiers":{
            "get":{
                "tags":[
                    "Power Data/Driver Reference Number Qualifiers"
                ],
                "summary":"Get Driver Reference Number Qualifiers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/driverReferenceNumberQualifiers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"driverReferenceNumberQualifiers-get",
                "x-filename-id":"driverreferencenumberqualifiers-get"
            },
            "post":{
                "tags":[
                    "Power Data/Driver Reference Number Qualifiers"
                ],
                "summary":"Create a Driver Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/driverReferenceNumberQualifiers"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/driverReferenceNumberQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"driverReferenceNumberQualifiers-post",
                "x-filename-id":"driverreferencenumberqualifiers-post"
            }
        },
        "/driverReferenceNumberQualifiers/{driverRefnumQualGid}":{
            "parameters":[
                {
                    "name":"driverRefnumQualGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Driver Reference Number Qualifiers"
                ],
                "summary":"Get a Driver Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/driverReferenceNumberQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"driverReferenceNumberQualifiers-{driverRefnumQualGid}-get",
                "x-filename-id":"driverreferencenumberqualifiers-driverrefnumqualgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Driver Reference Number Qualifiers"
                ],
                "summary":"Delete a Driver Reference Number Qualifier",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"driverReferenceNumberQualifiers-{driverRefnumQualGid}-delete",
                "x-filename-id":"driverreferencenumberqualifiers-driverrefnumqualgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Driver Reference Number Qualifiers"
                ],
                "summary":"Update a Driver Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"driverReferenceNumberQualifiers-{driverRefnumQualGid}-patch",
                "x-filename-id":"driverreferencenumberqualifiers-driverrefnumqualgid-patch"
            }
        },
        "/incoTermProfiles":{
            "get":{
                "tags":[
                    "Power Data/Inco Term Profiles"
                ],
                "summary":"Get Inco Term Profiles",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/incoTermProfiles"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"incoTermProfiles-get",
                "x-filename-id":"incotermprofiles-get"
            },
            "post":{
                "tags":[
                    "Power Data/Inco Term Profiles"
                ],
                "summary":"Create an Inco Term Profile",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/incoTermProfiles"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/incoTermProfiles"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"incoTermProfiles-post",
                "x-filename-id":"incotermprofiles-post"
            }
        },
        "/incoTermProfiles/{incoTermProfileGid}":{
            "parameters":[
                {
                    "name":"incoTermProfileGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Inco Term Profiles"
                ],
                "summary":"Get an Inco Term Profile",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/incoTermProfiles"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"incoTermProfiles-{incoTermProfileGid}-get",
                "x-filename-id":"incotermprofiles-incotermprofilegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Inco Term Profiles"
                ],
                "summary":"Delete an Inco Term Profile",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"incoTermProfiles-{incoTermProfileGid}-delete",
                "x-filename-id":"incotermprofiles-incotermprofilegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Inco Term Profiles"
                ],
                "summary":"Update an Inco Term Profile",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"incoTermProfiles-{incoTermProfileGid}-patch",
                "x-filename-id":"incotermprofiles-incotermprofilegid-patch"
            }
        },
        "/incoTermProfiles/{incoTermProfileGid}/details":{
            "parameters":[
                {
                    "name":"incoTermProfileGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Inco Term Profiles/Details"
                ],
                "summary":"Get Details",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/incoTermProfiles.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"incoTermProfiles-{incoTermProfileGid}-details-get",
                "x-filename-id":"incotermprofiles-incotermprofilegid-details-get"
            },
            "post":{
                "tags":[
                    "Power Data/Inco Term Profiles/Details"
                ],
                "summary":"Create a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/incoTermProfiles.details"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/incoTermProfiles.details"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/incoTermProfiles.details"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/incoTermProfiles.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"incoTermProfiles-{incoTermProfileGid}-details-post",
                "x-filename-id":"incotermprofiles-incotermprofilegid-details-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Inco Term Profiles/Details"
                ],
                "summary":"Update Details",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"incoTermProfiles-{incoTermProfileGid}-details-patch",
                "x-filename-id":"incotermprofiles-incotermprofilegid-details-patch"
            }
        },
        "/incoTermProfiles/{incoTermProfileGid}/details/{incoTermGidxincoTermProfileDSeqno}":{
            "parameters":[
                {
                    "name":"incoTermProfileGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"incoTermGidxincoTermProfileDSeqno",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Inco Term Profiles/Details"
                ],
                "summary":"Get a Detail",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/incoTermProfiles.details"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"incoTermProfiles-{incoTermProfileGid}-details-{incoTermGidxincoTermProfileDSeqno}-get",
                "x-filename-id":"incotermprofiles-incotermprofilegid-details-incotermgidxincotermprofiledseqno-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Inco Term Profiles/Details"
                ],
                "summary":"Delete a Detail",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"incoTermProfiles-{incoTermProfileGid}-details-{incoTermGidxincoTermProfileDSeqno}-delete",
                "x-filename-id":"incotermprofiles-incotermprofilegid-details-incotermgidxincotermprofiledseqno-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Inco Term Profiles/Details"
                ],
                "summary":"Update a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"incoTermProfiles-{incoTermProfileGid}-details-{incoTermGidxincoTermProfileDSeqno}-patch",
                "x-filename-id":"incotermprofiles-incotermprofilegid-details-incotermgidxincotermprofiledseqno-patch"
            }
        },
        "/routingRules":{
            "get":{
                "tags":[
                    "Power Data/Routing Rules"
                ],
                "summary":"Get Routing Rules",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/routingRules"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"routingRules-get",
                "x-filename-id":"routingrules-get"
            },
            "post":{
                "tags":[
                    "Power Data/Routing Rules"
                ],
                "summary":"Create a Routing Rule",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/routingRules"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/routingRules"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"routingRules-post",
                "x-filename-id":"routingrules-post"
            }
        },
        "/routingRules/{orderRoutingRuleGid}":{
            "parameters":[
                {
                    "name":"orderRoutingRuleGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Routing Rules"
                ],
                "summary":"Get a Routing Rule",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/routingRules"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"routingRules-{orderRoutingRuleGid}-get",
                "x-filename-id":"routingrules-orderroutingrulegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Routing Rules"
                ],
                "summary":"Delete a Routing Rule",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"routingRules-{orderRoutingRuleGid}-delete",
                "x-filename-id":"routingrules-orderroutingrulegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Routing Rules"
                ],
                "summary":"Update a Routing Rule",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"routingRules-{orderRoutingRuleGid}-patch",
                "x-filename-id":"routingrules-orderroutingrulegid-patch"
            }
        },
        "/routingRules/{orderRoutingRuleGid}/details":{
            "parameters":[
                {
                    "name":"orderRoutingRuleGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Routing Rules/Details"
                ],
                "summary":"Get Details",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/routingRules.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"routingRules-{orderRoutingRuleGid}-details-get",
                "x-filename-id":"routingrules-orderroutingrulegid-details-get"
            },
            "post":{
                "tags":[
                    "Power Data/Routing Rules/Details"
                ],
                "summary":"Create a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/routingRules.details"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/routingRules.details"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/routingRules.details"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/routingRules.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"routingRules-{orderRoutingRuleGid}-details-post",
                "x-filename-id":"routingrules-orderroutingrulegid-details-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Routing Rules/Details"
                ],
                "summary":"Update Details",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"routingRules-{orderRoutingRuleGid}-details-patch",
                "x-filename-id":"routingrules-orderroutingrulegid-details-patch"
            }
        },
        "/routingRules/{orderRoutingRuleGid}/details/{sequenceNum}":{
            "parameters":[
                {
                    "name":"orderRoutingRuleGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sequenceNum",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Routing Rules/Details"
                ],
                "summary":"Get a Detail",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/routingRules.details"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"routingRules-{orderRoutingRuleGid}-details-{sequenceNum}-get",
                "x-filename-id":"routingrules-orderroutingrulegid-details-sequencenum-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Routing Rules/Details"
                ],
                "summary":"Delete a Detail",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"routingRules-{orderRoutingRuleGid}-details-{sequenceNum}-delete",
                "x-filename-id":"routingrules-orderroutingrulegid-details-sequencenum-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Routing Rules/Details"
                ],
                "summary":"Update a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"routingRules-{orderRoutingRuleGid}-details-{sequenceNum}-patch",
                "x-filename-id":"routingrules-orderroutingrulegid-details-sequencenum-patch"
            }
        },
        "/routingRules/{orderRoutingRuleGid}/refnums":{
            "parameters":[
                {
                    "name":"orderRoutingRuleGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Routing Rules/Reference Numbers"
                ],
                "summary":"Get Reference Numbers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/routingRules.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"routingRules-{orderRoutingRuleGid}-refnums-get",
                "x-filename-id":"routingrules-orderroutingrulegid-refnums-get"
            },
            "post":{
                "tags":[
                    "Power Data/Routing Rules/Reference Numbers"
                ],
                "summary":"Create a Reference Number",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/routingRules.refnums"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/routingRules.refnums"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/routingRules.refnums"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/routingRules.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"routingRules-{orderRoutingRuleGid}-refnums-post",
                "x-filename-id":"routingrules-orderroutingrulegid-refnums-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Routing Rules/Reference Numbers"
                ],
                "summary":"Update Reference Numbers",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"routingRules-{orderRoutingRuleGid}-refnums-patch",
                "x-filename-id":"routingrules-orderroutingrulegid-refnums-patch"
            }
        },
        "/routingRules/{orderRoutingRuleGid}/refnums/{routingRuleRefnumQualGid}":{
            "parameters":[
                {
                    "name":"orderRoutingRuleGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"routingRuleRefnumQualGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Routing Rules/Reference Numbers"
                ],
                "summary":"Get a Reference Number",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/routingRules.refnums"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"routingRules-{orderRoutingRuleGid}-refnums-{routingRuleRefnumQualGid}-get",
                "x-filename-id":"routingrules-orderroutingrulegid-refnums-routingrulerefnumqualgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Routing Rules/Reference Numbers"
                ],
                "summary":"Delete a Reference Number",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"routingRules-{orderRoutingRuleGid}-refnums-{routingRuleRefnumQualGid}-delete",
                "x-filename-id":"routingrules-orderroutingrulegid-refnums-routingrulerefnumqualgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Routing Rules/Reference Numbers"
                ],
                "summary":"Update a Reference Number",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"routingRules-{orderRoutingRuleGid}-refnums-{routingRuleRefnumQualGid}-patch",
                "x-filename-id":"routingrules-orderroutingrulegid-refnums-routingrulerefnumqualgid-patch"
            }
        },
        "/custom-actions/savedQueries/{resourceName}/{savedQueryGID}":{
            "get":{
                "tags":[
                    "Actions/Utility Actions"
                ],
                "summary":"Saved Queries",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/transientHeader"
                    },
                    {
                        "name":"parameterValue",
                        "in":"query",
                        "required":false,
                        "schema":{
                            "type":"string"
                        },
                        "description":"The value of the bind parameter. This is positional - meaning if there are two bind parameters, two parameter values have to be specified. Example - ?parameterValue=ABC&parameterValue=123 ."
                    }
                ],
                "responses":{
                    "200":{
                        "description":"Success! A successful GET method returns a 200 status code.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/actionResponse"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"custom-actions-savedQueries-{resourceName}-{savedQueryGID}-get",
                "x-filename-id":"custom-actions-savedqueries-resourcename-savedquerygid-get"
            }
        },
        "/statusGroups":{
            "get":{
                "tags":[
                    "Power Data/Status Groups"
                ],
                "summary":"Get Status Groups",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/statusGroups"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"statusGroups-get",
                "x-filename-id":"statusgroups-get"
            },
            "post":{
                "tags":[
                    "Power Data/Status Groups"
                ],
                "summary":"Create a Status Group",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/statusGroups"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/statusGroups"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"statusGroups-post",
                "x-filename-id":"statusgroups-post"
            }
        },
        "/statusGroups/{bsStatusGroupGid}":{
            "parameters":[
                {
                    "name":"bsStatusGroupGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Status Groups"
                ],
                "summary":"Get a Status Group",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/statusGroups"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"statusGroups-{bsStatusGroupGid}-get",
                "x-filename-id":"statusgroups-bsstatusgroupgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Status Groups"
                ],
                "summary":"Delete a Status Group",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"statusGroups-{bsStatusGroupGid}-delete",
                "x-filename-id":"statusgroups-bsstatusgroupgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Status Groups"
                ],
                "summary":"Update a Status Group",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"statusGroups-{bsStatusGroupGid}-patch",
                "x-filename-id":"statusgroups-bsstatusgroupgid-patch"
            }
        },
        "/statusGroups/{bsStatusGroupGid}/reasonGroupProfiles":{
            "parameters":[
                {
                    "name":"bsStatusGroupGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Status Groups/Reason Group Profiles"
                ],
                "summary":"Get Reason Group Profiles",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/statusGroups.reasonGroupProfiles"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"statusGroups-{bsStatusGroupGid}-reasonGroupProfiles-get",
                "x-filename-id":"statusgroups-bsstatusgroupgid-reasongroupprofiles-get"
            },
            "post":{
                "tags":[
                    "Power Data/Status Groups/Reason Group Profiles"
                ],
                "summary":"Create a Reason Group Profile",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/statusGroups.reasonGroupProfiles"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/statusGroups.reasonGroupProfiles"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/statusGroups.reasonGroupProfiles"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/statusGroups.reasonGroupProfiles"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"statusGroups-{bsStatusGroupGid}-reasonGroupProfiles-post",
                "x-filename-id":"statusgroups-bsstatusgroupgid-reasongroupprofiles-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Status Groups/Reason Group Profiles"
                ],
                "summary":"Update Reason Group Profiles",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"statusGroups-{bsStatusGroupGid}-reasonGroupProfiles-patch",
                "x-filename-id":"statusgroups-bsstatusgroupgid-reasongroupprofiles-patch"
            }
        },
        "/statusGroups/{bsStatusGroupGid}/reasonGroupProfiles/{bsReasonGroupProfileGid}":{
            "parameters":[
                {
                    "name":"bsStatusGroupGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"bsReasonGroupProfileGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Status Groups/Reason Group Profiles"
                ],
                "summary":"Get a Reason Group Profile",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/statusGroups.reasonGroupProfiles"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"statusGroups-{bsStatusGroupGid}-reasonGroupProfiles-{bsReasonGroupProfileGid}-get",
                "x-filename-id":"statusgroups-bsstatusgroupgid-reasongroupprofiles-bsreasongroupprofilegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Status Groups/Reason Group Profiles"
                ],
                "summary":"Delete a Reason Group Profile",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"statusGroups-{bsStatusGroupGid}-reasonGroupProfiles-{bsReasonGroupProfileGid}-delete",
                "x-filename-id":"statusgroups-bsstatusgroupgid-reasongroupprofiles-bsreasongroupprofilegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Status Groups/Reason Group Profiles"
                ],
                "summary":"Update a Reason Group Profile",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"statusGroups-{bsStatusGroupGid}-reasonGroupProfiles-{bsReasonGroupProfileGid}-patch",
                "x-filename-id":"statusgroups-bsstatusgroupgid-reasongroupprofiles-bsreasongroupprofilegid-patch"
            }
        },
        "/statusGroups/{bsStatusGroupGid}/statusCodeProfiles":{
            "parameters":[
                {
                    "name":"bsStatusGroupGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Status Groups/Status Code Profiles"
                ],
                "summary":"Get Status Code Profiles",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/statusGroups.statusCodeProfiles"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"statusGroups-{bsStatusGroupGid}-statusCodeProfiles-get",
                "x-filename-id":"statusgroups-bsstatusgroupgid-statuscodeprofiles-get"
            },
            "post":{
                "tags":[
                    "Power Data/Status Groups/Status Code Profiles"
                ],
                "summary":"Create a Status Code Profile",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/statusGroups.statusCodeProfiles"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/statusGroups.statusCodeProfiles"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/statusGroups.statusCodeProfiles"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/statusGroups.statusCodeProfiles"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"statusGroups-{bsStatusGroupGid}-statusCodeProfiles-post",
                "x-filename-id":"statusgroups-bsstatusgroupgid-statuscodeprofiles-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Status Groups/Status Code Profiles"
                ],
                "summary":"Update Status Code Profiles",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"statusGroups-{bsStatusGroupGid}-statusCodeProfiles-patch",
                "x-filename-id":"statusgroups-bsstatusgroupgid-statuscodeprofiles-patch"
            }
        },
        "/statusGroups/{bsStatusGroupGid}/statusCodeProfiles/{bsStatusCodeProfileGid}":{
            "parameters":[
                {
                    "name":"bsStatusGroupGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"bsStatusCodeProfileGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Status Groups/Status Code Profiles"
                ],
                "summary":"Get a Status Code Profile",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/statusGroups.statusCodeProfiles"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"statusGroups-{bsStatusGroupGid}-statusCodeProfiles-{bsStatusCodeProfileGid}-get",
                "x-filename-id":"statusgroups-bsstatusgroupgid-statuscodeprofiles-bsstatuscodeprofilegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Status Groups/Status Code Profiles"
                ],
                "summary":"Delete a Status Code Profile",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"statusGroups-{bsStatusGroupGid}-statusCodeProfiles-{bsStatusCodeProfileGid}-delete",
                "x-filename-id":"statusgroups-bsstatusgroupgid-statuscodeprofiles-bsstatuscodeprofilegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Status Groups/Status Code Profiles"
                ],
                "summary":"Update a Status Code Profile",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"statusGroups-{bsStatusGroupGid}-statusCodeProfiles-{bsStatusCodeProfileGid}-patch",
                "x-filename-id":"statusgroups-bsstatusgroupgid-statuscodeprofiles-bsstatuscodeprofilegid-patch"
            }
        },
        "/involvedPartyQualifiers":{
            "get":{
                "tags":[
                    "Power Data/Involved Party Qualifiers"
                ],
                "summary":"Get Involved Party Qualifiers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/involvedPartyQualifiers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"involvedPartyQualifiers-get",
                "x-filename-id":"involvedpartyqualifiers-get"
            },
            "post":{
                "tags":[
                    "Power Data/Involved Party Qualifiers"
                ],
                "summary":"Create an Involved Party Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/involvedPartyQualifiers"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/involvedPartyQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"involvedPartyQualifiers-post",
                "x-filename-id":"involvedpartyqualifiers-post"
            }
        },
        "/involvedPartyQualifiers/{involvedPartyQualGid}":{
            "parameters":[
                {
                    "name":"involvedPartyQualGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Involved Party Qualifiers"
                ],
                "summary":"Get an Involved Party Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/involvedPartyQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"involvedPartyQualifiers-{involvedPartyQualGid}-get",
                "x-filename-id":"involvedpartyqualifiers-involvedpartyqualgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Involved Party Qualifiers"
                ],
                "summary":"Delete an Involved Party Qualifier",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"involvedPartyQualifiers-{involvedPartyQualGid}-delete",
                "x-filename-id":"involvedpartyqualifiers-involvedpartyqualgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Involved Party Qualifiers"
                ],
                "summary":"Update an Involved Party Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"involvedPartyQualifiers-{involvedPartyQualGid}-patch",
                "x-filename-id":"involvedpartyqualifiers-involvedpartyqualgid-patch"
            }
        },
        "/transportModes":{
            "get":{
                "tags":[
                    "Power Data/Transport Modes"
                ],
                "summary":"Get Transport Modes",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/transportModes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"transportModes-get",
                "x-filename-id":"transportmodes-get"
            },
            "post":{
                "tags":[
                    "Power Data/Transport Modes"
                ],
                "summary":"Create a Transport Mode",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/transportModes"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/transportModes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"transportModes-post",
                "x-filename-id":"transportmodes-post"
            }
        },
        "/transportModes/{transportModeGid}":{
            "parameters":[
                {
                    "name":"transportModeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Transport Modes"
                ],
                "summary":"Get a Transport Mode",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/transportModes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"transportModes-{transportModeGid}-get",
                "x-filename-id":"transportmodes-transportmodegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Transport Modes"
                ],
                "summary":"Delete a Transport Mode",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"transportModes-{transportModeGid}-delete",
                "x-filename-id":"transportmodes-transportmodegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Transport Modes"
                ],
                "summary":"Update a Transport Mode",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"transportModes-{transportModeGid}-patch",
                "x-filename-id":"transportmodes-transportmodegid-patch"
            }
        },
        "/tariffRulesOfInterpretations":{
            "get":{
                "tags":[
                    "Power Data/Tariff Rules Of Interpretations"
                ],
                "summary":"Get Tariff Rules Of Interpretations",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tariffRulesOfInterpretations"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tariffRulesOfInterpretations-get",
                "x-filename-id":"tariffrulesofinterpretations-get"
            },
            "post":{
                "tags":[
                    "Power Data/Tariff Rules Of Interpretations"
                ],
                "summary":"Create a Tariff Rules Of Interpretation",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tariffRulesOfInterpretations"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tariffRulesOfInterpretations"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tariffRulesOfInterpretations-post",
                "x-filename-id":"tariffrulesofinterpretations-post"
            }
        },
        "/tariffRulesOfInterpretations/{gtmTariffRoiGid}":{
            "parameters":[
                {
                    "name":"gtmTariffRoiGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Tariff Rules Of Interpretations"
                ],
                "summary":"Get a Tariff Rules Of Interpretation",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tariffRulesOfInterpretations"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tariffRulesOfInterpretations-{gtmTariffRoiGid}-get",
                "x-filename-id":"tariffrulesofinterpretations-gtmtariffroigid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Tariff Rules Of Interpretations"
                ],
                "summary":"Delete a Tariff Rules Of Interpretation",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tariffRulesOfInterpretations-{gtmTariffRoiGid}-delete",
                "x-filename-id":"tariffrulesofinterpretations-gtmtariffroigid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Tariff Rules Of Interpretations"
                ],
                "summary":"Update a Tariff Rules Of Interpretation",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tariffRulesOfInterpretations-{gtmTariffRoiGid}-patch",
                "x-filename-id":"tariffrulesofinterpretations-gtmtariffroigid-patch"
            }
        },
        "/transportStageQualifiers":{
            "get":{
                "tags":[
                    "Power Data/Transport Stage Qualifiers"
                ],
                "summary":"Get Transport Stage Qualifiers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/transportStageQualifiers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"transportStageQualifiers-get",
                "x-filename-id":"transportstagequalifiers-get"
            },
            "post":{
                "tags":[
                    "Power Data/Transport Stage Qualifiers"
                ],
                "summary":"Create a Transport Stage Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/transportStageQualifiers"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/transportStageQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"transportStageQualifiers-post",
                "x-filename-id":"transportstagequalifiers-post"
            }
        },
        "/transportStageQualifiers/{transportStageQualifierGid}":{
            "parameters":[
                {
                    "name":"transportStageQualifierGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Transport Stage Qualifiers"
                ],
                "summary":"Get a Transport Stage Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/transportStageQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"transportStageQualifiers-{transportStageQualifierGid}-get",
                "x-filename-id":"transportstagequalifiers-transportstagequalifiergid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Transport Stage Qualifiers"
                ],
                "summary":"Delete a Transport Stage Qualifier",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"transportStageQualifiers-{transportStageQualifierGid}-delete",
                "x-filename-id":"transportstagequalifiers-transportstagequalifiergid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Transport Stage Qualifiers"
                ],
                "summary":"Update a Transport Stage Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"transportStageQualifiers-{transportStageQualifierGid}-patch",
                "x-filename-id":"transportstagequalifiers-transportstagequalifiergid-patch"
            }
        },
        "/custom-actions/changeExternalStatus/<resourceName>/{resourceGid}":{
            "parameters":[
                {
                    "name":"resourceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "post":{
                "tags":[
                    "Actions/Utility Actions"
                ],
                "summary":"Perform the update external status action to a resource",
                "requestBody":{
                    "content":{
                        "application/json":{
                            "schema":{
                                "$ref":"#/components/schemas/changeExternalStatusRequest"
                            }
                        }
                    },
                    "required":true
                },
                "responses":{
                    "200":{
                        "description":"Success! A successful POST method returns a 200 status code.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/actionResponse"
                                }
                            }
                        }
                    },
                    "400":{
                        "description":"Your request couldn't be processed because it contains missing or invalid information, such as a validation error on an input field, a missing required value, and so forth.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    },
                    "500":{
                        "description":"The server encountered something unexpected that prevented it from completing the request.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"custom-actions-changeExternalStatus-<resourceName>-{resourceGid}-post",
                "x-filename-id":"custom-actions-changeexternalstatus-resourcename-resourcegid-post"
            }
        },
        "/custom-actions/queries/<resourceName>":{
            "post":{
                "tags":[
                    "Actions/Utility Actions"
                ],
                "summary":"Advanced Queries",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/transientHeader"
                    },
                    {
                        "name":"useSavedQueryAsSubQuery",
                        "in":"query",
                        "required":false,
                        "schema":{
                            "type":"boolean"
                        },
                        "description":"Indicates whether to use a saved query as a subquery. Accepts true or false. This parameter will not work if the saved query contains an ORDER BY clause."
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=query-def":{
                            "schema":{
                                "$ref":"#/components/schemas/advancedQueryRequest"
                            }
                        }
                    },
                    "required":true
                },
                "responses":{
                    "200":{
                        "description":"Success! A successful POST method returns a 200 status code.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/advancedQueryResponse"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"custom-actions-queries-<resourceName>-post",
                "x-filename-id":"custom-actions-queries-resourcename-post"
            }
        },
        "/equipments":{
            "get":{
                "tags":[
                    "Business Objects/Equipment"
                ],
                "summary":"Get Equipment",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/equipments"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"equipments-get",
                "x-filename-id":"equipments-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Equipment"
                ],
                "summary":"Create an Equipment",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/equipments"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/equipments"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"equipments-post",
                "x-filename-id":"equipments-post"
            }
        },
        "/equipments/{equipmentGid}":{
            "parameters":[
                {
                    "name":"equipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Equipment"
                ],
                "summary":"Get an Equipment",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/equipments"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"equipments-{equipmentGid}-get",
                "x-filename-id":"equipments-equipmentgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Equipment"
                ],
                "summary":"Delete an Equipment",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"equipments-{equipmentGid}-delete",
                "x-filename-id":"equipments-equipmentgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Equipment"
                ],
                "summary":"Update an Equipment",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"equipments-{equipmentGid}-patch",
                "x-filename-id":"equipments-equipmentgid-patch"
            }
        },
        "/equipments/{equipmentGid}/remarks":{
            "parameters":[
                {
                    "name":"equipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Equipment/Remarks"
                ],
                "summary":"Get Remarks",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/equipments.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"equipments-{equipmentGid}-remarks-get",
                "x-filename-id":"equipments-equipmentgid-remarks-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Equipment/Remarks"
                ],
                "summary":"Create a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/equipments.remarks"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/equipments.remarks"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/equipments.remarks"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/equipments.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"equipments-{equipmentGid}-remarks-post",
                "x-filename-id":"equipments-equipmentgid-remarks-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Equipment/Remarks"
                ],
                "summary":"Update Remarks",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"equipments-{equipmentGid}-remarks-patch",
                "x-filename-id":"equipments-equipmentgid-remarks-patch"
            }
        },
        "/equipments/{equipmentGid}/remarks/{remarkSequence}":{
            "parameters":[
                {
                    "name":"equipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"remarkSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Equipment/Remarks"
                ],
                "summary":"Get a Remark",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/equipments.remarks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"equipments-{equipmentGid}-remarks-{remarkSequence}-get",
                "x-filename-id":"equipments-equipmentgid-remarks-remarksequence-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Equipment/Remarks"
                ],
                "summary":"Delete a Remark",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"equipments-{equipmentGid}-remarks-{remarkSequence}-delete",
                "x-filename-id":"equipments-equipmentgid-remarks-remarksequence-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Equipment/Remarks"
                ],
                "summary":"Update a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"equipments-{equipmentGid}-remarks-{remarkSequence}-patch",
                "x-filename-id":"equipments-equipmentgid-remarks-remarksequence-patch"
            }
        },
        "/equipments/{equipmentGid}/statuses":{
            "parameters":[
                {
                    "name":"equipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Equipment/Statuses"
                ],
                "summary":"Get Statuses",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/equipments.statuses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"equipments-{equipmentGid}-statuses-get",
                "x-filename-id":"equipments-equipmentgid-statuses-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Equipment/Statuses"
                ],
                "summary":"Create a Status",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/equipments.statuses"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/equipments.statuses"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/equipments.statuses"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/equipments.statuses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"equipments-{equipmentGid}-statuses-post",
                "x-filename-id":"equipments-equipmentgid-statuses-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Equipment/Statuses"
                ],
                "summary":"Update Statuses",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"equipments-{equipmentGid}-statuses-patch",
                "x-filename-id":"equipments-equipmentgid-statuses-patch"
            }
        },
        "/equipments/{equipmentGid}/statuses/{statusTypeGid}":{
            "parameters":[
                {
                    "name":"equipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"statusTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Equipment/Statuses"
                ],
                "summary":"Get a Status",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/equipments.statuses"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"equipments-{equipmentGid}-statuses-{statusTypeGid}-get",
                "x-filename-id":"equipments-equipmentgid-statuses-statustypegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Equipment/Statuses"
                ],
                "summary":"Delete a Status",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"equipments-{equipmentGid}-statuses-{statusTypeGid}-delete",
                "x-filename-id":"equipments-equipmentgid-statuses-statustypegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Equipment/Statuses"
                ],
                "summary":"Update a Status",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"equipments-{equipmentGid}-statuses-{statusTypeGid}-patch",
                "x-filename-id":"equipments-equipmentgid-statuses-statustypegid-patch"
            }
        },
        "/equipments/{equipmentGid}/specialServices":{
            "parameters":[
                {
                    "name":"equipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Equipment/Special Services"
                ],
                "summary":"Get Special Services",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/equipments.specialServices"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"equipments-{equipmentGid}-specialServices-get",
                "x-filename-id":"equipments-equipmentgid-specialservices-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Equipment/Special Services"
                ],
                "summary":"Create a Special Service",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/equipments.specialServices"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/equipments.specialServices"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/equipments.specialServices"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/equipments.specialServices"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"equipments-{equipmentGid}-specialServices-post",
                "x-filename-id":"equipments-equipmentgid-specialservices-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Equipment/Special Services"
                ],
                "summary":"Update Special Services",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"equipments-{equipmentGid}-specialServices-patch",
                "x-filename-id":"equipments-equipmentgid-specialservices-patch"
            }
        },
        "/equipments/{equipmentGid}/specialServices/{specialServiceGid}":{
            "parameters":[
                {
                    "name":"equipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"specialServiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Equipment/Special Services"
                ],
                "summary":"Get a Special Service",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/equipments.specialServices"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"equipments-{equipmentGid}-specialServices-{specialServiceGid}-get",
                "x-filename-id":"equipments-equipmentgid-specialservices-specialservicegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Equipment/Special Services"
                ],
                "summary":"Delete a Special Service",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"equipments-{equipmentGid}-specialServices-{specialServiceGid}-delete",
                "x-filename-id":"equipments-equipmentgid-specialservices-specialservicegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Equipment/Special Services"
                ],
                "summary":"Update a Special Service",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"equipments-{equipmentGid}-specialServices-{specialServiceGid}-patch",
                "x-filename-id":"equipments-equipmentgid-specialservices-specialservicegid-patch"
            }
        },
        "/equipments/{equipmentGid}/refnums":{
            "parameters":[
                {
                    "name":"equipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Equipment/Reference Numbers"
                ],
                "summary":"Get Reference Numbers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/equipments.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"equipments-{equipmentGid}-refnums-get",
                "x-filename-id":"equipments-equipmentgid-refnums-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Equipment/Reference Numbers"
                ],
                "summary":"Create a Reference Number",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/equipments.refnums"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/equipments.refnums"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/equipments.refnums"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/equipments.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"equipments-{equipmentGid}-refnums-post",
                "x-filename-id":"equipments-equipmentgid-refnums-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Equipment/Reference Numbers"
                ],
                "summary":"Update Reference Numbers",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"equipments-{equipmentGid}-refnums-patch",
                "x-filename-id":"equipments-equipmentgid-refnums-patch"
            }
        },
        "/equipments/{equipmentGid}/refnums/{equipmentRefnumQualGidxrefnumValue}":{
            "parameters":[
                {
                    "name":"equipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"equipmentRefnumQualGidxrefnumValue",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Equipment/Reference Numbers"
                ],
                "summary":"Get a Reference Number",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/equipments.refnums"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"equipments-{equipmentGid}-refnums-{equipmentRefnumQualGidxrefnumValue}-get",
                "x-filename-id":"equipments-equipmentgid-refnums-equipmentrefnumqualgidxrefnumvalue-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Equipment/Reference Numbers"
                ],
                "summary":"Delete a Reference Number",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"equipments-{equipmentGid}-refnums-{equipmentRefnumQualGidxrefnumValue}-delete",
                "x-filename-id":"equipments-equipmentgid-refnums-equipmentrefnumqualgidxrefnumvalue-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Equipment/Reference Numbers"
                ],
                "summary":"Update a Reference Number",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"equipments-{equipmentGid}-refnums-{equipmentRefnumQualGidxrefnumValue}-patch",
                "x-filename-id":"equipments-equipmentgid-refnums-equipmentrefnumqualgidxrefnumvalue-patch"
            }
        },
        "/equipments/{equipmentGid}/texts":{
            "parameters":[
                {
                    "name":"equipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Equipment/Texts"
                ],
                "summary":"Get Texts",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/equipments.texts"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"equipments-{equipmentGid}-texts-get",
                "x-filename-id":"equipments-equipmentgid-texts-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Equipment/Texts"
                ],
                "summary":"Create a Text",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/equipments.texts"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/equipments.texts"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/equipments.texts"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/equipments.texts"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"equipments-{equipmentGid}-texts-post",
                "x-filename-id":"equipments-equipmentgid-texts-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Equipment/Texts"
                ],
                "summary":"Update Texts",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"equipments-{equipmentGid}-texts-patch",
                "x-filename-id":"equipments-equipmentgid-texts-patch"
            }
        },
        "/equipments/{equipmentGid}/texts/{textTemplateGidxdocumentDefGid}":{
            "parameters":[
                {
                    "name":"equipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"textTemplateGidxdocumentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Equipment/Texts"
                ],
                "summary":"Get a Text",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/equipments.texts"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"equipments-{equipmentGid}-texts-{textTemplateGidxdocumentDefGid}-get",
                "x-filename-id":"equipments-equipmentgid-texts-texttemplategidxdocumentdefgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Equipment/Texts"
                ],
                "summary":"Delete a Text",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"equipments-{equipmentGid}-texts-{textTemplateGidxdocumentDefGid}-delete",
                "x-filename-id":"equipments-equipmentgid-texts-texttemplategidxdocumentdefgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Equipment/Texts"
                ],
                "summary":"Update a Text",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"equipments-{equipmentGid}-texts-{textTemplateGidxdocumentDefGid}-patch",
                "x-filename-id":"equipments-equipmentgid-texts-texttemplategidxdocumentdefgid-patch"
            }
        },
        "/equipments/{equipmentGid}/trackingEvents":{
            "parameters":[
                {
                    "name":"equipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Equipment/Tracking Events"
                ],
                "summary":"Get Tracking Events",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/equipments.trackingEvents"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"equipments-{equipmentGid}-trackingEvents-get",
                "x-filename-id":"equipments-equipmentgid-trackingevents-get"
            }
        },
        "/equipments/{equipmentGid}/trackingEvents/{iTransactionNo}":{
            "parameters":[
                {
                    "name":"equipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"iTransactionNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Equipment/Tracking Events"
                ],
                "summary":"Get a Tracking Event",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/equipments.trackingEvents"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"equipments-{equipmentGid}-trackingEvents-{iTransactionNo}-get",
                "x-filename-id":"equipments-equipmentgid-trackingevents-itransactionno-get"
            }
        },
        "/equipments/{equipmentGid}/documents":{
            "parameters":[
                {
                    "name":"equipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Equipment/Documents"
                ],
                "summary":"Get Documents",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/equipments.documents"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"equipments-{equipmentGid}-documents-get",
                "x-filename-id":"equipments-equipmentgid-documents-get"
            }
        },
        "/equipments/{equipmentGid}/documents/{documentGid}":{
            "parameters":[
                {
                    "name":"equipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Equipment/Documents"
                ],
                "summary":"Get a Document",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/equipments.documents"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"equipments-{equipmentGid}-documents-{documentGid}-get",
                "x-filename-id":"equipments-equipmentgid-documents-documentgid-get"
            }
        },
        "/rateAttributes":{
            "get":{
                "tags":[
                    "Power Data/Rate Attributes"
                ],
                "summary":"Get Rate Attributes",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/rateAttributes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateAttributes-get",
                "x-filename-id":"rateattributes-get"
            },
            "post":{
                "tags":[
                    "Power Data/Rate Attributes"
                ],
                "summary":"Create a Rate Attribute",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/rateAttributes"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateAttributes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateAttributes-post",
                "x-filename-id":"rateattributes-post"
            }
        },
        "/rateAttributes/{rateAttributeGid}":{
            "parameters":[
                {
                    "name":"rateAttributeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Rate Attributes"
                ],
                "summary":"Get a Rate Attribute",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateAttributes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateAttributes-{rateAttributeGid}-get",
                "x-filename-id":"rateattributes-rateattributegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Rate Attributes"
                ],
                "summary":"Delete a Rate Attribute",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rateAttributes-{rateAttributeGid}-delete",
                "x-filename-id":"rateattributes-rateattributegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Rate Attributes"
                ],
                "summary":"Update a Rate Attribute",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rateAttributes-{rateAttributeGid}-patch",
                "x-filename-id":"rateattributes-rateattributegid-patch"
            }
        },
        "/locationCapacityGroups":{
            "get":{
                "tags":[
                    "Power Data/Location Capacity Groups"
                ],
                "summary":"Get Location Capacity Groups",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/locationCapacityGroups"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locationCapacityGroups-get",
                "x-filename-id":"locationcapacitygroups-get"
            },
            "post":{
                "tags":[
                    "Power Data/Location Capacity Groups"
                ],
                "summary":"Create a Location Capacity Group",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/locationCapacityGroups"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/locationCapacityGroups"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locationCapacityGroups-post",
                "x-filename-id":"locationcapacitygroups-post"
            }
        },
        "/locationCapacityGroups/{locationCapacityGroupGid}":{
            "parameters":[
                {
                    "name":"locationCapacityGroupGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Location Capacity Groups"
                ],
                "summary":"Get a Location Capacity Group",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/locationCapacityGroups"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locationCapacityGroups-{locationCapacityGroupGid}-get",
                "x-filename-id":"locationcapacitygroups-locationcapacitygroupgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Location Capacity Groups"
                ],
                "summary":"Delete a Location Capacity Group",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"locationCapacityGroups-{locationCapacityGroupGid}-delete",
                "x-filename-id":"locationcapacitygroups-locationcapacitygroupgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Location Capacity Groups"
                ],
                "summary":"Update a Location Capacity Group",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"locationCapacityGroups-{locationCapacityGroupGid}-patch",
                "x-filename-id":"locationcapacitygroups-locationcapacitygroupgid-patch"
            }
        },
        "/locationCapacityGroups/{locationCapacityGroupGid}/locationCapacityGroupDetails":{
            "parameters":[
                {
                    "name":"locationCapacityGroupGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Location Capacity Groups/Location Capacity Group Details"
                ],
                "summary":"Get Location Capacity Group Details",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/locationCapacityGroups.locationCapacityGroupDetails"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locationCapacityGroups-{locationCapacityGroupGid}-locationCapacityGroupDetails-get",
                "x-filename-id":"locationcapacitygroups-locationcapacitygroupgid-locationcapacitygroupdetails-get"
            },
            "post":{
                "tags":[
                    "Power Data/Location Capacity Groups/Location Capacity Group Details"
                ],
                "summary":"Create a Location Capacity Group Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/locationCapacityGroups.locationCapacityGroupDetails"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/locationCapacityGroups.locationCapacityGroupDetails"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/locationCapacityGroups.locationCapacityGroupDetails"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/locationCapacityGroups.locationCapacityGroupDetails"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locationCapacityGroups-{locationCapacityGroupGid}-locationCapacityGroupDetails-post",
                "x-filename-id":"locationcapacitygroups-locationcapacitygroupgid-locationcapacitygroupdetails-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Location Capacity Groups/Location Capacity Group Details"
                ],
                "summary":"Update Location Capacity Group Details",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"locationCapacityGroups-{locationCapacityGroupGid}-locationCapacityGroupDetails-patch",
                "x-filename-id":"locationcapacitygroups-locationcapacitygroupgid-locationcapacitygroupdetails-patch"
            }
        },
        "/locationCapacityGroups/{locationCapacityGroupGid}/locationCapacityGroupDetails/{locationCapacityGid}":{
            "parameters":[
                {
                    "name":"locationCapacityGroupGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"locationCapacityGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Location Capacity Groups/Location Capacity Group Details"
                ],
                "summary":"Get a Location Capacity Group Detail",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/locationCapacityGroups.locationCapacityGroupDetails"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locationCapacityGroups-{locationCapacityGroupGid}-locationCapacityGroupDetails-{locationCapacityGid}-get",
                "x-filename-id":"locationcapacitygroups-locationcapacitygroupgid-locationcapacitygroupdetails-locationcapacitygid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Location Capacity Groups/Location Capacity Group Details"
                ],
                "summary":"Delete a Location Capacity Group Detail",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"locationCapacityGroups-{locationCapacityGroupGid}-locationCapacityGroupDetails-{locationCapacityGid}-delete",
                "x-filename-id":"locationcapacitygroups-locationcapacitygroupgid-locationcapacitygroupdetails-locationcapacitygid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Location Capacity Groups/Location Capacity Group Details"
                ],
                "summary":"Update a Location Capacity Group Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"locationCapacityGroups-{locationCapacityGroupGid}-locationCapacityGroupDetails-{locationCapacityGid}-patch",
                "x-filename-id":"locationcapacitygroups-locationcapacitygroupgid-locationcapacitygroupdetails-locationcapacitygid-patch"
            }
        },
        "/registrationTypes":{
            "get":{
                "tags":[
                    "Power Data/Registration Types"
                ],
                "summary":"Get Registration Types",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/registrationTypes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"registrationTypes-get",
                "x-filename-id":"registrationtypes-get"
            },
            "post":{
                "tags":[
                    "Power Data/Registration Types"
                ],
                "summary":"Create a Registration Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/registrationTypes"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/registrationTypes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"registrationTypes-post",
                "x-filename-id":"registrationtypes-post"
            }
        },
        "/registrationTypes/{gtmRegistrationTypeGid}":{
            "parameters":[
                {
                    "name":"gtmRegistrationTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Registration Types"
                ],
                "summary":"Get a Registration Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/registrationTypes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"registrationTypes-{gtmRegistrationTypeGid}-get",
                "x-filename-id":"registrationtypes-gtmregistrationtypegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Registration Types"
                ],
                "summary":"Delete a Registration Type",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"registrationTypes-{gtmRegistrationTypeGid}-delete",
                "x-filename-id":"registrationtypes-gtmregistrationtypegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Registration Types"
                ],
                "summary":"Update a Registration Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"registrationTypes-{gtmRegistrationTypeGid}-patch",
                "x-filename-id":"registrationtypes-gtmregistrationtypegid-patch"
            }
        },
        "/customsDeclarations":{
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations"
                ],
                "summary":"Get Customs Declarations",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarations"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-get",
                "x-filename-id":"customsdeclarations-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Customs Declarations"
                ],
                "summary":"Create a Customs Declaration",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/customsDeclarations"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarations"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-post",
                "x-filename-id":"customsdeclarations-post"
            }
        },
        "/customsDeclarations/{gtmTransactionGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations"
                ],
                "summary":"Get a Customs Declaration",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarations"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-get",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Customs Declarations"
                ],
                "summary":"Delete a Customs Declaration",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-delete",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations"
                ],
                "summary":"Update a Customs Declaration",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-patch",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-patch"
            }
        },
        "/customsDeclarations/{gtmTransactionGid}/transactionQuantities":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations/Transaction Quantities"
                ],
                "summary":"Get Transaction Quantities",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarations.transactionQuantities"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-transactionQuantities-get",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-transactionquantities-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Customs Declarations/Transaction Quantities"
                ],
                "summary":"Create a Transaction Quantity",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/customsDeclarations.transactionQuantities"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/customsDeclarations.transactionQuantities"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarations.transactionQuantities"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarations.transactionQuantities"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-transactionQuantities-post",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-transactionquantities-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations/Transaction Quantities"
                ],
                "summary":"Update Transaction Quantities",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-transactionQuantities-patch",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-transactionquantities-patch"
            }
        },
        "/customsDeclarations/{gtmTransactionGid}/transactionQuantities/{gtmQuantityTypeGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmQuantityTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations/Transaction Quantities"
                ],
                "summary":"Get a Transaction Quantity",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarations.transactionQuantities"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-transactionQuantities-{gtmQuantityTypeGid}-get",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-transactionquantities-gtmquantitytypegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Customs Declarations/Transaction Quantities"
                ],
                "summary":"Delete a Transaction Quantity",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-transactionQuantities-{gtmQuantityTypeGid}-delete",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-transactionquantities-gtmquantitytypegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations/Transaction Quantities"
                ],
                "summary":"Update a Transaction Quantity",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-transactionQuantities-{gtmQuantityTypeGid}-patch",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-transactionquantities-gtmquantitytypegid-patch"
            }
        },
        "/customsDeclarations/{gtmTransactionGid}/transactionValues":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations/Transaction Values"
                ],
                "summary":"Get Transaction Values",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarations.transactionValues"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-transactionValues-get",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-transactionvalues-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Customs Declarations/Transaction Values"
                ],
                "summary":"Create a Transaction Value",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/customsDeclarations.transactionValues"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/customsDeclarations.transactionValues"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarations.transactionValues"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarations.transactionValues"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-transactionValues-post",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-transactionvalues-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations/Transaction Values"
                ],
                "summary":"Update Transaction Values",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-transactionValues-patch",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-transactionvalues-patch"
            }
        },
        "/customsDeclarations/{gtmTransactionGid}/transactionValues/{gtmValueQualifierGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmValueQualifierGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations/Transaction Values"
                ],
                "summary":"Get a Transaction Value",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarations.transactionValues"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-transactionValues-{gtmValueQualifierGid}-get",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-transactionvalues-gtmvaluequalifiergid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Customs Declarations/Transaction Values"
                ],
                "summary":"Delete a Transaction Value",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-transactionValues-{gtmValueQualifierGid}-delete",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-transactionvalues-gtmvaluequalifiergid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations/Transaction Values"
                ],
                "summary":"Update a Transaction Value",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-transactionValues-{gtmValueQualifierGid}-patch",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-transactionvalues-gtmvaluequalifiergid-patch"
            }
        },
        "/customsDeclarations/{gtmTransactionGid}/transactionDates":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations/Transaction Dates"
                ],
                "summary":"Get Transaction Dates",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarations.transactionDates"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-transactionDates-get",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-transactiondates-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Customs Declarations/Transaction Dates"
                ],
                "summary":"Create a Transaction Date",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/customsDeclarations.transactionDates"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/customsDeclarations.transactionDates"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarations.transactionDates"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarations.transactionDates"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-transactionDates-post",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-transactiondates-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations/Transaction Dates"
                ],
                "summary":"Update Transaction Dates",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-transactionDates-patch",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-transactiondates-patch"
            }
        },
        "/customsDeclarations/{gtmTransactionGid}/transactionDates/{dateQualifierGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"dateQualifierGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations/Transaction Dates"
                ],
                "summary":"Get a Transaction Date",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarations.transactionDates"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-transactionDates-{dateQualifierGid}-get",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-transactiondates-datequalifiergid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Customs Declarations/Transaction Dates"
                ],
                "summary":"Delete a Transaction Date",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-transactionDates-{dateQualifierGid}-delete",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-transactiondates-datequalifiergid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations/Transaction Dates"
                ],
                "summary":"Update a Transaction Date",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-transactionDates-{dateQualifierGid}-patch",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-transactiondates-datequalifiergid-patch"
            }
        },
        "/customsDeclarations/{gtmTransactionGid}/lines":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines"
                ],
                "summary":"Get Lines",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarations.lines"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-get",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines"
                ],
                "summary":"Create a Line",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/customsDeclarations.lines"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/customsDeclarations.lines"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarations.lines"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarations.lines"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-post",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines"
                ],
                "summary":"Update Lines",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-patch",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-patch"
            }
        },
        "/customsDeclarations/{gtmTransactionGid}/lines/{gtmTransactionLineGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines"
                ],
                "summary":"Get a Line",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarations.lines"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-get",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines"
                ],
                "summary":"Delete a Line",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-delete",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines"
                ],
                "summary":"Update a Line",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-patch",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-patch"
            }
        },
        "/customsDeclarations/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/lineCodes":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Line Codes"
                ],
                "summary":"Get Line Codes",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarations.lines.lineCodes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-lineCodes-get",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-linecodes-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Line Codes"
                ],
                "summary":"Create a Line Code",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/customsDeclarations.lines.lineCodes"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/customsDeclarations.lines.lineCodes"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarations.lines.lineCodes"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarations.lines.lineCodes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-lineCodes-post",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-linecodes-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Line Codes"
                ],
                "summary":"Update Line Codes",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-lineCodes-patch",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-linecodes-patch"
            }
        },
        "/customsDeclarations/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/lineCodes/{gtmTypeGidxgtmCode}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTypeGidxgtmCode",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Line Codes"
                ],
                "summary":"Get a Line Code",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarations.lines.lineCodes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-lineCodes-{gtmTypeGidxgtmCode}-get",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-linecodes-gtmtypegidxgtmcode-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Line Codes"
                ],
                "summary":"Delete a Line Code",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-lineCodes-{gtmTypeGidxgtmCode}-delete",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-linecodes-gtmtypegidxgtmcode-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Line Codes"
                ],
                "summary":"Update a Line Code",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-lineCodes-{gtmTypeGidxgtmCode}-patch",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-linecodes-gtmtypegidxgtmcode-patch"
            }
        },
        "/customsDeclarations/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/lineDates":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Line Dates"
                ],
                "summary":"Get Line Dates",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarations.lines.lineDates"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-lineDates-get",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-linedates-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Line Dates"
                ],
                "summary":"Create a Line Date",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/customsDeclarations.lines.lineDates"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/customsDeclarations.lines.lineDates"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarations.lines.lineDates"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarations.lines.lineDates"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-lineDates-post",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-linedates-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Line Dates"
                ],
                "summary":"Update Line Dates",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-lineDates-patch",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-linedates-patch"
            }
        },
        "/customsDeclarations/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/lineDates/{dateQualifierGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"dateQualifierGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Line Dates"
                ],
                "summary":"Get a Line Date",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarations.lines.lineDates"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-lineDates-{dateQualifierGid}-get",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-linedates-datequalifiergid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Line Dates"
                ],
                "summary":"Delete a Line Date",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-lineDates-{dateQualifierGid}-delete",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-linedates-datequalifiergid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Line Dates"
                ],
                "summary":"Update a Line Date",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-lineDates-{dateQualifierGid}-patch",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-linedates-datequalifiergid-patch"
            }
        },
        "/customsDeclarations/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/partyScreens":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Party Screens"
                ],
                "summary":"Get Party Screens",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarations.lines.partyScreens"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-partyScreens-get",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-partyscreens-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Party Screens"
                ],
                "summary":"Create a Party Screen",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/customsDeclarations.lines.partyScreens"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/customsDeclarations.lines.partyScreens"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarations.lines.partyScreens"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarations.lines.partyScreens"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-partyScreens-post",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-partyscreens-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Party Screens"
                ],
                "summary":"Update Party Screens",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-partyScreens-patch",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-partyscreens-patch"
            }
        },
        "/customsDeclarations/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/partyScreens/{gtmTrPartyScreenGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTrPartyScreenGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Party Screens"
                ],
                "summary":"Get a Party Screen",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarations.lines.partyScreens"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-partyScreens-{gtmTrPartyScreenGid}-get",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-partyscreens-gtmtrpartyscreengid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Party Screens"
                ],
                "summary":"Delete a Party Screen",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-partyScreens-{gtmTrPartyScreenGid}-delete",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-partyscreens-gtmtrpartyscreengid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Party Screens"
                ],
                "summary":"Update a Party Screen",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-partyScreens-{gtmTrPartyScreenGid}-patch",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-partyscreens-gtmtrpartyscreengid-patch"
            }
        },
        "/customsDeclarations/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/gtmTransLineProdDocs":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/GTM Transaction Line Documents"
                ],
                "summary":"Get GTM Transaction Line Documents",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarations.lines.gtmTransLineProdDocs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-gtmTransLineProdDocs-get",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-gtmtranslineproddocs-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/GTM Transaction Line Documents"
                ],
                "summary":"Create a GTM Transaction Line Document",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/customsDeclarations.lines.gtmTransLineProdDocs"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/customsDeclarations.lines.gtmTransLineProdDocs"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarations.lines.gtmTransLineProdDocs"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarations.lines.gtmTransLineProdDocs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-gtmTransLineProdDocs-post",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-gtmtranslineproddocs-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/GTM Transaction Line Documents"
                ],
                "summary":"Update GTM Transaction Line Documents",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-gtmTransLineProdDocs-patch",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-gtmtranslineproddocs-patch"
            }
        },
        "/customsDeclarations/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/gtmTransLineProdDocs/{prodDocSequence}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"prodDocSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/GTM Transaction Line Documents"
                ],
                "summary":"Get a GTM Transaction Line Document",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarations.lines.gtmTransLineProdDocs"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-gtmTransLineProdDocs-{prodDocSequence}-get",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-gtmtranslineproddocs-proddocsequence-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/GTM Transaction Line Documents"
                ],
                "summary":"Delete a GTM Transaction Line Document",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-gtmTransLineProdDocs-{prodDocSequence}-delete",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-gtmtranslineproddocs-proddocsequence-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/GTM Transaction Line Documents"
                ],
                "summary":"Update a GTM Transaction Line Document",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-gtmTransLineProdDocs-{prodDocSequence}-patch",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-gtmtranslineproddocs-proddocsequence-patch"
            }
        },
        "/customsDeclarations/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/quantities":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Quantities"
                ],
                "summary":"Get Quantities",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarations.lines.quantities"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-quantities-get",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-quantities-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Quantities"
                ],
                "summary":"Create a Quantity",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/customsDeclarations.lines.quantities"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/customsDeclarations.lines.quantities"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarations.lines.quantities"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarations.lines.quantities"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-quantities-post",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-quantities-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Quantities"
                ],
                "summary":"Update Quantities",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-quantities-patch",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-quantities-patch"
            }
        },
        "/customsDeclarations/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/quantities/{gtmTransLineQtySeqNo}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransLineQtySeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Quantities"
                ],
                "summary":"Get a Quantity",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarations.lines.quantities"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-quantities-{gtmTransLineQtySeqNo}-get",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-quantities-gtmtranslineqtyseqno-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Quantities"
                ],
                "summary":"Delete a Quantity",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-quantities-{gtmTransLineQtySeqNo}-delete",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-quantities-gtmtranslineqtyseqno-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Quantities"
                ],
                "summary":"Update a Quantity",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-quantities-{gtmTransLineQtySeqNo}-patch",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-quantities-gtmtranslineqtyseqno-patch"
            }
        },
        "/customsDeclarations/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/values":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Values"
                ],
                "summary":"Get Values",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarations.lines.values"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-values-get",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-values-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Values"
                ],
                "summary":"Create a Value",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/customsDeclarations.lines.values"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/customsDeclarations.lines.values"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarations.lines.values"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarations.lines.values"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-values-post",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-values-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Values"
                ],
                "summary":"Update Values",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-values-patch",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-values-patch"
            }
        },
        "/customsDeclarations/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/values/{gtmValueQualifierGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmValueQualifierGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Values"
                ],
                "summary":"Get a Value",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarations.lines.values"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-values-{gtmValueQualifierGid}-get",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-values-gtmvaluequalifiergid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Values"
                ],
                "summary":"Delete a Value",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-values-{gtmValueQualifierGid}-delete",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-values-gtmvaluequalifiergid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Values"
                ],
                "summary":"Update a Value",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-values-{gtmValueQualifierGid}-patch",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-values-gtmvaluequalifiergid-patch"
            }
        },
        "/customsDeclarations/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/values/{gtmValueQualifierGid}/valueDetails":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmValueQualifierGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Values/Value Details"
                ],
                "summary":"Get Value Details",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarations.lines.values.valueDetails"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-values-{gtmValueQualifierGid}-valueDetails-get",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-values-gtmvaluequalifiergid-valuedetails-get"
            }
        },
        "/customsDeclarations/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/values/{gtmValueQualifierGid}/valueDetails/{gtmTransactionLineGidxgtmValueQualifierGidxsequenceNo}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmValueQualifierGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGidxgtmValueQualifierGidxsequenceNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Values/Value Details"
                ],
                "summary":"Get a Value Detail",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarations.lines.values.valueDetails"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"lines-{gtmTransactionLineGid}-values-{gtmValueQualifierGid}-valueDetails-{gtmTransactionLineGidxgtmValueQualifierGidxsequenceNo}-get",
                "x-filename-id":"lines-gtmtransactionlinegid-values-gtmvaluequalifiergid-valuedetails-gtmtransactionlinegidxgtmvaluequalifiergidxsequenceno-get"
            }
        },
        "/customsDeclarations/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/percentageValues":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Percentage Values"
                ],
                "summary":"Get Percentage Values",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarations.lines.percentageValues"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-percentageValues-get",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-percentagevalues-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Percentage Values"
                ],
                "summary":"Create a Percentage Value",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/customsDeclarations.lines.percentageValues"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/customsDeclarations.lines.percentageValues"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarations.lines.percentageValues"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarations.lines.percentageValues"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-percentageValues-post",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-percentagevalues-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Percentage Values"
                ],
                "summary":"Update Percentage Values",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-percentageValues-patch",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-percentagevalues-patch"
            }
        },
        "/customsDeclarations/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/percentageValues/{gtmPercentageValueQualGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmPercentageValueQualGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Percentage Values"
                ],
                "summary":"Get a Percentage Value",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarations.lines.percentageValues"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-percentageValues-{gtmPercentageValueQualGid}-get",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-percentagevalues-gtmpercentagevaluequalgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Percentage Values"
                ],
                "summary":"Delete a Percentage Value",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-percentageValues-{gtmPercentageValueQualGid}-delete",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-percentagevalues-gtmpercentagevaluequalgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Percentage Values"
                ],
                "summary":"Update a Percentage Value",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-percentageValues-{gtmPercentageValueQualGid}-patch",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-percentagevalues-gtmpercentagevaluequalgid-patch"
            }
        },
        "/customsDeclarations/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/textLinks":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Text Links"
                ],
                "summary":"Get Text Links",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarations.lines.textLinks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-textLinks-get",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-textlinks-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Text Links"
                ],
                "summary":"Create a Text Link",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/customsDeclarations.lines.textLinks"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/customsDeclarations.lines.textLinks"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarations.lines.textLinks"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarations.lines.textLinks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-textLinks-post",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-textlinks-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Text Links"
                ],
                "summary":"Update Text Links",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-textLinks-patch",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-textlinks-patch"
            }
        },
        "/customsDeclarations/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/textLinks/{gtmTransLineTextLinkGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransLineTextLinkGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Text Links"
                ],
                "summary":"Get a Text Link",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarations.lines.textLinks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-textLinks-{gtmTransLineTextLinkGid}-get",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-textlinks-gtmtranslinetextlinkgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Text Links"
                ],
                "summary":"Delete a Text Link",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-textLinks-{gtmTransLineTextLinkGid}-delete",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-textlinks-gtmtranslinetextlinkgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Text Links"
                ],
                "summary":"Update a Text Link",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-textLinks-{gtmTransLineTextLinkGid}-patch",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-textlinks-gtmtranslinetextlinkgid-patch"
            }
        },
        "/customsDeclarations/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/productClassifications":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Product Classifications"
                ],
                "summary":"Get Product Classifications",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarations.lines.productClassifications"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-productClassifications-get",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-productclassifications-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Product Classifications"
                ],
                "summary":"Create a Product Classification",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/customsDeclarations.lines.productClassifications"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/customsDeclarations.lines.productClassifications"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarations.lines.productClassifications"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarations.lines.productClassifications"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-productClassifications-post",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-productclassifications-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Product Classifications"
                ],
                "summary":"Update Product Classifications",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-productClassifications-patch",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-productclassifications-patch"
            }
        },
        "/customsDeclarations/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/productClassifications/{gtmTrProdClassificationGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTrProdClassificationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Product Classifications"
                ],
                "summary":"Get a Product Classification",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarations.lines.productClassifications"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-productClassifications-{gtmTrProdClassificationGid}-get",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-productclassifications-gtmtrprodclassificationgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Product Classifications"
                ],
                "summary":"Delete a Product Classification",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-productClassifications-{gtmTrProdClassificationGid}-delete",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-productclassifications-gtmtrprodclassificationgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Product Classifications"
                ],
                "summary":"Update a Product Classification",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-productClassifications-{gtmTrProdClassificationGid}-patch",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-productclassifications-gtmtrprodclassificationgid-patch"
            }
        },
        "/customsDeclarations/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/involvedParties":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Involved Parties"
                ],
                "summary":"Get Involved Parties",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarations.lines.involvedParties"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-involvedParties-get",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-involvedparties-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Involved Parties"
                ],
                "summary":"Create an Involved Party",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/customsDeclarations.lines.involvedParties"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/customsDeclarations.lines.involvedParties"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarations.lines.involvedParties"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarations.lines.involvedParties"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-involvedParties-post",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-involvedparties-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Involved Parties"
                ],
                "summary":"Update Involved Parties",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-involvedParties-patch",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-involvedparties-patch"
            }
        },
        "/customsDeclarations/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/involvedParties/{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Involved Parties"
                ],
                "summary":"Get an Involved Party",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarations.lines.involvedParties"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-get",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Involved Parties"
                ],
                "summary":"Delete an Involved Party",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"{gtmTransactionGid}-lines-{gtmTransactionLineGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-delete",
                "x-filename-id":"gtmtransactiongid-lines-gtmtransactionlinegid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Involved Parties"
                ],
                "summary":"Update an Involved Party",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"{gtmTransactionGid}-lines-{gtmTransactionLineGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-patch",
                "x-filename-id":"gtmtransactiongid-lines-gtmtransactionlinegid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-patch"
            }
        },
        "/customsDeclarations/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/sanctions":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Sanctions"
                ],
                "summary":"Get Sanctions",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarations.lines.sanctions"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-sanctions-get",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-sanctions-get"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Sanctions"
                ],
                "summary":"Update Sanctions",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-sanctions-patch",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-sanctions-patch"
            }
        },
        "/customsDeclarations/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/sanctions/{gtmTrSanctionGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTrSanctionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Sanctions"
                ],
                "summary":"Get a Sanction",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarations.lines.sanctions"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-sanctions-{gtmTrSanctionGid}-get",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-sanctions-gtmtrsanctiongid-get"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Sanctions"
                ],
                "summary":"Update a Sanction",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-sanctions-{gtmTrSanctionGid}-patch",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-sanctions-gtmtrsanctiongid-patch"
            }
        },
        "/customsDeclarations/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/statuses":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Statuses"
                ],
                "summary":"Get Statuses",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarations.lines.statuses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-statuses-get",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-statuses-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Statuses"
                ],
                "summary":"Create a Status",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/customsDeclarations.lines.statuses"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/customsDeclarations.lines.statuses"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarations.lines.statuses"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarations.lines.statuses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-statuses-post",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-statuses-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Statuses"
                ],
                "summary":"Update Statuses",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-statuses-patch",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-statuses-patch"
            }
        },
        "/customsDeclarations/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/statuses/{statusTypeGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"statusTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Statuses"
                ],
                "summary":"Get a Status",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarations.lines.statuses"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-statuses-{statusTypeGid}-get",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-statuses-statustypegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Statuses"
                ],
                "summary":"Delete a Status",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-statuses-{statusTypeGid}-delete",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-statuses-statustypegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Statuses"
                ],
                "summary":"Update a Status",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-statuses-{statusTypeGid}-patch",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-statuses-statustypegid-patch"
            }
        },
        "/customsDeclarations/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/otherControls":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Other Controls"
                ],
                "summary":"Get Other Controls",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarations.lines.otherControls"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-otherControls-get",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-othercontrols-get"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Other Controls"
                ],
                "summary":"Update Other Controls",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-otherControls-patch",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-othercontrols-patch"
            }
        },
        "/customsDeclarations/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/otherControls/{gtmTrOtherControlGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTrOtherControlGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Other Controls"
                ],
                "summary":"Get an Other Control",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarations.lines.otherControls"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-otherControls-{gtmTrOtherControlGid}-get",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-othercontrols-gtmtrothercontrolgid-get"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Other Controls"
                ],
                "summary":"Update an Other Control",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-otherControls-{gtmTrOtherControlGid}-patch",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-othercontrols-gtmtrothercontrolgid-patch"
            }
        },
        "/customsDeclarations/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/remarks":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Remarks"
                ],
                "summary":"Get Remarks",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarations.lines.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-remarks-get",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-remarks-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Remarks"
                ],
                "summary":"Create a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/customsDeclarations.lines.remarks"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/customsDeclarations.lines.remarks"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarations.lines.remarks"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarations.lines.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-remarks-post",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-remarks-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Remarks"
                ],
                "summary":"Update Remarks",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-remarks-patch",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-remarks-patch"
            }
        },
        "/customsDeclarations/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/remarks/{remarkSequence}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"remarkSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Remarks"
                ],
                "summary":"Get a Remark",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarations.lines.remarks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-remarks-{remarkSequence}-get",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-remarks-remarksequence-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Remarks"
                ],
                "summary":"Delete a Remark",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-remarks-{remarkSequence}-delete",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-remarks-remarksequence-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Remarks"
                ],
                "summary":"Update a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-remarks-{remarkSequence}-patch",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-remarks-remarksequence-patch"
            }
        },
        "/customsDeclarations/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/licenses":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Licenses"
                ],
                "summary":"Get Licenses",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarations.lines.licenses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-licenses-get",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-licenses-get"
            }
        },
        "/customsDeclarations/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/licenses/{gtmTransLineLicenseSeq}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransLineLicenseSeq",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Licenses"
                ],
                "summary":"Get a License",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarations.lines.licenses"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-licenses-{gtmTransLineLicenseSeq}-get",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-licenses-gtmtranslinelicenseseq-get"
            }
        },
        "/customsDeclarations/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/licenses/{gtmTransLineLicenseSeq}/tradeLicenses":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransLineLicenseSeq",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Licenses/Trade Licenses"
                ],
                "summary":"Get Trade Licenses",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarations.lines.licenses.tradeLicenses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-licenses-{gtmTransLineLicenseSeq}-tradeLicenses-get",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-licenses-gtmtranslinelicenseseq-tradelicenses-get"
            }
        },
        "/customsDeclarations/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/licenses/{gtmTransLineLicenseSeq}/tradeLicenses/{licenseGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransLineLicenseSeq",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"licenseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Licenses/Trade Licenses"
                ],
                "summary":"Get a Trade License",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarations.lines.licenses.tradeLicenses"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-licenses-{gtmTransLineLicenseSeq}-tradeLicenses-{licenseGid}-get",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-licenses-gtmtranslinelicenseseq-tradelicenses-licensegid-get"
            }
        },
        "/customsDeclarations/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/reqdClassifications":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Required Classifications"
                ],
                "summary":"Get Required Classifications",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarations.lines.reqdClassifications"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-reqdClassifications-get",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-reqdclassifications-get"
            }
        },
        "/customsDeclarations/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/reqdClassifications/{gtmProdClassTypeGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmProdClassTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Required Classifications"
                ],
                "summary":"Get a Required Classification",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarations.lines.reqdClassifications"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-reqdClassifications-{gtmProdClassTypeGid}-get",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-reqdclassifications-gtmprodclasstypegid-get"
            }
        },
        "/customsDeclarations/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/reportings":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Reportings"
                ],
                "summary":"Get Reportings",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarations.lines.reportings"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-reportings-get",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-reportings-get"
            }
        },
        "/customsDeclarations/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/reportings/{gtmTrReportingGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTrReportingGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Reportings"
                ],
                "summary":"Get a Reporting",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarations.lines.reportings"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-reportings-{gtmTrReportingGid}-get",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-reportings-gtmtrreportinggid-get"
            }
        },
        "/customsDeclarations/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/reqdocLinks":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Required Document Links"
                ],
                "summary":"Get Required Document Links",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarations.lines.reqdocLinks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-reqdocLinks-get",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-reqdoclinks-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Required Document Links"
                ],
                "summary":"Create a Required Document Link",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/customsDeclarations.lines.reqdocLinks"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/customsDeclarations.lines.reqdocLinks"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarations.lines.reqdocLinks"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarations.lines.reqdocLinks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-reqdocLinks-post",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-reqdoclinks-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Required Document Links"
                ],
                "summary":"Update Required Document Links",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-reqdocLinks-patch",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-reqdoclinks-patch"
            }
        },
        "/customsDeclarations/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/reqdocLinks/{gtmTransLineReqdocLinkGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransLineReqdocLinkGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Required Document Links"
                ],
                "summary":"Get a Required Document Link",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarations.lines.reqdocLinks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-reqdocLinks-{gtmTransLineReqdocLinkGid}-get",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-reqdoclinks-gtmtranslinereqdoclinkgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Required Document Links"
                ],
                "summary":"Delete a Required Document Link",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-reqdocLinks-{gtmTransLineReqdocLinkGid}-delete",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-reqdoclinks-gtmtranslinereqdoclinkgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Required Document Links"
                ],
                "summary":"Update a Required Document Link",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-reqdocLinks-{gtmTransLineReqdocLinkGid}-patch",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-reqdoclinks-gtmtranslinereqdoclinkgid-patch"
            }
        },
        "/customsDeclarations/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/baseAmounts":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Base Amounts"
                ],
                "summary":"Get Base Amounts",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarations.lines.baseAmounts"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-baseAmounts-get",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-baseamounts-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Base Amounts"
                ],
                "summary":"Create a Base Amount",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/customsDeclarations.lines.baseAmounts"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/customsDeclarations.lines.baseAmounts"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarations.lines.baseAmounts"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarations.lines.baseAmounts"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-baseAmounts-post",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-baseamounts-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Base Amounts"
                ],
                "summary":"Update Base Amounts",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-baseAmounts-patch",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-baseamounts-patch"
            }
        },
        "/customsDeclarations/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/baseAmounts/{gtmBaseAmountTypeGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmBaseAmountTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Base Amounts"
                ],
                "summary":"Get a Base Amount",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarations.lines.baseAmounts"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-baseAmounts-{gtmBaseAmountTypeGid}-get",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-baseamounts-gtmbaseamounttypegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Base Amounts"
                ],
                "summary":"Delete a Base Amount",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-baseAmounts-{gtmBaseAmountTypeGid}-delete",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-baseamounts-gtmbaseamounttypegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Base Amounts"
                ],
                "summary":"Update a Base Amount",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-baseAmounts-{gtmBaseAmountTypeGid}-patch",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-baseamounts-gtmbaseamounttypegid-patch"
            }
        },
        "/customsDeclarations/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/controlScreens":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Control Screens"
                ],
                "summary":"Get Control Screens",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarations.lines.controlScreens"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-controlScreens-get",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-controlscreens-get"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Control Screens"
                ],
                "summary":"Update Control Screens",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-controlScreens-patch",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-controlscreens-patch"
            }
        },
        "/customsDeclarations/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/controlScreens/{gtmTrControlScreenGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTrControlScreenGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Control Screens"
                ],
                "summary":"Get a Control Screen",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarations.lines.controlScreens"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-controlScreens-{gtmTrControlScreenGid}-get",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-controlscreens-gtmtrcontrolscreengid-get"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Control Screens"
                ],
                "summary":"Update a Control Screen",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-controlScreens-{gtmTrControlScreenGid}-patch",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-controlscreens-gtmtrcontrolscreengid-patch"
            }
        },
        "/customsDeclarations/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/reportQuantities":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Report Quantities"
                ],
                "summary":"Get Report Quantities",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarations.lines.reportQuantities"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-reportQuantities-get",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-reportquantities-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Report Quantities"
                ],
                "summary":"Create a Report Quantity",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/customsDeclarations.lines.reportQuantities"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/customsDeclarations.lines.reportQuantities"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarations.lines.reportQuantities"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarations.lines.reportQuantities"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-reportQuantities-post",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-reportquantities-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Report Quantities"
                ],
                "summary":"Update Report Quantities",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-reportQuantities-patch",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-reportquantities-patch"
            }
        },
        "/customsDeclarations/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/reportQuantities/{gtlrqSeqNum}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtlrqSeqNum",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Report Quantities"
                ],
                "summary":"Get a Report Quantity",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarations.lines.reportQuantities"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-reportQuantities-{gtlrqSeqNum}-get",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-reportquantities-gtlrqseqnum-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Report Quantities"
                ],
                "summary":"Delete a Report Quantity",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-reportQuantities-{gtlrqSeqNum}-delete",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-reportquantities-gtlrqseqnum-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Report Quantities"
                ],
                "summary":"Update a Report Quantity",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-reportQuantities-{gtlrqSeqNum}-patch",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-reportquantities-gtlrqseqnum-patch"
            }
        },
        "/customsDeclarations/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/refnums":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Reference Numbers"
                ],
                "summary":"Get Reference Numbers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarations.lines.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-refnums-get",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-refnums-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Reference Numbers"
                ],
                "summary":"Create a Reference Number",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/customsDeclarations.lines.refnums"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/customsDeclarations.lines.refnums"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarations.lines.refnums"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarations.lines.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-refnums-post",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-refnums-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Reference Numbers"
                ],
                "summary":"Update Reference Numbers",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-refnums-patch",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-refnums-patch"
            }
        },
        "/customsDeclarations/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/refnums/{gtmTranslineRefnumQualGidxrefnumValue}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTranslineRefnumQualGidxrefnumValue",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Reference Numbers"
                ],
                "summary":"Get a Reference Number",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarations.lines.refnums"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-refnums-{gtmTranslineRefnumQualGidxrefnumValue}-get",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-refnums-gtmtranslinerefnumqualgidxrefnumvalue-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Reference Numbers"
                ],
                "summary":"Delete a Reference Number",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-refnums-{gtmTranslineRefnumQualGidxrefnumValue}-delete",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-refnums-gtmtranslinerefnumqualgidxrefnumvalue-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Reference Numbers"
                ],
                "summary":"Update a Reference Number",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-refnums-{gtmTranslineRefnumQualGidxrefnumValue}-patch",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-refnums-gtmtranslinerefnumqualgidxrefnumvalue-patch"
            }
        },
        "/customsDeclarations/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/additionalInfos":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Additional Information"
                ],
                "summary":"Get Additional Information",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarations.lines.additionalInfos"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-additionalInfos-get",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-additionalinfos-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Additional Information"
                ],
                "summary":"Create an Additional Information",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/customsDeclarations.lines.additionalInfos"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/customsDeclarations.lines.additionalInfos"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarations.lines.additionalInfos"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarations.lines.additionalInfos"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-additionalInfos-post",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-additionalinfos-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Additional Information"
                ],
                "summary":"Update Additional Information",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-additionalInfos-patch",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-additionalinfos-patch"
            }
        },
        "/customsDeclarations/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/additionalInfos/{gtmAdditionalInfoGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmAdditionalInfoGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Additional Information"
                ],
                "summary":"Get an Additional Information",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarations.lines.additionalInfos"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-additionalInfos-{gtmAdditionalInfoGid}-get",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-additionalinfos-gtmadditionalinfogid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Additional Information"
                ],
                "summary":"Delete an Additional Information",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-additionalInfos-{gtmAdditionalInfoGid}-delete",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-additionalinfos-gtmadditionalinfogid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Additional Information"
                ],
                "summary":"Update an Additional Information",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-additionalInfos-{gtmAdditionalInfoGid}-patch",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-additionalinfos-gtmadditionalinfogid-patch"
            }
        },
        "/customsDeclarations/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/references":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/References"
                ],
                "summary":"Get References",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarations.lines.references"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-references-get",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-references-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/References"
                ],
                "summary":"Create a Reference",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/customsDeclarations.lines.references"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/customsDeclarations.lines.references"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarations.lines.references"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarations.lines.references"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-references-post",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-references-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/References"
                ],
                "summary":"Update References",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-references-patch",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-references-patch"
            }
        },
        "/customsDeclarations/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/references/{transLineRefGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"transLineRefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/References"
                ],
                "summary":"Get a Reference",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarations.lines.references"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-references-{transLineRefGid}-get",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-references-translinerefgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/References"
                ],
                "summary":"Delete a Reference",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-references-{transLineRefGid}-delete",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-references-translinerefgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/References"
                ],
                "summary":"Update a Reference",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-references-{transLineRefGid}-patch",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-references-translinerefgid-patch"
            }
        },
        "/customsDeclarations/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/notes":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Notes"
                ],
                "summary":"Get Notes",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarations.lines.notes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-notes-get",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-notes-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Notes"
                ],
                "summary":"Create a Note",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/customsDeclarations.lines.notes"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/customsDeclarations.lines.notes"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarations.lines.notes"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarations.lines.notes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-notes-post",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-notes-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Notes"
                ],
                "summary":"Update Notes",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-notes-patch",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-notes-patch"
            }
        },
        "/customsDeclarations/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/notes/{noteSequenceNo}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"noteSequenceNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Notes"
                ],
                "summary":"Get a Note",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarations.lines.notes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-notes-{noteSequenceNo}-get",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-notes-notesequenceno-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Notes"
                ],
                "summary":"Delete a Note",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-notes-{noteSequenceNo}-delete",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-notes-notesequenceno-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations/Lines/Notes"
                ],
                "summary":"Update a Note",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-notes-{noteSequenceNo}-patch",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-lines-gtmtransactionlinegid-notes-notesequenceno-patch"
            }
        },
        "/customsDeclarations/{gtmTransactionGid}/remarks":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations/Remarks"
                ],
                "summary":"Get Remarks",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarations.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-remarks-get",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-remarks-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Customs Declarations/Remarks"
                ],
                "summary":"Create a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/customsDeclarations.remarks"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/customsDeclarations.remarks"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarations.remarks"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarations.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-remarks-post",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-remarks-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations/Remarks"
                ],
                "summary":"Update Remarks",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-remarks-patch",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-remarks-patch"
            }
        },
        "/customsDeclarations/{gtmTransactionGid}/remarks/{remarkSequence}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"remarkSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations/Remarks"
                ],
                "summary":"Get a Remark",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarations.remarks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-remarks-{remarkSequence}-get",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-remarks-remarksequence-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Customs Declarations/Remarks"
                ],
                "summary":"Delete a Remark",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-remarks-{remarkSequence}-delete",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-remarks-remarksequence-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations/Remarks"
                ],
                "summary":"Update a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-remarks-{remarkSequence}-patch",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-remarks-remarksequence-patch"
            }
        },
        "/customsDeclarations/{gtmTransactionGid}/reqdocs":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations/Required Documents"
                ],
                "summary":"Get Required Documents",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarations.reqdocs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-reqdocs-get",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-reqdocs-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Customs Declarations/Required Documents"
                ],
                "summary":"Create a Required Document",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/customsDeclarations.reqdocs"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/customsDeclarations.reqdocs"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarations.reqdocs"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarations.reqdocs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-reqdocs-post",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-reqdocs-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations/Required Documents"
                ],
                "summary":"Update Required Documents",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-reqdocs-patch",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-reqdocs-patch"
            }
        },
        "/customsDeclarations/{gtmTransactionGid}/reqdocs/{documentDefGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations/Required Documents"
                ],
                "summary":"Get a Required Document",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarations.reqdocs"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-reqdocs-{documentDefGid}-get",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-reqdocs-documentdefgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Customs Declarations/Required Documents"
                ],
                "summary":"Delete a Required Document",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-reqdocs-{documentDefGid}-delete",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-reqdocs-documentdefgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations/Required Documents"
                ],
                "summary":"Update a Required Document",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-reqdocs-{documentDefGid}-patch",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-reqdocs-documentdefgid-patch"
            }
        },
        "/customsDeclarations/{gtmTransactionGid}/reqdocs/{documentDefGid}/reviewers":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations/Required Documents/Reviewers"
                ],
                "summary":"Get Reviewers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarations.reqdocs.reviewers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-reqdocs-{documentDefGid}-reviewers-get",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-reqdocs-documentdefgid-reviewers-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Customs Declarations/Required Documents/Reviewers"
                ],
                "summary":"Create a Reviewer",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/customsDeclarations.reqdocs.reviewers"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/customsDeclarations.reqdocs.reviewers"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarations.reqdocs.reviewers"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarations.reqdocs.reviewers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-reqdocs-{documentDefGid}-reviewers-post",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-reqdocs-documentdefgid-reviewers-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations/Required Documents/Reviewers"
                ],
                "summary":"Update Reviewers",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-reqdocs-{documentDefGid}-reviewers-patch",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-reqdocs-documentdefgid-reviewers-patch"
            }
        },
        "/customsDeclarations/{gtmTransactionGid}/reqdocs/{documentDefGid}/reviewers/{contactGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"contactGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations/Required Documents/Reviewers"
                ],
                "summary":"Get a Reviewer",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarations.reqdocs.reviewers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-reqdocs-{documentDefGid}-reviewers-{contactGid}-get",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-reqdocs-documentdefgid-reviewers-contactgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Customs Declarations/Required Documents/Reviewers"
                ],
                "summary":"Delete a Reviewer",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-reqdocs-{documentDefGid}-reviewers-{contactGid}-delete",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-reqdocs-documentdefgid-reviewers-contactgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations/Required Documents/Reviewers"
                ],
                "summary":"Update a Reviewer",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-reqdocs-{documentDefGid}-reviewers-{contactGid}-patch",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-reqdocs-documentdefgid-reviewers-contactgid-patch"
            }
        },
        "/customsDeclarations/{gtmTransactionGid}/reqdocs/{documentDefGid}/texts":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations/Required Documents/Texts"
                ],
                "summary":"Get Texts",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarations.reqdocs.texts"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-reqdocs-{documentDefGid}-texts-get",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-reqdocs-documentdefgid-texts-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Customs Declarations/Required Documents/Texts"
                ],
                "summary":"Create a Text",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/customsDeclarations.reqdocs.texts"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/customsDeclarations.reqdocs.texts"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarations.reqdocs.texts"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarations.reqdocs.texts"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-reqdocs-{documentDefGid}-texts-post",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-reqdocs-documentdefgid-texts-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations/Required Documents/Texts"
                ],
                "summary":"Update Texts",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-reqdocs-{documentDefGid}-texts-patch",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-reqdocs-documentdefgid-texts-patch"
            }
        },
        "/customsDeclarations/{gtmTransactionGid}/reqdocs/{documentDefGid}/texts/{textTemplateGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"textTemplateGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations/Required Documents/Texts"
                ],
                "summary":"Get a Text",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarations.reqdocs.texts"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-reqdocs-{documentDefGid}-texts-{textTemplateGid}-get",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-reqdocs-documentdefgid-texts-texttemplategid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Customs Declarations/Required Documents/Texts"
                ],
                "summary":"Delete a Text",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-reqdocs-{documentDefGid}-texts-{textTemplateGid}-delete",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-reqdocs-documentdefgid-texts-texttemplategid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations/Required Documents/Texts"
                ],
                "summary":"Update a Text",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-reqdocs-{documentDefGid}-texts-{textTemplateGid}-patch",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-reqdocs-documentdefgid-texts-texttemplategid-patch"
            }
        },
        "/customsDeclarations/{gtmTransactionGid}/reqdocs/{documentDefGid}/texts/{textTemplateGid}/textLinks":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"textTemplateGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations/Required Documents/Texts/Text Links"
                ],
                "summary":"Get Text Links",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarations.reqdocs.texts.textLinks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-reqdocs-{documentDefGid}-texts-{textTemplateGid}-textLinks-get",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-reqdocs-documentdefgid-texts-texttemplategid-textlinks-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Customs Declarations/Required Documents/Texts/Text Links"
                ],
                "summary":"Create a Text Link",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/customsDeclarations.reqdocs.texts.textLinks"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/customsDeclarations.reqdocs.texts.textLinks"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarations.reqdocs.texts.textLinks"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarations.reqdocs.texts.textLinks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-reqdocs-{documentDefGid}-texts-{textTemplateGid}-textLinks-post",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-reqdocs-documentdefgid-texts-texttemplategid-textlinks-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations/Required Documents/Texts/Text Links"
                ],
                "summary":"Update Text Links",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-reqdocs-{documentDefGid}-texts-{textTemplateGid}-textLinks-patch",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-reqdocs-documentdefgid-texts-texttemplategid-textlinks-patch"
            }
        },
        "/customsDeclarations/{gtmTransactionGid}/reqdocs/{documentDefGid}/texts/{textTemplateGid}/textLinks/{gtmTransLineTextLinkGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"textTemplateGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransLineTextLinkGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations/Required Documents/Texts/Text Links"
                ],
                "summary":"Get a Text Link",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarations.reqdocs.texts.textLinks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-reqdocs-{documentDefGid}-texts-{textTemplateGid}-textLinks-{gtmTransLineTextLinkGid}-get",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-reqdocs-documentdefgid-texts-texttemplategid-textlinks-gtmtranslinetextlinkgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Customs Declarations/Required Documents/Texts/Text Links"
                ],
                "summary":"Delete a Text Link",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-reqdocs-{documentDefGid}-texts-{textTemplateGid}-textLinks-{gtmTransLineTextLinkGid}-delete",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-reqdocs-documentdefgid-texts-texttemplategid-textlinks-gtmtranslinetextlinkgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations/Required Documents/Texts/Text Links"
                ],
                "summary":"Update a Text Link",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-reqdocs-{documentDefGid}-texts-{textTemplateGid}-textLinks-{gtmTransLineTextLinkGid}-patch",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-reqdocs-documentdefgid-texts-texttemplategid-textlinks-gtmtranslinetextlinkgid-patch"
            }
        },
        "/customsDeclarations/{gtmTransactionGid}/reqdocs/{documentDefGid}/docs":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations/Required Documents/Documents"
                ],
                "summary":"Get Documents",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarations.reqdocs.docs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-reqdocs-{documentDefGid}-docs-get",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-reqdocs-documentdefgid-docs-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Customs Declarations/Required Documents/Documents"
                ],
                "summary":"Create a Document",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/customsDeclarations.reqdocs.docs"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/customsDeclarations.reqdocs.docs"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarations.reqdocs.docs"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarations.reqdocs.docs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-reqdocs-{documentDefGid}-docs-post",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-reqdocs-documentdefgid-docs-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations/Required Documents/Documents"
                ],
                "summary":"Update Documents",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-reqdocs-{documentDefGid}-docs-patch",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-reqdocs-documentdefgid-docs-patch"
            }
        },
        "/customsDeclarations/{gtmTransactionGid}/reqdocs/{documentDefGid}/docs/{documentGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations/Required Documents/Documents"
                ],
                "summary":"Get a Document",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarations.reqdocs.docs"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-reqdocs-{documentDefGid}-docs-{documentGid}-get",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-reqdocs-documentdefgid-docs-documentgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Customs Declarations/Required Documents/Documents"
                ],
                "summary":"Delete a Document",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-reqdocs-{documentDefGid}-docs-{documentGid}-delete",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-reqdocs-documentdefgid-docs-documentgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations/Required Documents/Documents"
                ],
                "summary":"Update a Document",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-reqdocs-{documentDefGid}-docs-{documentGid}-patch",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-reqdocs-documentdefgid-docs-documentgid-patch"
            }
        },
        "/customsDeclarations/{gtmTransactionGid}/reqdocs/{documentDefGid}/docs/{documentGid}/reviews":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations/Required Documents/Documents/Reviews"
                ],
                "summary":"Get Reviews",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarations.reqdocs.docs.reviews"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-reqdocs-{documentDefGid}-docs-{documentGid}-reviews-get",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-reqdocs-documentdefgid-docs-documentgid-reviews-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Customs Declarations/Required Documents/Documents/Reviews"
                ],
                "summary":"Create a Review",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/customsDeclarations.reqdocs.docs.reviews"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/customsDeclarations.reqdocs.docs.reviews"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarations.reqdocs.docs.reviews"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarations.reqdocs.docs.reviews"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-reqdocs-{documentDefGid}-docs-{documentGid}-reviews-post",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-reqdocs-documentdefgid-docs-documentgid-reviews-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations/Required Documents/Documents/Reviews"
                ],
                "summary":"Update Reviews",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-reqdocs-{documentDefGid}-docs-{documentGid}-reviews-patch",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-reqdocs-documentdefgid-docs-documentgid-reviews-patch"
            }
        },
        "/customsDeclarations/{gtmTransactionGid}/reqdocs/{documentDefGid}/docs/{documentGid}/reviews/{contactGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"contactGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations/Required Documents/Documents/Reviews"
                ],
                "summary":"Get a Review",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarations.reqdocs.docs.reviews"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-reqdocs-{documentDefGid}-docs-{documentGid}-reviews-{contactGid}-get",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-reqdocs-documentdefgid-docs-documentgid-reviews-contactgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Customs Declarations/Required Documents/Documents/Reviews"
                ],
                "summary":"Delete a Review",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-reqdocs-{documentDefGid}-docs-{documentGid}-reviews-{contactGid}-delete",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-reqdocs-documentdefgid-docs-documentgid-reviews-contactgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations/Required Documents/Documents/Reviews"
                ],
                "summary":"Update a Review",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-reqdocs-{documentDefGid}-docs-{documentGid}-reviews-{contactGid}-patch",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-reqdocs-documentdefgid-docs-documentgid-reviews-contactgid-patch"
            }
        },
        "/customsDeclarations/{gtmTransactionGid}/reqdocs/{documentDefGid}/subscribers":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations/Required Documents/Subscribers"
                ],
                "summary":"Get Subscribers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarations.reqdocs.subscribers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-reqdocs-{documentDefGid}-subscribers-get",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-reqdocs-documentdefgid-subscribers-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Customs Declarations/Required Documents/Subscribers"
                ],
                "summary":"Create a Subscriber",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/customsDeclarations.reqdocs.subscribers"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/customsDeclarations.reqdocs.subscribers"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarations.reqdocs.subscribers"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarations.reqdocs.subscribers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-reqdocs-{documentDefGid}-subscribers-post",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-reqdocs-documentdefgid-subscribers-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations/Required Documents/Subscribers"
                ],
                "summary":"Update Subscribers",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-reqdocs-{documentDefGid}-subscribers-patch",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-reqdocs-documentdefgid-subscribers-patch"
            }
        },
        "/customsDeclarations/{gtmTransactionGid}/reqdocs/{documentDefGid}/subscribers/{contactGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"contactGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations/Required Documents/Subscribers"
                ],
                "summary":"Get a Subscriber",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarations.reqdocs.subscribers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-reqdocs-{documentDefGid}-subscribers-{contactGid}-get",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-reqdocs-documentdefgid-subscribers-contactgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Customs Declarations/Required Documents/Subscribers"
                ],
                "summary":"Delete a Subscriber",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-reqdocs-{documentDefGid}-subscribers-{contactGid}-delete",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-reqdocs-documentdefgid-subscribers-contactgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations/Required Documents/Subscribers"
                ],
                "summary":"Update a Subscriber",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-reqdocs-{documentDefGid}-subscribers-{contactGid}-patch",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-reqdocs-documentdefgid-subscribers-contactgid-patch"
            }
        },
        "/customsDeclarations/{gtmTransactionGid}/reqdocs/{documentDefGid}/statuses":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations/Required Documents/Statuses"
                ],
                "summary":"Get Statuses",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarations.reqdocs.statuses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-reqdocs-{documentDefGid}-statuses-get",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-reqdocs-documentdefgid-statuses-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Customs Declarations/Required Documents/Statuses"
                ],
                "summary":"Create a Status",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/customsDeclarations.reqdocs.statuses"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/customsDeclarations.reqdocs.statuses"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarations.reqdocs.statuses"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarations.reqdocs.statuses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-reqdocs-{documentDefGid}-statuses-post",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-reqdocs-documentdefgid-statuses-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations/Required Documents/Statuses"
                ],
                "summary":"Update Statuses",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-reqdocs-{documentDefGid}-statuses-patch",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-reqdocs-documentdefgid-statuses-patch"
            }
        },
        "/customsDeclarations/{gtmTransactionGid}/reqdocs/{documentDefGid}/statuses/{statusTypeGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"statusTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations/Required Documents/Statuses"
                ],
                "summary":"Get a Status",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarations.reqdocs.statuses"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-reqdocs-{documentDefGid}-statuses-{statusTypeGid}-get",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-reqdocs-documentdefgid-statuses-statustypegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Customs Declarations/Required Documents/Statuses"
                ],
                "summary":"Delete a Status",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-reqdocs-{documentDefGid}-statuses-{statusTypeGid}-delete",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-reqdocs-documentdefgid-statuses-statustypegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations/Required Documents/Statuses"
                ],
                "summary":"Update a Status",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-reqdocs-{documentDefGid}-statuses-{statusTypeGid}-patch",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-reqdocs-documentdefgid-statuses-statustypegid-patch"
            }
        },
        "/customsDeclarations/{gtmTransactionGid}/refnums":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations/Reference Numbers"
                ],
                "summary":"Get Reference Numbers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarations.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-refnums-get",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-refnums-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Customs Declarations/Reference Numbers"
                ],
                "summary":"Create a Reference Number",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/customsDeclarations.refnums"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/customsDeclarations.refnums"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarations.refnums"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarations.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-refnums-post",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-refnums-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations/Reference Numbers"
                ],
                "summary":"Update Reference Numbers",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-refnums-patch",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-refnums-patch"
            }
        },
        "/customsDeclarations/{gtmTransactionGid}/refnums/{gtmTransRefnumQualGidxrefnumValue}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransRefnumQualGidxrefnumValue",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations/Reference Numbers"
                ],
                "summary":"Get a Reference Number",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarations.refnums"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-refnums-{gtmTransRefnumQualGidxrefnumValue}-get",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-refnums-gtmtransrefnumqualgidxrefnumvalue-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Customs Declarations/Reference Numbers"
                ],
                "summary":"Delete a Reference Number",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-refnums-{gtmTransRefnumQualGidxrefnumValue}-delete",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-refnums-gtmtransrefnumqualgidxrefnumvalue-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations/Reference Numbers"
                ],
                "summary":"Update a Reference Number",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-refnums-{gtmTransRefnumQualGidxrefnumValue}-patch",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-refnums-gtmtransrefnumqualgidxrefnumvalue-patch"
            }
        },
        "/customsDeclarations/{gtmTransactionGid}/transactionCodes":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations/Transaction Codes"
                ],
                "summary":"Get Transaction Codes",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarations.transactionCodes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-transactionCodes-get",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-transactioncodes-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Customs Declarations/Transaction Codes"
                ],
                "summary":"Create a Transaction Code",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/customsDeclarations.transactionCodes"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/customsDeclarations.transactionCodes"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarations.transactionCodes"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarations.transactionCodes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-transactionCodes-post",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-transactioncodes-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations/Transaction Codes"
                ],
                "summary":"Update Transaction Codes",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-transactionCodes-patch",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-transactioncodes-patch"
            }
        },
        "/customsDeclarations/{gtmTransactionGid}/transactionCodes/{gtmTypeGidxgtmCode}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTypeGidxgtmCode",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations/Transaction Codes"
                ],
                "summary":"Get a Transaction Code",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarations.transactionCodes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-transactionCodes-{gtmTypeGidxgtmCode}-get",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-transactioncodes-gtmtypegidxgtmcode-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Customs Declarations/Transaction Codes"
                ],
                "summary":"Delete a Transaction Code",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-transactionCodes-{gtmTypeGidxgtmCode}-delete",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-transactioncodes-gtmtypegidxgtmcode-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations/Transaction Codes"
                ],
                "summary":"Update a Transaction Code",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-transactionCodes-{gtmTypeGidxgtmCode}-patch",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-transactioncodes-gtmtypegidxgtmcode-patch"
            }
        },
        "/customsDeclarations/{gtmTransactionGid}/involvedLocations":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations/Involved Locations"
                ],
                "summary":"Get Involved Locations",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarations.involvedLocations"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-involvedLocations-get",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-involvedlocations-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Customs Declarations/Involved Locations"
                ],
                "summary":"Create an Involved Location",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/customsDeclarations.involvedLocations"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/customsDeclarations.involvedLocations"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarations.involvedLocations"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarations.involvedLocations"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-involvedLocations-post",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-involvedlocations-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations/Involved Locations"
                ],
                "summary":"Update Involved Locations",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-involvedLocations-patch",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-involvedlocations-patch"
            }
        },
        "/customsDeclarations/{gtmTransactionGid}/involvedLocations/{involvedLocationQualGidxinvolvedLocationGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"involvedLocationQualGidxinvolvedLocationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations/Involved Locations"
                ],
                "summary":"Get an Involved Location",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarations.involvedLocations"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-involvedLocations-{involvedLocationQualGidxinvolvedLocationGid}-get",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-involvedlocations-involvedlocationqualgidxinvolvedlocationgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Customs Declarations/Involved Locations"
                ],
                "summary":"Delete an Involved Location",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-involvedLocations-{involvedLocationQualGidxinvolvedLocationGid}-delete",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-involvedlocations-involvedlocationqualgidxinvolvedlocationgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations/Involved Locations"
                ],
                "summary":"Update an Involved Location",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-involvedLocations-{involvedLocationQualGidxinvolvedLocationGid}-patch",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-involvedlocations-involvedlocationqualgidxinvolvedlocationgid-patch"
            }
        },
        "/customsDeclarations/{gtmTransactionGid}/involvedParties":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations/Involved Parties"
                ],
                "summary":"Get Involved Parties",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarations.involvedParties"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-involvedParties-get",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-involvedparties-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Customs Declarations/Involved Parties"
                ],
                "summary":"Create an Involved Party",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/customsDeclarations.involvedParties"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/customsDeclarations.involvedParties"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarations.involvedParties"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarations.involvedParties"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-involvedParties-post",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-involvedparties-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations/Involved Parties"
                ],
                "summary":"Update Involved Parties",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-involvedParties-patch",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-involvedparties-patch"
            }
        },
        "/customsDeclarations/{gtmTransactionGid}/involvedParties/{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations/Involved Parties"
                ],
                "summary":"Get an Involved Party",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarations.involvedParties"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-get",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Customs Declarations/Involved Parties"
                ],
                "summary":"Delete an Involved Party",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-delete",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations/Involved Parties"
                ],
                "summary":"Update an Involved Party",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-patch",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-patch"
            }
        },
        "/customsDeclarations/{gtmTransactionGid}/statuses":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations/Statuses"
                ],
                "summary":"Get Statuses",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarations.statuses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-statuses-get",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-statuses-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Customs Declarations/Statuses"
                ],
                "summary":"Create a Status",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/customsDeclarations.statuses"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/customsDeclarations.statuses"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarations.statuses"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarations.statuses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-statuses-post",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-statuses-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations/Statuses"
                ],
                "summary":"Update Statuses",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-statuses-patch",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-statuses-patch"
            }
        },
        "/customsDeclarations/{gtmTransactionGid}/statuses/{statusTypeGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"statusTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations/Statuses"
                ],
                "summary":"Get a Status",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarations.statuses"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-statuses-{statusTypeGid}-get",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-statuses-statustypegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Customs Declarations/Statuses"
                ],
                "summary":"Delete a Status",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-statuses-{statusTypeGid}-delete",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-statuses-statustypegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations/Statuses"
                ],
                "summary":"Update a Status",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-statuses-{statusTypeGid}-patch",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-statuses-statustypegid-patch"
            }
        },
        "/customsDeclarations/{gtmTransactionGid}/ports":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations/Ports"
                ],
                "summary":"Get Ports",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarations.ports"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-ports-get",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-ports-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Customs Declarations/Ports"
                ],
                "summary":"Create a Port",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/customsDeclarations.ports"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/customsDeclarations.ports"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarations.ports"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarations.ports"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-ports-post",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-ports-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations/Ports"
                ],
                "summary":"Update Ports",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-ports-patch",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-ports-patch"
            }
        },
        "/customsDeclarations/{gtmTransactionGid}/ports/{gtmPortQualifierGidxlocationGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmPortQualifierGidxlocationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations/Ports"
                ],
                "summary":"Get a Port",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarations.ports"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-ports-{gtmPortQualifierGidxlocationGid}-get",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-ports-gtmportqualifiergidxlocationgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Customs Declarations/Ports"
                ],
                "summary":"Delete a Port",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-ports-{gtmPortQualifierGidxlocationGid}-delete",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-ports-gtmportqualifiergidxlocationgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations/Ports"
                ],
                "summary":"Update a Port",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-ports-{gtmPortQualifierGidxlocationGid}-patch",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-ports-gtmportqualifiergidxlocationgid-patch"
            }
        },
        "/customsDeclarations/{gtmTransactionGid}/policies":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations/Policies"
                ],
                "summary":"Get Policies",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarations.policies"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-policies-get",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-policies-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Customs Declarations/Policies"
                ],
                "summary":"Create a Policy",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/customsDeclarations.policies"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/customsDeclarations.policies"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarations.policies"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarations.policies"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-policies-post",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-policies-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations/Policies"
                ],
                "summary":"Update Policies",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-policies-patch",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-policies-patch"
            }
        },
        "/customsDeclarations/{gtmTransactionGid}/policies/{gtmPolicyQualifierGidxgtmComplianceTemplateGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmPolicyQualifierGidxgtmComplianceTemplateGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations/Policies"
                ],
                "summary":"Get a Policy",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarations.policies"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-policies-{gtmPolicyQualifierGidxgtmComplianceTemplateGid}-get",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-policies-gtmpolicyqualifiergidxgtmcompliancetemplategid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Customs Declarations/Policies"
                ],
                "summary":"Delete a Policy",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-policies-{gtmPolicyQualifierGidxgtmComplianceTemplateGid}-delete",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-policies-gtmpolicyqualifiergidxgtmcompliancetemplategid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations/Policies"
                ],
                "summary":"Update a Policy",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-policies-{gtmPolicyQualifierGidxgtmComplianceTemplateGid}-patch",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-policies-gtmpolicyqualifiergidxgtmcompliancetemplategid-patch"
            }
        },
        "/customsDeclarations/{gtmTransactionGid}/documents":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations/Documents"
                ],
                "summary":"Get Documents",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarations.documents"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-documents-get",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-documents-get"
            }
        },
        "/customsDeclarations/{gtmTransactionGid}/documents/{documentGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations/Documents"
                ],
                "summary":"Get a Document",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarations.documents"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarations-{gtmTransactionGid}-documents-{documentGid}-get",
                "x-filename-id":"customsdeclarations-gtmtransactiongid-documents-documentgid-get"
            }
        },
        "/partyGroups":{
            "get":{
                "tags":[
                    "Power Data/Party Groups"
                ],
                "summary":"Get Party Groups",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/partyGroups"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"partyGroups-get",
                "x-filename-id":"partygroups-get"
            },
            "post":{
                "tags":[
                    "Power Data/Party Groups"
                ],
                "summary":"Create a Party Group",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/partyGroups"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/partyGroups"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"partyGroups-post",
                "x-filename-id":"partygroups-post"
            }
        },
        "/partyGroups/{gtmPartyListGroupGid}":{
            "parameters":[
                {
                    "name":"gtmPartyListGroupGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Party Groups"
                ],
                "summary":"Get a Party Group",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/partyGroups"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"partyGroups-{gtmPartyListGroupGid}-get",
                "x-filename-id":"partygroups-gtmpartylistgroupgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Party Groups"
                ],
                "summary":"Delete a Party Group",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"partyGroups-{gtmPartyListGroupGid}-delete",
                "x-filename-id":"partygroups-gtmpartylistgroupgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Party Groups"
                ],
                "summary":"Update a Party Group",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"partyGroups-{gtmPartyListGroupGid}-patch",
                "x-filename-id":"partygroups-gtmpartylistgroupgid-patch"
            }
        },
        "/partyGroups/{gtmPartyListGroupGid}/details":{
            "parameters":[
                {
                    "name":"gtmPartyListGroupGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Party Groups/Details"
                ],
                "summary":"Get Details",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/partyGroups.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"partyGroups-{gtmPartyListGroupGid}-details-get",
                "x-filename-id":"partygroups-gtmpartylistgroupgid-details-get"
            },
            "post":{
                "tags":[
                    "Power Data/Party Groups/Details"
                ],
                "summary":"Create a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/partyGroups.details"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/partyGroups.details"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/partyGroups.details"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/partyGroups.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"partyGroups-{gtmPartyListGroupGid}-details-post",
                "x-filename-id":"partygroups-gtmpartylistgroupgid-details-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Party Groups/Details"
                ],
                "summary":"Update Details",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"partyGroups-{gtmPartyListGroupGid}-details-patch",
                "x-filename-id":"partygroups-gtmpartylistgroupgid-details-patch"
            }
        },
        "/partyGroups/{gtmPartyListGroupGid}/details/{contactGid}":{
            "parameters":[
                {
                    "name":"gtmPartyListGroupGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"contactGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Party Groups/Details"
                ],
                "summary":"Get a Detail",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/partyGroups.details"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"partyGroups-{gtmPartyListGroupGid}-details-{contactGid}-get",
                "x-filename-id":"partygroups-gtmpartylistgroupgid-details-contactgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Party Groups/Details"
                ],
                "summary":"Delete a Detail",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"partyGroups-{gtmPartyListGroupGid}-details-{contactGid}-delete",
                "x-filename-id":"partygroups-gtmpartylistgroupgid-details-contactgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Party Groups/Details"
                ],
                "summary":"Update a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"partyGroups-{gtmPartyListGroupGid}-details-{contactGid}-patch",
                "x-filename-id":"partygroups-gtmpartylistgroupgid-details-contactgid-patch"
            }
        },
        "/orientations":{
            "get":{
                "tags":[
                    "Power Data/Orientations"
                ],
                "summary":"Get Orientations",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orientations"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orientations-get",
                "x-filename-id":"orientations-get"
            },
            "post":{
                "tags":[
                    "Power Data/Orientations"
                ],
                "summary":"Create an Orientation",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/orientations"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orientations"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orientations-post",
                "x-filename-id":"orientations-post"
            }
        },
        "/orientations/{orientationGid}":{
            "parameters":[
                {
                    "name":"orientationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Orientations"
                ],
                "summary":"Get an Orientation",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orientations"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orientations-{orientationGid}-get",
                "x-filename-id":"orientations-orientationgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Orientations"
                ],
                "summary":"Delete an Orientation",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orientations-{orientationGid}-delete",
                "x-filename-id":"orientations-orientationgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Orientations"
                ],
                "summary":"Update an Orientation",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orientations-{orientationGid}-patch",
                "x-filename-id":"orientations-orientationgid-patch"
            }
        },
        "/rateUnitBreakProfiles":{
            "get":{
                "tags":[
                    "Power Data/Rate Unit Break Profiles"
                ],
                "summary":"Get Rate Unit Break Profiles",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/rateUnitBreakProfiles"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateUnitBreakProfiles-get",
                "x-filename-id":"rateunitbreakprofiles-get"
            }
        },
        "/rateUnitBreakProfiles/{rateUnitBreakProfileGid}":{
            "parameters":[
                {
                    "name":"rateUnitBreakProfileGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Rate Unit Break Profiles"
                ],
                "summary":"Get a Rate Unit Break Profile",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateUnitBreakProfiles"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateUnitBreakProfiles-{rateUnitBreakProfileGid}-get",
                "x-filename-id":"rateunitbreakprofiles-rateunitbreakprofilegid-get"
            }
        },
        "/rateUnitBreakProfiles/{rateUnitBreakProfileGid}/rateUnitBreaks":{
            "parameters":[
                {
                    "name":"rateUnitBreakProfileGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Rate Unit Break Profiles/Rate Unit Breaks"
                ],
                "summary":"Get Rate Unit Breaks",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/rateUnitBreakProfiles.rateUnitBreaks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateUnitBreakProfiles-{rateUnitBreakProfileGid}-rateUnitBreaks-get",
                "x-filename-id":"rateunitbreakprofiles-rateunitbreakprofilegid-rateunitbreaks-get"
            }
        },
        "/rateUnitBreakProfiles/{rateUnitBreakProfileGid}/rateUnitBreaks/{rateUnitBreakGid}":{
            "parameters":[
                {
                    "name":"rateUnitBreakProfileGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"rateUnitBreakGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Rate Unit Break Profiles/Rate Unit Breaks"
                ],
                "summary":"Get a Rate Unit Break",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateUnitBreakProfiles.rateUnitBreaks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateUnitBreakProfiles-{rateUnitBreakProfileGid}-rateUnitBreaks-{rateUnitBreakGid}-get",
                "x-filename-id":"rateunitbreakprofiles-rateunitbreakprofilegid-rateunitbreaks-rateunitbreakgid-get"
            }
        },
        "/rateOfferings":{
            "get":{
                "tags":[
                    "Business Objects/Rate Offerings"
                ],
                "summary":"Get Rate Offerings",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/rateOfferings"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateOfferings-get",
                "x-filename-id":"rateofferings-get"
            }
        },
        "/rateOfferings/{rateOfferingGid}":{
            "parameters":[
                {
                    "name":"rateOfferingGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Rate Offerings"
                ],
                "summary":"Get a Rate Offering",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateOfferings"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateOfferings-{rateOfferingGid}-get",
                "x-filename-id":"rateofferings-rateofferinggid-get"
            }
        },
        "/rateOfferings/{rateOfferingGid}/rateRulesAndTerms":{
            "parameters":[
                {
                    "name":"rateOfferingGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Rate Offerings/Rules and Terms"
                ],
                "summary":"Get Rules and Terms",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/rateOfferings.rateRulesAndTerms"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateOfferings-{rateOfferingGid}-rateRulesAndTerms-get",
                "x-filename-id":"rateofferings-rateofferinggid-raterulesandterms-get"
            }
        },
        "/rateOfferings/{rateOfferingGid}/rateRulesAndTerms/{ruleNumber}":{
            "parameters":[
                {
                    "name":"rateOfferingGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"ruleNumber",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Rate Offerings/Rules and Terms"
                ],
                "summary":"Get a Rules and Term",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateOfferings.rateRulesAndTerms"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateOfferings-{rateOfferingGid}-rateRulesAndTerms-{ruleNumber}-get",
                "x-filename-id":"rateofferings-rateofferinggid-raterulesandterms-rulenumber-get"
            }
        },
        "/rateOfferings/{rateOfferingGid}/involvedParties":{
            "parameters":[
                {
                    "name":"rateOfferingGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Rate Offerings/Involved Parties"
                ],
                "summary":"Get Involved Parties",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/rateOfferings.involvedParties"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateOfferings-{rateOfferingGid}-involvedParties-get",
                "x-filename-id":"rateofferings-rateofferinggid-involvedparties-get"
            }
        },
        "/rateOfferings/{rateOfferingGid}/involvedParties/{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}":{
            "parameters":[
                {
                    "name":"rateOfferingGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Rate Offerings/Involved Parties"
                ],
                "summary":"Get an Involved Party",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateOfferings.involvedParties"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateOfferings-{rateOfferingGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-get",
                "x-filename-id":"rateofferings-rateofferinggid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-get"
            }
        },
        "/rateOfferings/{rateOfferingGid}/stopRates":{
            "parameters":[
                {
                    "name":"rateOfferingGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Rate Offerings/Stop Rates"
                ],
                "summary":"Get Stop Rates",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/rateOfferings.stopRates"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateOfferings-{rateOfferingGid}-stopRates-get",
                "x-filename-id":"rateofferings-rateofferinggid-stoprates-get"
            }
        },
        "/rateOfferings/{rateOfferingGid}/stopRates/{lowStopxhighStop}":{
            "parameters":[
                {
                    "name":"rateOfferingGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"lowStopxhighStop",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Rate Offerings/Stop Rates"
                ],
                "summary":"Get a Stop Rate",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateOfferings.stopRates"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateOfferings-{rateOfferingGid}-stopRates-{lowStopxhighStop}-get",
                "x-filename-id":"rateofferings-rateofferinggid-stoprates-lowstopxhighstop-get"
            }
        },
        "/rateOfferings/{rateOfferingGid}/comments":{
            "parameters":[
                {
                    "name":"rateOfferingGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Rate Offerings/Comments"
                ],
                "summary":"Get Comments",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/rateOfferings.comments"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateOfferings-{rateOfferingGid}-comments-get",
                "x-filename-id":"rateofferings-rateofferinggid-comments-get"
            }
        },
        "/rateOfferings/{rateOfferingGid}/comments/{commentDate}":{
            "parameters":[
                {
                    "name":"rateOfferingGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"commentDate",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Rate Offerings/Comments"
                ],
                "summary":"Get a Comment",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateOfferings.comments"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateOfferings-{rateOfferingGid}-comments-{commentDate}-get",
                "x-filename-id":"rateofferings-rateofferinggid-comments-commentdate-get"
            }
        },
        "/rateOfferings/{rateOfferingGid}/accessorials":{
            "parameters":[
                {
                    "name":"rateOfferingGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Rate Offerings/Accessorials"
                ],
                "summary":"Get Accessorials",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/rateOfferings.accessorials"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateOfferings-{rateOfferingGid}-accessorials-get",
                "x-filename-id":"rateofferings-rateofferinggid-accessorials-get"
            }
        },
        "/rateOfferings/{rateOfferingGid}/accessorials/{accessorialCostGidxaccessorialCodeGid}":{
            "parameters":[
                {
                    "name":"rateOfferingGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"accessorialCostGidxaccessorialCodeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Rate Offerings/Accessorials"
                ],
                "summary":"Get an Accessorial",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateOfferings.accessorials"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateOfferings-{rateOfferingGid}-accessorials-{accessorialCostGidxaccessorialCodeGid}-get",
                "x-filename-id":"rateofferings-rateofferinggid-accessorials-accessorialcostgidxaccessorialcodegid-get"
            }
        },
        "/rateOfferings/{rateOfferingGid}/specialServices":{
            "parameters":[
                {
                    "name":"rateOfferingGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Rate Offerings/Special Services"
                ],
                "summary":"Get Special Services",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/rateOfferings.specialServices"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateOfferings-{rateOfferingGid}-specialServices-get",
                "x-filename-id":"rateofferings-rateofferinggid-specialservices-get"
            }
        },
        "/rateOfferings/{rateOfferingGid}/specialServices/{specialServiceCodeGid}":{
            "parameters":[
                {
                    "name":"rateOfferingGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"specialServiceCodeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Rate Offerings/Special Services"
                ],
                "summary":"Get a Special Service",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateOfferings.specialServices"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateOfferings-{rateOfferingGid}-specialServices-{specialServiceCodeGid}-get",
                "x-filename-id":"rateofferings-rateofferinggid-specialservices-specialservicecodegid-get"
            }
        },
        "/rateOfferings/{rateOfferingGid}/specialServices/{specialServiceCodeGid}/accessorials":{
            "parameters":[
                {
                    "name":"rateOfferingGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"specialServiceCodeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Rate Offerings/Special Services/Accessorials"
                ],
                "summary":"Get Accessorials",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/rateOfferings.specialServices.accessorials"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateOfferings-{rateOfferingGid}-specialServices-{specialServiceCodeGid}-accessorials-get",
                "x-filename-id":"rateofferings-rateofferinggid-specialservices-specialservicecodegid-accessorials-get"
            }
        },
        "/rateOfferings/{rateOfferingGid}/specialServices/{specialServiceCodeGid}/accessorials/{accessorialCostGidxaccessorialCodeGid}":{
            "parameters":[
                {
                    "name":"rateOfferingGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"specialServiceCodeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"accessorialCostGidxaccessorialCodeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Rate Offerings/Special Services/Accessorials"
                ],
                "summary":"Get an Accessorial",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateOfferings.specialServices.accessorials"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateOfferings-{rateOfferingGid}-specialServices-{specialServiceCodeGid}-accessorials-{accessorialCostGidxaccessorialCodeGid}-get",
                "x-filename-id":"rateofferings-rateofferinggid-specialservices-specialservicecodegid-accessorials-accessorialcostgidxaccessorialcodegid-get"
            }
        },
        "/rateOfferings/{rateOfferingGid}/continuousMoveRules":{
            "parameters":[
                {
                    "name":"rateOfferingGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Rate Offerings/Continuous Move Rules"
                ],
                "summary":"Get Continuous Move Rules",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/rateOfferings.continuousMoveRules"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateOfferings-{rateOfferingGid}-continuousMoveRules-get",
                "x-filename-id":"rateofferings-rateofferinggid-continuousmoverules-get"
            }
        },
        "/rateOfferings/{rateOfferingGid}/continuousMoveRules/{xLaneGid}":{
            "parameters":[
                {
                    "name":"rateOfferingGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"xLaneGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Rate Offerings/Continuous Move Rules"
                ],
                "summary":"Get a Continuous Move Rule",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateOfferings.continuousMoveRules"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateOfferings-{rateOfferingGid}-continuousMoveRules-{xLaneGid}-get",
                "x-filename-id":"rateofferings-rateofferinggid-continuousmoverules-xlanegid-get"
            }
        },
        "/rateOfferings/{rateOfferingGid}/nmfcCodeSubstitutes":{
            "parameters":[
                {
                    "name":"rateOfferingGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Rate Offerings/NMFC Code Substitutes"
                ],
                "summary":"Get NMFC Code Substitutes",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/rateOfferings.nmfcCodeSubstitutes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateOfferings-{rateOfferingGid}-nmfcCodeSubstitutes-get",
                "x-filename-id":"rateofferings-rateofferinggid-nmfccodesubstitutes-get"
            }
        },
        "/rateOfferings/{rateOfferingGid}/nmfcCodeSubstitutes/{roNmfccsSeqNum}":{
            "parameters":[
                {
                    "name":"rateOfferingGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"roNmfccsSeqNum",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Rate Offerings/NMFC Code Substitutes"
                ],
                "summary":"Get a NMFC Code Substitute",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateOfferings.nmfcCodeSubstitutes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateOfferings-{rateOfferingGid}-nmfcCodeSubstitutes-{roNmfccsSeqNum}-get",
                "x-filename-id":"rateofferings-rateofferinggid-nmfccodesubstitutes-ronmfccsseqnum-get"
            }
        },
        "/rateOfferings/{rateOfferingGid}/smcDiscounts":{
            "parameters":[
                {
                    "name":"rateOfferingGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Rate Offerings/SMC Discounts"
                ],
                "summary":"Get SMC Discounts",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/rateOfferings.smcDiscounts"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateOfferings-{rateOfferingGid}-smcDiscounts-get",
                "x-filename-id":"rateofferings-rateofferinggid-smcdiscounts-get"
            }
        },
        "/rateOfferings/{rateOfferingGid}/smcDiscounts/{smcDiscSeqNum}":{
            "parameters":[
                {
                    "name":"rateOfferingGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"smcDiscSeqNum",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Rate Offerings/SMC Discounts"
                ],
                "summary":"Get a SMC Discount",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateOfferings.smcDiscounts"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateOfferings-{rateOfferingGid}-smcDiscounts-{smcDiscSeqNum}-get",
                "x-filename-id":"rateofferings-rateofferinggid-smcdiscounts-smcdiscseqnum-get"
            }
        },
        "/rateOfferings/{rateOfferingGid}/continuousMoveEndingExclusionRegions":{
            "parameters":[
                {
                    "name":"rateOfferingGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Rate Offerings/Continuous Move Ending Exclusion Regions"
                ],
                "summary":"Get Continuous Move Ending Exclusion Regions",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/rateOfferings.continuousMoveEndingExclusionRegions"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateOfferings-{rateOfferingGid}-continuousMoveEndingExclusionRegions-get",
                "x-filename-id":"rateofferings-rateofferinggid-continuousmoveendingexclusionregions-get"
            }
        },
        "/rateOfferings/{rateOfferingGid}/continuousMoveEndingExclusionRegions/{regionGid}":{
            "parameters":[
                {
                    "name":"rateOfferingGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"regionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Rate Offerings/Continuous Move Ending Exclusion Regions"
                ],
                "summary":"Get a Continuous Move Ending Exclusion Region",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateOfferings.continuousMoveEndingExclusionRegions"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateOfferings-{rateOfferingGid}-continuousMoveEndingExclusionRegions-{regionGid}-get",
                "x-filename-id":"rateofferings-rateofferinggid-continuousmoveendingexclusionregions-regiongid-get"
            }
        },
        "/rateOfferings/{rateOfferingGid}/remarks":{
            "parameters":[
                {
                    "name":"rateOfferingGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Rate Offerings/Remarks"
                ],
                "summary":"Get Remarks",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/rateOfferings.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateOfferings-{rateOfferingGid}-remarks-get",
                "x-filename-id":"rateofferings-rateofferinggid-remarks-get"
            }
        },
        "/rateOfferings/{rateOfferingGid}/remarks/{remarkSequence}":{
            "parameters":[
                {
                    "name":"rateOfferingGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"remarkSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Rate Offerings/Remarks"
                ],
                "summary":"Get a Remark",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateOfferings.remarks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateOfferings-{rateOfferingGid}-remarks-{remarkSequence}-get",
                "x-filename-id":"rateofferings-rateofferinggid-remarks-remarksequence-get"
            }
        },
        "/rateOfferings/{rateOfferingGid}/documents":{
            "parameters":[
                {
                    "name":"rateOfferingGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Rate Offerings/Documents"
                ],
                "summary":"Get Documents",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/rateOfferings.documents"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateOfferings-{rateOfferingGid}-documents-get",
                "x-filename-id":"rateofferings-rateofferinggid-documents-get"
            }
        },
        "/rateOfferings/{rateOfferingGid}/documents/{documentGid}":{
            "parameters":[
                {
                    "name":"rateOfferingGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Rate Offerings/Documents"
                ],
                "summary":"Get a Document",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateOfferings.documents"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateOfferings-{rateOfferingGid}-documents-{documentGid}-get",
                "x-filename-id":"rateofferings-rateofferinggid-documents-documentgid-get"
            }
        },
        "/timeWindows":{
            "get":{
                "tags":[
                    "Power Data/Time Windows"
                ],
                "summary":"Get Time Windows",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/timeWindows"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"timeWindows-get",
                "x-filename-id":"timewindows-get"
            },
            "post":{
                "tags":[
                    "Power Data/Time Windows"
                ],
                "summary":"Create a Time Window",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/timeWindows"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/timeWindows"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"timeWindows-post",
                "x-filename-id":"timewindows-post"
            }
        },
        "/timeWindows/{timeWindowGid}":{
            "parameters":[
                {
                    "name":"timeWindowGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Time Windows"
                ],
                "summary":"Get a Time Window",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/timeWindows"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"timeWindows-{timeWindowGid}-get",
                "x-filename-id":"timewindows-timewindowgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Time Windows"
                ],
                "summary":"Delete a Time Window",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"timeWindows-{timeWindowGid}-delete",
                "x-filename-id":"timewindows-timewindowgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Time Windows"
                ],
                "summary":"Update a Time Window",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"timeWindows-{timeWindowGid}-patch",
                "x-filename-id":"timewindows-timewindowgid-patch"
            }
        },
        "/timeWindows/{timeWindowGid}/timeWindowWeeklyDs":{
            "parameters":[
                {
                    "name":"timeWindowGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Time Windows/Time Window Weekly Ds"
                ],
                "summary":"Get Time Window Weekly Ds",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/timeWindows.timeWindowWeeklyDs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"timeWindows-{timeWindowGid}-timeWindowWeeklyDs-get",
                "x-filename-id":"timewindows-timewindowgid-timewindowweeklyds-get"
            },
            "post":{
                "tags":[
                    "Power Data/Time Windows/Time Window Weekly Ds"
                ],
                "summary":"Create a Time Window Weekly D",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/timeWindows.timeWindowWeeklyDs"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/timeWindows.timeWindowWeeklyDs"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/timeWindows.timeWindowWeeklyDs"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/timeWindows.timeWindowWeeklyDs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"timeWindows-{timeWindowGid}-timeWindowWeeklyDs-post",
                "x-filename-id":"timewindows-timewindowgid-timewindowweeklyds-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Time Windows/Time Window Weekly Ds"
                ],
                "summary":"Update Time Window Weekly Ds",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"timeWindows-{timeWindowGid}-timeWindowWeeklyDs-patch",
                "x-filename-id":"timewindows-timewindowgid-timewindowweeklyds-patch"
            }
        },
        "/timeWindows/{timeWindowGid}/timeWindowWeeklyDs/{sequenceNo}":{
            "parameters":[
                {
                    "name":"timeWindowGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sequenceNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Time Windows/Time Window Weekly Ds"
                ],
                "summary":"Get a Time Window Weekly D",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/timeWindows.timeWindowWeeklyDs"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"timeWindows-{timeWindowGid}-timeWindowWeeklyDs-{sequenceNo}-get",
                "x-filename-id":"timewindows-timewindowgid-timewindowweeklyds-sequenceno-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Time Windows/Time Window Weekly Ds"
                ],
                "summary":"Delete a Time Window Weekly D",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"timeWindows-{timeWindowGid}-timeWindowWeeklyDs-{sequenceNo}-delete",
                "x-filename-id":"timewindows-timewindowgid-timewindowweeklyds-sequenceno-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Time Windows/Time Window Weekly Ds"
                ],
                "summary":"Update a Time Window Weekly D",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"timeWindows-{timeWindowGid}-timeWindowWeeklyDs-{sequenceNo}-patch",
                "x-filename-id":"timewindows-timewindowgid-timewindowweeklyds-sequenceno-patch"
            }
        },
        "/registrationCategories":{
            "get":{
                "tags":[
                    "Power Data/Registration Categories"
                ],
                "summary":"Get Registration Categories",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/registrationCategories"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"registrationCategories-get",
                "x-filename-id":"registrationcategories-get"
            },
            "post":{
                "tags":[
                    "Power Data/Registration Categories"
                ],
                "summary":"Create a Registration Category",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/registrationCategories"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/registrationCategories"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"registrationCategories-post",
                "x-filename-id":"registrationcategories-post"
            }
        },
        "/registrationCategories/{gtmRegistrationCategoryGid}":{
            "parameters":[
                {
                    "name":"gtmRegistrationCategoryGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Registration Categories"
                ],
                "summary":"Get a Registration Category",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/registrationCategories"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"registrationCategories-{gtmRegistrationCategoryGid}-get",
                "x-filename-id":"registrationcategories-gtmregistrationcategorygid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Registration Categories"
                ],
                "summary":"Delete a Registration Category",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"registrationCategories-{gtmRegistrationCategoryGid}-delete",
                "x-filename-id":"registrationcategories-gtmregistrationcategorygid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Registration Categories"
                ],
                "summary":"Update a Registration Category",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"registrationCategories-{gtmRegistrationCategoryGid}-patch",
                "x-filename-id":"registrationcategories-gtmregistrationcategorygid-patch"
            }
        },
        "/stccs":{
            "get":{
                "tags":[
                    "Power Data/STCC"
                ],
                "summary":"Get STCC",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/stccs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"stccs-get",
                "x-filename-id":"stccs-get"
            },
            "post":{
                "tags":[
                    "Power Data/STCC"
                ],
                "summary":"Create a STCC",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/stccs"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/stccs"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"stccs-post",
                "x-filename-id":"stccs-post"
            }
        },
        "/stccs/{stccGid}":{
            "parameters":[
                {
                    "name":"stccGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/STCC"
                ],
                "summary":"Get a STCC",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/stccs"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"stccs-{stccGid}-get",
                "x-filename-id":"stccs-stccgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/STCC"
                ],
                "summary":"Delete a STCC",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"stccs-{stccGid}-delete",
                "x-filename-id":"stccs-stccgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/STCC"
                ],
                "summary":"Update a STCC",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"stccs-{stccGid}-patch",
                "x-filename-id":"stccs-stccgid-patch"
            }
        },
        "/vatCodes":{
            "get":{
                "tags":[
                    "Power Data/VAT Codes"
                ],
                "summary":"Get VAT Codes",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/vatCodes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"vatCodes-get",
                "x-filename-id":"vatcodes-get"
            },
            "post":{
                "tags":[
                    "Power Data/VAT Codes"
                ],
                "summary":"Create a VAT Code",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/vatCodes"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/vatCodes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"vatCodes-post",
                "x-filename-id":"vatcodes-post"
            }
        },
        "/vatCodes/{vatCodeGid}":{
            "parameters":[
                {
                    "name":"vatCodeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/VAT Codes"
                ],
                "summary":"Get a VAT Code",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/vatCodes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"vatCodes-{vatCodeGid}-get",
                "x-filename-id":"vatcodes-vatcodegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/VAT Codes"
                ],
                "summary":"Delete a VAT Code",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"vatCodes-{vatCodeGid}-delete",
                "x-filename-id":"vatcodes-vatcodegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/VAT Codes"
                ],
                "summary":"Update a VAT Code",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"vatCodes-{vatCodeGid}-patch",
                "x-filename-id":"vatcodes-vatcodegid-patch"
            }
        },
        "/vatCodes/{vatCodeGid}/rates":{
            "parameters":[
                {
                    "name":"vatCodeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/VAT Codes/Rates"
                ],
                "summary":"Get Rates",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/vatCodes.rates"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"vatCodes-{vatCodeGid}-rates-get",
                "x-filename-id":"vatcodes-vatcodegid-rates-get"
            },
            "post":{
                "tags":[
                    "Power Data/VAT Codes/Rates"
                ],
                "summary":"Create a Rate",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/vatCodes.rates"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/vatCodes.rates"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/vatCodes.rates"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/vatCodes.rates"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"vatCodes-{vatCodeGid}-rates-post",
                "x-filename-id":"vatcodes-vatcodegid-rates-post"
            },
            "patch":{
                "tags":[
                    "Power Data/VAT Codes/Rates"
                ],
                "summary":"Update Rates",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"vatCodes-{vatCodeGid}-rates-patch",
                "x-filename-id":"vatcodes-vatcodegid-rates-patch"
            }
        },
        "/vatCodes/{vatCodeGid}/rates/{countryCode3GidxvatRateSeqNo}":{
            "parameters":[
                {
                    "name":"vatCodeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"countryCode3GidxvatRateSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/VAT Codes/Rates"
                ],
                "summary":"Get a Rate",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/vatCodes.rates"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"vatCodes-{vatCodeGid}-rates-{countryCode3GidxvatRateSeqNo}-get",
                "x-filename-id":"vatcodes-vatcodegid-rates-countrycode3gidxvatrateseqno-get"
            },
            "delete":{
                "tags":[
                    "Power Data/VAT Codes/Rates"
                ],
                "summary":"Delete a Rate",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"vatCodes-{vatCodeGid}-rates-{countryCode3GidxvatRateSeqNo}-delete",
                "x-filename-id":"vatcodes-vatcodegid-rates-countrycode3gidxvatrateseqno-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/VAT Codes/Rates"
                ],
                "summary":"Update a Rate",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"vatCodes-{vatCodeGid}-rates-{countryCode3GidxvatRateSeqNo}-patch",
                "x-filename-id":"vatcodes-vatcodegid-rates-countrycode3gidxvatrateseqno-patch"
            }
        },
        "/accessorialCosts":{
            "get":{
                "tags":[
                    "Power Data/Accessorial Costs"
                ],
                "summary":"Get Accessorial Costs",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/accessorialCosts"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"accessorialCosts-get",
                "x-filename-id":"accessorialcosts-get"
            }
        },
        "/accessorialCosts/{accessorialCostGid}":{
            "parameters":[
                {
                    "name":"accessorialCostGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Accessorial Costs"
                ],
                "summary":"Get an Accessorial Cost",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/accessorialCosts"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"accessorialCosts-{accessorialCostGid}-get",
                "x-filename-id":"accessorialcosts-accessorialcostgid-get"
            }
        },
        "/accessorialCosts/{accessorialCostGid}/unitBreaks":{
            "parameters":[
                {
                    "name":"accessorialCostGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Accessorial Costs/Unit Breaks"
                ],
                "summary":"Get Unit Breaks",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/accessorialCosts.unitBreaks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"accessorialCosts-{accessorialCostGid}-unitBreaks-get",
                "x-filename-id":"accessorialcosts-accessorialcostgid-unitbreaks-get"
            }
        },
        "/accessorialCosts/{accessorialCostGid}/unitBreaks/{rateUnitBreakGidxrateUnitBreak2Gid}":{
            "parameters":[
                {
                    "name":"accessorialCostGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"rateUnitBreakGidxrateUnitBreak2Gid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Accessorial Costs/Unit Breaks"
                ],
                "summary":"Get an Unit Break",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/accessorialCosts.unitBreaks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"accessorialCosts-{accessorialCostGid}-unitBreaks-{rateUnitBreakGidxrateUnitBreak2Gid}-get",
                "x-filename-id":"accessorialcosts-accessorialcostgid-unitbreaks-rateunitbreakgidxrateunitbreak2gid-get"
            }
        },
        "/shipUnitSpecifications":{
            "get":{
                "tags":[
                    "Power Data/Ship Unit Specifications"
                ],
                "summary":"Get Ship Unit Specifications",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipUnitSpecifications"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipUnitSpecifications-get",
                "x-filename-id":"shipunitspecifications-get"
            },
            "post":{
                "tags":[
                    "Power Data/Ship Unit Specifications"
                ],
                "summary":"Create a Ship Unit Specification",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipUnitSpecifications"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipUnitSpecifications"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipUnitSpecifications-post",
                "x-filename-id":"shipunitspecifications-post"
            }
        },
        "/shipUnitSpecifications/{shipUnitSpecGid}":{
            "parameters":[
                {
                    "name":"shipUnitSpecGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Ship Unit Specifications"
                ],
                "summary":"Get a Ship Unit Specification",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipUnitSpecifications"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipUnitSpecifications-{shipUnitSpecGid}-get",
                "x-filename-id":"shipunitspecifications-shipunitspecgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Ship Unit Specifications"
                ],
                "summary":"Delete a Ship Unit Specification",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipUnitSpecifications-{shipUnitSpecGid}-delete",
                "x-filename-id":"shipunitspecifications-shipunitspecgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Ship Unit Specifications"
                ],
                "summary":"Update a Ship Unit Specification",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipUnitSpecifications-{shipUnitSpecGid}-patch",
                "x-filename-id":"shipunitspecifications-shipunitspecgid-patch"
            }
        },
        "/shipUnitSpecifications/{shipUnitSpecGid}/equipmentReferenceUnits":{
            "parameters":[
                {
                    "name":"shipUnitSpecGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Ship Unit Specifications/Equipment Reference Units"
                ],
                "summary":"Get Equipment Reference Units",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipUnitSpecifications.equipmentReferenceUnits"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipUnitSpecifications-{shipUnitSpecGid}-equipmentReferenceUnits-get",
                "x-filename-id":"shipunitspecifications-shipunitspecgid-equipmentreferenceunits-get"
            },
            "post":{
                "tags":[
                    "Power Data/Ship Unit Specifications/Equipment Reference Units"
                ],
                "summary":"Create an Equipment Reference Unit",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipUnitSpecifications.equipmentReferenceUnits"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/shipUnitSpecifications.equipmentReferenceUnits"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipUnitSpecifications.equipmentReferenceUnits"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipUnitSpecifications.equipmentReferenceUnits"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipUnitSpecifications-{shipUnitSpecGid}-equipmentReferenceUnits-post",
                "x-filename-id":"shipunitspecifications-shipunitspecgid-equipmentreferenceunits-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Ship Unit Specifications/Equipment Reference Units"
                ],
                "summary":"Update Equipment Reference Units",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipUnitSpecifications-{shipUnitSpecGid}-equipmentReferenceUnits-patch",
                "x-filename-id":"shipunitspecifications-shipunitspecgid-equipmentreferenceunits-patch"
            }
        },
        "/shipUnitSpecifications/{shipUnitSpecGid}/equipmentReferenceUnits/{equipmentReferenceUnitGid}":{
            "parameters":[
                {
                    "name":"shipUnitSpecGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"equipmentReferenceUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Ship Unit Specifications/Equipment Reference Units"
                ],
                "summary":"Get an Equipment Reference Unit",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipUnitSpecifications.equipmentReferenceUnits"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipUnitSpecifications-{shipUnitSpecGid}-equipmentReferenceUnits-{equipmentReferenceUnitGid}-get",
                "x-filename-id":"shipunitspecifications-shipunitspecgid-equipmentreferenceunits-equipmentreferenceunitgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Ship Unit Specifications/Equipment Reference Units"
                ],
                "summary":"Delete an Equipment Reference Unit",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipUnitSpecifications-{shipUnitSpecGid}-equipmentReferenceUnits-{equipmentReferenceUnitGid}-delete",
                "x-filename-id":"shipunitspecifications-shipunitspecgid-equipmentreferenceunits-equipmentreferenceunitgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Ship Unit Specifications/Equipment Reference Units"
                ],
                "summary":"Update an Equipment Reference Unit",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipUnitSpecifications-{shipUnitSpecGid}-equipmentReferenceUnits-{equipmentReferenceUnitGid}-patch",
                "x-filename-id":"shipunitspecifications-shipunitspecgid-equipmentreferenceunits-equipmentreferenceunitgid-patch"
            }
        },
        "/shipUnitSpecifications/{shipUnitSpecGid}/refnums":{
            "parameters":[
                {
                    "name":"shipUnitSpecGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Ship Unit Specifications/Reference Numbers"
                ],
                "summary":"Get Reference Numbers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipUnitSpecifications.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipUnitSpecifications-{shipUnitSpecGid}-refnums-get",
                "x-filename-id":"shipunitspecifications-shipunitspecgid-refnums-get"
            },
            "post":{
                "tags":[
                    "Power Data/Ship Unit Specifications/Reference Numbers"
                ],
                "summary":"Create a Reference Number",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipUnitSpecifications.refnums"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/shipUnitSpecifications.refnums"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipUnitSpecifications.refnums"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipUnitSpecifications.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipUnitSpecifications-{shipUnitSpecGid}-refnums-post",
                "x-filename-id":"shipunitspecifications-shipunitspecgid-refnums-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Ship Unit Specifications/Reference Numbers"
                ],
                "summary":"Update Reference Numbers",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipUnitSpecifications-{shipUnitSpecGid}-refnums-patch",
                "x-filename-id":"shipunitspecifications-shipunitspecgid-refnums-patch"
            }
        },
        "/shipUnitSpecifications/{shipUnitSpecGid}/refnums/{shipUnitSpecRefnumQualGidxrefnumValue}":{
            "parameters":[
                {
                    "name":"shipUnitSpecGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"shipUnitSpecRefnumQualGidxrefnumValue",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Ship Unit Specifications/Reference Numbers"
                ],
                "summary":"Get a Reference Number",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipUnitSpecifications.refnums"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipUnitSpecifications-{shipUnitSpecGid}-refnums-{shipUnitSpecRefnumQualGidxrefnumValue}-get",
                "x-filename-id":"shipunitspecifications-shipunitspecgid-refnums-shipunitspecrefnumqualgidxrefnumvalue-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Ship Unit Specifications/Reference Numbers"
                ],
                "summary":"Delete a Reference Number",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipUnitSpecifications-{shipUnitSpecGid}-refnums-{shipUnitSpecRefnumQualGidxrefnumValue}-delete",
                "x-filename-id":"shipunitspecifications-shipunitspecgid-refnums-shipunitspecrefnumqualgidxrefnumvalue-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Ship Unit Specifications/Reference Numbers"
                ],
                "summary":"Update a Reference Number",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipUnitSpecifications-{shipUnitSpecGid}-refnums-{shipUnitSpecRefnumQualGidxrefnumValue}-patch",
                "x-filename-id":"shipunitspecifications-shipunitspecgid-refnums-shipunitspecrefnumqualgidxrefnumvalue-patch"
            }
        },
        "/shipUnitSpecifications/{shipUnitSpecGid}/pruCapacities":{
            "parameters":[
                {
                    "name":"shipUnitSpecGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Ship Unit Specifications/PRU Capacities"
                ],
                "summary":"Get PRU Capacities",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipUnitSpecifications.pruCapacities"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipUnitSpecifications-{shipUnitSpecGid}-pruCapacities-get",
                "x-filename-id":"shipunitspecifications-shipunitspecgid-prucapacities-get"
            },
            "post":{
                "tags":[
                    "Power Data/Ship Unit Specifications/PRU Capacities"
                ],
                "summary":"Create a PRU Capacity",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipUnitSpecifications.pruCapacities"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/shipUnitSpecifications.pruCapacities"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipUnitSpecifications.pruCapacities"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipUnitSpecifications.pruCapacities"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipUnitSpecifications-{shipUnitSpecGid}-pruCapacities-post",
                "x-filename-id":"shipunitspecifications-shipunitspecgid-prucapacities-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Ship Unit Specifications/PRU Capacities"
                ],
                "summary":"Update PRU Capacities",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipUnitSpecifications-{shipUnitSpecGid}-pruCapacities-patch",
                "x-filename-id":"shipunitspecifications-shipunitspecgid-prucapacities-patch"
            }
        },
        "/shipUnitSpecifications/{shipUnitSpecGid}/pruCapacities/{packagingReferenceUnitGid}":{
            "parameters":[
                {
                    "name":"shipUnitSpecGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"packagingReferenceUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Ship Unit Specifications/PRU Capacities"
                ],
                "summary":"Get a PRU Capacity",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipUnitSpecifications.pruCapacities"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipUnitSpecifications-{shipUnitSpecGid}-pruCapacities-{packagingReferenceUnitGid}-get",
                "x-filename-id":"shipunitspecifications-shipunitspecgid-prucapacities-packagingreferenceunitgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Ship Unit Specifications/PRU Capacities"
                ],
                "summary":"Delete a PRU Capacity",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipUnitSpecifications-{shipUnitSpecGid}-pruCapacities-{packagingReferenceUnitGid}-delete",
                "x-filename-id":"shipunitspecifications-shipunitspecgid-prucapacities-packagingreferenceunitgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Ship Unit Specifications/PRU Capacities"
                ],
                "summary":"Update a PRU Capacity",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipUnitSpecifications-{shipUnitSpecGid}-pruCapacities-{packagingReferenceUnitGid}-patch",
                "x-filename-id":"shipunitspecifications-shipunitspecgid-prucapacities-packagingreferenceunitgid-patch"
            }
        },
        "/shipUnitSpecifications/{shipUnitSpecGid}/accessorials":{
            "parameters":[
                {
                    "name":"shipUnitSpecGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Ship Unit Specifications/Accessorials"
                ],
                "summary":"Get Accessorials",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipUnitSpecifications.accessorials"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipUnitSpecifications-{shipUnitSpecGid}-accessorials-get",
                "x-filename-id":"shipunitspecifications-shipunitspecgid-accessorials-get"
            },
            "post":{
                "tags":[
                    "Power Data/Ship Unit Specifications/Accessorials"
                ],
                "summary":"Create an Accessorial",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipUnitSpecifications.accessorials"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/shipUnitSpecifications.accessorials"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipUnitSpecifications.accessorials"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipUnitSpecifications.accessorials"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipUnitSpecifications-{shipUnitSpecGid}-accessorials-post",
                "x-filename-id":"shipunitspecifications-shipunitspecgid-accessorials-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Ship Unit Specifications/Accessorials"
                ],
                "summary":"Update Accessorials",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipUnitSpecifications-{shipUnitSpecGid}-accessorials-patch",
                "x-filename-id":"shipunitspecifications-shipunitspecgid-accessorials-patch"
            }
        },
        "/shipUnitSpecifications/{shipUnitSpecGid}/accessorials/{accessorialCodeGid}":{
            "parameters":[
                {
                    "name":"shipUnitSpecGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"accessorialCodeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Ship Unit Specifications/Accessorials"
                ],
                "summary":"Get an Accessorial",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipUnitSpecifications.accessorials"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipUnitSpecifications-{shipUnitSpecGid}-accessorials-{accessorialCodeGid}-get",
                "x-filename-id":"shipunitspecifications-shipunitspecgid-accessorials-accessorialcodegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Ship Unit Specifications/Accessorials"
                ],
                "summary":"Delete an Accessorial",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipUnitSpecifications-{shipUnitSpecGid}-accessorials-{accessorialCodeGid}-delete",
                "x-filename-id":"shipunitspecifications-shipunitspecgid-accessorials-accessorialcodegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Ship Unit Specifications/Accessorials"
                ],
                "summary":"Update an Accessorial",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipUnitSpecifications-{shipUnitSpecGid}-accessorials-{accessorialCodeGid}-patch",
                "x-filename-id":"shipunitspecifications-shipunitspecgid-accessorials-accessorialcodegid-patch"
            }
        },
        "/shipUnitSpecifications/{shipUnitSpecGid}/accessorials/{accessorialCodeGid}/remarks":{
            "parameters":[
                {
                    "name":"shipUnitSpecGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"accessorialCodeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Ship Unit Specifications/Accessorials/Remarks"
                ],
                "summary":"Get Remarks",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipUnitSpecifications.accessorials.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipUnitSpecifications-{shipUnitSpecGid}-accessorials-{accessorialCodeGid}-remarks-get",
                "x-filename-id":"shipunitspecifications-shipunitspecgid-accessorials-accessorialcodegid-remarks-get"
            },
            "post":{
                "tags":[
                    "Power Data/Ship Unit Specifications/Accessorials/Remarks"
                ],
                "summary":"Create a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipUnitSpecifications.accessorials.remarks"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/shipUnitSpecifications.accessorials.remarks"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipUnitSpecifications.accessorials.remarks"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipUnitSpecifications.accessorials.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipUnitSpecifications-{shipUnitSpecGid}-accessorials-{accessorialCodeGid}-remarks-post",
                "x-filename-id":"shipunitspecifications-shipunitspecgid-accessorials-accessorialcodegid-remarks-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Ship Unit Specifications/Accessorials/Remarks"
                ],
                "summary":"Update Remarks",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipUnitSpecifications-{shipUnitSpecGid}-accessorials-{accessorialCodeGid}-remarks-patch",
                "x-filename-id":"shipunitspecifications-shipunitspecgid-accessorials-accessorialcodegid-remarks-patch"
            }
        },
        "/shipUnitSpecifications/{shipUnitSpecGid}/accessorials/{accessorialCodeGid}/remarks/{remarkSequence}":{
            "parameters":[
                {
                    "name":"shipUnitSpecGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"accessorialCodeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"remarkSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Ship Unit Specifications/Accessorials/Remarks"
                ],
                "summary":"Get a Remark",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipUnitSpecifications.accessorials.remarks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipUnitSpecifications-{shipUnitSpecGid}-accessorials-{accessorialCodeGid}-remarks-{remarkSequence}-get",
                "x-filename-id":"shipunitspecifications-shipunitspecgid-accessorials-accessorialcodegid-remarks-remarksequence-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Ship Unit Specifications/Accessorials/Remarks"
                ],
                "summary":"Delete a Remark",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipUnitSpecifications-{shipUnitSpecGid}-accessorials-{accessorialCodeGid}-remarks-{remarkSequence}-delete",
                "x-filename-id":"shipunitspecifications-shipunitspecgid-accessorials-accessorialcodegid-remarks-remarksequence-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Ship Unit Specifications/Accessorials/Remarks"
                ],
                "summary":"Update a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipUnitSpecifications-{shipUnitSpecGid}-accessorials-{accessorialCodeGid}-remarks-{remarkSequence}-patch",
                "x-filename-id":"shipunitspecifications-shipunitspecgid-accessorials-accessorialcodegid-remarks-remarksequence-patch"
            }
        },
        "/equipmentToEquipmentTypeMappings":{
            "get":{
                "tags":[
                    "Power Data/Equipment To Equipment Type Mappings"
                ],
                "summary":"Get Equipment To Equipment Type Mappings",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/equipmentToEquipmentTypeMappings"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"equipmentToEquipmentTypeMappings-get",
                "x-filename-id":"equipmenttoequipmenttypemappings-get"
            },
            "post":{
                "tags":[
                    "Power Data/Equipment To Equipment Type Mappings"
                ],
                "summary":"Create an Equipment To Equipment Type Mapping",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/equipmentToEquipmentTypeMappings"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/equipmentToEquipmentTypeMappings"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"equipmentToEquipmentTypeMappings-post",
                "x-filename-id":"equipmenttoequipmenttypemappings-post"
            }
        },
        "/equipmentToEquipmentTypeMappings/{aarCarEquipTypeSeq}":{
            "parameters":[
                {
                    "name":"aarCarEquipTypeSeq",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Equipment To Equipment Type Mappings"
                ],
                "summary":"Get an Equipment To Equipment Type Mapping",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/equipmentToEquipmentTypeMappings"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"equipmentToEquipmentTypeMappings-{aarCarEquipTypeSeq}-get",
                "x-filename-id":"equipmenttoequipmenttypemappings-aarcarequiptypeseq-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Equipment To Equipment Type Mappings"
                ],
                "summary":"Delete an Equipment To Equipment Type Mapping",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"equipmentToEquipmentTypeMappings-{aarCarEquipTypeSeq}-delete",
                "x-filename-id":"equipmenttoequipmenttypemappings-aarcarequiptypeseq-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Equipment To Equipment Type Mappings"
                ],
                "summary":"Update an Equipment To Equipment Type Mapping",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"equipmentToEquipmentTypeMappings-{aarCarEquipTypeSeq}-patch",
                "x-filename-id":"equipmenttoequipmenttypemappings-aarcarequiptypeseq-patch"
            }
        },
        "/quickCodes":{
            "get":{
                "tags":[
                    "Power Data/Quick Codes"
                ],
                "summary":"Get Quick Codes",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/quickCodes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"quickCodes-get",
                "x-filename-id":"quickcodes-get"
            }
        },
        "/quickCodes/{bsQuickCodeGid}":{
            "parameters":[
                {
                    "name":"bsQuickCodeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Quick Codes"
                ],
                "summary":"Get a Quick Code",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/quickCodes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"quickCodes-{bsQuickCodeGid}-get",
                "x-filename-id":"quickcodes-bsquickcodegid-get"
            }
        },
        "/loadConfig3dPatterns":{
            "get":{
                "tags":[
                    "Power Data/Load Config3d Patterns"
                ],
                "summary":"Get Load Config3d Patterns",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/loadConfig3dPatterns"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"loadConfig3dPatterns-get",
                "x-filename-id":"loadconfig3dpatterns-get"
            },
            "post":{
                "tags":[
                    "Power Data/Load Config3d Patterns"
                ],
                "summary":"Create a Load Config3d Pattern",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/loadConfig3dPatterns"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/loadConfig3dPatterns"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"loadConfig3dPatterns-post",
                "x-filename-id":"loadconfig3dpatterns-post"
            }
        },
        "/loadConfig3dPatterns/{loadConfig3dPatternGid}":{
            "parameters":[
                {
                    "name":"loadConfig3dPatternGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Load Config3d Patterns"
                ],
                "summary":"Get a Load Config3d Pattern",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/loadConfig3dPatterns"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"loadConfig3dPatterns-{loadConfig3dPatternGid}-get",
                "x-filename-id":"loadconfig3dpatterns-loadconfig3dpatterngid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Load Config3d Patterns"
                ],
                "summary":"Delete a Load Config3d Pattern",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"loadConfig3dPatterns-{loadConfig3dPatternGid}-delete",
                "x-filename-id":"loadconfig3dpatterns-loadconfig3dpatterngid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Load Config3d Patterns"
                ],
                "summary":"Update a Load Config3d Pattern",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"loadConfig3dPatterns-{loadConfig3dPatternGid}-patch",
                "x-filename-id":"loadconfig3dpatterns-loadconfig3dpatterngid-patch"
            }
        },
        "/loadConfig3dPatterns/{loadConfig3dPatternGid}/loadCnfg3dPatternDs":{
            "parameters":[
                {
                    "name":"loadConfig3dPatternGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Load Config3d Patterns/Load Cnfg3d Pattern Ds"
                ],
                "summary":"Get Load Cnfg3d Pattern Ds",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/loadConfig3dPatterns.loadCnfg3dPatternDs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"loadConfig3dPatterns-{loadConfig3dPatternGid}-loadCnfg3dPatternDs-get",
                "x-filename-id":"loadconfig3dpatterns-loadconfig3dpatterngid-loadcnfg3dpatternds-get"
            },
            "post":{
                "tags":[
                    "Power Data/Load Config3d Patterns/Load Cnfg3d Pattern Ds"
                ],
                "summary":"Create a Load Cnfg3d Pattern D",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/loadConfig3dPatterns.loadCnfg3dPatternDs"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/loadConfig3dPatterns.loadCnfg3dPatternDs"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/loadConfig3dPatterns.loadCnfg3dPatternDs"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/loadConfig3dPatterns.loadCnfg3dPatternDs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"loadConfig3dPatterns-{loadConfig3dPatternGid}-loadCnfg3dPatternDs-post",
                "x-filename-id":"loadconfig3dpatterns-loadconfig3dpatterngid-loadcnfg3dpatternds-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Load Config3d Patterns/Load Cnfg3d Pattern Ds"
                ],
                "summary":"Update Load Cnfg3d Pattern Ds",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"loadConfig3dPatterns-{loadConfig3dPatternGid}-loadCnfg3dPatternDs-patch",
                "x-filename-id":"loadconfig3dpatterns-loadconfig3dpatterngid-loadcnfg3dpatternds-patch"
            }
        },
        "/loadConfig3dPatterns/{loadConfig3dPatternGid}/loadCnfg3dPatternDs/{seqNum}":{
            "parameters":[
                {
                    "name":"loadConfig3dPatternGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"seqNum",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Load Config3d Patterns/Load Cnfg3d Pattern Ds"
                ],
                "summary":"Get a Load Cnfg3d Pattern D",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/loadConfig3dPatterns.loadCnfg3dPatternDs"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"loadConfig3dPatterns-{loadConfig3dPatternGid}-loadCnfg3dPatternDs-{seqNum}-get",
                "x-filename-id":"loadconfig3dpatterns-loadconfig3dpatterngid-loadcnfg3dpatternds-seqnum-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Load Config3d Patterns/Load Cnfg3d Pattern Ds"
                ],
                "summary":"Delete a Load Cnfg3d Pattern D",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"loadConfig3dPatterns-{loadConfig3dPatternGid}-loadCnfg3dPatternDs-{seqNum}-delete",
                "x-filename-id":"loadconfig3dpatterns-loadconfig3dpatterngid-loadcnfg3dpatternds-seqnum-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Load Config3d Patterns/Load Cnfg3d Pattern Ds"
                ],
                "summary":"Update a Load Cnfg3d Pattern D",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"loadConfig3dPatterns-{loadConfig3dPatternGid}-loadCnfg3dPatternDs-{seqNum}-patch",
                "x-filename-id":"loadconfig3dpatterns-loadconfig3dpatterngid-loadcnfg3dpatternds-seqnum-patch"
            }
        },
        "/registrationCodes":{
            "get":{
                "tags":[
                    "Power Data/Registration Codes"
                ],
                "summary":"Get Registration Codes",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/registrationCodes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"registrationCodes-get",
                "x-filename-id":"registrationcodes-get"
            },
            "post":{
                "tags":[
                    "Power Data/Registration Codes"
                ],
                "summary":"Create a Registration Code",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/registrationCodes"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/registrationCodes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"registrationCodes-post",
                "x-filename-id":"registrationcodes-post"
            }
        },
        "/registrationCodes/{gtmRegistrationCodeGid}":{
            "parameters":[
                {
                    "name":"gtmRegistrationCodeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Registration Codes"
                ],
                "summary":"Get a Registration Code",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/registrationCodes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"registrationCodes-{gtmRegistrationCodeGid}-get",
                "x-filename-id":"registrationcodes-gtmregistrationcodegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Registration Codes"
                ],
                "summary":"Delete a Registration Code",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"registrationCodes-{gtmRegistrationCodeGid}-delete",
                "x-filename-id":"registrationcodes-gtmregistrationcodegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Registration Codes"
                ],
                "summary":"Update a Registration Code",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"registrationCodes-{gtmRegistrationCodeGid}-patch",
                "x-filename-id":"registrationcodes-gtmregistrationcodegid-patch"
            }
        },
        "/rateLoadDefinitions":{
            "get":{
                "tags":[
                    "Business Objects/Rate Load Definition"
                ],
                "summary":"Get Rate Load Definition",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/rateLoadDefinitions"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateLoadDefinitions-get",
                "x-filename-id":"rateloaddefinitions-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Rate Load Definition"
                ],
                "summary":"Create a Rate Load Definition",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/rateLoadDefinitions"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateLoadDefinitions"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateLoadDefinitions-post",
                "x-filename-id":"rateloaddefinitions-post"
            }
        },
        "/rateLoadDefinitions/{rateLoadDefinitionGid}":{
            "parameters":[
                {
                    "name":"rateLoadDefinitionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Rate Load Definition"
                ],
                "summary":"Get a Rate Load Definition",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateLoadDefinitions"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateLoadDefinitions-{rateLoadDefinitionGid}-get",
                "x-filename-id":"rateloaddefinitions-rateloaddefinitiongid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Rate Load Definition"
                ],
                "summary":"Delete a Rate Load Definition",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rateLoadDefinitions-{rateLoadDefinitionGid}-delete",
                "x-filename-id":"rateloaddefinitions-rateloaddefinitiongid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Rate Load Definition"
                ],
                "summary":"Update a Rate Load Definition",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rateLoadDefinitions-{rateLoadDefinitionGid}-patch",
                "x-filename-id":"rateloaddefinitions-rateloaddefinitiongid-patch"
            }
        },
        "/rateLoadDefinitions/{rateLoadDefinitionGid}/rateLoadDefinitionInvParties":{
            "parameters":[
                {
                    "name":"rateLoadDefinitionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Rate Load Definition/Rate Load Definition Involved Parties"
                ],
                "summary":"Get Rate Load Definition Involved Parties",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/rateLoadDefinitions.rateLoadDefinitionInvParties"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateLoadDefinitions-{rateLoadDefinitionGid}-rateLoadDefinitionInvParties-get",
                "x-filename-id":"rateloaddefinitions-rateloaddefinitiongid-rateloaddefinitioninvparties-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Rate Load Definition/Rate Load Definition Involved Parties"
                ],
                "summary":"Create a Rate Load Definition Involved Partie",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/rateLoadDefinitions.rateLoadDefinitionInvParties"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/rateLoadDefinitions.rateLoadDefinitionInvParties"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateLoadDefinitions.rateLoadDefinitionInvParties"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/rateLoadDefinitions.rateLoadDefinitionInvParties"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateLoadDefinitions-{rateLoadDefinitionGid}-rateLoadDefinitionInvParties-post",
                "x-filename-id":"rateloaddefinitions-rateloaddefinitiongid-rateloaddefinitioninvparties-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Rate Load Definition/Rate Load Definition Involved Parties"
                ],
                "summary":"Update Rate Load Definition Involved Parties",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rateLoadDefinitions-{rateLoadDefinitionGid}-rateLoadDefinitionInvParties-patch",
                "x-filename-id":"rateloaddefinitions-rateloaddefinitiongid-rateloaddefinitioninvparties-patch"
            }
        },
        "/rateLoadDefinitions/{rateLoadDefinitionGid}/rateLoadDefinitionInvParties/{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}":{
            "parameters":[
                {
                    "name":"rateLoadDefinitionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Rate Load Definition/Rate Load Definition Involved Parties"
                ],
                "summary":"Get a Rate Load Definition Involved Partie",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateLoadDefinitions.rateLoadDefinitionInvParties"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateLoadDefinitions-{rateLoadDefinitionGid}-rateLoadDefinitionInvParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-get",
                "x-filename-id":"rateloaddefinitions-rateloaddefinitiongid-rateloaddefinitioninvparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Rate Load Definition/Rate Load Definition Involved Parties"
                ],
                "summary":"Delete a Rate Load Definition Involved Partie",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rateLoadDefinitions-{rateLoadDefinitionGid}-rateLoadDefinitionInvParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-delete",
                "x-filename-id":"rateloaddefinitions-rateloaddefinitiongid-rateloaddefinitioninvparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Rate Load Definition/Rate Load Definition Involved Parties"
                ],
                "summary":"Update a Rate Load Definition Involved Partie",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rateLoadDefinitions-{rateLoadDefinitionGid}-rateLoadDefinitionInvParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-patch",
                "x-filename-id":"rateloaddefinitions-rateloaddefinitiongid-rateloaddefinitioninvparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-patch"
            }
        },
        "/rateLoadDefinitions/{rateLoadDefinitionGid}/rateLoadTemplateRoDs":{
            "parameters":[
                {
                    "name":"rateLoadDefinitionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Rate Load Definition/Rate Load Template Rate Offering Details"
                ],
                "summary":"Get Rate Load Template Rate Offering Details",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/rateLoadDefinitions.rateLoadTemplateRoDs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateLoadDefinitions-{rateLoadDefinitionGid}-rateLoadTemplateRoDs-get",
                "x-filename-id":"rateloaddefinitions-rateloaddefinitiongid-rateloadtemplaterods-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Rate Load Definition/Rate Load Template Rate Offering Details"
                ],
                "summary":"Create a Rate Load Template Rate Offering Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/rateLoadDefinitions.rateLoadTemplateRoDs"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/rateLoadDefinitions.rateLoadTemplateRoDs"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateLoadDefinitions.rateLoadTemplateRoDs"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/rateLoadDefinitions.rateLoadTemplateRoDs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateLoadDefinitions-{rateLoadDefinitionGid}-rateLoadTemplateRoDs-post",
                "x-filename-id":"rateloaddefinitions-rateloaddefinitiongid-rateloadtemplaterods-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Rate Load Definition/Rate Load Template Rate Offering Details"
                ],
                "summary":"Update Rate Load Template Rate Offering Details",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rateLoadDefinitions-{rateLoadDefinitionGid}-rateLoadTemplateRoDs-patch",
                "x-filename-id":"rateloaddefinitions-rateloaddefinitiongid-rateloadtemplaterods-patch"
            }
        },
        "/rateLoadDefinitions/{rateLoadDefinitionGid}/rateLoadTemplateRoDs/{rateLoadTemplateRoDGid}":{
            "parameters":[
                {
                    "name":"rateLoadDefinitionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"rateLoadTemplateRoDGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Rate Load Definition/Rate Load Template Rate Offering Details"
                ],
                "summary":"Get a Rate Load Template Rate Offering Detail",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateLoadDefinitions.rateLoadTemplateRoDs"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateLoadDefinitions-{rateLoadDefinitionGid}-rateLoadTemplateRoDs-{rateLoadTemplateRoDGid}-get",
                "x-filename-id":"rateloaddefinitions-rateloaddefinitiongid-rateloadtemplaterods-rateloadtemplaterodgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Rate Load Definition/Rate Load Template Rate Offering Details"
                ],
                "summary":"Delete a Rate Load Template Rate Offering Detail",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rateLoadDefinitions-{rateLoadDefinitionGid}-rateLoadTemplateRoDs-{rateLoadTemplateRoDGid}-delete",
                "x-filename-id":"rateloaddefinitions-rateloaddefinitiongid-rateloadtemplaterods-rateloadtemplaterodgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Rate Load Definition/Rate Load Template Rate Offering Details"
                ],
                "summary":"Update a Rate Load Template Rate Offering Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rateLoadDefinitions-{rateLoadDefinitionGid}-rateLoadTemplateRoDs-{rateLoadTemplateRoDGid}-patch",
                "x-filename-id":"rateloaddefinitions-rateloaddefinitiongid-rateloadtemplaterods-rateloadtemplaterodgid-patch"
            }
        },
        "/rateLoadDefinitions/{rateLoadDefinitionGid}/rateLoadTabDefinitions":{
            "parameters":[
                {
                    "name":"rateLoadDefinitionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Rate Load Definition/Rate Load Tab Definitions"
                ],
                "summary":"Get Rate Load Tab Definitions",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/rateLoadDefinitions.rateLoadTabDefinitions"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateLoadDefinitions-{rateLoadDefinitionGid}-rateLoadTabDefinitions-get",
                "x-filename-id":"rateloaddefinitions-rateloaddefinitiongid-rateloadtabdefinitions-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Rate Load Definition/Rate Load Tab Definitions"
                ],
                "summary":"Create a Rate Load Tab Definition",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/rateLoadDefinitions.rateLoadTabDefinitions"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/rateLoadDefinitions.rateLoadTabDefinitions"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateLoadDefinitions.rateLoadTabDefinitions"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/rateLoadDefinitions.rateLoadTabDefinitions"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateLoadDefinitions-{rateLoadDefinitionGid}-rateLoadTabDefinitions-post",
                "x-filename-id":"rateloaddefinitions-rateloaddefinitiongid-rateloadtabdefinitions-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Rate Load Definition/Rate Load Tab Definitions"
                ],
                "summary":"Update Rate Load Tab Definitions",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rateLoadDefinitions-{rateLoadDefinitionGid}-rateLoadTabDefinitions-patch",
                "x-filename-id":"rateloaddefinitions-rateloaddefinitiongid-rateloadtabdefinitions-patch"
            }
        },
        "/rateLoadDefinitions/{rateLoadDefinitionGid}/rateLoadTabDefinitions/{rateLoadTabDefinitionGid}":{
            "parameters":[
                {
                    "name":"rateLoadDefinitionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"rateLoadTabDefinitionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Rate Load Definition/Rate Load Tab Definitions"
                ],
                "summary":"Get a Rate Load Tab Definition",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateLoadDefinitions.rateLoadTabDefinitions"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateLoadDefinitions-{rateLoadDefinitionGid}-rateLoadTabDefinitions-{rateLoadTabDefinitionGid}-get",
                "x-filename-id":"rateloaddefinitions-rateloaddefinitiongid-rateloadtabdefinitions-rateloadtabdefinitiongid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Rate Load Definition/Rate Load Tab Definitions"
                ],
                "summary":"Delete a Rate Load Tab Definition",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rateLoadDefinitions-{rateLoadDefinitionGid}-rateLoadTabDefinitions-{rateLoadTabDefinitionGid}-delete",
                "x-filename-id":"rateloaddefinitions-rateloaddefinitiongid-rateloadtabdefinitions-rateloadtabdefinitiongid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Rate Load Definition/Rate Load Tab Definitions"
                ],
                "summary":"Update a Rate Load Tab Definition",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rateLoadDefinitions-{rateLoadDefinitionGid}-rateLoadTabDefinitions-{rateLoadTabDefinitionGid}-patch",
                "x-filename-id":"rateloaddefinitions-rateloaddefinitiongid-rateloadtabdefinitions-rateloadtabdefinitiongid-patch"
            }
        },
        "/rateLoadDefinitions/{rateLoadDefinitionGid}/rateLoadTabDefinitions/{rateLoadTabDefinitionGid}/rateLoadTemplateRrDs":{
            "parameters":[
                {
                    "name":"rateLoadDefinitionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"rateLoadTabDefinitionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Rate Load Definition/Rate Load Tab Definitions/Rate Load Template Rate Record Details"
                ],
                "summary":"Get Rate Load Template Rate Record Details",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/rateLoadDefinitions.rateLoadTabDefinitions.rateLoadTemplateRrDs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateLoadDefinitions-{rateLoadDefinitionGid}-rateLoadTabDefinitions-{rateLoadTabDefinitionGid}-rateLoadTemplateRrDs-get",
                "x-filename-id":"rateloaddefinitions-rateloaddefinitiongid-rateloadtabdefinitions-rateloadtabdefinitiongid-rateloadtemplaterrds-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Rate Load Definition/Rate Load Tab Definitions/Rate Load Template Rate Record Details"
                ],
                "summary":"Create a Rate Load Template Rate Record Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/rateLoadDefinitions.rateLoadTabDefinitions.rateLoadTemplateRrDs"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/rateLoadDefinitions.rateLoadTabDefinitions.rateLoadTemplateRrDs"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateLoadDefinitions.rateLoadTabDefinitions.rateLoadTemplateRrDs"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/rateLoadDefinitions.rateLoadTabDefinitions.rateLoadTemplateRrDs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateLoadDefinitions-{rateLoadDefinitionGid}-rateLoadTabDefinitions-{rateLoadTabDefinitionGid}-rateLoadTemplateRrDs-post",
                "x-filename-id":"rateloaddefinitions-rateloaddefinitiongid-rateloadtabdefinitions-rateloadtabdefinitiongid-rateloadtemplaterrds-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Rate Load Definition/Rate Load Tab Definitions/Rate Load Template Rate Record Details"
                ],
                "summary":"Update Rate Load Template Rate Record Details",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rateLoadDefinitions-{rateLoadDefinitionGid}-rateLoadTabDefinitions-{rateLoadTabDefinitionGid}-rateLoadTemplateRrDs-patch",
                "x-filename-id":"rateloaddefinitions-rateloaddefinitiongid-rateloadtabdefinitions-rateloadtabdefinitiongid-rateloadtemplaterrds-patch"
            }
        },
        "/rateLoadDefinitions/{rateLoadDefinitionGid}/rateLoadTabDefinitions/{rateLoadTabDefinitionGid}/rateLoadTemplateRrDs/{rateLoadTemplateRrDGid}":{
            "parameters":[
                {
                    "name":"rateLoadDefinitionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"rateLoadTabDefinitionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"rateLoadTemplateRrDGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Rate Load Definition/Rate Load Tab Definitions/Rate Load Template Rate Record Details"
                ],
                "summary":"Get a Rate Load Template Rate Record Detail",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateLoadDefinitions.rateLoadTabDefinitions.rateLoadTemplateRrDs"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateLoadDefinitions-{rateLoadDefinitionGid}-rateLoadTabDefinitions-{rateLoadTabDefinitionGid}-rateLoadTemplateRrDs-{rateLoadTemplateRrDGid}-get",
                "x-filename-id":"rateloaddefinitions-rateloaddefinitiongid-rateloadtabdefinitions-rateloadtabdefinitiongid-rateloadtemplaterrds-rateloadtemplaterrdgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Rate Load Definition/Rate Load Tab Definitions/Rate Load Template Rate Record Details"
                ],
                "summary":"Delete a Rate Load Template Rate Record Detail",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rateLoadDefinitions-{rateLoadDefinitionGid}-rateLoadTabDefinitions-{rateLoadTabDefinitionGid}-rateLoadTemplateRrDs-{rateLoadTemplateRrDGid}-delete",
                "x-filename-id":"rateloaddefinitions-rateloaddefinitiongid-rateloadtabdefinitions-rateloadtabdefinitiongid-rateloadtemplaterrds-rateloadtemplaterrdgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Rate Load Definition/Rate Load Tab Definitions/Rate Load Template Rate Record Details"
                ],
                "summary":"Update a Rate Load Template Rate Record Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rateLoadDefinitions-{rateLoadDefinitionGid}-rateLoadTabDefinitions-{rateLoadTabDefinitionGid}-rateLoadTemplateRrDs-{rateLoadTemplateRrDGid}-patch",
                "x-filename-id":"rateloaddefinitions-rateloaddefinitiongid-rateloadtabdefinitions-rateloadtabdefinitiongid-rateloadtemplaterrds-rateloadtemplaterrdgid-patch"
            }
        },
        "/tradeParties":{
            "get":{
                "tags":[
                    "Business Objects/Trade Parties"
                ],
                "summary":"Get Trade Parties",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeParties"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeParties-get",
                "x-filename-id":"tradeparties-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Parties"
                ],
                "summary":"Create a Trade Party",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeParties"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeParties-post",
                "x-filename-id":"tradeparties-post"
            }
        },
        "/tradeParties/{contactGid}":{
            "parameters":[
                {
                    "name":"contactGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Parties"
                ],
                "summary":"Get a Trade Party",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeParties"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeParties-{contactGid}-get",
                "x-filename-id":"tradeparties-contactgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Parties"
                ],
                "summary":"Delete a Trade Party",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeParties-{contactGid}-delete",
                "x-filename-id":"tradeparties-contactgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Parties"
                ],
                "summary":"Update a Trade Party",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeParties-{contactGid}-patch",
                "x-filename-id":"tradeparties-contactgid-patch"
            }
        },
        "/tradeParties/{contactGid}/comMethods":{
            "parameters":[
                {
                    "name":"contactGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Parties/Communication Methods"
                ],
                "summary":"Get Communication Methods",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeParties.comMethods"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeParties-{contactGid}-comMethods-get",
                "x-filename-id":"tradeparties-contactgid-commethods-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Parties/Communication Methods"
                ],
                "summary":"Create a Communication Method",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeParties.comMethods"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradeParties.comMethods"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeParties.comMethods"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeParties.comMethods"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeParties-{contactGid}-comMethods-post",
                "x-filename-id":"tradeparties-contactgid-commethods-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Parties/Communication Methods"
                ],
                "summary":"Update Communication Methods",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeParties-{contactGid}-comMethods-patch",
                "x-filename-id":"tradeparties-contactgid-commethods-patch"
            }
        },
        "/tradeParties/{contactGid}/comMethods/{comMethodRankxcomMethodGid}":{
            "parameters":[
                {
                    "name":"contactGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"comMethodRankxcomMethodGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Parties/Communication Methods"
                ],
                "summary":"Get a Communication Method",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeParties.comMethods"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeParties-{contactGid}-comMethods-{comMethodRankxcomMethodGid}-get",
                "x-filename-id":"tradeparties-contactgid-commethods-commethodrankxcommethodgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Parties/Communication Methods"
                ],
                "summary":"Delete a Communication Method",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeParties-{contactGid}-comMethods-{comMethodRankxcomMethodGid}-delete",
                "x-filename-id":"tradeparties-contactgid-commethods-commethodrankxcommethodgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Parties/Communication Methods"
                ],
                "summary":"Update a Communication Method",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeParties-{contactGid}-comMethods-{comMethodRankxcomMethodGid}-patch",
                "x-filename-id":"tradeparties-contactgid-commethods-commethodrankxcommethodgid-patch"
            }
        },
        "/tradeParties/{contactGid}/refnums":{
            "parameters":[
                {
                    "name":"contactGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Parties/Reference Numbers"
                ],
                "summary":"Get Reference Numbers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeParties.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeParties-{contactGid}-refnums-get",
                "x-filename-id":"tradeparties-contactgid-refnums-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Parties/Reference Numbers"
                ],
                "summary":"Create a Reference Number",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeParties.refnums"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradeParties.refnums"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeParties.refnums"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeParties.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeParties-{contactGid}-refnums-post",
                "x-filename-id":"tradeparties-contactgid-refnums-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Parties/Reference Numbers"
                ],
                "summary":"Update Reference Numbers",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeParties-{contactGid}-refnums-patch",
                "x-filename-id":"tradeparties-contactgid-refnums-patch"
            }
        },
        "/tradeParties/{contactGid}/refnums/{gtmPartyRefnumQualGidxrefnumValue}":{
            "parameters":[
                {
                    "name":"contactGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmPartyRefnumQualGidxrefnumValue",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Parties/Reference Numbers"
                ],
                "summary":"Get a Reference Number",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeParties.refnums"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeParties-{contactGid}-refnums-{gtmPartyRefnumQualGidxrefnumValue}-get",
                "x-filename-id":"tradeparties-contactgid-refnums-gtmpartyrefnumqualgidxrefnumvalue-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Parties/Reference Numbers"
                ],
                "summary":"Delete a Reference Number",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeParties-{contactGid}-refnums-{gtmPartyRefnumQualGidxrefnumValue}-delete",
                "x-filename-id":"tradeparties-contactgid-refnums-gtmpartyrefnumqualgidxrefnumvalue-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Parties/Reference Numbers"
                ],
                "summary":"Update a Reference Number",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeParties-{contactGid}-refnums-{gtmPartyRefnumQualGidxrefnumValue}-patch",
                "x-filename-id":"tradeparties-contactgid-refnums-gtmpartyrefnumqualgidxrefnumvalue-patch"
            }
        },
        "/tradeParties/{contactGid}/involvedParties":{
            "parameters":[
                {
                    "name":"contactGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Parties/Involved Parties"
                ],
                "summary":"Get Involved Parties",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeParties.involvedParties"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeParties-{contactGid}-involvedParties-get",
                "x-filename-id":"tradeparties-contactgid-involvedparties-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Parties/Involved Parties"
                ],
                "summary":"Create an Involved Party",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeParties.involvedParties"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradeParties.involvedParties"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeParties.involvedParties"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeParties.involvedParties"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeParties-{contactGid}-involvedParties-post",
                "x-filename-id":"tradeparties-contactgid-involvedparties-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Parties/Involved Parties"
                ],
                "summary":"Update Involved Parties",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeParties-{contactGid}-involvedParties-patch",
                "x-filename-id":"tradeparties-contactgid-involvedparties-patch"
            }
        },
        "/tradeParties/{contactGid}/involvedParties/{gtmRegistrationGidxinvolvedPartyQualGidxcomMethodGid}":{
            "parameters":[
                {
                    "name":"contactGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmRegistrationGidxinvolvedPartyQualGidxcomMethodGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Parties/Involved Parties"
                ],
                "summary":"Get an Involved Party",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeParties.involvedParties"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeParties-{contactGid}-involvedParties-{gtmRegistrationGidxinvolvedPartyQualGidxcomMethodGid}-get",
                "x-filename-id":"tradeparties-contactgid-involvedparties-gtmregistrationgidxinvolvedpartyqualgidxcommethodgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Parties/Involved Parties"
                ],
                "summary":"Delete an Involved Party",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeParties-{contactGid}-involvedParties-{gtmRegistrationGidxinvolvedPartyQualGidxcomMethodGid}-delete",
                "x-filename-id":"tradeparties-contactgid-involvedparties-gtmregistrationgidxinvolvedpartyqualgidxcommethodgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Parties/Involved Parties"
                ],
                "summary":"Update an Involved Party",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeParties-{contactGid}-involvedParties-{gtmRegistrationGidxinvolvedPartyQualGidxcomMethodGid}-patch",
                "x-filename-id":"tradeparties-contactgid-involvedparties-gtmregistrationgidxinvolvedpartyqualgidxcommethodgid-patch"
            }
        },
        "/tradeParties/{contactGid}/sanctionedScreenings":{
            "parameters":[
                {
                    "name":"contactGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Parties/Sanctioned Screenings"
                ],
                "summary":"Get Sanctioned Screenings",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeParties.sanctionedScreenings"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeParties-{contactGid}-sanctionedScreenings-get",
                "x-filename-id":"tradeparties-contactgid-sanctionedscreenings-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Parties/Sanctioned Screenings"
                ],
                "summary":"Create a Sanctioned Screening",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeParties.sanctionedScreenings"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradeParties.sanctionedScreenings"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeParties.sanctionedScreenings"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeParties.sanctionedScreenings"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeParties-{contactGid}-sanctionedScreenings-post",
                "x-filename-id":"tradeparties-contactgid-sanctionedscreenings-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Parties/Sanctioned Screenings"
                ],
                "summary":"Update Sanctioned Screenings",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeParties-{contactGid}-sanctionedScreenings-patch",
                "x-filename-id":"tradeparties-contactgid-sanctionedscreenings-patch"
            }
        },
        "/tradeParties/{contactGid}/sanctionedScreenings/{gtmContactStScreenGid}":{
            "parameters":[
                {
                    "name":"contactGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmContactStScreenGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Parties/Sanctioned Screenings"
                ],
                "summary":"Get a Sanctioned Screening",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeParties.sanctionedScreenings"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeParties-{contactGid}-sanctionedScreenings-{gtmContactStScreenGid}-get",
                "x-filename-id":"tradeparties-contactgid-sanctionedscreenings-gtmcontactstscreengid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Parties/Sanctioned Screenings"
                ],
                "summary":"Delete a Sanctioned Screening",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeParties-{contactGid}-sanctionedScreenings-{gtmContactStScreenGid}-delete",
                "x-filename-id":"tradeparties-contactgid-sanctionedscreenings-gtmcontactstscreengid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Parties/Sanctioned Screenings"
                ],
                "summary":"Update a Sanctioned Screening",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeParties-{contactGid}-sanctionedScreenings-{gtmContactStScreenGid}-patch",
                "x-filename-id":"tradeparties-contactgid-sanctionedscreenings-gtmcontactstscreengid-patch"
            }
        },
        "/tradeParties/{contactGid}/partyCodes":{
            "parameters":[
                {
                    "name":"contactGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Parties/Party Codes"
                ],
                "summary":"Get Party Codes",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeParties.partyCodes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeParties-{contactGid}-partyCodes-get",
                "x-filename-id":"tradeparties-contactgid-partycodes-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Parties/Party Codes"
                ],
                "summary":"Create a Party Code",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeParties.partyCodes"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradeParties.partyCodes"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeParties.partyCodes"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeParties.partyCodes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeParties-{contactGid}-partyCodes-post",
                "x-filename-id":"tradeparties-contactgid-partycodes-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Parties/Party Codes"
                ],
                "summary":"Update Party Codes",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeParties-{contactGid}-partyCodes-patch",
                "x-filename-id":"tradeparties-contactgid-partycodes-patch"
            }
        },
        "/tradeParties/{contactGid}/partyCodes/{gtmTypeGidxgtmCode}":{
            "parameters":[
                {
                    "name":"contactGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTypeGidxgtmCode",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Parties/Party Codes"
                ],
                "summary":"Get a Party Code",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeParties.partyCodes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeParties-{contactGid}-partyCodes-{gtmTypeGidxgtmCode}-get",
                "x-filename-id":"tradeparties-contactgid-partycodes-gtmtypegidxgtmcode-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Parties/Party Codes"
                ],
                "summary":"Delete a Party Code",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeParties-{contactGid}-partyCodes-{gtmTypeGidxgtmCode}-delete",
                "x-filename-id":"tradeparties-contactgid-partycodes-gtmtypegidxgtmcode-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Parties/Party Codes"
                ],
                "summary":"Update a Party Code",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeParties-{contactGid}-partyCodes-{gtmTypeGidxgtmCode}-patch",
                "x-filename-id":"tradeparties-contactgid-partycodes-gtmtypegidxgtmcode-patch"
            }
        },
        "/tradeParties/{contactGid}/remarks":{
            "parameters":[
                {
                    "name":"contactGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Parties/Remarks"
                ],
                "summary":"Get Remarks",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeParties.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeParties-{contactGid}-remarks-get",
                "x-filename-id":"tradeparties-contactgid-remarks-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Parties/Remarks"
                ],
                "summary":"Create a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeParties.remarks"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradeParties.remarks"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeParties.remarks"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeParties.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeParties-{contactGid}-remarks-post",
                "x-filename-id":"tradeparties-contactgid-remarks-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Parties/Remarks"
                ],
                "summary":"Update Remarks",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeParties-{contactGid}-remarks-patch",
                "x-filename-id":"tradeparties-contactgid-remarks-patch"
            }
        },
        "/tradeParties/{contactGid}/remarks/{remarkSeqNo}":{
            "parameters":[
                {
                    "name":"contactGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"remarkSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Parties/Remarks"
                ],
                "summary":"Get a Remark",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeParties.remarks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeParties-{contactGid}-remarks-{remarkSeqNo}-get",
                "x-filename-id":"tradeparties-contactgid-remarks-remarkseqno-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Parties/Remarks"
                ],
                "summary":"Delete a Remark",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeParties-{contactGid}-remarks-{remarkSeqNo}-delete",
                "x-filename-id":"tradeparties-contactgid-remarks-remarkseqno-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Parties/Remarks"
                ],
                "summary":"Update a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeParties-{contactGid}-remarks-{remarkSeqNo}-patch",
                "x-filename-id":"tradeparties-contactgid-remarks-remarkseqno-patch"
            }
        },
        "/tradeParties/{contactGid}/corporations":{
            "parameters":[
                {
                    "name":"contactGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Parties/Corporations"
                ],
                "summary":"Get Corporations",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeParties.corporations"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeParties-{contactGid}-corporations-get",
                "x-filename-id":"tradeparties-contactgid-corporations-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Parties/Corporations"
                ],
                "summary":"Create a Corporation",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeParties.corporations"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradeParties.corporations"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeParties.corporations"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeParties.corporations"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeParties-{contactGid}-corporations-post",
                "x-filename-id":"tradeparties-contactgid-corporations-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Parties/Corporations"
                ],
                "summary":"Update Corporations",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeParties-{contactGid}-corporations-patch",
                "x-filename-id":"tradeparties-contactgid-corporations-patch"
            }
        },
        "/tradeParties/{contactGid}/corporations/{corporationGid}":{
            "parameters":[
                {
                    "name":"contactGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"corporationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Parties/Corporations"
                ],
                "summary":"Get a Corporation",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeParties.corporations"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeParties-{contactGid}-corporations-{corporationGid}-get",
                "x-filename-id":"tradeparties-contactgid-corporations-corporationgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Parties/Corporations"
                ],
                "summary":"Delete a Corporation",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeParties-{contactGid}-corporations-{corporationGid}-delete",
                "x-filename-id":"tradeparties-contactgid-corporations-corporationgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Parties/Corporations"
                ],
                "summary":"Update a Corporation",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeParties-{contactGid}-corporations-{corporationGid}-patch",
                "x-filename-id":"tradeparties-contactgid-corporations-corporationgid-patch"
            }
        },
        "/tradeParties/{contactGid}/statuses":{
            "parameters":[
                {
                    "name":"contactGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Parties/Statuses"
                ],
                "summary":"Get Statuses",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeParties.statuses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeParties-{contactGid}-statuses-get",
                "x-filename-id":"tradeparties-contactgid-statuses-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Parties/Statuses"
                ],
                "summary":"Create a Status",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeParties.statuses"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradeParties.statuses"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeParties.statuses"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeParties.statuses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeParties-{contactGid}-statuses-post",
                "x-filename-id":"tradeparties-contactgid-statuses-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Parties/Statuses"
                ],
                "summary":"Update Statuses",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeParties-{contactGid}-statuses-patch",
                "x-filename-id":"tradeparties-contactgid-statuses-patch"
            }
        },
        "/tradeParties/{contactGid}/statuses/{statusTypeGid}":{
            "parameters":[
                {
                    "name":"contactGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"statusTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Parties/Statuses"
                ],
                "summary":"Get a Status",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeParties.statuses"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeParties-{contactGid}-statuses-{statusTypeGid}-get",
                "x-filename-id":"tradeparties-contactgid-statuses-statustypegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Parties/Statuses"
                ],
                "summary":"Delete a Status",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeParties-{contactGid}-statuses-{statusTypeGid}-delete",
                "x-filename-id":"tradeparties-contactgid-statuses-statustypegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Parties/Statuses"
                ],
                "summary":"Update a Status",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeParties-{contactGid}-statuses-{statusTypeGid}-patch",
                "x-filename-id":"tradeparties-contactgid-statuses-statustypegid-patch"
            }
        },
        "/tradeParties/{contactGid}/preferences":{
            "parameters":[
                {
                    "name":"contactGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Parties/Preferences"
                ],
                "summary":"Get Preferences",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeParties.preferences"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeParties-{contactGid}-preferences-get",
                "x-filename-id":"tradeparties-contactgid-preferences-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Parties/Preferences"
                ],
                "summary":"Create a Preference",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeParties.preferences"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradeParties.preferences"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeParties.preferences"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeParties.preferences"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeParties-{contactGid}-preferences-post",
                "x-filename-id":"tradeparties-contactgid-preferences-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Parties/Preferences"
                ],
                "summary":"Update Preferences",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeParties-{contactGid}-preferences-patch",
                "x-filename-id":"tradeparties-contactgid-preferences-patch"
            }
        },
        "/tradeParties/{contactGid}/preferences/{preferenceGid}":{
            "parameters":[
                {
                    "name":"contactGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"preferenceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Parties/Preferences"
                ],
                "summary":"Get a Preference",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeParties.preferences"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeParties-{contactGid}-preferences-{preferenceGid}-get",
                "x-filename-id":"tradeparties-contactgid-preferences-preferencegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Parties/Preferences"
                ],
                "summary":"Delete a Preference",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeParties-{contactGid}-preferences-{preferenceGid}-delete",
                "x-filename-id":"tradeparties-contactgid-preferences-preferencegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Parties/Preferences"
                ],
                "summary":"Update a Preference",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeParties-{contactGid}-preferences-{preferenceGid}-patch",
                "x-filename-id":"tradeparties-contactgid-preferences-preferencegid-patch"
            }
        },
        "/tradeParties/{contactGid}/normalizedAttrs":{
            "parameters":[
                {
                    "name":"contactGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Parties/Normalized Attributes"
                ],
                "summary":"Get Normalized Attributes",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeParties.normalizedAttrs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeParties-{contactGid}-normalizedAttrs-get",
                "x-filename-id":"tradeparties-contactgid-normalizedattrs-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Parties/Normalized Attributes"
                ],
                "summary":"Create a Normalized Attribute",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeParties.normalizedAttrs"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradeParties.normalizedAttrs"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeParties.normalizedAttrs"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeParties.normalizedAttrs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeParties-{contactGid}-normalizedAttrs-post",
                "x-filename-id":"tradeparties-contactgid-normalizedattrs-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Parties/Normalized Attributes"
                ],
                "summary":"Update Normalized Attributes",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeParties-{contactGid}-normalizedAttrs-patch",
                "x-filename-id":"tradeparties-contactgid-normalizedattrs-patch"
            }
        },
        "/tradeParties/{contactGid}/normalizedAttrs/{attributeName}":{
            "parameters":[
                {
                    "name":"contactGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"attributeName",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Parties/Normalized Attributes"
                ],
                "summary":"Get a Normalized Attribute",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeParties.normalizedAttrs"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeParties-{contactGid}-normalizedAttrs-{attributeName}-get",
                "x-filename-id":"tradeparties-contactgid-normalizedattrs-attributename-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Parties/Normalized Attributes"
                ],
                "summary":"Delete a Normalized Attribute",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeParties-{contactGid}-normalizedAttrs-{attributeName}-delete",
                "x-filename-id":"tradeparties-contactgid-normalizedattrs-attributename-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Parties/Normalized Attributes"
                ],
                "summary":"Update a Normalized Attribute",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeParties-{contactGid}-normalizedAttrs-{attributeName}-patch",
                "x-filename-id":"tradeparties-contactgid-normalizedattrs-attributename-patch"
            }
        },
        "/tradeParties/{contactGid}/groups":{
            "parameters":[
                {
                    "name":"contactGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Parties/Groups"
                ],
                "summary":"Get Groups",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeParties.groups"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeParties-{contactGid}-groups-get",
                "x-filename-id":"tradeparties-contactgid-groups-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Parties/Groups"
                ],
                "summary":"Create a Group",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeParties.groups"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradeParties.groups"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeParties.groups"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeParties.groups"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeParties-{contactGid}-groups-post",
                "x-filename-id":"tradeparties-contactgid-groups-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Parties/Groups"
                ],
                "summary":"Update Groups",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeParties-{contactGid}-groups-patch",
                "x-filename-id":"tradeparties-contactgid-groups-patch"
            }
        },
        "/tradeParties/{contactGid}/groups/{contactGid}":{
            "parameters":[
                {
                    "name":"contactGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Parties/Groups"
                ],
                "summary":"Get a Group",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeParties.groups"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeParties-{contactGid}-groups-{contactGid}-get",
                "x-filename-id":"tradeparties-contactgid-groups-contactgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Parties/Groups"
                ],
                "summary":"Delete a Group",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeParties-{contactGid}-groups-{contactGid}-delete",
                "x-filename-id":"tradeparties-contactgid-groups-contactgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Parties/Groups"
                ],
                "summary":"Update a Group",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeParties-{contactGid}-groups-{contactGid}-patch",
                "x-filename-id":"tradeparties-contactgid-groups-contactgid-patch"
            }
        },
        "/tradeParties/{contactGid}/partyScreenings":{
            "parameters":[
                {
                    "name":"contactGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Parties/Party Screenings"
                ],
                "summary":"Get Party Screenings",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeParties.partyScreenings"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeParties-{contactGid}-partyScreenings-get",
                "x-filename-id":"tradeparties-contactgid-partyscreenings-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Parties/Party Screenings"
                ],
                "summary":"Create a Party Screening",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeParties.partyScreenings"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradeParties.partyScreenings"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeParties.partyScreenings"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeParties.partyScreenings"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeParties-{contactGid}-partyScreenings-post",
                "x-filename-id":"tradeparties-contactgid-partyscreenings-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Parties/Party Screenings"
                ],
                "summary":"Update Party Screenings",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeParties-{contactGid}-partyScreenings-patch",
                "x-filename-id":"tradeparties-contactgid-partyscreenings-patch"
            }
        },
        "/tradeParties/{contactGid}/partyScreenings/{partyScreeningSequence}":{
            "parameters":[
                {
                    "name":"contactGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"partyScreeningSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Parties/Party Screenings"
                ],
                "summary":"Get a Party Screening",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeParties.partyScreenings"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeParties-{contactGid}-partyScreenings-{partyScreeningSequence}-get",
                "x-filename-id":"tradeparties-contactgid-partyscreenings-partyscreeningsequence-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Parties/Party Screenings"
                ],
                "summary":"Delete a Party Screening",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeParties-{contactGid}-partyScreenings-{partyScreeningSequence}-delete",
                "x-filename-id":"tradeparties-contactgid-partyscreenings-partyscreeningsequence-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Parties/Party Screenings"
                ],
                "summary":"Update a Party Screening",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeParties-{contactGid}-partyScreenings-{partyScreeningSequence}-patch",
                "x-filename-id":"tradeparties-contactgid-partyscreenings-partyscreeningsequence-patch"
            }
        },
        "/tradeParties/{contactGid}/partyScreenings/{partyScreeningSequence}/partyScreeningComments":{
            "parameters":[
                {
                    "name":"contactGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"partyScreeningSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Parties/Party Screenings/Party Screening Comments"
                ],
                "summary":"Get Party Screening Comments",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeParties.partyScreenings.partyScreeningComments"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeParties-{contactGid}-partyScreenings-{partyScreeningSequence}-partyScreeningComments-get",
                "x-filename-id":"tradeparties-contactgid-partyscreenings-partyscreeningsequence-partyscreeningcomments-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Parties/Party Screenings/Party Screening Comments"
                ],
                "summary":"Create a Party Screening Comment",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeParties.partyScreenings.partyScreeningComments"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradeParties.partyScreenings.partyScreeningComments"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeParties.partyScreenings.partyScreeningComments"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeParties.partyScreenings.partyScreeningComments"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeParties-{contactGid}-partyScreenings-{partyScreeningSequence}-partyScreeningComments-post",
                "x-filename-id":"tradeparties-contactgid-partyscreenings-partyscreeningsequence-partyscreeningcomments-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Parties/Party Screenings/Party Screening Comments"
                ],
                "summary":"Update Party Screening Comments",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeParties-{contactGid}-partyScreenings-{partyScreeningSequence}-partyScreeningComments-patch",
                "x-filename-id":"tradeparties-contactgid-partyscreenings-partyscreeningsequence-partyscreeningcomments-patch"
            }
        },
        "/tradeParties/{contactGid}/partyScreenings/{partyScreeningSequence}/partyScreeningComments/{partyCommentSequence}":{
            "parameters":[
                {
                    "name":"contactGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"partyScreeningSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"partyCommentSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Parties/Party Screenings/Party Screening Comments"
                ],
                "summary":"Get a Party Screening Comment",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeParties.partyScreenings.partyScreeningComments"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeParties-{contactGid}-partyScreenings-{partyScreeningSequence}-partyScreeningComments-{partyCommentSequence}-get",
                "x-filename-id":"tradeparties-contactgid-partyscreenings-partyscreeningsequence-partyscreeningcomments-partycommentsequence-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Parties/Party Screenings/Party Screening Comments"
                ],
                "summary":"Delete a Party Screening Comment",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeParties-{contactGid}-partyScreenings-{partyScreeningSequence}-partyScreeningComments-{partyCommentSequence}-delete",
                "x-filename-id":"tradeparties-contactgid-partyscreenings-partyscreeningsequence-partyscreeningcomments-partycommentsequence-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Parties/Party Screenings/Party Screening Comments"
                ],
                "summary":"Update a Party Screening Comment",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeParties-{contactGid}-partyScreenings-{partyScreeningSequence}-partyScreeningComments-{partyCommentSequence}-patch",
                "x-filename-id":"tradeparties-contactgid-partyscreenings-partyscreeningsequence-partyscreeningcomments-partycommentsequence-patch"
            }
        },
        "/tradeParties/{contactGid}/documents":{
            "parameters":[
                {
                    "name":"contactGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Parties/Documents"
                ],
                "summary":"Get Documents",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeParties.documents"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeParties-{contactGid}-documents-get",
                "x-filename-id":"tradeparties-contactgid-documents-get"
            }
        },
        "/tradeParties/{contactGid}/documents/{documentGid}":{
            "parameters":[
                {
                    "name":"contactGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Parties/Documents"
                ],
                "summary":"Get a Document",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeParties.documents"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeParties-{contactGid}-documents-{documentGid}-get",
                "x-filename-id":"tradeparties-contactgid-documents-documentgid-get"
            }
        },
        "/calendarEventTypes":{
            "get":{
                "tags":[
                    "Power Data/Calendar Event Types"
                ],
                "summary":"Get Calendar Event Types",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/calendarEventTypes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"calendarEventTypes-get",
                "x-filename-id":"calendareventtypes-get"
            },
            "post":{
                "tags":[
                    "Power Data/Calendar Event Types"
                ],
                "summary":"Create a Calendar Event Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/calendarEventTypes"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/calendarEventTypes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"calendarEventTypes-post",
                "x-filename-id":"calendareventtypes-post"
            }
        },
        "/calendarEventTypes/{calEventTypeGid}":{
            "parameters":[
                {
                    "name":"calEventTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Calendar Event Types"
                ],
                "summary":"Get a Calendar Event Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/calendarEventTypes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"calendarEventTypes-{calEventTypeGid}-get",
                "x-filename-id":"calendareventtypes-caleventtypegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Calendar Event Types"
                ],
                "summary":"Delete a Calendar Event Type",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"calendarEventTypes-{calEventTypeGid}-delete",
                "x-filename-id":"calendareventtypes-caleventtypegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Calendar Event Types"
                ],
                "summary":"Update a Calendar Event Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"calendarEventTypes-{calEventTypeGid}-patch",
                "x-filename-id":"calendareventtypes-caleventtypegid-patch"
            }
        },
        "/vatConfigurations":{
            "get":{
                "tags":[
                    "Power Data/VAT Configurations"
                ],
                "summary":"Get VAT Configurations",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/vatConfigurations"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"vatConfigurations-get",
                "x-filename-id":"vatconfigurations-get"
            },
            "post":{
                "tags":[
                    "Power Data/VAT Configurations"
                ],
                "summary":"Create a VAT Configuration",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/vatConfigurations"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/vatConfigurations"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"vatConfigurations-post",
                "x-filename-id":"vatconfigurations-post"
            }
        },
        "/vatConfigurations/{vatConfigurationGid}":{
            "parameters":[
                {
                    "name":"vatConfigurationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/VAT Configurations"
                ],
                "summary":"Get a VAT Configuration",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/vatConfigurations"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"vatConfigurations-{vatConfigurationGid}-get",
                "x-filename-id":"vatconfigurations-vatconfigurationgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/VAT Configurations"
                ],
                "summary":"Delete a VAT Configuration",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"vatConfigurations-{vatConfigurationGid}-delete",
                "x-filename-id":"vatconfigurations-vatconfigurationgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/VAT Configurations"
                ],
                "summary":"Update a VAT Configuration",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"vatConfigurations-{vatConfigurationGid}-patch",
                "x-filename-id":"vatconfigurations-vatconfigurationgid-patch"
            }
        },
        "/vatConfigurations/{vatConfigurationGid}/vatConfigurationPerspectives":{
            "parameters":[
                {
                    "name":"vatConfigurationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/VAT Configurations/Vat Configuration Perspectives"
                ],
                "summary":"Get Vat Configuration Perspectives",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/vatConfigurations.vatConfigurationPerspectives"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"vatConfigurations-{vatConfigurationGid}-vatConfigurationPerspectives-get",
                "x-filename-id":"vatconfigurations-vatconfigurationgid-vatconfigurationperspectives-get"
            },
            "post":{
                "tags":[
                    "Power Data/VAT Configurations/Vat Configuration Perspectives"
                ],
                "summary":"Create a Vat Configuration Perspective",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/vatConfigurations.vatConfigurationPerspectives"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/vatConfigurations.vatConfigurationPerspectives"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/vatConfigurations.vatConfigurationPerspectives"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/vatConfigurations.vatConfigurationPerspectives"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"vatConfigurations-{vatConfigurationGid}-vatConfigurationPerspectives-post",
                "x-filename-id":"vatconfigurations-vatconfigurationgid-vatconfigurationperspectives-post"
            },
            "patch":{
                "tags":[
                    "Power Data/VAT Configurations/Vat Configuration Perspectives"
                ],
                "summary":"Update Vat Configuration Perspectives",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"vatConfigurations-{vatConfigurationGid}-vatConfigurationPerspectives-patch",
                "x-filename-id":"vatconfigurations-vatconfigurationgid-vatconfigurationperspectives-patch"
            }
        },
        "/vatConfigurations/{vatConfigurationGid}/vatConfigurationPerspectives/{perspective}":{
            "parameters":[
                {
                    "name":"vatConfigurationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"perspective",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/VAT Configurations/Vat Configuration Perspectives"
                ],
                "summary":"Get a Vat Configuration Perspective",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/vatConfigurations.vatConfigurationPerspectives"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"vatConfigurations-{vatConfigurationGid}-vatConfigurationPerspectives-{perspective}-get",
                "x-filename-id":"vatconfigurations-vatconfigurationgid-vatconfigurationperspectives-perspective-get"
            },
            "delete":{
                "tags":[
                    "Power Data/VAT Configurations/Vat Configuration Perspectives"
                ],
                "summary":"Delete a Vat Configuration Perspective",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"vatConfigurations-{vatConfigurationGid}-vatConfigurationPerspectives-{perspective}-delete",
                "x-filename-id":"vatconfigurations-vatconfigurationgid-vatconfigurationperspectives-perspective-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/VAT Configurations/Vat Configuration Perspectives"
                ],
                "summary":"Update a Vat Configuration Perspective",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"vatConfigurations-{vatConfigurationGid}-vatConfigurationPerspectives-{perspective}-patch",
                "x-filename-id":"vatconfigurations-vatconfigurationgid-vatconfigurationperspectives-perspective-patch"
            }
        },
        "/vatConfigurations/{vatConfigurationGid}/vatConfigurationPerspectives/{perspective}/vatConfigurationPerspDs":{
            "parameters":[
                {
                    "name":"vatConfigurationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"perspective",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/VAT Configurations/Vat Configuration Perspectives/Vat Configuration Persp Ds"
                ],
                "summary":"Get Vat Configuration Persp Ds",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/vatConfigurations.vatConfigurationPerspectives.vatConfigurationPerspDs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"vatConfigurations-{vatConfigurationGid}-vatConfigurationPerspectives-{perspective}-vatConfigurationPerspDs-get",
                "x-filename-id":"vatconfigurations-vatconfigurationgid-vatconfigurationperspectives-perspective-vatconfigurationperspds-get"
            },
            "post":{
                "tags":[
                    "Power Data/VAT Configurations/Vat Configuration Perspectives/Vat Configuration Persp Ds"
                ],
                "summary":"Create a Vat Configuration Persp D",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/vatConfigurations.vatConfigurationPerspectives.vatConfigurationPerspDs"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/vatConfigurations.vatConfigurationPerspectives.vatConfigurationPerspDs"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/vatConfigurations.vatConfigurationPerspectives.vatConfigurationPerspDs"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/vatConfigurations.vatConfigurationPerspectives.vatConfigurationPerspDs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"vatConfigurations-{vatConfigurationGid}-vatConfigurationPerspectives-{perspective}-vatConfigurationPerspDs-post",
                "x-filename-id":"vatconfigurations-vatconfigurationgid-vatconfigurationperspectives-perspective-vatconfigurationperspds-post"
            },
            "patch":{
                "tags":[
                    "Power Data/VAT Configurations/Vat Configuration Perspectives/Vat Configuration Persp Ds"
                ],
                "summary":"Update Vat Configuration Persp Ds",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"vatConfigurations-{vatConfigurationGid}-vatConfigurationPerspectives-{perspective}-vatConfigurationPerspDs-patch",
                "x-filename-id":"vatconfigurations-vatconfigurationgid-vatconfigurationperspectives-perspective-vatconfigurationperspds-patch"
            }
        },
        "/vatConfigurations/{vatConfigurationGid}/vatConfigurationPerspectives/{perspective}/vatConfigurationPerspDs/{vatOutcomeGid}":{
            "parameters":[
                {
                    "name":"vatConfigurationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"perspective",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"vatOutcomeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/VAT Configurations/Vat Configuration Perspectives/Vat Configuration Persp Ds"
                ],
                "summary":"Get a Vat Configuration Persp D",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/vatConfigurations.vatConfigurationPerspectives.vatConfigurationPerspDs"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"vatConfigurations-{vatConfigurationGid}-vatConfigurationPerspectives-{perspective}-vatConfigurationPerspDs-{vatOutcomeGid}-get",
                "x-filename-id":"vatconfigurations-vatconfigurationgid-vatconfigurationperspectives-perspective-vatconfigurationperspds-vatoutcomegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/VAT Configurations/Vat Configuration Perspectives/Vat Configuration Persp Ds"
                ],
                "summary":"Delete a Vat Configuration Persp D",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"vatConfigurations-{vatConfigurationGid}-vatConfigurationPerspectives-{perspective}-vatConfigurationPerspDs-{vatOutcomeGid}-delete",
                "x-filename-id":"vatconfigurations-vatconfigurationgid-vatconfigurationperspectives-perspective-vatconfigurationperspds-vatoutcomegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/VAT Configurations/Vat Configuration Perspectives/Vat Configuration Persp Ds"
                ],
                "summary":"Update a Vat Configuration Persp D",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"vatConfigurations-{vatConfigurationGid}-vatConfigurationPerspectives-{perspective}-vatConfigurationPerspDs-{vatOutcomeGid}-patch",
                "x-filename-id":"vatconfigurations-vatconfigurationgid-vatconfigurationperspectives-perspective-vatconfigurationperspds-vatoutcomegid-patch"
            }
        },
        "/vatConfigurations/{vatConfigurationGid}/vatProvincialCnfgPersps":{
            "parameters":[
                {
                    "name":"vatConfigurationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/VAT Configurations/Vat Provincial Cnfg Persps"
                ],
                "summary":"Get Vat Provincial Cnfg Persps",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/vatConfigurations.vatProvincialCnfgPersps"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"vatConfigurations-{vatConfigurationGid}-vatProvincialCnfgPersps-get",
                "x-filename-id":"vatconfigurations-vatconfigurationgid-vatprovincialcnfgpersps-get"
            },
            "post":{
                "tags":[
                    "Power Data/VAT Configurations/Vat Provincial Cnfg Persps"
                ],
                "summary":"Create a Vat Provincial Cnfg Persp",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/vatConfigurations.vatProvincialCnfgPersps"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/vatConfigurations.vatProvincialCnfgPersps"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/vatConfigurations.vatProvincialCnfgPersps"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/vatConfigurations.vatProvincialCnfgPersps"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"vatConfigurations-{vatConfigurationGid}-vatProvincialCnfgPersps-post",
                "x-filename-id":"vatconfigurations-vatconfigurationgid-vatprovincialcnfgpersps-post"
            },
            "patch":{
                "tags":[
                    "Power Data/VAT Configurations/Vat Provincial Cnfg Persps"
                ],
                "summary":"Update Vat Provincial Cnfg Persps",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"vatConfigurations-{vatConfigurationGid}-vatProvincialCnfgPersps-patch",
                "x-filename-id":"vatconfigurations-vatconfigurationgid-vatprovincialcnfgpersps-patch"
            }
        },
        "/vatConfigurations/{vatConfigurationGid}/vatProvincialCnfgPersps/{perspectivexcountryCode3Gid}":{
            "parameters":[
                {
                    "name":"vatConfigurationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"perspectivexcountryCode3Gid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/VAT Configurations/Vat Provincial Cnfg Persps"
                ],
                "summary":"Get a Vat Provincial Cnfg Persp",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/vatConfigurations.vatProvincialCnfgPersps"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"vatConfigurations-{vatConfigurationGid}-vatProvincialCnfgPersps-{perspectivexcountryCode3Gid}-get",
                "x-filename-id":"vatconfigurations-vatconfigurationgid-vatprovincialcnfgpersps-perspectivexcountrycode3gid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/VAT Configurations/Vat Provincial Cnfg Persps"
                ],
                "summary":"Delete a Vat Provincial Cnfg Persp",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"vatConfigurations-{vatConfigurationGid}-vatProvincialCnfgPersps-{perspectivexcountryCode3Gid}-delete",
                "x-filename-id":"vatconfigurations-vatconfigurationgid-vatprovincialcnfgpersps-perspectivexcountrycode3gid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/VAT Configurations/Vat Provincial Cnfg Persps"
                ],
                "summary":"Update a Vat Provincial Cnfg Persp",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"vatConfigurations-{vatConfigurationGid}-vatProvincialCnfgPersps-{perspectivexcountryCode3Gid}-patch",
                "x-filename-id":"vatconfigurations-vatconfigurationgid-vatprovincialcnfgpersps-perspectivexcountrycode3gid-patch"
            }
        },
        "/vatConfigurations/{vatConfigurationGid}/vatProvincialCnfgPersps/{perspectivexcountryCode3Gid}/vatConfigurationPerspDs":{
            "parameters":[
                {
                    "name":"vatConfigurationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"perspectivexcountryCode3Gid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/VAT Configurations/Vat Provincial Cnfg Persps/Vat Configuration Persp Ds"
                ],
                "summary":"Get Vat Configuration Persp Ds",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/vatConfigurations.vatProvincialCnfgPersps.vatConfigurationPerspDs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"vatConfigurations-{vatConfigurationGid}-vatProvincialCnfgPersps-{perspectivexcountryCode3Gid}-vatConfigurationPerspDs-get",
                "x-filename-id":"vatconfigurations-vatconfigurationgid-vatprovincialcnfgpersps-perspectivexcountrycode3gid-vatconfigurationperspds-get"
            },
            "post":{
                "tags":[
                    "Power Data/VAT Configurations/Vat Provincial Cnfg Persps/Vat Configuration Persp Ds"
                ],
                "summary":"Create a Vat Configuration Persp D",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/vatConfigurations.vatProvincialCnfgPersps.vatConfigurationPerspDs"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/vatConfigurations.vatProvincialCnfgPersps.vatConfigurationPerspDs"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/vatConfigurations.vatProvincialCnfgPersps.vatConfigurationPerspDs"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/vatConfigurations.vatProvincialCnfgPersps.vatConfigurationPerspDs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"vatConfigurations-{vatConfigurationGid}-vatProvincialCnfgPersps-{perspectivexcountryCode3Gid}-vatConfigurationPerspDs-post",
                "x-filename-id":"vatconfigurations-vatconfigurationgid-vatprovincialcnfgpersps-perspectivexcountrycode3gid-vatconfigurationperspds-post"
            },
            "patch":{
                "tags":[
                    "Power Data/VAT Configurations/Vat Provincial Cnfg Persps/Vat Configuration Persp Ds"
                ],
                "summary":"Update Vat Configuration Persp Ds",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"vatConfigurations-{vatConfigurationGid}-vatProvincialCnfgPersps-{perspectivexcountryCode3Gid}-vatConfigurationPerspDs-patch",
                "x-filename-id":"vatconfigurations-vatconfigurationgid-vatprovincialcnfgpersps-perspectivexcountrycode3gid-vatconfigurationperspds-patch"
            }
        },
        "/vatConfigurations/{vatConfigurationGid}/vatProvincialCnfgPersps/{perspectivexcountryCode3Gid}/vatConfigurationPerspDs/{srcProvinceCodeProfileGidxdestProvinceCodeProfileGid}":{
            "parameters":[
                {
                    "name":"vatConfigurationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"perspectivexcountryCode3Gid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"srcProvinceCodeProfileGidxdestProvinceCodeProfileGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/VAT Configurations/Vat Provincial Cnfg Persps/Vat Configuration Persp Ds"
                ],
                "summary":"Get a Vat Configuration Persp D",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/vatConfigurations.vatProvincialCnfgPersps.vatConfigurationPerspDs"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"vatProvincialCnfgPersps-{perspectivexcountryCode3Gid}-vatConfigurationPerspDs-{srcProvinceCodeProfileGidxdestProvinceCodeProfileGid}-get",
                "x-filename-id":"vatprovincialcnfgpersps-perspectivexcountrycode3gid-vatconfigurationperspds-srcprovincecodeprofilegidxdestprovincecodeprofilegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/VAT Configurations/Vat Provincial Cnfg Persps/Vat Configuration Persp Ds"
                ],
                "summary":"Delete a Vat Configuration Persp D",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"vatProvincialCnfgPersps-{perspectivexcountryCode3Gid}-vatConfigurationPerspDs-{srcProvinceCodeProfileGidxdestProvinceCodeProfileGid}-delete",
                "x-filename-id":"vatprovincialcnfgpersps-perspectivexcountrycode3gid-vatconfigurationperspds-srcprovincecodeprofilegidxdestprovincecodeprofilegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/VAT Configurations/Vat Provincial Cnfg Persps/Vat Configuration Persp Ds"
                ],
                "summary":"Update a Vat Configuration Persp D",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"vatProvincialCnfgPersps-{perspectivexcountryCode3Gid}-vatConfigurationPerspDs-{srcProvinceCodeProfileGidxdestProvinceCodeProfileGid}-patch",
                "x-filename-id":"vatprovincialcnfgpersps-perspectivexcountrycode3gid-vatconfigurationperspds-srcprovincecodeprofilegidxdestprovincecodeprofilegid-patch"
            }
        },
        "/itineraryProfiles":{
            "get":{
                "tags":[
                    "Power Data/Itinerary Profiles"
                ],
                "summary":"Get Itinerary Profiles",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itineraryProfiles"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itineraryProfiles-get",
                "x-filename-id":"itineraryprofiles-get"
            },
            "post":{
                "tags":[
                    "Power Data/Itinerary Profiles"
                ],
                "summary":"Create an Itinerary Profile",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/itineraryProfiles"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itineraryProfiles"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itineraryProfiles-post",
                "x-filename-id":"itineraryprofiles-post"
            }
        },
        "/itineraryProfiles/{itineraryProfileGid}":{
            "parameters":[
                {
                    "name":"itineraryProfileGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Itinerary Profiles"
                ],
                "summary":"Get an Itinerary Profile",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itineraryProfiles"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itineraryProfiles-{itineraryProfileGid}-get",
                "x-filename-id":"itineraryprofiles-itineraryprofilegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Itinerary Profiles"
                ],
                "summary":"Delete an Itinerary Profile",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itineraryProfiles-{itineraryProfileGid}-delete",
                "x-filename-id":"itineraryprofiles-itineraryprofilegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Itinerary Profiles"
                ],
                "summary":"Update an Itinerary Profile",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itineraryProfiles-{itineraryProfileGid}-patch",
                "x-filename-id":"itineraryprofiles-itineraryprofilegid-patch"
            }
        },
        "/itineraryProfiles/{itineraryProfileGid}/details":{
            "parameters":[
                {
                    "name":"itineraryProfileGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Itinerary Profiles/Details"
                ],
                "summary":"Get Details",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itineraryProfiles.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itineraryProfiles-{itineraryProfileGid}-details-get",
                "x-filename-id":"itineraryprofiles-itineraryprofilegid-details-get"
            },
            "post":{
                "tags":[
                    "Power Data/Itinerary Profiles/Details"
                ],
                "summary":"Create a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/itineraryProfiles.details"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/itineraryProfiles.details"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itineraryProfiles.details"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itineraryProfiles.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itineraryProfiles-{itineraryProfileGid}-details-post",
                "x-filename-id":"itineraryprofiles-itineraryprofilegid-details-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Itinerary Profiles/Details"
                ],
                "summary":"Update Details",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itineraryProfiles-{itineraryProfileGid}-details-patch",
                "x-filename-id":"itineraryprofiles-itineraryprofilegid-details-patch"
            }
        },
        "/itineraryProfiles/{itineraryProfileGid}/details/{itineraryGid}":{
            "parameters":[
                {
                    "name":"itineraryProfileGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"itineraryGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Itinerary Profiles/Details"
                ],
                "summary":"Get a Detail",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itineraryProfiles.details"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itineraryProfiles-{itineraryProfileGid}-details-{itineraryGid}-get",
                "x-filename-id":"itineraryprofiles-itineraryprofilegid-details-itinerarygid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Itinerary Profiles/Details"
                ],
                "summary":"Delete a Detail",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itineraryProfiles-{itineraryProfileGid}-details-{itineraryGid}-delete",
                "x-filename-id":"itineraryprofiles-itineraryprofilegid-details-itinerarygid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Itinerary Profiles/Details"
                ],
                "summary":"Update a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itineraryProfiles-{itineraryProfileGid}-details-{itineraryGid}-patch",
                "x-filename-id":"itineraryprofiles-itineraryprofilegid-details-itinerarygid-patch"
            }
        },
        "/tradeAgreementReferenceNumberQualifiers":{
            "get":{
                "tags":[
                    "Power Data/Trade Agreement Reference Number Qualifiers"
                ],
                "summary":"Get Trade Agreement Reference Number Qualifiers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeAgreementReferenceNumberQualifiers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeAgreementReferenceNumberQualifiers-get",
                "x-filename-id":"tradeagreementreferencenumberqualifiers-get"
            },
            "post":{
                "tags":[
                    "Power Data/Trade Agreement Reference Number Qualifiers"
                ],
                "summary":"Create a Trade Agreement Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeAgreementReferenceNumberQualifiers"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeAgreementReferenceNumberQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeAgreementReferenceNumberQualifiers-post",
                "x-filename-id":"tradeagreementreferencenumberqualifiers-post"
            }
        },
        "/tradeAgreementReferenceNumberQualifiers/{gtmTaRefnumQualGid}":{
            "parameters":[
                {
                    "name":"gtmTaRefnumQualGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Trade Agreement Reference Number Qualifiers"
                ],
                "summary":"Get a Trade Agreement Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeAgreementReferenceNumberQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeAgreementReferenceNumberQualifiers-{gtmTaRefnumQualGid}-get",
                "x-filename-id":"tradeagreementreferencenumberqualifiers-gtmtarefnumqualgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Trade Agreement Reference Number Qualifiers"
                ],
                "summary":"Delete a Trade Agreement Reference Number Qualifier",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeAgreementReferenceNumberQualifiers-{gtmTaRefnumQualGid}-delete",
                "x-filename-id":"tradeagreementreferencenumberqualifiers-gtmtarefnumqualgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Trade Agreement Reference Number Qualifiers"
                ],
                "summary":"Update a Trade Agreement Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeAgreementReferenceNumberQualifiers-{gtmTaRefnumQualGid}-patch",
                "x-filename-id":"tradeagreementreferencenumberqualifiers-gtmtarefnumqualgid-patch"
            }
        },
        "/resourceTypes":{
            "get":{
                "tags":[
                    "Power Data/Resource Types"
                ],
                "summary":"Get Resource Types",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/resourceTypes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"resourceTypes-get",
                "x-filename-id":"resourcetypes-get"
            },
            "post":{
                "tags":[
                    "Power Data/Resource Types"
                ],
                "summary":"Create a Resource Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/resourceTypes"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/resourceTypes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"resourceTypes-post",
                "x-filename-id":"resourcetypes-post"
            }
        },
        "/resourceTypes/{resourceTypeGid}":{
            "parameters":[
                {
                    "name":"resourceTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Resource Types"
                ],
                "summary":"Get a Resource Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/resourceTypes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"resourceTypes-{resourceTypeGid}-get",
                "x-filename-id":"resourcetypes-resourcetypegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Resource Types"
                ],
                "summary":"Delete a Resource Type",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"resourceTypes-{resourceTypeGid}-delete",
                "x-filename-id":"resourcetypes-resourcetypegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Resource Types"
                ],
                "summary":"Update a Resource Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"resourceTypes-{resourceTypeGid}-patch",
                "x-filename-id":"resourcetypes-resourcetypegid-patch"
            }
        },
        "/eventGroups":{
            "get":{
                "tags":[
                    "Power Data/Event Groups"
                ],
                "summary":"Get Event Groups",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/eventGroups"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"eventGroups-get",
                "x-filename-id":"eventgroups-get"
            },
            "post":{
                "tags":[
                    "Power Data/Event Groups"
                ],
                "summary":"Create an Event Group",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/eventGroups"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/eventGroups"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"eventGroups-post",
                "x-filename-id":"eventgroups-post"
            }
        },
        "/eventGroups/{bsEventGroupGid}":{
            "parameters":[
                {
                    "name":"bsEventGroupGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Event Groups"
                ],
                "summary":"Get an Event Group",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/eventGroups"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"eventGroups-{bsEventGroupGid}-get",
                "x-filename-id":"eventgroups-bseventgroupgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Event Groups"
                ],
                "summary":"Delete an Event Group",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"eventGroups-{bsEventGroupGid}-delete",
                "x-filename-id":"eventgroups-bseventgroupgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Event Groups"
                ],
                "summary":"Update an Event Group",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"eventGroups-{bsEventGroupGid}-patch",
                "x-filename-id":"eventgroups-bseventgroupgid-patch"
            }
        },
        "/eventGroups/{bsEventGroupGid}/classifications":{
            "parameters":[
                {
                    "name":"bsEventGroupGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Event Groups/Classifications"
                ],
                "summary":"Get Classifications",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/eventGroups.classifications"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"eventGroups-{bsEventGroupGid}-classifications-get",
                "x-filename-id":"eventgroups-bseventgroupgid-classifications-get"
            },
            "post":{
                "tags":[
                    "Power Data/Event Groups/Classifications"
                ],
                "summary":"Create a Classification",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/eventGroups.classifications"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/eventGroups.classifications"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/eventGroups.classifications"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/eventGroups.classifications"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"eventGroups-{bsEventGroupGid}-classifications-post",
                "x-filename-id":"eventgroups-bseventgroupgid-classifications-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Event Groups/Classifications"
                ],
                "summary":"Update Classifications",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"eventGroups-{bsEventGroupGid}-classifications-patch",
                "x-filename-id":"eventgroups-bseventgroupgid-classifications-patch"
            }
        },
        "/eventGroups/{bsEventGroupGid}/classifications/{bsEgroupClassGid}":{
            "parameters":[
                {
                    "name":"bsEventGroupGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"bsEgroupClassGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Event Groups/Classifications"
                ],
                "summary":"Get a Classification",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/eventGroups.classifications"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"eventGroups-{bsEventGroupGid}-classifications-{bsEgroupClassGid}-get",
                "x-filename-id":"eventgroups-bseventgroupgid-classifications-bsegroupclassgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Event Groups/Classifications"
                ],
                "summary":"Delete a Classification",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"eventGroups-{bsEventGroupGid}-classifications-{bsEgroupClassGid}-delete",
                "x-filename-id":"eventgroups-bseventgroupgid-classifications-bsegroupclassgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Event Groups/Classifications"
                ],
                "summary":"Update a Classification",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"eventGroups-{bsEventGroupGid}-classifications-{bsEgroupClassGid}-patch",
                "x-filename-id":"eventgroups-bseventgroupgid-classifications-bsegroupclassgid-patch"
            }
        },
        "/eventGroups/{bsEventGroupGid}/attributes":{
            "parameters":[
                {
                    "name":"bsEventGroupGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Event Groups/Attributes"
                ],
                "summary":"Get Attributes",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/eventGroups.attributes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"eventGroups-{bsEventGroupGid}-attributes-get",
                "x-filename-id":"eventgroups-bseventgroupgid-attributes-get"
            },
            "post":{
                "tags":[
                    "Power Data/Event Groups/Attributes"
                ],
                "summary":"Create an Attribute",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/eventGroups.attributes"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/eventGroups.attributes"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/eventGroups.attributes"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/eventGroups.attributes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"eventGroups-{bsEventGroupGid}-attributes-post",
                "x-filename-id":"eventgroups-bseventgroupgid-attributes-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Event Groups/Attributes"
                ],
                "summary":"Update Attributes",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"eventGroups-{bsEventGroupGid}-attributes-patch",
                "x-filename-id":"eventgroups-bseventgroupgid-attributes-patch"
            }
        },
        "/eventGroups/{bsEventGroupGid}/attributes/{attributeName}":{
            "parameters":[
                {
                    "name":"bsEventGroupGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"attributeName",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Event Groups/Attributes"
                ],
                "summary":"Get an Attribute",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/eventGroups.attributes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"eventGroups-{bsEventGroupGid}-attributes-{attributeName}-get",
                "x-filename-id":"eventgroups-bseventgroupgid-attributes-attributename-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Event Groups/Attributes"
                ],
                "summary":"Delete an Attribute",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"eventGroups-{bsEventGroupGid}-attributes-{attributeName}-delete",
                "x-filename-id":"eventgroups-bseventgroupgid-attributes-attributename-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Event Groups/Attributes"
                ],
                "summary":"Update an Attribute",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"eventGroups-{bsEventGroupGid}-attributes-{attributeName}-patch",
                "x-filename-id":"eventgroups-bseventgroupgid-attributes-attributename-patch"
            }
        },
        "/repetitionSchedules":{
            "get":{
                "tags":[
                    "Power Data/Repetition Schedules"
                ],
                "summary":"Get Repetition Schedules",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/repetitionSchedules"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"repetitionSchedules-get",
                "x-filename-id":"repetitionschedules-get"
            }
        },
        "/repetitionSchedules/{repetitionScheduleGid}":{
            "parameters":[
                {
                    "name":"repetitionScheduleGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Repetition Schedules"
                ],
                "summary":"Get a Repetition Schedule",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/repetitionSchedules"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"repetitionSchedules-{repetitionScheduleGid}-get",
                "x-filename-id":"repetitionschedules-repetitionschedulegid-get"
            }
        },
        "/repetitionSchedules/{repetitionScheduleGid}/stops":{
            "parameters":[
                {
                    "name":"repetitionScheduleGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Repetition Schedules/Stops"
                ],
                "summary":"Get Stops",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/repetitionSchedules.stops"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"repetitionSchedules-{repetitionScheduleGid}-stops-get",
                "x-filename-id":"repetitionschedules-repetitionschedulegid-stops-get"
            }
        },
        "/repetitionSchedules/{repetitionScheduleGid}/stops/{sequence}":{
            "parameters":[
                {
                    "name":"repetitionScheduleGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Repetition Schedules/Stops"
                ],
                "summary":"Get a Stop",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/repetitionSchedules.stops"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"repetitionSchedules-{repetitionScheduleGid}-stops-{sequence}-get",
                "x-filename-id":"repetitionschedules-repetitionschedulegid-stops-sequence-get"
            }
        },
        "/repetitionSchedules/{repetitionScheduleGid}/stops/{sequence}/details":{
            "parameters":[
                {
                    "name":"repetitionScheduleGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Repetition Schedules/Stops/Details"
                ],
                "summary":"Get Details",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/repetitionSchedules.stops.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"repetitionSchedules-{repetitionScheduleGid}-stops-{sequence}-details-get",
                "x-filename-id":"repetitionschedules-repetitionschedulegid-stops-sequence-details-get"
            }
        },
        "/repetitionSchedules/{repetitionScheduleGid}/stops/{sequence}/details/{repSchedActivityGid}":{
            "parameters":[
                {
                    "name":"repetitionScheduleGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"repSchedActivityGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Repetition Schedules/Stops/Details"
                ],
                "summary":"Get a Detail",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/repetitionSchedules.stops.details"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"repetitionSchedules-{repetitionScheduleGid}-stops-{sequence}-details-{repSchedActivityGid}-get",
                "x-filename-id":"repetitionschedules-repetitionschedulegid-stops-sequence-details-repschedactivitygid-get"
            }
        },
        "/repetitionSchedules/{repetitionScheduleGid}/refnums":{
            "parameters":[
                {
                    "name":"repetitionScheduleGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Repetition Schedules/Reference Numbers"
                ],
                "summary":"Get Reference Numbers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/repetitionSchedules.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"repetitionSchedules-{repetitionScheduleGid}-refnums-get",
                "x-filename-id":"repetitionschedules-repetitionschedulegid-refnums-get"
            }
        },
        "/repetitionSchedules/{repetitionScheduleGid}/refnums/{groundRefnumQualGidxgroundRefnumValue}":{
            "parameters":[
                {
                    "name":"repetitionScheduleGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"groundRefnumQualGidxgroundRefnumValue",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Repetition Schedules/Reference Numbers"
                ],
                "summary":"Get a Reference Number",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/repetitionSchedules.refnums"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"repetitionSchedules-{repetitionScheduleGid}-refnums-{groundRefnumQualGidxgroundRefnumValue}-get",
                "x-filename-id":"repetitionschedules-repetitionschedulegid-refnums-groundrefnumqualgidxgroundrefnumvalue-get"
            }
        },
        "/repetitionSchedules/{repetitionScheduleGid}/details":{
            "parameters":[
                {
                    "name":"repetitionScheduleGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Repetition Schedules/Details"
                ],
                "summary":"Get Details",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/repetitionSchedules.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"repetitionSchedules-{repetitionScheduleGid}-details-get",
                "x-filename-id":"repetitionschedules-repetitionschedulegid-details-get"
            }
        },
        "/repetitionSchedules/{repetitionScheduleGid}/details/{groundSchedGenGidxshipmentGid}":{
            "parameters":[
                {
                    "name":"repetitionScheduleGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"groundSchedGenGidxshipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Repetition Schedules/Details"
                ],
                "summary":"Get a Detail",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/repetitionSchedules.details"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"repetitionSchedules-{repetitionScheduleGid}-details-{groundSchedGenGidxshipmentGid}-get",
                "x-filename-id":"repetitionschedules-repetitionschedulegid-details-groundschedgengidxshipmentgid-get"
            }
        },
        "/repetitionSchedules/{repetitionScheduleGid}/remarks":{
            "parameters":[
                {
                    "name":"repetitionScheduleGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Repetition Schedules/Remarks"
                ],
                "summary":"Get Remarks",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/repetitionSchedules.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"repetitionSchedules-{repetitionScheduleGid}-remarks-get",
                "x-filename-id":"repetitionschedules-repetitionschedulegid-remarks-get"
            }
        },
        "/repetitionSchedules/{repetitionScheduleGid}/remarks/{remarkSequence}":{
            "parameters":[
                {
                    "name":"repetitionScheduleGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"remarkSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Repetition Schedules/Remarks"
                ],
                "summary":"Get a Remark",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/repetitionSchedules.remarks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"repetitionSchedules-{repetitionScheduleGid}-remarks-{remarkSequence}-get",
                "x-filename-id":"repetitionschedules-repetitionschedulegid-remarks-remarksequence-get"
            }
        },
        "/custom-actions/forceGenerateShipments/repetitionSchedules/{repetitionScheduleID}":{
            "post":{
                "tags":[
                    "Power Data/Repetition Schedules/Custom Actions"
                ],
                "summary":"Generate shipments on a ground schedule in an ad hoc manner",
                "parameters":[
                    {
                        "name":"repetitionScheduleID",
                        "in":"path",
                        "required":true,
                        "description":"The Repitition Schedule ID.",
                        "schema":{
                            "type":"string"
                        }
                    }
                ],
                "requestBody":{
                    "required":true,
                    "content":{
                        "application/json":{
                            "schema":{
                                "$ref":"#/components/schemas/forceGenerateShipmentsRequest"
                            }
                        }
                    }
                },
                "responses":{
                    "200":{
                        "description":"Success! A successful POST method returns a 200 status code.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/forceGenerateShipmentsResponse"
                                }
                            }
                        }
                    },
                    "400":{
                        "description":"Your request couldn't be processed because it contains missing or invalid information, such as a validation error on an input field, a missing required value, and so forth.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    },
                    "401":{
                        "description":"Unauthorized, the request was not successful because it lacks valid authentication credentials for the requested resource.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    },
                    "403":{
                        "description":"Access to the specified resource has been forbidden.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    },
                    "500":{
                        "description":"The server encountered something unexpected that prevented it from completing the request.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"custom-actions-forceGenerateShipments-repetitionSchedules-{repetitionScheduleID}-post",
                "x-filename-id":"custom-actions-forcegenerateshipments-repetitionschedules-repetitionscheduleid-post"
            }
        },
        "/planPartitions":{
            "get":{
                "tags":[
                    "Power Data/Plan Partitions"
                ],
                "summary":"Get Plan Partitions",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/planPartitions"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"planPartitions-get",
                "x-filename-id":"planpartitions-get"
            },
            "post":{
                "tags":[
                    "Power Data/Plan Partitions"
                ],
                "summary":"Create a Plan Partition",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/planPartitions"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/planPartitions"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"planPartitions-post",
                "x-filename-id":"planpartitions-post"
            }
        },
        "/planPartitions/{planPartitionGid}":{
            "parameters":[
                {
                    "name":"planPartitionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Plan Partitions"
                ],
                "summary":"Get a Plan Partition",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/planPartitions"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"planPartitions-{planPartitionGid}-get",
                "x-filename-id":"planpartitions-planpartitiongid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Plan Partitions"
                ],
                "summary":"Delete a Plan Partition",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"planPartitions-{planPartitionGid}-delete",
                "x-filename-id":"planpartitions-planpartitiongid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Plan Partitions"
                ],
                "summary":"Update a Plan Partition",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"planPartitions-{planPartitionGid}-patch",
                "x-filename-id":"planpartitions-planpartitiongid-patch"
            }
        },
        "/shipmentGroups":{
            "get":{
                "tags":[
                    "Business Objects/Shipment Groups"
                ],
                "summary":"Get Shipment Groups",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentGroups"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentGroups-get",
                "x-filename-id":"shipmentgroups-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipment Groups"
                ],
                "summary":"Create a Shipment Group",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipmentGroups"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentGroups"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentGroups-post",
                "x-filename-id":"shipmentgroups-post"
            }
        },
        "/shipmentGroups/{shipGroupGid}":{
            "parameters":[
                {
                    "name":"shipGroupGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment Groups"
                ],
                "summary":"Get a Shipment Group",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentGroups"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentGroups-{shipGroupGid}-get",
                "x-filename-id":"shipmentgroups-shipgroupgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipment Groups"
                ],
                "summary":"Delete a Shipment Group",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentGroups-{shipGroupGid}-delete",
                "x-filename-id":"shipmentgroups-shipgroupgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment Groups"
                ],
                "summary":"Update a Shipment Group",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentGroups-{shipGroupGid}-patch",
                "x-filename-id":"shipmentgroups-shipgroupgid-patch"
            }
        },
        "/shipmentGroups/{shipGroupGid}/involvedParties":{
            "parameters":[
                {
                    "name":"shipGroupGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment Groups/Involved Parties"
                ],
                "summary":"Get Involved Parties",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentGroups.involvedParties"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentGroups-{shipGroupGid}-involvedParties-get",
                "x-filename-id":"shipmentgroups-shipgroupgid-involvedparties-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipment Groups/Involved Parties"
                ],
                "summary":"Create an Involved Party",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipmentGroups.involvedParties"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/shipmentGroups.involvedParties"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentGroups.involvedParties"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentGroups.involvedParties"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentGroups-{shipGroupGid}-involvedParties-post",
                "x-filename-id":"shipmentgroups-shipgroupgid-involvedparties-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment Groups/Involved Parties"
                ],
                "summary":"Update Involved Parties",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentGroups-{shipGroupGid}-involvedParties-patch",
                "x-filename-id":"shipmentgroups-shipgroupgid-involvedparties-patch"
            }
        },
        "/shipmentGroups/{shipGroupGid}/involvedParties/{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}":{
            "parameters":[
                {
                    "name":"shipGroupGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment Groups/Involved Parties"
                ],
                "summary":"Get an Involved Party",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentGroups.involvedParties"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentGroups-{shipGroupGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-get",
                "x-filename-id":"shipmentgroups-shipgroupgid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipment Groups/Involved Parties"
                ],
                "summary":"Delete an Involved Party",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentGroups-{shipGroupGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-delete",
                "x-filename-id":"shipmentgroups-shipgroupgid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment Groups/Involved Parties"
                ],
                "summary":"Update an Involved Party",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentGroups-{shipGroupGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-patch",
                "x-filename-id":"shipmentgroups-shipgroupgid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-patch"
            }
        },
        "/shipmentGroups/{shipGroupGid}/statuses":{
            "parameters":[
                {
                    "name":"shipGroupGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment Groups/Statuses"
                ],
                "summary":"Get Statuses",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentGroups.statuses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentGroups-{shipGroupGid}-statuses-get",
                "x-filename-id":"shipmentgroups-shipgroupgid-statuses-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipment Groups/Statuses"
                ],
                "summary":"Create a Status",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipmentGroups.statuses"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/shipmentGroups.statuses"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentGroups.statuses"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentGroups.statuses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentGroups-{shipGroupGid}-statuses-post",
                "x-filename-id":"shipmentgroups-shipgroupgid-statuses-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment Groups/Statuses"
                ],
                "summary":"Update Statuses",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentGroups-{shipGroupGid}-statuses-patch",
                "x-filename-id":"shipmentgroups-shipgroupgid-statuses-patch"
            }
        },
        "/shipmentGroups/{shipGroupGid}/statuses/{statusTypeGid}":{
            "parameters":[
                {
                    "name":"shipGroupGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"statusTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment Groups/Statuses"
                ],
                "summary":"Get a Status",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentGroups.statuses"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentGroups-{shipGroupGid}-statuses-{statusTypeGid}-get",
                "x-filename-id":"shipmentgroups-shipgroupgid-statuses-statustypegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipment Groups/Statuses"
                ],
                "summary":"Delete a Status",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentGroups-{shipGroupGid}-statuses-{statusTypeGid}-delete",
                "x-filename-id":"shipmentgroups-shipgroupgid-statuses-statustypegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment Groups/Statuses"
                ],
                "summary":"Update a Status",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentGroups-{shipGroupGid}-statuses-{statusTypeGid}-patch",
                "x-filename-id":"shipmentgroups-shipgroupgid-statuses-statustypegid-patch"
            }
        },
        "/shipmentGroups/{shipGroupGid}/refnums":{
            "parameters":[
                {
                    "name":"shipGroupGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment Groups/Reference Numbers"
                ],
                "summary":"Get Reference Numbers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentGroups.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentGroups-{shipGroupGid}-refnums-get",
                "x-filename-id":"shipmentgroups-shipgroupgid-refnums-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipment Groups/Reference Numbers"
                ],
                "summary":"Create a Reference Number",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipmentGroups.refnums"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/shipmentGroups.refnums"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentGroups.refnums"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentGroups.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentGroups-{shipGroupGid}-refnums-post",
                "x-filename-id":"shipmentgroups-shipgroupgid-refnums-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment Groups/Reference Numbers"
                ],
                "summary":"Update Reference Numbers",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentGroups-{shipGroupGid}-refnums-patch",
                "x-filename-id":"shipmentgroups-shipgroupgid-refnums-patch"
            }
        },
        "/shipmentGroups/{shipGroupGid}/refnums/{shipGroupRefnumQualGidxshipGroupRefnumValue}":{
            "parameters":[
                {
                    "name":"shipGroupGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"shipGroupRefnumQualGidxshipGroupRefnumValue",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment Groups/Reference Numbers"
                ],
                "summary":"Get a Reference Number",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentGroups.refnums"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentGroups-{shipGroupGid}-refnums-{shipGroupRefnumQualGidxshipGroupRefnumValue}-get",
                "x-filename-id":"shipmentgroups-shipgroupgid-refnums-shipgrouprefnumqualgidxshipgrouprefnumvalue-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipment Groups/Reference Numbers"
                ],
                "summary":"Delete a Reference Number",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentGroups-{shipGroupGid}-refnums-{shipGroupRefnumQualGidxshipGroupRefnumValue}-delete",
                "x-filename-id":"shipmentgroups-shipgroupgid-refnums-shipgrouprefnumqualgidxshipgrouprefnumvalue-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment Groups/Reference Numbers"
                ],
                "summary":"Update a Reference Number",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentGroups-{shipGroupGid}-refnums-{shipGroupRefnumQualGidxshipGroupRefnumValue}-patch",
                "x-filename-id":"shipmentgroups-shipgroupgid-refnums-shipgrouprefnumqualgidxshipgrouprefnumvalue-patch"
            }
        },
        "/shipmentGroups/{shipGroupGid}/remarks":{
            "parameters":[
                {
                    "name":"shipGroupGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment Groups/Remarks"
                ],
                "summary":"Get Remarks",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentGroups.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentGroups-{shipGroupGid}-remarks-get",
                "x-filename-id":"shipmentgroups-shipgroupgid-remarks-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipment Groups/Remarks"
                ],
                "summary":"Create a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipmentGroups.remarks"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/shipmentGroups.remarks"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentGroups.remarks"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentGroups.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentGroups-{shipGroupGid}-remarks-post",
                "x-filename-id":"shipmentgroups-shipgroupgid-remarks-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment Groups/Remarks"
                ],
                "summary":"Update Remarks",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentGroups-{shipGroupGid}-remarks-patch",
                "x-filename-id":"shipmentgroups-shipgroupgid-remarks-patch"
            }
        },
        "/shipmentGroups/{shipGroupGid}/remarks/{remarkSequence}":{
            "parameters":[
                {
                    "name":"shipGroupGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"remarkSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment Groups/Remarks"
                ],
                "summary":"Get a Remark",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentGroups.remarks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentGroups-{shipGroupGid}-remarks-{remarkSequence}-get",
                "x-filename-id":"shipmentgroups-shipgroupgid-remarks-remarksequence-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipment Groups/Remarks"
                ],
                "summary":"Delete a Remark",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentGroups-{shipGroupGid}-remarks-{remarkSequence}-delete",
                "x-filename-id":"shipmentgroups-shipgroupgid-remarks-remarksequence-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment Groups/Remarks"
                ],
                "summary":"Update a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentGroups-{shipGroupGid}-remarks-{remarkSequence}-patch",
                "x-filename-id":"shipmentgroups-shipgroupgid-remarks-remarksequence-patch"
            }
        },
        "/shipmentGroups/{shipGroupGid}/shipmentDetails":{
            "parameters":[
                {
                    "name":"shipGroupGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment Groups/Shipments"
                ],
                "summary":"Get Shipments",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentGroups.shipmentDetails"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentGroups-{shipGroupGid}-shipmentDetails-get",
                "x-filename-id":"shipmentgroups-shipgroupgid-shipmentdetails-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipment Groups/Shipments"
                ],
                "summary":"Create a Shipment",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipmentGroups.shipmentDetails"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/shipmentGroups.shipmentDetails"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentGroups.shipmentDetails"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentGroups.shipmentDetails"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentGroups-{shipGroupGid}-shipmentDetails-post",
                "x-filename-id":"shipmentgroups-shipgroupgid-shipmentdetails-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment Groups/Shipments"
                ],
                "summary":"Update Shipments",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentGroups-{shipGroupGid}-shipmentDetails-patch",
                "x-filename-id":"shipmentgroups-shipgroupgid-shipmentdetails-patch"
            }
        },
        "/shipmentGroups/{shipGroupGid}/shipmentDetails/{shipmentGid}":{
            "parameters":[
                {
                    "name":"shipGroupGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment Groups/Shipments"
                ],
                "summary":"Get a Shipment",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentGroups.shipmentDetails"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentGroups-{shipGroupGid}-shipmentDetails-{shipmentGid}-get",
                "x-filename-id":"shipmentgroups-shipgroupgid-shipmentdetails-shipmentgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipment Groups/Shipments"
                ],
                "summary":"Delete a Shipment",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentGroups-{shipGroupGid}-shipmentDetails-{shipmentGid}-delete",
                "x-filename-id":"shipmentgroups-shipgroupgid-shipmentdetails-shipmentgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment Groups/Shipments"
                ],
                "summary":"Update a Shipment",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentGroups-{shipGroupGid}-shipmentDetails-{shipmentGid}-patch",
                "x-filename-id":"shipmentgroups-shipgroupgid-shipmentdetails-shipmentgid-patch"
            }
        },
        "/shipmentGroups/{shipGroupGid}/shipmentDetails/{shipmentGid}/remarks":{
            "parameters":[
                {
                    "name":"shipGroupGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment Groups/Shipments/Remarks"
                ],
                "summary":"Get Remarks",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentGroups.shipmentDetails.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentGroups-{shipGroupGid}-shipmentDetails-{shipmentGid}-remarks-get",
                "x-filename-id":"shipmentgroups-shipgroupgid-shipmentdetails-shipmentgid-remarks-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipment Groups/Shipments/Remarks"
                ],
                "summary":"Create a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipmentGroups.shipmentDetails.remarks"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/shipmentGroups.shipmentDetails.remarks"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentGroups.shipmentDetails.remarks"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentGroups.shipmentDetails.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentGroups-{shipGroupGid}-shipmentDetails-{shipmentGid}-remarks-post",
                "x-filename-id":"shipmentgroups-shipgroupgid-shipmentdetails-shipmentgid-remarks-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment Groups/Shipments/Remarks"
                ],
                "summary":"Update Remarks",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentGroups-{shipGroupGid}-shipmentDetails-{shipmentGid}-remarks-patch",
                "x-filename-id":"shipmentgroups-shipgroupgid-shipmentdetails-shipmentgid-remarks-patch"
            }
        },
        "/shipmentGroups/{shipGroupGid}/shipmentDetails/{shipmentGid}/remarks/{remarkSequence}":{
            "parameters":[
                {
                    "name":"shipGroupGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"remarkSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment Groups/Shipments/Remarks"
                ],
                "summary":"Get a Remark",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentGroups.shipmentDetails.remarks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentGroups-{shipGroupGid}-shipmentDetails-{shipmentGid}-remarks-{remarkSequence}-get",
                "x-filename-id":"shipmentgroups-shipgroupgid-shipmentdetails-shipmentgid-remarks-remarksequence-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipment Groups/Shipments/Remarks"
                ],
                "summary":"Delete a Remark",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentGroups-{shipGroupGid}-shipmentDetails-{shipmentGid}-remarks-{remarkSequence}-delete",
                "x-filename-id":"shipmentgroups-shipgroupgid-shipmentdetails-shipmentgid-remarks-remarksequence-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment Groups/Shipments/Remarks"
                ],
                "summary":"Update a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentGroups-{shipGroupGid}-shipmentDetails-{shipmentGid}-remarks-{remarkSequence}-patch",
                "x-filename-id":"shipmentgroups-shipgroupgid-shipmentdetails-shipmentgid-remarks-remarksequence-patch"
            }
        },
        "/shipmentGroups/{shipGroupGid}/orderReleaseDetails":{
            "parameters":[
                {
                    "name":"shipGroupGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment Groups/Order Releases"
                ],
                "summary":"Get Order Releases",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentGroups.orderReleaseDetails"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentGroups-{shipGroupGid}-orderReleaseDetails-get",
                "x-filename-id":"shipmentgroups-shipgroupgid-orderreleasedetails-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipment Groups/Order Releases"
                ],
                "summary":"Create an Order Release",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipmentGroups.orderReleaseDetails"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/shipmentGroups.orderReleaseDetails"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentGroups.orderReleaseDetails"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentGroups.orderReleaseDetails"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentGroups-{shipGroupGid}-orderReleaseDetails-post",
                "x-filename-id":"shipmentgroups-shipgroupgid-orderreleasedetails-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment Groups/Order Releases"
                ],
                "summary":"Update Order Releases",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentGroups-{shipGroupGid}-orderReleaseDetails-patch",
                "x-filename-id":"shipmentgroups-shipgroupgid-orderreleasedetails-patch"
            }
        },
        "/shipmentGroups/{shipGroupGid}/orderReleaseDetails/{shipmentGidxsEquipmentGidxorderReleaseGidxseqNum}":{
            "parameters":[
                {
                    "name":"shipGroupGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"shipmentGidxsEquipmentGidxorderReleaseGidxseqNum",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment Groups/Order Releases"
                ],
                "summary":"Get an Order Release",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentGroups.orderReleaseDetails"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentGroups-{shipGroupGid}-orderReleaseDetails-{shipmentGidxsEquipmentGidxorderReleaseGidxseqNum}-get",
                "x-filename-id":"shipmentgroups-shipgroupgid-orderreleasedetails-shipmentgidxsequipmentgidxorderreleasegidxseqnum-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipment Groups/Order Releases"
                ],
                "summary":"Delete an Order Release",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentGroups-{shipGroupGid}-orderReleaseDetails-{shipmentGidxsEquipmentGidxorderReleaseGidxseqNum}-delete",
                "x-filename-id":"shipmentgroups-shipgroupgid-orderreleasedetails-shipmentgidxsequipmentgidxorderreleasegidxseqnum-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment Groups/Order Releases"
                ],
                "summary":"Update an Order Release",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentGroups-{shipGroupGid}-orderReleaseDetails-{shipmentGidxsEquipmentGidxorderReleaseGidxseqNum}-patch",
                "x-filename-id":"shipmentgroups-shipgroupgid-orderreleasedetails-shipmentgidxsequipmentgidxorderreleasegidxseqnum-patch"
            }
        },
        "/shipmentGroups/{shipGroupGid}/orderReleaseDetails/{shipmentGidxsEquipmentGidxorderReleaseGidxseqNum}/remarks":{
            "parameters":[
                {
                    "name":"shipGroupGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"shipmentGidxsEquipmentGidxorderReleaseGidxseqNum",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment Groups/Order Releases/Remarks"
                ],
                "summary":"Get Remarks",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentGroups.orderReleaseDetails.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentGroups-{shipGroupGid}-orderReleaseDetails-{shipmentGidxsEquipmentGidxorderReleaseGidxseqNum}-remarks-get",
                "x-filename-id":"shipmentgroups-shipgroupgid-orderreleasedetails-shipmentgidxsequipmentgidxorderreleasegidxseqnum-remarks-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipment Groups/Order Releases/Remarks"
                ],
                "summary":"Create a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipmentGroups.orderReleaseDetails.remarks"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/shipmentGroups.orderReleaseDetails.remarks"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentGroups.orderReleaseDetails.remarks"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentGroups.orderReleaseDetails.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentGroups-{shipGroupGid}-orderReleaseDetails-{shipmentGidxsEquipmentGidxorderReleaseGidxseqNum}-remarks-post",
                "x-filename-id":"shipmentgroups-shipgroupgid-orderreleasedetails-shipmentgidxsequipmentgidxorderreleasegidxseqnum-remarks-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment Groups/Order Releases/Remarks"
                ],
                "summary":"Update Remarks",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentGroups-{shipGroupGid}-orderReleaseDetails-{shipmentGidxsEquipmentGidxorderReleaseGidxseqNum}-remarks-patch",
                "x-filename-id":"shipmentgroups-shipgroupgid-orderreleasedetails-shipmentgidxsequipmentgidxorderreleasegidxseqnum-remarks-patch"
            }
        },
        "/shipmentGroups/{shipGroupGid}/orderReleaseDetails/{shipmentGidxsEquipmentGidxorderReleaseGidxseqNum}/remarks/{remarkSequence}":{
            "parameters":[
                {
                    "name":"shipGroupGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"shipmentGidxsEquipmentGidxorderReleaseGidxseqNum",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"remarkSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment Groups/Order Releases/Remarks"
                ],
                "summary":"Get a Remark",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentGroups.orderReleaseDetails.remarks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentGroups-{shipGroupGid}-orderReleaseDetails-{shipmentGidxsEquipmentGidxorderReleaseGidxseqNum}-remarks-{remarkSequence}-get",
                "x-filename-id":"shipmentgroups-shipgroupgid-orderreleasedetails-shipmentgidxsequipmentgidxorderreleasegidxseqnum-remarks-remarksequence-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipment Groups/Order Releases/Remarks"
                ],
                "summary":"Delete a Remark",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentGroups-{shipGroupGid}-orderReleaseDetails-{shipmentGidxsEquipmentGidxorderReleaseGidxseqNum}-remarks-{remarkSequence}-delete",
                "x-filename-id":"shipmentgroups-shipgroupgid-orderreleasedetails-shipmentgidxsequipmentgidxorderreleasegidxseqnum-remarks-remarksequence-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment Groups/Order Releases/Remarks"
                ],
                "summary":"Update a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentGroups-{shipGroupGid}-orderReleaseDetails-{shipmentGidxsEquipmentGidxorderReleaseGidxseqNum}-remarks-{remarkSequence}-patch",
                "x-filename-id":"shipmentgroups-shipgroupgid-orderreleasedetails-shipmentgidxsequipmentgidxorderreleasegidxseqnum-remarks-remarksequence-patch"
            }
        },
        "/shipmentGroups/{shipGroupGid}/secondaryCharges":{
            "parameters":[
                {
                    "name":"shipGroupGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment Groups/Secondary Charges"
                ],
                "summary":"Get Secondary Charges",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentGroups.secondaryCharges"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentGroups-{shipGroupGid}-secondaryCharges-get",
                "x-filename-id":"shipmentgroups-shipgroupgid-secondarycharges-get"
            }
        },
        "/shipmentGroups/{shipGroupGid}/secondaryCharges/{shipmentGid}":{
            "parameters":[
                {
                    "name":"shipGroupGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment Groups/Secondary Charges"
                ],
                "summary":"Get a Secondary Charge",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentGroups.secondaryCharges"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentGroups-{shipGroupGid}-secondaryCharges-{shipmentGid}-get",
                "x-filename-id":"shipmentgroups-shipgroupgid-secondarycharges-shipmentgid-get"
            }
        },
        "/rateFactorRules":{
            "get":{
                "tags":[
                    "Power Data/Rate Factor Rules"
                ],
                "summary":"Get Rate Factor Rules",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/rateFactorRules"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateFactorRules-get",
                "x-filename-id":"ratefactorrules-get"
            },
            "post":{
                "tags":[
                    "Power Data/Rate Factor Rules"
                ],
                "summary":"Create a Rate Factor Rule",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/rateFactorRules"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateFactorRules"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateFactorRules-post",
                "x-filename-id":"ratefactorrules-post"
            }
        },
        "/rateFactorRules/{rateFactorRuleGid}":{
            "parameters":[
                {
                    "name":"rateFactorRuleGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Rate Factor Rules"
                ],
                "summary":"Get a Rate Factor Rule",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateFactorRules"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateFactorRules-{rateFactorRuleGid}-get",
                "x-filename-id":"ratefactorrules-ratefactorrulegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Rate Factor Rules"
                ],
                "summary":"Delete a Rate Factor Rule",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rateFactorRules-{rateFactorRuleGid}-delete",
                "x-filename-id":"ratefactorrules-ratefactorrulegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Rate Factor Rules"
                ],
                "summary":"Update a Rate Factor Rule",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rateFactorRules-{rateFactorRuleGid}-patch",
                "x-filename-id":"ratefactorrules-ratefactorrulegid-patch"
            }
        },
        "/rateFactorRules/{rateFactorRuleGid}/details":{
            "parameters":[
                {
                    "name":"rateFactorRuleGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Rate Factor Rules/Details"
                ],
                "summary":"Get Details",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/rateFactorRules.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateFactorRules-{rateFactorRuleGid}-details-get",
                "x-filename-id":"ratefactorrules-ratefactorrulegid-details-get"
            },
            "post":{
                "tags":[
                    "Power Data/Rate Factor Rules/Details"
                ],
                "summary":"Create a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/rateFactorRules.details"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/rateFactorRules.details"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateFactorRules.details"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/rateFactorRules.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateFactorRules-{rateFactorRuleGid}-details-post",
                "x-filename-id":"ratefactorrules-ratefactorrulegid-details-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Rate Factor Rules/Details"
                ],
                "summary":"Update Details",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rateFactorRules-{rateFactorRuleGid}-details-patch",
                "x-filename-id":"ratefactorrules-ratefactorrulegid-details-patch"
            }
        },
        "/rateFactorRules/{rateFactorRuleGid}/details/{ruleEffectiveDate}":{
            "parameters":[
                {
                    "name":"rateFactorRuleGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"ruleEffectiveDate",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Rate Factor Rules/Details"
                ],
                "summary":"Get a Detail",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateFactorRules.details"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateFactorRules-{rateFactorRuleGid}-details-{ruleEffectiveDate}-get",
                "x-filename-id":"ratefactorrules-ratefactorrulegid-details-ruleeffectivedate-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Rate Factor Rules/Details"
                ],
                "summary":"Delete a Detail",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rateFactorRules-{rateFactorRuleGid}-details-{ruleEffectiveDate}-delete",
                "x-filename-id":"ratefactorrules-ratefactorrulegid-details-ruleeffectivedate-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Rate Factor Rules/Details"
                ],
                "summary":"Update a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rateFactorRules-{rateFactorRuleGid}-details-{ruleEffectiveDate}-patch",
                "x-filename-id":"ratefactorrules-ratefactorrulegid-details-ruleeffectivedate-patch"
            }
        },
        "/rateFactorRules/{rateFactorRuleGid}/details/{ruleEffectiveDate}/ruleValueBreaks":{
            "parameters":[
                {
                    "name":"rateFactorRuleGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"ruleEffectiveDate",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Rate Factor Rules/Details/Rule Value Breaks"
                ],
                "summary":"Get Rule Value Breaks",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/rateFactorRules.details.ruleValueBreaks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateFactorRules-{rateFactorRuleGid}-details-{ruleEffectiveDate}-ruleValueBreaks-get",
                "x-filename-id":"ratefactorrules-ratefactorrulegid-details-ruleeffectivedate-rulevaluebreaks-get"
            },
            "post":{
                "tags":[
                    "Power Data/Rate Factor Rules/Details/Rule Value Breaks"
                ],
                "summary":"Create a Rule Value Break",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/rateFactorRules.details.ruleValueBreaks"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/rateFactorRules.details.ruleValueBreaks"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateFactorRules.details.ruleValueBreaks"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/rateFactorRules.details.ruleValueBreaks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateFactorRules-{rateFactorRuleGid}-details-{ruleEffectiveDate}-ruleValueBreaks-post",
                "x-filename-id":"ratefactorrules-ratefactorrulegid-details-ruleeffectivedate-rulevaluebreaks-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Rate Factor Rules/Details/Rule Value Breaks"
                ],
                "summary":"Update Rule Value Breaks",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rateFactorRules-{rateFactorRuleGid}-details-{ruleEffectiveDate}-ruleValueBreaks-patch",
                "x-filename-id":"ratefactorrules-ratefactorrulegid-details-ruleeffectivedate-rulevaluebreaks-patch"
            }
        },
        "/rateFactorRules/{rateFactorRuleGid}/details/{ruleEffectiveDate}/ruleValueBreaks/{factorValueMax}":{
            "parameters":[
                {
                    "name":"rateFactorRuleGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"ruleEffectiveDate",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"factorValueMax",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Rate Factor Rules/Details/Rule Value Breaks"
                ],
                "summary":"Get a Rule Value Break",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateFactorRules.details.ruleValueBreaks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateFactorRules-{rateFactorRuleGid}-details-{ruleEffectiveDate}-ruleValueBreaks-{factorValueMax}-get",
                "x-filename-id":"ratefactorrules-ratefactorrulegid-details-ruleeffectivedate-rulevaluebreaks-factorvaluemax-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Rate Factor Rules/Details/Rule Value Breaks"
                ],
                "summary":"Delete a Rule Value Break",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rateFactorRules-{rateFactorRuleGid}-details-{ruleEffectiveDate}-ruleValueBreaks-{factorValueMax}-delete",
                "x-filename-id":"ratefactorrules-ratefactorrulegid-details-ruleeffectivedate-rulevaluebreaks-factorvaluemax-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Rate Factor Rules/Details/Rule Value Breaks"
                ],
                "summary":"Update a Rule Value Break",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rateFactorRules-{rateFactorRuleGid}-details-{ruleEffectiveDate}-ruleValueBreaks-{factorValueMax}-patch",
                "x-filename-id":"ratefactorrules-ratefactorrulegid-details-ruleeffectivedate-rulevaluebreaks-factorvaluemax-patch"
            }
        },
        "/rateFactorRules/{rateFactorRuleGid}/rateFactors":{
            "parameters":[
                {
                    "name":"rateFactorRuleGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Rate Factor Rules/Rate Factors"
                ],
                "summary":"Get Rate Factors",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/rateFactorRules.rateFactors"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateFactorRules-{rateFactorRuleGid}-rateFactors-get",
                "x-filename-id":"ratefactorrules-ratefactorrulegid-ratefactors-get"
            },
            "post":{
                "tags":[
                    "Power Data/Rate Factor Rules/Rate Factors"
                ],
                "summary":"Create a Rate Factor",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/rateFactorRules.rateFactors"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/rateFactorRules.rateFactors"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateFactorRules.rateFactors"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/rateFactorRules.rateFactors"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateFactorRules-{rateFactorRuleGid}-rateFactors-post",
                "x-filename-id":"ratefactorrules-ratefactorrulegid-ratefactors-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Rate Factor Rules/Rate Factors"
                ],
                "summary":"Update Rate Factors",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rateFactorRules-{rateFactorRuleGid}-rateFactors-patch",
                "x-filename-id":"ratefactorrules-ratefactorrulegid-ratefactors-patch"
            }
        },
        "/rateFactorRules/{rateFactorRuleGid}/rateFactors/{ruleJoinSeqno}":{
            "parameters":[
                {
                    "name":"rateFactorRuleGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"ruleJoinSeqno",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Rate Factor Rules/Rate Factors"
                ],
                "summary":"Get a Rate Factor",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateFactorRules.rateFactors"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateFactorRules-{rateFactorRuleGid}-rateFactors-{ruleJoinSeqno}-get",
                "x-filename-id":"ratefactorrules-ratefactorrulegid-ratefactors-rulejoinseqno-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Rate Factor Rules/Rate Factors"
                ],
                "summary":"Delete a Rate Factor",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rateFactorRules-{rateFactorRuleGid}-rateFactors-{ruleJoinSeqno}-delete",
                "x-filename-id":"ratefactorrules-ratefactorrulegid-ratefactors-rulejoinseqno-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Rate Factor Rules/Rate Factors"
                ],
                "summary":"Update a Rate Factor",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rateFactorRules-{rateFactorRuleGid}-rateFactors-{ruleJoinSeqno}-patch",
                "x-filename-id":"ratefactorrules-ratefactorrulegid-ratefactors-rulejoinseqno-patch"
            }
        },
        "/workInvoices":{
            "get":{
                "tags":[
                    "Business Objects/Work Invoices"
                ],
                "summary":"Get Work Invoices",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/workInvoices"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"workInvoices-get",
                "x-filename-id":"workinvoices-get"
            }
        },
        "/workInvoices/{workInvoiceGid}":{
            "parameters":[
                {
                    "name":"workInvoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Work Invoices"
                ],
                "summary":"Get a Work Invoice",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/workInvoices"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"workInvoices-{workInvoiceGid}-get",
                "x-filename-id":"workinvoices-workinvoicegid-get"
            }
        },
        "/workInvoices/{workInvoiceGid}/shipments":{
            "parameters":[
                {
                    "name":"workInvoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Work Invoices/Shipments"
                ],
                "summary":"Get Shipments",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/workInvoices.shipments"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"workInvoices-{workInvoiceGid}-shipments-get",
                "x-filename-id":"workinvoices-workinvoicegid-shipments-get"
            }
        },
        "/workInvoices/{workInvoiceGid}/shipments/{ID}":{
            "parameters":[
                {
                    "name":"workInvoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"ID",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Work Invoices/Shipments"
                ],
                "summary":"Get a Shipment",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/workInvoices.shipments"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"workInvoices-{workInvoiceGid}-shipments-{ID}-get",
                "x-filename-id":"workinvoices-workinvoicegid-shipments-id-get"
            }
        },
        "/workInvoices/{workInvoiceGid}/activities":{
            "parameters":[
                {
                    "name":"workInvoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Work Invoices/Activities"
                ],
                "summary":"Get Activities",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/workInvoices.activities"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"workInvoices-{workInvoiceGid}-activities-get",
                "x-filename-id":"workinvoices-workinvoicegid-activities-get"
            }
        },
        "/workInvoices/{workInvoiceGid}/activities/{sequence}":{
            "parameters":[
                {
                    "name":"workInvoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Work Invoices/Activities"
                ],
                "summary":"Get an Activity",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/workInvoices.activities"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"workInvoices-{workInvoiceGid}-activities-{sequence}-get",
                "x-filename-id":"workinvoices-workinvoicegid-activities-sequence-get"
            }
        },
        "/workInvoices/{workInvoiceGid}/statuses":{
            "parameters":[
                {
                    "name":"workInvoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Work Invoices/Statuses"
                ],
                "summary":"Get Statuses",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/workInvoices.statuses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"workInvoices-{workInvoiceGid}-statuses-get",
                "x-filename-id":"workinvoices-workinvoicegid-statuses-get"
            }
        },
        "/workInvoices/{workInvoiceGid}/statuses/{statusTypeGid}":{
            "parameters":[
                {
                    "name":"workInvoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"statusTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Work Invoices/Statuses"
                ],
                "summary":"Get a Status",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/workInvoices.statuses"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"workInvoices-{workInvoiceGid}-statuses-{statusTypeGid}-get",
                "x-filename-id":"workinvoices-workinvoicegid-statuses-statustypegid-get"
            }
        },
        "/workInvoices/{workInvoiceGid}/documents":{
            "parameters":[
                {
                    "name":"workInvoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Work Invoices/Documents"
                ],
                "summary":"Get Documents",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/workInvoices.documents"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"workInvoices-{workInvoiceGid}-documents-get",
                "x-filename-id":"workinvoices-workinvoicegid-documents-get"
            }
        },
        "/workInvoices/{workInvoiceGid}/documents/{documentGid}":{
            "parameters":[
                {
                    "name":"workInvoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Work Invoices/Documents"
                ],
                "summary":"Get a Document",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/workInvoices.documents"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"workInvoices-{workInvoiceGid}-documents-{documentGid}-get",
                "x-filename-id":"workinvoices-workinvoicegid-documents-documentgid-get"
            }
        },
        "/powerUnits":{
            "get":{
                "tags":[
                    "Business Objects/Power Units"
                ],
                "summary":"Get Power Units",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/powerUnits"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"powerUnits-get",
                "x-filename-id":"powerunits-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Power Units"
                ],
                "summary":"Create a Power Unit",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/powerUnits"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/powerUnits"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"powerUnits-post",
                "x-filename-id":"powerunits-post"
            }
        },
        "/powerUnits/{powerUnitGid}":{
            "parameters":[
                {
                    "name":"powerUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Power Units"
                ],
                "summary":"Get a Power Unit",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/powerUnits"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"powerUnits-{powerUnitGid}-get",
                "x-filename-id":"powerunits-powerunitgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Power Units"
                ],
                "summary":"Delete a Power Unit",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"powerUnits-{powerUnitGid}-delete",
                "x-filename-id":"powerunits-powerunitgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Power Units"
                ],
                "summary":"Update a Power Unit",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"powerUnits-{powerUnitGid}-patch",
                "x-filename-id":"powerunits-powerunitgid-patch"
            }
        },
        "/powerUnits/{powerUnitGid}/refnums":{
            "parameters":[
                {
                    "name":"powerUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Power Units/Reference Numbers"
                ],
                "summary":"Get Reference Numbers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/powerUnits.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"powerUnits-{powerUnitGid}-refnums-get",
                "x-filename-id":"powerunits-powerunitgid-refnums-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Power Units/Reference Numbers"
                ],
                "summary":"Create a Reference Number",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/powerUnits.refnums"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/powerUnits.refnums"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/powerUnits.refnums"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/powerUnits.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"powerUnits-{powerUnitGid}-refnums-post",
                "x-filename-id":"powerunits-powerunitgid-refnums-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Power Units/Reference Numbers"
                ],
                "summary":"Update Reference Numbers",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"powerUnits-{powerUnitGid}-refnums-patch",
                "x-filename-id":"powerunits-powerunitgid-refnums-patch"
            }
        },
        "/powerUnits/{powerUnitGid}/refnums/{powerUnitRefnumQualGidxpowerUnitRefnumValue}":{
            "parameters":[
                {
                    "name":"powerUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"powerUnitRefnumQualGidxpowerUnitRefnumValue",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Power Units/Reference Numbers"
                ],
                "summary":"Get a Reference Number",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/powerUnits.refnums"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"powerUnits-{powerUnitGid}-refnums-{powerUnitRefnumQualGidxpowerUnitRefnumValue}-get",
                "x-filename-id":"powerunits-powerunitgid-refnums-powerunitrefnumqualgidxpowerunitrefnumvalue-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Power Units/Reference Numbers"
                ],
                "summary":"Delete a Reference Number",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"powerUnits-{powerUnitGid}-refnums-{powerUnitRefnumQualGidxpowerUnitRefnumValue}-delete",
                "x-filename-id":"powerunits-powerunitgid-refnums-powerunitrefnumqualgidxpowerunitrefnumvalue-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Power Units/Reference Numbers"
                ],
                "summary":"Update a Reference Number",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"powerUnits-{powerUnitGid}-refnums-{powerUnitRefnumQualGidxpowerUnitRefnumValue}-patch",
                "x-filename-id":"powerunits-powerunitgid-refnums-powerunitrefnumqualgidxpowerunitrefnumvalue-patch"
            }
        },
        "/powerUnits/{powerUnitGid}/remarks":{
            "parameters":[
                {
                    "name":"powerUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Power Units/Remarks"
                ],
                "summary":"Get Remarks",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/powerUnits.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"powerUnits-{powerUnitGid}-remarks-get",
                "x-filename-id":"powerunits-powerunitgid-remarks-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Power Units/Remarks"
                ],
                "summary":"Create a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/powerUnits.remarks"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/powerUnits.remarks"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/powerUnits.remarks"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/powerUnits.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"powerUnits-{powerUnitGid}-remarks-post",
                "x-filename-id":"powerunits-powerunitgid-remarks-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Power Units/Remarks"
                ],
                "summary":"Update Remarks",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"powerUnits-{powerUnitGid}-remarks-patch",
                "x-filename-id":"powerunits-powerunitgid-remarks-patch"
            }
        },
        "/powerUnits/{powerUnitGid}/remarks/{remarkSequence}":{
            "parameters":[
                {
                    "name":"powerUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"remarkSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Power Units/Remarks"
                ],
                "summary":"Get a Remark",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/powerUnits.remarks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"powerUnits-{powerUnitGid}-remarks-{remarkSequence}-get",
                "x-filename-id":"powerunits-powerunitgid-remarks-remarksequence-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Power Units/Remarks"
                ],
                "summary":"Delete a Remark",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"powerUnits-{powerUnitGid}-remarks-{remarkSequence}-delete",
                "x-filename-id":"powerunits-powerunitgid-remarks-remarksequence-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Power Units/Remarks"
                ],
                "summary":"Update a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"powerUnits-{powerUnitGid}-remarks-{remarkSequence}-patch",
                "x-filename-id":"powerunits-powerunitgid-remarks-remarksequence-patch"
            }
        },
        "/powerUnits/{powerUnitGid}/texts":{
            "parameters":[
                {
                    "name":"powerUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Power Units/Texts"
                ],
                "summary":"Get Texts",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/powerUnits.texts"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"powerUnits-{powerUnitGid}-texts-get",
                "x-filename-id":"powerunits-powerunitgid-texts-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Power Units/Texts"
                ],
                "summary":"Create a Text",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/powerUnits.texts"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/powerUnits.texts"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/powerUnits.texts"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/powerUnits.texts"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"powerUnits-{powerUnitGid}-texts-post",
                "x-filename-id":"powerunits-powerunitgid-texts-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Power Units/Texts"
                ],
                "summary":"Update Texts",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"powerUnits-{powerUnitGid}-texts-patch",
                "x-filename-id":"powerunits-powerunitgid-texts-patch"
            }
        },
        "/powerUnits/{powerUnitGid}/texts/{textTemplateGidxdocumentDefGid}":{
            "parameters":[
                {
                    "name":"powerUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"textTemplateGidxdocumentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Power Units/Texts"
                ],
                "summary":"Get a Text",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/powerUnits.texts"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"powerUnits-{powerUnitGid}-texts-{textTemplateGidxdocumentDefGid}-get",
                "x-filename-id":"powerunits-powerunitgid-texts-texttemplategidxdocumentdefgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Power Units/Texts"
                ],
                "summary":"Delete a Text",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"powerUnits-{powerUnitGid}-texts-{textTemplateGidxdocumentDefGid}-delete",
                "x-filename-id":"powerunits-powerunitgid-texts-texttemplategidxdocumentdefgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Power Units/Texts"
                ],
                "summary":"Update a Text",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"powerUnits-{powerUnitGid}-texts-{textTemplateGidxdocumentDefGid}-patch",
                "x-filename-id":"powerunits-powerunitgid-texts-texttemplategidxdocumentdefgid-patch"
            }
        },
        "/powerUnits/{powerUnitGid}/statuses":{
            "parameters":[
                {
                    "name":"powerUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Power Units/Statuses"
                ],
                "summary":"Get Statuses",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/powerUnits.statuses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"powerUnits-{powerUnitGid}-statuses-get",
                "x-filename-id":"powerunits-powerunitgid-statuses-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Power Units/Statuses"
                ],
                "summary":"Create a Status",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/powerUnits.statuses"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/powerUnits.statuses"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/powerUnits.statuses"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/powerUnits.statuses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"powerUnits-{powerUnitGid}-statuses-post",
                "x-filename-id":"powerunits-powerunitgid-statuses-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Power Units/Statuses"
                ],
                "summary":"Update Statuses",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"powerUnits-{powerUnitGid}-statuses-patch",
                "x-filename-id":"powerunits-powerunitgid-statuses-patch"
            }
        },
        "/powerUnits/{powerUnitGid}/statuses/{statusTypeGid}":{
            "parameters":[
                {
                    "name":"powerUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"statusTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Power Units/Statuses"
                ],
                "summary":"Get a Status",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/powerUnits.statuses"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"powerUnits-{powerUnitGid}-statuses-{statusTypeGid}-get",
                "x-filename-id":"powerunits-powerunitgid-statuses-statustypegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Power Units/Statuses"
                ],
                "summary":"Delete a Status",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"powerUnits-{powerUnitGid}-statuses-{statusTypeGid}-delete",
                "x-filename-id":"powerunits-powerunitgid-statuses-statustypegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Power Units/Statuses"
                ],
                "summary":"Update a Status",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"powerUnits-{powerUnitGid}-statuses-{statusTypeGid}-patch",
                "x-filename-id":"powerunits-powerunitgid-statuses-statustypegid-patch"
            }
        },
        "/powerUnits/{powerUnitGid}/equipments":{
            "parameters":[
                {
                    "name":"powerUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Power Units/Equipment"
                ],
                "summary":"Get Equipment",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/powerUnits.equipments"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"powerUnits-{powerUnitGid}-equipments-get",
                "x-filename-id":"powerunits-powerunitgid-equipments-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Power Units/Equipment"
                ],
                "summary":"Create an Equipment",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/powerUnits.equipments"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/powerUnits.equipments"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/powerUnits.equipments"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/powerUnits.equipments"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"powerUnits-{powerUnitGid}-equipments-post",
                "x-filename-id":"powerunits-powerunitgid-equipments-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Power Units/Equipment"
                ],
                "summary":"Update Equipment",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"powerUnits-{powerUnitGid}-equipments-patch",
                "x-filename-id":"powerunits-powerunitgid-equipments-patch"
            }
        },
        "/powerUnits/{powerUnitGid}/equipments/{powerUnitEquipmentSeq}":{
            "parameters":[
                {
                    "name":"powerUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"powerUnitEquipmentSeq",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Power Units/Equipment"
                ],
                "summary":"Get an Equipment",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/powerUnits.equipments"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"powerUnits-{powerUnitGid}-equipments-{powerUnitEquipmentSeq}-get",
                "x-filename-id":"powerunits-powerunitgid-equipments-powerunitequipmentseq-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Power Units/Equipment"
                ],
                "summary":"Delete an Equipment",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"powerUnits-{powerUnitGid}-equipments-{powerUnitEquipmentSeq}-delete",
                "x-filename-id":"powerunits-powerunitgid-equipments-powerunitequipmentseq-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Power Units/Equipment"
                ],
                "summary":"Update an Equipment",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"powerUnits-{powerUnitGid}-equipments-{powerUnitEquipmentSeq}-patch",
                "x-filename-id":"powerunits-powerunitgid-equipments-powerunitequipmentseq-patch"
            }
        },
        "/powerUnits/{powerUnitGid}/specialServices":{
            "parameters":[
                {
                    "name":"powerUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Power Units/Special Services"
                ],
                "summary":"Get Special Services",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/powerUnits.specialServices"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"powerUnits-{powerUnitGid}-specialServices-get",
                "x-filename-id":"powerunits-powerunitgid-specialservices-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Power Units/Special Services"
                ],
                "summary":"Create a Special Service",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/powerUnits.specialServices"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/powerUnits.specialServices"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/powerUnits.specialServices"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/powerUnits.specialServices"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"powerUnits-{powerUnitGid}-specialServices-post",
                "x-filename-id":"powerunits-powerunitgid-specialservices-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Power Units/Special Services"
                ],
                "summary":"Update Special Services",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"powerUnits-{powerUnitGid}-specialServices-patch",
                "x-filename-id":"powerunits-powerunitgid-specialservices-patch"
            }
        },
        "/powerUnits/{powerUnitGid}/specialServices/{specialServiceGid}":{
            "parameters":[
                {
                    "name":"powerUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"specialServiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Power Units/Special Services"
                ],
                "summary":"Get a Special Service",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/powerUnits.specialServices"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"powerUnits-{powerUnitGid}-specialServices-{specialServiceGid}-get",
                "x-filename-id":"powerunits-powerunitgid-specialservices-specialservicegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Power Units/Special Services"
                ],
                "summary":"Delete a Special Service",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"powerUnits-{powerUnitGid}-specialServices-{specialServiceGid}-delete",
                "x-filename-id":"powerunits-powerunitgid-specialservices-specialservicegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Power Units/Special Services"
                ],
                "summary":"Update a Special Service",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"powerUnits-{powerUnitGid}-specialServices-{specialServiceGid}-patch",
                "x-filename-id":"powerunits-powerunitgid-specialservices-specialservicegid-patch"
            }
        },
        "/powerUnits/{powerUnitGid}/trackingEvents":{
            "parameters":[
                {
                    "name":"powerUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Power Units/Tracking Events"
                ],
                "summary":"Get Tracking Events",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/powerUnits.trackingEvents"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"powerUnits-{powerUnitGid}-trackingEvents-get",
                "x-filename-id":"powerunits-powerunitgid-trackingevents-get"
            }
        },
        "/powerUnits/{powerUnitGid}/trackingEvents/{iTransactionNo}":{
            "parameters":[
                {
                    "name":"powerUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"iTransactionNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Power Units/Tracking Events"
                ],
                "summary":"Get a Tracking Event",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/powerUnits.trackingEvents"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"powerUnits-{powerUnitGid}-trackingEvents-{iTransactionNo}-get",
                "x-filename-id":"powerunits-powerunitgid-trackingevents-itransactionno-get"
            }
        },
        "/powerUnits/{powerUnitGid}/documents":{
            "parameters":[
                {
                    "name":"powerUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Power Units/Documents"
                ],
                "summary":"Get Documents",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/powerUnits.documents"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"powerUnits-{powerUnitGid}-documents-get",
                "x-filename-id":"powerunits-powerunitgid-documents-get"
            }
        },
        "/powerUnits/{powerUnitGid}/documents/{documentGid}":{
            "parameters":[
                {
                    "name":"powerUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Power Units/Documents"
                ],
                "summary":"Get a Document",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/powerUnits.documents"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"powerUnits-{powerUnitGid}-documents-{documentGid}-get",
                "x-filename-id":"powerunits-powerunitgid-documents-documentgid-get"
            }
        },
        "/fleetBulkPlans":{
            "get":{
                "tags":[
                    "Power Data/Fleet Bulk Plans"
                ],
                "summary":"Get Fleet Bulk Plans",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/fleetBulkPlans"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"fleetBulkPlans-get",
                "x-filename-id":"fleetbulkplans-get"
            }
        },
        "/fleetBulkPlans/{fleetBulkPlanGid}":{
            "parameters":[
                {
                    "name":"fleetBulkPlanGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Fleet Bulk Plans"
                ],
                "summary":"Get a Fleet Bulk Plan",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/fleetBulkPlans"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"fleetBulkPlans-{fleetBulkPlanGid}-get",
                "x-filename-id":"fleetbulkplans-fleetbulkplangid-get"
            }
        },
        "/fleetBulkPlans/{fleetBulkPlanGid}/costs":{
            "parameters":[
                {
                    "name":"fleetBulkPlanGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Fleet Bulk Plans/Costs"
                ],
                "summary":"Get Costs",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/fleetBulkPlans.costs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"fleetBulkPlans-{fleetBulkPlanGid}-costs-get",
                "x-filename-id":"fleetbulkplans-fleetbulkplangid-costs-get"
            }
        },
        "/fleetBulkPlans/{fleetBulkPlanGid}/costs/{costCategoryGid}":{
            "parameters":[
                {
                    "name":"fleetBulkPlanGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"costCategoryGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Fleet Bulk Plans/Costs"
                ],
                "summary":"Get a Cost",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/fleetBulkPlans.costs"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"fleetBulkPlans-{fleetBulkPlanGid}-costs-{costCategoryGid}-get",
                "x-filename-id":"fleetbulkplans-fleetbulkplangid-costs-costcategorygid-get"
            }
        },
        "/itemsWithProdClassCodeGid":{
            "get":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid"
                ],
                "summary":"Get Items With Prod Class Code Gid",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-get",
                "x-filename-id":"itemswithprodclasscodegid-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid"
                ],
                "summary":"Create an Items With Prod Class Code Gid",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-post",
                "x-filename-id":"itemswithprodclasscodegid-post"
            }
        },
        "/itemsWithProdClassCodeGid/{itemGid}":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid"
                ],
                "summary":"Get an Items With Prod Class Code Gid",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-get",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid"
                ],
                "summary":"Delete an Items With Prod Class Code Gid",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-delete",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid"
                ],
                "summary":"Update an Items With Prod Class Code Gid",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-patch",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-patch"
            }
        },
        "/itemsWithProdClassCodeGid/{itemGid}/statuses":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Statuses"
                ],
                "summary":"Get Statuses",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.statuses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-statuses-get",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-statuses-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Statuses"
                ],
                "summary":"Create a Statuse",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.statuses"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/itemsWithProdClassCodeGid.statuses"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.statuses"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.statuses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-statuses-post",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-statuses-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Statuses"
                ],
                "summary":"Update Statuses",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-statuses-patch",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-statuses-patch"
            }
        },
        "/itemsWithProdClassCodeGid/{itemGid}/statuses/{statusTypeGid}":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"statusTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Statuses"
                ],
                "summary":"Get a Statuse",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.statuses"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-statuses-{statusTypeGid}-get",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-statuses-statustypegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Statuses"
                ],
                "summary":"Delete a Statuse",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-statuses-{statusTypeGid}-delete",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-statuses-statustypegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Statuses"
                ],
                "summary":"Update a Statuse",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-statuses-{statusTypeGid}-patch",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-statuses-statustypegid-patch"
            }
        },
        "/itemsWithProdClassCodeGid/{itemGid}/refnums":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Refnums"
                ],
                "summary":"Get Refnums",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-refnums-get",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-refnums-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Refnums"
                ],
                "summary":"Create a Refnum",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.refnums"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/itemsWithProdClassCodeGid.refnums"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.refnums"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-refnums-post",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-refnums-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Refnums"
                ],
                "summary":"Update Refnums",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-refnums-patch",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-refnums-patch"
            }
        },
        "/itemsWithProdClassCodeGid/{itemGid}/refnums/{itemRefnumQualGidxitemRefnumValue}":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"itemRefnumQualGidxitemRefnumValue",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Refnums"
                ],
                "summary":"Get a Refnum",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.refnums"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-refnums-{itemRefnumQualGidxitemRefnumValue}-get",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-refnums-itemrefnumqualgidxitemrefnumvalue-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Refnums"
                ],
                "summary":"Delete a Refnum",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-refnums-{itemRefnumQualGidxitemRefnumValue}-delete",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-refnums-itemrefnumqualgidxitemrefnumvalue-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Refnums"
                ],
                "summary":"Update a Refnum",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-refnums-{itemRefnumQualGidxitemRefnumValue}-patch",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-refnums-itemrefnumqualgidxitemrefnumvalue-patch"
            }
        },
        "/itemsWithProdClassCodeGid/{itemGid}/remarks":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Remarks"
                ],
                "summary":"Get Remarks",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-remarks-get",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-remarks-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Remarks"
                ],
                "summary":"Create a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.remarks"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/itemsWithProdClassCodeGid.remarks"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.remarks"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-remarks-post",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-remarks-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Remarks"
                ],
                "summary":"Update Remarks",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-remarks-patch",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-remarks-patch"
            }
        },
        "/itemsWithProdClassCodeGid/{itemGid}/remarks/{remarkSequence}":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"remarkSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Remarks"
                ],
                "summary":"Get a Remark",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.remarks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-remarks-{remarkSequence}-get",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-remarks-remarksequence-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Remarks"
                ],
                "summary":"Delete a Remark",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-remarks-{remarkSequence}-delete",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-remarks-remarksequence-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Remarks"
                ],
                "summary":"Update a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-remarks-{remarkSequence}-patch",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-remarks-remarksequence-patch"
            }
        },
        "/itemsWithProdClassCodeGid/{itemGid}/texts":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Texts"
                ],
                "summary":"Get Texts",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.texts"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-texts-get",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-texts-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Texts"
                ],
                "summary":"Create a Text",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.texts"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/itemsWithProdClassCodeGid.texts"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.texts"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.texts"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-texts-post",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-texts-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Texts"
                ],
                "summary":"Update Texts",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-texts-patch",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-texts-patch"
            }
        },
        "/itemsWithProdClassCodeGid/{itemGid}/texts/{textTemplateGidxdocumentDefGid}":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"textTemplateGidxdocumentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Texts"
                ],
                "summary":"Get a Text",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.texts"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-texts-{textTemplateGidxdocumentDefGid}-get",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-texts-texttemplategidxdocumentdefgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Texts"
                ],
                "summary":"Delete a Text",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-texts-{textTemplateGidxdocumentDefGid}-delete",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-texts-texttemplategidxdocumentdefgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Texts"
                ],
                "summary":"Update a Text",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-texts-{textTemplateGidxdocumentDefGid}-patch",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-texts-texttemplategidxdocumentdefgid-patch"
            }
        },
        "/itemsWithProdClassCodeGid/{itemGid}/packagedItems":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Packaged Items"
                ],
                "summary":"Get Packaged Items",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.packagedItems"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-packagedItems-get",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-packageditems-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Packaged Items"
                ],
                "summary":"Create a Packaged Item",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.packagedItems"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/itemsWithProdClassCodeGid.packagedItems"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.packagedItems"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.packagedItems"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-packagedItems-post",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-packageditems-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Packaged Items"
                ],
                "summary":"Update Packaged Items",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-packagedItems-patch",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-packageditems-patch"
            }
        },
        "/itemsWithProdClassCodeGid/{itemGid}/packagedItems/{packagedItemGid}":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"packagedItemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Packaged Items"
                ],
                "summary":"Get a Packaged Item",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.packagedItems"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-packagedItems-{packagedItemGid}-get",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-packageditems-packageditemgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Packaged Items"
                ],
                "summary":"Delete a Packaged Item",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-packagedItems-{packagedItemGid}-delete",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-packageditems-packageditemgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Packaged Items"
                ],
                "summary":"Update a Packaged Item",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-packagedItems-{packagedItemGid}-patch",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-packageditems-packageditemgid-patch"
            }
        },
        "/itemsWithProdClassCodeGid/{itemGid}/packagedItems/{packagedItemGid}/pruUsages":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"packagedItemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Packaged Items/Pru Usages"
                ],
                "summary":"Get Pru Usages",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.packagedItems.pruUsages"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-packagedItems-{packagedItemGid}-pruUsages-get",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-packageditems-packageditemgid-pruusages-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Packaged Items/Pru Usages"
                ],
                "summary":"Create a Pru Usage",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.packagedItems.pruUsages"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/itemsWithProdClassCodeGid.packagedItems.pruUsages"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.packagedItems.pruUsages"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.packagedItems.pruUsages"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-packagedItems-{packagedItemGid}-pruUsages-post",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-packageditems-packageditemgid-pruusages-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Packaged Items/Pru Usages"
                ],
                "summary":"Update Pru Usages",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-packagedItems-{packagedItemGid}-pruUsages-patch",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-packageditems-packageditemgid-pruusages-patch"
            }
        },
        "/itemsWithProdClassCodeGid/{itemGid}/packagedItems/{packagedItemGid}/pruUsages/{sequenceNo}":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"packagedItemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sequenceNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Packaged Items/Pru Usages"
                ],
                "summary":"Get a Pru Usage",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.packagedItems.pruUsages"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-packagedItems-{packagedItemGid}-pruUsages-{sequenceNo}-get",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-packageditems-packageditemgid-pruusages-sequenceno-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Packaged Items/Pru Usages"
                ],
                "summary":"Delete a Pru Usage",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-packagedItems-{packagedItemGid}-pruUsages-{sequenceNo}-delete",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-packageditems-packageditemgid-pruusages-sequenceno-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Packaged Items/Pru Usages"
                ],
                "summary":"Update a Pru Usage",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-packagedItems-{packagedItemGid}-pruUsages-{sequenceNo}-patch",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-packageditems-packageditemgid-pruusages-sequenceno-patch"
            }
        },
        "/itemsWithProdClassCodeGid/{itemGid}/packagedItems/{packagedItemGid}/tiHis":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"packagedItemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Packaged Items/Ti His"
                ],
                "summary":"Get Ti His",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.packagedItems.tiHis"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-packagedItems-{packagedItemGid}-tiHis-get",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-packageditems-packageditemgid-tihis-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Packaged Items/Ti His"
                ],
                "summary":"Create a Ti Hi",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.packagedItems.tiHis"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/itemsWithProdClassCodeGid.packagedItems.tiHis"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.packagedItems.tiHis"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.packagedItems.tiHis"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-packagedItems-{packagedItemGid}-tiHis-post",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-packageditems-packageditemgid-tihis-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Packaged Items/Ti His"
                ],
                "summary":"Update Ti His",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-packagedItems-{packagedItemGid}-tiHis-patch",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-packageditems-packageditemgid-tihis-patch"
            }
        },
        "/itemsWithProdClassCodeGid/{itemGid}/packagedItems/{packagedItemGid}/tiHis/{sequenceNo}":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"packagedItemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sequenceNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Packaged Items/Ti His"
                ],
                "summary":"Get a Ti Hi",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.packagedItems.tiHis"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-packagedItems-{packagedItemGid}-tiHis-{sequenceNo}-get",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-packageditems-packageditemgid-tihis-sequenceno-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Packaged Items/Ti His"
                ],
                "summary":"Delete a Ti Hi",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-packagedItems-{packagedItemGid}-tiHis-{sequenceNo}-delete",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-packageditems-packageditemgid-tihis-sequenceno-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Packaged Items/Ti His"
                ],
                "summary":"Update a Ti Hi",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-packagedItems-{packagedItemGid}-tiHis-{sequenceNo}-patch",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-packageditems-packageditemgid-tihis-sequenceno-patch"
            }
        },
        "/itemsWithProdClassCodeGid/{itemGid}/packagedItems/{packagedItemGid}/refnums":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"packagedItemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Packaged Items/Refnums"
                ],
                "summary":"Get Refnums",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.packagedItems.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-packagedItems-{packagedItemGid}-refnums-get",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-packageditems-packageditemgid-refnums-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Packaged Items/Refnums"
                ],
                "summary":"Create a Refnum",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.packagedItems.refnums"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/itemsWithProdClassCodeGid.packagedItems.refnums"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.packagedItems.refnums"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.packagedItems.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-packagedItems-{packagedItemGid}-refnums-post",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-packageditems-packageditemgid-refnums-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Packaged Items/Refnums"
                ],
                "summary":"Update Refnums",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-packagedItems-{packagedItemGid}-refnums-patch",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-packageditems-packageditemgid-refnums-patch"
            }
        },
        "/itemsWithProdClassCodeGid/{itemGid}/packagedItems/{packagedItemGid}/refnums/{packagedItemRefnumQualGidxrefnumValue}":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"packagedItemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"packagedItemRefnumQualGidxrefnumValue",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Packaged Items/Refnums"
                ],
                "summary":"Get a Refnum",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.packagedItems.refnums"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-packagedItems-{packagedItemGid}-refnums-{packagedItemRefnumQualGidxrefnumValue}-get",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-packageditems-packageditemgid-refnums-packageditemrefnumqualgidxrefnumvalue-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Packaged Items/Refnums"
                ],
                "summary":"Delete a Refnum",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-packagedItems-{packagedItemGid}-refnums-{packagedItemRefnumQualGidxrefnumValue}-delete",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-packageditems-packageditemgid-refnums-packageditemrefnumqualgidxrefnumvalue-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Packaged Items/Refnums"
                ],
                "summary":"Update a Refnum",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-packagedItems-{packagedItemGid}-refnums-{packagedItemRefnumQualGidxrefnumValue}-patch",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-packageditems-packageditemgid-refnums-packageditemrefnumqualgidxrefnumvalue-patch"
            }
        },
        "/itemsWithProdClassCodeGid/{itemGid}/packagedItems/{packagedItemGid}/equipmentRefUnits":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"packagedItemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Packaged Items/Equipment Ref Units"
                ],
                "summary":"Get Equipment Ref Units",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.packagedItems.equipmentRefUnits"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-packagedItems-{packagedItemGid}-equipmentRefUnits-get",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-packageditems-packageditemgid-equipmentrefunits-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Packaged Items/Equipment Ref Units"
                ],
                "summary":"Create an Equipment Ref Unit",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.packagedItems.equipmentRefUnits"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/itemsWithProdClassCodeGid.packagedItems.equipmentRefUnits"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.packagedItems.equipmentRefUnits"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.packagedItems.equipmentRefUnits"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-packagedItems-{packagedItemGid}-equipmentRefUnits-post",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-packageditems-packageditemgid-equipmentrefunits-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Packaged Items/Equipment Ref Units"
                ],
                "summary":"Update Equipment Ref Units",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-packagedItems-{packagedItemGid}-equipmentRefUnits-patch",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-packageditems-packageditemgid-equipmentrefunits-patch"
            }
        },
        "/itemsWithProdClassCodeGid/{itemGid}/packagedItems/{packagedItemGid}/equipmentRefUnits/{equipmentReferenceUnitGid}":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"packagedItemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"equipmentReferenceUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Packaged Items/Equipment Ref Units"
                ],
                "summary":"Get an Equipment Ref Unit",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.packagedItems.equipmentRefUnits"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-packagedItems-{packagedItemGid}-equipmentRefUnits-{equipmentReferenceUnitGid}-get",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-packageditems-packageditemgid-equipmentrefunits-equipmentreferenceunitgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Packaged Items/Equipment Ref Units"
                ],
                "summary":"Delete an Equipment Ref Unit",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-packagedItems-{packagedItemGid}-equipmentRefUnits-{equipmentReferenceUnitGid}-delete",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-packageditems-packageditemgid-equipmentrefunits-equipmentreferenceunitgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Packaged Items/Equipment Ref Units"
                ],
                "summary":"Update an Equipment Ref Unit",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-packagedItems-{packagedItemGid}-equipmentRefUnits-{equipmentReferenceUnitGid}-patch",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-packageditems-packageditemgid-equipmentrefunits-equipmentreferenceunitgid-patch"
            }
        },
        "/itemsWithProdClassCodeGid/{itemGid}/packagedItems/{packagedItemGid}/packageRefUnits":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"packagedItemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Packaged Items/Package Ref Units"
                ],
                "summary":"Get Package Ref Units",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.packagedItems.packageRefUnits"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-packagedItems-{packagedItemGid}-packageRefUnits-get",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-packageditems-packageditemgid-packagerefunits-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Packaged Items/Package Ref Units"
                ],
                "summary":"Create a Package Ref Unit",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.packagedItems.packageRefUnits"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/itemsWithProdClassCodeGid.packagedItems.packageRefUnits"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.packagedItems.packageRefUnits"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.packagedItems.packageRefUnits"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-packagedItems-{packagedItemGid}-packageRefUnits-post",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-packageditems-packageditemgid-packagerefunits-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Packaged Items/Package Ref Units"
                ],
                "summary":"Update Package Ref Units",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-packagedItems-{packagedItemGid}-packageRefUnits-patch",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-packageditems-packageditemgid-packagerefunits-patch"
            }
        },
        "/itemsWithProdClassCodeGid/{itemGid}/packagedItems/{packagedItemGid}/packageRefUnits/{packagingUnitGid}":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"packagedItemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"packagingUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Packaged Items/Package Ref Units"
                ],
                "summary":"Get a Package Ref Unit",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.packagedItems.packageRefUnits"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-packagedItems-{packagedItemGid}-packageRefUnits-{packagingUnitGid}-get",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-packageditems-packageditemgid-packagerefunits-packagingunitgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Packaged Items/Package Ref Units"
                ],
                "summary":"Delete a Package Ref Unit",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-packagedItems-{packagedItemGid}-packageRefUnits-{packagingUnitGid}-delete",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-packageditems-packageditemgid-packagerefunits-packagingunitgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Packaged Items/Package Ref Units"
                ],
                "summary":"Update a Package Ref Unit",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-packagedItems-{packagedItemGid}-packageRefUnits-{packagingUnitGid}-patch",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-packageditems-packageditemgid-packagerefunits-packagingunitgid-patch"
            }
        },
        "/itemsWithProdClassCodeGid/{itemGid}/reqdocReviewers":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Reqdoc Reviewers"
                ],
                "summary":"Get Reqdoc Reviewers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.reqdocReviewers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-reqdocReviewers-get",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-reqdocreviewers-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Reqdoc Reviewers"
                ],
                "summary":"Create a Reqdoc Reviewer",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.reqdocReviewers"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/itemsWithProdClassCodeGid.reqdocReviewers"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.reqdocReviewers"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.reqdocReviewers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-reqdocReviewers-post",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-reqdocreviewers-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Reqdoc Reviewers"
                ],
                "summary":"Update Reqdoc Reviewers",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-reqdocReviewers-patch",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-reqdocreviewers-patch"
            }
        },
        "/itemsWithProdClassCodeGid/{itemGid}/reqdocReviewers/{documentDefGidxcontactGid}":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGidxcontactGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Reqdoc Reviewers"
                ],
                "summary":"Get a Reqdoc Reviewer",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.reqdocReviewers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-reqdocReviewers-{documentDefGidxcontactGid}-get",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-reqdocreviewers-documentdefgidxcontactgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Reqdoc Reviewers"
                ],
                "summary":"Delete a Reqdoc Reviewer",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-reqdocReviewers-{documentDefGidxcontactGid}-delete",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-reqdocreviewers-documentdefgidxcontactgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Reqdoc Reviewers"
                ],
                "summary":"Update a Reqdoc Reviewer",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-reqdocReviewers-{documentDefGidxcontactGid}-patch",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-reqdocreviewers-documentdefgidxcontactgid-patch"
            }
        },
        "/itemsWithProdClassCodeGid/{itemGid}/reqdocs":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Reqdocs"
                ],
                "summary":"Get Reqdocs",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.reqdocs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-reqdocs-get",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-reqdocs-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Reqdocs"
                ],
                "summary":"Create a Reqdoc",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.reqdocs"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/itemsWithProdClassCodeGid.reqdocs"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.reqdocs"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.reqdocs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-reqdocs-post",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-reqdocs-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Reqdocs"
                ],
                "summary":"Update Reqdocs",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-reqdocs-patch",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-reqdocs-patch"
            }
        },
        "/itemsWithProdClassCodeGid/{itemGid}/reqdocs/{documentDefGid}":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Reqdocs"
                ],
                "summary":"Get a Reqdoc",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.reqdocs"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-reqdocs-{documentDefGid}-get",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-reqdocs-documentdefgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Reqdocs"
                ],
                "summary":"Delete a Reqdoc",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-reqdocs-{documentDefGid}-delete",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-reqdocs-documentdefgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Reqdocs"
                ],
                "summary":"Update a Reqdoc",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-reqdocs-{documentDefGid}-patch",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-reqdocs-documentdefgid-patch"
            }
        },
        "/itemsWithProdClassCodeGid/{itemGid}/reqdocSubscribers":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Reqdoc Subscribers"
                ],
                "summary":"Get Reqdoc Subscribers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.reqdocSubscribers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-reqdocSubscribers-get",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-reqdocsubscribers-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Reqdoc Subscribers"
                ],
                "summary":"Create a Reqdoc Subscriber",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.reqdocSubscribers"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/itemsWithProdClassCodeGid.reqdocSubscribers"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.reqdocSubscribers"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.reqdocSubscribers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-reqdocSubscribers-post",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-reqdocsubscribers-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Reqdoc Subscribers"
                ],
                "summary":"Update Reqdoc Subscribers",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-reqdocSubscribers-patch",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-reqdocsubscribers-patch"
            }
        },
        "/itemsWithProdClassCodeGid/{itemGid}/reqdocSubscribers/{documentDefGidxcontactGid}":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGidxcontactGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Reqdoc Subscribers"
                ],
                "summary":"Get a Reqdoc Subscriber",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.reqdocSubscribers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-reqdocSubscribers-{documentDefGidxcontactGid}-get",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-reqdocsubscribers-documentdefgidxcontactgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Reqdoc Subscribers"
                ],
                "summary":"Delete a Reqdoc Subscriber",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-reqdocSubscribers-{documentDefGidxcontactGid}-delete",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-reqdocsubscribers-documentdefgidxcontactgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Reqdoc Subscribers"
                ],
                "summary":"Update a Reqdoc Subscriber",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-reqdocSubscribers-{documentDefGidxcontactGid}-patch",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-reqdocsubscribers-documentdefgidxcontactgid-patch"
            }
        },
        "/itemsWithProdClassCodeGid/{itemGid}/reqdocDocs":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Reqdoc Docs"
                ],
                "summary":"Get Reqdoc Docs",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.reqdocDocs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-reqdocDocs-get",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-reqdocdocs-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Reqdoc Docs"
                ],
                "summary":"Create a Reqdoc Doc",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.reqdocDocs"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/itemsWithProdClassCodeGid.reqdocDocs"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.reqdocDocs"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.reqdocDocs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-reqdocDocs-post",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-reqdocdocs-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Reqdoc Docs"
                ],
                "summary":"Update Reqdoc Docs",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-reqdocDocs-patch",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-reqdocdocs-patch"
            }
        },
        "/itemsWithProdClassCodeGid/{itemGid}/reqdocDocs/{documentDefGidxdocumentGid}":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGidxdocumentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Reqdoc Docs"
                ],
                "summary":"Get a Reqdoc Doc",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.reqdocDocs"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-reqdocDocs-{documentDefGidxdocumentGid}-get",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-reqdocdocs-documentdefgidxdocumentgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Reqdoc Docs"
                ],
                "summary":"Delete a Reqdoc Doc",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-reqdocDocs-{documentDefGidxdocumentGid}-delete",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-reqdocdocs-documentdefgidxdocumentgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Reqdoc Docs"
                ],
                "summary":"Update a Reqdoc Doc",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-reqdocDocs-{documentDefGidxdocumentGid}-patch",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-reqdocdocs-documentdefgidxdocumentgid-patch"
            }
        },
        "/itemsWithProdClassCodeGid/{itemGid}/reqdocTexts":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Reqdoc Texts"
                ],
                "summary":"Get Reqdoc Texts",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.reqdocTexts"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-reqdocTexts-get",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-reqdoctexts-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Reqdoc Texts"
                ],
                "summary":"Create a Reqdoc Text",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.reqdocTexts"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/itemsWithProdClassCodeGid.reqdocTexts"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.reqdocTexts"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.reqdocTexts"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-reqdocTexts-post",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-reqdoctexts-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Reqdoc Texts"
                ],
                "summary":"Update Reqdoc Texts",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-reqdocTexts-patch",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-reqdoctexts-patch"
            }
        },
        "/itemsWithProdClassCodeGid/{itemGid}/reqdocTexts/{documentDefGidxtextTemplateGid}":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGidxtextTemplateGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Reqdoc Texts"
                ],
                "summary":"Get a Reqdoc Text",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.reqdocTexts"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-reqdocTexts-{documentDefGidxtextTemplateGid}-get",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-reqdoctexts-documentdefgidxtexttemplategid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Reqdoc Texts"
                ],
                "summary":"Delete a Reqdoc Text",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-reqdocTexts-{documentDefGidxtextTemplateGid}-delete",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-reqdoctexts-documentdefgidxtexttemplategid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Reqdoc Texts"
                ],
                "summary":"Update a Reqdoc Text",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-reqdocTexts-{documentDefGidxtextTemplateGid}-patch",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-reqdoctexts-documentdefgidxtexttemplategid-patch"
            }
        },
        "/itemsWithProdClassCodeGid/{itemGid}/reqdocStatuses":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Reqdoc Statuses"
                ],
                "summary":"Get Reqdoc Statuses",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.reqdocStatuses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-reqdocStatuses-get",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-reqdocstatuses-get"
            }
        },
        "/itemsWithProdClassCodeGid/{itemGid}/reqdocStatuses/{documentDefGidxstatusTypeGidxstatusValueGid}":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGidxstatusTypeGidxstatusValueGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Reqdoc Statuses"
                ],
                "summary":"Get a Reqdoc Statuse",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.reqdocStatuses"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-reqdocStatuses-{documentDefGidxstatusTypeGidxstatusValueGid}-get",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-reqdocstatuses-documentdefgidxstatustypegidxstatusvaluegid-get"
            }
        },
        "/itemsWithProdClassCodeGid/{itemGid}/reqdocDocReviews":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Reqdoc Doc Reviews"
                ],
                "summary":"Get Reqdoc Doc Reviews",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.reqdocDocReviews"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-reqdocDocReviews-get",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-reqdocdocreviews-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Reqdoc Doc Reviews"
                ],
                "summary":"Create a Reqdoc Doc Review",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.reqdocDocReviews"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/itemsWithProdClassCodeGid.reqdocDocReviews"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.reqdocDocReviews"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.reqdocDocReviews"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-reqdocDocReviews-post",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-reqdocdocreviews-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Reqdoc Doc Reviews"
                ],
                "summary":"Update Reqdoc Doc Reviews",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-reqdocDocReviews-patch",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-reqdocdocreviews-patch"
            }
        },
        "/itemsWithProdClassCodeGid/{itemGid}/reqdocDocReviews/{documentDefGidxdocumentGidxcontactGid}":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGidxdocumentGidxcontactGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Reqdoc Doc Reviews"
                ],
                "summary":"Get a Reqdoc Doc Review",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.reqdocDocReviews"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-reqdocDocReviews-{documentDefGidxdocumentGidxcontactGid}-get",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-reqdocdocreviews-documentdefgidxdocumentgidxcontactgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Reqdoc Doc Reviews"
                ],
                "summary":"Delete a Reqdoc Doc Review",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-reqdocDocReviews-{documentDefGidxdocumentGidxcontactGid}-delete",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-reqdocdocreviews-documentdefgidxdocumentgidxcontactgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Reqdoc Doc Reviews"
                ],
                "summary":"Update a Reqdoc Doc Review",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-reqdocDocReviews-{documentDefGidxdocumentGidxcontactGid}-patch",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-reqdocdocreviews-documentdefgidxdocumentgidxcontactgid-patch"
            }
        },
        "/itemsWithProdClassCodeGid/{itemGid}/relationships":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Relationships"
                ],
                "summary":"Get Relationships",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.relationships"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-relationships-get",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-relationships-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Relationships"
                ],
                "summary":"Create a Relationship",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.relationships"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/itemsWithProdClassCodeGid.relationships"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.relationships"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.relationships"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-relationships-post",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-relationships-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Relationships"
                ],
                "summary":"Update Relationships",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-relationships-patch",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-relationships-patch"
            }
        },
        "/itemsWithProdClassCodeGid/{itemGid}/relationships/{itemGid}":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Relationships"
                ],
                "summary":"Get a Relationship",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.relationships"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-relationships-{itemGid}-get",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-relationships-itemgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Relationships"
                ],
                "summary":"Delete a Relationship",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-relationships-{itemGid}-delete",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-relationships-itemgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Relationships"
                ],
                "summary":"Update a Relationship",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-relationships-{itemGid}-patch",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-relationships-itemgid-patch"
            }
        },
        "/itemsWithProdClassCodeGid/{itemGid}/boms":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Boms"
                ],
                "summary":"Get Boms",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.boms"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-boms-get",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-boms-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Boms"
                ],
                "summary":"Create a Bom",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.boms"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/itemsWithProdClassCodeGid.boms"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.boms"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.boms"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-boms-post",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-boms-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Boms"
                ],
                "summary":"Update Boms",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-boms-patch",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-boms-patch"
            }
        },
        "/itemsWithProdClassCodeGid/{itemGid}/boms/{parentItemGid}":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"parentItemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Boms"
                ],
                "summary":"Get a Bom",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.boms"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-boms-{parentItemGid}-get",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-boms-parentitemgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Boms"
                ],
                "summary":"Delete a Bom",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-boms-{parentItemGid}-delete",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-boms-parentitemgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Boms"
                ],
                "summary":"Update a Bom",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-boms-{parentItemGid}-patch",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-boms-parentitemgid-patch"
            }
        },
        "/itemsWithProdClassCodeGid/{itemGid}/specialServices":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Special Services"
                ],
                "summary":"Get Special Services",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.specialServices"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-specialServices-get",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-specialservices-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Special Services"
                ],
                "summary":"Create a Special Service",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.specialServices"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/itemsWithProdClassCodeGid.specialServices"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.specialServices"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.specialServices"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-specialServices-post",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-specialservices-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Special Services"
                ],
                "summary":"Update Special Services",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-specialServices-patch",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-specialservices-patch"
            }
        },
        "/itemsWithProdClassCodeGid/{itemGid}/specialServices/{specialServiceGid}":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"specialServiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Special Services"
                ],
                "summary":"Get a Special Service",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.specialServices"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-specialServices-{specialServiceGid}-get",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-specialservices-specialservicegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Special Services"
                ],
                "summary":"Delete a Special Service",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-specialServices-{specialServiceGid}-delete",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-specialservices-specialservicegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Special Services"
                ],
                "summary":"Update a Special Service",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-specialServices-{specialServiceGid}-patch",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-specialservices-specialservicegid-patch"
            }
        },
        "/itemsWithProdClassCodeGid/{itemGid}/features":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Features"
                ],
                "summary":"Get Features",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.features"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-features-get",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-features-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Features"
                ],
                "summary":"Create a Feature",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.features"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/itemsWithProdClassCodeGid.features"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.features"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.features"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-features-post",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-features-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Features"
                ],
                "summary":"Update Features",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-features-patch",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-features-patch"
            }
        },
        "/itemsWithProdClassCodeGid/{itemGid}/features/{itemFeatureQualGidxitemFeatureValue}":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"itemFeatureQualGidxitemFeatureValue",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Features"
                ],
                "summary":"Get a Feature",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.features"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-features-{itemFeatureQualGidxitemFeatureValue}-get",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-features-itemfeaturequalgidxitemfeaturevalue-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Features"
                ],
                "summary":"Delete a Feature",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-features-{itemFeatureQualGidxitemFeatureValue}-delete",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-features-itemfeaturequalgidxitemfeaturevalue-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Features"
                ],
                "summary":"Update a Feature",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-features-{itemFeatureQualGidxitemFeatureValue}-patch",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-features-itemfeaturequalgidxitemfeaturevalue-patch"
            }
        },
        "/itemsWithProdClassCodeGid/{itemGid}/accessorials":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Accessorials"
                ],
                "summary":"Get Accessorials",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.accessorials"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-accessorials-get",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-accessorials-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Accessorials"
                ],
                "summary":"Create an Accessorial",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.accessorials"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/itemsWithProdClassCodeGid.accessorials"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.accessorials"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.accessorials"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-accessorials-post",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-accessorials-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Accessorials"
                ],
                "summary":"Update Accessorials",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-accessorials-patch",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-accessorials-patch"
            }
        },
        "/itemsWithProdClassCodeGid/{itemGid}/accessorials/{accessorialCodeGid}":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"accessorialCodeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Accessorials"
                ],
                "summary":"Get an Accessorial",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.accessorials"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-accessorials-{accessorialCodeGid}-get",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-accessorials-accessorialcodegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Accessorials"
                ],
                "summary":"Delete an Accessorial",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-accessorials-{accessorialCodeGid}-delete",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-accessorials-accessorialcodegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Accessorials"
                ],
                "summary":"Update an Accessorial",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-accessorials-{accessorialCodeGid}-patch",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-accessorials-accessorialcodegid-patch"
            }
        },
        "/itemsWithProdClassCodeGid/{itemGid}/descriptions":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Descriptions"
                ],
                "summary":"Get Descriptions",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.descriptions"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-descriptions-get",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-descriptions-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Descriptions"
                ],
                "summary":"Create a Description",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.descriptions"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/itemsWithProdClassCodeGid.descriptions"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.descriptions"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.descriptions"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-descriptions-post",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-descriptions-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Descriptions"
                ],
                "summary":"Update Descriptions",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-descriptions-patch",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-descriptions-patch"
            }
        },
        "/itemsWithProdClassCodeGid/{itemGid}/descriptions/{seqNo}":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"seqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Descriptions"
                ],
                "summary":"Get a Description",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.descriptions"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-descriptions-{seqNo}-get",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-descriptions-seqno-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Descriptions"
                ],
                "summary":"Delete a Description",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-descriptions-{seqNo}-delete",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-descriptions-seqno-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Descriptions"
                ],
                "summary":"Update a Description",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-descriptions-{seqNo}-patch",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-descriptions-seqno-patch"
            }
        },
        "/itemsWithProdClassCodeGid/{itemGid}/uomConversions":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Uom Conversions"
                ],
                "summary":"Get Uom Conversions",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.uomConversions"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-uomConversions-get",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-uomconversions-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Uom Conversions"
                ],
                "summary":"Create an Uom Conversion",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.uomConversions"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/itemsWithProdClassCodeGid.uomConversions"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.uomConversions"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.uomConversions"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-uomConversions-post",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-uomconversions-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Uom Conversions"
                ],
                "summary":"Update Uom Conversions",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-uomConversions-patch",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-uomconversions-patch"
            }
        },
        "/itemsWithProdClassCodeGid/{itemGid}/uomConversions/{guicSeqNum}":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"guicSeqNum",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Uom Conversions"
                ],
                "summary":"Get an Uom Conversion",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.uomConversions"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-uomConversions-{guicSeqNum}-get",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-uomconversions-guicseqnum-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Uom Conversions"
                ],
                "summary":"Delete an Uom Conversion",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-uomConversions-{guicSeqNum}-delete",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-uomconversions-guicseqnum-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Uom Conversions"
                ],
                "summary":"Update an Uom Conversion",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-uomConversions-{guicSeqNum}-patch",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-uomconversions-guicseqnum-patch"
            }
        },
        "/itemsWithProdClassCodeGid/{itemGid}/classifications":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Classifications"
                ],
                "summary":"Get Classifications",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.classifications"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-classifications-get",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-classifications-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Classifications"
                ],
                "summary":"Create a Classification",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.classifications"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/itemsWithProdClassCodeGid.classifications"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.classifications"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.classifications"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-classifications-post",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-classifications-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Classifications"
                ],
                "summary":"Update Classifications",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-classifications-patch",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-classifications-patch"
            }
        },
        "/itemsWithProdClassCodeGid/{itemGid}/classifications/{gtmItemClassificationGid}":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmItemClassificationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Classifications"
                ],
                "summary":"Get a Classification",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.classifications"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-classifications-{gtmItemClassificationGid}-get",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-classifications-gtmitemclassificationgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Classifications"
                ],
                "summary":"Delete a Classification",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-classifications-{gtmItemClassificationGid}-delete",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-classifications-gtmitemclassificationgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Classifications"
                ],
                "summary":"Update a Classification",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-classifications-{gtmItemClassificationGid}-patch",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-classifications-gtmitemclassificationgid-patch"
            }
        },
        "/itemsWithProdClassCodeGid/{itemGid}/classifications/{gtmItemClassificationGid}/codeAttributes":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmItemClassificationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Classifications/Code Attributes"
                ],
                "summary":"Get Code Attributes",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.classifications.codeAttributes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-classifications-{gtmItemClassificationGid}-codeAttributes-get",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-classifications-gtmitemclassificationgid-codeattributes-get"
            }
        },
        "/itemsWithProdClassCodeGid/{itemGid}/classifications/{gtmItemClassificationGid}/codeAttributes/{attributeSequence}":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmItemClassificationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"attributeSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Classifications/Code Attributes"
                ],
                "summary":"Get a Code Attribute",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.classifications.codeAttributes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-classifications-{gtmItemClassificationGid}-codeAttributes-{attributeSequence}-get",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-classifications-gtmitemclassificationgid-codeattributes-attributesequence-get"
            }
        },
        "/itemsWithProdClassCodeGid/{itemGid}/classifications/{gtmItemClassificationGid}/remarks":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmItemClassificationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Classifications/Remarks"
                ],
                "summary":"Get Remarks",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.classifications.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-classifications-{gtmItemClassificationGid}-remarks-get",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-classifications-gtmitemclassificationgid-remarks-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Classifications/Remarks"
                ],
                "summary":"Create a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.classifications.remarks"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/itemsWithProdClassCodeGid.classifications.remarks"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.classifications.remarks"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.classifications.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-classifications-{gtmItemClassificationGid}-remarks-post",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-classifications-gtmitemclassificationgid-remarks-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Classifications/Remarks"
                ],
                "summary":"Update Remarks",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-classifications-{gtmItemClassificationGid}-remarks-patch",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-classifications-gtmitemclassificationgid-remarks-patch"
            }
        },
        "/itemsWithProdClassCodeGid/{itemGid}/classifications/{gtmItemClassificationGid}/remarks/{remarkSequence}":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmItemClassificationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"remarkSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Classifications/Remarks"
                ],
                "summary":"Get a Remark",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.classifications.remarks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-classifications-{gtmItemClassificationGid}-remarks-{remarkSequence}-get",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-classifications-gtmitemclassificationgid-remarks-remarksequence-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Classifications/Remarks"
                ],
                "summary":"Delete a Remark",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-classifications-{gtmItemClassificationGid}-remarks-{remarkSequence}-delete",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-classifications-gtmitemclassificationgid-remarks-remarksequence-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Classifications/Remarks"
                ],
                "summary":"Update a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-classifications-{gtmItemClassificationGid}-remarks-{remarkSequence}-patch",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-classifications-gtmitemclassificationgid-remarks-remarksequence-patch"
            }
        },
        "/itemsWithProdClassCodeGid/{itemGid}/classifications/{gtmItemClassificationGid}/refnums":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmItemClassificationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Classifications/Refnums"
                ],
                "summary":"Get Refnums",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.classifications.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-classifications-{gtmItemClassificationGid}-refnums-get",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-classifications-gtmitemclassificationgid-refnums-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Classifications/Refnums"
                ],
                "summary":"Create a Refnum",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.classifications.refnums"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/itemsWithProdClassCodeGid.classifications.refnums"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.classifications.refnums"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.classifications.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-classifications-{gtmItemClassificationGid}-refnums-post",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-classifications-gtmitemclassificationgid-refnums-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Classifications/Refnums"
                ],
                "summary":"Update Refnums",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-classifications-{gtmItemClassificationGid}-refnums-patch",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-classifications-gtmitemclassificationgid-refnums-patch"
            }
        },
        "/itemsWithProdClassCodeGid/{itemGid}/classifications/{gtmItemClassificationGid}/refnums/{gtmItemClassRefnumQualGidxrefnumValue}":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmItemClassificationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmItemClassRefnumQualGidxrefnumValue",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Classifications/Refnums"
                ],
                "summary":"Get a Refnum",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.classifications.refnums"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-classifications-{gtmItemClassificationGid}-refnums-{gtmItemClassRefnumQualGidxrefnumValue}-get",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-classifications-gtmitemclassificationgid-refnums-gtmitemclassrefnumqualgidxrefnumvalue-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Classifications/Refnums"
                ],
                "summary":"Delete a Refnum",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-classifications-{gtmItemClassificationGid}-refnums-{gtmItemClassRefnumQualGidxrefnumValue}-delete",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-classifications-gtmitemclassificationgid-refnums-gtmitemclassrefnumqualgidxrefnumvalue-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Classifications/Refnums"
                ],
                "summary":"Update a Refnum",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-classifications-{gtmItemClassificationGid}-refnums-{gtmItemClassRefnumQualGidxrefnumValue}-patch",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-classifications-gtmitemclassificationgid-refnums-gtmitemclassrefnumqualgidxrefnumvalue-patch"
            }
        },
        "/itemsWithProdClassCodeGid/{itemGid}/countryOfOrigins":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Country Of Origins"
                ],
                "summary":"Get Country Of Origins",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.countryOfOrigins"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-countryOfOrigins-get",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-countryoforigins-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Country Of Origins"
                ],
                "summary":"Create a Country Of Origin",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.countryOfOrigins"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/itemsWithProdClassCodeGid.countryOfOrigins"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.countryOfOrigins"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.countryOfOrigins"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-countryOfOrigins-post",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-countryoforigins-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Country Of Origins"
                ],
                "summary":"Update Country Of Origins",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-countryOfOrigins-patch",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-countryoforigins-patch"
            }
        },
        "/itemsWithProdClassCodeGid/{itemGid}/countryOfOrigins/{supplierSiteGid}":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"supplierSiteGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Country Of Origins"
                ],
                "summary":"Get a Country Of Origin",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.countryOfOrigins"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-countryOfOrigins-{supplierSiteGid}-get",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-countryoforigins-suppliersitegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Country Of Origins"
                ],
                "summary":"Delete a Country Of Origin",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-countryOfOrigins-{supplierSiteGid}-delete",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-countryoforigins-suppliersitegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Country Of Origins"
                ],
                "summary":"Update a Country Of Origin",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-countryOfOrigins-{supplierSiteGid}-patch",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-countryoforigins-suppliersitegid-patch"
            }
        },
        "/itemsWithProdClassCodeGid/{itemGid}/itemOrigins":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Item Origins"
                ],
                "summary":"Get Item Origins",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.itemOrigins"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-itemOrigins-get",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-itemorigins-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Item Origins"
                ],
                "summary":"Create an Item Origin",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.itemOrigins"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/itemsWithProdClassCodeGid.itemOrigins"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.itemOrigins"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.itemOrigins"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-itemOrigins-post",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-itemorigins-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Item Origins"
                ],
                "summary":"Update Item Origins",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-itemOrigins-patch",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-itemorigins-patch"
            }
        },
        "/itemsWithProdClassCodeGid/{itemGid}/itemOrigins/{itemOriginGid}":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"itemOriginGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Item Origins"
                ],
                "summary":"Get an Item Origin",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.itemOrigins"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-itemOrigins-{itemOriginGid}-get",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-itemorigins-itemorigingid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Item Origins"
                ],
                "summary":"Delete an Item Origin",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-itemOrigins-{itemOriginGid}-delete",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-itemorigins-itemorigingid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Item Origins"
                ],
                "summary":"Update an Item Origin",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-itemOrigins-{itemOriginGid}-patch",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-itemorigins-itemorigingid-patch"
            }
        },
        "/itemsWithProdClassCodeGid/{itemGid}/itemOrigins/{itemOriginGid}/values":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"itemOriginGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Item Origins/Values"
                ],
                "summary":"Get Values",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.itemOrigins.values"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-itemOrigins-{itemOriginGid}-values-get",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-itemorigins-itemorigingid-values-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Item Origins/Values"
                ],
                "summary":"Create a Value",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.itemOrigins.values"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/itemsWithProdClassCodeGid.itemOrigins.values"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.itemOrigins.values"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.itemOrigins.values"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-itemOrigins-{itemOriginGid}-values-post",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-itemorigins-itemorigingid-values-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Item Origins/Values"
                ],
                "summary":"Update Values",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-itemOrigins-{itemOriginGid}-values-patch",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-itemorigins-itemorigingid-values-patch"
            }
        },
        "/itemsWithProdClassCodeGid/{itemGid}/itemOrigins/{itemOriginGid}/values/{gtmValueQualifierGid}":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"itemOriginGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmValueQualifierGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Item Origins/Values"
                ],
                "summary":"Get a Value",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.itemOrigins.values"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-itemOrigins-{itemOriginGid}-values-{gtmValueQualifierGid}-get",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-itemorigins-itemorigingid-values-gtmvaluequalifiergid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Item Origins/Values"
                ],
                "summary":"Delete a Value",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-itemOrigins-{itemOriginGid}-values-{gtmValueQualifierGid}-delete",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-itemorigins-itemorigingid-values-gtmvaluequalifiergid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Item Origins/Values"
                ],
                "summary":"Update a Value",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-itemOrigins-{itemOriginGid}-values-{gtmValueQualifierGid}-patch",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-itemorigins-itemorigingid-values-gtmvaluequalifiergid-patch"
            }
        },
        "/itemsWithProdClassCodeGid/{itemGid}/itemOrigins/{itemOriginGid}/qualifications":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"itemOriginGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Item Origins/Qualifications"
                ],
                "summary":"Get Qualifications",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.itemOrigins.qualifications"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-itemOrigins-{itemOriginGid}-qualifications-get",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-itemorigins-itemorigingid-qualifications-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Item Origins/Qualifications"
                ],
                "summary":"Create a Qualification",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.itemOrigins.qualifications"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/itemsWithProdClassCodeGid.itemOrigins.qualifications"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.itemOrigins.qualifications"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.itemOrigins.qualifications"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-itemOrigins-{itemOriginGid}-qualifications-post",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-itemorigins-itemorigingid-qualifications-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Item Origins/Qualifications"
                ],
                "summary":"Update Qualifications",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-itemOrigins-{itemOriginGid}-qualifications-patch",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-itemorigins-itemorigingid-qualifications-patch"
            }
        },
        "/itemsWithProdClassCodeGid/{itemGid}/itemOrigins/{itemOriginGid}/qualifications/{itemQfGid}":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"itemOriginGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"itemQfGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Item Origins/Qualifications"
                ],
                "summary":"Get a Qualification",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.itemOrigins.qualifications"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-itemOrigins-{itemOriginGid}-qualifications-{itemQfGid}-get",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-itemorigins-itemorigingid-qualifications-itemqfgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Item Origins/Qualifications"
                ],
                "summary":"Delete a Qualification",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-itemOrigins-{itemOriginGid}-qualifications-{itemQfGid}-delete",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-itemorigins-itemorigingid-qualifications-itemqfgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Item Origins/Qualifications"
                ],
                "summary":"Update a Qualification",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-itemOrigins-{itemOriginGid}-qualifications-{itemQfGid}-patch",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-itemorigins-itemorigingid-qualifications-itemqfgid-patch"
            }
        },
        "/itemsWithProdClassCodeGid/{itemGid}/itemOrigins/{itemOriginGid}/qualifications/{itemQfGid}/values":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"itemOriginGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"itemQfGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Item Origins/Qualifications/Values"
                ],
                "summary":"Get Values",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.itemOrigins.qualifications.values"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-itemOrigins-{itemOriginGid}-qualifications-{itemQfGid}-values-get",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-itemorigins-itemorigingid-qualifications-itemqfgid-values-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Item Origins/Qualifications/Values"
                ],
                "summary":"Create a Value",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.itemOrigins.qualifications.values"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/itemsWithProdClassCodeGid.itemOrigins.qualifications.values"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.itemOrigins.qualifications.values"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.itemOrigins.qualifications.values"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-itemOrigins-{itemOriginGid}-qualifications-{itemQfGid}-values-post",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-itemorigins-itemorigingid-qualifications-itemqfgid-values-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Item Origins/Qualifications/Values"
                ],
                "summary":"Update Values",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-itemOrigins-{itemOriginGid}-qualifications-{itemQfGid}-values-patch",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-itemorigins-itemorigingid-qualifications-itemqfgid-values-patch"
            }
        },
        "/itemsWithProdClassCodeGid/{itemGid}/itemOrigins/{itemOriginGid}/qualifications/{itemQfGid}/values/{gtmValueQualifierGid}":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"itemOriginGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"itemQfGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmValueQualifierGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Item Origins/Qualifications/Values"
                ],
                "summary":"Get a Value",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.itemOrigins.qualifications.values"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-itemOrigins-{itemOriginGid}-qualifications-{itemQfGid}-values-{gtmValueQualifierGid}-get",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-itemorigins-itemorigingid-qualifications-itemqfgid-values-gtmvaluequalifiergid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Item Origins/Qualifications/Values"
                ],
                "summary":"Delete a Value",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-itemOrigins-{itemOriginGid}-qualifications-{itemQfGid}-values-{gtmValueQualifierGid}-delete",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-itemorigins-itemorigingid-qualifications-itemqfgid-values-gtmvaluequalifiergid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Item Origins/Qualifications/Values"
                ],
                "summary":"Update a Value",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-itemOrigins-{itemOriginGid}-qualifications-{itemQfGid}-values-{gtmValueQualifierGid}-patch",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-itemorigins-itemorigingid-qualifications-itemqfgid-values-gtmvaluequalifiergid-patch"
            }
        },
        "/itemsWithProdClassCodeGid/{itemGid}/itemOrigins/{itemOriginGid}/qualifications/{itemQfGid}/remarks":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"itemOriginGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"itemQfGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Item Origins/Qualifications/Remarks"
                ],
                "summary":"Get Remarks",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.itemOrigins.qualifications.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-itemOrigins-{itemOriginGid}-qualifications-{itemQfGid}-remarks-get",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-itemorigins-itemorigingid-qualifications-itemqfgid-remarks-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Item Origins/Qualifications/Remarks"
                ],
                "summary":"Create a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.itemOrigins.qualifications.remarks"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/itemsWithProdClassCodeGid.itemOrigins.qualifications.remarks"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.itemOrigins.qualifications.remarks"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.itemOrigins.qualifications.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-itemOrigins-{itemOriginGid}-qualifications-{itemQfGid}-remarks-post",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-itemorigins-itemorigingid-qualifications-itemqfgid-remarks-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Item Origins/Qualifications/Remarks"
                ],
                "summary":"Update Remarks",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-itemOrigins-{itemOriginGid}-qualifications-{itemQfGid}-remarks-patch",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-itemorigins-itemorigingid-qualifications-itemqfgid-remarks-patch"
            }
        },
        "/itemsWithProdClassCodeGid/{itemGid}/itemOrigins/{itemOriginGid}/qualifications/{itemQfGid}/remarks/{remarkSequence}":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"itemOriginGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"itemQfGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"remarkSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Item Origins/Qualifications/Remarks"
                ],
                "summary":"Get a Remark",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.itemOrigins.qualifications.remarks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-itemOrigins-{itemOriginGid}-qualifications-{itemQfGid}-remarks-{remarkSequence}-get",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-itemorigins-itemorigingid-qualifications-itemqfgid-remarks-remarksequence-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Item Origins/Qualifications/Remarks"
                ],
                "summary":"Delete a Remark",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-itemOrigins-{itemOriginGid}-qualifications-{itemQfGid}-remarks-{remarkSequence}-delete",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-itemorigins-itemorigingid-qualifications-itemqfgid-remarks-remarksequence-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Item Origins/Qualifications/Remarks"
                ],
                "summary":"Update a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-itemOrigins-{itemOriginGid}-qualifications-{itemQfGid}-remarks-{remarkSequence}-patch",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-itemorigins-itemorigingid-qualifications-itemqfgid-remarks-remarksequence-patch"
            }
        },
        "/itemsWithProdClassCodeGid/{itemGid}/itemOrigins/{itemOriginGid}/qualifications/{itemQfGid}/refnums":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"itemOriginGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"itemQfGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Item Origins/Qualifications/Refnums"
                ],
                "summary":"Get Refnums",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.itemOrigins.qualifications.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-itemOrigins-{itemOriginGid}-qualifications-{itemQfGid}-refnums-get",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-itemorigins-itemorigingid-qualifications-itemqfgid-refnums-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Item Origins/Qualifications/Refnums"
                ],
                "summary":"Create a Refnum",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.itemOrigins.qualifications.refnums"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/itemsWithProdClassCodeGid.itemOrigins.qualifications.refnums"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.itemOrigins.qualifications.refnums"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.itemOrigins.qualifications.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-itemOrigins-{itemOriginGid}-qualifications-{itemQfGid}-refnums-post",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-itemorigins-itemorigingid-qualifications-itemqfgid-refnums-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Item Origins/Qualifications/Refnums"
                ],
                "summary":"Update Refnums",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-itemOrigins-{itemOriginGid}-qualifications-{itemQfGid}-refnums-patch",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-itemorigins-itemorigingid-qualifications-itemqfgid-refnums-patch"
            }
        },
        "/itemsWithProdClassCodeGid/{itemGid}/itemOrigins/{itemOriginGid}/qualifications/{itemQfGid}/refnums/{itemQfRefnumQualGidxrefnumValue}":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"itemOriginGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"itemQfGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"itemQfRefnumQualGidxrefnumValue",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Item Origins/Qualifications/Refnums"
                ],
                "summary":"Get a Refnum",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.itemOrigins.qualifications.refnums"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-itemOrigins-{itemOriginGid}-qualifications-{itemQfGid}-refnums-{itemQfRefnumQualGidxrefnumValue}-get",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-itemorigins-itemorigingid-qualifications-itemqfgid-refnums-itemqfrefnumqualgidxrefnumvalue-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Item Origins/Qualifications/Refnums"
                ],
                "summary":"Delete a Refnum",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-itemOrigins-{itemOriginGid}-qualifications-{itemQfGid}-refnums-{itemQfRefnumQualGidxrefnumValue}-delete",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-itemorigins-itemorigingid-qualifications-itemqfgid-refnums-itemqfrefnumqualgidxrefnumvalue-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Item Origins/Qualifications/Refnums"
                ],
                "summary":"Update a Refnum",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-itemOrigins-{itemOriginGid}-qualifications-{itemQfGid}-refnums-{itemQfRefnumQualGidxrefnumValue}-patch",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-itemorigins-itemorigingid-qualifications-itemqfgid-refnums-itemqfrefnumqualgidxrefnumvalue-patch"
            }
        },
        "/itemsWithProdClassCodeGid/{itemGid}/itemOrigins/{itemOriginGid}/qualifications/{itemQfGid}/conditions":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"itemOriginGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"itemQfGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Item Origins/Qualifications/Conditions"
                ],
                "summary":"Get Conditions",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.itemOrigins.qualifications.conditions"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-itemOrigins-{itemOriginGid}-qualifications-{itemQfGid}-conditions-get",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-itemorigins-itemorigingid-qualifications-itemqfgid-conditions-get"
            }
        },
        "/itemsWithProdClassCodeGid/{itemGid}/itemOrigins/{itemOriginGid}/qualifications/{itemQfGid}/conditions/{seqNumber}":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"itemOriginGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"itemQfGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"seqNumber",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Item Origins/Qualifications/Conditions"
                ],
                "summary":"Get a Condition",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.itemOrigins.qualifications.conditions"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-itemOrigins-{itemOriginGid}-qualifications-{itemQfGid}-conditions-{seqNumber}-get",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-itemorigins-itemorigingid-qualifications-itemqfgid-conditions-seqnumber-get"
            }
        },
        "/itemsWithProdClassCodeGid/{itemGid}/itemOrigins/{itemOriginGid}/qualifications/{itemQfGid}/reqdocs":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"itemOriginGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"itemQfGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Item Origins/Qualifications/Reqdocs"
                ],
                "summary":"Get Reqdocs",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.itemOrigins.qualifications.reqdocs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-itemOrigins-{itemOriginGid}-qualifications-{itemQfGid}-reqdocs-get",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-itemorigins-itemorigingid-qualifications-itemqfgid-reqdocs-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Item Origins/Qualifications/Reqdocs"
                ],
                "summary":"Create a Reqdoc",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.itemOrigins.qualifications.reqdocs"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/itemsWithProdClassCodeGid.itemOrigins.qualifications.reqdocs"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.itemOrigins.qualifications.reqdocs"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.itemOrigins.qualifications.reqdocs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-itemOrigins-{itemOriginGid}-qualifications-{itemQfGid}-reqdocs-post",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-itemorigins-itemorigingid-qualifications-itemqfgid-reqdocs-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Item Origins/Qualifications/Reqdocs"
                ],
                "summary":"Update Reqdocs",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-itemOrigins-{itemOriginGid}-qualifications-{itemQfGid}-reqdocs-patch",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-itemorigins-itemorigingid-qualifications-itemqfgid-reqdocs-patch"
            }
        },
        "/itemsWithProdClassCodeGid/{itemGid}/itemOrigins/{itemOriginGid}/qualifications/{itemQfGid}/reqdocs/{documentDefGid}":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"itemOriginGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"itemQfGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Item Origins/Qualifications/Reqdocs"
                ],
                "summary":"Get a Reqdoc",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.itemOrigins.qualifications.reqdocs"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-itemOrigins-{itemOriginGid}-qualifications-{itemQfGid}-reqdocs-{documentDefGid}-get",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-itemorigins-itemorigingid-qualifications-itemqfgid-reqdocs-documentdefgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Item Origins/Qualifications/Reqdocs"
                ],
                "summary":"Delete a Reqdoc",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-itemOrigins-{itemOriginGid}-qualifications-{itemQfGid}-reqdocs-{documentDefGid}-delete",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-itemorigins-itemorigingid-qualifications-itemqfgid-reqdocs-documentdefgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Item Origins/Qualifications/Reqdocs"
                ],
                "summary":"Update a Reqdoc",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-itemOrigins-{itemOriginGid}-qualifications-{itemQfGid}-reqdocs-{documentDefGid}-patch",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-itemorigins-itemorigingid-qualifications-itemqfgid-reqdocs-documentdefgid-patch"
            }
        },
        "/itemsWithProdClassCodeGid/{itemGid}/itemOrigins/{itemOriginGid}/qualifications/{itemQfGid}/reqdocs/{documentDefGid}/docs":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"itemOriginGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"itemQfGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Item Origins/Qualifications/Reqdocs/Docs"
                ],
                "summary":"Get Docs",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.itemOrigins.qualifications.reqdocs.docs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-itemOrigins-{itemOriginGid}-qualifications-{itemQfGid}-reqdocs-{documentDefGid}-docs-get",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-itemorigins-itemorigingid-qualifications-itemqfgid-reqdocs-documentdefgid-docs-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Item Origins/Qualifications/Reqdocs/Docs"
                ],
                "summary":"Create a Doc",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.itemOrigins.qualifications.reqdocs.docs"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/itemsWithProdClassCodeGid.itemOrigins.qualifications.reqdocs.docs"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.itemOrigins.qualifications.reqdocs.docs"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.itemOrigins.qualifications.reqdocs.docs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-itemOrigins-{itemOriginGid}-qualifications-{itemQfGid}-reqdocs-{documentDefGid}-docs-post",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-itemorigins-itemorigingid-qualifications-itemqfgid-reqdocs-documentdefgid-docs-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Item Origins/Qualifications/Reqdocs/Docs"
                ],
                "summary":"Update Docs",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-itemOrigins-{itemOriginGid}-qualifications-{itemQfGid}-reqdocs-{documentDefGid}-docs-patch",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-itemorigins-itemorigingid-qualifications-itemqfgid-reqdocs-documentdefgid-docs-patch"
            }
        },
        "/itemsWithProdClassCodeGid/{itemGid}/itemOrigins/{itemOriginGid}/qualifications/{itemQfGid}/reqdocs/{documentDefGid}/docs/{documentGid}":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"itemOriginGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"itemQfGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Item Origins/Qualifications/Reqdocs/Docs"
                ],
                "summary":"Get a Doc",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.itemOrigins.qualifications.reqdocs.docs"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-itemOrigins-{itemOriginGid}-qualifications-{itemQfGid}-reqdocs-{documentDefGid}-docs-{documentGid}-get",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-itemorigins-itemorigingid-qualifications-itemqfgid-reqdocs-documentdefgid-docs-documentgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Item Origins/Qualifications/Reqdocs/Docs"
                ],
                "summary":"Delete a Doc",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-itemOrigins-{itemOriginGid}-qualifications-{itemQfGid}-reqdocs-{documentDefGid}-docs-{documentGid}-delete",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-itemorigins-itemorigingid-qualifications-itemqfgid-reqdocs-documentdefgid-docs-documentgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Item Origins/Qualifications/Reqdocs/Docs"
                ],
                "summary":"Update a Doc",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-itemOrigins-{itemOriginGid}-qualifications-{itemQfGid}-reqdocs-{documentDefGid}-docs-{documentGid}-patch",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-itemorigins-itemorigingid-qualifications-itemqfgid-reqdocs-documentdefgid-docs-documentgid-patch"
            }
        },
        "/itemsWithProdClassCodeGid/{itemGid}/itemOrigins/{itemOriginGid}/qualifications/{itemQfGid}/reqdocs/{documentDefGid}/docs/{documentGid}/reviewers":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"itemOriginGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"itemQfGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Item Origins/Qualifications/Reqdocs/Docs/Reviewers"
                ],
                "summary":"Get Reviewers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.itemOrigins.qualifications.reqdocs.docs.reviewers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-itemOrigins-{itemOriginGid}-qualifications-{itemQfGid}-reqdocs-{documentDefGid}-docs-{documentGid}-reviewers-get",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-itemorigins-itemorigingid-qualifications-itemqfgid-reqdocs-documentdefgid-docs-documentgid-reviewers-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Item Origins/Qualifications/Reqdocs/Docs/Reviewers"
                ],
                "summary":"Create a Reviewer",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.itemOrigins.qualifications.reqdocs.docs.reviewers"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/itemsWithProdClassCodeGid.itemOrigins.qualifications.reqdocs.docs.reviewers"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.itemOrigins.qualifications.reqdocs.docs.reviewers"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.itemOrigins.qualifications.reqdocs.docs.reviewers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-itemOrigins-{itemOriginGid}-qualifications-{itemQfGid}-reqdocs-{documentDefGid}-docs-{documentGid}-reviewers-post",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-itemorigins-itemorigingid-qualifications-itemqfgid-reqdocs-documentdefgid-docs-documentgid-reviewers-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Item Origins/Qualifications/Reqdocs/Docs/Reviewers"
                ],
                "summary":"Update Reviewers",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-itemOrigins-{itemOriginGid}-qualifications-{itemQfGid}-reqdocs-{documentDefGid}-docs-{documentGid}-reviewers-patch",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-itemorigins-itemorigingid-qualifications-itemqfgid-reqdocs-documentdefgid-docs-documentgid-reviewers-patch"
            }
        },
        "/itemsWithProdClassCodeGid/{itemGid}/itemOrigins/{itemOriginGid}/qualifications/{itemQfGid}/reqdocs/{documentDefGid}/docs/{documentGid}/reviewers/{contactGid}":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"itemOriginGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"itemQfGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"contactGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Item Origins/Qualifications/Reqdocs/Docs/Reviewers"
                ],
                "summary":"Get a Reviewer",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.itemOrigins.qualifications.reqdocs.docs.reviewers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"{itemGid}-itemOrigins-{itemOriginGid}-qualifications-{itemQfGid}-reqdocs-{documentDefGid}-docs-{documentGid}-reviewers-{contactGid}-get",
                "x-filename-id":"itemgid-itemorigins-itemorigingid-qualifications-itemqfgid-reqdocs-documentdefgid-docs-documentgid-reviewers-contactgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Item Origins/Qualifications/Reqdocs/Docs/Reviewers"
                ],
                "summary":"Delete a Reviewer",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"{itemGid}-itemOrigins-{itemOriginGid}-qualifications-{itemQfGid}-reqdocs-{documentDefGid}-docs-{documentGid}-reviewers-{contactGid}-delete",
                "x-filename-id":"itemgid-itemorigins-itemorigingid-qualifications-itemqfgid-reqdocs-documentdefgid-docs-documentgid-reviewers-contactgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Item Origins/Qualifications/Reqdocs/Docs/Reviewers"
                ],
                "summary":"Update a Reviewer",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"{itemGid}-itemOrigins-{itemOriginGid}-qualifications-{itemQfGid}-reqdocs-{documentDefGid}-docs-{documentGid}-reviewers-{contactGid}-patch",
                "x-filename-id":"itemgid-itemorigins-itemorigingid-qualifications-itemqfgid-reqdocs-documentdefgid-docs-documentgid-reviewers-contactgid-patch"
            }
        },
        "/itemsWithProdClassCodeGid/{itemGid}/itemOrigins/{itemOriginGid}/qualifications/{itemQfGid}/reqdocs/{documentDefGid}/reviewers":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"itemOriginGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"itemQfGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Item Origins/Qualifications/Reqdocs/Reviewers"
                ],
                "summary":"Get Reviewers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.itemOrigins.qualifications.reqdocs.reviewers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-itemOrigins-{itemOriginGid}-qualifications-{itemQfGid}-reqdocs-{documentDefGid}-reviewers-get",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-itemorigins-itemorigingid-qualifications-itemqfgid-reqdocs-documentdefgid-reviewers-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Item Origins/Qualifications/Reqdocs/Reviewers"
                ],
                "summary":"Create a Reviewer",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.itemOrigins.qualifications.reqdocs.reviewers"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/itemsWithProdClassCodeGid.itemOrigins.qualifications.reqdocs.reviewers"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.itemOrigins.qualifications.reqdocs.reviewers"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.itemOrigins.qualifications.reqdocs.reviewers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-itemOrigins-{itemOriginGid}-qualifications-{itemQfGid}-reqdocs-{documentDefGid}-reviewers-post",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-itemorigins-itemorigingid-qualifications-itemqfgid-reqdocs-documentdefgid-reviewers-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Item Origins/Qualifications/Reqdocs/Reviewers"
                ],
                "summary":"Update Reviewers",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-itemOrigins-{itemOriginGid}-qualifications-{itemQfGid}-reqdocs-{documentDefGid}-reviewers-patch",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-itemorigins-itemorigingid-qualifications-itemqfgid-reqdocs-documentdefgid-reviewers-patch"
            }
        },
        "/itemsWithProdClassCodeGid/{itemGid}/itemOrigins/{itemOriginGid}/qualifications/{itemQfGid}/reqdocs/{documentDefGid}/reviewers/{contactGid}":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"itemOriginGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"itemQfGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"contactGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Item Origins/Qualifications/Reqdocs/Reviewers"
                ],
                "summary":"Get a Reviewer",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.itemOrigins.qualifications.reqdocs.reviewers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-itemOrigins-{itemOriginGid}-qualifications-{itemQfGid}-reqdocs-{documentDefGid}-reviewers-{contactGid}-get",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-itemorigins-itemorigingid-qualifications-itemqfgid-reqdocs-documentdefgid-reviewers-contactgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Item Origins/Qualifications/Reqdocs/Reviewers"
                ],
                "summary":"Delete a Reviewer",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-itemOrigins-{itemOriginGid}-qualifications-{itemQfGid}-reqdocs-{documentDefGid}-reviewers-{contactGid}-delete",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-itemorigins-itemorigingid-qualifications-itemqfgid-reqdocs-documentdefgid-reviewers-contactgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Item Origins/Qualifications/Reqdocs/Reviewers"
                ],
                "summary":"Update a Reviewer",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-itemOrigins-{itemOriginGid}-qualifications-{itemQfGid}-reqdocs-{documentDefGid}-reviewers-{contactGid}-patch",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-itemorigins-itemorigingid-qualifications-itemqfgid-reqdocs-documentdefgid-reviewers-contactgid-patch"
            }
        },
        "/itemsWithProdClassCodeGid/{itemGid}/itemOrigins/{itemOriginGid}/qualifications/{itemQfGid}/reqdocs/{documentDefGid}/statuses":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"itemOriginGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"itemQfGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Item Origins/Qualifications/Reqdocs/Statuses"
                ],
                "summary":"Get Statuses",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.itemOrigins.qualifications.reqdocs.statuses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-itemOrigins-{itemOriginGid}-qualifications-{itemQfGid}-reqdocs-{documentDefGid}-statuses-get",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-itemorigins-itemorigingid-qualifications-itemqfgid-reqdocs-documentdefgid-statuses-get"
            }
        },
        "/itemsWithProdClassCodeGid/{itemGid}/itemOrigins/{itemOriginGid}/qualifications/{itemQfGid}/reqdocs/{documentDefGid}/statuses/{statusTypeGidxstatusValueGid}":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"itemOriginGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"itemQfGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"statusTypeGidxstatusValueGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Item Origins/Qualifications/Reqdocs/Statuses"
                ],
                "summary":"Get a Statuse",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.itemOrigins.qualifications.reqdocs.statuses"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"{itemGid}-itemOrigins-{itemOriginGid}-qualifications-{itemQfGid}-reqdocs-{documentDefGid}-statuses-{statusTypeGidxstatusValueGid}-get",
                "x-filename-id":"itemgid-itemorigins-itemorigingid-qualifications-itemqfgid-reqdocs-documentdefgid-statuses-statustypegidxstatusvaluegid-get"
            }
        },
        "/itemsWithProdClassCodeGid/{itemGid}/partnerItems":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Partner Items"
                ],
                "summary":"Get Partner Items",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.partnerItems"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-partnerItems-get",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-partneritems-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Partner Items"
                ],
                "summary":"Create a Partner Item",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.partnerItems"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/itemsWithProdClassCodeGid.partnerItems"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.partnerItems"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.partnerItems"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-partnerItems-post",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-partneritems-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Partner Items"
                ],
                "summary":"Update Partner Items",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-partnerItems-patch",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-partneritems-patch"
            }
        },
        "/itemsWithProdClassCodeGid/{itemGid}/partnerItems/{partnerItemGid}":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"partnerItemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Partner Items"
                ],
                "summary":"Get a Partner Item",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.partnerItems"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-partnerItems-{partnerItemGid}-get",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-partneritems-partneritemgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Partner Items"
                ],
                "summary":"Delete a Partner Item",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-partnerItems-{partnerItemGid}-delete",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-partneritems-partneritemgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Partner Items"
                ],
                "summary":"Update a Partner Item",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-partnerItems-{partnerItemGid}-patch",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-partneritems-partneritemgid-patch"
            }
        },
        "/itemsWithProdClassCodeGid/{itemGid}/partnerSites":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Partner Sites"
                ],
                "summary":"Get Partner Sites",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.partnerSites"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-partnerSites-get",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-partnersites-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Partner Sites"
                ],
                "summary":"Create a Partner Site",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.partnerSites"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/itemsWithProdClassCodeGid.partnerSites"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.partnerSites"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.partnerSites"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-partnerSites-post",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-partnersites-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Partner Sites"
                ],
                "summary":"Update Partner Sites",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-partnerSites-patch",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-partnersites-patch"
            }
        },
        "/itemsWithProdClassCodeGid/{itemGid}/partnerSites/{partnerSiteGid}":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"partnerSiteGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Partner Sites"
                ],
                "summary":"Get a Partner Site",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.partnerSites"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-partnerSites-{partnerSiteGid}-get",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-partnersites-partnersitegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Partner Sites"
                ],
                "summary":"Delete a Partner Site",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-partnerSites-{partnerSiteGid}-delete",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-partnersites-partnersitegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Partner Sites"
                ],
                "summary":"Update a Partner Site",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-partnerSites-{partnerSiteGid}-patch",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-partnersites-partnersitegid-patch"
            }
        },
        "/itemsWithProdClassCodeGid/{itemGid}/itemValueSets":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Item Value Sets"
                ],
                "summary":"Get Item Value Sets",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.itemValueSets"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-itemValueSets-get",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-itemvaluesets-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Item Value Sets"
                ],
                "summary":"Create an Item Value Set",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.itemValueSets"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/itemsWithProdClassCodeGid.itemValueSets"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.itemValueSets"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.itemValueSets"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-itemValueSets-post",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-itemvaluesets-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Item Value Sets"
                ],
                "summary":"Update Item Value Sets",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-itemValueSets-patch",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-itemvaluesets-patch"
            }
        },
        "/itemsWithProdClassCodeGid/{itemGid}/itemValueSets/{seqNumber}":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"seqNumber",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Item Value Sets"
                ],
                "summary":"Get an Item Value Set",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.itemValueSets"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-itemValueSets-{seqNumber}-get",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-itemvaluesets-seqnumber-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Item Value Sets"
                ],
                "summary":"Delete an Item Value Set",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-itemValueSets-{seqNumber}-delete",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-itemvaluesets-seqnumber-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Item Value Sets"
                ],
                "summary":"Update an Item Value Set",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-itemValueSets-{seqNumber}-patch",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-itemvaluesets-seqnumber-patch"
            }
        },
        "/itemsWithProdClassCodeGid/{itemGid}/itemValueSets/{seqNumber}/itemValues":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"seqNumber",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Item Value Sets/Item Values"
                ],
                "summary":"Get Item Values",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.itemValueSets.itemValues"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-itemValueSets-{seqNumber}-itemValues-get",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-itemvaluesets-seqnumber-itemvalues-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Item Value Sets/Item Values"
                ],
                "summary":"Create an Item Value",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.itemValueSets.itemValues"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/itemsWithProdClassCodeGid.itemValueSets.itemValues"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.itemValueSets.itemValues"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.itemValueSets.itemValues"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-itemValueSets-{seqNumber}-itemValues-post",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-itemvaluesets-seqnumber-itemvalues-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Item Value Sets/Item Values"
                ],
                "summary":"Update Item Values",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-itemValueSets-{seqNumber}-itemValues-patch",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-itemvaluesets-seqnumber-itemvalues-patch"
            }
        },
        "/itemsWithProdClassCodeGid/{itemGid}/itemValueSets/{seqNumber}/itemValues/{gtmValueQualifierGid}":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"seqNumber",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmValueQualifierGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Item Value Sets/Item Values"
                ],
                "summary":"Get an Item Value",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.itemValueSets.itemValues"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-itemValueSets-{seqNumber}-itemValues-{gtmValueQualifierGid}-get",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-itemvaluesets-seqnumber-itemvalues-gtmvaluequalifiergid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Item Value Sets/Item Values"
                ],
                "summary":"Delete an Item Value",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-itemValueSets-{seqNumber}-itemValues-{gtmValueQualifierGid}-delete",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-itemvaluesets-seqnumber-itemvalues-gtmvaluequalifiergid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Item Value Sets/Item Values"
                ],
                "summary":"Update an Item Value",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-itemValueSets-{seqNumber}-itemValues-{gtmValueQualifierGid}-patch",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-itemvaluesets-seqnumber-itemvalues-gtmvaluequalifiergid-patch"
            }
        },
        "/itemsWithProdClassCodeGid/{itemGid}/documents":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Documents"
                ],
                "summary":"Get Documents",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid.documents"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-documents-get",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-documents-get"
            }
        },
        "/itemsWithProdClassCodeGid/{itemGid}/documents/{documentGid}":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items With Prod Class Code Gid/Documents"
                ],
                "summary":"Get a Document",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.documents"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemsWithProdClassCodeGid-{itemGid}-documents-{documentGid}-get",
                "x-filename-id":"itemswithprodclasscodegid-itemgid-documents-documentgid-get"
            }
        },
        "/splcs":{
            "get":{
                "tags":[
                    "Power Data/SPLC"
                ],
                "summary":"Get SPLC",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/splcs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"splcs-get",
                "x-filename-id":"splcs-get"
            },
            "post":{
                "tags":[
                    "Power Data/SPLC"
                ],
                "summary":"Create a SPLC",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/splcs"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/splcs"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"splcs-post",
                "x-filename-id":"splcs-post"
            }
        },
        "/splcs/{splcGid}":{
            "parameters":[
                {
                    "name":"splcGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/SPLC"
                ],
                "summary":"Get a SPLC",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/splcs"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"splcs-{splcGid}-get",
                "x-filename-id":"splcs-splcgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/SPLC"
                ],
                "summary":"Delete a SPLC",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"splcs-{splcGid}-delete",
                "x-filename-id":"splcs-splcgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/SPLC"
                ],
                "summary":"Update a SPLC",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"splcs-{splcGid}-patch",
                "x-filename-id":"splcs-splcgid-patch"
            }
        },
        "/userDefinedCategories":{
            "get":{
                "tags":[
                    "Power Data/User Defined Categories"
                ],
                "summary":"Get User Defined Categories",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/userDefinedCategories"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"userDefinedCategories-get",
                "x-filename-id":"userdefinedcategories-get"
            },
            "post":{
                "tags":[
                    "Power Data/User Defined Categories"
                ],
                "summary":"Create an User Defined Category",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/userDefinedCategories"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/userDefinedCategories"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"userDefinedCategories-post",
                "x-filename-id":"userdefinedcategories-post"
            }
        },
        "/userDefinedCategories/{gtmCategoryGid}":{
            "parameters":[
                {
                    "name":"gtmCategoryGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/User Defined Categories"
                ],
                "summary":"Get an User Defined Category",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/userDefinedCategories"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"userDefinedCategories-{gtmCategoryGid}-get",
                "x-filename-id":"userdefinedcategories-gtmcategorygid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/User Defined Categories"
                ],
                "summary":"Delete an User Defined Category",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"userDefinedCategories-{gtmCategoryGid}-delete",
                "x-filename-id":"userdefinedcategories-gtmcategorygid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/User Defined Categories"
                ],
                "summary":"Update an User Defined Category",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"userDefinedCategories-{gtmCategoryGid}-patch",
                "x-filename-id":"userdefinedcategories-gtmcategorygid-patch"
            }
        },
        "/charterVoyageReferenceNumberQualifiers":{
            "get":{
                "tags":[
                    "Power Data/Charter Voyage Reference Number Qualifiers"
                ],
                "summary":"Get Charter Voyage Reference Number Qualifiers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/charterVoyageReferenceNumberQualifiers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"charterVoyageReferenceNumberQualifiers-get",
                "x-filename-id":"chartervoyagereferencenumberqualifiers-get"
            },
            "post":{
                "tags":[
                    "Power Data/Charter Voyage Reference Number Qualifiers"
                ],
                "summary":"Create a Charter Voyage Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/charterVoyageReferenceNumberQualifiers"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/charterVoyageReferenceNumberQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"charterVoyageReferenceNumberQualifiers-post",
                "x-filename-id":"chartervoyagereferencenumberqualifiers-post"
            }
        },
        "/charterVoyageReferenceNumberQualifiers/{charterVoyageRefnumQualGid}":{
            "parameters":[
                {
                    "name":"charterVoyageRefnumQualGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Charter Voyage Reference Number Qualifiers"
                ],
                "summary":"Get a Charter Voyage Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/charterVoyageReferenceNumberQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"charterVoyageReferenceNumberQualifiers-{charterVoyageRefnumQualGid}-get",
                "x-filename-id":"chartervoyagereferencenumberqualifiers-chartervoyagerefnumqualgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Charter Voyage Reference Number Qualifiers"
                ],
                "summary":"Delete a Charter Voyage Reference Number Qualifier",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"charterVoyageReferenceNumberQualifiers-{charterVoyageRefnumQualGid}-delete",
                "x-filename-id":"chartervoyagereferencenumberqualifiers-chartervoyagerefnumqualgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Charter Voyage Reference Number Qualifiers"
                ],
                "summary":"Update a Charter Voyage Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"charterVoyageReferenceNumberQualifiers-{charterVoyageRefnumQualGid}-patch",
                "x-filename-id":"chartervoyagereferencenumberqualifiers-chartervoyagerefnumqualgid-patch"
            }
        },
        "/erpcs":{
            "get":{
                "tags":[
                    "Power Data/ERPC"
                ],
                "summary":"Get ERPC",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/erpcs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"erpcs-get",
                "x-filename-id":"erpcs-get"
            },
            "post":{
                "tags":[
                    "Power Data/ERPC"
                ],
                "summary":"Create an ERPC",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/erpcs"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/erpcs"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"erpcs-post",
                "x-filename-id":"erpcs-post"
            }
        },
        "/erpcs/{erpcGid}":{
            "parameters":[
                {
                    "name":"erpcGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/ERPC"
                ],
                "summary":"Get an ERPC",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/erpcs"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"erpcs-{erpcGid}-get",
                "x-filename-id":"erpcs-erpcgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/ERPC"
                ],
                "summary":"Delete an ERPC",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"erpcs-{erpcGid}-delete",
                "x-filename-id":"erpcs-erpcgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/ERPC"
                ],
                "summary":"Update an ERPC",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"erpcs-{erpcGid}-patch",
                "x-filename-id":"erpcs-erpcgid-patch"
            }
        },
        "/bills":{
            "get":{
                "tags":[
                    "Business Objects/Bills"
                ],
                "summary":"Get Bills",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/bills"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"bills-get",
                "x-filename-id":"bills-get"
            }
        },
        "/bills/{invoiceGid}":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Bills"
                ],
                "summary":"Get a Bill",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/bills"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"bills-{invoiceGid}-get",
                "x-filename-id":"bills-invoicegid-get"
            }
        },
        "/bills/{invoiceGid}/orderReleases":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Bills/Order Releases"
                ],
                "summary":"Get Order Releases",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/bills.orderReleases"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"bills-{invoiceGid}-orderReleases-get",
                "x-filename-id":"bills-invoicegid-orderreleases-get"
            }
        },
        "/bills/{invoiceGid}/orderReleases/{orderReleaseGid}":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"orderReleaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Bills/Order Releases"
                ],
                "summary":"Get an Order Release",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/bills.orderReleases"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"bills-{invoiceGid}-orderReleases-{orderReleaseGid}-get",
                "x-filename-id":"bills-invoicegid-orderreleases-orderreleasegid-get"
            }
        },
        "/bills/{invoiceGid}/protectiveServices":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Bills/Protective Services"
                ],
                "summary":"Get Protective Services",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/bills.protectiveServices"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"bills-{invoiceGid}-protectiveServices-get",
                "x-filename-id":"bills-invoicegid-protectiveservices-get"
            }
        },
        "/bills/{invoiceGid}/protectiveServices/{protSrvSeqNo}":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"protSrvSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Bills/Protective Services"
                ],
                "summary":"Get a Protective Service",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/bills.protectiveServices"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"bills-{invoiceGid}-protectiveServices-{protSrvSeqNo}-get",
                "x-filename-id":"bills-invoicegid-protectiveservices-protsrvseqno-get"
            }
        },
        "/bills/{invoiceGid}/stops":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Bills/Stops"
                ],
                "summary":"Get Stops",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/bills.stops"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"bills-{invoiceGid}-stops-get",
                "x-filename-id":"bills-invoicegid-stops-get"
            }
        },
        "/bills/{invoiceGid}/stops/{stopSeqNo}":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"stopSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Bills/Stops"
                ],
                "summary":"Get a Stop",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/bills.stops"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"bills-{invoiceGid}-stops-{stopSeqNo}-get",
                "x-filename-id":"bills-invoicegid-stops-stopseqno-get"
            }
        },
        "/bills/{invoiceGid}/stops/{stopSeqNo}/seals":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"stopSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Bills/Stops/Seals"
                ],
                "summary":"Get Seals",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/bills.stops.seals"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"bills-{invoiceGid}-stops-{stopSeqNo}-seals-get",
                "x-filename-id":"bills-invoicegid-stops-stopseqno-seals-get"
            }
        },
        "/bills/{invoiceGid}/stops/{stopSeqNo}/seals/{sealSequence}":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"stopSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sealSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Bills/Stops/Seals"
                ],
                "summary":"Get a Seal",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/bills.stops.seals"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"bills-{invoiceGid}-stops-{stopSeqNo}-seals-{sealSequence}-get",
                "x-filename-id":"bills-invoicegid-stops-stopseqno-seals-sealsequence-get"
            }
        },
        "/bills/{invoiceGid}/stops/{stopSeqNo}/refnums":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"stopSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Bills/Stops/Reference Numbers"
                ],
                "summary":"Get Reference Numbers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/bills.stops.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"bills-{invoiceGid}-stops-{stopSeqNo}-refnums-get",
                "x-filename-id":"bills-invoicegid-stops-stopseqno-refnums-get"
            }
        },
        "/bills/{invoiceGid}/stops/{stopSeqNo}/refnums/{invoiceStopRefnumQualGid}":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"stopSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"invoiceStopRefnumQualGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Bills/Stops/Reference Numbers"
                ],
                "summary":"Get a Reference Number",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/bills.stops.refnums"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"bills-{invoiceGid}-stops-{stopSeqNo}-refnums-{invoiceStopRefnumQualGid}-get",
                "x-filename-id":"bills-invoicegid-stops-stopseqno-refnums-invoicestoprefnumqualgid-get"
            }
        },
        "/bills/{invoiceGid}/ports":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Bills/Ports"
                ],
                "summary":"Get Ports",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/bills.ports"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"bills-{invoiceGid}-ports-get",
                "x-filename-id":"bills-invoicegid-ports-get"
            }
        },
        "/bills/{invoiceGid}/ports/{portSeqNo}":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"portSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Bills/Ports"
                ],
                "summary":"Get a Port",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/bills.ports"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"bills-{invoiceGid}-ports-{portSeqNo}-get",
                "x-filename-id":"bills-invoicegid-ports-portseqno-get"
            }
        },
        "/bills/{invoiceGid}/lineItems":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Bills/Line Items"
                ],
                "summary":"Get Line Items",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/bills.lineItems"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"bills-{invoiceGid}-lineItems-get",
                "x-filename-id":"bills-invoicegid-lineitems-get"
            }
        },
        "/bills/{invoiceGid}/lineItems/{lineitemSeqNo}":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"lineitemSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Bills/Line Items"
                ],
                "summary":"Get a Line Item",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/bills.lineItems"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"bills-{invoiceGid}-lineItems-{lineitemSeqNo}-get",
                "x-filename-id":"bills-invoicegid-lineitems-lineitemseqno-get"
            }
        },
        "/bills/{invoiceGid}/lineItems/{lineitemSeqNo}/vats":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"lineitemSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Bills/Line Items/VATs"
                ],
                "summary":"Get VATs",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/bills.lineItems.vats"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"bills-{invoiceGid}-lineItems-{lineitemSeqNo}-vats-get",
                "x-filename-id":"bills-invoicegid-lineitems-lineitemseqno-vats-get"
            }
        },
        "/bills/{invoiceGid}/lineItems/{lineitemSeqNo}/vats/{vatSeqno}":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"lineitemSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"vatSeqno",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Bills/Line Items/VATs"
                ],
                "summary":"Get a VAT",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/bills.lineItems.vats"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"bills-{invoiceGid}-lineItems-{lineitemSeqNo}-vats-{vatSeqno}-get",
                "x-filename-id":"bills-invoicegid-lineitems-lineitemseqno-vats-vatseqno-get"
            }
        },
        "/bills/{invoiceGid}/lineItems/{lineitemSeqNo}/vats/{vatSeqno}/costRefs":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"lineitemSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"vatSeqno",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Bills/Line Items/VATs/Cost References"
                ],
                "summary":"Get Cost References",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/bills.lineItems.vats.costRefs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"bills-{invoiceGid}-lineItems-{lineitemSeqNo}-vats-{vatSeqno}-costRefs-get",
                "x-filename-id":"bills-invoicegid-lineitems-lineitemseqno-vats-vatseqno-costrefs-get"
            }
        },
        "/bills/{invoiceGid}/lineItems/{lineitemSeqNo}/vats/{vatSeqno}/costRefs/{costReferenceGid}":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"lineitemSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"vatSeqno",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"costReferenceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Bills/Line Items/VATs/Cost References"
                ],
                "summary":"Get a Cost Reference",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/bills.lineItems.vats.costRefs"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"bills-{invoiceGid}-lineItems-{lineitemSeqNo}-vats-{vatSeqno}-costRefs-{costReferenceGid}-get",
                "x-filename-id":"bills-invoicegid-lineitems-lineitemseqno-vats-vatseqno-costrefs-costreferencegid-get"
            }
        },
        "/bills/{invoiceGid}/lineItems/{lineitemSeqNo}/costRefs":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"lineitemSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Bills/Line Items/Cost References"
                ],
                "summary":"Get Cost References",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/bills.lineItems.costRefs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"bills-{invoiceGid}-lineItems-{lineitemSeqNo}-costRefs-get",
                "x-filename-id":"bills-invoicegid-lineitems-lineitemseqno-costrefs-get"
            }
        },
        "/bills/{invoiceGid}/lineItems/{lineitemSeqNo}/costRefs/{costReferenceGid}":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"lineitemSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"costReferenceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Bills/Line Items/Cost References"
                ],
                "summary":"Get a Cost Reference",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/bills.lineItems.costRefs"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"bills-{invoiceGid}-lineItems-{lineitemSeqNo}-costRefs-{costReferenceGid}-get",
                "x-filename-id":"bills-invoicegid-lineitems-lineitemseqno-costrefs-costreferencegid-get"
            }
        },
        "/bills/{invoiceGid}/lineItems/{lineitemSeqNo}/remarks":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"lineitemSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Bills/Line Items/Remarks"
                ],
                "summary":"Get Remarks",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/bills.lineItems.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"bills-{invoiceGid}-lineItems-{lineitemSeqNo}-remarks-get",
                "x-filename-id":"bills-invoicegid-lineitems-lineitemseqno-remarks-get"
            }
        },
        "/bills/{invoiceGid}/lineItems/{lineitemSeqNo}/remarks/{remarkSeqNo}":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"lineitemSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"remarkSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Bills/Line Items/Remarks"
                ],
                "summary":"Get a Remark",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/bills.lineItems.remarks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"bills-{invoiceGid}-lineItems-{lineitemSeqNo}-remarks-{remarkSeqNo}-get",
                "x-filename-id":"bills-invoicegid-lineitems-lineitemseqno-remarks-remarkseqno-get"
            }
        },
        "/bills/{invoiceGid}/lineItems/{lineitemSeqNo}/commercialData":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"lineitemSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Bills/Line Items/Commercial Data"
                ],
                "summary":"Get Commercial Data",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/bills.lineItems.commercialData"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"bills-{invoiceGid}-lineItems-{lineitemSeqNo}-commercialData-get",
                "x-filename-id":"bills-invoicegid-lineitems-lineitemseqno-commercialdata-get"
            }
        },
        "/bills/{invoiceGid}/lineItems/{lineitemSeqNo}/commercialData/{commercialDataSeqNo}":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"lineitemSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"commercialDataSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Bills/Line Items/Commercial Data"
                ],
                "summary":"Get a Commercial Data",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/bills.lineItems.commercialData"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"bills-{invoiceGid}-lineItems-{lineitemSeqNo}-commercialData-{commercialDataSeqNo}-get",
                "x-filename-id":"bills-invoicegid-lineitems-lineitemseqno-commercialdata-commercialdataseqno-get"
            }
        },
        "/bills/{invoiceGid}/lineItems/{lineitemSeqNo}/refnums":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"lineitemSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Bills/Line Items/Reference Numbers"
                ],
                "summary":"Get Reference Numbers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/bills.lineItems.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"bills-{invoiceGid}-lineItems-{lineitemSeqNo}-refnums-get",
                "x-filename-id":"bills-invoicegid-lineitems-lineitemseqno-refnums-get"
            }
        },
        "/bills/{invoiceGid}/lineItems/{lineitemSeqNo}/refnums/{invoiceLiRefnumQualGid}":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"lineitemSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"invoiceLiRefnumQualGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Bills/Line Items/Reference Numbers"
                ],
                "summary":"Get a Reference Number",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/bills.lineItems.refnums"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"bills-{invoiceGid}-lineItems-{lineitemSeqNo}-refnums-{invoiceLiRefnumQualGid}-get",
                "x-filename-id":"bills-invoicegid-lineitems-lineitemseqno-refnums-invoicelirefnumqualgid-get"
            }
        },
        "/bills/{invoiceGid}/lineItems/{lineitemSeqNo}/vouchers":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"lineitemSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Bills/Line Items/Vouchers"
                ],
                "summary":"Get Vouchers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/bills.lineItems.vouchers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"bills-{invoiceGid}-lineItems-{lineitemSeqNo}-vouchers-get",
                "x-filename-id":"bills-invoicegid-lineitems-lineitemseqno-vouchers-get"
            }
        },
        "/bills/{invoiceGid}/lineItems/{lineitemSeqNo}/vouchers/{voucherGid}":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"lineitemSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"voucherGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Bills/Line Items/Vouchers"
                ],
                "summary":"Get a Voucher",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/bills.lineItems.vouchers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"bills-{invoiceGid}-lineItems-{lineitemSeqNo}-vouchers-{voucherGid}-get",
                "x-filename-id":"bills-invoicegid-lineitems-lineitemseqno-vouchers-vouchergid-get"
            }
        },
        "/bills/{invoiceGid}/involvedParties":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Bills/Involved Parties"
                ],
                "summary":"Get Involved Parties",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/bills.involvedParties"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"bills-{invoiceGid}-involvedParties-get",
                "x-filename-id":"bills-invoicegid-involvedparties-get"
            }
        },
        "/bills/{invoiceGid}/involvedParties/{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Bills/Involved Parties"
                ],
                "summary":"Get an Involved Party",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/bills.involvedParties"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"bills-{invoiceGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-get",
                "x-filename-id":"bills-invoicegid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-get"
            }
        },
        "/bills/{invoiceGid}/vatAnalyses":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Bills/VAT Analyses"
                ],
                "summary":"Get VAT Analyses",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/bills.vatAnalyses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"bills-{invoiceGid}-vatAnalyses-get",
                "x-filename-id":"bills-invoicegid-vatanalyses-get"
            }
        },
        "/bills/{invoiceGid}/vatAnalyses/{vatCodeGid}":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"vatCodeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Bills/VAT Analyses"
                ],
                "summary":"Get a VAT Analysis",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/bills.vatAnalyses"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"bills-{invoiceGid}-vatAnalyses-{vatCodeGid}-get",
                "x-filename-id":"bills-invoicegid-vatanalyses-vatcodegid-get"
            }
        },
        "/bills/{invoiceGid}/remarks":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Bills/Remarks"
                ],
                "summary":"Get Remarks",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/bills.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"bills-{invoiceGid}-remarks-get",
                "x-filename-id":"bills-invoicegid-remarks-get"
            }
        },
        "/bills/{invoiceGid}/remarks/{remarkSeqNo}":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"remarkSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Bills/Remarks"
                ],
                "summary":"Get a Remark",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/bills.remarks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"bills-{invoiceGid}-remarks-{remarkSeqNo}-get",
                "x-filename-id":"bills-invoicegid-remarks-remarkseqno-get"
            }
        },
        "/bills/{invoiceGid}/texts":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Bills/Texts"
                ],
                "summary":"Get Texts",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/bills.texts"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"bills-{invoiceGid}-texts-get",
                "x-filename-id":"bills-invoicegid-texts-get"
            }
        },
        "/bills/{invoiceGid}/texts/{textTemplateGidxdocumentDefGid}":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"textTemplateGidxdocumentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Bills/Texts"
                ],
                "summary":"Get a Text",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/bills.texts"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"bills-{invoiceGid}-texts-{textTemplateGidxdocumentDefGid}-get",
                "x-filename-id":"bills-invoicegid-texts-texttemplategidxdocumentdefgid-get"
            }
        },
        "/bills/{invoiceGid}/equipmentDetails":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Bills/Equipment Details"
                ],
                "summary":"Get Equipment Details",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/bills.equipmentDetails"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"bills-{invoiceGid}-equipmentDetails-get",
                "x-filename-id":"bills-invoicegid-equipmentdetails-get"
            }
        },
        "/bills/{invoiceGid}/equipmentDetails/{seqNumber}":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"seqNumber",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Bills/Equipment Details"
                ],
                "summary":"Get an Equipment Detail",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/bills.equipmentDetails"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"bills-{invoiceGid}-equipmentDetails-{seqNumber}-get",
                "x-filename-id":"bills-invoicegid-equipmentdetails-seqnumber-get"
            }
        },
        "/bills/{invoiceGid}/equipmentDetails/{seqNumber}/seals":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"seqNumber",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Bills/Equipment Details/Seals"
                ],
                "summary":"Get Seals",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/bills.equipmentDetails.seals"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"bills-{invoiceGid}-equipmentDetails-{seqNumber}-seals-get",
                "x-filename-id":"bills-invoicegid-equipmentdetails-seqnumber-seals-get"
            }
        },
        "/bills/{invoiceGid}/equipmentDetails/{seqNumber}/seals/{sealSequence}":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"seqNumber",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sealSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Bills/Equipment Details/Seals"
                ],
                "summary":"Get a Seal",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/bills.equipmentDetails.seals"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"bills-{invoiceGid}-equipmentDetails-{seqNumber}-seals-{sealSequence}-get",
                "x-filename-id":"bills-invoicegid-equipmentdetails-seqnumber-seals-sealsequence-get"
            }
        },
        "/bills/{invoiceGid}/routes":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Bills/Routes"
                ],
                "summary":"Get Routes",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/bills.routes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"bills-{invoiceGid}-routes-get",
                "x-filename-id":"bills-invoicegid-routes-get"
            }
        },
        "/bills/{invoiceGid}/routes/{routeSeqNo}":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"routeSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Bills/Routes"
                ],
                "summary":"Get a Route",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/bills.routes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"bills-{invoiceGid}-routes-{routeSeqNo}-get",
                "x-filename-id":"bills-invoicegid-routes-routeseqno-get"
            }
        },
        "/bills/{invoiceGid}/shipments":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Bills/Shipments"
                ],
                "summary":"Get Shipments",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/bills.shipments"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"bills-{invoiceGid}-shipments-get",
                "x-filename-id":"bills-invoicegid-shipments-get"
            }
        },
        "/bills/{invoiceGid}/shipments/{sequenceNo}":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sequenceNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Bills/Shipments"
                ],
                "summary":"Get a Shipment",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/bills.shipments"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"bills-{invoiceGid}-shipments-{sequenceNo}-get",
                "x-filename-id":"bills-invoicegid-shipments-sequenceno-get"
            }
        },
        "/bills/{invoiceGid}/shipments/{sequenceNo}/costs":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sequenceNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Bills/Shipments/Costs"
                ],
                "summary":"Get Costs",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/bills.shipments.costs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"bills-{invoiceGid}-shipments-{sequenceNo}-costs-get",
                "x-filename-id":"bills-invoicegid-shipments-sequenceno-costs-get"
            }
        },
        "/bills/{invoiceGid}/shipments/{sequenceNo}/costs/{shipmentCostSeqno}":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sequenceNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"shipmentCostSeqno",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Bills/Shipments/Costs"
                ],
                "summary":"Get a Cost",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/bills.shipments.costs"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"bills-{invoiceGid}-shipments-{sequenceNo}-costs-{shipmentCostSeqno}-get",
                "x-filename-id":"bills-invoicegid-shipments-sequenceno-costs-shipmentcostseqno-get"
            }
        },
        "/bills/{invoiceGid}/supplyProvinceVatRegs":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Bills/Supply Province VAT Regulations"
                ],
                "summary":"Get Supply Province VAT Regulations",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/bills.supplyProvinceVatRegs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"bills-{invoiceGid}-supplyProvinceVatRegs-get",
                "x-filename-id":"bills-invoicegid-supplyprovincevatregs-get"
            }
        },
        "/bills/{invoiceGid}/supplyProvinceVatRegs/{countryCode3GidxprovinceCode}":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"countryCode3GidxprovinceCode",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Bills/Supply Province VAT Regulations"
                ],
                "summary":"Get a Supply Province VAT Regulation",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/bills.supplyProvinceVatRegs"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"bills-{invoiceGid}-supplyProvinceVatRegs-{countryCode3GidxprovinceCode}-get",
                "x-filename-id":"bills-invoicegid-supplyprovincevatregs-countrycode3gidxprovincecode-get"
            }
        },
        "/bills/{invoiceGid}/notes":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Bills/Notes"
                ],
                "summary":"Get Notes",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/bills.notes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"bills-{invoiceGid}-notes-get",
                "x-filename-id":"bills-invoicegid-notes-get"
            }
        },
        "/bills/{invoiceGid}/notes/{invoiceNoteSeqNo}":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"invoiceNoteSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Bills/Notes"
                ],
                "summary":"Get a Note",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/bills.notes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"bills-{invoiceGid}-notes-{invoiceNoteSeqNo}-get",
                "x-filename-id":"bills-invoicegid-notes-invoicenoteseqno-get"
            }
        },
        "/bills/{invoiceGid}/summaries":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Bills/Summaries"
                ],
                "summary":"Get Summaries",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/bills.summaries"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"bills-{invoiceGid}-summaries-get",
                "x-filename-id":"bills-invoicegid-summaries-get"
            }
        },
        "/bills/{invoiceGid}/summaries/{invoiceSummarySeqNo}":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"invoiceSummarySeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Bills/Summaries"
                ],
                "summary":"Get a Summary",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/bills.summaries"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"bills-{invoiceGid}-summaries-{invoiceSummarySeqNo}-get",
                "x-filename-id":"bills-invoicegid-summaries-invoicesummaryseqno-get"
            }
        },
        "/bills/{invoiceGid}/summaries/{invoiceSummarySeqNo}/remarks":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"invoiceSummarySeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Bills/Summaries/Remarks"
                ],
                "summary":"Get Remarks",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/bills.summaries.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"bills-{invoiceGid}-summaries-{invoiceSummarySeqNo}-remarks-get",
                "x-filename-id":"bills-invoicegid-summaries-invoicesummaryseqno-remarks-get"
            }
        },
        "/bills/{invoiceGid}/summaries/{invoiceSummarySeqNo}/remarks/{remarkSeqNo}":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"invoiceSummarySeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"remarkSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Bills/Summaries/Remarks"
                ],
                "summary":"Get a Remark",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/bills.summaries.remarks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"bills-{invoiceGid}-summaries-{invoiceSummarySeqNo}-remarks-{remarkSeqNo}-get",
                "x-filename-id":"bills-invoicegid-summaries-invoicesummaryseqno-remarks-remarkseqno-get"
            }
        },
        "/bills/{invoiceGid}/refnums":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Bills/Reference Numbers"
                ],
                "summary":"Get Reference Numbers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/bills.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"bills-{invoiceGid}-refnums-get",
                "x-filename-id":"bills-invoicegid-refnums-get"
            }
        },
        "/bills/{invoiceGid}/refnums/{invoiceRefnumQualGidxinvoiceRefnumValue}":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"invoiceRefnumQualGidxinvoiceRefnumValue",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Bills/Reference Numbers"
                ],
                "summary":"Get a Reference Number",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/bills.refnums"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"bills-{invoiceGid}-refnums-{invoiceRefnumQualGidxinvoiceRefnumValue}-get",
                "x-filename-id":"bills-invoicegid-refnums-invoicerefnumqualgidxinvoicerefnumvalue-get"
            }
        },
        "/bills/{invoiceGid}/summaryDetails":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Bills/Summary Details"
                ],
                "summary":"Get Summary Details",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/bills.summaryDetails"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"bills-{invoiceGid}-summaryDetails-get",
                "x-filename-id":"bills-invoicegid-summarydetails-get"
            }
        },
        "/bills/{invoiceGid}/summaryDetails/{lineitemSeqNo}":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"lineitemSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Bills/Summary Details"
                ],
                "summary":"Get a Summary Detail",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/bills.summaryDetails"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"bills-{invoiceGid}-summaryDetails-{lineitemSeqNo}-get",
                "x-filename-id":"bills-invoicegid-summarydetails-lineitemseqno-get"
            }
        },
        "/bills/{invoiceGid}/statuses":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Bills/Statuses"
                ],
                "summary":"Get Statuses",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/bills.statuses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"bills-{invoiceGid}-statuses-get",
                "x-filename-id":"bills-invoicegid-statuses-get"
            }
        },
        "/bills/{invoiceGid}/statuses/{statusTypeGid}":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"statusTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Bills/Statuses"
                ],
                "summary":"Get a Status",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/bills.statuses"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"bills-{invoiceGid}-statuses-{statusTypeGid}-get",
                "x-filename-id":"bills-invoicegid-statuses-statustypegid-get"
            }
        },
        "/bills/{invoiceGid}/documents":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Bills/Documents"
                ],
                "summary":"Get Documents",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/bills.documents"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"bills-{invoiceGid}-documents-get",
                "x-filename-id":"bills-invoicegid-documents-get"
            }
        },
        "/bills/{invoiceGid}/documents/{documentGid}":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Bills/Documents"
                ],
                "summary":"Get a Document",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/bills.documents"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"bills-{invoiceGid}-documents-{documentGid}-get",
                "x-filename-id":"bills-invoicegid-documents-documentgid-get"
            }
        },
        "/bills/{invoiceGid}/allocations":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Bills/Allocations"
                ],
                "summary":"Get Allocations",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/bills.allocations"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"bills-{invoiceGid}-allocations-get",
                "x-filename-id":"bills-invoicegid-allocations-get"
            }
        },
        "/bills/{invoiceGid}/allocations/{allocSeqNo}":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"allocSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Bills/Allocations"
                ],
                "summary":"Get an Allocation",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/bills.allocations"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"bills-{invoiceGid}-allocations-{allocSeqNo}-get",
                "x-filename-id":"bills-invoicegid-allocations-allocseqno-get"
            }
        },
        "/bills/{invoiceGid}/allocations/{allocSeqNo}/orderAllocations":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"allocSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Bills/Allocations/Order Release Allocations"
                ],
                "summary":"Get Order Release Allocations",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/bills.allocations.orderAllocations"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"bills-{invoiceGid}-allocations-{allocSeqNo}-orderAllocations-get",
                "x-filename-id":"bills-invoicegid-allocations-allocseqno-orderallocations-get"
            }
        },
        "/bills/{invoiceGid}/allocations/{allocSeqNo}/orderAllocations/{allocCostSeqno}":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"allocSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"allocCostSeqno",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Bills/Allocations/Order Release Allocations"
                ],
                "summary":"Get an Order Release Allocation",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/bills.allocations.orderAllocations"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"bills-{invoiceGid}-allocations-{allocSeqNo}-orderAllocations-{allocCostSeqno}-get",
                "x-filename-id":"bills-invoicegid-allocations-allocseqno-orderallocations-alloccostseqno-get"
            }
        },
        "/bills/{invoiceGid}/allocations/{allocSeqNo}/orderLineAllocations":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"allocSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Bills/Allocations/Order Release Line Allocations"
                ],
                "summary":"Get Order Release Line Allocations",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/bills.allocations.orderLineAllocations"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"bills-{invoiceGid}-allocations-{allocSeqNo}-orderLineAllocations-get",
                "x-filename-id":"bills-invoicegid-allocations-allocseqno-orderlineallocations-get"
            }
        },
        "/bills/{invoiceGid}/allocations/{allocSeqNo}/orderLineAllocations/{allocCostSeqno}":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"allocSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"allocCostSeqno",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Bills/Allocations/Order Release Line Allocations"
                ],
                "summary":"Get an Order Release Line Allocation",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/bills.allocations.orderLineAllocations"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"bills-{invoiceGid}-allocations-{allocSeqNo}-orderLineAllocations-{allocCostSeqno}-get",
                "x-filename-id":"bills-invoicegid-allocations-allocseqno-orderlineallocations-alloccostseqno-get"
            }
        },
        "/bills/{invoiceGid}/allocations/{allocSeqNo}/orderBaseLineAllocations":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"allocSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Bills/Allocations/Order Base Line Allocations"
                ],
                "summary":"Get Order Base Line Allocations",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/bills.allocations.orderBaseLineAllocations"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"bills-{invoiceGid}-allocations-{allocSeqNo}-orderBaseLineAllocations-get",
                "x-filename-id":"bills-invoicegid-allocations-allocseqno-orderbaselineallocations-get"
            }
        },
        "/bills/{invoiceGid}/allocations/{allocSeqNo}/orderBaseLineAllocations/{allocCostSeqno}":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"allocSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"allocCostSeqno",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Bills/Allocations/Order Base Line Allocations"
                ],
                "summary":"Get an Order Base Line Allocation",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/bills.allocations.orderBaseLineAllocations"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"bills-{invoiceGid}-allocations-{allocSeqNo}-orderBaseLineAllocations-{allocCostSeqno}-get",
                "x-filename-id":"bills-invoicegid-allocations-allocseqno-orderbaselineallocations-alloccostseqno-get"
            }
        },
        "/demurrageTransactionReferenceNumberQualifiers":{
            "get":{
                "tags":[
                    "Power Data/Demurrage Transaction Reference Number Qualifiers"
                ],
                "summary":"Get Demurrage Transaction Reference Number Qualifiers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/demurrageTransactionReferenceNumberQualifiers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"demurrageTransactionReferenceNumberQualifiers-get",
                "x-filename-id":"demurragetransactionreferencenumberqualifiers-get"
            },
            "post":{
                "tags":[
                    "Power Data/Demurrage Transaction Reference Number Qualifiers"
                ],
                "summary":"Create a Demurrage Transaction Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/demurrageTransactionReferenceNumberQualifiers"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/demurrageTransactionReferenceNumberQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"demurrageTransactionReferenceNumberQualifiers-post",
                "x-filename-id":"demurragetransactionreferencenumberqualifiers-post"
            }
        },
        "/demurrageTransactionReferenceNumberQualifiers/{dmTransactionRefnumQualGid}":{
            "parameters":[
                {
                    "name":"dmTransactionRefnumQualGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Demurrage Transaction Reference Number Qualifiers"
                ],
                "summary":"Get a Demurrage Transaction Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/demurrageTransactionReferenceNumberQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"demurrageTransactionReferenceNumberQualifiers-{dmTransactionRefnumQualGid}-get",
                "x-filename-id":"demurragetransactionreferencenumberqualifiers-dmtransactionrefnumqualgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Demurrage Transaction Reference Number Qualifiers"
                ],
                "summary":"Delete a Demurrage Transaction Reference Number Qualifier",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"demurrageTransactionReferenceNumberQualifiers-{dmTransactionRefnumQualGid}-delete",
                "x-filename-id":"demurragetransactionreferencenumberqualifiers-dmtransactionrefnumqualgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Demurrage Transaction Reference Number Qualifiers"
                ],
                "summary":"Update a Demurrage Transaction Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"demurrageTransactionReferenceNumberQualifiers-{dmTransactionRefnumQualGid}-patch",
                "x-filename-id":"demurragetransactionreferencenumberqualifiers-dmtransactionrefnumqualgid-patch"
            }
        },
        "/secondaryChargeRules":{
            "get":{
                "tags":[
                    "Power Data/Secondary Charge Rules"
                ],
                "summary":"Get Secondary Charge Rules",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/secondaryChargeRules"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"secondaryChargeRules-get",
                "x-filename-id":"secondarychargerules-get"
            },
            "post":{
                "tags":[
                    "Power Data/Secondary Charge Rules"
                ],
                "summary":"Create a Secondary Charge Rule",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/secondaryChargeRules"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/secondaryChargeRules"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"secondaryChargeRules-post",
                "x-filename-id":"secondarychargerules-post"
            }
        },
        "/secondaryChargeRules/{secondaryChargeRuleGid}":{
            "parameters":[
                {
                    "name":"secondaryChargeRuleGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Secondary Charge Rules"
                ],
                "summary":"Get a Secondary Charge Rule",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/secondaryChargeRules"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"secondaryChargeRules-{secondaryChargeRuleGid}-get",
                "x-filename-id":"secondarychargerules-secondarychargerulegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Secondary Charge Rules"
                ],
                "summary":"Delete a Secondary Charge Rule",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"secondaryChargeRules-{secondaryChargeRuleGid}-delete",
                "x-filename-id":"secondarychargerules-secondarychargerulegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Secondary Charge Rules"
                ],
                "summary":"Update a Secondary Charge Rule",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"secondaryChargeRules-{secondaryChargeRuleGid}-patch",
                "x-filename-id":"secondarychargerules-secondarychargerulegid-patch"
            }
        },
        "/secondaryChargeRules/{secondaryChargeRuleGid}/copiedRefnums":{
            "parameters":[
                {
                    "name":"secondaryChargeRuleGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Secondary Charge Rules/Copied Reference Numbers"
                ],
                "summary":"Get Copied Reference Numbers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/secondaryChargeRules.copiedRefnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"secondaryChargeRules-{secondaryChargeRuleGid}-copiedRefnums-get",
                "x-filename-id":"secondarychargerules-secondarychargerulegid-copiedrefnums-get"
            },
            "post":{
                "tags":[
                    "Power Data/Secondary Charge Rules/Copied Reference Numbers"
                ],
                "summary":"Create a Copied Reference Number",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/secondaryChargeRules.copiedRefnums"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/secondaryChargeRules.copiedRefnums"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/secondaryChargeRules.copiedRefnums"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/secondaryChargeRules.copiedRefnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"secondaryChargeRules-{secondaryChargeRuleGid}-copiedRefnums-post",
                "x-filename-id":"secondarychargerules-secondarychargerulegid-copiedrefnums-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Secondary Charge Rules/Copied Reference Numbers"
                ],
                "summary":"Update Copied Reference Numbers",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"secondaryChargeRules-{secondaryChargeRuleGid}-copiedRefnums-patch",
                "x-filename-id":"secondarychargerules-secondarychargerulegid-copiedrefnums-patch"
            }
        },
        "/secondaryChargeRules/{secondaryChargeRuleGid}/copiedRefnums/{shipmentRefnumQualGid}":{
            "parameters":[
                {
                    "name":"secondaryChargeRuleGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"shipmentRefnumQualGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Secondary Charge Rules/Copied Reference Numbers"
                ],
                "summary":"Get a Copied Reference Number",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/secondaryChargeRules.copiedRefnums"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"secondaryChargeRules-{secondaryChargeRuleGid}-copiedRefnums-{shipmentRefnumQualGid}-get",
                "x-filename-id":"secondarychargerules-secondarychargerulegid-copiedrefnums-shipmentrefnumqualgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Secondary Charge Rules/Copied Reference Numbers"
                ],
                "summary":"Delete a Copied Reference Number",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"secondaryChargeRules-{secondaryChargeRuleGid}-copiedRefnums-{shipmentRefnumQualGid}-delete",
                "x-filename-id":"secondarychargerules-secondarychargerulegid-copiedrefnums-shipmentrefnumqualgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Secondary Charge Rules/Copied Reference Numbers"
                ],
                "summary":"Update a Copied Reference Number",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"secondaryChargeRules-{secondaryChargeRuleGid}-copiedRefnums-{shipmentRefnumQualGid}-patch",
                "x-filename-id":"secondarychargerules-secondarychargerulegid-copiedrefnums-shipmentrefnumqualgid-patch"
            }
        },
        "/secondaryChargeRules/{secondaryChargeRuleGid}/involvedParties":{
            "parameters":[
                {
                    "name":"secondaryChargeRuleGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Secondary Charge Rules/Involved Parties"
                ],
                "summary":"Get Involved Parties",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/secondaryChargeRules.involvedParties"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"secondaryChargeRules-{secondaryChargeRuleGid}-involvedParties-get",
                "x-filename-id":"secondarychargerules-secondarychargerulegid-involvedparties-get"
            },
            "post":{
                "tags":[
                    "Power Data/Secondary Charge Rules/Involved Parties"
                ],
                "summary":"Create an Involved Party",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/secondaryChargeRules.involvedParties"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/secondaryChargeRules.involvedParties"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/secondaryChargeRules.involvedParties"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/secondaryChargeRules.involvedParties"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"secondaryChargeRules-{secondaryChargeRuleGid}-involvedParties-post",
                "x-filename-id":"secondarychargerules-secondarychargerulegid-involvedparties-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Secondary Charge Rules/Involved Parties"
                ],
                "summary":"Update Involved Parties",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"secondaryChargeRules-{secondaryChargeRuleGid}-involvedParties-patch",
                "x-filename-id":"secondarychargerules-secondarychargerulegid-involvedparties-patch"
            }
        },
        "/secondaryChargeRules/{secondaryChargeRuleGid}/involvedParties/{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}":{
            "parameters":[
                {
                    "name":"secondaryChargeRuleGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Secondary Charge Rules/Involved Parties"
                ],
                "summary":"Get an Involved Party",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/secondaryChargeRules.involvedParties"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"secondaryChargeRules-{secondaryChargeRuleGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-get",
                "x-filename-id":"secondarychargerules-secondarychargerulegid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Secondary Charge Rules/Involved Parties"
                ],
                "summary":"Delete an Involved Party",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"secondaryChargeRules-{secondaryChargeRuleGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-delete",
                "x-filename-id":"secondarychargerules-secondarychargerulegid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Secondary Charge Rules/Involved Parties"
                ],
                "summary":"Update an Involved Party",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"secondaryChargeRules-{secondaryChargeRuleGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-patch",
                "x-filename-id":"secondarychargerules-secondarychargerulegid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-patch"
            }
        },
        "/secondaryChargeRules/{secondaryChargeRuleGid}/ruleContracts":{
            "parameters":[
                {
                    "name":"secondaryChargeRuleGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Secondary Charge Rules/Rule Contracts"
                ],
                "summary":"Get Rule Contracts",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/secondaryChargeRules.ruleContracts"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"secondaryChargeRules-{secondaryChargeRuleGid}-ruleContracts-get",
                "x-filename-id":"secondarychargerules-secondarychargerulegid-rulecontracts-get"
            },
            "post":{
                "tags":[
                    "Power Data/Secondary Charge Rules/Rule Contracts"
                ],
                "summary":"Create a Rule Contract",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/secondaryChargeRules.ruleContracts"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/secondaryChargeRules.ruleContracts"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/secondaryChargeRules.ruleContracts"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/secondaryChargeRules.ruleContracts"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"secondaryChargeRules-{secondaryChargeRuleGid}-ruleContracts-post",
                "x-filename-id":"secondarychargerules-secondarychargerulegid-rulecontracts-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Secondary Charge Rules/Rule Contracts"
                ],
                "summary":"Update Rule Contracts",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"secondaryChargeRules-{secondaryChargeRuleGid}-ruleContracts-patch",
                "x-filename-id":"secondarychargerules-secondarychargerulegid-rulecontracts-patch"
            }
        },
        "/secondaryChargeRules/{secondaryChargeRuleGid}/ruleContracts/{scRuleContractSeqNo}":{
            "parameters":[
                {
                    "name":"secondaryChargeRuleGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"scRuleContractSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Secondary Charge Rules/Rule Contracts"
                ],
                "summary":"Get a Rule Contract",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/secondaryChargeRules.ruleContracts"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"secondaryChargeRules-{secondaryChargeRuleGid}-ruleContracts-{scRuleContractSeqNo}-get",
                "x-filename-id":"secondarychargerules-secondarychargerulegid-rulecontracts-scrulecontractseqno-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Secondary Charge Rules/Rule Contracts"
                ],
                "summary":"Delete a Rule Contract",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"secondaryChargeRules-{secondaryChargeRuleGid}-ruleContracts-{scRuleContractSeqNo}-delete",
                "x-filename-id":"secondarychargerules-secondarychargerulegid-rulecontracts-scrulecontractseqno-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Secondary Charge Rules/Rule Contracts"
                ],
                "summary":"Update a Rule Contract",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"secondaryChargeRules-{secondaryChargeRuleGid}-ruleContracts-{scRuleContractSeqNo}-patch",
                "x-filename-id":"secondarychargerules-secondarychargerulegid-rulecontracts-scrulecontractseqno-patch"
            }
        },
        "/vatProvincialRegistrations":{
            "get":{
                "tags":[
                    "Power Data/VAT Provincial Registrations"
                ],
                "summary":"Get VAT Provincial Registrations",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/vatProvincialRegistrations"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"vatProvincialRegistrations-get",
                "x-filename-id":"vatprovincialregistrations-get"
            },
            "post":{
                "tags":[
                    "Power Data/VAT Provincial Registrations"
                ],
                "summary":"Create a VAT Provincial Registration",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/vatProvincialRegistrations"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/vatProvincialRegistrations"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"vatProvincialRegistrations-post",
                "x-filename-id":"vatprovincialregistrations-post"
            }
        },
        "/vatProvincialRegistrations/{vatProvincialRegGid}":{
            "parameters":[
                {
                    "name":"vatProvincialRegGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/VAT Provincial Registrations"
                ],
                "summary":"Get a VAT Provincial Registration",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/vatProvincialRegistrations"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"vatProvincialRegistrations-{vatProvincialRegGid}-get",
                "x-filename-id":"vatprovincialregistrations-vatprovincialreggid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/VAT Provincial Registrations"
                ],
                "summary":"Delete a VAT Provincial Registration",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"vatProvincialRegistrations-{vatProvincialRegGid}-delete",
                "x-filename-id":"vatprovincialregistrations-vatprovincialreggid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/VAT Provincial Registrations"
                ],
                "summary":"Update a VAT Provincial Registration",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"vatProvincialRegistrations-{vatProvincialRegGid}-patch",
                "x-filename-id":"vatprovincialregistrations-vatprovincialreggid-patch"
            }
        },
        "/powerUnitTypes":{
            "get":{
                "tags":[
                    "Power Data/Power Unit Types"
                ],
                "summary":"Get Power Unit Types",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/powerUnitTypes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"powerUnitTypes-get",
                "x-filename-id":"powerunittypes-get"
            },
            "post":{
                "tags":[
                    "Power Data/Power Unit Types"
                ],
                "summary":"Create a Power Unit Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/powerUnitTypes"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/powerUnitTypes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"powerUnitTypes-post",
                "x-filename-id":"powerunittypes-post"
            }
        },
        "/powerUnitTypes/{powerUnitTypeGid}":{
            "parameters":[
                {
                    "name":"powerUnitTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Power Unit Types"
                ],
                "summary":"Get a Power Unit Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/powerUnitTypes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"powerUnitTypes-{powerUnitTypeGid}-get",
                "x-filename-id":"powerunittypes-powerunittypegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Power Unit Types"
                ],
                "summary":"Delete a Power Unit Type",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"powerUnitTypes-{powerUnitTypeGid}-delete",
                "x-filename-id":"powerunittypes-powerunittypegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Power Unit Types"
                ],
                "summary":"Update a Power Unit Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"powerUnitTypes-{powerUnitTypeGid}-patch",
                "x-filename-id":"powerunittypes-powerunittypegid-patch"
            }
        },
        "/powerUnitTypes/{powerUnitTypeGid}/remarks":{
            "parameters":[
                {
                    "name":"powerUnitTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Power Unit Types/Remarks"
                ],
                "summary":"Get Remarks",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/powerUnitTypes.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"powerUnitTypes-{powerUnitTypeGid}-remarks-get",
                "x-filename-id":"powerunittypes-powerunittypegid-remarks-get"
            },
            "post":{
                "tags":[
                    "Power Data/Power Unit Types/Remarks"
                ],
                "summary":"Create a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/powerUnitTypes.remarks"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/powerUnitTypes.remarks"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/powerUnitTypes.remarks"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/powerUnitTypes.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"powerUnitTypes-{powerUnitTypeGid}-remarks-post",
                "x-filename-id":"powerunittypes-powerunittypegid-remarks-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Power Unit Types/Remarks"
                ],
                "summary":"Update Remarks",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"powerUnitTypes-{powerUnitTypeGid}-remarks-patch",
                "x-filename-id":"powerunittypes-powerunittypegid-remarks-patch"
            }
        },
        "/powerUnitTypes/{powerUnitTypeGid}/remarks/{remarkSequence}":{
            "parameters":[
                {
                    "name":"powerUnitTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"remarkSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Power Unit Types/Remarks"
                ],
                "summary":"Get a Remark",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/powerUnitTypes.remarks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"powerUnitTypes-{powerUnitTypeGid}-remarks-{remarkSequence}-get",
                "x-filename-id":"powerunittypes-powerunittypegid-remarks-remarksequence-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Power Unit Types/Remarks"
                ],
                "summary":"Delete a Remark",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"powerUnitTypes-{powerUnitTypeGid}-remarks-{remarkSequence}-delete",
                "x-filename-id":"powerunittypes-powerunittypegid-remarks-remarksequence-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Power Unit Types/Remarks"
                ],
                "summary":"Update a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"powerUnitTypes-{powerUnitTypeGid}-remarks-{remarkSequence}-patch",
                "x-filename-id":"powerunittypes-powerunittypegid-remarks-remarksequence-patch"
            }
        },
        "/powerUnitTypes/{powerUnitTypeGid}/specialServices":{
            "parameters":[
                {
                    "name":"powerUnitTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Power Unit Types/Special Services"
                ],
                "summary":"Get Special Services",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/powerUnitTypes.specialServices"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"powerUnitTypes-{powerUnitTypeGid}-specialServices-get",
                "x-filename-id":"powerunittypes-powerunittypegid-specialservices-get"
            },
            "post":{
                "tags":[
                    "Power Data/Power Unit Types/Special Services"
                ],
                "summary":"Create a Special Service",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/powerUnitTypes.specialServices"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/powerUnitTypes.specialServices"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/powerUnitTypes.specialServices"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/powerUnitTypes.specialServices"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"powerUnitTypes-{powerUnitTypeGid}-specialServices-post",
                "x-filename-id":"powerunittypes-powerunittypegid-specialservices-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Power Unit Types/Special Services"
                ],
                "summary":"Update Special Services",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"powerUnitTypes-{powerUnitTypeGid}-specialServices-patch",
                "x-filename-id":"powerunittypes-powerunittypegid-specialservices-patch"
            }
        },
        "/powerUnitTypes/{powerUnitTypeGid}/specialServices/{specialServiceGid}":{
            "parameters":[
                {
                    "name":"powerUnitTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"specialServiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Power Unit Types/Special Services"
                ],
                "summary":"Get a Special Service",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/powerUnitTypes.specialServices"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"powerUnitTypes-{powerUnitTypeGid}-specialServices-{specialServiceGid}-get",
                "x-filename-id":"powerunittypes-powerunittypegid-specialservices-specialservicegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Power Unit Types/Special Services"
                ],
                "summary":"Delete a Special Service",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"powerUnitTypes-{powerUnitTypeGid}-specialServices-{specialServiceGid}-delete",
                "x-filename-id":"powerunittypes-powerunittypegid-specialservices-specialservicegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Power Unit Types/Special Services"
                ],
                "summary":"Update a Special Service",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"powerUnitTypes-{powerUnitTypeGid}-specialServices-{specialServiceGid}-patch",
                "x-filename-id":"powerunittypes-powerunittypegid-specialservices-specialservicegid-patch"
            }
        },
        "/orderConfigurations":{
            "get":{
                "tags":[
                    "Power Data/Order Configurations"
                ],
                "summary":"Get Order Configurations",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderConfigurations"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderConfigurations-get",
                "x-filename-id":"orderconfigurations-get"
            }
        },
        "/orderConfigurations/{releaseMethodGid}":{
            "parameters":[
                {
                    "name":"releaseMethodGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Order Configurations"
                ],
                "summary":"Get an Order Configuration",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderConfigurations"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderConfigurations-{releaseMethodGid}-get",
                "x-filename-id":"orderconfigurations-releasemethodgid-get"
            }
        },
        "/unitizationRules":{
            "get":{
                "tags":[
                    "Business Objects/Unitization Rules"
                ],
                "summary":"Get Unitization Rules",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/unitizationRules"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"unitizationRules-get",
                "x-filename-id":"unitizationrules-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Unitization Rules"
                ],
                "summary":"Create an Unitization Rule",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/unitizationRules"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/unitizationRules"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"unitizationRules-post",
                "x-filename-id":"unitizationrules-post"
            }
        },
        "/unitizationRules/{unitizationRuleGid}":{
            "parameters":[
                {
                    "name":"unitizationRuleGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Unitization Rules"
                ],
                "summary":"Get an Unitization Rule",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/unitizationRules"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"unitizationRules-{unitizationRuleGid}-get",
                "x-filename-id":"unitizationrules-unitizationrulegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Unitization Rules"
                ],
                "summary":"Delete an Unitization Rule",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"unitizationRules-{unitizationRuleGid}-delete",
                "x-filename-id":"unitizationrules-unitizationrulegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Unitization Rules"
                ],
                "summary":"Update an Unitization Rule",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"unitizationRules-{unitizationRuleGid}-patch",
                "x-filename-id":"unitizationrules-unitizationrulegid-patch"
            }
        },
        "/invoiceStopReferenceNumberQualifiers":{
            "get":{
                "tags":[
                    "Power Data/Invoice Stop Reference Number Qualifiers"
                ],
                "summary":"Get Invoice Stop Reference Number Qualifiers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/invoiceStopReferenceNumberQualifiers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"invoiceStopReferenceNumberQualifiers-get",
                "x-filename-id":"invoicestopreferencenumberqualifiers-get"
            },
            "post":{
                "tags":[
                    "Power Data/Invoice Stop Reference Number Qualifiers"
                ],
                "summary":"Create an Invoice Stop Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/invoiceStopReferenceNumberQualifiers"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/invoiceStopReferenceNumberQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"invoiceStopReferenceNumberQualifiers-post",
                "x-filename-id":"invoicestopreferencenumberqualifiers-post"
            }
        },
        "/invoiceStopReferenceNumberQualifiers/{invoiceStopRefnumQualGid}":{
            "parameters":[
                {
                    "name":"invoiceStopRefnumQualGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Invoice Stop Reference Number Qualifiers"
                ],
                "summary":"Get an Invoice Stop Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/invoiceStopReferenceNumberQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"invoiceStopReferenceNumberQualifiers-{invoiceStopRefnumQualGid}-get",
                "x-filename-id":"invoicestopreferencenumberqualifiers-invoicestoprefnumqualgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Invoice Stop Reference Number Qualifiers"
                ],
                "summary":"Delete an Invoice Stop Reference Number Qualifier",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"invoiceStopReferenceNumberQualifiers-{invoiceStopRefnumQualGid}-delete",
                "x-filename-id":"invoicestopreferencenumberqualifiers-invoicestoprefnumqualgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Invoice Stop Reference Number Qualifiers"
                ],
                "summary":"Update an Invoice Stop Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"invoiceStopReferenceNumberQualifiers-{invoiceStopRefnumQualGid}-patch",
                "x-filename-id":"invoicestopreferencenumberqualifiers-invoicestoprefnumqualgid-patch"
            }
        },
        "/shipmentNoSSUs":{
            "get":{
                "tags":[
                    "Business Objects/Shipment No S S Us"
                ],
                "summary":"Get Shipment No S S Us",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentNoSSUs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-get",
                "x-filename-id":"shipmentnossus-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipment No S S Us"
                ],
                "summary":"Create a Shipment No S S U",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipmentNoSSUs"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-post",
                "x-filename-id":"shipmentnossus-post"
            }
        },
        "/shipmentNoSSUs/{shipmentGid}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment No S S Us"
                ],
                "summary":"Get a Shipment No S S U",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-get",
                "x-filename-id":"shipmentnossus-shipmentgid-get"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment No S S Us"
                ],
                "summary":"Update a Shipment No S S U",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-patch",
                "x-filename-id":"shipmentnossus-shipmentgid-patch"
            }
        },
        "/shipmentNoSSUs/{shipmentGid}/texts":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Texts"
                ],
                "summary":"Get Texts",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentNoSSUs.texts"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-texts-get",
                "x-filename-id":"shipmentnossus-shipmentgid-texts-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Texts"
                ],
                "summary":"Create a Text",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipmentNoSSUs.texts"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/shipmentNoSSUs.texts"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.texts"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentNoSSUs.texts"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-texts-post",
                "x-filename-id":"shipmentnossus-shipmentgid-texts-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Texts"
                ],
                "summary":"Update Texts",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-texts-patch",
                "x-filename-id":"shipmentnossus-shipmentgid-texts-patch"
            }
        },
        "/shipmentNoSSUs/{shipmentGid}/texts/{textTemplateGidxdocumentDefGid}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"textTemplateGidxdocumentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Texts"
                ],
                "summary":"Get a Text",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.texts"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-texts-{textTemplateGidxdocumentDefGid}-get",
                "x-filename-id":"shipmentnossus-shipmentgid-texts-texttemplategidxdocumentdefgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Texts"
                ],
                "summary":"Delete a Text",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-texts-{textTemplateGidxdocumentDefGid}-delete",
                "x-filename-id":"shipmentnossus-shipmentgid-texts-texttemplategidxdocumentdefgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Texts"
                ],
                "summary":"Update a Text",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-texts-{textTemplateGidxdocumentDefGid}-patch",
                "x-filename-id":"shipmentnossus-shipmentgid-texts-texttemplategidxdocumentdefgid-patch"
            }
        },
        "/shipmentNoSSUs/{shipmentGid}/informationalCosts":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Informational Costs"
                ],
                "summary":"Get Informational Costs",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentNoSSUs.informationalCosts"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-informationalCosts-get",
                "x-filename-id":"shipmentnossus-shipmentgid-informationalcosts-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Informational Costs"
                ],
                "summary":"Create an Informational Cost",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipmentNoSSUs.informationalCosts"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/shipmentNoSSUs.informationalCosts"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.informationalCosts"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentNoSSUs.informationalCosts"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-informationalCosts-post",
                "x-filename-id":"shipmentnossus-shipmentgid-informationalcosts-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Informational Costs"
                ],
                "summary":"Update Informational Costs",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-informationalCosts-patch",
                "x-filename-id":"shipmentnossus-shipmentgid-informationalcosts-patch"
            }
        },
        "/shipmentNoSSUs/{shipmentGid}/informationalCosts/{shipmentInfCostSeqno}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"shipmentInfCostSeqno",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Informational Costs"
                ],
                "summary":"Get an Informational Cost",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.informationalCosts"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-informationalCosts-{shipmentInfCostSeqno}-get",
                "x-filename-id":"shipmentnossus-shipmentgid-informationalcosts-shipmentinfcostseqno-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Informational Costs"
                ],
                "summary":"Delete an Informational Cost",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-informationalCosts-{shipmentInfCostSeqno}-delete",
                "x-filename-id":"shipmentnossus-shipmentgid-informationalcosts-shipmentinfcostseqno-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Informational Costs"
                ],
                "summary":"Update an Informational Cost",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-informationalCosts-{shipmentInfCostSeqno}-patch",
                "x-filename-id":"shipmentnossus-shipmentgid-informationalcosts-shipmentinfcostseqno-patch"
            }
        },
        "/shipmentNoSSUs/{shipmentGid}/informationalCosts/{shipmentInfCostSeqno}/remarks":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"shipmentInfCostSeqno",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Informational Costs/Remarks"
                ],
                "summary":"Get Remarks",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentNoSSUs.informationalCosts.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-informationalCosts-{shipmentInfCostSeqno}-remarks-get",
                "x-filename-id":"shipmentnossus-shipmentgid-informationalcosts-shipmentinfcostseqno-remarks-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Informational Costs/Remarks"
                ],
                "summary":"Create a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipmentNoSSUs.informationalCosts.remarks"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/shipmentNoSSUs.informationalCosts.remarks"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.informationalCosts.remarks"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentNoSSUs.informationalCosts.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-informationalCosts-{shipmentInfCostSeqno}-remarks-post",
                "x-filename-id":"shipmentnossus-shipmentgid-informationalcosts-shipmentinfcostseqno-remarks-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Informational Costs/Remarks"
                ],
                "summary":"Update Remarks",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-informationalCosts-{shipmentInfCostSeqno}-remarks-patch",
                "x-filename-id":"shipmentnossus-shipmentgid-informationalcosts-shipmentinfcostseqno-remarks-patch"
            }
        },
        "/shipmentNoSSUs/{shipmentGid}/informationalCosts/{shipmentInfCostSeqno}/remarks/{remarkSeq}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"shipmentInfCostSeqno",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"remarkSeq",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Informational Costs/Remarks"
                ],
                "summary":"Get a Remark",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.informationalCosts.remarks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-informationalCosts-{shipmentInfCostSeqno}-remarks-{remarkSeq}-get",
                "x-filename-id":"shipmentnossus-shipmentgid-informationalcosts-shipmentinfcostseqno-remarks-remarkseq-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Informational Costs/Remarks"
                ],
                "summary":"Delete a Remark",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-informationalCosts-{shipmentInfCostSeqno}-remarks-{remarkSeq}-delete",
                "x-filename-id":"shipmentnossus-shipmentgid-informationalcosts-shipmentinfcostseqno-remarks-remarkseq-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Informational Costs/Remarks"
                ],
                "summary":"Update a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-informationalCosts-{shipmentInfCostSeqno}-remarks-{remarkSeq}-patch",
                "x-filename-id":"shipmentnossus-shipmentgid-informationalcosts-shipmentinfcostseqno-remarks-remarkseq-patch"
            }
        },
        "/shipmentNoSSUs/{shipmentGid}/informationalCosts/{shipmentInfCostSeqno}/details":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"shipmentInfCostSeqno",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Informational Costs/Details"
                ],
                "summary":"Get Details",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentNoSSUs.informationalCosts.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-informationalCosts-{shipmentInfCostSeqno}-details-get",
                "x-filename-id":"shipmentnossus-shipmentgid-informationalcosts-shipmentinfcostseqno-details-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Informational Costs/Details"
                ],
                "summary":"Create a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipmentNoSSUs.informationalCosts.details"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/shipmentNoSSUs.informationalCosts.details"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.informationalCosts.details"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentNoSSUs.informationalCosts.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-informationalCosts-{shipmentInfCostSeqno}-details-post",
                "x-filename-id":"shipmentnossus-shipmentgid-informationalcosts-shipmentinfcostseqno-details-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Informational Costs/Details"
                ],
                "summary":"Update Details",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-informationalCosts-{shipmentInfCostSeqno}-details-patch",
                "x-filename-id":"shipmentnossus-shipmentgid-informationalcosts-shipmentinfcostseqno-details-patch"
            }
        },
        "/shipmentNoSSUs/{shipmentGid}/informationalCosts/{shipmentInfCostSeqno}/details/{detailSeqno}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"shipmentInfCostSeqno",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"detailSeqno",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Informational Costs/Details"
                ],
                "summary":"Get a Detail",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.informationalCosts.details"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-informationalCosts-{shipmentInfCostSeqno}-details-{detailSeqno}-get",
                "x-filename-id":"shipmentnossus-shipmentgid-informationalcosts-shipmentinfcostseqno-details-detailseqno-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Informational Costs/Details"
                ],
                "summary":"Delete a Detail",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-informationalCosts-{shipmentInfCostSeqno}-details-{detailSeqno}-delete",
                "x-filename-id":"shipmentnossus-shipmentgid-informationalcosts-shipmentinfcostseqno-details-detailseqno-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Informational Costs/Details"
                ],
                "summary":"Update a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-informationalCosts-{shipmentInfCostSeqno}-details-{detailSeqno}-patch",
                "x-filename-id":"shipmentnossus-shipmentgid-informationalcosts-shipmentinfcostseqno-details-detailseqno-patch"
            }
        },
        "/shipmentNoSSUs/{shipmentGid}/specialServices":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Special Services"
                ],
                "summary":"Get Special Services",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentNoSSUs.specialServices"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-specialServices-get",
                "x-filename-id":"shipmentnossus-shipmentgid-specialservices-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Special Services"
                ],
                "summary":"Create a Special Service",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipmentNoSSUs.specialServices"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/shipmentNoSSUs.specialServices"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.specialServices"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentNoSSUs.specialServices"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-specialServices-post",
                "x-filename-id":"shipmentnossus-shipmentgid-specialservices-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Special Services"
                ],
                "summary":"Update Special Services",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-specialServices-patch",
                "x-filename-id":"shipmentnossus-shipmentgid-specialservices-patch"
            }
        },
        "/shipmentNoSSUs/{shipmentGid}/specialServices/{shipmentSpecialServiceSeq}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"shipmentSpecialServiceSeq",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Special Services"
                ],
                "summary":"Get a Special Service",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.specialServices"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-specialServices-{shipmentSpecialServiceSeq}-get",
                "x-filename-id":"shipmentnossus-shipmentgid-specialservices-shipmentspecialserviceseq-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Special Services"
                ],
                "summary":"Delete a Special Service",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-specialServices-{shipmentSpecialServiceSeq}-delete",
                "x-filename-id":"shipmentnossus-shipmentgid-specialservices-shipmentspecialserviceseq-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Special Services"
                ],
                "summary":"Update a Special Service",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-specialServices-{shipmentSpecialServiceSeq}-patch",
                "x-filename-id":"shipmentnossus-shipmentgid-specialservices-shipmentspecialserviceseq-patch"
            }
        },
        "/shipmentNoSSUs/{shipmentGid}/specialServices/{shipmentSpecialServiceSeq}/remarks":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"shipmentSpecialServiceSeq",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Special Services/Remarks"
                ],
                "summary":"Get Remarks",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentNoSSUs.specialServices.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-specialServices-{shipmentSpecialServiceSeq}-remarks-get",
                "x-filename-id":"shipmentnossus-shipmentgid-specialservices-shipmentspecialserviceseq-remarks-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Special Services/Remarks"
                ],
                "summary":"Create a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipmentNoSSUs.specialServices.remarks"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/shipmentNoSSUs.specialServices.remarks"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.specialServices.remarks"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentNoSSUs.specialServices.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-specialServices-{shipmentSpecialServiceSeq}-remarks-post",
                "x-filename-id":"shipmentnossus-shipmentgid-specialservices-shipmentspecialserviceseq-remarks-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Special Services/Remarks"
                ],
                "summary":"Update Remarks",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-specialServices-{shipmentSpecialServiceSeq}-remarks-patch",
                "x-filename-id":"shipmentnossus-shipmentgid-specialservices-shipmentspecialserviceseq-remarks-patch"
            }
        },
        "/shipmentNoSSUs/{shipmentGid}/specialServices/{shipmentSpecialServiceSeq}/remarks/{remarkSequence}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"shipmentSpecialServiceSeq",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"remarkSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Special Services/Remarks"
                ],
                "summary":"Get a Remark",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.specialServices.remarks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-specialServices-{shipmentSpecialServiceSeq}-remarks-{remarkSequence}-get",
                "x-filename-id":"shipmentnossus-shipmentgid-specialservices-shipmentspecialserviceseq-remarks-remarksequence-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Special Services/Remarks"
                ],
                "summary":"Delete a Remark",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-specialServices-{shipmentSpecialServiceSeq}-remarks-{remarkSequence}-delete",
                "x-filename-id":"shipmentnossus-shipmentgid-specialservices-shipmentspecialserviceseq-remarks-remarksequence-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Special Services/Remarks"
                ],
                "summary":"Update a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-specialServices-{shipmentSpecialServiceSeq}-remarks-{remarkSequence}-patch",
                "x-filename-id":"shipmentnossus-shipmentgid-specialservices-shipmentspecialserviceseq-remarks-remarksequence-patch"
            }
        },
        "/shipmentNoSSUs/{shipmentGid}/specialServices/{shipmentSpecialServiceSeq}/refs":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"shipmentSpecialServiceSeq",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Special Services/Refs"
                ],
                "summary":"Get Refs",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentNoSSUs.specialServices.refs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-specialServices-{shipmentSpecialServiceSeq}-refs-get",
                "x-filename-id":"shipmentnossus-shipmentgid-specialservices-shipmentspecialserviceseq-refs-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Special Services/Refs"
                ],
                "summary":"Create a Ref",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipmentNoSSUs.specialServices.refs"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/shipmentNoSSUs.specialServices.refs"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.specialServices.refs"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentNoSSUs.specialServices.refs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-specialServices-{shipmentSpecialServiceSeq}-refs-post",
                "x-filename-id":"shipmentnossus-shipmentgid-specialservices-shipmentspecialserviceseq-refs-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Special Services/Refs"
                ],
                "summary":"Update Refs",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-specialServices-{shipmentSpecialServiceSeq}-refs-patch",
                "x-filename-id":"shipmentnossus-shipmentgid-specialservices-shipmentspecialserviceseq-refs-patch"
            }
        },
        "/shipmentNoSSUs/{shipmentGid}/specialServices/{shipmentSpecialServiceSeq}/refs/{costReferenceGid}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"shipmentSpecialServiceSeq",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"costReferenceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Special Services/Refs"
                ],
                "summary":"Get a Ref",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.specialServices.refs"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-specialServices-{shipmentSpecialServiceSeq}-refs-{costReferenceGid}-get",
                "x-filename-id":"shipmentnossus-shipmentgid-specialservices-shipmentspecialserviceseq-refs-costreferencegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Special Services/Refs"
                ],
                "summary":"Delete a Ref",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-specialServices-{shipmentSpecialServiceSeq}-refs-{costReferenceGid}-delete",
                "x-filename-id":"shipmentnossus-shipmentgid-specialservices-shipmentspecialserviceseq-refs-costreferencegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Special Services/Refs"
                ],
                "summary":"Update a Ref",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-specialServices-{shipmentSpecialServiceSeq}-refs-{costReferenceGid}-patch",
                "x-filename-id":"shipmentnossus-shipmentgid-specialservices-shipmentspecialserviceseq-refs-costreferencegid-patch"
            }
        },
        "/shipmentNoSSUs/{shipmentGid}/specialServices/{shipmentSpecialServiceSeq}/secondaryCharges":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"shipmentSpecialServiceSeq",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Special Services/Secondary Charges"
                ],
                "summary":"Get Secondary Charges",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentNoSSUs.specialServices.secondaryCharges"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-specialServices-{shipmentSpecialServiceSeq}-secondaryCharges-get",
                "x-filename-id":"shipmentnossus-shipmentgid-specialservices-shipmentspecialserviceseq-secondarycharges-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Special Services/Secondary Charges"
                ],
                "summary":"Create a Secondary Charge",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipmentNoSSUs.specialServices.secondaryCharges"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/shipmentNoSSUs.specialServices.secondaryCharges"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.specialServices.secondaryCharges"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentNoSSUs.specialServices.secondaryCharges"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-specialServices-{shipmentSpecialServiceSeq}-secondaryCharges-post",
                "x-filename-id":"shipmentnossus-shipmentgid-specialservices-shipmentspecialserviceseq-secondarycharges-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Special Services/Secondary Charges"
                ],
                "summary":"Update Secondary Charges",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-specialServices-{shipmentSpecialServiceSeq}-secondaryCharges-patch",
                "x-filename-id":"shipmentnossus-shipmentgid-specialservices-shipmentspecialserviceseq-secondarycharges-patch"
            }
        },
        "/shipmentNoSSUs/{shipmentGid}/specialServices/{shipmentSpecialServiceSeq}/secondaryCharges/{ID}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"shipmentSpecialServiceSeq",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"ID",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Special Services/Secondary Charges"
                ],
                "summary":"Get a Secondary Charge",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.specialServices.secondaryCharges"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-specialServices-{shipmentSpecialServiceSeq}-secondaryCharges-{ID}-get",
                "x-filename-id":"shipmentnossus-shipmentgid-specialservices-shipmentspecialserviceseq-secondarycharges-id-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Special Services/Secondary Charges"
                ],
                "summary":"Delete a Secondary Charge",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-specialServices-{shipmentSpecialServiceSeq}-secondaryCharges-{ID}-delete",
                "x-filename-id":"shipmentnossus-shipmentgid-specialservices-shipmentspecialserviceseq-secondarycharges-id-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Special Services/Secondary Charges"
                ],
                "summary":"Update a Secondary Charge",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-specialServices-{shipmentSpecialServiceSeq}-secondaryCharges-{ID}-patch",
                "x-filename-id":"shipmentnossus-shipmentgid-specialservices-shipmentspecialserviceseq-secondarycharges-id-patch"
            }
        },
        "/shipmentNoSSUs/{shipmentGid}/orderReleases":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Order Releases"
                ],
                "summary":"Get Order Releases",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentNoSSUs.orderReleases"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-orderReleases-get",
                "x-filename-id":"shipmentnossus-shipmentgid-orderreleases-get"
            }
        },
        "/shipmentNoSSUs/{shipmentGid}/orderReleases/{orderReleaseGid}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"orderReleaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Order Releases"
                ],
                "summary":"Get an Order Release",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.orderReleases"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-orderReleases-{orderReleaseGid}-get",
                "x-filename-id":"shipmentnossus-shipmentgid-orderreleases-orderreleasegid-get"
            }
        },
        "/shipmentNoSSUs/{shipmentGid}/containerGroups":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Container Groups"
                ],
                "summary":"Get Container Groups",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentNoSSUs.containerGroups"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-containerGroups-get",
                "x-filename-id":"shipmentnossus-shipmentgid-containergroups-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Container Groups"
                ],
                "summary":"Create a Container Group",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipmentNoSSUs.containerGroups"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/shipmentNoSSUs.containerGroups"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.containerGroups"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentNoSSUs.containerGroups"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-containerGroups-post",
                "x-filename-id":"shipmentnossus-shipmentgid-containergroups-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Container Groups"
                ],
                "summary":"Update Container Groups",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-containerGroups-patch",
                "x-filename-id":"shipmentnossus-shipmentgid-containergroups-patch"
            }
        },
        "/shipmentNoSSUs/{shipmentGid}/containerGroups/{containerGroupGid}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"containerGroupGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Container Groups"
                ],
                "summary":"Get a Container Group",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.containerGroups"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-containerGroups-{containerGroupGid}-get",
                "x-filename-id":"shipmentnossus-shipmentgid-containergroups-containergroupgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Container Groups"
                ],
                "summary":"Delete a Container Group",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-containerGroups-{containerGroupGid}-delete",
                "x-filename-id":"shipmentnossus-shipmentgid-containergroups-containergroupgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Container Groups"
                ],
                "summary":"Update a Container Group",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-containerGroups-{containerGroupGid}-patch",
                "x-filename-id":"shipmentnossus-shipmentgid-containergroups-containergroupgid-patch"
            }
        },
        "/shipmentNoSSUs/{shipmentGid}/containerGroups/{containerGroupGid}/details":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"containerGroupGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Container Groups/Details"
                ],
                "summary":"Get Details",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentNoSSUs.containerGroups.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-containerGroups-{containerGroupGid}-details-get",
                "x-filename-id":"shipmentnossus-shipmentgid-containergroups-containergroupgid-details-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Container Groups/Details"
                ],
                "summary":"Create a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipmentNoSSUs.containerGroups.details"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/shipmentNoSSUs.containerGroups.details"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.containerGroups.details"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentNoSSUs.containerGroups.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-containerGroups-{containerGroupGid}-details-post",
                "x-filename-id":"shipmentnossus-shipmentgid-containergroups-containergroupgid-details-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Container Groups/Details"
                ],
                "summary":"Update Details",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-containerGroups-{containerGroupGid}-details-patch",
                "x-filename-id":"shipmentnossus-shipmentgid-containergroups-containergroupgid-details-patch"
            }
        },
        "/shipmentNoSSUs/{shipmentGid}/containerGroups/{containerGroupGid}/details/{sEquipmentGid}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"containerGroupGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sEquipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Container Groups/Details"
                ],
                "summary":"Get a Detail",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.containerGroups.details"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-containerGroups-{containerGroupGid}-details-{sEquipmentGid}-get",
                "x-filename-id":"shipmentnossus-shipmentgid-containergroups-containergroupgid-details-sequipmentgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Container Groups/Details"
                ],
                "summary":"Delete a Detail",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-containerGroups-{containerGroupGid}-details-{sEquipmentGid}-delete",
                "x-filename-id":"shipmentnossus-shipmentgid-containergroups-containergroupgid-details-sequipmentgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Container Groups/Details"
                ],
                "summary":"Update a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-containerGroups-{containerGroupGid}-details-{sEquipmentGid}-patch",
                "x-filename-id":"shipmentnossus-shipmentgid-containergroups-containergroupgid-details-sequipmentgid-patch"
            }
        },
        "/shipmentNoSSUs/{shipmentGid}/accessorials":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Accessorials"
                ],
                "summary":"Get Accessorials",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentNoSSUs.accessorials"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-accessorials-get",
                "x-filename-id":"shipmentnossus-shipmentgid-accessorials-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Accessorials"
                ],
                "summary":"Create an Accessorial",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipmentNoSSUs.accessorials"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/shipmentNoSSUs.accessorials"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.accessorials"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentNoSSUs.accessorials"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-accessorials-post",
                "x-filename-id":"shipmentnossus-shipmentgid-accessorials-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Accessorials"
                ],
                "summary":"Update Accessorials",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-accessorials-patch",
                "x-filename-id":"shipmentnossus-shipmentgid-accessorials-patch"
            }
        },
        "/shipmentNoSSUs/{shipmentGid}/accessorials/{accessorialCodeGid}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"accessorialCodeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Accessorials"
                ],
                "summary":"Get an Accessorial",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.accessorials"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-accessorials-{accessorialCodeGid}-get",
                "x-filename-id":"shipmentnossus-shipmentgid-accessorials-accessorialcodegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Accessorials"
                ],
                "summary":"Delete an Accessorial",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-accessorials-{accessorialCodeGid}-delete",
                "x-filename-id":"shipmentnossus-shipmentgid-accessorials-accessorialcodegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Accessorials"
                ],
                "summary":"Update an Accessorial",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-accessorials-{accessorialCodeGid}-patch",
                "x-filename-id":"shipmentnossus-shipmentgid-accessorials-accessorialcodegid-patch"
            }
        },
        "/shipmentNoSSUs/{shipmentGid}/accessorials/{accessorialCodeGid}/costRefs":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"accessorialCodeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Accessorials/Cost Refs"
                ],
                "summary":"Get Cost Refs",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentNoSSUs.accessorials.costRefs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-accessorials-{accessorialCodeGid}-costRefs-get",
                "x-filename-id":"shipmentnossus-shipmentgid-accessorials-accessorialcodegid-costrefs-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Accessorials/Cost Refs"
                ],
                "summary":"Create a Cost Ref",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipmentNoSSUs.accessorials.costRefs"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/shipmentNoSSUs.accessorials.costRefs"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.accessorials.costRefs"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentNoSSUs.accessorials.costRefs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-accessorials-{accessorialCodeGid}-costRefs-post",
                "x-filename-id":"shipmentnossus-shipmentgid-accessorials-accessorialcodegid-costrefs-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Accessorials/Cost Refs"
                ],
                "summary":"Update Cost Refs",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-accessorials-{accessorialCodeGid}-costRefs-patch",
                "x-filename-id":"shipmentnossus-shipmentgid-accessorials-accessorialcodegid-costrefs-patch"
            }
        },
        "/shipmentNoSSUs/{shipmentGid}/accessorials/{accessorialCodeGid}/costRefs/{costReferenceGid}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"accessorialCodeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"costReferenceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Accessorials/Cost Refs"
                ],
                "summary":"Get a Cost Ref",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.accessorials.costRefs"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-accessorials-{accessorialCodeGid}-costRefs-{costReferenceGid}-get",
                "x-filename-id":"shipmentnossus-shipmentgid-accessorials-accessorialcodegid-costrefs-costreferencegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Accessorials/Cost Refs"
                ],
                "summary":"Delete a Cost Ref",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-accessorials-{accessorialCodeGid}-costRefs-{costReferenceGid}-delete",
                "x-filename-id":"shipmentnossus-shipmentgid-accessorials-accessorialcodegid-costrefs-costreferencegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Accessorials/Cost Refs"
                ],
                "summary":"Update a Cost Ref",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-accessorials-{accessorialCodeGid}-costRefs-{costReferenceGid}-patch",
                "x-filename-id":"shipmentnossus-shipmentgid-accessorials-accessorialcodegid-costrefs-costreferencegid-patch"
            }
        },
        "/shipmentNoSSUs/{shipmentGid}/accessorials/{accessorialCodeGid}/remarks":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"accessorialCodeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Accessorials/Remarks"
                ],
                "summary":"Get Remarks",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentNoSSUs.accessorials.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-accessorials-{accessorialCodeGid}-remarks-get",
                "x-filename-id":"shipmentnossus-shipmentgid-accessorials-accessorialcodegid-remarks-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Accessorials/Remarks"
                ],
                "summary":"Create a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipmentNoSSUs.accessorials.remarks"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/shipmentNoSSUs.accessorials.remarks"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.accessorials.remarks"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentNoSSUs.accessorials.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-accessorials-{accessorialCodeGid}-remarks-post",
                "x-filename-id":"shipmentnossus-shipmentgid-accessorials-accessorialcodegid-remarks-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Accessorials/Remarks"
                ],
                "summary":"Update Remarks",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-accessorials-{accessorialCodeGid}-remarks-patch",
                "x-filename-id":"shipmentnossus-shipmentgid-accessorials-accessorialcodegid-remarks-patch"
            }
        },
        "/shipmentNoSSUs/{shipmentGid}/accessorials/{accessorialCodeGid}/remarks/{remarkSequence}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"accessorialCodeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"remarkSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Accessorials/Remarks"
                ],
                "summary":"Get a Remark",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.accessorials.remarks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-accessorials-{accessorialCodeGid}-remarks-{remarkSequence}-get",
                "x-filename-id":"shipmentnossus-shipmentgid-accessorials-accessorialcodegid-remarks-remarksequence-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Accessorials/Remarks"
                ],
                "summary":"Delete a Remark",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-accessorials-{accessorialCodeGid}-remarks-{remarkSequence}-delete",
                "x-filename-id":"shipmentnossus-shipmentgid-accessorials-accessorialcodegid-remarks-remarksequence-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Accessorials/Remarks"
                ],
                "summary":"Update a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-accessorials-{accessorialCodeGid}-remarks-{remarkSequence}-patch",
                "x-filename-id":"shipmentnossus-shipmentgid-accessorials-accessorialcodegid-remarks-remarksequence-patch"
            }
        },
        "/shipmentNoSSUs/{shipmentGid}/remarks":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Remarks"
                ],
                "summary":"Get Remarks",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentNoSSUs.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-remarks-get",
                "x-filename-id":"shipmentnossus-shipmentgid-remarks-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Remarks"
                ],
                "summary":"Create a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipmentNoSSUs.remarks"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/shipmentNoSSUs.remarks"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.remarks"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentNoSSUs.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-remarks-post",
                "x-filename-id":"shipmentnossus-shipmentgid-remarks-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Remarks"
                ],
                "summary":"Update Remarks",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-remarks-patch",
                "x-filename-id":"shipmentnossus-shipmentgid-remarks-patch"
            }
        },
        "/shipmentNoSSUs/{shipmentGid}/remarks/{remarkSequence}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"remarkSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Remarks"
                ],
                "summary":"Get a Remark",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.remarks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-remarks-{remarkSequence}-get",
                "x-filename-id":"shipmentnossus-shipmentgid-remarks-remarksequence-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Remarks"
                ],
                "summary":"Delete a Remark",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-remarks-{remarkSequence}-delete",
                "x-filename-id":"shipmentnossus-shipmentgid-remarks-remarksequence-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Remarks"
                ],
                "summary":"Update a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-remarks-{remarkSequence}-patch",
                "x-filename-id":"shipmentnossus-shipmentgid-remarks-remarksequence-patch"
            }
        },
        "/shipmentNoSSUs/{shipmentGid}/reqdocs":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Reqdocs"
                ],
                "summary":"Get Reqdocs",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentNoSSUs.reqdocs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-reqdocs-get",
                "x-filename-id":"shipmentnossus-shipmentgid-reqdocs-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Reqdocs"
                ],
                "summary":"Create a Reqdoc",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipmentNoSSUs.reqdocs"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/shipmentNoSSUs.reqdocs"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.reqdocs"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentNoSSUs.reqdocs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-reqdocs-post",
                "x-filename-id":"shipmentnossus-shipmentgid-reqdocs-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Reqdocs"
                ],
                "summary":"Update Reqdocs",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-reqdocs-patch",
                "x-filename-id":"shipmentnossus-shipmentgid-reqdocs-patch"
            }
        },
        "/shipmentNoSSUs/{shipmentGid}/reqdocs/{documentDefGid}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Reqdocs"
                ],
                "summary":"Get a Reqdoc",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.reqdocs"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-reqdocs-{documentDefGid}-get",
                "x-filename-id":"shipmentnossus-shipmentgid-reqdocs-documentdefgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Reqdocs"
                ],
                "summary":"Delete a Reqdoc",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-reqdocs-{documentDefGid}-delete",
                "x-filename-id":"shipmentnossus-shipmentgid-reqdocs-documentdefgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Reqdocs"
                ],
                "summary":"Update a Reqdoc",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-reqdocs-{documentDefGid}-patch",
                "x-filename-id":"shipmentnossus-shipmentgid-reqdocs-documentdefgid-patch"
            }
        },
        "/shipmentNoSSUs/{shipmentGid}/reqdocs/{documentDefGid}/statuses":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Reqdocs/Statuses"
                ],
                "summary":"Get Statuses",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentNoSSUs.reqdocs.statuses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-reqdocs-{documentDefGid}-statuses-get",
                "x-filename-id":"shipmentnossus-shipmentgid-reqdocs-documentdefgid-statuses-get"
            }
        },
        "/shipmentNoSSUs/{shipmentGid}/reqdocs/{documentDefGid}/statuses/{statusTypeGidxstatusValueGid}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"statusTypeGidxstatusValueGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Reqdocs/Statuses"
                ],
                "summary":"Get a Statuse",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.reqdocs.statuses"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-reqdocs-{documentDefGid}-statuses-{statusTypeGidxstatusValueGid}-get",
                "x-filename-id":"shipmentnossus-shipmentgid-reqdocs-documentdefgid-statuses-statustypegidxstatusvaluegid-get"
            }
        },
        "/shipmentNoSSUs/{shipmentGid}/reqdocs/{documentDefGid}/reviewers":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Reqdocs/Reviewers"
                ],
                "summary":"Get Reviewers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentNoSSUs.reqdocs.reviewers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-reqdocs-{documentDefGid}-reviewers-get",
                "x-filename-id":"shipmentnossus-shipmentgid-reqdocs-documentdefgid-reviewers-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Reqdocs/Reviewers"
                ],
                "summary":"Create a Reviewer",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipmentNoSSUs.reqdocs.reviewers"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/shipmentNoSSUs.reqdocs.reviewers"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.reqdocs.reviewers"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentNoSSUs.reqdocs.reviewers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-reqdocs-{documentDefGid}-reviewers-post",
                "x-filename-id":"shipmentnossus-shipmentgid-reqdocs-documentdefgid-reviewers-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Reqdocs/Reviewers"
                ],
                "summary":"Update Reviewers",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-reqdocs-{documentDefGid}-reviewers-patch",
                "x-filename-id":"shipmentnossus-shipmentgid-reqdocs-documentdefgid-reviewers-patch"
            }
        },
        "/shipmentNoSSUs/{shipmentGid}/reqdocs/{documentDefGid}/reviewers/{contactGid}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"contactGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Reqdocs/Reviewers"
                ],
                "summary":"Get a Reviewer",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.reqdocs.reviewers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-reqdocs-{documentDefGid}-reviewers-{contactGid}-get",
                "x-filename-id":"shipmentnossus-shipmentgid-reqdocs-documentdefgid-reviewers-contactgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Reqdocs/Reviewers"
                ],
                "summary":"Delete a Reviewer",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-reqdocs-{documentDefGid}-reviewers-{contactGid}-delete",
                "x-filename-id":"shipmentnossus-shipmentgid-reqdocs-documentdefgid-reviewers-contactgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Reqdocs/Reviewers"
                ],
                "summary":"Update a Reviewer",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-reqdocs-{documentDefGid}-reviewers-{contactGid}-patch",
                "x-filename-id":"shipmentnossus-shipmentgid-reqdocs-documentdefgid-reviewers-contactgid-patch"
            }
        },
        "/shipmentNoSSUs/{shipmentGid}/reqdocs/{documentDefGid}/subscribers":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Reqdocs/Subscribers"
                ],
                "summary":"Get Subscribers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentNoSSUs.reqdocs.subscribers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-reqdocs-{documentDefGid}-subscribers-get",
                "x-filename-id":"shipmentnossus-shipmentgid-reqdocs-documentdefgid-subscribers-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Reqdocs/Subscribers"
                ],
                "summary":"Create a Subscriber",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipmentNoSSUs.reqdocs.subscribers"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/shipmentNoSSUs.reqdocs.subscribers"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.reqdocs.subscribers"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentNoSSUs.reqdocs.subscribers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-reqdocs-{documentDefGid}-subscribers-post",
                "x-filename-id":"shipmentnossus-shipmentgid-reqdocs-documentdefgid-subscribers-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Reqdocs/Subscribers"
                ],
                "summary":"Update Subscribers",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-reqdocs-{documentDefGid}-subscribers-patch",
                "x-filename-id":"shipmentnossus-shipmentgid-reqdocs-documentdefgid-subscribers-patch"
            }
        },
        "/shipmentNoSSUs/{shipmentGid}/reqdocs/{documentDefGid}/subscribers/{contactGid}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"contactGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Reqdocs/Subscribers"
                ],
                "summary":"Get a Subscriber",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.reqdocs.subscribers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-reqdocs-{documentDefGid}-subscribers-{contactGid}-get",
                "x-filename-id":"shipmentnossus-shipmentgid-reqdocs-documentdefgid-subscribers-contactgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Reqdocs/Subscribers"
                ],
                "summary":"Delete a Subscriber",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-reqdocs-{documentDefGid}-subscribers-{contactGid}-delete",
                "x-filename-id":"shipmentnossus-shipmentgid-reqdocs-documentdefgid-subscribers-contactgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Reqdocs/Subscribers"
                ],
                "summary":"Update a Subscriber",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-reqdocs-{documentDefGid}-subscribers-{contactGid}-patch",
                "x-filename-id":"shipmentnossus-shipmentgid-reqdocs-documentdefgid-subscribers-contactgid-patch"
            }
        },
        "/shipmentNoSSUs/{shipmentGid}/reqdocs/{documentDefGid}/texts":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Reqdocs/Texts"
                ],
                "summary":"Get Texts",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentNoSSUs.reqdocs.texts"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-reqdocs-{documentDefGid}-texts-get",
                "x-filename-id":"shipmentnossus-shipmentgid-reqdocs-documentdefgid-texts-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Reqdocs/Texts"
                ],
                "summary":"Create a Text",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipmentNoSSUs.reqdocs.texts"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/shipmentNoSSUs.reqdocs.texts"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.reqdocs.texts"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentNoSSUs.reqdocs.texts"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-reqdocs-{documentDefGid}-texts-post",
                "x-filename-id":"shipmentnossus-shipmentgid-reqdocs-documentdefgid-texts-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Reqdocs/Texts"
                ],
                "summary":"Update Texts",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-reqdocs-{documentDefGid}-texts-patch",
                "x-filename-id":"shipmentnossus-shipmentgid-reqdocs-documentdefgid-texts-patch"
            }
        },
        "/shipmentNoSSUs/{shipmentGid}/reqdocs/{documentDefGid}/texts/{textTemplateGid}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"textTemplateGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Reqdocs/Texts"
                ],
                "summary":"Get a Text",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.reqdocs.texts"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-reqdocs-{documentDefGid}-texts-{textTemplateGid}-get",
                "x-filename-id":"shipmentnossus-shipmentgid-reqdocs-documentdefgid-texts-texttemplategid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Reqdocs/Texts"
                ],
                "summary":"Delete a Text",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-reqdocs-{documentDefGid}-texts-{textTemplateGid}-delete",
                "x-filename-id":"shipmentnossus-shipmentgid-reqdocs-documentdefgid-texts-texttemplategid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Reqdocs/Texts"
                ],
                "summary":"Update a Text",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-reqdocs-{documentDefGid}-texts-{textTemplateGid}-patch",
                "x-filename-id":"shipmentnossus-shipmentgid-reqdocs-documentdefgid-texts-texttemplategid-patch"
            }
        },
        "/shipmentNoSSUs/{shipmentGid}/reqdocs/{documentDefGid}/docs":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Reqdocs/Docs"
                ],
                "summary":"Get Docs",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentNoSSUs.reqdocs.docs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-reqdocs-{documentDefGid}-docs-get",
                "x-filename-id":"shipmentnossus-shipmentgid-reqdocs-documentdefgid-docs-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Reqdocs/Docs"
                ],
                "summary":"Create a Doc",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipmentNoSSUs.reqdocs.docs"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/shipmentNoSSUs.reqdocs.docs"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.reqdocs.docs"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentNoSSUs.reqdocs.docs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-reqdocs-{documentDefGid}-docs-post",
                "x-filename-id":"shipmentnossus-shipmentgid-reqdocs-documentdefgid-docs-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Reqdocs/Docs"
                ],
                "summary":"Update Docs",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-reqdocs-{documentDefGid}-docs-patch",
                "x-filename-id":"shipmentnossus-shipmentgid-reqdocs-documentdefgid-docs-patch"
            }
        },
        "/shipmentNoSSUs/{shipmentGid}/reqdocs/{documentDefGid}/docs/{documentGid}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Reqdocs/Docs"
                ],
                "summary":"Get a Doc",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.reqdocs.docs"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-reqdocs-{documentDefGid}-docs-{documentGid}-get",
                "x-filename-id":"shipmentnossus-shipmentgid-reqdocs-documentdefgid-docs-documentgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Reqdocs/Docs"
                ],
                "summary":"Delete a Doc",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-reqdocs-{documentDefGid}-docs-{documentGid}-delete",
                "x-filename-id":"shipmentnossus-shipmentgid-reqdocs-documentdefgid-docs-documentgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Reqdocs/Docs"
                ],
                "summary":"Update a Doc",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-reqdocs-{documentDefGid}-docs-{documentGid}-patch",
                "x-filename-id":"shipmentnossus-shipmentgid-reqdocs-documentdefgid-docs-documentgid-patch"
            }
        },
        "/shipmentNoSSUs/{shipmentGid}/reqdocs/{documentDefGid}/docs/{documentGid}/reviews":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Reqdocs/Docs/Reviews"
                ],
                "summary":"Get Reviews",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentNoSSUs.reqdocs.docs.reviews"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-reqdocs-{documentDefGid}-docs-{documentGid}-reviews-get",
                "x-filename-id":"shipmentnossus-shipmentgid-reqdocs-documentdefgid-docs-documentgid-reviews-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Reqdocs/Docs/Reviews"
                ],
                "summary":"Create a Review",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipmentNoSSUs.reqdocs.docs.reviews"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/shipmentNoSSUs.reqdocs.docs.reviews"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.reqdocs.docs.reviews"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentNoSSUs.reqdocs.docs.reviews"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-reqdocs-{documentDefGid}-docs-{documentGid}-reviews-post",
                "x-filename-id":"shipmentnossus-shipmentgid-reqdocs-documentdefgid-docs-documentgid-reviews-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Reqdocs/Docs/Reviews"
                ],
                "summary":"Update Reviews",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-reqdocs-{documentDefGid}-docs-{documentGid}-reviews-patch",
                "x-filename-id":"shipmentnossus-shipmentgid-reqdocs-documentdefgid-docs-documentgid-reviews-patch"
            }
        },
        "/shipmentNoSSUs/{shipmentGid}/reqdocs/{documentDefGid}/docs/{documentGid}/reviews/{contactGid}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"contactGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Reqdocs/Docs/Reviews"
                ],
                "summary":"Get a Review",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.reqdocs.docs.reviews"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-reqdocs-{documentDefGid}-docs-{documentGid}-reviews-{contactGid}-get",
                "x-filename-id":"shipmentnossus-shipmentgid-reqdocs-documentdefgid-docs-documentgid-reviews-contactgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Reqdocs/Docs/Reviews"
                ],
                "summary":"Delete a Review",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-reqdocs-{documentDefGid}-docs-{documentGid}-reviews-{contactGid}-delete",
                "x-filename-id":"shipmentnossus-shipmentgid-reqdocs-documentdefgid-docs-documentgid-reviews-contactgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Reqdocs/Docs/Reviews"
                ],
                "summary":"Update a Review",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-reqdocs-{documentDefGid}-docs-{documentGid}-reviews-{contactGid}-patch",
                "x-filename-id":"shipmentnossus-shipmentgid-reqdocs-documentdefgid-docs-documentgid-reviews-contactgid-patch"
            }
        },
        "/shipmentNoSSUs/{shipmentGid}/sEquipments":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment No S S Us/S Equipments"
                ],
                "summary":"Get S Equipments",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentNoSSUs.sEquipments"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-sEquipments-get",
                "x-filename-id":"shipmentnossus-shipmentgid-sequipments-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipment No S S Us/S Equipments"
                ],
                "summary":"Create a S Equipment",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipmentNoSSUs.sEquipments"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/shipmentNoSSUs.sEquipments"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.sEquipments"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentNoSSUs.sEquipments"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-sEquipments-post",
                "x-filename-id":"shipmentnossus-shipmentgid-sequipments-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment No S S Us/S Equipments"
                ],
                "summary":"Update S Equipments",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-sEquipments-patch",
                "x-filename-id":"shipmentnossus-shipmentgid-sequipments-patch"
            }
        },
        "/shipmentNoSSUs/{shipmentGid}/sEquipments/{sEquipmentGid}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sEquipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment No S S Us/S Equipments"
                ],
                "summary":"Get a S Equipment",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.sEquipments"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-sEquipments-{sEquipmentGid}-get",
                "x-filename-id":"shipmentnossus-shipmentgid-sequipments-sequipmentgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipment No S S Us/S Equipments"
                ],
                "summary":"Delete a S Equipment",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-sEquipments-{sEquipmentGid}-delete",
                "x-filename-id":"shipmentnossus-shipmentgid-sequipments-sequipmentgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment No S S Us/S Equipments"
                ],
                "summary":"Update a S Equipment",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-sEquipments-{sEquipmentGid}-patch",
                "x-filename-id":"shipmentnossus-shipmentgid-sequipments-sequipmentgid-patch"
            }
        },
        "/shipmentNoSSUs/{shipmentGid}/statuses":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Statuses"
                ],
                "summary":"Get Statuses",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentNoSSUs.statuses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-statuses-get",
                "x-filename-id":"shipmentnossus-shipmentgid-statuses-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Statuses"
                ],
                "summary":"Create a Statuse",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipmentNoSSUs.statuses"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/shipmentNoSSUs.statuses"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.statuses"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentNoSSUs.statuses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-statuses-post",
                "x-filename-id":"shipmentnossus-shipmentgid-statuses-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Statuses"
                ],
                "summary":"Update Statuses",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-statuses-patch",
                "x-filename-id":"shipmentnossus-shipmentgid-statuses-patch"
            }
        },
        "/shipmentNoSSUs/{shipmentGid}/statuses/{statusTypeGid}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"statusTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Statuses"
                ],
                "summary":"Get a Statuse",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.statuses"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-statuses-{statusTypeGid}-get",
                "x-filename-id":"shipmentnossus-shipmentgid-statuses-statustypegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Statuses"
                ],
                "summary":"Delete a Statuse",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-statuses-{statusTypeGid}-delete",
                "x-filename-id":"shipmentnossus-shipmentgid-statuses-statustypegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Statuses"
                ],
                "summary":"Update a Statuse",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-statuses-{statusTypeGid}-patch",
                "x-filename-id":"shipmentnossus-shipmentgid-statuses-statustypegid-patch"
            }
        },
        "/shipmentNoSSUs/{shipmentGid}/costs":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Costs"
                ],
                "summary":"Get Costs",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentNoSSUs.costs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-costs-get",
                "x-filename-id":"shipmentnossus-shipmentgid-costs-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Costs"
                ],
                "summary":"Create a Cost",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipmentNoSSUs.costs"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/shipmentNoSSUs.costs"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.costs"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentNoSSUs.costs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-costs-post",
                "x-filename-id":"shipmentnossus-shipmentgid-costs-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Costs"
                ],
                "summary":"Update Costs",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-costs-patch",
                "x-filename-id":"shipmentnossus-shipmentgid-costs-patch"
            }
        },
        "/shipmentNoSSUs/{shipmentGid}/costs/{shipmentCostSeqno}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"shipmentCostSeqno",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Costs"
                ],
                "summary":"Get a Cost",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.costs"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-costs-{shipmentCostSeqno}-get",
                "x-filename-id":"shipmentnossus-shipmentgid-costs-shipmentcostseqno-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Costs"
                ],
                "summary":"Delete a Cost",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-costs-{shipmentCostSeqno}-delete",
                "x-filename-id":"shipmentnossus-shipmentgid-costs-shipmentcostseqno-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Costs"
                ],
                "summary":"Update a Cost",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-costs-{shipmentCostSeqno}-patch",
                "x-filename-id":"shipmentnossus-shipmentgid-costs-shipmentcostseqno-patch"
            }
        },
        "/shipmentNoSSUs/{shipmentGid}/costs/{shipmentCostSeqno}/remarks":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"shipmentCostSeqno",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Costs/Remarks"
                ],
                "summary":"Get Remarks",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentNoSSUs.costs.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-costs-{shipmentCostSeqno}-remarks-get",
                "x-filename-id":"shipmentnossus-shipmentgid-costs-shipmentcostseqno-remarks-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Costs/Remarks"
                ],
                "summary":"Create a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipmentNoSSUs.costs.remarks"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/shipmentNoSSUs.costs.remarks"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.costs.remarks"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentNoSSUs.costs.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-costs-{shipmentCostSeqno}-remarks-post",
                "x-filename-id":"shipmentnossus-shipmentgid-costs-shipmentcostseqno-remarks-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Costs/Remarks"
                ],
                "summary":"Update Remarks",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-costs-{shipmentCostSeqno}-remarks-patch",
                "x-filename-id":"shipmentnossus-shipmentgid-costs-shipmentcostseqno-remarks-patch"
            }
        },
        "/shipmentNoSSUs/{shipmentGid}/costs/{shipmentCostSeqno}/remarks/{remarkSequence}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"shipmentCostSeqno",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"remarkSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Costs/Remarks"
                ],
                "summary":"Get a Remark",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.costs.remarks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-costs-{shipmentCostSeqno}-remarks-{remarkSequence}-get",
                "x-filename-id":"shipmentnossus-shipmentgid-costs-shipmentcostseqno-remarks-remarksequence-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Costs/Remarks"
                ],
                "summary":"Delete a Remark",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-costs-{shipmentCostSeqno}-remarks-{remarkSequence}-delete",
                "x-filename-id":"shipmentnossus-shipmentgid-costs-shipmentcostseqno-remarks-remarksequence-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Costs/Remarks"
                ],
                "summary":"Update a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-costs-{shipmentCostSeqno}-remarks-{remarkSequence}-patch",
                "x-filename-id":"shipmentnossus-shipmentgid-costs-shipmentcostseqno-remarks-remarksequence-patch"
            }
        },
        "/shipmentNoSSUs/{shipmentGid}/costs/{shipmentCostSeqno}/details":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"shipmentCostSeqno",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Costs/Details"
                ],
                "summary":"Get Details",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentNoSSUs.costs.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-costs-{shipmentCostSeqno}-details-get",
                "x-filename-id":"shipmentnossus-shipmentgid-costs-shipmentcostseqno-details-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Costs/Details"
                ],
                "summary":"Create a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipmentNoSSUs.costs.details"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/shipmentNoSSUs.costs.details"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.costs.details"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentNoSSUs.costs.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-costs-{shipmentCostSeqno}-details-post",
                "x-filename-id":"shipmentnossus-shipmentgid-costs-shipmentcostseqno-details-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Costs/Details"
                ],
                "summary":"Update Details",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-costs-{shipmentCostSeqno}-details-patch",
                "x-filename-id":"shipmentnossus-shipmentgid-costs-shipmentcostseqno-details-patch"
            }
        },
        "/shipmentNoSSUs/{shipmentGid}/costs/{shipmentCostSeqno}/details/{detailSeqno}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"shipmentCostSeqno",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"detailSeqno",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Costs/Details"
                ],
                "summary":"Get a Detail",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.costs.details"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-costs-{shipmentCostSeqno}-details-{detailSeqno}-get",
                "x-filename-id":"shipmentnossus-shipmentgid-costs-shipmentcostseqno-details-detailseqno-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Costs/Details"
                ],
                "summary":"Delete a Detail",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-costs-{shipmentCostSeqno}-details-{detailSeqno}-delete",
                "x-filename-id":"shipmentnossus-shipmentgid-costs-shipmentcostseqno-details-detailseqno-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Costs/Details"
                ],
                "summary":"Update a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-costs-{shipmentCostSeqno}-details-{detailSeqno}-patch",
                "x-filename-id":"shipmentnossus-shipmentgid-costs-shipmentcostseqno-details-detailseqno-patch"
            }
        },
        "/shipmentNoSSUs/{shipmentGid}/costs/{shipmentCostSeqno}/refs":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"shipmentCostSeqno",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Costs/Refs"
                ],
                "summary":"Get Refs",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentNoSSUs.costs.refs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-costs-{shipmentCostSeqno}-refs-get",
                "x-filename-id":"shipmentnossus-shipmentgid-costs-shipmentcostseqno-refs-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Costs/Refs"
                ],
                "summary":"Create a Ref",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipmentNoSSUs.costs.refs"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/shipmentNoSSUs.costs.refs"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.costs.refs"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentNoSSUs.costs.refs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-costs-{shipmentCostSeqno}-refs-post",
                "x-filename-id":"shipmentnossus-shipmentgid-costs-shipmentcostseqno-refs-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Costs/Refs"
                ],
                "summary":"Update Refs",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-costs-{shipmentCostSeqno}-refs-patch",
                "x-filename-id":"shipmentnossus-shipmentgid-costs-shipmentcostseqno-refs-patch"
            }
        },
        "/shipmentNoSSUs/{shipmentGid}/costs/{shipmentCostSeqno}/refs/{seqno}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"shipmentCostSeqno",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"seqno",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Costs/Refs"
                ],
                "summary":"Get a Ref",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.costs.refs"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-costs-{shipmentCostSeqno}-refs-{seqno}-get",
                "x-filename-id":"shipmentnossus-shipmentgid-costs-shipmentcostseqno-refs-seqno-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Costs/Refs"
                ],
                "summary":"Delete a Ref",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-costs-{shipmentCostSeqno}-refs-{seqno}-delete",
                "x-filename-id":"shipmentnossus-shipmentgid-costs-shipmentcostseqno-refs-seqno-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Costs/Refs"
                ],
                "summary":"Update a Ref",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-costs-{shipmentCostSeqno}-refs-{seqno}-patch",
                "x-filename-id":"shipmentnossus-shipmentgid-costs-shipmentcostseqno-refs-seqno-patch"
            }
        },
        "/shipmentNoSSUs/{shipmentGid}/stops":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Stops"
                ],
                "summary":"Get Stops",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentNoSSUs.stops"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-stops-get",
                "x-filename-id":"shipmentnossus-shipmentgid-stops-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Stops"
                ],
                "summary":"Create a Stop",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipmentNoSSUs.stops"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/shipmentNoSSUs.stops"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.stops"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentNoSSUs.stops"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-stops-post",
                "x-filename-id":"shipmentnossus-shipmentgid-stops-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Stops"
                ],
                "summary":"Update Stops",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-stops-patch",
                "x-filename-id":"shipmentnossus-shipmentgid-stops-patch"
            }
        },
        "/shipmentNoSSUs/{shipmentGid}/stops/{stopNum}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"stopNum",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Stops"
                ],
                "summary":"Get a Stop",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.stops"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-stops-{stopNum}-get",
                "x-filename-id":"shipmentnossus-shipmentgid-stops-stopnum-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Stops"
                ],
                "summary":"Delete a Stop",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-stops-{stopNum}-delete",
                "x-filename-id":"shipmentnossus-shipmentgid-stops-stopnum-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Stops"
                ],
                "summary":"Update a Stop",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-stops-{stopNum}-patch",
                "x-filename-id":"shipmentnossus-shipmentgid-stops-stopnum-patch"
            }
        },
        "/shipmentNoSSUs/{shipmentGid}/stops/{stopNum}/debriefs":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"stopNum",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Stops/Debriefs"
                ],
                "summary":"Get Debriefs",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentNoSSUs.stops.debriefs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-stops-{stopNum}-debriefs-get",
                "x-filename-id":"shipmentnossus-shipmentgid-stops-stopnum-debriefs-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Stops/Debriefs"
                ],
                "summary":"Create a Debrief",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipmentNoSSUs.stops.debriefs"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/shipmentNoSSUs.stops.debriefs"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.stops.debriefs"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentNoSSUs.stops.debriefs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-stops-{stopNum}-debriefs-post",
                "x-filename-id":"shipmentnossus-shipmentgid-stops-stopnum-debriefs-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Stops/Debriefs"
                ],
                "summary":"Update Debriefs",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-stops-{stopNum}-debriefs-patch",
                "x-filename-id":"shipmentnossus-shipmentgid-stops-stopnum-debriefs-patch"
            }
        },
        "/shipmentNoSSUs/{shipmentGid}/stops/{stopNum}/debriefs/{activityxsequenceNo}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"stopNum",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"activityxsequenceNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Stops/Debriefs"
                ],
                "summary":"Get a Debrief",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.stops.debriefs"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-stops-{stopNum}-debriefs-{activityxsequenceNo}-get",
                "x-filename-id":"shipmentnossus-shipmentgid-stops-stopnum-debriefs-activityxsequenceno-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Stops/Debriefs"
                ],
                "summary":"Delete a Debrief",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-stops-{stopNum}-debriefs-{activityxsequenceNo}-delete",
                "x-filename-id":"shipmentnossus-shipmentgid-stops-stopnum-debriefs-activityxsequenceno-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Stops/Debriefs"
                ],
                "summary":"Update a Debrief",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-stops-{stopNum}-debriefs-{activityxsequenceNo}-patch",
                "x-filename-id":"shipmentnossus-shipmentgid-stops-stopnum-debriefs-activityxsequenceno-patch"
            }
        },
        "/shipmentNoSSUs/{shipmentGid}/stops/{stopNum}/involvedParties":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"stopNum",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Stops/Involved Parties"
                ],
                "summary":"Get Involved Parties",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentNoSSUs.stops.involvedParties"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-stops-{stopNum}-involvedParties-get",
                "x-filename-id":"shipmentnossus-shipmentgid-stops-stopnum-involvedparties-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Stops/Involved Parties"
                ],
                "summary":"Create an Involved Partie",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipmentNoSSUs.stops.involvedParties"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/shipmentNoSSUs.stops.involvedParties"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.stops.involvedParties"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentNoSSUs.stops.involvedParties"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-stops-{stopNum}-involvedParties-post",
                "x-filename-id":"shipmentnossus-shipmentgid-stops-stopnum-involvedparties-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Stops/Involved Parties"
                ],
                "summary":"Update Involved Parties",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-stops-{stopNum}-involvedParties-patch",
                "x-filename-id":"shipmentnossus-shipmentgid-stops-stopnum-involvedparties-patch"
            }
        },
        "/shipmentNoSSUs/{shipmentGid}/stops/{stopNum}/involvedParties/{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"stopNum",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Stops/Involved Parties"
                ],
                "summary":"Get an Involved Partie",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.stops.involvedParties"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-stops-{stopNum}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-get",
                "x-filename-id":"shipmentnossus-shipmentgid-stops-stopnum-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Stops/Involved Parties"
                ],
                "summary":"Delete an Involved Partie",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-stops-{stopNum}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-delete",
                "x-filename-id":"shipmentnossus-shipmentgid-stops-stopnum-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Stops/Involved Parties"
                ],
                "summary":"Update an Involved Partie",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-stops-{stopNum}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-patch",
                "x-filename-id":"shipmentnossus-shipmentgid-stops-stopnum-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-patch"
            }
        },
        "/shipmentNoSSUs/{shipmentGid}/stops/{stopNum}/remarks":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"stopNum",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Stops/Remarks"
                ],
                "summary":"Get Remarks",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentNoSSUs.stops.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-stops-{stopNum}-remarks-get",
                "x-filename-id":"shipmentnossus-shipmentgid-stops-stopnum-remarks-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Stops/Remarks"
                ],
                "summary":"Create a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipmentNoSSUs.stops.remarks"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/shipmentNoSSUs.stops.remarks"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.stops.remarks"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentNoSSUs.stops.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-stops-{stopNum}-remarks-post",
                "x-filename-id":"shipmentnossus-shipmentgid-stops-stopnum-remarks-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Stops/Remarks"
                ],
                "summary":"Update Remarks",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-stops-{stopNum}-remarks-patch",
                "x-filename-id":"shipmentnossus-shipmentgid-stops-stopnum-remarks-patch"
            }
        },
        "/shipmentNoSSUs/{shipmentGid}/stops/{stopNum}/remarks/{remarkSequence}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"stopNum",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"remarkSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Stops/Remarks"
                ],
                "summary":"Get a Remark",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.stops.remarks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-stops-{stopNum}-remarks-{remarkSequence}-get",
                "x-filename-id":"shipmentnossus-shipmentgid-stops-stopnum-remarks-remarksequence-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Stops/Remarks"
                ],
                "summary":"Delete a Remark",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-stops-{stopNum}-remarks-{remarkSequence}-delete",
                "x-filename-id":"shipmentnossus-shipmentgid-stops-stopnum-remarks-remarksequence-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Stops/Remarks"
                ],
                "summary":"Update a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-stops-{stopNum}-remarks-{remarkSequence}-patch",
                "x-filename-id":"shipmentnossus-shipmentgid-stops-stopnum-remarks-remarksequence-patch"
            }
        },
        "/shipmentNoSSUs/{shipmentGid}/stops/{stopNum}/refnums":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"stopNum",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Stops/Refnums"
                ],
                "summary":"Get Refnums",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentNoSSUs.stops.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-stops-{stopNum}-refnums-get",
                "x-filename-id":"shipmentnossus-shipmentgid-stops-stopnum-refnums-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Stops/Refnums"
                ],
                "summary":"Create a Refnum",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipmentNoSSUs.stops.refnums"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/shipmentNoSSUs.stops.refnums"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.stops.refnums"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentNoSSUs.stops.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-stops-{stopNum}-refnums-post",
                "x-filename-id":"shipmentnossus-shipmentgid-stops-stopnum-refnums-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Stops/Refnums"
                ],
                "summary":"Update Refnums",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-stops-{stopNum}-refnums-patch",
                "x-filename-id":"shipmentnossus-shipmentgid-stops-stopnum-refnums-patch"
            }
        },
        "/shipmentNoSSUs/{shipmentGid}/stops/{stopNum}/refnums/{shipmentStopRefnumQualGidxshipmentStopRefnumValue}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"stopNum",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"shipmentStopRefnumQualGidxshipmentStopRefnumValue",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Stops/Refnums"
                ],
                "summary":"Get a Refnum",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.stops.refnums"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-stops-{stopNum}-refnums-{shipmentStopRefnumQualGidxshipmentStopRefnumValue}-get",
                "x-filename-id":"shipmentnossus-shipmentgid-stops-stopnum-refnums-shipmentstoprefnumqualgidxshipmentstoprefnumvalue-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Stops/Refnums"
                ],
                "summary":"Delete a Refnum",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-stops-{stopNum}-refnums-{shipmentStopRefnumQualGidxshipmentStopRefnumValue}-delete",
                "x-filename-id":"shipmentnossus-shipmentgid-stops-stopnum-refnums-shipmentstoprefnumqualgidxshipmentstoprefnumvalue-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Stops/Refnums"
                ],
                "summary":"Update a Refnum",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-stops-{stopNum}-refnums-{shipmentStopRefnumQualGidxshipmentStopRefnumValue}-patch",
                "x-filename-id":"shipmentnossus-shipmentgid-stops-stopnum-refnums-shipmentstoprefnumqualgidxshipmentstoprefnumvalue-patch"
            }
        },
        "/shipmentNoSSUs/{shipmentGid}/stops/{stopNum}/details":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"stopNum",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Stops/Details"
                ],
                "summary":"Get Details",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentNoSSUs.stops.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-stops-{stopNum}-details-get",
                "x-filename-id":"shipmentnossus-shipmentgid-stops-stopnum-details-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Stops/Details"
                ],
                "summary":"Create a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipmentNoSSUs.stops.details"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/shipmentNoSSUs.stops.details"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.stops.details"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentNoSSUs.stops.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-stops-{stopNum}-details-post",
                "x-filename-id":"shipmentnossus-shipmentgid-stops-stopnum-details-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Stops/Details"
                ],
                "summary":"Update Details",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-stops-{stopNum}-details-patch",
                "x-filename-id":"shipmentnossus-shipmentgid-stops-stopnum-details-patch"
            }
        },
        "/shipmentNoSSUs/{shipmentGid}/stops/{stopNum}/details/{sShipUnitGid}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"stopNum",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Stops/Details"
                ],
                "summary":"Get a Detail",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.stops.details"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-get",
                "x-filename-id":"shipmentnossus-shipmentgid-stops-stopnum-details-sshipunitgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Stops/Details"
                ],
                "summary":"Delete a Detail",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-delete",
                "x-filename-id":"shipmentnossus-shipmentgid-stops-stopnum-details-sshipunitgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Stops/Details"
                ],
                "summary":"Update a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-patch",
                "x-filename-id":"shipmentnossus-shipmentgid-stops-stopnum-details-sshipunitgid-patch"
            }
        },
        "/shipmentNoSSUs/{shipmentGid}/stops/{stopNum}/details/{sShipUnitGid}/sShipUnits":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"stopNum",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Stops/Details/S Ship Units"
                ],
                "summary":"Get S Ship Units",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentNoSSUs.stops.details.sShipUnits"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-sShipUnits-get",
                "x-filename-id":"shipmentnossus-shipmentgid-stops-stopnum-details-sshipunitgid-sshipunits-get"
            }
        },
        "/shipmentNoSSUs/{shipmentGid}/stops/{stopNum}/details/{sShipUnitGid}/sShipUnits/{sShipUnitGid}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"stopNum",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Stops/Details/S Ship Units"
                ],
                "summary":"Get a S Ship Unit",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.stops.details.sShipUnits"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-sShipUnits-{sShipUnitGid}-get",
                "x-filename-id":"shipmentnossus-shipmentgid-stops-stopnum-details-sshipunitgid-sshipunits-sshipunitgid-get"
            }
        },
        "/shipmentNoSSUs/{shipmentGid}/stops/{stopNum}/details/{sShipUnitGid}/sShipUnits/{sShipUnitGid}/refnums":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"stopNum",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Stops/Details/S Ship Units/Refnums"
                ],
                "summary":"Get Refnums",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentNoSSUs.stops.details.sShipUnits.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-sShipUnits-{sShipUnitGid}-refnums-get",
                "x-filename-id":"shipmentnossus-shipmentgid-stops-stopnum-details-sshipunitgid-sshipunits-sshipunitgid-refnums-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Stops/Details/S Ship Units/Refnums"
                ],
                "summary":"Create a Refnum",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipmentNoSSUs.stops.details.sShipUnits.refnums"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/shipmentNoSSUs.stops.details.sShipUnits.refnums"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.stops.details.sShipUnits.refnums"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentNoSSUs.stops.details.sShipUnits.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-sShipUnits-{sShipUnitGid}-refnums-post",
                "x-filename-id":"shipmentnossus-shipmentgid-stops-stopnum-details-sshipunitgid-sshipunits-sshipunitgid-refnums-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Stops/Details/S Ship Units/Refnums"
                ],
                "summary":"Update Refnums",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-sShipUnits-{sShipUnitGid}-refnums-patch",
                "x-filename-id":"shipmentnossus-shipmentgid-stops-stopnum-details-sshipunitgid-sshipunits-sshipunitgid-refnums-patch"
            }
        },
        "/shipmentNoSSUs/{shipmentGid}/stops/{stopNum}/details/{sShipUnitGid}/sShipUnits/{sShipUnitGid}/refnums/{sShipUnitRefnumQualGidxrefnumValue}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"stopNum",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitRefnumQualGidxrefnumValue",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Stops/Details/S Ship Units/Refnums"
                ],
                "summary":"Get a Refnum",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.stops.details.sShipUnits.refnums"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-sShipUnits-{sShipUnitGid}-refnums-{sShipUnitRefnumQualGidxrefnumValue}-get",
                "x-filename-id":"shipmentnossus-shipmentgid-stops-stopnum-details-sshipunitgid-sshipunits-sshipunitgid-refnums-sshipunitrefnumqualgidxrefnumvalue-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Stops/Details/S Ship Units/Refnums"
                ],
                "summary":"Delete a Refnum",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-sShipUnits-{sShipUnitGid}-refnums-{sShipUnitRefnumQualGidxrefnumValue}-delete",
                "x-filename-id":"shipmentnossus-shipmentgid-stops-stopnum-details-sshipunitgid-sshipunits-sshipunitgid-refnums-sshipunitrefnumqualgidxrefnumvalue-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Stops/Details/S Ship Units/Refnums"
                ],
                "summary":"Update a Refnum",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-sShipUnits-{sShipUnitGid}-refnums-{sShipUnitRefnumQualGidxrefnumValue}-patch",
                "x-filename-id":"shipmentnossus-shipmentgid-stops-stopnum-details-sshipunitgid-sshipunits-sshipunitgid-refnums-sshipunitrefnumqualgidxrefnumvalue-patch"
            }
        },
        "/shipmentNoSSUs/{shipmentGid}/stops/{stopNum}/details/{sShipUnitGid}/sShipUnits/{sShipUnitGid}/accessorials":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"stopNum",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Stops/Details/S Ship Units/Accessorials"
                ],
                "summary":"Get Accessorials",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentNoSSUs.stops.details.sShipUnits.accessorials"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-sShipUnits-{sShipUnitGid}-accessorials-get",
                "x-filename-id":"shipmentnossus-shipmentgid-stops-stopnum-details-sshipunitgid-sshipunits-sshipunitgid-accessorials-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Stops/Details/S Ship Units/Accessorials"
                ],
                "summary":"Create an Accessorial",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipmentNoSSUs.stops.details.sShipUnits.accessorials"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/shipmentNoSSUs.stops.details.sShipUnits.accessorials"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.stops.details.sShipUnits.accessorials"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentNoSSUs.stops.details.sShipUnits.accessorials"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-sShipUnits-{sShipUnitGid}-accessorials-post",
                "x-filename-id":"shipmentnossus-shipmentgid-stops-stopnum-details-sshipunitgid-sshipunits-sshipunitgid-accessorials-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Stops/Details/S Ship Units/Accessorials"
                ],
                "summary":"Update Accessorials",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-sShipUnits-{sShipUnitGid}-accessorials-patch",
                "x-filename-id":"shipmentnossus-shipmentgid-stops-stopnum-details-sshipunitgid-sshipunits-sshipunitgid-accessorials-patch"
            }
        },
        "/shipmentNoSSUs/{shipmentGid}/stops/{stopNum}/details/{sShipUnitGid}/sShipUnits/{sShipUnitGid}/accessorials/{accessorialCodeGid}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"stopNum",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"accessorialCodeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Stops/Details/S Ship Units/Accessorials"
                ],
                "summary":"Get an Accessorial",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.stops.details.sShipUnits.accessorials"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-sShipUnits-{sShipUnitGid}-accessorials-{accessorialCodeGid}-get",
                "x-filename-id":"shipmentnossus-shipmentgid-stops-stopnum-details-sshipunitgid-sshipunits-sshipunitgid-accessorials-accessorialcodegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Stops/Details/S Ship Units/Accessorials"
                ],
                "summary":"Delete an Accessorial",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-sShipUnits-{sShipUnitGid}-accessorials-{accessorialCodeGid}-delete",
                "x-filename-id":"shipmentnossus-shipmentgid-stops-stopnum-details-sshipunitgid-sshipunits-sshipunitgid-accessorials-accessorialcodegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Stops/Details/S Ship Units/Accessorials"
                ],
                "summary":"Update an Accessorial",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-sShipUnits-{sShipUnitGid}-accessorials-{accessorialCodeGid}-patch",
                "x-filename-id":"shipmentnossus-shipmentgid-stops-stopnum-details-sshipunitgid-sshipunits-sshipunitgid-accessorials-accessorialcodegid-patch"
            }
        },
        "/shipmentNoSSUs/{shipmentGid}/stops/{stopNum}/details/{sShipUnitGid}/sShipUnits/{sShipUnitGid}/seals":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"stopNum",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Stops/Details/S Ship Units/Seals"
                ],
                "summary":"Get Seals",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentNoSSUs.stops.details.sShipUnits.seals"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-sShipUnits-{sShipUnitGid}-seals-get",
                "x-filename-id":"shipmentnossus-shipmentgid-stops-stopnum-details-sshipunitgid-sshipunits-sshipunitgid-seals-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Stops/Details/S Ship Units/Seals"
                ],
                "summary":"Create a Seal",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipmentNoSSUs.stops.details.sShipUnits.seals"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/shipmentNoSSUs.stops.details.sShipUnits.seals"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.stops.details.sShipUnits.seals"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentNoSSUs.stops.details.sShipUnits.seals"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-sShipUnits-{sShipUnitGid}-seals-post",
                "x-filename-id":"shipmentnossus-shipmentgid-stops-stopnum-details-sshipunitgid-sshipunits-sshipunitgid-seals-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Stops/Details/S Ship Units/Seals"
                ],
                "summary":"Update Seals",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-sShipUnits-{sShipUnitGid}-seals-patch",
                "x-filename-id":"shipmentnossus-shipmentgid-stops-stopnum-details-sshipunitgid-sshipunits-sshipunitgid-seals-patch"
            }
        },
        "/shipmentNoSSUs/{shipmentGid}/stops/{stopNum}/details/{sShipUnitGid}/sShipUnits/{sShipUnitGid}/seals/{equipmentSeal}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"stopNum",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"equipmentSeal",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Stops/Details/S Ship Units/Seals"
                ],
                "summary":"Get a Seal",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.stops.details.sShipUnits.seals"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-sShipUnits-{sShipUnitGid}-seals-{equipmentSeal}-get",
                "x-filename-id":"shipmentnossus-shipmentgid-stops-stopnum-details-sshipunitgid-sshipunits-sshipunitgid-seals-equipmentseal-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Stops/Details/S Ship Units/Seals"
                ],
                "summary":"Delete a Seal",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-sShipUnits-{sShipUnitGid}-seals-{equipmentSeal}-delete",
                "x-filename-id":"shipmentnossus-shipmentgid-stops-stopnum-details-sshipunitgid-sshipunits-sshipunitgid-seals-equipmentseal-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Stops/Details/S Ship Units/Seals"
                ],
                "summary":"Update a Seal",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-sShipUnits-{sShipUnitGid}-seals-{equipmentSeal}-patch",
                "x-filename-id":"shipmentnossus-shipmentgid-stops-stopnum-details-sshipunitgid-sshipunits-sshipunitgid-seals-equipmentseal-patch"
            }
        },
        "/shipmentNoSSUs/{shipmentGid}/stops/{stopNum}/details/{sShipUnitGid}/sShipUnits/{sShipUnitGid}/sEquipments":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"stopNum",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Stops/Details/S Ship Units/S Equipments"
                ],
                "summary":"Get S Equipments",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentNoSSUs.stops.details.sShipUnits.sEquipments"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-sShipUnits-{sShipUnitGid}-sEquipments-get",
                "x-filename-id":"shipmentnossus-shipmentgid-stops-stopnum-details-sshipunitgid-sshipunits-sshipunitgid-sequipments-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Stops/Details/S Ship Units/S Equipments"
                ],
                "summary":"Create a S Equipment",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipmentNoSSUs.stops.details.sShipUnits.sEquipments"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/shipmentNoSSUs.stops.details.sShipUnits.sEquipments"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.stops.details.sShipUnits.sEquipments"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentNoSSUs.stops.details.sShipUnits.sEquipments"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-sShipUnits-{sShipUnitGid}-sEquipments-post",
                "x-filename-id":"shipmentnossus-shipmentgid-stops-stopnum-details-sshipunitgid-sshipunits-sshipunitgid-sequipments-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Stops/Details/S Ship Units/S Equipments"
                ],
                "summary":"Update S Equipments",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-sShipUnits-{sShipUnitGid}-sEquipments-patch",
                "x-filename-id":"shipmentnossus-shipmentgid-stops-stopnum-details-sshipunitgid-sshipunits-sshipunitgid-sequipments-patch"
            }
        },
        "/shipmentNoSSUs/{shipmentGid}/stops/{stopNum}/details/{sShipUnitGid}/sShipUnits/{sShipUnitGid}/sEquipments/{sEquipmentGid}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"stopNum",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sEquipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Stops/Details/S Ship Units/S Equipments"
                ],
                "summary":"Get a S Equipment",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.stops.details.sShipUnits.sEquipments"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-sShipUnits-{sShipUnitGid}-sEquipments-{sEquipmentGid}-get",
                "x-filename-id":"shipmentnossus-shipmentgid-stops-stopnum-details-sshipunitgid-sshipunits-sshipunitgid-sequipments-sequipmentgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Stops/Details/S Ship Units/S Equipments"
                ],
                "summary":"Delete a S Equipment",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-sShipUnits-{sShipUnitGid}-sEquipments-{sEquipmentGid}-delete",
                "x-filename-id":"shipmentnossus-shipmentgid-stops-stopnum-details-sshipunitgid-sshipunits-sshipunitgid-sequipments-sequipmentgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Stops/Details/S Ship Units/S Equipments"
                ],
                "summary":"Update a S Equipment",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-sShipUnits-{sShipUnitGid}-sEquipments-{sEquipmentGid}-patch",
                "x-filename-id":"shipmentnossus-shipmentgid-stops-stopnum-details-sshipunitgid-sshipunits-sshipunitgid-sequipments-sequipmentgid-patch"
            }
        },
        "/shipmentNoSSUs/{shipmentGid}/stops/{stopNum}/details/{sShipUnitGid}/sShipUnits/{sShipUnitGid}/lines":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"stopNum",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Stops/Details/S Ship Units/Lines"
                ],
                "summary":"Get Lines",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentNoSSUs.stops.details.sShipUnits.lines"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-sShipUnits-{sShipUnitGid}-lines-get",
                "x-filename-id":"shipmentnossus-shipmentgid-stops-stopnum-details-sshipunitgid-sshipunits-sshipunitgid-lines-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Stops/Details/S Ship Units/Lines"
                ],
                "summary":"Create a Line",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipmentNoSSUs.stops.details.sShipUnits.lines"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/shipmentNoSSUs.stops.details.sShipUnits.lines"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.stops.details.sShipUnits.lines"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentNoSSUs.stops.details.sShipUnits.lines"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-sShipUnits-{sShipUnitGid}-lines-post",
                "x-filename-id":"shipmentnossus-shipmentgid-stops-stopnum-details-sshipunitgid-sshipunits-sshipunitgid-lines-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Stops/Details/S Ship Units/Lines"
                ],
                "summary":"Update Lines",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-sShipUnits-{sShipUnitGid}-lines-patch",
                "x-filename-id":"shipmentnossus-shipmentgid-stops-stopnum-details-sshipunitgid-sshipunits-sshipunitgid-lines-patch"
            }
        },
        "/shipmentNoSSUs/{shipmentGid}/stops/{stopNum}/details/{sShipUnitGid}/sShipUnits/{sShipUnitGid}/lines/{sShipUnitLineNo}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"stopNum",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitLineNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Stops/Details/S Ship Units/Lines"
                ],
                "summary":"Get a Line",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.stops.details.sShipUnits.lines"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-sShipUnits-{sShipUnitGid}-lines-{sShipUnitLineNo}-get",
                "x-filename-id":"shipmentnossus-shipmentgid-stops-stopnum-details-sshipunitgid-sshipunits-sshipunitgid-lines-sshipunitlineno-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Stops/Details/S Ship Units/Lines"
                ],
                "summary":"Delete a Line",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-sShipUnits-{sShipUnitGid}-lines-{sShipUnitLineNo}-delete",
                "x-filename-id":"shipmentnossus-shipmentgid-stops-stopnum-details-sshipunitgid-sshipunits-sshipunitgid-lines-sshipunitlineno-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Stops/Details/S Ship Units/Lines"
                ],
                "summary":"Update a Line",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-sShipUnits-{sShipUnitGid}-lines-{sShipUnitLineNo}-patch",
                "x-filename-id":"shipmentnossus-shipmentgid-stops-stopnum-details-sshipunitgid-sshipunits-sshipunitgid-lines-sshipunitlineno-patch"
            }
        },
        "/shipmentNoSSUs/{shipmentGid}/stops/{stopNum}/details/{sShipUnitGid}/sShipUnits/{sShipUnitGid}/lines/{sShipUnitLineNo}/remarks":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"stopNum",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitLineNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Stops/Details/S Ship Units/Lines/Remarks"
                ],
                "summary":"Get Remarks",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentNoSSUs.stops.details.sShipUnits.lines.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-sShipUnits-{sShipUnitGid}-lines-{sShipUnitLineNo}-remarks-get",
                "x-filename-id":"shipmentnossus-shipmentgid-stops-stopnum-details-sshipunitgid-sshipunits-sshipunitgid-lines-sshipunitlineno-remarks-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Stops/Details/S Ship Units/Lines/Remarks"
                ],
                "summary":"Create a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipmentNoSSUs.stops.details.sShipUnits.lines.remarks"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/shipmentNoSSUs.stops.details.sShipUnits.lines.remarks"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.stops.details.sShipUnits.lines.remarks"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentNoSSUs.stops.details.sShipUnits.lines.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-sShipUnits-{sShipUnitGid}-lines-{sShipUnitLineNo}-remarks-post",
                "x-filename-id":"shipmentnossus-shipmentgid-stops-stopnum-details-sshipunitgid-sshipunits-sshipunitgid-lines-sshipunitlineno-remarks-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Stops/Details/S Ship Units/Lines/Remarks"
                ],
                "summary":"Update Remarks",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-sShipUnits-{sShipUnitGid}-lines-{sShipUnitLineNo}-remarks-patch",
                "x-filename-id":"shipmentnossus-shipmentgid-stops-stopnum-details-sshipunitgid-sshipunits-sshipunitgid-lines-sshipunitlineno-remarks-patch"
            }
        },
        "/shipmentNoSSUs/{shipmentGid}/stops/{stopNum}/details/{sShipUnitGid}/sShipUnits/{sShipUnitGid}/lines/{sShipUnitLineNo}/remarks/{remarkSequence}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"stopNum",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitLineNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"remarkSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Stops/Details/S Ship Units/Lines/Remarks"
                ],
                "summary":"Get a Remark",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.stops.details.sShipUnits.lines.remarks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-sShipUnits-{sShipUnitGid}-lines-{sShipUnitLineNo}-remarks-{remarkSequence}-get",
                "x-filename-id":"shipmentnossus-shipmentgid-stops-stopnum-details-sshipunitgid-sshipunits-sshipunitgid-lines-sshipunitlineno-remarks-remarksequence-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Stops/Details/S Ship Units/Lines/Remarks"
                ],
                "summary":"Delete a Remark",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-sShipUnits-{sShipUnitGid}-lines-{sShipUnitLineNo}-remarks-{remarkSequence}-delete",
                "x-filename-id":"shipmentnossus-shipmentgid-stops-stopnum-details-sshipunitgid-sshipunits-sshipunitgid-lines-sshipunitlineno-remarks-remarksequence-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Stops/Details/S Ship Units/Lines/Remarks"
                ],
                "summary":"Update a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-sShipUnits-{sShipUnitGid}-lines-{sShipUnitLineNo}-remarks-{remarkSequence}-patch",
                "x-filename-id":"shipmentnossus-shipmentgid-stops-stopnum-details-sshipunitgid-sshipunits-sshipunitgid-lines-sshipunitlineno-remarks-remarksequence-patch"
            }
        },
        "/shipmentNoSSUs/{shipmentGid}/stops/{stopNum}/details/{sShipUnitGid}/sShipUnits/{sShipUnitGid}/lines/{sShipUnitLineNo}/refnums":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"stopNum",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitLineNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Stops/Details/S Ship Units/Lines/Refnums"
                ],
                "summary":"Get Refnums",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentNoSSUs.stops.details.sShipUnits.lines.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-sShipUnits-{sShipUnitGid}-lines-{sShipUnitLineNo}-refnums-get",
                "x-filename-id":"shipmentnossus-shipmentgid-stops-stopnum-details-sshipunitgid-sshipunits-sshipunitgid-lines-sshipunitlineno-refnums-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Stops/Details/S Ship Units/Lines/Refnums"
                ],
                "summary":"Create a Refnum",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipmentNoSSUs.stops.details.sShipUnits.lines.refnums"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/shipmentNoSSUs.stops.details.sShipUnits.lines.refnums"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.stops.details.sShipUnits.lines.refnums"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentNoSSUs.stops.details.sShipUnits.lines.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-sShipUnits-{sShipUnitGid}-lines-{sShipUnitLineNo}-refnums-post",
                "x-filename-id":"shipmentnossus-shipmentgid-stops-stopnum-details-sshipunitgid-sshipunits-sshipunitgid-lines-sshipunitlineno-refnums-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Stops/Details/S Ship Units/Lines/Refnums"
                ],
                "summary":"Update Refnums",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-sShipUnits-{sShipUnitGid}-lines-{sShipUnitLineNo}-refnums-patch",
                "x-filename-id":"shipmentnossus-shipmentgid-stops-stopnum-details-sshipunitgid-sshipunits-sshipunitgid-lines-sshipunitlineno-refnums-patch"
            }
        },
        "/shipmentNoSSUs/{shipmentGid}/stops/{stopNum}/details/{sShipUnitGid}/sShipUnits/{sShipUnitGid}/lines/{sShipUnitLineNo}/refnums/{sSulRefnumQualGidxrefnumValue}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"stopNum",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitLineNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sSulRefnumQualGidxrefnumValue",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Stops/Details/S Ship Units/Lines/Refnums"
                ],
                "summary":"Get a Refnum",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.stops.details.sShipUnits.lines.refnums"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"2-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-sShipUnits-{sShipUnitGid}-lines-{sShipUnitLineNo}-refnums-{sSulRefnumQualGidxrefnumValue}-get",
                "x-filename-id":"2-shipmentgid-stops-stopnum-details-sshipunitgid-sshipunits-sshipunitgid-lines-sshipunitlineno-refnums-ssulrefnumqualgidxrefnumvalue-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Stops/Details/S Ship Units/Lines/Refnums"
                ],
                "summary":"Delete a Refnum",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"2-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-sShipUnits-{sShipUnitGid}-lines-{sShipUnitLineNo}-refnums-{sSulRefnumQualGidxrefnumValue}-delete",
                "x-filename-id":"2-shipmentgid-stops-stopnum-details-sshipunitgid-sshipunits-sshipunitgid-lines-sshipunitlineno-refnums-ssulrefnumqualgidxrefnumvalue-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Stops/Details/S Ship Units/Lines/Refnums"
                ],
                "summary":"Update a Refnum",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"2-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-sShipUnits-{sShipUnitGid}-lines-{sShipUnitLineNo}-refnums-{sSulRefnumQualGidxrefnumValue}-patch",
                "x-filename-id":"2-shipmentgid-stops-stopnum-details-sshipunitgid-sshipunits-sshipunitgid-lines-sshipunitlineno-refnums-ssulrefnumqualgidxrefnumvalue-patch"
            }
        },
        "/shipmentNoSSUs/{shipmentGid}/stops/{stopNum}/details/{sShipUnitGid}/sShipUnits/{sShipUnitGid}/specialServices":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"stopNum",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Stops/Details/S Ship Units/Special Services"
                ],
                "summary":"Get Special Services",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentNoSSUs.stops.details.sShipUnits.specialServices"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-sShipUnits-{sShipUnitGid}-specialServices-get",
                "x-filename-id":"shipmentnossus-shipmentgid-stops-stopnum-details-sshipunitgid-sshipunits-sshipunitgid-specialservices-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Stops/Details/S Ship Units/Special Services"
                ],
                "summary":"Create a Special Service",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipmentNoSSUs.stops.details.sShipUnits.specialServices"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/shipmentNoSSUs.stops.details.sShipUnits.specialServices"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.stops.details.sShipUnits.specialServices"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentNoSSUs.stops.details.sShipUnits.specialServices"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-sShipUnits-{sShipUnitGid}-specialServices-post",
                "x-filename-id":"shipmentnossus-shipmentgid-stops-stopnum-details-sshipunitgid-sshipunits-sshipunitgid-specialservices-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Stops/Details/S Ship Units/Special Services"
                ],
                "summary":"Update Special Services",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-sShipUnits-{sShipUnitGid}-specialServices-patch",
                "x-filename-id":"shipmentnossus-shipmentgid-stops-stopnum-details-sshipunitgid-sshipunits-sshipunitgid-specialservices-patch"
            }
        },
        "/shipmentNoSSUs/{shipmentGid}/stops/{stopNum}/details/{sShipUnitGid}/sShipUnits/{sShipUnitGid}/specialServices/{specialServiceGid}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"stopNum",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"specialServiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Stops/Details/S Ship Units/Special Services"
                ],
                "summary":"Get a Special Service",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.stops.details.sShipUnits.specialServices"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-sShipUnits-{sShipUnitGid}-specialServices-{specialServiceGid}-get",
                "x-filename-id":"shipmentnossus-shipmentgid-stops-stopnum-details-sshipunitgid-sshipunits-sshipunitgid-specialservices-specialservicegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Stops/Details/S Ship Units/Special Services"
                ],
                "summary":"Delete a Special Service",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-sShipUnits-{sShipUnitGid}-specialServices-{specialServiceGid}-delete",
                "x-filename-id":"shipmentnossus-shipmentgid-stops-stopnum-details-sshipunitgid-sshipunits-sshipunitgid-specialservices-specialservicegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Stops/Details/S Ship Units/Special Services"
                ],
                "summary":"Update a Special Service",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-sShipUnits-{sShipUnitGid}-specialServices-{specialServiceGid}-patch",
                "x-filename-id":"shipmentnossus-shipmentgid-stops-stopnum-details-sshipunitgid-sshipunits-sshipunitgid-specialservices-specialservicegid-patch"
            }
        },
        "/shipmentNoSSUs/{shipmentGid}/stops/{stopNum}/details/{sShipUnitGid}/sShipUnits/{sShipUnitGid}/remarks":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"stopNum",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Stops/Details/S Ship Units/Remarks"
                ],
                "summary":"Get Remarks",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentNoSSUs.stops.details.sShipUnits.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-sShipUnits-{sShipUnitGid}-remarks-get",
                "x-filename-id":"shipmentnossus-shipmentgid-stops-stopnum-details-sshipunitgid-sshipunits-sshipunitgid-remarks-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Stops/Details/S Ship Units/Remarks"
                ],
                "summary":"Create a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipmentNoSSUs.stops.details.sShipUnits.remarks"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/shipmentNoSSUs.stops.details.sShipUnits.remarks"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.stops.details.sShipUnits.remarks"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentNoSSUs.stops.details.sShipUnits.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-sShipUnits-{sShipUnitGid}-remarks-post",
                "x-filename-id":"shipmentnossus-shipmentgid-stops-stopnum-details-sshipunitgid-sshipunits-sshipunitgid-remarks-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Stops/Details/S Ship Units/Remarks"
                ],
                "summary":"Update Remarks",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-sShipUnits-{sShipUnitGid}-remarks-patch",
                "x-filename-id":"shipmentnossus-shipmentgid-stops-stopnum-details-sshipunitgid-sshipunits-sshipunitgid-remarks-patch"
            }
        },
        "/shipmentNoSSUs/{shipmentGid}/stops/{stopNum}/details/{sShipUnitGid}/sShipUnits/{sShipUnitGid}/remarks/{remarkSequence}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"stopNum",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"remarkSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Stops/Details/S Ship Units/Remarks"
                ],
                "summary":"Get a Remark",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.stops.details.sShipUnits.remarks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-sShipUnits-{sShipUnitGid}-remarks-{remarkSequence}-get",
                "x-filename-id":"shipmentnossus-shipmentgid-stops-stopnum-details-sshipunitgid-sshipunits-sshipunitgid-remarks-remarksequence-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Stops/Details/S Ship Units/Remarks"
                ],
                "summary":"Delete a Remark",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-sShipUnits-{sShipUnitGid}-remarks-{remarkSequence}-delete",
                "x-filename-id":"shipmentnossus-shipmentgid-stops-stopnum-details-sshipunitgid-sshipunits-sshipunitgid-remarks-remarksequence-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Stops/Details/S Ship Units/Remarks"
                ],
                "summary":"Update a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-sShipUnits-{sShipUnitGid}-remarks-{remarkSequence}-patch",
                "x-filename-id":"shipmentnossus-shipmentgid-stops-stopnum-details-sshipunitgid-sshipunits-sshipunitgid-remarks-remarksequence-patch"
            }
        },
        "/shipmentNoSSUs/{shipmentGid}/stops/{stopNum}/details/{sShipUnitGid}/sShipUnits/{sShipUnitGid}/pieces":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"stopNum",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Stops/Details/S Ship Units/Pieces"
                ],
                "summary":"Get Pieces",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentNoSSUs.stops.details.sShipUnits.pieces"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-sShipUnits-{sShipUnitGid}-pieces-get",
                "x-filename-id":"shipmentnossus-shipmentgid-stops-stopnum-details-sshipunitgid-sshipunits-sshipunitgid-pieces-get"
            }
        },
        "/shipmentNoSSUs/{shipmentGid}/stops/{stopNum}/details/{sShipUnitGid}/sShipUnits/{sShipUnitGid}/pieces/{pieceNumber}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"stopNum",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"pieceNumber",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Stops/Details/S Ship Units/Pieces"
                ],
                "summary":"Get a Piece",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.stops.details.sShipUnits.pieces"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-sShipUnits-{sShipUnitGid}-pieces-{pieceNumber}-get",
                "x-filename-id":"shipmentnossus-shipmentgid-stops-stopnum-details-sshipunitgid-sshipunits-sshipunitgid-pieces-piecenumber-get"
            }
        },
        "/shipmentNoSSUs/{shipmentGid}/stops/{stopNum}/details/{sShipUnitGid}/involvedParties":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"stopNum",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Stops/Details/Involved Parties"
                ],
                "summary":"Get Involved Parties",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentNoSSUs.stops.details.involvedParties"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-involvedParties-get",
                "x-filename-id":"shipmentnossus-shipmentgid-stops-stopnum-details-sshipunitgid-involvedparties-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Stops/Details/Involved Parties"
                ],
                "summary":"Create an Involved Partie",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipmentNoSSUs.stops.details.involvedParties"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/shipmentNoSSUs.stops.details.involvedParties"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.stops.details.involvedParties"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentNoSSUs.stops.details.involvedParties"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-involvedParties-post",
                "x-filename-id":"shipmentnossus-shipmentgid-stops-stopnum-details-sshipunitgid-involvedparties-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Stops/Details/Involved Parties"
                ],
                "summary":"Update Involved Parties",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-involvedParties-patch",
                "x-filename-id":"shipmentnossus-shipmentgid-stops-stopnum-details-sshipunitgid-involvedparties-patch"
            }
        },
        "/shipmentNoSSUs/{shipmentGid}/stops/{stopNum}/details/{sShipUnitGid}/involvedParties/{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"stopNum",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Stops/Details/Involved Parties"
                ],
                "summary":"Get an Involved Partie",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.stops.details.involvedParties"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-get",
                "x-filename-id":"shipmentnossus-shipmentgid-stops-stopnum-details-sshipunitgid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Stops/Details/Involved Parties"
                ],
                "summary":"Delete an Involved Partie",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-delete",
                "x-filename-id":"shipmentnossus-shipmentgid-stops-stopnum-details-sshipunitgid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Stops/Details/Involved Parties"
                ],
                "summary":"Update an Involved Partie",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-patch",
                "x-filename-id":"shipmentnossus-shipmentgid-stops-stopnum-details-sshipunitgid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-patch"
            }
        },
        "/shipmentNoSSUs/{shipmentGid}/involvedParties":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Involved Parties"
                ],
                "summary":"Get Involved Parties",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentNoSSUs.involvedParties"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-involvedParties-get",
                "x-filename-id":"shipmentnossus-shipmentgid-involvedparties-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Involved Parties"
                ],
                "summary":"Create an Involved Partie",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipmentNoSSUs.involvedParties"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/shipmentNoSSUs.involvedParties"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.involvedParties"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentNoSSUs.involvedParties"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-involvedParties-post",
                "x-filename-id":"shipmentnossus-shipmentgid-involvedparties-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Involved Parties"
                ],
                "summary":"Update Involved Parties",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-involvedParties-patch",
                "x-filename-id":"shipmentnossus-shipmentgid-involvedparties-patch"
            }
        },
        "/shipmentNoSSUs/{shipmentGid}/involvedParties/{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Involved Parties"
                ],
                "summary":"Get an Involved Partie",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.involvedParties"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-get",
                "x-filename-id":"shipmentnossus-shipmentgid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Involved Parties"
                ],
                "summary":"Delete an Involved Partie",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-delete",
                "x-filename-id":"shipmentnossus-shipmentgid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Involved Parties"
                ],
                "summary":"Update an Involved Partie",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-patch",
                "x-filename-id":"shipmentnossus-shipmentgid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-patch"
            }
        },
        "/shipmentNoSSUs/{shipmentGid}/involvedParties/{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}/overrideAddresses":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Involved Parties/Override Addresses"
                ],
                "summary":"Get Override Addresses",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentNoSSUs.involvedParties.overrideAddresses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-overrideAddresses-get",
                "x-filename-id":"shipmentnossus-shipmentgid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-overrideaddresses-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Involved Parties/Override Addresses"
                ],
                "summary":"Create an Override Addresse",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipmentNoSSUs.involvedParties.overrideAddresses"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/shipmentNoSSUs.involvedParties.overrideAddresses"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.involvedParties.overrideAddresses"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentNoSSUs.involvedParties.overrideAddresses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-overrideAddresses-post",
                "x-filename-id":"shipmentnossus-shipmentgid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-overrideaddresses-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Involved Parties/Override Addresses"
                ],
                "summary":"Update Override Addresses",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-overrideAddresses-patch",
                "x-filename-id":"shipmentnossus-shipmentgid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-overrideaddresses-patch"
            }
        },
        "/shipmentNoSSUs/{shipmentGid}/involvedParties/{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}/overrideAddresses/{lineSequence}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"lineSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Involved Parties/Override Addresses"
                ],
                "summary":"Get an Override Addresse",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.involvedParties.overrideAddresses"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-overrideAddresses-{lineSequence}-get",
                "x-filename-id":"shipmentnossus-shipmentgid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-overrideaddresses-linesequence-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Involved Parties/Override Addresses"
                ],
                "summary":"Delete an Override Addresse",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-overrideAddresses-{lineSequence}-delete",
                "x-filename-id":"shipmentnossus-shipmentgid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-overrideaddresses-linesequence-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Involved Parties/Override Addresses"
                ],
                "summary":"Update an Override Addresse",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-overrideAddresses-{lineSequence}-patch",
                "x-filename-id":"shipmentnossus-shipmentgid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-overrideaddresses-linesequence-patch"
            }
        },
        "/shipmentNoSSUs/{shipmentGid}/refnums":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Refnums"
                ],
                "summary":"Get Refnums",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentNoSSUs.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-refnums-get",
                "x-filename-id":"shipmentnossus-shipmentgid-refnums-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Refnums"
                ],
                "summary":"Create a Refnum",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipmentNoSSUs.refnums"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/shipmentNoSSUs.refnums"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.refnums"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentNoSSUs.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-refnums-post",
                "x-filename-id":"shipmentnossus-shipmentgid-refnums-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Refnums"
                ],
                "summary":"Update Refnums",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-refnums-patch",
                "x-filename-id":"shipmentnossus-shipmentgid-refnums-patch"
            }
        },
        "/shipmentNoSSUs/{shipmentGid}/refnums/{shipmentRefnumQualGidxshipmentRefnumValue}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"shipmentRefnumQualGidxshipmentRefnumValue",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Refnums"
                ],
                "summary":"Get a Refnum",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.refnums"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-refnums-{shipmentRefnumQualGidxshipmentRefnumValue}-get",
                "x-filename-id":"shipmentnossus-shipmentgid-refnums-shipmentrefnumqualgidxshipmentrefnumvalue-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Refnums"
                ],
                "summary":"Delete a Refnum",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-refnums-{shipmentRefnumQualGidxshipmentRefnumValue}-delete",
                "x-filename-id":"shipmentnossus-shipmentgid-refnums-shipmentrefnumqualgidxshipmentrefnumvalue-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Refnums"
                ],
                "summary":"Update a Refnum",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-refnums-{shipmentRefnumQualGidxshipmentRefnumValue}-patch",
                "x-filename-id":"shipmentnossus-shipmentgid-refnums-shipmentrefnumqualgidxshipmentrefnumvalue-patch"
            }
        },
        "/shipmentNoSSUs/{shipmentGid}/trackingEvents":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Tracking Events"
                ],
                "summary":"Get Tracking Events",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentNoSSUs.trackingEvents"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-trackingEvents-get",
                "x-filename-id":"shipmentnossus-shipmentgid-trackingevents-get"
            }
        },
        "/shipmentNoSSUs/{shipmentGid}/trackingEvents/{iTransactionNo}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"iTransactionNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Tracking Events"
                ],
                "summary":"Get a Tracking Event",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.trackingEvents"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-trackingEvents-{iTransactionNo}-get",
                "x-filename-id":"shipmentnossus-shipmentgid-trackingevents-itransactionno-get"
            }
        },
        "/shipmentNoSSUs/{shipmentGid}/documents":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Documents"
                ],
                "summary":"Get Documents",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentNoSSUs.documents"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-documents-get",
                "x-filename-id":"shipmentnossus-shipmentgid-documents-get"
            }
        },
        "/shipmentNoSSUs/{shipmentGid}/documents/{documentGid}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Documents"
                ],
                "summary":"Get a Document",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.documents"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-documents-{documentGid}-get",
                "x-filename-id":"shipmentnossus-shipmentgid-documents-documentgid-get"
            }
        },
        "/shipmentNoSSUs/{shipmentGid}/allocations":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Allocations"
                ],
                "summary":"Get Allocations",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentNoSSUs.allocations"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-allocations-get",
                "x-filename-id":"shipmentnossus-shipmentgid-allocations-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Allocations"
                ],
                "summary":"Create an Allocation",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipmentNoSSUs.allocations"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/shipmentNoSSUs.allocations"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.allocations"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentNoSSUs.allocations"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-allocations-post",
                "x-filename-id":"shipmentnossus-shipmentgid-allocations-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Allocations"
                ],
                "summary":"Update Allocations",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-allocations-patch",
                "x-filename-id":"shipmentnossus-shipmentgid-allocations-patch"
            }
        },
        "/shipmentNoSSUs/{shipmentGid}/allocations/{allocSeqNo}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"allocSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Allocations"
                ],
                "summary":"Get an Allocation",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.allocations"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-allocations-{allocSeqNo}-get",
                "x-filename-id":"shipmentnossus-shipmentgid-allocations-allocseqno-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Allocations"
                ],
                "summary":"Delete an Allocation",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-allocations-{allocSeqNo}-delete",
                "x-filename-id":"shipmentnossus-shipmentgid-allocations-allocseqno-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Allocations"
                ],
                "summary":"Update an Allocation",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-allocations-{allocSeqNo}-patch",
                "x-filename-id":"shipmentnossus-shipmentgid-allocations-allocseqno-patch"
            }
        },
        "/shipmentNoSSUs/{shipmentGid}/allocations/{allocSeqNo}/orderAllocations":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"allocSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Allocations/Order Allocations"
                ],
                "summary":"Get Order Allocations",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentNoSSUs.allocations.orderAllocations"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-allocations-{allocSeqNo}-orderAllocations-get",
                "x-filename-id":"shipmentnossus-shipmentgid-allocations-allocseqno-orderallocations-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Allocations/Order Allocations"
                ],
                "summary":"Create an Order Allocation",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipmentNoSSUs.allocations.orderAllocations"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/shipmentNoSSUs.allocations.orderAllocations"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.allocations.orderAllocations"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentNoSSUs.allocations.orderAllocations"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-allocations-{allocSeqNo}-orderAllocations-post",
                "x-filename-id":"shipmentnossus-shipmentgid-allocations-allocseqno-orderallocations-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Allocations/Order Allocations"
                ],
                "summary":"Update Order Allocations",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-allocations-{allocSeqNo}-orderAllocations-patch",
                "x-filename-id":"shipmentnossus-shipmentgid-allocations-allocseqno-orderallocations-patch"
            }
        },
        "/shipmentNoSSUs/{shipmentGid}/allocations/{allocSeqNo}/orderAllocations/{allocCostSeqno}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"allocSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"allocCostSeqno",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Allocations/Order Allocations"
                ],
                "summary":"Get an Order Allocation",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.allocations.orderAllocations"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-allocations-{allocSeqNo}-orderAllocations-{allocCostSeqno}-get",
                "x-filename-id":"shipmentnossus-shipmentgid-allocations-allocseqno-orderallocations-alloccostseqno-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Allocations/Order Allocations"
                ],
                "summary":"Delete an Order Allocation",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-allocations-{allocSeqNo}-orderAllocations-{allocCostSeqno}-delete",
                "x-filename-id":"shipmentnossus-shipmentgid-allocations-allocseqno-orderallocations-alloccostseqno-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Allocations/Order Allocations"
                ],
                "summary":"Update an Order Allocation",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-allocations-{allocSeqNo}-orderAllocations-{allocCostSeqno}-patch",
                "x-filename-id":"shipmentnossus-shipmentgid-allocations-allocseqno-orderallocations-alloccostseqno-patch"
            }
        },
        "/shipmentNoSSUs/{shipmentGid}/allocations/{allocSeqNo}/orderLineAllocations":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"allocSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Allocations/Order Line Allocations"
                ],
                "summary":"Get Order Line Allocations",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentNoSSUs.allocations.orderLineAllocations"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-allocations-{allocSeqNo}-orderLineAllocations-get",
                "x-filename-id":"shipmentnossus-shipmentgid-allocations-allocseqno-orderlineallocations-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Allocations/Order Line Allocations"
                ],
                "summary":"Create an Order Line Allocation",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipmentNoSSUs.allocations.orderLineAllocations"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/shipmentNoSSUs.allocations.orderLineAllocations"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.allocations.orderLineAllocations"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentNoSSUs.allocations.orderLineAllocations"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-allocations-{allocSeqNo}-orderLineAllocations-post",
                "x-filename-id":"shipmentnossus-shipmentgid-allocations-allocseqno-orderlineallocations-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Allocations/Order Line Allocations"
                ],
                "summary":"Update Order Line Allocations",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-allocations-{allocSeqNo}-orderLineAllocations-patch",
                "x-filename-id":"shipmentnossus-shipmentgid-allocations-allocseqno-orderlineallocations-patch"
            }
        },
        "/shipmentNoSSUs/{shipmentGid}/allocations/{allocSeqNo}/orderLineAllocations/{allocCostSeqno}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"allocSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"allocCostSeqno",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Allocations/Order Line Allocations"
                ],
                "summary":"Get an Order Line Allocation",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.allocations.orderLineAllocations"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-allocations-{allocSeqNo}-orderLineAllocations-{allocCostSeqno}-get",
                "x-filename-id":"shipmentnossus-shipmentgid-allocations-allocseqno-orderlineallocations-alloccostseqno-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Allocations/Order Line Allocations"
                ],
                "summary":"Delete an Order Line Allocation",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-allocations-{allocSeqNo}-orderLineAllocations-{allocCostSeqno}-delete",
                "x-filename-id":"shipmentnossus-shipmentgid-allocations-allocseqno-orderlineallocations-alloccostseqno-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Allocations/Order Line Allocations"
                ],
                "summary":"Update an Order Line Allocation",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-allocations-{allocSeqNo}-orderLineAllocations-{allocCostSeqno}-patch",
                "x-filename-id":"shipmentnossus-shipmentgid-allocations-allocseqno-orderlineallocations-alloccostseqno-patch"
            }
        },
        "/shipmentNoSSUs/{shipmentGid}/allocations/{allocSeqNo}/orderBaseLineAllocations":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"allocSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Allocations/Order Base Line Allocations"
                ],
                "summary":"Get Order Base Line Allocations",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentNoSSUs.allocations.orderBaseLineAllocations"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-allocations-{allocSeqNo}-orderBaseLineAllocations-get",
                "x-filename-id":"shipmentnossus-shipmentgid-allocations-allocseqno-orderbaselineallocations-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Allocations/Order Base Line Allocations"
                ],
                "summary":"Create an Order Base Line Allocation",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipmentNoSSUs.allocations.orderBaseLineAllocations"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/shipmentNoSSUs.allocations.orderBaseLineAllocations"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.allocations.orderBaseLineAllocations"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentNoSSUs.allocations.orderBaseLineAllocations"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-allocations-{allocSeqNo}-orderBaseLineAllocations-post",
                "x-filename-id":"shipmentnossus-shipmentgid-allocations-allocseqno-orderbaselineallocations-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Allocations/Order Base Line Allocations"
                ],
                "summary":"Update Order Base Line Allocations",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-allocations-{allocSeqNo}-orderBaseLineAllocations-patch",
                "x-filename-id":"shipmentnossus-shipmentgid-allocations-allocseqno-orderbaselineallocations-patch"
            }
        },
        "/shipmentNoSSUs/{shipmentGid}/allocations/{allocSeqNo}/orderBaseLineAllocations/{allocCostSeqno}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"allocSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"allocCostSeqno",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Allocations/Order Base Line Allocations"
                ],
                "summary":"Get an Order Base Line Allocation",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.allocations.orderBaseLineAllocations"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-allocations-{allocSeqNo}-orderBaseLineAllocations-{allocCostSeqno}-get",
                "x-filename-id":"shipmentnossus-shipmentgid-allocations-allocseqno-orderbaselineallocations-alloccostseqno-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Allocations/Order Base Line Allocations"
                ],
                "summary":"Delete an Order Base Line Allocation",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-allocations-{allocSeqNo}-orderBaseLineAllocations-{allocCostSeqno}-delete",
                "x-filename-id":"shipmentnossus-shipmentgid-allocations-allocseqno-orderbaselineallocations-alloccostseqno-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Allocations/Order Base Line Allocations"
                ],
                "summary":"Update an Order Base Line Allocation",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-allocations-{allocSeqNo}-orderBaseLineAllocations-{allocCostSeqno}-patch",
                "x-filename-id":"shipmentnossus-shipmentgid-allocations-allocseqno-orderbaselineallocations-alloccostseqno-patch"
            }
        },
        "/shipmentNoSSUs/{shipmentGid}/tenders":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Tenders"
                ],
                "summary":"Get Tenders",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentNoSSUs.tenders"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-tenders-get",
                "x-filename-id":"shipmentnossus-shipmentgid-tenders-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Tenders"
                ],
                "summary":"Create a Tender",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipmentNoSSUs.tenders"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/shipmentNoSSUs.tenders"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.tenders"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentNoSSUs.tenders"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-tenders-post",
                "x-filename-id":"shipmentnossus-shipmentgid-tenders-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Tenders"
                ],
                "summary":"Update Tenders",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-tenders-patch",
                "x-filename-id":"shipmentnossus-shipmentgid-tenders-patch"
            }
        },
        "/shipmentNoSSUs/{shipmentGid}/tenders/{iTransactionNo}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"iTransactionNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Tenders"
                ],
                "summary":"Get a Tender",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.tenders"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-tenders-{iTransactionNo}-get",
                "x-filename-id":"shipmentnossus-shipmentgid-tenders-itransactionno-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Tenders"
                ],
                "summary":"Delete a Tender",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-tenders-{iTransactionNo}-delete",
                "x-filename-id":"shipmentnossus-shipmentgid-tenders-itransactionno-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment No S S Us/Tenders"
                ],
                "summary":"Update a Tender",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentNoSSUs-{shipmentGid}-tenders-{iTransactionNo}-patch",
                "x-filename-id":"shipmentnossus-shipmentgid-tenders-itransactionno-patch"
            }
        },
        "/servicePreferenceParameters":{
            "get":{
                "tags":[
                    "Power Data/Service Preference Parameters"
                ],
                "summary":"Get Service Preference Parameters",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/servicePreferenceParameters"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"servicePreferenceParameters-get",
                "x-filename-id":"servicepreferenceparameters-get"
            },
            "post":{
                "tags":[
                    "Power Data/Service Preference Parameters"
                ],
                "summary":"Create a Service Preference Parameter",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/servicePreferenceParameters"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/servicePreferenceParameters"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"servicePreferenceParameters-post",
                "x-filename-id":"servicepreferenceparameters-post"
            }
        },
        "/servicePreferenceParameters/{gtmServicePrefParamGid}":{
            "parameters":[
                {
                    "name":"gtmServicePrefParamGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Service Preference Parameters"
                ],
                "summary":"Get a Service Preference Parameter",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/servicePreferenceParameters"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"servicePreferenceParameters-{gtmServicePrefParamGid}-get",
                "x-filename-id":"servicepreferenceparameters-gtmserviceprefparamgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Service Preference Parameters"
                ],
                "summary":"Delete a Service Preference Parameter",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"servicePreferenceParameters-{gtmServicePrefParamGid}-delete",
                "x-filename-id":"servicepreferenceparameters-gtmserviceprefparamgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Service Preference Parameters"
                ],
                "summary":"Update a Service Preference Parameter",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"servicePreferenceParameters-{gtmServicePrefParamGid}-patch",
                "x-filename-id":"servicepreferenceparameters-gtmserviceprefparamgid-patch"
            }
        },
        "/servicePreferenceParameters/{gtmServicePrefParamGid}/details":{
            "parameters":[
                {
                    "name":"gtmServicePrefParamGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Service Preference Parameters/Details"
                ],
                "summary":"Get Details",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/servicePreferenceParameters.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"servicePreferenceParameters-{gtmServicePrefParamGid}-details-get",
                "x-filename-id":"servicepreferenceparameters-gtmserviceprefparamgid-details-get"
            },
            "post":{
                "tags":[
                    "Power Data/Service Preference Parameters/Details"
                ],
                "summary":"Create a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/servicePreferenceParameters.details"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/servicePreferenceParameters.details"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/servicePreferenceParameters.details"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/servicePreferenceParameters.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"servicePreferenceParameters-{gtmServicePrefParamGid}-details-post",
                "x-filename-id":"servicepreferenceparameters-gtmserviceprefparamgid-details-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Service Preference Parameters/Details"
                ],
                "summary":"Update Details",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"servicePreferenceParameters-{gtmServicePrefParamGid}-details-patch",
                "x-filename-id":"servicepreferenceparameters-gtmserviceprefparamgid-details-patch"
            }
        },
        "/servicePreferenceParameters/{gtmServicePrefParamGid}/details/{parameterName}":{
            "parameters":[
                {
                    "name":"gtmServicePrefParamGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"parameterName",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Service Preference Parameters/Details"
                ],
                "summary":"Get a Detail",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/servicePreferenceParameters.details"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"servicePreferenceParameters-{gtmServicePrefParamGid}-details-{parameterName}-get",
                "x-filename-id":"servicepreferenceparameters-gtmserviceprefparamgid-details-parametername-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Service Preference Parameters/Details"
                ],
                "summary":"Delete a Detail",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"servicePreferenceParameters-{gtmServicePrefParamGid}-details-{parameterName}-delete",
                "x-filename-id":"servicepreferenceparameters-gtmserviceprefparamgid-details-parametername-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Service Preference Parameters/Details"
                ],
                "summary":"Update a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"servicePreferenceParameters-{gtmServicePrefParamGid}-details-{parameterName}-patch",
                "x-filename-id":"servicepreferenceparameters-gtmserviceprefparamgid-details-parametername-patch"
            }
        },
        "/preferenceCriterias":{
            "get":{
                "tags":[
                    "Power Data/Preference Criteria"
                ],
                "summary":"Get Preference Criteria",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/preferenceCriterias"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"preferenceCriterias-get",
                "x-filename-id":"preferencecriterias-get"
            },
            "post":{
                "tags":[
                    "Power Data/Preference Criteria"
                ],
                "summary":"Create a Preference Criterion",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/preferenceCriterias"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/preferenceCriterias"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"preferenceCriterias-post",
                "x-filename-id":"preferencecriterias-post"
            }
        },
        "/preferenceCriterias/{qfPreferenceCriteriaGid}":{
            "parameters":[
                {
                    "name":"qfPreferenceCriteriaGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Preference Criteria"
                ],
                "summary":"Get a Preference Criterion",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/preferenceCriterias"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"preferenceCriterias-{qfPreferenceCriteriaGid}-get",
                "x-filename-id":"preferencecriterias-qfpreferencecriteriagid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Preference Criteria"
                ],
                "summary":"Delete a Preference Criterion",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"preferenceCriterias-{qfPreferenceCriteriaGid}-delete",
                "x-filename-id":"preferencecriterias-qfpreferencecriteriagid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Preference Criteria"
                ],
                "summary":"Update a Preference Criterion",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"preferenceCriterias-{qfPreferenceCriteriaGid}-patch",
                "x-filename-id":"preferencecriterias-qfpreferencecriteriagid-patch"
            }
        },
        "/countryCodes":{
            "get":{
                "tags":[
                    "Power Data/Country Codes"
                ],
                "summary":"Get Country Codes",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/countryCodes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"countryCodes-get",
                "x-filename-id":"countrycodes-get"
            },
            "post":{
                "tags":[
                    "Power Data/Country Codes"
                ],
                "summary":"Create a Country Code",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/countryCodes"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/countryCodes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"countryCodes-post",
                "x-filename-id":"countrycodes-post"
            }
        },
        "/countryCodes/{countryCode3Gid}":{
            "parameters":[
                {
                    "name":"countryCode3Gid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Country Codes"
                ],
                "summary":"Get a Country Code",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/countryCodes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"countryCodes-{countryCode3Gid}-get",
                "x-filename-id":"countrycodes-countrycode3gid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Country Codes"
                ],
                "summary":"Delete a Country Code",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"countryCodes-{countryCode3Gid}-delete",
                "x-filename-id":"countrycodes-countrycode3gid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Country Codes"
                ],
                "summary":"Update a Country Code",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"countryCodes-{countryCode3Gid}-patch",
                "x-filename-id":"countrycodes-countrycode3gid-patch"
            }
        },
        "/orderBaseLineReferenceNumberQualifiers":{
            "get":{
                "tags":[
                    "Power Data/Order Base Line Reference Number Qualifiers"
                ],
                "summary":"Get Order Base Line Reference Number Qualifiers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderBaseLineReferenceNumberQualifiers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBaseLineReferenceNumberQualifiers-get",
                "x-filename-id":"orderbaselinereferencenumberqualifiers-get"
            },
            "post":{
                "tags":[
                    "Power Data/Order Base Line Reference Number Qualifiers"
                ],
                "summary":"Create an Order Base Line Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/orderBaseLineReferenceNumberQualifiers"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderBaseLineReferenceNumberQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBaseLineReferenceNumberQualifiers-post",
                "x-filename-id":"orderbaselinereferencenumberqualifiers-post"
            }
        },
        "/orderBaseLineReferenceNumberQualifiers/{obLineRefnumQualGid}":{
            "parameters":[
                {
                    "name":"obLineRefnumQualGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Order Base Line Reference Number Qualifiers"
                ],
                "summary":"Get an Order Base Line Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderBaseLineReferenceNumberQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBaseLineReferenceNumberQualifiers-{obLineRefnumQualGid}-get",
                "x-filename-id":"orderbaselinereferencenumberqualifiers-oblinerefnumqualgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Order Base Line Reference Number Qualifiers"
                ],
                "summary":"Delete an Order Base Line Reference Number Qualifier",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBaseLineReferenceNumberQualifiers-{obLineRefnumQualGid}-delete",
                "x-filename-id":"orderbaselinereferencenumberqualifiers-oblinerefnumqualgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Order Base Line Reference Number Qualifiers"
                ],
                "summary":"Update an Order Base Line Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBaseLineReferenceNumberQualifiers-{obLineRefnumQualGid}-patch",
                "x-filename-id":"orderbaselinereferencenumberqualifiers-oblinerefnumqualgid-patch"
            }
        },
        "/declarationReferenceNumberQualifiers":{
            "get":{
                "tags":[
                    "Power Data/Declaration Reference Number Qualifiers"
                ],
                "summary":"Get Declaration Reference Number Qualifiers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/declarationReferenceNumberQualifiers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"declarationReferenceNumberQualifiers-get",
                "x-filename-id":"declarationreferencenumberqualifiers-get"
            },
            "post":{
                "tags":[
                    "Power Data/Declaration Reference Number Qualifiers"
                ],
                "summary":"Create a Declaration Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/declarationReferenceNumberQualifiers"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/declarationReferenceNumberQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"declarationReferenceNumberQualifiers-post",
                "x-filename-id":"declarationreferencenumberqualifiers-post"
            }
        },
        "/declarationReferenceNumberQualifiers/{gtmTransRefnumQualGid}":{
            "parameters":[
                {
                    "name":"gtmTransRefnumQualGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Declaration Reference Number Qualifiers"
                ],
                "summary":"Get a Declaration Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/declarationReferenceNumberQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"declarationReferenceNumberQualifiers-{gtmTransRefnumQualGid}-get",
                "x-filename-id":"declarationreferencenumberqualifiers-gtmtransrefnumqualgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Declaration Reference Number Qualifiers"
                ],
                "summary":"Delete a Declaration Reference Number Qualifier",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"declarationReferenceNumberQualifiers-{gtmTransRefnumQualGid}-delete",
                "x-filename-id":"declarationreferencenumberqualifiers-gtmtransrefnumqualgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Declaration Reference Number Qualifiers"
                ],
                "summary":"Update a Declaration Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"declarationReferenceNumberQualifiers-{gtmTransRefnumQualGid}-patch",
                "x-filename-id":"declarationreferencenumberqualifiers-gtmtransrefnumqualgid-patch"
            }
        },
        "/consolidationProfiles":{
            "get":{
                "tags":[
                    "Power Data/Consolidation Profiles"
                ],
                "summary":"Get Consolidation Profiles",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/consolidationProfiles"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"consolidationProfiles-get",
                "x-filename-id":"consolidationprofiles-get"
            },
            "post":{
                "tags":[
                    "Power Data/Consolidation Profiles"
                ],
                "summary":"Create a Consolidation Profile",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/consolidationProfiles"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/consolidationProfiles"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"consolidationProfiles-post",
                "x-filename-id":"consolidationprofiles-post"
            }
        },
        "/consolidationProfiles/{consolidationProfileGid}":{
            "parameters":[
                {
                    "name":"consolidationProfileGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Consolidation Profiles"
                ],
                "summary":"Get a Consolidation Profile",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/consolidationProfiles"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"consolidationProfiles-{consolidationProfileGid}-get",
                "x-filename-id":"consolidationprofiles-consolidationprofilegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Consolidation Profiles"
                ],
                "summary":"Delete a Consolidation Profile",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"consolidationProfiles-{consolidationProfileGid}-delete",
                "x-filename-id":"consolidationprofiles-consolidationprofilegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Consolidation Profiles"
                ],
                "summary":"Update a Consolidation Profile",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"consolidationProfiles-{consolidationProfileGid}-patch",
                "x-filename-id":"consolidationprofiles-consolidationprofilegid-patch"
            }
        },
        "/payableIndicators":{
            "get":{
                "tags":[
                    "Power Data/Payable Indicators"
                ],
                "summary":"Get Payable Indicators",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/payableIndicators"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"payableIndicators-get",
                "x-filename-id":"payableindicators-get"
            },
            "post":{
                "tags":[
                    "Power Data/Payable Indicators"
                ],
                "summary":"Create a Payable Indicator",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/payableIndicators"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/payableIndicators"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"payableIndicators-post",
                "x-filename-id":"payableindicators-post"
            }
        },
        "/payableIndicators/{payableIndicatorGid}":{
            "parameters":[
                {
                    "name":"payableIndicatorGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Payable Indicators"
                ],
                "summary":"Get a Payable Indicator",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/payableIndicators"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"payableIndicators-{payableIndicatorGid}-get",
                "x-filename-id":"payableindicators-payableindicatorgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Payable Indicators"
                ],
                "summary":"Delete a Payable Indicator",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"payableIndicators-{payableIndicatorGid}-delete",
                "x-filename-id":"payableindicators-payableindicatorgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Payable Indicators"
                ],
                "summary":"Update a Payable Indicator",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"payableIndicators-{payableIndicatorGid}-patch",
                "x-filename-id":"payableindicators-payableindicatorgid-patch"
            }
        },
        "/rateRecords":{
            "get":{
                "tags":[
                    "Business Objects/Rate Records"
                ],
                "summary":"Get Rate Records",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/rateRecords"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateRecords-get",
                "x-filename-id":"raterecords-get"
            }
        },
        "/rateRecords/{rateGeoGid}":{
            "parameters":[
                {
                    "name":"rateGeoGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Rate Records"
                ],
                "summary":"Get a Rate Record",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateRecords"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateRecords-{rateGeoGid}-get",
                "x-filename-id":"raterecords-rategeogid-get"
            }
        },
        "/rateRecords/{rateGeoGid}/accessorials":{
            "parameters":[
                {
                    "name":"rateGeoGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Rate Records/Accessorials"
                ],
                "summary":"Get Accessorials",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/rateRecords.accessorials"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateRecords-{rateGeoGid}-accessorials-get",
                "x-filename-id":"raterecords-rategeogid-accessorials-get"
            }
        },
        "/rateRecords/{rateGeoGid}/accessorials/{accessorialCostGidxaccessorialCodeGid}":{
            "parameters":[
                {
                    "name":"rateGeoGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"accessorialCostGidxaccessorialCodeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Rate Records/Accessorials"
                ],
                "summary":"Get an Accessorial",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateRecords.accessorials"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateRecords-{rateGeoGid}-accessorials-{accessorialCostGidxaccessorialCodeGid}-get",
                "x-filename-id":"raterecords-rategeogid-accessorials-accessorialcostgidxaccessorialcodegid-get"
            }
        },
        "/rateRecords/{rateGeoGid}/stopRates":{
            "parameters":[
                {
                    "name":"rateGeoGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Rate Records/Stop Rates"
                ],
                "summary":"Get Stop Rates",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/rateRecords.stopRates"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateRecords-{rateGeoGid}-stopRates-get",
                "x-filename-id":"raterecords-rategeogid-stoprates-get"
            }
        },
        "/rateRecords/{rateGeoGid}/stopRates/{lowStopxhighStop}":{
            "parameters":[
                {
                    "name":"rateGeoGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"lowStopxhighStop",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Rate Records/Stop Rates"
                ],
                "summary":"Get a Stop Rate",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateRecords.stopRates"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateRecords-{rateGeoGid}-stopRates-{lowStopxhighStop}-get",
                "x-filename-id":"raterecords-rategeogid-stoprates-lowstopxhighstop-get"
            }
        },
        "/rateRecords/{rateGeoGid}/specialServices":{
            "parameters":[
                {
                    "name":"rateGeoGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Rate Records/Special Services"
                ],
                "summary":"Get Special Services",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/rateRecords.specialServices"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateRecords-{rateGeoGid}-specialServices-get",
                "x-filename-id":"raterecords-rategeogid-specialservices-get"
            }
        },
        "/rateRecords/{rateGeoGid}/specialServices/{specialServiceGid}":{
            "parameters":[
                {
                    "name":"rateGeoGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"specialServiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Rate Records/Special Services"
                ],
                "summary":"Get a Special Service",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateRecords.specialServices"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateRecords-{rateGeoGid}-specialServices-{specialServiceGid}-get",
                "x-filename-id":"raterecords-rategeogid-specialservices-specialservicegid-get"
            }
        },
        "/rateRecords/{rateGeoGid}/specialServices/{specialServiceGid}/accessorials":{
            "parameters":[
                {
                    "name":"rateGeoGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"specialServiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Rate Records/Special Services/Accessorials"
                ],
                "summary":"Get Accessorials",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/rateRecords.specialServices.accessorials"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateRecords-{rateGeoGid}-specialServices-{specialServiceGid}-accessorials-get",
                "x-filename-id":"raterecords-rategeogid-specialservices-specialservicegid-accessorials-get"
            }
        },
        "/rateRecords/{rateGeoGid}/specialServices/{specialServiceGid}/accessorials/{accessorialCostGidxaccessorialCodeGid}":{
            "parameters":[
                {
                    "name":"rateGeoGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"specialServiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"accessorialCostGidxaccessorialCodeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Rate Records/Special Services/Accessorials"
                ],
                "summary":"Get an Accessorial",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateRecords.specialServices.accessorials"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateRecords-{rateGeoGid}-specialServices-{specialServiceGid}-accessorials-{accessorialCostGidxaccessorialCodeGid}-get",
                "x-filename-id":"raterecords-rategeogid-specialservices-specialservicegid-accessorials-accessorialcostgidxaccessorialcodegid-get"
            }
        },
        "/rateRecords/{rateGeoGid}/costGroups":{
            "parameters":[
                {
                    "name":"rateGeoGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Rate Records/Cost Groups"
                ],
                "summary":"Get Cost Groups",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/rateRecords.costGroups"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateRecords-{rateGeoGid}-costGroups-get",
                "x-filename-id":"raterecords-rategeogid-costgroups-get"
            }
        },
        "/rateRecords/{rateGeoGid}/costGroups/{rateGeoCostGroupGid}":{
            "parameters":[
                {
                    "name":"rateGeoGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"rateGeoCostGroupGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Rate Records/Cost Groups"
                ],
                "summary":"Get a Cost Group",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateRecords.costGroups"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateRecords-{rateGeoGid}-costGroups-{rateGeoCostGroupGid}-get",
                "x-filename-id":"raterecords-rategeogid-costgroups-rategeocostgroupgid-get"
            }
        },
        "/rateRecords/{rateGeoGid}/costGroups/{rateGeoCostGroupGid}/costs":{
            "parameters":[
                {
                    "name":"rateGeoGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"rateGeoCostGroupGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Rate Records/Cost Groups/Costs"
                ],
                "summary":"Get Costs",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/rateRecords.costGroups.costs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateRecords-{rateGeoGid}-costGroups-{rateGeoCostGroupGid}-costs-get",
                "x-filename-id":"raterecords-rategeogid-costgroups-rategeocostgroupgid-costs-get"
            }
        },
        "/rateRecords/{rateGeoGid}/costGroups/{rateGeoCostGroupGid}/costs/{rateGeoCostSeq}":{
            "parameters":[
                {
                    "name":"rateGeoGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"rateGeoCostGroupGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"rateGeoCostSeq",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Rate Records/Cost Groups/Costs"
                ],
                "summary":"Get a Cost",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateRecords.costGroups.costs"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateRecords-{rateGeoGid}-costGroups-{rateGeoCostGroupGid}-costs-{rateGeoCostSeq}-get",
                "x-filename-id":"raterecords-rategeogid-costgroups-rategeocostgroupgid-costs-rategeocostseq-get"
            }
        },
        "/rateRecords/{rateGeoGid}/remarks":{
            "parameters":[
                {
                    "name":"rateGeoGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Rate Records/Remarks"
                ],
                "summary":"Get Remarks",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/rateRecords.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateRecords-{rateGeoGid}-remarks-get",
                "x-filename-id":"raterecords-rategeogid-remarks-get"
            }
        },
        "/rateRecords/{rateGeoGid}/remarks/{remarkSequence}":{
            "parameters":[
                {
                    "name":"rateGeoGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"remarkSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Rate Records/Remarks"
                ],
                "summary":"Get a Remark",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateRecords.remarks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateRecords-{rateGeoGid}-remarks-{remarkSequence}-get",
                "x-filename-id":"raterecords-rategeogid-remarks-remarksequence-get"
            }
        },
        "/rateRecords/{rateGeoGid}/refnums":{
            "parameters":[
                {
                    "name":"rateGeoGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Rate Records/Reference Numbers"
                ],
                "summary":"Get Reference Numbers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/rateRecords.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateRecords-{rateGeoGid}-refnums-get",
                "x-filename-id":"raterecords-rategeogid-refnums-get"
            }
        },
        "/rateRecords/{rateGeoGid}/refnums/{rateGeoRefnumQualGidxrateGeoRefnumValue}":{
            "parameters":[
                {
                    "name":"rateGeoGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"rateGeoRefnumQualGidxrateGeoRefnumValue",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Rate Records/Reference Numbers"
                ],
                "summary":"Get a Reference Number",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateRecords.refnums"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateRecords-{rateGeoGid}-refnums-{rateGeoRefnumQualGidxrateGeoRefnumValue}-get",
                "x-filename-id":"raterecords-rategeogid-refnums-rategeorefnumqualgidxrategeorefnumvalue-get"
            }
        },
        "/rateRecords/{rateGeoGid}/nmfcCodeSubstitutes":{
            "parameters":[
                {
                    "name":"rateGeoGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Rate Records/NMFC Code Substitutes"
                ],
                "summary":"Get NMFC Code Substitutes",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/rateRecords.nmfcCodeSubstitutes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateRecords-{rateGeoGid}-nmfcCodeSubstitutes-get",
                "x-filename-id":"raterecords-rategeogid-nmfccodesubstitutes-get"
            }
        },
        "/rateRecords/{rateGeoGid}/nmfcCodeSubstitutes/{roNmfccsSeqNum}":{
            "parameters":[
                {
                    "name":"rateGeoGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"roNmfccsSeqNum",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Rate Records/NMFC Code Substitutes"
                ],
                "summary":"Get a NMFC Code Substitute",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateRecords.nmfcCodeSubstitutes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateRecords-{rateGeoGid}-nmfcCodeSubstitutes-{roNmfccsSeqNum}-get",
                "x-filename-id":"raterecords-rategeogid-nmfccodesubstitutes-ronmfccsseqnum-get"
            }
        },
        "/rateRecords/{rateGeoGid}/smcDiscounts":{
            "parameters":[
                {
                    "name":"rateGeoGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Rate Records/SMC Discounts"
                ],
                "summary":"Get SMC Discounts",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/rateRecords.smcDiscounts"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateRecords-{rateGeoGid}-smcDiscounts-get",
                "x-filename-id":"raterecords-rategeogid-smcdiscounts-get"
            }
        },
        "/rateRecords/{rateGeoGid}/smcDiscounts/{smcDiscSeqNum}":{
            "parameters":[
                {
                    "name":"rateGeoGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"smcDiscSeqNum",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Rate Records/SMC Discounts"
                ],
                "summary":"Get a SMC Discount",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateRecords.smcDiscounts"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateRecords-{rateGeoGid}-smcDiscounts-{smcDiscSeqNum}-get",
                "x-filename-id":"raterecords-rategeogid-smcdiscounts-smcdiscseqnum-get"
            }
        },
        "/rateRecords/{rateGeoGid}/documents":{
            "parameters":[
                {
                    "name":"rateGeoGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Rate Records/Documents"
                ],
                "summary":"Get Documents",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/rateRecords.documents"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateRecords-{rateGeoGid}-documents-get",
                "x-filename-id":"raterecords-rategeogid-documents-get"
            }
        },
        "/rateRecords/{rateGeoGid}/documents/{documentGid}":{
            "parameters":[
                {
                    "name":"rateGeoGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Rate Records/Documents"
                ],
                "summary":"Get a Document",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateRecords.documents"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateRecords-{rateGeoGid}-documents-{documentGid}-get",
                "x-filename-id":"raterecords-rategeogid-documents-documentgid-get"
            }
        },
        "/orderReleases":{
            "get":{
                "tags":[
                    "Business Objects/Order Releases"
                ],
                "summary":"Get Order Releases",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderReleases"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-get",
                "x-filename-id":"orderreleases-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Order Releases"
                ],
                "summary":"Create an Order Release",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/orderReleases"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderReleases"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-post",
                "x-filename-id":"orderreleases-post"
            }
        },
        "/orderReleases/{orderReleaseGid}":{
            "parameters":[
                {
                    "name":"orderReleaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Releases"
                ],
                "summary":"Get an Order Release",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderReleases"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-get",
                "x-filename-id":"orderreleases-orderreleasegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Order Releases"
                ],
                "summary":"Delete an Order Release",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-delete",
                "x-filename-id":"orderreleases-orderreleasegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Releases"
                ],
                "summary":"Update an Order Release",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-patch",
                "x-filename-id":"orderreleases-orderreleasegid-patch"
            }
        },
        "/orderReleases/{orderReleaseGid}/specialServices":{
            "parameters":[
                {
                    "name":"orderReleaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Releases/Special Services"
                ],
                "summary":"Get Special Services",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderReleases.specialServices"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-specialServices-get",
                "x-filename-id":"orderreleases-orderreleasegid-specialservices-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Order Releases/Special Services"
                ],
                "summary":"Create a Special Service",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/orderReleases.specialServices"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/orderReleases.specialServices"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderReleases.specialServices"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderReleases.specialServices"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-specialServices-post",
                "x-filename-id":"orderreleases-orderreleasegid-specialservices-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Releases/Special Services"
                ],
                "summary":"Update Special Services",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-specialServices-patch",
                "x-filename-id":"orderreleases-orderreleasegid-specialservices-patch"
            }
        },
        "/orderReleases/{orderReleaseGid}/specialServices/{specialServiceCodeGid}":{
            "parameters":[
                {
                    "name":"orderReleaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"specialServiceCodeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Releases/Special Services"
                ],
                "summary":"Get a Special Service",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderReleases.specialServices"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-specialServices-{specialServiceCodeGid}-get",
                "x-filename-id":"orderreleases-orderreleasegid-specialservices-specialservicecodegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Order Releases/Special Services"
                ],
                "summary":"Delete a Special Service",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-specialServices-{specialServiceCodeGid}-delete",
                "x-filename-id":"orderreleases-orderreleasegid-specialservices-specialservicecodegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Releases/Special Services"
                ],
                "summary":"Update a Special Service",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-specialServices-{specialServiceCodeGid}-patch",
                "x-filename-id":"orderreleases-orderreleasegid-specialservices-specialservicecodegid-patch"
            }
        },
        "/orderReleases/{orderReleaseGid}/services":{
            "parameters":[
                {
                    "name":"orderReleaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Releases/Services"
                ],
                "summary":"Get Services",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderReleases.services"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-services-get",
                "x-filename-id":"orderreleases-orderreleasegid-services-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Order Releases/Services"
                ],
                "summary":"Create a Service",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/orderReleases.services"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/orderReleases.services"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderReleases.services"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderReleases.services"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-services-post",
                "x-filename-id":"orderreleases-orderreleasegid-services-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Releases/Services"
                ],
                "summary":"Update Services",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-services-patch",
                "x-filename-id":"orderreleases-orderreleasegid-services-patch"
            }
        },
        "/orderReleases/{orderReleaseGid}/services/{customerServiceGid}":{
            "parameters":[
                {
                    "name":"orderReleaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"customerServiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Releases/Services"
                ],
                "summary":"Get a Service",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderReleases.services"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-services-{customerServiceGid}-get",
                "x-filename-id":"orderreleases-orderreleasegid-services-customerservicegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Order Releases/Services"
                ],
                "summary":"Delete a Service",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-services-{customerServiceGid}-delete",
                "x-filename-id":"orderreleases-orderreleasegid-services-customerservicegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Releases/Services"
                ],
                "summary":"Update a Service",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-services-{customerServiceGid}-patch",
                "x-filename-id":"orderreleases-orderreleasegid-services-customerservicegid-patch"
            }
        },
        "/orderReleases/{orderReleaseGid}/shipUnits":{
            "parameters":[
                {
                    "name":"orderReleaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Releases/Ship Units"
                ],
                "summary":"Get Ship Units",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderReleases.shipUnits"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-shipUnits-get",
                "x-filename-id":"orderreleases-orderreleasegid-shipunits-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Order Releases/Ship Units"
                ],
                "summary":"Create a Ship Unit",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/orderReleases.shipUnits"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/orderReleases.shipUnits"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderReleases.shipUnits"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderReleases.shipUnits"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-shipUnits-post",
                "x-filename-id":"orderreleases-orderreleasegid-shipunits-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Releases/Ship Units"
                ],
                "summary":"Update Ship Units",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-shipUnits-patch",
                "x-filename-id":"orderreleases-orderreleasegid-shipunits-patch"
            }
        },
        "/orderReleases/{orderReleaseGid}/shipUnits/{shipUnitGid}":{
            "parameters":[
                {
                    "name":"orderReleaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"shipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Releases/Ship Units"
                ],
                "summary":"Get a Ship Unit",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderReleases.shipUnits"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-shipUnits-{shipUnitGid}-get",
                "x-filename-id":"orderreleases-orderreleasegid-shipunits-shipunitgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Order Releases/Ship Units"
                ],
                "summary":"Delete a Ship Unit",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-shipUnits-{shipUnitGid}-delete",
                "x-filename-id":"orderreleases-orderreleasegid-shipunits-shipunitgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Releases/Ship Units"
                ],
                "summary":"Update a Ship Unit",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-shipUnits-{shipUnitGid}-patch",
                "x-filename-id":"orderreleases-orderreleasegid-shipunits-shipunitgid-patch"
            }
        },
        "/orderReleases/{orderReleaseGid}/shipUnits/{shipUnitGid}/refnums":{
            "parameters":[
                {
                    "name":"orderReleaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"shipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Releases/Ship Units/Reference Numbers"
                ],
                "summary":"Get Reference Numbers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderReleases.shipUnits.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-shipUnits-{shipUnitGid}-refnums-get",
                "x-filename-id":"orderreleases-orderreleasegid-shipunits-shipunitgid-refnums-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Order Releases/Ship Units/Reference Numbers"
                ],
                "summary":"Create a Reference Number",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/orderReleases.shipUnits.refnums"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/orderReleases.shipUnits.refnums"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderReleases.shipUnits.refnums"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderReleases.shipUnits.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-shipUnits-{shipUnitGid}-refnums-post",
                "x-filename-id":"orderreleases-orderreleasegid-shipunits-shipunitgid-refnums-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Releases/Ship Units/Reference Numbers"
                ],
                "summary":"Update Reference Numbers",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-shipUnits-{shipUnitGid}-refnums-patch",
                "x-filename-id":"orderreleases-orderreleasegid-shipunits-shipunitgid-refnums-patch"
            }
        },
        "/orderReleases/{orderReleaseGid}/shipUnits/{shipUnitGid}/refnums/{shipUnitRefnumQualGidxshipUnitRefnumValue}":{
            "parameters":[
                {
                    "name":"orderReleaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"shipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"shipUnitRefnumQualGidxshipUnitRefnumValue",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Releases/Ship Units/Reference Numbers"
                ],
                "summary":"Get a Reference Number",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderReleases.shipUnits.refnums"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-shipUnits-{shipUnitGid}-refnums-{shipUnitRefnumQualGidxshipUnitRefnumValue}-get",
                "x-filename-id":"orderreleases-orderreleasegid-shipunits-shipunitgid-refnums-shipunitrefnumqualgidxshipunitrefnumvalue-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Order Releases/Ship Units/Reference Numbers"
                ],
                "summary":"Delete a Reference Number",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-shipUnits-{shipUnitGid}-refnums-{shipUnitRefnumQualGidxshipUnitRefnumValue}-delete",
                "x-filename-id":"orderreleases-orderreleasegid-shipunits-shipunitgid-refnums-shipunitrefnumqualgidxshipunitrefnumvalue-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Releases/Ship Units/Reference Numbers"
                ],
                "summary":"Update a Reference Number",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-shipUnits-{shipUnitGid}-refnums-{shipUnitRefnumQualGidxshipUnitRefnumValue}-patch",
                "x-filename-id":"orderreleases-orderreleasegid-shipunits-shipunitgid-refnums-shipunitrefnumqualgidxshipunitrefnumvalue-patch"
            }
        },
        "/orderReleases/{orderReleaseGid}/shipUnits/{shipUnitGid}/lines":{
            "parameters":[
                {
                    "name":"orderReleaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"shipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Releases/Ship Units/Lines"
                ],
                "summary":"Get Lines",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderReleases.shipUnits.lines"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-shipUnits-{shipUnitGid}-lines-get",
                "x-filename-id":"orderreleases-orderreleasegid-shipunits-shipunitgid-lines-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Order Releases/Ship Units/Lines"
                ],
                "summary":"Create a Line",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/orderReleases.shipUnits.lines"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/orderReleases.shipUnits.lines"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderReleases.shipUnits.lines"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderReleases.shipUnits.lines"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-shipUnits-{shipUnitGid}-lines-post",
                "x-filename-id":"orderreleases-orderreleasegid-shipunits-shipunitgid-lines-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Releases/Ship Units/Lines"
                ],
                "summary":"Update Lines",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-shipUnits-{shipUnitGid}-lines-patch",
                "x-filename-id":"orderreleases-orderreleasegid-shipunits-shipunitgid-lines-patch"
            }
        },
        "/orderReleases/{orderReleaseGid}/shipUnits/{shipUnitGid}/lines/{shipUnitLineNo}":{
            "parameters":[
                {
                    "name":"orderReleaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"shipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"shipUnitLineNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Releases/Ship Units/Lines"
                ],
                "summary":"Get a Line",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderReleases.shipUnits.lines"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-shipUnits-{shipUnitGid}-lines-{shipUnitLineNo}-get",
                "x-filename-id":"orderreleases-orderreleasegid-shipunits-shipunitgid-lines-shipunitlineno-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Order Releases/Ship Units/Lines"
                ],
                "summary":"Delete a Line",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-shipUnits-{shipUnitGid}-lines-{shipUnitLineNo}-delete",
                "x-filename-id":"orderreleases-orderreleasegid-shipunits-shipunitgid-lines-shipunitlineno-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Releases/Ship Units/Lines"
                ],
                "summary":"Update a Line",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-shipUnits-{shipUnitGid}-lines-{shipUnitLineNo}-patch",
                "x-filename-id":"orderreleases-orderreleasegid-shipunits-shipunitgid-lines-shipunitlineno-patch"
            }
        },
        "/orderReleases/{orderReleaseGid}/shipUnits/{shipUnitGid}/lines/{shipUnitLineNo}/remarks":{
            "parameters":[
                {
                    "name":"orderReleaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"shipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"shipUnitLineNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Releases/Ship Units/Lines/Remarks"
                ],
                "summary":"Get Remarks",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderReleases.shipUnits.lines.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-shipUnits-{shipUnitGid}-lines-{shipUnitLineNo}-remarks-get",
                "x-filename-id":"orderreleases-orderreleasegid-shipunits-shipunitgid-lines-shipunitlineno-remarks-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Order Releases/Ship Units/Lines/Remarks"
                ],
                "summary":"Create a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/orderReleases.shipUnits.lines.remarks"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/orderReleases.shipUnits.lines.remarks"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderReleases.shipUnits.lines.remarks"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderReleases.shipUnits.lines.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-shipUnits-{shipUnitGid}-lines-{shipUnitLineNo}-remarks-post",
                "x-filename-id":"orderreleases-orderreleasegid-shipunits-shipunitgid-lines-shipunitlineno-remarks-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Releases/Ship Units/Lines/Remarks"
                ],
                "summary":"Update Remarks",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-shipUnits-{shipUnitGid}-lines-{shipUnitLineNo}-remarks-patch",
                "x-filename-id":"orderreleases-orderreleasegid-shipunits-shipunitgid-lines-shipunitlineno-remarks-patch"
            }
        },
        "/orderReleases/{orderReleaseGid}/shipUnits/{shipUnitGid}/lines/{shipUnitLineNo}/remarks/{remarkSequence}":{
            "parameters":[
                {
                    "name":"orderReleaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"shipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"shipUnitLineNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"remarkSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Releases/Ship Units/Lines/Remarks"
                ],
                "summary":"Get a Remark",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderReleases.shipUnits.lines.remarks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-shipUnits-{shipUnitGid}-lines-{shipUnitLineNo}-remarks-{remarkSequence}-get",
                "x-filename-id":"orderreleases-orderreleasegid-shipunits-shipunitgid-lines-shipunitlineno-remarks-remarksequence-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Order Releases/Ship Units/Lines/Remarks"
                ],
                "summary":"Delete a Remark",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-shipUnits-{shipUnitGid}-lines-{shipUnitLineNo}-remarks-{remarkSequence}-delete",
                "x-filename-id":"orderreleases-orderreleasegid-shipunits-shipunitgid-lines-shipunitlineno-remarks-remarksequence-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Releases/Ship Units/Lines/Remarks"
                ],
                "summary":"Update a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-shipUnits-{shipUnitGid}-lines-{shipUnitLineNo}-remarks-{remarkSequence}-patch",
                "x-filename-id":"orderreleases-orderreleasegid-shipunits-shipunitgid-lines-shipunitlineno-remarks-remarksequence-patch"
            }
        },
        "/orderReleases/{orderReleaseGid}/shipUnits/{shipUnitGid}/lines/{shipUnitLineNo}/refnums":{
            "parameters":[
                {
                    "name":"orderReleaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"shipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"shipUnitLineNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Releases/Ship Units/Lines/Reference Numbers"
                ],
                "summary":"Get Reference Numbers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderReleases.shipUnits.lines.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-shipUnits-{shipUnitGid}-lines-{shipUnitLineNo}-refnums-get",
                "x-filename-id":"orderreleases-orderreleasegid-shipunits-shipunitgid-lines-shipunitlineno-refnums-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Order Releases/Ship Units/Lines/Reference Numbers"
                ],
                "summary":"Create a Reference Number",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/orderReleases.shipUnits.lines.refnums"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/orderReleases.shipUnits.lines.refnums"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderReleases.shipUnits.lines.refnums"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderReleases.shipUnits.lines.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-shipUnits-{shipUnitGid}-lines-{shipUnitLineNo}-refnums-post",
                "x-filename-id":"orderreleases-orderreleasegid-shipunits-shipunitgid-lines-shipunitlineno-refnums-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Releases/Ship Units/Lines/Reference Numbers"
                ],
                "summary":"Update Reference Numbers",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-shipUnits-{shipUnitGid}-lines-{shipUnitLineNo}-refnums-patch",
                "x-filename-id":"orderreleases-orderreleasegid-shipunits-shipunitgid-lines-shipunitlineno-refnums-patch"
            }
        },
        "/orderReleases/{orderReleaseGid}/shipUnits/{shipUnitGid}/lines/{shipUnitLineNo}/refnums/{shipUnitRefnumQualGidxshipUnitRefnumValue}":{
            "parameters":[
                {
                    "name":"orderReleaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"shipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"shipUnitLineNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"shipUnitRefnumQualGidxshipUnitRefnumValue",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Releases/Ship Units/Lines/Reference Numbers"
                ],
                "summary":"Get a Reference Number",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderReleases.shipUnits.lines.refnums"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-shipUnits-{shipUnitGid}-lines-{shipUnitLineNo}-refnums-{shipUnitRefnumQualGidxshipUnitRefnumValue}-get",
                "x-filename-id":"orderreleases-orderreleasegid-shipunits-shipunitgid-lines-shipunitlineno-refnums-shipunitrefnumqualgidxshipunitrefnumvalue-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Order Releases/Ship Units/Lines/Reference Numbers"
                ],
                "summary":"Delete a Reference Number",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-shipUnits-{shipUnitGid}-lines-{shipUnitLineNo}-refnums-{shipUnitRefnumQualGidxshipUnitRefnumValue}-delete",
                "x-filename-id":"orderreleases-orderreleasegid-shipunits-shipunitgid-lines-shipunitlineno-refnums-shipunitrefnumqualgidxshipunitrefnumvalue-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Releases/Ship Units/Lines/Reference Numbers"
                ],
                "summary":"Update a Reference Number",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-shipUnits-{shipUnitGid}-lines-{shipUnitLineNo}-refnums-{shipUnitRefnumQualGidxshipUnitRefnumValue}-patch",
                "x-filename-id":"orderreleases-orderreleasegid-shipunits-shipunitgid-lines-shipunitlineno-refnums-shipunitrefnumqualgidxshipunitrefnumvalue-patch"
            }
        },
        "/orderReleases/{orderReleaseGid}/shipUnits/{shipUnitGid}/loadingSplits":{
            "parameters":[
                {
                    "name":"orderReleaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"shipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Releases/Ship Units/Loading Splits"
                ],
                "summary":"Get Loading Splits",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderReleases.shipUnits.loadingSplits"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-shipUnits-{shipUnitGid}-loadingSplits-get",
                "x-filename-id":"orderreleases-orderreleasegid-shipunits-shipunitgid-loadingsplits-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Order Releases/Ship Units/Loading Splits"
                ],
                "summary":"Create a Loading Split",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/orderReleases.shipUnits.loadingSplits"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/orderReleases.shipUnits.loadingSplits"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderReleases.shipUnits.loadingSplits"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderReleases.shipUnits.loadingSplits"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-shipUnits-{shipUnitGid}-loadingSplits-post",
                "x-filename-id":"orderreleases-orderreleasegid-shipunits-shipunitgid-loadingsplits-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Releases/Ship Units/Loading Splits"
                ],
                "summary":"Update Loading Splits",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-shipUnits-{shipUnitGid}-loadingSplits-patch",
                "x-filename-id":"orderreleases-orderreleasegid-shipunits-shipunitgid-loadingsplits-patch"
            }
        },
        "/orderReleases/{orderReleaseGid}/shipUnits/{shipUnitGid}/loadingSplits/{splitNo}":{
            "parameters":[
                {
                    "name":"orderReleaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"shipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"splitNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Releases/Ship Units/Loading Splits"
                ],
                "summary":"Get a Loading Split",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderReleases.shipUnits.loadingSplits"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-shipUnits-{shipUnitGid}-loadingSplits-{splitNo}-get",
                "x-filename-id":"orderreleases-orderreleasegid-shipunits-shipunitgid-loadingsplits-splitno-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Order Releases/Ship Units/Loading Splits"
                ],
                "summary":"Delete a Loading Split",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-shipUnits-{shipUnitGid}-loadingSplits-{splitNo}-delete",
                "x-filename-id":"orderreleases-orderreleasegid-shipunits-shipunitgid-loadingsplits-splitno-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Releases/Ship Units/Loading Splits"
                ],
                "summary":"Update a Loading Split",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-shipUnits-{shipUnitGid}-loadingSplits-{splitNo}-patch",
                "x-filename-id":"orderreleases-orderreleasegid-shipunits-shipunitgid-loadingsplits-splitno-patch"
            }
        },
        "/orderReleases/{orderReleaseGid}/shipUnits/{shipUnitGid}/seals":{
            "parameters":[
                {
                    "name":"orderReleaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"shipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Releases/Ship Units/Seals"
                ],
                "summary":"Get Seals",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderReleases.shipUnits.seals"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-shipUnits-{shipUnitGid}-seals-get",
                "x-filename-id":"orderreleases-orderreleasegid-shipunits-shipunitgid-seals-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Order Releases/Ship Units/Seals"
                ],
                "summary":"Create a Seal",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/orderReleases.shipUnits.seals"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/orderReleases.shipUnits.seals"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderReleases.shipUnits.seals"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderReleases.shipUnits.seals"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-shipUnits-{shipUnitGid}-seals-post",
                "x-filename-id":"orderreleases-orderreleasegid-shipunits-shipunitgid-seals-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Releases/Ship Units/Seals"
                ],
                "summary":"Update Seals",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-shipUnits-{shipUnitGid}-seals-patch",
                "x-filename-id":"orderreleases-orderreleasegid-shipunits-shipunitgid-seals-patch"
            }
        },
        "/orderReleases/{orderReleaseGid}/shipUnits/{shipUnitGid}/seals/{shipUnitSealNum}":{
            "parameters":[
                {
                    "name":"orderReleaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"shipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"shipUnitSealNum",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Releases/Ship Units/Seals"
                ],
                "summary":"Get a Seal",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderReleases.shipUnits.seals"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-shipUnits-{shipUnitGid}-seals-{shipUnitSealNum}-get",
                "x-filename-id":"orderreleases-orderreleasegid-shipunits-shipunitgid-seals-shipunitsealnum-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Order Releases/Ship Units/Seals"
                ],
                "summary":"Delete a Seal",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-shipUnits-{shipUnitGid}-seals-{shipUnitSealNum}-delete",
                "x-filename-id":"orderreleases-orderreleasegid-shipunits-shipunitgid-seals-shipunitsealnum-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Releases/Ship Units/Seals"
                ],
                "summary":"Update a Seal",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-shipUnits-{shipUnitGid}-seals-{shipUnitSealNum}-patch",
                "x-filename-id":"orderreleases-orderreleasegid-shipunits-shipunitgid-seals-shipunitsealnum-patch"
            }
        },
        "/orderReleases/{orderReleaseGid}/shipUnits/{shipUnitGid}/texts":{
            "parameters":[
                {
                    "name":"orderReleaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"shipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Releases/Ship Units/Texts"
                ],
                "summary":"Get Texts",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderReleases.shipUnits.texts"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-shipUnits-{shipUnitGid}-texts-get",
                "x-filename-id":"orderreleases-orderreleasegid-shipunits-shipunitgid-texts-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Order Releases/Ship Units/Texts"
                ],
                "summary":"Create a Text",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/orderReleases.shipUnits.texts"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/orderReleases.shipUnits.texts"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderReleases.shipUnits.texts"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderReleases.shipUnits.texts"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-shipUnits-{shipUnitGid}-texts-post",
                "x-filename-id":"orderreleases-orderreleasegid-shipunits-shipunitgid-texts-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Releases/Ship Units/Texts"
                ],
                "summary":"Update Texts",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-shipUnits-{shipUnitGid}-texts-patch",
                "x-filename-id":"orderreleases-orderreleasegid-shipunits-shipunitgid-texts-patch"
            }
        },
        "/orderReleases/{orderReleaseGid}/shipUnits/{shipUnitGid}/texts/{textTemplateGidxdocumentDefGid}":{
            "parameters":[
                {
                    "name":"orderReleaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"shipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"textTemplateGidxdocumentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Releases/Ship Units/Texts"
                ],
                "summary":"Get a Text",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderReleases.shipUnits.texts"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-shipUnits-{shipUnitGid}-texts-{textTemplateGidxdocumentDefGid}-get",
                "x-filename-id":"orderreleases-orderreleasegid-shipunits-shipunitgid-texts-texttemplategidxdocumentdefgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Order Releases/Ship Units/Texts"
                ],
                "summary":"Delete a Text",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-shipUnits-{shipUnitGid}-texts-{textTemplateGidxdocumentDefGid}-delete",
                "x-filename-id":"orderreleases-orderreleasegid-shipunits-shipunitgid-texts-texttemplategidxdocumentdefgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Releases/Ship Units/Texts"
                ],
                "summary":"Update a Text",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-shipUnits-{shipUnitGid}-texts-{textTemplateGidxdocumentDefGid}-patch",
                "x-filename-id":"orderreleases-orderreleasegid-shipunits-shipunitgid-texts-texttemplategidxdocumentdefgid-patch"
            }
        },
        "/orderReleases/{orderReleaseGid}/shipUnits/{shipUnitGid}/remarks":{
            "parameters":[
                {
                    "name":"orderReleaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"shipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Releases/Ship Units/Remarks"
                ],
                "summary":"Get Remarks",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderReleases.shipUnits.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-shipUnits-{shipUnitGid}-remarks-get",
                "x-filename-id":"orderreleases-orderreleasegid-shipunits-shipunitgid-remarks-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Order Releases/Ship Units/Remarks"
                ],
                "summary":"Create a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/orderReleases.shipUnits.remarks"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/orderReleases.shipUnits.remarks"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderReleases.shipUnits.remarks"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderReleases.shipUnits.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-shipUnits-{shipUnitGid}-remarks-post",
                "x-filename-id":"orderreleases-orderreleasegid-shipunits-shipunitgid-remarks-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Releases/Ship Units/Remarks"
                ],
                "summary":"Update Remarks",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-shipUnits-{shipUnitGid}-remarks-patch",
                "x-filename-id":"orderreleases-orderreleasegid-shipunits-shipunitgid-remarks-patch"
            }
        },
        "/orderReleases/{orderReleaseGid}/shipUnits/{shipUnitGid}/remarks/{remarkSequence}":{
            "parameters":[
                {
                    "name":"orderReleaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"shipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"remarkSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Releases/Ship Units/Remarks"
                ],
                "summary":"Get a Remark",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderReleases.shipUnits.remarks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-shipUnits-{shipUnitGid}-remarks-{remarkSequence}-get",
                "x-filename-id":"orderreleases-orderreleasegid-shipunits-shipunitgid-remarks-remarksequence-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Order Releases/Ship Units/Remarks"
                ],
                "summary":"Delete a Remark",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-shipUnits-{shipUnitGid}-remarks-{remarkSequence}-delete",
                "x-filename-id":"orderreleases-orderreleasegid-shipunits-shipunitgid-remarks-remarksequence-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Releases/Ship Units/Remarks"
                ],
                "summary":"Update a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-shipUnits-{shipUnitGid}-remarks-{remarkSequence}-patch",
                "x-filename-id":"orderreleases-orderreleasegid-shipunits-shipunitgid-remarks-remarksequence-patch"
            }
        },
        "/orderReleases/{orderReleaseGid}/shipUnits/{shipUnitGid}/specialServices":{
            "parameters":[
                {
                    "name":"orderReleaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"shipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Releases/Ship Units/Special Services"
                ],
                "summary":"Get Special Services",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderReleases.shipUnits.specialServices"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-shipUnits-{shipUnitGid}-specialServices-get",
                "x-filename-id":"orderreleases-orderreleasegid-shipunits-shipunitgid-specialservices-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Order Releases/Ship Units/Special Services"
                ],
                "summary":"Create a Special Service",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/orderReleases.shipUnits.specialServices"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/orderReleases.shipUnits.specialServices"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderReleases.shipUnits.specialServices"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderReleases.shipUnits.specialServices"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-shipUnits-{shipUnitGid}-specialServices-post",
                "x-filename-id":"orderreleases-orderreleasegid-shipunits-shipunitgid-specialservices-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Releases/Ship Units/Special Services"
                ],
                "summary":"Update Special Services",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-shipUnits-{shipUnitGid}-specialServices-patch",
                "x-filename-id":"orderreleases-orderreleasegid-shipunits-shipunitgid-specialservices-patch"
            }
        },
        "/orderReleases/{orderReleaseGid}/shipUnits/{shipUnitGid}/specialServices/{specialServiceGid}":{
            "parameters":[
                {
                    "name":"orderReleaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"shipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"specialServiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Releases/Ship Units/Special Services"
                ],
                "summary":"Get a Special Service",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderReleases.shipUnits.specialServices"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-shipUnits-{shipUnitGid}-specialServices-{specialServiceGid}-get",
                "x-filename-id":"orderreleases-orderreleasegid-shipunits-shipunitgid-specialservices-specialservicegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Order Releases/Ship Units/Special Services"
                ],
                "summary":"Delete a Special Service",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-shipUnits-{shipUnitGid}-specialServices-{specialServiceGid}-delete",
                "x-filename-id":"orderreleases-orderreleasegid-shipunits-shipunitgid-specialservices-specialservicegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Releases/Ship Units/Special Services"
                ],
                "summary":"Update a Special Service",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-shipUnits-{shipUnitGid}-specialServices-{specialServiceGid}-patch",
                "x-filename-id":"orderreleases-orderreleasegid-shipunits-shipunitgid-specialservices-specialservicegid-patch"
            }
        },
        "/orderReleases/{orderReleaseGid}/shipUnits/{shipUnitGid}/equipmentRefUnits":{
            "parameters":[
                {
                    "name":"orderReleaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"shipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Releases/Ship Units/Equipment Reference Units"
                ],
                "summary":"Get Equipment Reference Units",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderReleases.shipUnits.equipmentRefUnits"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-shipUnits-{shipUnitGid}-equipmentRefUnits-get",
                "x-filename-id":"orderreleases-orderreleasegid-shipunits-shipunitgid-equipmentrefunits-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Order Releases/Ship Units/Equipment Reference Units"
                ],
                "summary":"Create an Equipment Reference Unit",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/orderReleases.shipUnits.equipmentRefUnits"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/orderReleases.shipUnits.equipmentRefUnits"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderReleases.shipUnits.equipmentRefUnits"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderReleases.shipUnits.equipmentRefUnits"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-shipUnits-{shipUnitGid}-equipmentRefUnits-post",
                "x-filename-id":"orderreleases-orderreleasegid-shipunits-shipunitgid-equipmentrefunits-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Releases/Ship Units/Equipment Reference Units"
                ],
                "summary":"Update Equipment Reference Units",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-shipUnits-{shipUnitGid}-equipmentRefUnits-patch",
                "x-filename-id":"orderreleases-orderreleasegid-shipunits-shipunitgid-equipmentrefunits-patch"
            }
        },
        "/orderReleases/{orderReleaseGid}/shipUnits/{shipUnitGid}/equipmentRefUnits/{equipmentReferenceUnitGid}":{
            "parameters":[
                {
                    "name":"orderReleaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"shipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"equipmentReferenceUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Releases/Ship Units/Equipment Reference Units"
                ],
                "summary":"Get an Equipment Reference Unit",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderReleases.shipUnits.equipmentRefUnits"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-shipUnits-{shipUnitGid}-equipmentRefUnits-{equipmentReferenceUnitGid}-get",
                "x-filename-id":"orderreleases-orderreleasegid-shipunits-shipunitgid-equipmentrefunits-equipmentreferenceunitgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Order Releases/Ship Units/Equipment Reference Units"
                ],
                "summary":"Delete an Equipment Reference Unit",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-shipUnits-{shipUnitGid}-equipmentRefUnits-{equipmentReferenceUnitGid}-delete",
                "x-filename-id":"orderreleases-orderreleasegid-shipunits-shipunitgid-equipmentrefunits-equipmentreferenceunitgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Releases/Ship Units/Equipment Reference Units"
                ],
                "summary":"Update an Equipment Reference Unit",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-shipUnits-{shipUnitGid}-equipmentRefUnits-{equipmentReferenceUnitGid}-patch",
                "x-filename-id":"orderreleases-orderreleasegid-shipunits-shipunitgid-equipmentrefunits-equipmentreferenceunitgid-patch"
            }
        },
        "/orderReleases/{orderReleaseGid}/equipments":{
            "parameters":[
                {
                    "name":"orderReleaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Releases/Equipment"
                ],
                "summary":"Get Equipment",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderReleases.equipments"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-equipments-get",
                "x-filename-id":"orderreleases-orderreleasegid-equipments-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Order Releases/Equipment"
                ],
                "summary":"Create an Equipment",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/orderReleases.equipments"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/orderReleases.equipments"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderReleases.equipments"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderReleases.equipments"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-equipments-post",
                "x-filename-id":"orderreleases-orderreleasegid-equipments-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Releases/Equipment"
                ],
                "summary":"Update Equipment",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-equipments-patch",
                "x-filename-id":"orderreleases-orderreleasegid-equipments-patch"
            }
        },
        "/orderReleases/{orderReleaseGid}/equipments/{orEquipmentSeq}":{
            "parameters":[
                {
                    "name":"orderReleaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"orEquipmentSeq",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Releases/Equipment"
                ],
                "summary":"Get an Equipment",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderReleases.equipments"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-equipments-{orEquipmentSeq}-get",
                "x-filename-id":"orderreleases-orderreleasegid-equipments-orequipmentseq-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Order Releases/Equipment"
                ],
                "summary":"Delete an Equipment",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-equipments-{orEquipmentSeq}-delete",
                "x-filename-id":"orderreleases-orderreleasegid-equipments-orequipmentseq-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Releases/Equipment"
                ],
                "summary":"Update an Equipment",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-equipments-{orEquipmentSeq}-patch",
                "x-filename-id":"orderreleases-orderreleasegid-equipments-orequipmentseq-patch"
            }
        },
        "/orderReleases/{orderReleaseGid}/equipments/{orEquipmentSeq}/seals":{
            "parameters":[
                {
                    "name":"orderReleaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"orEquipmentSeq",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Releases/Equipment/Seals"
                ],
                "summary":"Get Seals",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderReleases.equipments.seals"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-equipments-{orEquipmentSeq}-seals-get",
                "x-filename-id":"orderreleases-orderreleasegid-equipments-orequipmentseq-seals-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Order Releases/Equipment/Seals"
                ],
                "summary":"Create a Seal",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/orderReleases.equipments.seals"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/orderReleases.equipments.seals"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderReleases.equipments.seals"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderReleases.equipments.seals"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-equipments-{orEquipmentSeq}-seals-post",
                "x-filename-id":"orderreleases-orderreleasegid-equipments-orequipmentseq-seals-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Releases/Equipment/Seals"
                ],
                "summary":"Update Seals",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-equipments-{orEquipmentSeq}-seals-patch",
                "x-filename-id":"orderreleases-orderreleasegid-equipments-orequipmentseq-seals-patch"
            }
        },
        "/orderReleases/{orderReleaseGid}/equipments/{orEquipmentSeq}/seals/{sealSequence}":{
            "parameters":[
                {
                    "name":"orderReleaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"orEquipmentSeq",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sealSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Releases/Equipment/Seals"
                ],
                "summary":"Get a Seal",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderReleases.equipments.seals"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-equipments-{orEquipmentSeq}-seals-{sealSequence}-get",
                "x-filename-id":"orderreleases-orderreleasegid-equipments-orequipmentseq-seals-sealsequence-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Order Releases/Equipment/Seals"
                ],
                "summary":"Delete a Seal",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-equipments-{orEquipmentSeq}-seals-{sealSequence}-delete",
                "x-filename-id":"orderreleases-orderreleasegid-equipments-orequipmentseq-seals-sealsequence-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Releases/Equipment/Seals"
                ],
                "summary":"Update a Seal",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-equipments-{orEquipmentSeq}-seals-{sealSequence}-patch",
                "x-filename-id":"orderreleases-orderreleasegid-equipments-orequipmentseq-seals-sealsequence-patch"
            }
        },
        "/orderReleases/{orderReleaseGid}/lines":{
            "parameters":[
                {
                    "name":"orderReleaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Releases/Lines"
                ],
                "summary":"Get Lines",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderReleases.lines"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-lines-get",
                "x-filename-id":"orderreleases-orderreleasegid-lines-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Order Releases/Lines"
                ],
                "summary":"Create a Line",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/orderReleases.lines"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/orderReleases.lines"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderReleases.lines"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderReleases.lines"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-lines-post",
                "x-filename-id":"orderreleases-orderreleasegid-lines-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Releases/Lines"
                ],
                "summary":"Update Lines",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-lines-patch",
                "x-filename-id":"orderreleases-orderreleasegid-lines-patch"
            }
        },
        "/orderReleases/{orderReleaseGid}/lines/{orderReleaseLineGid}":{
            "parameters":[
                {
                    "name":"orderReleaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"orderReleaseLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Releases/Lines"
                ],
                "summary":"Get a Line",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderReleases.lines"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-lines-{orderReleaseLineGid}-get",
                "x-filename-id":"orderreleases-orderreleasegid-lines-orderreleaselinegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Order Releases/Lines"
                ],
                "summary":"Delete a Line",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-lines-{orderReleaseLineGid}-delete",
                "x-filename-id":"orderreleases-orderreleasegid-lines-orderreleaselinegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Releases/Lines"
                ],
                "summary":"Update a Line",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-lines-{orderReleaseLineGid}-patch",
                "x-filename-id":"orderreleases-orderreleasegid-lines-orderreleaselinegid-patch"
            }
        },
        "/orderReleases/{orderReleaseGid}/lines/{orderReleaseLineGid}/involvedParties":{
            "parameters":[
                {
                    "name":"orderReleaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"orderReleaseLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Releases/Lines/Involved Parties"
                ],
                "summary":"Get Involved Parties",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderReleases.lines.involvedParties"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-lines-{orderReleaseLineGid}-involvedParties-get",
                "x-filename-id":"orderreleases-orderreleasegid-lines-orderreleaselinegid-involvedparties-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Order Releases/Lines/Involved Parties"
                ],
                "summary":"Create an Involved Party",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/orderReleases.lines.involvedParties"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/orderReleases.lines.involvedParties"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderReleases.lines.involvedParties"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderReleases.lines.involvedParties"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-lines-{orderReleaseLineGid}-involvedParties-post",
                "x-filename-id":"orderreleases-orderreleasegid-lines-orderreleaselinegid-involvedparties-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Releases/Lines/Involved Parties"
                ],
                "summary":"Update Involved Parties",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-lines-{orderReleaseLineGid}-involvedParties-patch",
                "x-filename-id":"orderreleases-orderreleasegid-lines-orderreleaselinegid-involvedparties-patch"
            }
        },
        "/orderReleases/{orderReleaseGid}/lines/{orderReleaseLineGid}/involvedParties/{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}":{
            "parameters":[
                {
                    "name":"orderReleaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"orderReleaseLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Releases/Lines/Involved Parties"
                ],
                "summary":"Get an Involved Party",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderReleases.lines.involvedParties"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-lines-{orderReleaseLineGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-get",
                "x-filename-id":"orderreleases-orderreleasegid-lines-orderreleaselinegid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Order Releases/Lines/Involved Parties"
                ],
                "summary":"Delete an Involved Party",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-lines-{orderReleaseLineGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-delete",
                "x-filename-id":"orderreleases-orderreleasegid-lines-orderreleaselinegid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Releases/Lines/Involved Parties"
                ],
                "summary":"Update an Involved Party",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-lines-{orderReleaseLineGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-patch",
                "x-filename-id":"orderreleases-orderreleasegid-lines-orderreleaselinegid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-patch"
            }
        },
        "/orderReleases/{orderReleaseGid}/lines/{orderReleaseLineGid}/attributes":{
            "parameters":[
                {
                    "name":"orderReleaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"orderReleaseLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Releases/Lines/Attributes"
                ],
                "summary":"Get Attributes",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderReleases.lines.attributes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-lines-{orderReleaseLineGid}-attributes-get",
                "x-filename-id":"orderreleases-orderreleasegid-lines-orderreleaselinegid-attributes-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Order Releases/Lines/Attributes"
                ],
                "summary":"Create an Attribute",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/orderReleases.lines.attributes"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/orderReleases.lines.attributes"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderReleases.lines.attributes"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderReleases.lines.attributes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-lines-{orderReleaseLineGid}-attributes-post",
                "x-filename-id":"orderreleases-orderreleasegid-lines-orderreleaselinegid-attributes-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Releases/Lines/Attributes"
                ],
                "summary":"Update Attributes",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-lines-{orderReleaseLineGid}-attributes-patch",
                "x-filename-id":"orderreleases-orderreleasegid-lines-orderreleaselinegid-attributes-patch"
            }
        },
        "/orderReleases/{orderReleaseGid}/lines/{orderReleaseLineGid}/attributes/{itemFeatureQualGidxitemFeatureValue}":{
            "parameters":[
                {
                    "name":"orderReleaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"orderReleaseLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"itemFeatureQualGidxitemFeatureValue",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Releases/Lines/Attributes"
                ],
                "summary":"Get an Attribute",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderReleases.lines.attributes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-lines-{orderReleaseLineGid}-attributes-{itemFeatureQualGidxitemFeatureValue}-get",
                "x-filename-id":"orderreleases-orderreleasegid-lines-orderreleaselinegid-attributes-itemfeaturequalgidxitemfeaturevalue-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Order Releases/Lines/Attributes"
                ],
                "summary":"Delete an Attribute",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-lines-{orderReleaseLineGid}-attributes-{itemFeatureQualGidxitemFeatureValue}-delete",
                "x-filename-id":"orderreleases-orderreleasegid-lines-orderreleaselinegid-attributes-itemfeaturequalgidxitemfeaturevalue-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Releases/Lines/Attributes"
                ],
                "summary":"Update an Attribute",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-lines-{orderReleaseLineGid}-attributes-{itemFeatureQualGidxitemFeatureValue}-patch",
                "x-filename-id":"orderreleases-orderreleasegid-lines-orderreleaselinegid-attributes-itemfeaturequalgidxitemfeaturevalue-patch"
            }
        },
        "/orderReleases/{orderReleaseGid}/lines/{orderReleaseLineGid}/pruDetails":{
            "parameters":[
                {
                    "name":"orderReleaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"orderReleaseLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Releases/Lines/Packaging Reference Unit Details"
                ],
                "summary":"Get Packaging Reference Unit Details",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderReleases.lines.pruDetails"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-lines-{orderReleaseLineGid}-pruDetails-get",
                "x-filename-id":"orderreleases-orderreleasegid-lines-orderreleaselinegid-prudetails-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Order Releases/Lines/Packaging Reference Unit Details"
                ],
                "summary":"Create a Packaging Reference Unit Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/orderReleases.lines.pruDetails"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/orderReleases.lines.pruDetails"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderReleases.lines.pruDetails"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderReleases.lines.pruDetails"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-lines-{orderReleaseLineGid}-pruDetails-post",
                "x-filename-id":"orderreleases-orderreleasegid-lines-orderreleaselinegid-prudetails-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Releases/Lines/Packaging Reference Unit Details"
                ],
                "summary":"Update Packaging Reference Unit Details",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-lines-{orderReleaseLineGid}-pruDetails-patch",
                "x-filename-id":"orderreleases-orderreleasegid-lines-orderreleaselinegid-prudetails-patch"
            }
        },
        "/orderReleases/{orderReleaseGid}/lines/{orderReleaseLineGid}/pruDetails/{packagingReferenceUnitGid}":{
            "parameters":[
                {
                    "name":"orderReleaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"orderReleaseLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"packagingReferenceUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Releases/Lines/Packaging Reference Unit Details"
                ],
                "summary":"Get a Packaging Reference Unit Detail",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderReleases.lines.pruDetails"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-lines-{orderReleaseLineGid}-pruDetails-{packagingReferenceUnitGid}-get",
                "x-filename-id":"orderreleases-orderreleasegid-lines-orderreleaselinegid-prudetails-packagingreferenceunitgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Order Releases/Lines/Packaging Reference Unit Details"
                ],
                "summary":"Delete a Packaging Reference Unit Detail",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-lines-{orderReleaseLineGid}-pruDetails-{packagingReferenceUnitGid}-delete",
                "x-filename-id":"orderreleases-orderreleasegid-lines-orderreleaselinegid-prudetails-packagingreferenceunitgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Releases/Lines/Packaging Reference Unit Details"
                ],
                "summary":"Update a Packaging Reference Unit Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-lines-{orderReleaseLineGid}-pruDetails-{packagingReferenceUnitGid}-patch",
                "x-filename-id":"orderreleases-orderreleasegid-lines-orderreleaselinegid-prudetails-packagingreferenceunitgid-patch"
            }
        },
        "/orderReleases/{orderReleaseGid}/lines/{orderReleaseLineGid}/specialServices":{
            "parameters":[
                {
                    "name":"orderReleaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"orderReleaseLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Releases/Lines/Special Services"
                ],
                "summary":"Get Special Services",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderReleases.lines.specialServices"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-lines-{orderReleaseLineGid}-specialServices-get",
                "x-filename-id":"orderreleases-orderreleasegid-lines-orderreleaselinegid-specialservices-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Order Releases/Lines/Special Services"
                ],
                "summary":"Create a Special Service",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/orderReleases.lines.specialServices"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/orderReleases.lines.specialServices"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderReleases.lines.specialServices"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderReleases.lines.specialServices"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-lines-{orderReleaseLineGid}-specialServices-post",
                "x-filename-id":"orderreleases-orderreleasegid-lines-orderreleaselinegid-specialservices-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Releases/Lines/Special Services"
                ],
                "summary":"Update Special Services",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-lines-{orderReleaseLineGid}-specialServices-patch",
                "x-filename-id":"orderreleases-orderreleasegid-lines-orderreleaselinegid-specialservices-patch"
            }
        },
        "/orderReleases/{orderReleaseGid}/lines/{orderReleaseLineGid}/specialServices/{specialServiceCodeGid}":{
            "parameters":[
                {
                    "name":"orderReleaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"orderReleaseLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"specialServiceCodeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Releases/Lines/Special Services"
                ],
                "summary":"Get a Special Service",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderReleases.lines.specialServices"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-lines-{orderReleaseLineGid}-specialServices-{specialServiceCodeGid}-get",
                "x-filename-id":"orderreleases-orderreleasegid-lines-orderreleaselinegid-specialservices-specialservicecodegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Order Releases/Lines/Special Services"
                ],
                "summary":"Delete a Special Service",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-lines-{orderReleaseLineGid}-specialServices-{specialServiceCodeGid}-delete",
                "x-filename-id":"orderreleases-orderreleasegid-lines-orderreleaselinegid-specialservices-specialservicecodegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Releases/Lines/Special Services"
                ],
                "summary":"Update a Special Service",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-lines-{orderReleaseLineGid}-specialServices-{specialServiceCodeGid}-patch",
                "x-filename-id":"orderreleases-orderreleasegid-lines-orderreleaselinegid-specialservices-specialservicecodegid-patch"
            }
        },
        "/orderReleases/{orderReleaseGid}/lines/{orderReleaseLineGid}/remarks":{
            "parameters":[
                {
                    "name":"orderReleaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"orderReleaseLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Releases/Lines/Remarks"
                ],
                "summary":"Get Remarks",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderReleases.lines.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-lines-{orderReleaseLineGid}-remarks-get",
                "x-filename-id":"orderreleases-orderreleasegid-lines-orderreleaselinegid-remarks-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Order Releases/Lines/Remarks"
                ],
                "summary":"Create a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/orderReleases.lines.remarks"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/orderReleases.lines.remarks"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderReleases.lines.remarks"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderReleases.lines.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-lines-{orderReleaseLineGid}-remarks-post",
                "x-filename-id":"orderreleases-orderreleasegid-lines-orderreleaselinegid-remarks-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Releases/Lines/Remarks"
                ],
                "summary":"Update Remarks",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-lines-{orderReleaseLineGid}-remarks-patch",
                "x-filename-id":"orderreleases-orderreleasegid-lines-orderreleaselinegid-remarks-patch"
            }
        },
        "/orderReleases/{orderReleaseGid}/lines/{orderReleaseLineGid}/remarks/{remarkSequence}":{
            "parameters":[
                {
                    "name":"orderReleaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"orderReleaseLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"remarkSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Releases/Lines/Remarks"
                ],
                "summary":"Get a Remark",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderReleases.lines.remarks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-lines-{orderReleaseLineGid}-remarks-{remarkSequence}-get",
                "x-filename-id":"orderreleases-orderreleasegid-lines-orderreleaselinegid-remarks-remarksequence-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Order Releases/Lines/Remarks"
                ],
                "summary":"Delete a Remark",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-lines-{orderReleaseLineGid}-remarks-{remarkSequence}-delete",
                "x-filename-id":"orderreleases-orderreleasegid-lines-orderreleaselinegid-remarks-remarksequence-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Releases/Lines/Remarks"
                ],
                "summary":"Update a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-lines-{orderReleaseLineGid}-remarks-{remarkSequence}-patch",
                "x-filename-id":"orderreleases-orderreleasegid-lines-orderreleaselinegid-remarks-remarksequence-patch"
            }
        },
        "/orderReleases/{orderReleaseGid}/lines/{orderReleaseLineGid}/refnums":{
            "parameters":[
                {
                    "name":"orderReleaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"orderReleaseLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Releases/Lines/Reference Numbers"
                ],
                "summary":"Get Reference Numbers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderReleases.lines.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-lines-{orderReleaseLineGid}-refnums-get",
                "x-filename-id":"orderreleases-orderreleasegid-lines-orderreleaselinegid-refnums-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Order Releases/Lines/Reference Numbers"
                ],
                "summary":"Create a Reference Number",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/orderReleases.lines.refnums"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/orderReleases.lines.refnums"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderReleases.lines.refnums"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderReleases.lines.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-lines-{orderReleaseLineGid}-refnums-post",
                "x-filename-id":"orderreleases-orderreleasegid-lines-orderreleaselinegid-refnums-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Releases/Lines/Reference Numbers"
                ],
                "summary":"Update Reference Numbers",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-lines-{orderReleaseLineGid}-refnums-patch",
                "x-filename-id":"orderreleases-orderreleasegid-lines-orderreleaselinegid-refnums-patch"
            }
        },
        "/orderReleases/{orderReleaseGid}/lines/{orderReleaseLineGid}/refnums/{orderReleaseRefnumQualGidxorlRefnumValue}":{
            "parameters":[
                {
                    "name":"orderReleaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"orderReleaseLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"orderReleaseRefnumQualGidxorlRefnumValue",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Releases/Lines/Reference Numbers"
                ],
                "summary":"Get a Reference Number",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderReleases.lines.refnums"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-lines-{orderReleaseLineGid}-refnums-{orderReleaseRefnumQualGidxorlRefnumValue}-get",
                "x-filename-id":"orderreleases-orderreleasegid-lines-orderreleaselinegid-refnums-orderreleaserefnumqualgidxorlrefnumvalue-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Order Releases/Lines/Reference Numbers"
                ],
                "summary":"Delete a Reference Number",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-lines-{orderReleaseLineGid}-refnums-{orderReleaseRefnumQualGidxorlRefnumValue}-delete",
                "x-filename-id":"orderreleases-orderreleasegid-lines-orderreleaselinegid-refnums-orderreleaserefnumqualgidxorlrefnumvalue-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Releases/Lines/Reference Numbers"
                ],
                "summary":"Update a Reference Number",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-lines-{orderReleaseLineGid}-refnums-{orderReleaseRefnumQualGidxorlRefnumValue}-patch",
                "x-filename-id":"orderreleases-orderreleasegid-lines-orderreleaselinegid-refnums-orderreleaserefnumqualgidxorlrefnumvalue-patch"
            }
        },
        "/orderReleases/{orderReleaseGid}/lines/{orderReleaseLineGid}/texts":{
            "parameters":[
                {
                    "name":"orderReleaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"orderReleaseLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Releases/Lines/Texts"
                ],
                "summary":"Get Texts",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderReleases.lines.texts"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-lines-{orderReleaseLineGid}-texts-get",
                "x-filename-id":"orderreleases-orderreleasegid-lines-orderreleaselinegid-texts-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Order Releases/Lines/Texts"
                ],
                "summary":"Create a Text",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/orderReleases.lines.texts"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/orderReleases.lines.texts"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderReleases.lines.texts"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderReleases.lines.texts"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-lines-{orderReleaseLineGid}-texts-post",
                "x-filename-id":"orderreleases-orderreleasegid-lines-orderreleaselinegid-texts-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Releases/Lines/Texts"
                ],
                "summary":"Update Texts",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-lines-{orderReleaseLineGid}-texts-patch",
                "x-filename-id":"orderreleases-orderreleasegid-lines-orderreleaselinegid-texts-patch"
            }
        },
        "/orderReleases/{orderReleaseGid}/lines/{orderReleaseLineGid}/texts/{textTemplateGidxdocumentDefGid}":{
            "parameters":[
                {
                    "name":"orderReleaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"orderReleaseLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"textTemplateGidxdocumentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Releases/Lines/Texts"
                ],
                "summary":"Get a Text",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderReleases.lines.texts"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-lines-{orderReleaseLineGid}-texts-{textTemplateGidxdocumentDefGid}-get",
                "x-filename-id":"orderreleases-orderreleasegid-lines-orderreleaselinegid-texts-texttemplategidxdocumentdefgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Order Releases/Lines/Texts"
                ],
                "summary":"Delete a Text",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-lines-{orderReleaseLineGid}-texts-{textTemplateGidxdocumentDefGid}-delete",
                "x-filename-id":"orderreleases-orderreleasegid-lines-orderreleaselinegid-texts-texttemplategidxdocumentdefgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Releases/Lines/Texts"
                ],
                "summary":"Update a Text",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-lines-{orderReleaseLineGid}-texts-{textTemplateGidxdocumentDefGid}-patch",
                "x-filename-id":"orderreleases-orderreleasegid-lines-orderreleaselinegid-texts-texttemplategidxdocumentdefgid-patch"
            }
        },
        "/orderReleases/{orderReleaseGid}/lines/{orderReleaseLineGid}/equipmentRefUnits":{
            "parameters":[
                {
                    "name":"orderReleaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"orderReleaseLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Releases/Lines/Equipment Reference Units"
                ],
                "summary":"Get Equipment Reference Units",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderReleases.lines.equipmentRefUnits"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-lines-{orderReleaseLineGid}-equipmentRefUnits-get",
                "x-filename-id":"orderreleases-orderreleasegid-lines-orderreleaselinegid-equipmentrefunits-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Order Releases/Lines/Equipment Reference Units"
                ],
                "summary":"Create an Equipment Reference Unit",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/orderReleases.lines.equipmentRefUnits"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/orderReleases.lines.equipmentRefUnits"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderReleases.lines.equipmentRefUnits"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderReleases.lines.equipmentRefUnits"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-lines-{orderReleaseLineGid}-equipmentRefUnits-post",
                "x-filename-id":"orderreleases-orderreleasegid-lines-orderreleaselinegid-equipmentrefunits-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Releases/Lines/Equipment Reference Units"
                ],
                "summary":"Update Equipment Reference Units",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-lines-{orderReleaseLineGid}-equipmentRefUnits-patch",
                "x-filename-id":"orderreleases-orderreleasegid-lines-orderreleaselinegid-equipmentrefunits-patch"
            }
        },
        "/orderReleases/{orderReleaseGid}/lines/{orderReleaseLineGid}/equipmentRefUnits/{equipmentReferenceUnitGid}":{
            "parameters":[
                {
                    "name":"orderReleaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"orderReleaseLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"equipmentReferenceUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Releases/Lines/Equipment Reference Units"
                ],
                "summary":"Get an Equipment Reference Unit",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderReleases.lines.equipmentRefUnits"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-lines-{orderReleaseLineGid}-equipmentRefUnits-{equipmentReferenceUnitGid}-get",
                "x-filename-id":"orderreleases-orderreleasegid-lines-orderreleaselinegid-equipmentrefunits-equipmentreferenceunitgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Order Releases/Lines/Equipment Reference Units"
                ],
                "summary":"Delete an Equipment Reference Unit",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-lines-{orderReleaseLineGid}-equipmentRefUnits-{equipmentReferenceUnitGid}-delete",
                "x-filename-id":"orderreleases-orderreleasegid-lines-orderreleaselinegid-equipmentrefunits-equipmentreferenceunitgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Releases/Lines/Equipment Reference Units"
                ],
                "summary":"Update an Equipment Reference Unit",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-lines-{orderReleaseLineGid}-equipmentRefUnits-{equipmentReferenceUnitGid}-patch",
                "x-filename-id":"orderreleases-orderreleasegid-lines-orderreleaselinegid-equipmentrefunits-equipmentreferenceunitgid-patch"
            }
        },
        "/orderReleases/{orderReleaseGid}/lines/{orderReleaseLineGid}/allocations":{
            "parameters":[
                {
                    "name":"orderReleaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"orderReleaseLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Releases/Lines/Allocations"
                ],
                "summary":"Get Allocations",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderReleases.lines.allocations"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-lines-{orderReleaseLineGid}-allocations-get",
                "x-filename-id":"orderreleases-orderreleasegid-lines-orderreleaselinegid-allocations-get"
            }
        },
        "/orderReleases/{orderReleaseGid}/lines/{orderReleaseLineGid}/allocations/{allocSeqNo}":{
            "parameters":[
                {
                    "name":"orderReleaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"orderReleaseLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"allocSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Releases/Lines/Allocations"
                ],
                "summary":"Get an Allocation",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderReleases.lines.allocations"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-lines-{orderReleaseLineGid}-allocations-{allocSeqNo}-get",
                "x-filename-id":"orderreleases-orderreleasegid-lines-orderreleaselinegid-allocations-allocseqno-get"
            }
        },
        "/orderReleases/{orderReleaseGid}/lines/{orderReleaseLineGid}/allocations/{allocSeqNo}/allocationBase":{
            "parameters":[
                {
                    "name":"orderReleaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"orderReleaseLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"allocSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Releases/Lines/Allocations/Allocation Bases"
                ],
                "summary":"Get Allocation Bases",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderReleases.lines.allocations.allocationBase"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-lines-{orderReleaseLineGid}-allocations-{allocSeqNo}-allocationBase-get",
                "x-filename-id":"orderreleases-orderreleasegid-lines-orderreleaselinegid-allocations-allocseqno-allocationbase-get"
            }
        },
        "/orderReleases/{orderReleaseGid}/lines/{orderReleaseLineGid}/allocations/{allocSeqNo}/allocationBase/{allocSeqNo}":{
            "parameters":[
                {
                    "name":"orderReleaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"orderReleaseLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"allocSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Releases/Lines/Allocations/Allocation Bases"
                ],
                "summary":"Get an Allocation Base",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderReleases.lines.allocations.allocationBase"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-lines-{orderReleaseLineGid}-allocations-{allocSeqNo}-allocationBase-{allocSeqNo}-get",
                "x-filename-id":"orderreleases-orderreleasegid-lines-orderreleaselinegid-allocations-allocseqno-allocationbase-allocseqno-get"
            }
        },
        "/orderReleases/{orderReleaseGid}/lines/{orderReleaseLineGid}/allocations/{allocSeqNo}/details":{
            "parameters":[
                {
                    "name":"orderReleaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"orderReleaseLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"allocSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Releases/Lines/Allocations/Allocation Details"
                ],
                "summary":"Get Allocation Details",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderReleases.lines.allocations.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-lines-{orderReleaseLineGid}-allocations-{allocSeqNo}-details-get",
                "x-filename-id":"orderreleases-orderreleasegid-lines-orderreleaselinegid-allocations-allocseqno-details-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Order Releases/Lines/Allocations/Allocation Details"
                ],
                "summary":"Create an Allocation Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/orderReleases.lines.allocations.details"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/orderReleases.lines.allocations.details"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderReleases.lines.allocations.details"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderReleases.lines.allocations.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-lines-{orderReleaseLineGid}-allocations-{allocSeqNo}-details-post",
                "x-filename-id":"orderreleases-orderreleasegid-lines-orderreleaselinegid-allocations-allocseqno-details-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Releases/Lines/Allocations/Allocation Details"
                ],
                "summary":"Update Allocation Details",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-lines-{orderReleaseLineGid}-allocations-{allocSeqNo}-details-patch",
                "x-filename-id":"orderreleases-orderreleasegid-lines-orderreleaselinegid-allocations-allocseqno-details-patch"
            }
        },
        "/orderReleases/{orderReleaseGid}/lines/{orderReleaseLineGid}/allocations/{allocSeqNo}/details/{allocCostSeqno}":{
            "parameters":[
                {
                    "name":"orderReleaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"orderReleaseLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"allocSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"allocCostSeqno",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Releases/Lines/Allocations/Allocation Details"
                ],
                "summary":"Get an Allocation Detail",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderReleases.lines.allocations.details"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-lines-{orderReleaseLineGid}-allocations-{allocSeqNo}-details-{allocCostSeqno}-get",
                "x-filename-id":"orderreleases-orderreleasegid-lines-orderreleaselinegid-allocations-allocseqno-details-alloccostseqno-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Order Releases/Lines/Allocations/Allocation Details"
                ],
                "summary":"Delete an Allocation Detail",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-lines-{orderReleaseLineGid}-allocations-{allocSeqNo}-details-{allocCostSeqno}-delete",
                "x-filename-id":"orderreleases-orderreleasegid-lines-orderreleaselinegid-allocations-allocseqno-details-alloccostseqno-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Releases/Lines/Allocations/Allocation Details"
                ],
                "summary":"Update an Allocation Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-lines-{orderReleaseLineGid}-allocations-{allocSeqNo}-details-{allocCostSeqno}-patch",
                "x-filename-id":"orderreleases-orderreleasegid-lines-orderreleaselinegid-allocations-allocseqno-details-alloccostseqno-patch"
            }
        },
        "/orderReleases/{orderReleaseGid}/lines/{orderReleaseLineGid}/accessorials":{
            "parameters":[
                {
                    "name":"orderReleaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"orderReleaseLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Releases/Lines/Accessorials"
                ],
                "summary":"Get Accessorials",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderReleases.lines.accessorials"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-lines-{orderReleaseLineGid}-accessorials-get",
                "x-filename-id":"orderreleases-orderreleasegid-lines-orderreleaselinegid-accessorials-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Order Releases/Lines/Accessorials"
                ],
                "summary":"Create an Accessorial",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/orderReleases.lines.accessorials"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/orderReleases.lines.accessorials"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderReleases.lines.accessorials"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderReleases.lines.accessorials"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-lines-{orderReleaseLineGid}-accessorials-post",
                "x-filename-id":"orderreleases-orderreleasegid-lines-orderreleaselinegid-accessorials-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Releases/Lines/Accessorials"
                ],
                "summary":"Update Accessorials",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-lines-{orderReleaseLineGid}-accessorials-patch",
                "x-filename-id":"orderreleases-orderreleasegid-lines-orderreleaselinegid-accessorials-patch"
            }
        },
        "/orderReleases/{orderReleaseGid}/lines/{orderReleaseLineGid}/accessorials/{accessorialCodeGid}":{
            "parameters":[
                {
                    "name":"orderReleaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"orderReleaseLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"accessorialCodeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Releases/Lines/Accessorials"
                ],
                "summary":"Get an Accessorial",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderReleases.lines.accessorials"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-lines-{orderReleaseLineGid}-accessorials-{accessorialCodeGid}-get",
                "x-filename-id":"orderreleases-orderreleasegid-lines-orderreleaselinegid-accessorials-accessorialcodegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Order Releases/Lines/Accessorials"
                ],
                "summary":"Delete an Accessorial",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-lines-{orderReleaseLineGid}-accessorials-{accessorialCodeGid}-delete",
                "x-filename-id":"orderreleases-orderreleasegid-lines-orderreleaselinegid-accessorials-accessorialcodegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Releases/Lines/Accessorials"
                ],
                "summary":"Update an Accessorial",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-lines-{orderReleaseLineGid}-accessorials-{accessorialCodeGid}-patch",
                "x-filename-id":"orderreleases-orderreleasegid-lines-orderreleaselinegid-accessorials-accessorialcodegid-patch"
            }
        },
        "/orderReleases/{orderReleaseGid}/lines/{orderReleaseLineGid}/accessorials/{accessorialCodeGid}/remarks":{
            "parameters":[
                {
                    "name":"orderReleaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"orderReleaseLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"accessorialCodeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Releases/Lines/Accessorials/Remarks"
                ],
                "summary":"Get Remarks",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderReleases.lines.accessorials.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-lines-{orderReleaseLineGid}-accessorials-{accessorialCodeGid}-remarks-get",
                "x-filename-id":"orderreleases-orderreleasegid-lines-orderreleaselinegid-accessorials-accessorialcodegid-remarks-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Order Releases/Lines/Accessorials/Remarks"
                ],
                "summary":"Create a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/orderReleases.lines.accessorials.remarks"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/orderReleases.lines.accessorials.remarks"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderReleases.lines.accessorials.remarks"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderReleases.lines.accessorials.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-lines-{orderReleaseLineGid}-accessorials-{accessorialCodeGid}-remarks-post",
                "x-filename-id":"orderreleases-orderreleasegid-lines-orderreleaselinegid-accessorials-accessorialcodegid-remarks-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Releases/Lines/Accessorials/Remarks"
                ],
                "summary":"Update Remarks",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-lines-{orderReleaseLineGid}-accessorials-{accessorialCodeGid}-remarks-patch",
                "x-filename-id":"orderreleases-orderreleasegid-lines-orderreleaselinegid-accessorials-accessorialcodegid-remarks-patch"
            }
        },
        "/orderReleases/{orderReleaseGid}/lines/{orderReleaseLineGid}/accessorials/{accessorialCodeGid}/remarks/{remarkSequence}":{
            "parameters":[
                {
                    "name":"orderReleaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"orderReleaseLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"accessorialCodeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"remarkSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Releases/Lines/Accessorials/Remarks"
                ],
                "summary":"Get a Remark",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderReleases.lines.accessorials.remarks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-lines-{orderReleaseLineGid}-accessorials-{accessorialCodeGid}-remarks-{remarkSequence}-get",
                "x-filename-id":"orderreleases-orderreleasegid-lines-orderreleaselinegid-accessorials-accessorialcodegid-remarks-remarksequence-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Order Releases/Lines/Accessorials/Remarks"
                ],
                "summary":"Delete a Remark",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-lines-{orderReleaseLineGid}-accessorials-{accessorialCodeGid}-remarks-{remarkSequence}-delete",
                "x-filename-id":"orderreleases-orderreleasegid-lines-orderreleaselinegid-accessorials-accessorialcodegid-remarks-remarksequence-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Releases/Lines/Accessorials/Remarks"
                ],
                "summary":"Update a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-lines-{orderReleaseLineGid}-accessorials-{accessorialCodeGid}-remarks-{remarkSequence}-patch",
                "x-filename-id":"orderreleases-orderreleasegid-lines-orderreleaselinegid-accessorials-accessorialcodegid-remarks-remarksequence-patch"
            }
        },
        "/orderReleases/{orderReleaseGid}/involvedParties":{
            "parameters":[
                {
                    "name":"orderReleaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Releases/Involved Parties"
                ],
                "summary":"Get Involved Parties",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderReleases.involvedParties"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-involvedParties-get",
                "x-filename-id":"orderreleases-orderreleasegid-involvedparties-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Order Releases/Involved Parties"
                ],
                "summary":"Create an Involved Party",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/orderReleases.involvedParties"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/orderReleases.involvedParties"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderReleases.involvedParties"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderReleases.involvedParties"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-involvedParties-post",
                "x-filename-id":"orderreleases-orderreleasegid-involvedparties-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Releases/Involved Parties"
                ],
                "summary":"Update Involved Parties",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-involvedParties-patch",
                "x-filename-id":"orderreleases-orderreleasegid-involvedparties-patch"
            }
        },
        "/orderReleases/{orderReleaseGid}/involvedParties/{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}":{
            "parameters":[
                {
                    "name":"orderReleaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Releases/Involved Parties"
                ],
                "summary":"Get an Involved Party",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderReleases.involvedParties"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-get",
                "x-filename-id":"orderreleases-orderreleasegid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Order Releases/Involved Parties"
                ],
                "summary":"Delete an Involved Party",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-delete",
                "x-filename-id":"orderreleases-orderreleasegid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Releases/Involved Parties"
                ],
                "summary":"Update an Involved Party",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-patch",
                "x-filename-id":"orderreleases-orderreleasegid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-patch"
            }
        },
        "/orderReleases/{orderReleaseGid}/involvedParties/{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}/overrideAddresses":{
            "parameters":[
                {
                    "name":"orderReleaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Releases/Involved Parties/Override Addresses"
                ],
                "summary":"Get Override Addresses",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderReleases.involvedParties.overrideAddresses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-overrideAddresses-get",
                "x-filename-id":"orderreleases-orderreleasegid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-overrideaddresses-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Order Releases/Involved Parties/Override Addresses"
                ],
                "summary":"Create an Override Address",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/orderReleases.involvedParties.overrideAddresses"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/orderReleases.involvedParties.overrideAddresses"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderReleases.involvedParties.overrideAddresses"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderReleases.involvedParties.overrideAddresses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-overrideAddresses-post",
                "x-filename-id":"orderreleases-orderreleasegid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-overrideaddresses-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Releases/Involved Parties/Override Addresses"
                ],
                "summary":"Update Override Addresses",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-overrideAddresses-patch",
                "x-filename-id":"orderreleases-orderreleasegid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-overrideaddresses-patch"
            }
        },
        "/orderReleases/{orderReleaseGid}/involvedParties/{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}/overrideAddresses/{lineSequence}":{
            "parameters":[
                {
                    "name":"orderReleaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"lineSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Releases/Involved Parties/Override Addresses"
                ],
                "summary":"Get an Override Address",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderReleases.involvedParties.overrideAddresses"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-overrideAddresses-{lineSequence}-get",
                "x-filename-id":"orderreleases-orderreleasegid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-overrideaddresses-linesequence-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Order Releases/Involved Parties/Override Addresses"
                ],
                "summary":"Delete an Override Address",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-overrideAddresses-{lineSequence}-delete",
                "x-filename-id":"orderreleases-orderreleasegid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-overrideaddresses-linesequence-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Releases/Involved Parties/Override Addresses"
                ],
                "summary":"Update an Override Address",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-overrideAddresses-{lineSequence}-patch",
                "x-filename-id":"orderreleases-orderreleasegid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-overrideaddresses-linesequence-patch"
            }
        },
        "/orderReleases/{orderReleaseGid}/remarks":{
            "parameters":[
                {
                    "name":"orderReleaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Releases/Remarks"
                ],
                "summary":"Get Remarks",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderReleases.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-remarks-get",
                "x-filename-id":"orderreleases-orderreleasegid-remarks-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Order Releases/Remarks"
                ],
                "summary":"Create a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/orderReleases.remarks"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/orderReleases.remarks"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderReleases.remarks"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderReleases.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-remarks-post",
                "x-filename-id":"orderreleases-orderreleasegid-remarks-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Releases/Remarks"
                ],
                "summary":"Update Remarks",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-remarks-patch",
                "x-filename-id":"orderreleases-orderreleasegid-remarks-patch"
            }
        },
        "/orderReleases/{orderReleaseGid}/remarks/{remarkSequence}":{
            "parameters":[
                {
                    "name":"orderReleaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"remarkSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Releases/Remarks"
                ],
                "summary":"Get a Remark",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderReleases.remarks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-remarks-{remarkSequence}-get",
                "x-filename-id":"orderreleases-orderreleasegid-remarks-remarksequence-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Order Releases/Remarks"
                ],
                "summary":"Delete a Remark",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-remarks-{remarkSequence}-delete",
                "x-filename-id":"orderreleases-orderreleasegid-remarks-remarksequence-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Releases/Remarks"
                ],
                "summary":"Update a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-remarks-{remarkSequence}-patch",
                "x-filename-id":"orderreleases-orderreleasegid-remarks-remarksequence-patch"
            }
        },
        "/orderReleases/{orderReleaseGid}/texts":{
            "parameters":[
                {
                    "name":"orderReleaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Releases/Texts"
                ],
                "summary":"Get Texts",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderReleases.texts"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-texts-get",
                "x-filename-id":"orderreleases-orderreleasegid-texts-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Order Releases/Texts"
                ],
                "summary":"Create a Text",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/orderReleases.texts"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/orderReleases.texts"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderReleases.texts"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderReleases.texts"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-texts-post",
                "x-filename-id":"orderreleases-orderreleasegid-texts-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Releases/Texts"
                ],
                "summary":"Update Texts",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-texts-patch",
                "x-filename-id":"orderreleases-orderreleasegid-texts-patch"
            }
        },
        "/orderReleases/{orderReleaseGid}/texts/{textTemplateGidxdocumentDefGid}":{
            "parameters":[
                {
                    "name":"orderReleaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"textTemplateGidxdocumentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Releases/Texts"
                ],
                "summary":"Get a Text",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderReleases.texts"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-texts-{textTemplateGidxdocumentDefGid}-get",
                "x-filename-id":"orderreleases-orderreleasegid-texts-texttemplategidxdocumentdefgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Order Releases/Texts"
                ],
                "summary":"Delete a Text",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-texts-{textTemplateGidxdocumentDefGid}-delete",
                "x-filename-id":"orderreleases-orderreleasegid-texts-texttemplategidxdocumentdefgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Releases/Texts"
                ],
                "summary":"Update a Text",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-texts-{textTemplateGidxdocumentDefGid}-patch",
                "x-filename-id":"orderreleases-orderreleasegid-texts-texttemplategidxdocumentdefgid-patch"
            }
        },
        "/orderReleases/{orderReleaseGid}/statuses":{
            "parameters":[
                {
                    "name":"orderReleaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Releases/Statuses"
                ],
                "summary":"Get Statuses",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderReleases.statuses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-statuses-get",
                "x-filename-id":"orderreleases-orderreleasegid-statuses-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Order Releases/Statuses"
                ],
                "summary":"Create a Status",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/orderReleases.statuses"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/orderReleases.statuses"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderReleases.statuses"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderReleases.statuses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-statuses-post",
                "x-filename-id":"orderreleases-orderreleasegid-statuses-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Releases/Statuses"
                ],
                "summary":"Update Statuses",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-statuses-patch",
                "x-filename-id":"orderreleases-orderreleasegid-statuses-patch"
            }
        },
        "/orderReleases/{orderReleaseGid}/statuses/{statusTypeGid}":{
            "parameters":[
                {
                    "name":"orderReleaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"statusTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Releases/Statuses"
                ],
                "summary":"Get a Status",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderReleases.statuses"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-statuses-{statusTypeGid}-get",
                "x-filename-id":"orderreleases-orderreleasegid-statuses-statustypegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Order Releases/Statuses"
                ],
                "summary":"Delete a Status",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-statuses-{statusTypeGid}-delete",
                "x-filename-id":"orderreleases-orderreleasegid-statuses-statustypegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Releases/Statuses"
                ],
                "summary":"Update a Status",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-statuses-{statusTypeGid}-patch",
                "x-filename-id":"orderreleases-orderreleasegid-statuses-statustypegid-patch"
            }
        },
        "/orderReleases/{orderReleaseGid}/accruals":{
            "parameters":[
                {
                    "name":"orderReleaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Releases/Accruals"
                ],
                "summary":"Get Accruals",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderReleases.accruals"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-accruals-get",
                "x-filename-id":"orderreleases-orderreleasegid-accruals-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Order Releases/Accruals"
                ],
                "summary":"Create an Accrual",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/orderReleases.accruals"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/orderReleases.accruals"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderReleases.accruals"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderReleases.accruals"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-accruals-post",
                "x-filename-id":"orderreleases-orderreleasegid-accruals-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Releases/Accruals"
                ],
                "summary":"Update Accruals",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-accruals-patch",
                "x-filename-id":"orderreleases-orderreleasegid-accruals-patch"
            }
        },
        "/orderReleases/{orderReleaseGid}/accruals/{orderReleaseAccrualGid}":{
            "parameters":[
                {
                    "name":"orderReleaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"orderReleaseAccrualGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Releases/Accruals"
                ],
                "summary":"Get an Accrual",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderReleases.accruals"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-accruals-{orderReleaseAccrualGid}-get",
                "x-filename-id":"orderreleases-orderreleasegid-accruals-orderreleaseaccrualgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Order Releases/Accruals"
                ],
                "summary":"Delete an Accrual",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-accruals-{orderReleaseAccrualGid}-delete",
                "x-filename-id":"orderreleases-orderreleasegid-accruals-orderreleaseaccrualgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Releases/Accruals"
                ],
                "summary":"Update an Accrual",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-accruals-{orderReleaseAccrualGid}-patch",
                "x-filename-id":"orderreleases-orderreleasegid-accruals-orderreleaseaccrualgid-patch"
            }
        },
        "/orderReleases/{orderReleaseGid}/legConstraints":{
            "parameters":[
                {
                    "name":"orderReleaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Releases/Leg Constraints"
                ],
                "summary":"Get Leg Constraints",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderReleases.legConstraints"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-legConstraints-get",
                "x-filename-id":"orderreleases-orderreleasegid-legconstraints-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Order Releases/Leg Constraints"
                ],
                "summary":"Create a Leg Constraint",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/orderReleases.legConstraints"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/orderReleases.legConstraints"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderReleases.legConstraints"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderReleases.legConstraints"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-legConstraints-post",
                "x-filename-id":"orderreleases-orderreleasegid-legconstraints-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Releases/Leg Constraints"
                ],
                "summary":"Update Leg Constraints",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-legConstraints-patch",
                "x-filename-id":"orderreleases-orderreleasegid-legconstraints-patch"
            }
        },
        "/orderReleases/{orderReleaseGid}/legConstraints/{legClassificationGid}":{
            "parameters":[
                {
                    "name":"orderReleaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"legClassificationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Releases/Leg Constraints"
                ],
                "summary":"Get a Leg Constraint",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderReleases.legConstraints"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-legConstraints-{legClassificationGid}-get",
                "x-filename-id":"orderreleases-orderreleasegid-legconstraints-legclassificationgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Order Releases/Leg Constraints"
                ],
                "summary":"Delete a Leg Constraint",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-legConstraints-{legClassificationGid}-delete",
                "x-filename-id":"orderreleases-orderreleasegid-legconstraints-legclassificationgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Releases/Leg Constraints"
                ],
                "summary":"Update a Leg Constraint",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-legConstraints-{legClassificationGid}-patch",
                "x-filename-id":"orderreleases-orderreleasegid-legconstraints-legclassificationgid-patch"
            }
        },
        "/orderReleases/{orderReleaseGid}/stops":{
            "parameters":[
                {
                    "name":"orderReleaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Releases/Stops"
                ],
                "summary":"Get Stops",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderReleases.stops"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-stops-get",
                "x-filename-id":"orderreleases-orderreleasegid-stops-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Order Releases/Stops"
                ],
                "summary":"Create a Stop",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/orderReleases.stops"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/orderReleases.stops"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderReleases.stops"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderReleases.stops"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-stops-post",
                "x-filename-id":"orderreleases-orderreleasegid-stops-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Releases/Stops"
                ],
                "summary":"Update Stops",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-stops-patch",
                "x-filename-id":"orderreleases-orderreleasegid-stops-patch"
            }
        },
        "/orderReleases/{orderReleaseGid}/stops/{orStopGid}":{
            "parameters":[
                {
                    "name":"orderReleaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"orStopGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Releases/Stops"
                ],
                "summary":"Get a Stop",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderReleases.stops"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-stops-{orStopGid}-get",
                "x-filename-id":"orderreleases-orderreleasegid-stops-orstopgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Order Releases/Stops"
                ],
                "summary":"Delete a Stop",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-stops-{orStopGid}-delete",
                "x-filename-id":"orderreleases-orderreleasegid-stops-orstopgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Releases/Stops"
                ],
                "summary":"Update a Stop",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-stops-{orStopGid}-patch",
                "x-filename-id":"orderreleases-orderreleasegid-stops-orstopgid-patch"
            }
        },
        "/orderReleases/{orderReleaseGid}/stops/{orStopGid}/remarks":{
            "parameters":[
                {
                    "name":"orderReleaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"orStopGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Releases/Stops/Remarks"
                ],
                "summary":"Get Remarks",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderReleases.stops.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-stops-{orStopGid}-remarks-get",
                "x-filename-id":"orderreleases-orderreleasegid-stops-orstopgid-remarks-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Order Releases/Stops/Remarks"
                ],
                "summary":"Create a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/orderReleases.stops.remarks"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/orderReleases.stops.remarks"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderReleases.stops.remarks"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderReleases.stops.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-stops-{orStopGid}-remarks-post",
                "x-filename-id":"orderreleases-orderreleasegid-stops-orstopgid-remarks-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Releases/Stops/Remarks"
                ],
                "summary":"Update Remarks",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-stops-{orStopGid}-remarks-patch",
                "x-filename-id":"orderreleases-orderreleasegid-stops-orstopgid-remarks-patch"
            }
        },
        "/orderReleases/{orderReleaseGid}/stops/{orStopGid}/remarks/{remarkSequence}":{
            "parameters":[
                {
                    "name":"orderReleaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"orStopGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"remarkSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Releases/Stops/Remarks"
                ],
                "summary":"Get a Remark",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderReleases.stops.remarks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-stops-{orStopGid}-remarks-{remarkSequence}-get",
                "x-filename-id":"orderreleases-orderreleasegid-stops-orstopgid-remarks-remarksequence-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Order Releases/Stops/Remarks"
                ],
                "summary":"Delete a Remark",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-stops-{orStopGid}-remarks-{remarkSequence}-delete",
                "x-filename-id":"orderreleases-orderreleasegid-stops-orstopgid-remarks-remarksequence-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Releases/Stops/Remarks"
                ],
                "summary":"Update a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-stops-{orStopGid}-remarks-{remarkSequence}-patch",
                "x-filename-id":"orderreleases-orderreleasegid-stops-orstopgid-remarks-remarksequence-patch"
            }
        },
        "/orderReleases/{orderReleaseGid}/stops/{orStopGid}/specialServices":{
            "parameters":[
                {
                    "name":"orderReleaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"orStopGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Releases/Stops/Special Services"
                ],
                "summary":"Get Special Services",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderReleases.stops.specialServices"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-stops-{orStopGid}-specialServices-get",
                "x-filename-id":"orderreleases-orderreleasegid-stops-orstopgid-specialservices-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Order Releases/Stops/Special Services"
                ],
                "summary":"Create a Special Service",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/orderReleases.stops.specialServices"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/orderReleases.stops.specialServices"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderReleases.stops.specialServices"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderReleases.stops.specialServices"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-stops-{orStopGid}-specialServices-post",
                "x-filename-id":"orderreleases-orderreleasegid-stops-orstopgid-specialservices-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Releases/Stops/Special Services"
                ],
                "summary":"Update Special Services",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-stops-{orStopGid}-specialServices-patch",
                "x-filename-id":"orderreleases-orderreleasegid-stops-orstopgid-specialservices-patch"
            }
        },
        "/orderReleases/{orderReleaseGid}/stops/{orStopGid}/specialServices/{specialServiceGid}":{
            "parameters":[
                {
                    "name":"orderReleaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"orStopGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"specialServiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Releases/Stops/Special Services"
                ],
                "summary":"Get a Special Service",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderReleases.stops.specialServices"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-stops-{orStopGid}-specialServices-{specialServiceGid}-get",
                "x-filename-id":"orderreleases-orderreleasegid-stops-orstopgid-specialservices-specialservicegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Order Releases/Stops/Special Services"
                ],
                "summary":"Delete a Special Service",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-stops-{orStopGid}-specialServices-{specialServiceGid}-delete",
                "x-filename-id":"orderreleases-orderreleasegid-stops-orstopgid-specialservices-specialservicegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Releases/Stops/Special Services"
                ],
                "summary":"Update a Special Service",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-stops-{orStopGid}-specialServices-{specialServiceGid}-patch",
                "x-filename-id":"orderreleases-orderreleasegid-stops-orstopgid-specialservices-specialservicegid-patch"
            }
        },
        "/orderReleases/{orderReleaseGid}/accessorials":{
            "parameters":[
                {
                    "name":"orderReleaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Releases/Accessorials"
                ],
                "summary":"Get Accessorials",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderReleases.accessorials"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-accessorials-get",
                "x-filename-id":"orderreleases-orderreleasegid-accessorials-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Order Releases/Accessorials"
                ],
                "summary":"Create an Accessorial",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/orderReleases.accessorials"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/orderReleases.accessorials"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderReleases.accessorials"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderReleases.accessorials"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-accessorials-post",
                "x-filename-id":"orderreleases-orderreleasegid-accessorials-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Releases/Accessorials"
                ],
                "summary":"Update Accessorials",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-accessorials-patch",
                "x-filename-id":"orderreleases-orderreleasegid-accessorials-patch"
            }
        },
        "/orderReleases/{orderReleaseGid}/accessorials/{accessorialCodeGid}":{
            "parameters":[
                {
                    "name":"orderReleaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"accessorialCodeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Releases/Accessorials"
                ],
                "summary":"Get an Accessorial",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderReleases.accessorials"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-accessorials-{accessorialCodeGid}-get",
                "x-filename-id":"orderreleases-orderreleasegid-accessorials-accessorialcodegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Order Releases/Accessorials"
                ],
                "summary":"Delete an Accessorial",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-accessorials-{accessorialCodeGid}-delete",
                "x-filename-id":"orderreleases-orderreleasegid-accessorials-accessorialcodegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Releases/Accessorials"
                ],
                "summary":"Update an Accessorial",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-accessorials-{accessorialCodeGid}-patch",
                "x-filename-id":"orderreleases-orderreleasegid-accessorials-accessorialcodegid-patch"
            }
        },
        "/orderReleases/{orderReleaseGid}/refnums":{
            "parameters":[
                {
                    "name":"orderReleaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Releases/Reference Numbers"
                ],
                "summary":"Get Reference Numbers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderReleases.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-refnums-get",
                "x-filename-id":"orderreleases-orderreleasegid-refnums-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Order Releases/Reference Numbers"
                ],
                "summary":"Create a Reference Number",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/orderReleases.refnums"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/orderReleases.refnums"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderReleases.refnums"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderReleases.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-refnums-post",
                "x-filename-id":"orderreleases-orderreleasegid-refnums-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Releases/Reference Numbers"
                ],
                "summary":"Update Reference Numbers",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-refnums-patch",
                "x-filename-id":"orderreleases-orderreleasegid-refnums-patch"
            }
        },
        "/orderReleases/{orderReleaseGid}/refnums/{orderReleaseRefnumQualGidxorderReleaseRefnumValue}":{
            "parameters":[
                {
                    "name":"orderReleaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"orderReleaseRefnumQualGidxorderReleaseRefnumValue",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Releases/Reference Numbers"
                ],
                "summary":"Get a Reference Number",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderReleases.refnums"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-refnums-{orderReleaseRefnumQualGidxorderReleaseRefnumValue}-get",
                "x-filename-id":"orderreleases-orderreleasegid-refnums-orderreleaserefnumqualgidxorderreleaserefnumvalue-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Order Releases/Reference Numbers"
                ],
                "summary":"Delete a Reference Number",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-refnums-{orderReleaseRefnumQualGidxorderReleaseRefnumValue}-delete",
                "x-filename-id":"orderreleases-orderreleasegid-refnums-orderreleaserefnumqualgidxorderreleaserefnumvalue-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Releases/Reference Numbers"
                ],
                "summary":"Update a Reference Number",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-refnums-{orderReleaseRefnumQualGidxorderReleaseRefnumValue}-patch",
                "x-filename-id":"orderreleases-orderreleasegid-refnums-orderreleaserefnumqualgidxorderreleaserefnumvalue-patch"
            }
        },
        "/orderReleases/{orderReleaseGid}/trackingEvents":{
            "parameters":[
                {
                    "name":"orderReleaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Releases/Tracking Events"
                ],
                "summary":"Get Tracking Events",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderReleases.trackingEvents"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-trackingEvents-get",
                "x-filename-id":"orderreleases-orderreleasegid-trackingevents-get"
            }
        },
        "/orderReleases/{orderReleaseGid}/trackingEvents/{iTransactionNo}":{
            "parameters":[
                {
                    "name":"orderReleaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"iTransactionNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Releases/Tracking Events"
                ],
                "summary":"Get a Tracking Event",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderReleases.trackingEvents"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-trackingEvents-{iTransactionNo}-get",
                "x-filename-id":"orderreleases-orderreleasegid-trackingevents-itransactionno-get"
            }
        },
        "/orderReleases/{orderReleaseGid}/documents":{
            "parameters":[
                {
                    "name":"orderReleaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Releases/Documents"
                ],
                "summary":"Get Documents",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderReleases.documents"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-documents-get",
                "x-filename-id":"orderreleases-orderreleasegid-documents-get"
            }
        },
        "/orderReleases/{orderReleaseGid}/documents/{documentGid}":{
            "parameters":[
                {
                    "name":"orderReleaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Releases/Documents"
                ],
                "summary":"Get a Document",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderReleases.documents"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-documents-{documentGid}-get",
                "x-filename-id":"orderreleases-orderreleasegid-documents-documentgid-get"
            }
        },
        "/orderReleases/{orderReleaseGid}/allocations":{
            "parameters":[
                {
                    "name":"orderReleaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Releases/Allocations"
                ],
                "summary":"Get Allocations",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderReleases.allocations"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-allocations-get",
                "x-filename-id":"orderreleases-orderreleasegid-allocations-get"
            }
        },
        "/orderReleases/{orderReleaseGid}/allocations/{allocSeqNo}":{
            "parameters":[
                {
                    "name":"orderReleaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"allocSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Releases/Allocations"
                ],
                "summary":"Get an Allocation",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderReleases.allocations"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-allocations-{allocSeqNo}-get",
                "x-filename-id":"orderreleases-orderreleasegid-allocations-allocseqno-get"
            }
        },
        "/orderReleases/{orderReleaseGid}/allocations/{allocSeqNo}/allocationBase":{
            "parameters":[
                {
                    "name":"orderReleaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"allocSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Releases/Allocations/Allocation Bases"
                ],
                "summary":"Get Allocation Bases",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderReleases.allocations.allocationBase"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-allocations-{allocSeqNo}-allocationBase-get",
                "x-filename-id":"orderreleases-orderreleasegid-allocations-allocseqno-allocationbase-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Order Releases/Allocations/Allocation Bases"
                ],
                "summary":"Create an Allocation Base",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/orderReleases.allocations.allocationBase"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/orderReleases.allocations.allocationBase"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderReleases.allocations.allocationBase"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderReleases.allocations.allocationBase"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-allocations-{allocSeqNo}-allocationBase-post",
                "x-filename-id":"orderreleases-orderreleasegid-allocations-allocseqno-allocationbase-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Releases/Allocations/Allocation Bases"
                ],
                "summary":"Update Allocation Bases",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-allocations-{allocSeqNo}-allocationBase-patch",
                "x-filename-id":"orderreleases-orderreleasegid-allocations-allocseqno-allocationbase-patch"
            }
        },
        "/orderReleases/{orderReleaseGid}/allocations/{allocSeqNo}/allocationBase/{allocSeqNo}":{
            "parameters":[
                {
                    "name":"orderReleaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"allocSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Releases/Allocations/Allocation Bases"
                ],
                "summary":"Get an Allocation Base",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderReleases.allocations.allocationBase"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-allocations-{allocSeqNo}-allocationBase-{allocSeqNo}-get",
                "x-filename-id":"orderreleases-orderreleasegid-allocations-allocseqno-allocationbase-allocseqno-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Order Releases/Allocations/Allocation Bases"
                ],
                "summary":"Delete an Allocation Base",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-allocations-{allocSeqNo}-allocationBase-{allocSeqNo}-delete",
                "x-filename-id":"orderreleases-orderreleasegid-allocations-allocseqno-allocationbase-allocseqno-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Releases/Allocations/Allocation Bases"
                ],
                "summary":"Update an Allocation Base",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-allocations-{allocSeqNo}-allocationBase-{allocSeqNo}-patch",
                "x-filename-id":"orderreleases-orderreleasegid-allocations-allocseqno-allocationbase-allocseqno-patch"
            }
        },
        "/orderReleases/{orderReleaseGid}/allocations/{allocSeqNo}/details":{
            "parameters":[
                {
                    "name":"orderReleaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"allocSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Releases/Allocations/Allocation Details"
                ],
                "summary":"Get Allocation Details",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderReleases.allocations.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-allocations-{allocSeqNo}-details-get",
                "x-filename-id":"orderreleases-orderreleasegid-allocations-allocseqno-details-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Order Releases/Allocations/Allocation Details"
                ],
                "summary":"Create an Allocation Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/orderReleases.allocations.details"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/orderReleases.allocations.details"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderReleases.allocations.details"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderReleases.allocations.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-allocations-{allocSeqNo}-details-post",
                "x-filename-id":"orderreleases-orderreleasegid-allocations-allocseqno-details-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Releases/Allocations/Allocation Details"
                ],
                "summary":"Update Allocation Details",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-allocations-{allocSeqNo}-details-patch",
                "x-filename-id":"orderreleases-orderreleasegid-allocations-allocseqno-details-patch"
            }
        },
        "/orderReleases/{orderReleaseGid}/allocations/{allocSeqNo}/details/{allocCostSeqno}":{
            "parameters":[
                {
                    "name":"orderReleaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"allocSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"allocCostSeqno",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Releases/Allocations/Allocation Details"
                ],
                "summary":"Get an Allocation Detail",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderReleases.allocations.details"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-allocations-{allocSeqNo}-details-{allocCostSeqno}-get",
                "x-filename-id":"orderreleases-orderreleasegid-allocations-allocseqno-details-alloccostseqno-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Order Releases/Allocations/Allocation Details"
                ],
                "summary":"Delete an Allocation Detail",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-allocations-{allocSeqNo}-details-{allocCostSeqno}-delete",
                "x-filename-id":"orderreleases-orderreleasegid-allocations-allocseqno-details-alloccostseqno-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Releases/Allocations/Allocation Details"
                ],
                "summary":"Update an Allocation Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleases-{orderReleaseGid}-allocations-{allocSeqNo}-details-{allocCostSeqno}-patch",
                "x-filename-id":"orderreleases-orderreleasegid-allocations-allocseqno-details-alloccostseqno-patch"
            }
        },
        "/custom-actions/allocateCost/orderReleases/":{
            "post":{
                "tags":[
                    "Actions/Business Actions/Order Releases"
                ],
                "summary":"Performs the Allocate Cost action for one or more order releases",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/json":{
                            "schema":{
                                "$ref":"#/components/schemas/allocateCostRequest"
                            }
                        }
                    },
                    "required":true
                },
                "responses":{
                    "200":{
                        "description":"Success! A successful POST method returns a 200 status code.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/allocateCostResponse"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"custom-actions-allocateCost-orderReleases--post",
                "x-filename-id":"custom-actions-allocatecost-orderreleases-post"
            }
        },
        "/custom-actions/allocateCost/orderReleases/{order release id}":{
            "post":{
                "tags":[
                    "Actions/Business Actions/Order Releases"
                ],
                "summary":"Performs the Allocate Cost action for an order release",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    },
                    {
                        "name":"order release id",
                        "in":"path",
                        "required":true,
                        "schema":{
                            "type":"string"
                        }
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/json":{
                        }
                    }
                },
                "responses":{
                    "200":{
                        "description":"Success! A successful POST method returns a 200 status code.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/allocateCostResponse"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"custom-actions-allocateCost-orderReleases-{order release id}-post",
                "x-filename-id":"custom-actions-allocatecost-orderreleases-order-release-id-post"
            }
        },
        "/custom-actions/calculateDirectCostBuy/orderReleases/":{
            "post":{
                "tags":[
                    "Actions/Business Actions/Order Releases"
                ],
                "summary":"Performs the Calculate Best Direct Cost buy action for one or more order releases",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/json":{
                            "schema":{
                                "$ref":"#/components/schemas/calculateDirectCostBuyRequest"
                            }
                        }
                    },
                    "required":true
                },
                "responses":{
                    "200":{
                        "description":"Success! A successful POST method returns a 200 status code.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/calculateDirectCostBuyResponse"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"custom-actions-calculateDirectCostBuy-orderReleases--post",
                "x-filename-id":"custom-actions-calculatedirectcostbuy-orderreleases-post"
            }
        },
        "/custom-actions/calculateDirectCostBuy/orderReleases/{order release id}":{
            "post":{
                "tags":[
                    "Actions/Business Actions/Order Releases"
                ],
                "summary":"Performs the Calculate Best Direct Cost buy action for an order release",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    },
                    {
                        "name":"order release id",
                        "in":"path",
                        "required":true,
                        "schema":{
                            "type":"string"
                        }
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/json":{
                        }
                    }
                },
                "responses":{
                    "200":{
                        "description":"Success! A successful POST method returns a 200 status code.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/calculateDirectCostBuyResponse"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"custom-actions-calculateDirectCostBuy-orderReleases-{order release id}-post",
                "x-filename-id":"custom-actions-calculatedirectcostbuy-orderreleases-order-release-id-post"
            }
        },
        "/custom-actions/calculateDirectCostSell/orderReleases/":{
            "post":{
                "tags":[
                    "Actions/Business Actions/Order Releases"
                ],
                "summary":"Performs the Calculate Best Direct Cost sell action for one or more order releases",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/json":{
                            "schema":{
                                "$ref":"#/components/schemas/calculateDirectCostSellRequest"
                            }
                        }
                    },
                    "required":true
                },
                "responses":{
                    "200":{
                        "description":"Success! A successful POST method returns a 200 status code.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/calculateDirectCostSellResponse"
                                }
                            }
                        }
                    },
                    "400":{
                        "description":"Your request couldn't be processed because it contains missing or invalid information, such as a validation error on an input field, a missing required value, and so forth.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    },
                    "401":{
                        "description":"Unauthorized, the request was not successful because it lacks valid authentication credentials for the requested resource.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    },
                    "403":{
                        "description":"Access to the specified resource has been forbidden.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    },
                    "500":{
                        "description":"The server encountered something unexpected that prevented it from completing the request.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"custom-actions-calculateDirectCostSell-orderReleases--post",
                "x-filename-id":"custom-actions-calculatedirectcostsell-orderreleases-post"
            }
        },
        "/custom-actions/calculateDirectCostSell/orderReleases/{order release id}":{
            "post":{
                "tags":[
                    "Actions/Business Actions/Order Releases"
                ],
                "summary":"Performs the Calculate Best Direct Cost sell action for an order release",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    },
                    {
                        "name":"order release id",
                        "in":"path",
                        "required":true,
                        "schema":{
                            "type":"string"
                        }
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/json":{
                        }
                    }
                },
                "responses":{
                    "200":{
                        "description":"Success! A successful POST method returns a 200 status code.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/calculateDirectCostSellResponse"
                                }
                            }
                        }
                    },
                    "400":{
                        "description":"Your request couldn't be processed because it contains missing or invalid information, such as a validation error on an input field, a missing required value, and so forth.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    },
                    "401":{
                        "description":"Unauthorized, the request was not successful because it lacks valid authentication credentials for the requested resource.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    },
                    "403":{
                        "description":"Access to the specified resource has been forbidden.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    },
                    "500":{
                        "description":"The server encountered something unexpected that prevented it from completing the request.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"custom-actions-calculateDirectCostSell-orderReleases-{order release id}-post",
                "x-filename-id":"custom-actions-calculatedirectcostsell-orderreleases-order-release-id-post"
            }
        },
        "/routingRuleDetails":{
            "get":{
                "tags":[
                    "Power Data/Routing Rule Details"
                ],
                "summary":"Get Routing Rule Details",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/routingRuleDetails"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"routingRuleDetails-get",
                "x-filename-id":"routingruledetails-get"
            },
            "post":{
                "tags":[
                    "Power Data/Routing Rule Details"
                ],
                "summary":"Create a Routing Rule Detail",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/routingRuleDetails"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/routingRuleDetails"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"routingRuleDetails-post",
                "x-filename-id":"routingruledetails-post"
            }
        },
        "/routingRuleDetails/{orderRoutingRuleGidxsequenceNum}":{
            "parameters":[
                {
                    "name":"orderRoutingRuleGidxsequenceNum",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Routing Rule Details"
                ],
                "summary":"Get a Routing Rule Detail",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/routingRuleDetails"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"routingRuleDetails-{orderRoutingRuleGidxsequenceNum}-get",
                "x-filename-id":"routingruledetails-orderroutingrulegidxsequencenum-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Routing Rule Details"
                ],
                "summary":"Delete a Routing Rule Detail",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"routingRuleDetails-{orderRoutingRuleGidxsequenceNum}-delete",
                "x-filename-id":"routingruledetails-orderroutingrulegidxsequencenum-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Routing Rule Details"
                ],
                "summary":"Update a Routing Rule Detail",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"routingRuleDetails-{orderRoutingRuleGidxsequenceNum}-patch",
                "x-filename-id":"routingruledetails-orderroutingrulegidxsequencenum-patch"
            }
        },
        "/tradeAgreementTypes":{
            "get":{
                "tags":[
                    "Power Data/Trade Agreement Types"
                ],
                "summary":"Get Trade Agreement Types",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeAgreementTypes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeAgreementTypes-get",
                "x-filename-id":"tradeagreementtypes-get"
            },
            "post":{
                "tags":[
                    "Power Data/Trade Agreement Types"
                ],
                "summary":"Create a Trade Agreement Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeAgreementTypes"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeAgreementTypes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeAgreementTypes-post",
                "x-filename-id":"tradeagreementtypes-post"
            }
        },
        "/tradeAgreementTypes/{gtmTaTypeGid}":{
            "parameters":[
                {
                    "name":"gtmTaTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Trade Agreement Types"
                ],
                "summary":"Get a Trade Agreement Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeAgreementTypes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeAgreementTypes-{gtmTaTypeGid}-get",
                "x-filename-id":"tradeagreementtypes-gtmtatypegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Trade Agreement Types"
                ],
                "summary":"Delete a Trade Agreement Type",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeAgreementTypes-{gtmTaTypeGid}-delete",
                "x-filename-id":"tradeagreementtypes-gtmtatypegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Trade Agreement Types"
                ],
                "summary":"Update a Trade Agreement Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeAgreementTypes-{gtmTaTypeGid}-patch",
                "x-filename-id":"tradeagreementtypes-gtmtatypegid-patch"
            }
        },
        "/movePerspectives":{
            "get":{
                "tags":[
                    "Power Data/Move Perspectives"
                ],
                "summary":"Get Move Perspectives",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/movePerspectives"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"movePerspectives-get",
                "x-filename-id":"moveperspectives-get"
            },
            "post":{
                "tags":[
                    "Power Data/Move Perspectives"
                ],
                "summary":"Create a Move Perspective",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/movePerspectives"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/movePerspectives"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"movePerspectives-post",
                "x-filename-id":"moveperspectives-post"
            }
        },
        "/movePerspectives/{movePerspectiveGid}":{
            "parameters":[
                {
                    "name":"movePerspectiveGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Move Perspectives"
                ],
                "summary":"Get a Move Perspective",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/movePerspectives"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"movePerspectives-{movePerspectiveGid}-get",
                "x-filename-id":"moveperspectives-moveperspectivegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Move Perspectives"
                ],
                "summary":"Delete a Move Perspective",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"movePerspectives-{movePerspectiveGid}-delete",
                "x-filename-id":"moveperspectives-moveperspectivegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Move Perspectives"
                ],
                "summary":"Update a Move Perspective",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"movePerspectives-{movePerspectiveGid}-patch",
                "x-filename-id":"moveperspectives-moveperspectivegid-patch"
            }
        },
        "/hazmatTransportMessages":{
            "get":{
                "tags":[
                    "Power Data/Hazmat Transport Messages"
                ],
                "summary":"Get Hazmat Transport Messages",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/hazmatTransportMessages"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"hazmatTransportMessages-get",
                "x-filename-id":"hazmattransportmessages-get"
            },
            "post":{
                "tags":[
                    "Power Data/Hazmat Transport Messages"
                ],
                "summary":"Create a Hazmat Transport Message",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/hazmatTransportMessages"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/hazmatTransportMessages"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"hazmatTransportMessages-post",
                "x-filename-id":"hazmattransportmessages-post"
            }
        },
        "/hazmatTransportMessages/{hazmatTransportMsgGid}":{
            "parameters":[
                {
                    "name":"hazmatTransportMsgGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Hazmat Transport Messages"
                ],
                "summary":"Get a Hazmat Transport Message",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/hazmatTransportMessages"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"hazmatTransportMessages-{hazmatTransportMsgGid}-get",
                "x-filename-id":"hazmattransportmessages-hazmattransportmsggid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Hazmat Transport Messages"
                ],
                "summary":"Delete a Hazmat Transport Message",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"hazmatTransportMessages-{hazmatTransportMsgGid}-delete",
                "x-filename-id":"hazmattransportmessages-hazmattransportmsggid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Hazmat Transport Messages"
                ],
                "summary":"Update a Hazmat Transport Message",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"hazmatTransportMessages-{hazmatTransportMsgGid}-patch",
                "x-filename-id":"hazmattransportmessages-hazmattransportmsggid-patch"
            }
        },
        "/serviceProviderAliasQualifiers":{
            "get":{
                "tags":[
                    "Power Data/Service Provider Alias Qualifiers"
                ],
                "summary":"Get Service Provider Alias Qualifiers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/serviceProviderAliasQualifiers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"serviceProviderAliasQualifiers-get",
                "x-filename-id":"serviceprovideraliasqualifiers-get"
            },
            "post":{
                "tags":[
                    "Power Data/Service Provider Alias Qualifiers"
                ],
                "summary":"Create a Service Provider Alias Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/serviceProviderAliasQualifiers"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/serviceProviderAliasQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"serviceProviderAliasQualifiers-post",
                "x-filename-id":"serviceprovideraliasqualifiers-post"
            }
        },
        "/serviceProviderAliasQualifiers/{servprovAliasQualGid}":{
            "parameters":[
                {
                    "name":"servprovAliasQualGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Service Provider Alias Qualifiers"
                ],
                "summary":"Get a Service Provider Alias Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/serviceProviderAliasQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"serviceProviderAliasQualifiers-{servprovAliasQualGid}-get",
                "x-filename-id":"serviceprovideraliasqualifiers-servprovaliasqualgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Service Provider Alias Qualifiers"
                ],
                "summary":"Delete a Service Provider Alias Qualifier",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"serviceProviderAliasQualifiers-{servprovAliasQualGid}-delete",
                "x-filename-id":"serviceprovideraliasqualifiers-servprovaliasqualgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Service Provider Alias Qualifiers"
                ],
                "summary":"Update a Service Provider Alias Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"serviceProviderAliasQualifiers-{servprovAliasQualGid}-patch",
                "x-filename-id":"serviceprovideraliasqualifiers-servprovaliasqualgid-patch"
            }
        },
        "/tradeProcedureDetails":{
            "get":{
                "tags":[
                    "Power Data/Trade Procedure Details"
                ],
                "summary":"Get Trade Procedure Details",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeProcedureDetails"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeProcedureDetails-get",
                "x-filename-id":"tradeproceduredetails-get"
            },
            "post":{
                "tags":[
                    "Power Data/Trade Procedure Details"
                ],
                "summary":"Create a Trade Procedure Detail",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeProcedureDetails"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeProcedureDetails"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeProcedureDetails-post",
                "x-filename-id":"tradeproceduredetails-post"
            }
        },
        "/tradeProcedureDetails/{gtmProcedureDetailGid}":{
            "parameters":[
                {
                    "name":"gtmProcedureDetailGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Trade Procedure Details"
                ],
                "summary":"Get a Trade Procedure Detail",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeProcedureDetails"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeProcedureDetails-{gtmProcedureDetailGid}-get",
                "x-filename-id":"tradeproceduredetails-gtmproceduredetailgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Trade Procedure Details"
                ],
                "summary":"Delete a Trade Procedure Detail",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeProcedureDetails-{gtmProcedureDetailGid}-delete",
                "x-filename-id":"tradeproceduredetails-gtmproceduredetailgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Trade Procedure Details"
                ],
                "summary":"Update a Trade Procedure Detail",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeProcedureDetails-{gtmProcedureDetailGid}-patch",
                "x-filename-id":"tradeproceduredetails-gtmproceduredetailgid-patch"
            }
        },
        "/flexCommodityProfiles":{
            "get":{
                "tags":[
                    "Power Data/Flex Commodity Profiles"
                ],
                "summary":"Get Flex Commodity Profiles",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/flexCommodityProfiles"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"flexCommodityProfiles-get",
                "x-filename-id":"flexcommodityprofiles-get"
            },
            "post":{
                "tags":[
                    "Power Data/Flex Commodity Profiles"
                ],
                "summary":"Create a Flex Commodity Profile",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/flexCommodityProfiles"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/flexCommodityProfiles"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"flexCommodityProfiles-post",
                "x-filename-id":"flexcommodityprofiles-post"
            }
        },
        "/flexCommodityProfiles/{flexCommodityProfileGid}":{
            "parameters":[
                {
                    "name":"flexCommodityProfileGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Flex Commodity Profiles"
                ],
                "summary":"Get a Flex Commodity Profile",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/flexCommodityProfiles"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"flexCommodityProfiles-{flexCommodityProfileGid}-get",
                "x-filename-id":"flexcommodityprofiles-flexcommodityprofilegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Flex Commodity Profiles"
                ],
                "summary":"Delete a Flex Commodity Profile",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"flexCommodityProfiles-{flexCommodityProfileGid}-delete",
                "x-filename-id":"flexcommodityprofiles-flexcommodityprofilegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Flex Commodity Profiles"
                ],
                "summary":"Update a Flex Commodity Profile",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"flexCommodityProfiles-{flexCommodityProfileGid}-patch",
                "x-filename-id":"flexcommodityprofiles-flexcommodityprofilegid-patch"
            }
        },
        "/flexCommodityProfiles/{flexCommodityProfileGid}/details":{
            "parameters":[
                {
                    "name":"flexCommodityProfileGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Flex Commodity Profiles/Details"
                ],
                "summary":"Get Details",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/flexCommodityProfiles.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"flexCommodityProfiles-{flexCommodityProfileGid}-details-get",
                "x-filename-id":"flexcommodityprofiles-flexcommodityprofilegid-details-get"
            },
            "post":{
                "tags":[
                    "Power Data/Flex Commodity Profiles/Details"
                ],
                "summary":"Create a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/flexCommodityProfiles.details"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/flexCommodityProfiles.details"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/flexCommodityProfiles.details"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/flexCommodityProfiles.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"flexCommodityProfiles-{flexCommodityProfileGid}-details-post",
                "x-filename-id":"flexcommodityprofiles-flexcommodityprofilegid-details-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Flex Commodity Profiles/Details"
                ],
                "summary":"Update Details",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"flexCommodityProfiles-{flexCommodityProfileGid}-details-patch",
                "x-filename-id":"flexcommodityprofiles-flexcommodityprofilegid-details-patch"
            }
        },
        "/flexCommodityProfiles/{flexCommodityProfileGid}/details/{flexCommodityProfileDId}":{
            "parameters":[
                {
                    "name":"flexCommodityProfileGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"flexCommodityProfileDId",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Flex Commodity Profiles/Details"
                ],
                "summary":"Get a Detail",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/flexCommodityProfiles.details"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"flexCommodityProfiles-{flexCommodityProfileGid}-details-{flexCommodityProfileDId}-get",
                "x-filename-id":"flexcommodityprofiles-flexcommodityprofilegid-details-flexcommodityprofiledid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Flex Commodity Profiles/Details"
                ],
                "summary":"Delete a Detail",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"flexCommodityProfiles-{flexCommodityProfileGid}-details-{flexCommodityProfileDId}-delete",
                "x-filename-id":"flexcommodityprofiles-flexcommodityprofilegid-details-flexcommodityprofiledid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Flex Commodity Profiles/Details"
                ],
                "summary":"Update a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"flexCommodityProfiles-{flexCommodityProfileGid}-details-{flexCommodityProfileDId}-patch",
                "x-filename-id":"flexcommodityprofiles-flexcommodityprofilegid-details-flexcommodityprofiledid-patch"
            }
        },
        "/claimReferenceNumberQualifiers":{
            "get":{
                "tags":[
                    "Power Data/Claim Reference Number Qualifiers"
                ],
                "summary":"Get Claim Reference Number Qualifiers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/claimReferenceNumberQualifiers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"claimReferenceNumberQualifiers-get",
                "x-filename-id":"claimreferencenumberqualifiers-get"
            },
            "post":{
                "tags":[
                    "Power Data/Claim Reference Number Qualifiers"
                ],
                "summary":"Create a Claim Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/claimReferenceNumberQualifiers"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/claimReferenceNumberQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"claimReferenceNumberQualifiers-post",
                "x-filename-id":"claimreferencenumberqualifiers-post"
            }
        },
        "/claimReferenceNumberQualifiers/{claimRefnumQualGid}":{
            "parameters":[
                {
                    "name":"claimRefnumQualGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Claim Reference Number Qualifiers"
                ],
                "summary":"Get a Claim Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/claimReferenceNumberQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"claimReferenceNumberQualifiers-{claimRefnumQualGid}-get",
                "x-filename-id":"claimreferencenumberqualifiers-claimrefnumqualgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Claim Reference Number Qualifiers"
                ],
                "summary":"Delete a Claim Reference Number Qualifier",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"claimReferenceNumberQualifiers-{claimRefnumQualGid}-delete",
                "x-filename-id":"claimreferencenumberqualifiers-claimrefnumqualgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Claim Reference Number Qualifiers"
                ],
                "summary":"Update a Claim Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"claimReferenceNumberQualifiers-{claimRefnumQualGid}-patch",
                "x-filename-id":"claimreferencenumberqualifiers-claimrefnumqualgid-patch"
            }
        },
        "/compartmentTypes":{
            "get":{
                "tags":[
                    "Power Data/Compartment Types"
                ],
                "summary":"Get Compartment Types",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/compartmentTypes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"compartmentTypes-get",
                "x-filename-id":"compartmenttypes-get"
            },
            "post":{
                "tags":[
                    "Power Data/Compartment Types"
                ],
                "summary":"Create a Compartment Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/compartmentTypes"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/compartmentTypes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"compartmentTypes-post",
                "x-filename-id":"compartmenttypes-post"
            }
        },
        "/compartmentTypes/{compartmentTypeGid}":{
            "parameters":[
                {
                    "name":"compartmentTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Compartment Types"
                ],
                "summary":"Get a Compartment Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/compartmentTypes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"compartmentTypes-{compartmentTypeGid}-get",
                "x-filename-id":"compartmenttypes-compartmenttypegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Compartment Types"
                ],
                "summary":"Delete a Compartment Type",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"compartmentTypes-{compartmentTypeGid}-delete",
                "x-filename-id":"compartmenttypes-compartmenttypegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Compartment Types"
                ],
                "summary":"Update a Compartment Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"compartmentTypes-{compartmentTypeGid}-patch",
                "x-filename-id":"compartmenttypes-compartmenttypegid-patch"
            }
        },
        "/shipmentShipUnitLineReferenceNumberQualifiers":{
            "get":{
                "tags":[
                    "Power Data/Shipment Ship Unit Line Reference Number Qualifiers"
                ],
                "summary":"Get Shipment Ship Unit Line Reference Number Qualifiers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentShipUnitLineReferenceNumberQualifiers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentShipUnitLineReferenceNumberQualifiers-get",
                "x-filename-id":"shipmentshipunitlinereferencenumberqualifiers-get"
            },
            "post":{
                "tags":[
                    "Power Data/Shipment Ship Unit Line Reference Number Qualifiers"
                ],
                "summary":"Create a Shipment Ship Unit Line Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipmentShipUnitLineReferenceNumberQualifiers"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentShipUnitLineReferenceNumberQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentShipUnitLineReferenceNumberQualifiers-post",
                "x-filename-id":"shipmentshipunitlinereferencenumberqualifiers-post"
            }
        },
        "/shipmentShipUnitLineReferenceNumberQualifiers/{sSulRefnumQualGid}":{
            "parameters":[
                {
                    "name":"sSulRefnumQualGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Shipment Ship Unit Line Reference Number Qualifiers"
                ],
                "summary":"Get a Shipment Ship Unit Line Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentShipUnitLineReferenceNumberQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentShipUnitLineReferenceNumberQualifiers-{sSulRefnumQualGid}-get",
                "x-filename-id":"shipmentshipunitlinereferencenumberqualifiers-ssulrefnumqualgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Shipment Ship Unit Line Reference Number Qualifiers"
                ],
                "summary":"Delete a Shipment Ship Unit Line Reference Number Qualifier",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentShipUnitLineReferenceNumberQualifiers-{sSulRefnumQualGid}-delete",
                "x-filename-id":"shipmentshipunitlinereferencenumberqualifiers-ssulrefnumqualgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Shipment Ship Unit Line Reference Number Qualifiers"
                ],
                "summary":"Update a Shipment Ship Unit Line Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentShipUnitLineReferenceNumberQualifiers-{sSulRefnumQualGid}-patch",
                "x-filename-id":"shipmentshipunitlinereferencenumberqualifiers-ssulrefnumqualgid-patch"
            }
        },
        "/lnmScenarios":{
            "get":{
                "tags":[
                    "Business Objects/Modeling Scenarios"
                ],
                "summary":"Get Modeling Scenarios",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/lnmScenarios"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"lnmScenarios-get",
                "x-filename-id":"lnmscenarios-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Modeling Scenarios"
                ],
                "summary":"Create a Modeling Scenario",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/lnmScenarios"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/lnmScenarios"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"lnmScenarios-post",
                "x-filename-id":"lnmscenarios-post"
            }
        },
        "/lnmScenarios/{scenarioGid}":{
            "parameters":[
                {
                    "name":"scenarioGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Modeling Scenarios"
                ],
                "summary":"Get a Modeling Scenario",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/lnmScenarios"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"lnmScenarios-{scenarioGid}-get",
                "x-filename-id":"lnmscenarios-scenariogid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Modeling Scenarios"
                ],
                "summary":"Delete a Modeling Scenario",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"lnmScenarios-{scenarioGid}-delete",
                "x-filename-id":"lnmscenarios-scenariogid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Modeling Scenarios"
                ],
                "summary":"Update a Modeling Scenario",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"lnmScenarios-{scenarioGid}-patch",
                "x-filename-id":"lnmscenarios-scenariogid-patch"
            }
        },
        "/lnmScenarios/{scenarioGid}/lnmScenarioRules":{
            "parameters":[
                {
                    "name":"scenarioGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Modeling Scenarios/Lnm Scenario Rules"
                ],
                "summary":"Get Lnm Scenario Rules",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/lnmScenarios.lnmScenarioRules"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"lnmScenarios-{scenarioGid}-lnmScenarioRules-get",
                "x-filename-id":"lnmscenarios-scenariogid-lnmscenariorules-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Modeling Scenarios/Lnm Scenario Rules"
                ],
                "summary":"Create a Lnm Scenario Rule",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/lnmScenarios.lnmScenarioRules"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/lnmScenarios.lnmScenarioRules"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/lnmScenarios.lnmScenarioRules"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/lnmScenarios.lnmScenarioRules"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"lnmScenarios-{scenarioGid}-lnmScenarioRules-post",
                "x-filename-id":"lnmscenarios-scenariogid-lnmscenariorules-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Modeling Scenarios/Lnm Scenario Rules"
                ],
                "summary":"Update Lnm Scenario Rules",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"lnmScenarios-{scenarioGid}-lnmScenarioRules-patch",
                "x-filename-id":"lnmscenarios-scenariogid-lnmscenariorules-patch"
            }
        },
        "/lnmScenarios/{scenarioGid}/lnmScenarioRules/{scenarioRuleSeqxdataruleInstanceGid}":{
            "parameters":[
                {
                    "name":"scenarioGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"scenarioRuleSeqxdataruleInstanceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Modeling Scenarios/Lnm Scenario Rules"
                ],
                "summary":"Get a Lnm Scenario Rule",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/lnmScenarios.lnmScenarioRules"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"lnmScenarios-{scenarioGid}-lnmScenarioRules-{scenarioRuleSeqxdataruleInstanceGid}-get",
                "x-filename-id":"lnmscenarios-scenariogid-lnmscenariorules-scenarioruleseqxdataruleinstancegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Modeling Scenarios/Lnm Scenario Rules"
                ],
                "summary":"Delete a Lnm Scenario Rule",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"lnmScenarios-{scenarioGid}-lnmScenarioRules-{scenarioRuleSeqxdataruleInstanceGid}-delete",
                "x-filename-id":"lnmscenarios-scenariogid-lnmscenariorules-scenarioruleseqxdataruleinstancegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Modeling Scenarios/Lnm Scenario Rules"
                ],
                "summary":"Update a Lnm Scenario Rule",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"lnmScenarios-{scenarioGid}-lnmScenarioRules-{scenarioRuleSeqxdataruleInstanceGid}-patch",
                "x-filename-id":"lnmscenarios-scenariogid-lnmscenariorules-scenarioruleseqxdataruleinstancegid-patch"
            }
        },
        "/lnmScenarios/{scenarioGid}/lnmScenarioBulkplanSpecs":{
            "parameters":[
                {
                    "name":"scenarioGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Modeling Scenarios/Lnm Scenario Bulkplan Specs"
                ],
                "summary":"Get Lnm Scenario Bulkplan Specs",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/lnmScenarios.lnmScenarioBulkplanSpecs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"lnmScenarios-{scenarioGid}-lnmScenarioBulkplanSpecs-get",
                "x-filename-id":"lnmscenarios-scenariogid-lnmscenariobulkplanspecs-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Modeling Scenarios/Lnm Scenario Bulkplan Specs"
                ],
                "summary":"Create a Lnm Scenario Bulkplan Spec",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/lnmScenarios.lnmScenarioBulkplanSpecs"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/lnmScenarios.lnmScenarioBulkplanSpecs"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/lnmScenarios.lnmScenarioBulkplanSpecs"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/lnmScenarios.lnmScenarioBulkplanSpecs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"lnmScenarios-{scenarioGid}-lnmScenarioBulkplanSpecs-post",
                "x-filename-id":"lnmscenarios-scenariogid-lnmscenariobulkplanspecs-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Modeling Scenarios/Lnm Scenario Bulkplan Specs"
                ],
                "summary":"Update Lnm Scenario Bulkplan Specs",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"lnmScenarios-{scenarioGid}-lnmScenarioBulkplanSpecs-patch",
                "x-filename-id":"lnmscenarios-scenariogid-lnmscenariobulkplanspecs-patch"
            }
        },
        "/lnmScenarios/{scenarioGid}/lnmScenarioBulkplanSpecs/{bulkplanSpecGid}":{
            "parameters":[
                {
                    "name":"scenarioGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"bulkplanSpecGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Modeling Scenarios/Lnm Scenario Bulkplan Specs"
                ],
                "summary":"Get a Lnm Scenario Bulkplan Spec",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/lnmScenarios.lnmScenarioBulkplanSpecs"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"lnmScenarios-{scenarioGid}-lnmScenarioBulkplanSpecs-{bulkplanSpecGid}-get",
                "x-filename-id":"lnmscenarios-scenariogid-lnmscenariobulkplanspecs-bulkplanspecgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Modeling Scenarios/Lnm Scenario Bulkplan Specs"
                ],
                "summary":"Delete a Lnm Scenario Bulkplan Spec",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"lnmScenarios-{scenarioGid}-lnmScenarioBulkplanSpecs-{bulkplanSpecGid}-delete",
                "x-filename-id":"lnmscenarios-scenariogid-lnmscenariobulkplanspecs-bulkplanspecgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Modeling Scenarios/Lnm Scenario Bulkplan Specs"
                ],
                "summary":"Update a Lnm Scenario Bulkplan Spec",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"lnmScenarios-{scenarioGid}-lnmScenarioBulkplanSpecs-{bulkplanSpecGid}-patch",
                "x-filename-id":"lnmscenarios-scenariogid-lnmscenariobulkplanspecs-bulkplanspecgid-patch"
            }
        },
        "/lnmScenarios/{scenarioGid}/lnmScenarioChanges":{
            "parameters":[
                {
                    "name":"scenarioGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Modeling Scenarios/Lnm Scenario Changes"
                ],
                "summary":"Get Lnm Scenario Changes",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/lnmScenarios.lnmScenarioChanges"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"lnmScenarios-{scenarioGid}-lnmScenarioChanges-get",
                "x-filename-id":"lnmscenarios-scenariogid-lnmscenariochanges-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Modeling Scenarios/Lnm Scenario Changes"
                ],
                "summary":"Create a Lnm Scenario Change",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/lnmScenarios.lnmScenarioChanges"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/lnmScenarios.lnmScenarioChanges"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/lnmScenarios.lnmScenarioChanges"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/lnmScenarios.lnmScenarioChanges"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"lnmScenarios-{scenarioGid}-lnmScenarioChanges-post",
                "x-filename-id":"lnmscenarios-scenariogid-lnmscenariochanges-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Modeling Scenarios/Lnm Scenario Changes"
                ],
                "summary":"Update Lnm Scenario Changes",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"lnmScenarios-{scenarioGid}-lnmScenarioChanges-patch",
                "x-filename-id":"lnmscenarios-scenariogid-lnmscenariochanges-patch"
            }
        },
        "/lnmScenarios/{scenarioGid}/lnmScenarioChanges/{tableNamexobjectPkxlnmScenarioChangeSeq}":{
            "parameters":[
                {
                    "name":"scenarioGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"tableNamexobjectPkxlnmScenarioChangeSeq",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Modeling Scenarios/Lnm Scenario Changes"
                ],
                "summary":"Get a Lnm Scenario Change",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/lnmScenarios.lnmScenarioChanges"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"lnmScenarios-{scenarioGid}-lnmScenarioChanges-{tableNamexobjectPkxlnmScenarioChangeSeq}-get",
                "x-filename-id":"lnmscenarios-scenariogid-lnmscenariochanges-tablenamexobjectpkxlnmscenariochangeseq-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Modeling Scenarios/Lnm Scenario Changes"
                ],
                "summary":"Delete a Lnm Scenario Change",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"lnmScenarios-{scenarioGid}-lnmScenarioChanges-{tableNamexobjectPkxlnmScenarioChangeSeq}-delete",
                "x-filename-id":"lnmscenarios-scenariogid-lnmscenariochanges-tablenamexobjectpkxlnmscenariochangeseq-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Modeling Scenarios/Lnm Scenario Changes"
                ],
                "summary":"Update a Lnm Scenario Change",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"lnmScenarios-{scenarioGid}-lnmScenarioChanges-{tableNamexobjectPkxlnmScenarioChangeSeq}-patch",
                "x-filename-id":"lnmscenarios-scenariogid-lnmscenariochanges-tablenamexobjectpkxlnmscenariochangeseq-patch"
            }
        },
        "/equipmentTypeProfiles":{
            "get":{
                "tags":[
                    "Power Data/Equipment Type Profiles"
                ],
                "summary":"Get Equipment Type Profiles",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/equipmentTypeProfiles"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"equipmentTypeProfiles-get",
                "x-filename-id":"equipmenttypeprofiles-get"
            },
            "post":{
                "tags":[
                    "Power Data/Equipment Type Profiles"
                ],
                "summary":"Create an Equipment Type Profile",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/equipmentTypeProfiles"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/equipmentTypeProfiles"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"equipmentTypeProfiles-post",
                "x-filename-id":"equipmenttypeprofiles-post"
            }
        },
        "/equipmentTypeProfiles/{equipmentTypeProfileGid}":{
            "parameters":[
                {
                    "name":"equipmentTypeProfileGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Equipment Type Profiles"
                ],
                "summary":"Get an Equipment Type Profile",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/equipmentTypeProfiles"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"equipmentTypeProfiles-{equipmentTypeProfileGid}-get",
                "x-filename-id":"equipmenttypeprofiles-equipmenttypeprofilegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Equipment Type Profiles"
                ],
                "summary":"Delete an Equipment Type Profile",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"equipmentTypeProfiles-{equipmentTypeProfileGid}-delete",
                "x-filename-id":"equipmenttypeprofiles-equipmenttypeprofilegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Equipment Type Profiles"
                ],
                "summary":"Update an Equipment Type Profile",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"equipmentTypeProfiles-{equipmentTypeProfileGid}-patch",
                "x-filename-id":"equipmenttypeprofiles-equipmenttypeprofilegid-patch"
            }
        },
        "/equipmentTypeProfiles/{equipmentTypeProfileGid}/details":{
            "parameters":[
                {
                    "name":"equipmentTypeProfileGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Equipment Type Profiles/Details"
                ],
                "summary":"Get Details",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/equipmentTypeProfiles.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"equipmentTypeProfiles-{equipmentTypeProfileGid}-details-get",
                "x-filename-id":"equipmenttypeprofiles-equipmenttypeprofilegid-details-get"
            },
            "post":{
                "tags":[
                    "Power Data/Equipment Type Profiles/Details"
                ],
                "summary":"Create a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/equipmentTypeProfiles.details"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/equipmentTypeProfiles.details"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/equipmentTypeProfiles.details"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/equipmentTypeProfiles.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"equipmentTypeProfiles-{equipmentTypeProfileGid}-details-post",
                "x-filename-id":"equipmenttypeprofiles-equipmenttypeprofilegid-details-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Equipment Type Profiles/Details"
                ],
                "summary":"Update Details",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"equipmentTypeProfiles-{equipmentTypeProfileGid}-details-patch",
                "x-filename-id":"equipmenttypeprofiles-equipmenttypeprofilegid-details-patch"
            }
        },
        "/equipmentTypeProfiles/{equipmentTypeProfileGid}/details/{equipmentTypeGid}":{
            "parameters":[
                {
                    "name":"equipmentTypeProfileGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"equipmentTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Equipment Type Profiles/Details"
                ],
                "summary":"Get a Detail",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/equipmentTypeProfiles.details"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"equipmentTypeProfiles-{equipmentTypeProfileGid}-details-{equipmentTypeGid}-get",
                "x-filename-id":"equipmenttypeprofiles-equipmenttypeprofilegid-details-equipmenttypegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Equipment Type Profiles/Details"
                ],
                "summary":"Delete a Detail",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"equipmentTypeProfiles-{equipmentTypeProfileGid}-details-{equipmentTypeGid}-delete",
                "x-filename-id":"equipmenttypeprofiles-equipmenttypeprofilegid-details-equipmenttypegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Equipment Type Profiles/Details"
                ],
                "summary":"Update a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"equipmentTypeProfiles-{equipmentTypeProfileGid}-details-{equipmentTypeGid}-patch",
                "x-filename-id":"equipmenttypeprofiles-equipmenttypeprofilegid-details-equipmenttypegid-patch"
            }
        },
        "/routingSequences":{
            "get":{
                "tags":[
                    "Power Data/Routing Sequences"
                ],
                "summary":"Get Routing Sequences",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/routingSequences"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"routingSequences-get",
                "x-filename-id":"routingsequences-get"
            },
            "post":{
                "tags":[
                    "Power Data/Routing Sequences"
                ],
                "summary":"Create a Routing Sequence",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/routingSequences"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/routingSequences"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"routingSequences-post",
                "x-filename-id":"routingsequences-post"
            }
        },
        "/routingSequences/{routingSequenceGid}":{
            "parameters":[
                {
                    "name":"routingSequenceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Routing Sequences"
                ],
                "summary":"Get a Routing Sequence",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/routingSequences"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"routingSequences-{routingSequenceGid}-get",
                "x-filename-id":"routingsequences-routingsequencegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Routing Sequences"
                ],
                "summary":"Delete a Routing Sequence",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"routingSequences-{routingSequenceGid}-delete",
                "x-filename-id":"routingsequences-routingsequencegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Routing Sequences"
                ],
                "summary":"Update a Routing Sequence",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"routingSequences-{routingSequenceGid}-patch",
                "x-filename-id":"routingsequences-routingsequencegid-patch"
            }
        },
        "/allocationMetrics":{
            "get":{
                "tags":[
                    "Power Data/Allocation Metrics"
                ],
                "summary":"Get Allocation Metrics",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/allocationMetrics"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"allocationMetrics-get",
                "x-filename-id":"allocationmetrics-get"
            }
        },
        "/allocationMetrics/{allocMetricGidxallocationBasis}":{
            "parameters":[
                {
                    "name":"allocMetricGidxallocationBasis",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Allocation Metrics"
                ],
                "summary":"Get an Allocation Metric",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/allocationMetrics"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"allocationMetrics-{allocMetricGidxallocationBasis}-get",
                "x-filename-id":"allocationmetrics-allocmetricgidxallocationbasis-get"
            }
        },
        "/transmissionReports":{
            "get":{
                "tags":[
                    "Batch Processing/Transmission Reports"
                ],
                "summary":"Get Transmission Reports",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/transmissionReports"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"transmissionReports-get",
                "x-filename-id":"transmissionreports-get"
            }
        },
        "/transmissionReports/{iTransmissionNo}":{
            "parameters":[
                {
                    "name":"iTransmissionNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Batch Processing/Transmission Reports"
                ],
                "summary":"Get a Transmission Report",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/transmissionReports"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"transmissionReports-{iTransmissionNo}-get",
                "x-filename-id":"transmissionreports-itransmissionno-get"
            }
        },
        "/transmissionReports/{iTransmissionNo}/logs":{
            "parameters":[
                {
                    "name":"iTransmissionNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Batch Processing/Transmission Reports/Logs"
                ],
                "summary":"Get Logs",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/transmissionReports.logs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"transmissionReports-{iTransmissionNo}-logs-get",
                "x-filename-id":"transmissionreports-itransmissionno-logs-get"
            }
        },
        "/transmissionReports/{iTransmissionNo}/logs/{iLogSeqno}":{
            "parameters":[
                {
                    "name":"iTransmissionNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"iLogSeqno",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Batch Processing/Transmission Reports/Logs"
                ],
                "summary":"Get a Log",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/transmissionReports.logs"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"transmissionReports-{iTransmissionNo}-logs-{iLogSeqno}-get",
                "x-filename-id":"transmissionreports-itransmissionno-logs-ilogseqno-get"
            }
        },
        "/transmissionReports/{iTransmissionNo}/logs/{iLogSeqno}/details":{
            "parameters":[
                {
                    "name":"iTransmissionNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"iLogSeqno",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Batch Processing/Transmission Reports/Logs/Details"
                ],
                "summary":"Get Details",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/transmissionReports.logs.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"transmissionReports-{iTransmissionNo}-logs-{iLogSeqno}-details-get",
                "x-filename-id":"transmissionreports-itransmissionno-logs-ilogseqno-details-get"
            }
        },
        "/transmissionReports/{iTransmissionNo}/logs/{iLogSeqno}/details/{iLogDetailSeqno}":{
            "parameters":[
                {
                    "name":"iTransmissionNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"iLogSeqno",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"iLogDetailSeqno",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Batch Processing/Transmission Reports/Logs/Details"
                ],
                "summary":"Get a Detail",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/transmissionReports.logs.details"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"transmissionReports-{iTransmissionNo}-logs-{iLogSeqno}-details-{iLogDetailSeqno}-get",
                "x-filename-id":"transmissionreports-itransmissionno-logs-ilogseqno-details-ilogdetailseqno-get"
            }
        },
        "/transmissionReports/{iTransmissionNo}/refnums":{
            "parameters":[
                {
                    "name":"iTransmissionNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Batch Processing/Transmission Reports/Refnums"
                ],
                "summary":"Get Refnums",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/transmissionReports.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"transmissionReports-{iTransmissionNo}-refnums-get",
                "x-filename-id":"transmissionreports-itransmissionno-refnums-get"
            }
        },
        "/transmissionReports/{iTransmissionNo}/refnums/{iTransmissionRefnumQualGidxrefnumValue}":{
            "parameters":[
                {
                    "name":"iTransmissionNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"iTransmissionRefnumQualGidxrefnumValue",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Batch Processing/Transmission Reports/Refnums"
                ],
                "summary":"Get a Refnum",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/transmissionReports.refnums"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"transmissionReports-{iTransmissionNo}-refnums-{iTransmissionRefnumQualGidxrefnumValue}-get",
                "x-filename-id":"transmissionreports-itransmissionno-refnums-itransmissionrefnumqualgidxrefnumvalue-get"
            }
        },
        "/transmissionReports/{iTransmissionNo}/transactions":{
            "parameters":[
                {
                    "name":"iTransmissionNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Batch Processing/Transmission Reports/Transactions"
                ],
                "summary":"Get Transactions",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/transmissionReports.transactions"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"transmissionReports-{iTransmissionNo}-transactions-get",
                "x-filename-id":"transmissionreports-itransmissionno-transactions-get"
            }
        },
        "/transmissionReports/{iTransmissionNo}/transactions/{iTransactionNo}":{
            "parameters":[
                {
                    "name":"iTransmissionNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"iTransactionNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Batch Processing/Transmission Reports/Transactions"
                ],
                "summary":"Get a Transaction",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/transmissionReports.transactions"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"transmissionReports-{iTransmissionNo}-transactions-{iTransactionNo}-get",
                "x-filename-id":"transmissionreports-itransmissionno-transactions-itransactionno-get"
            }
        },
        "/lnmProjects":{
            "get":{
                "tags":[
                    "Business Objects/Modeling Projects"
                ],
                "summary":"Get Modeling Projects",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/lnmProjects"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"lnmProjects-get",
                "x-filename-id":"lnmprojects-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Modeling Projects"
                ],
                "summary":"Create a Modeling Project",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/lnmProjects"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/lnmProjects"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"lnmProjects-post",
                "x-filename-id":"lnmprojects-post"
            }
        },
        "/lnmProjects/{projectGid}":{
            "parameters":[
                {
                    "name":"projectGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Modeling Projects"
                ],
                "summary":"Get a Modeling Project",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/lnmProjects"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"lnmProjects-{projectGid}-get",
                "x-filename-id":"lnmprojects-projectgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Modeling Projects"
                ],
                "summary":"Delete a Modeling Project",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"lnmProjects-{projectGid}-delete",
                "x-filename-id":"lnmprojects-projectgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Modeling Projects"
                ],
                "summary":"Update a Modeling Project",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"lnmProjects-{projectGid}-patch",
                "x-filename-id":"lnmprojects-projectgid-patch"
            }
        },
        "/lnmProjects/{projectGid}/lnmProjectRules":{
            "parameters":[
                {
                    "name":"projectGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Modeling Projects/Lnm Project Rules"
                ],
                "summary":"Get Lnm Project Rules",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/lnmProjects.lnmProjectRules"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"lnmProjects-{projectGid}-lnmProjectRules-get",
                "x-filename-id":"lnmprojects-projectgid-lnmprojectrules-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Modeling Projects/Lnm Project Rules"
                ],
                "summary":"Create a Lnm Project Rule",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/lnmProjects.lnmProjectRules"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/lnmProjects.lnmProjectRules"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/lnmProjects.lnmProjectRules"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/lnmProjects.lnmProjectRules"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"lnmProjects-{projectGid}-lnmProjectRules-post",
                "x-filename-id":"lnmprojects-projectgid-lnmprojectrules-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Modeling Projects/Lnm Project Rules"
                ],
                "summary":"Update Lnm Project Rules",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"lnmProjects-{projectGid}-lnmProjectRules-patch",
                "x-filename-id":"lnmprojects-projectgid-lnmprojectrules-patch"
            }
        },
        "/lnmProjects/{projectGid}/lnmProjectRules/{dataruleInstanceGidxprojectRuleSeq}":{
            "parameters":[
                {
                    "name":"projectGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"dataruleInstanceGidxprojectRuleSeq",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Modeling Projects/Lnm Project Rules"
                ],
                "summary":"Get a Lnm Project Rule",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/lnmProjects.lnmProjectRules"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"lnmProjects-{projectGid}-lnmProjectRules-{dataruleInstanceGidxprojectRuleSeq}-get",
                "x-filename-id":"lnmprojects-projectgid-lnmprojectrules-dataruleinstancegidxprojectruleseq-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Modeling Projects/Lnm Project Rules"
                ],
                "summary":"Delete a Lnm Project Rule",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"lnmProjects-{projectGid}-lnmProjectRules-{dataruleInstanceGidxprojectRuleSeq}-delete",
                "x-filename-id":"lnmprojects-projectgid-lnmprojectrules-dataruleinstancegidxprojectruleseq-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Modeling Projects/Lnm Project Rules"
                ],
                "summary":"Update a Lnm Project Rule",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"lnmProjects-{projectGid}-lnmProjectRules-{dataruleInstanceGidxprojectRuleSeq}-patch",
                "x-filename-id":"lnmprojects-projectgid-lnmprojectrules-dataruleinstancegidxprojectruleseq-patch"
            }
        },
        "/lnmProjects/{projectGid}/lnmScenarios":{
            "parameters":[
                {
                    "name":"projectGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Modeling Projects/Lnm Scenarios"
                ],
                "summary":"Get Lnm Scenarios",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/lnmProjects.lnmScenarios"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"lnmProjects-{projectGid}-lnmScenarios-get",
                "x-filename-id":"lnmprojects-projectgid-lnmscenarios-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Modeling Projects/Lnm Scenarios"
                ],
                "summary":"Create a Lnm Scenario",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/lnmProjects.lnmScenarios"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/lnmProjects.lnmScenarios"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/lnmProjects.lnmScenarios"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/lnmProjects.lnmScenarios"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"lnmProjects-{projectGid}-lnmScenarios-post",
                "x-filename-id":"lnmprojects-projectgid-lnmscenarios-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Modeling Projects/Lnm Scenarios"
                ],
                "summary":"Update Lnm Scenarios",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"lnmProjects-{projectGid}-lnmScenarios-patch",
                "x-filename-id":"lnmprojects-projectgid-lnmscenarios-patch"
            }
        },
        "/lnmProjects/{projectGid}/lnmScenarios/{scenarioGid}":{
            "parameters":[
                {
                    "name":"projectGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"scenarioGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Modeling Projects/Lnm Scenarios"
                ],
                "summary":"Get a Lnm Scenario",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/lnmProjects.lnmScenarios"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"lnmProjects-{projectGid}-lnmScenarios-{scenarioGid}-get",
                "x-filename-id":"lnmprojects-projectgid-lnmscenarios-scenariogid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Modeling Projects/Lnm Scenarios"
                ],
                "summary":"Delete a Lnm Scenario",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"lnmProjects-{projectGid}-lnmScenarios-{scenarioGid}-delete",
                "x-filename-id":"lnmprojects-projectgid-lnmscenarios-scenariogid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Modeling Projects/Lnm Scenarios"
                ],
                "summary":"Update a Lnm Scenario",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"lnmProjects-{projectGid}-lnmScenarios-{scenarioGid}-patch",
                "x-filename-id":"lnmprojects-projectgid-lnmscenarios-scenariogid-patch"
            }
        },
        "/dimRateFactors":{
            "get":{
                "tags":[
                    "Power Data/Dim Rate Factors"
                ],
                "summary":"Get Dim Rate Factors",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/dimRateFactors"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"dimRateFactors-get",
                "x-filename-id":"dimratefactors-get"
            },
            "post":{
                "tags":[
                    "Power Data/Dim Rate Factors"
                ],
                "summary":"Create a Dim Rate Factor",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/dimRateFactors"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/dimRateFactors"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"dimRateFactors-post",
                "x-filename-id":"dimratefactors-post"
            }
        },
        "/dimRateFactors/{dimRateFactorGid}":{
            "parameters":[
                {
                    "name":"dimRateFactorGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Dim Rate Factors"
                ],
                "summary":"Get a Dim Rate Factor",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/dimRateFactors"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"dimRateFactors-{dimRateFactorGid}-get",
                "x-filename-id":"dimratefactors-dimratefactorgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Dim Rate Factors"
                ],
                "summary":"Delete a Dim Rate Factor",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"dimRateFactors-{dimRateFactorGid}-delete",
                "x-filename-id":"dimratefactors-dimratefactorgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Dim Rate Factors"
                ],
                "summary":"Update a Dim Rate Factor",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"dimRateFactors-{dimRateFactorGid}-patch",
                "x-filename-id":"dimratefactors-dimratefactorgid-patch"
            }
        },
        "/stowageModePrefRules":{
            "get":{
                "tags":[
                    "Business Objects/Stowage Mode Pref Rules"
                ],
                "summary":"Get Stowage Mode Pref Rules",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/stowageModePrefRules"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"stowageModePrefRules-get",
                "x-filename-id":"stowagemodeprefrules-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Stowage Mode Pref Rules"
                ],
                "summary":"Create a Stowage Mode Pref Rule",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/stowageModePrefRules"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/stowageModePrefRules"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"stowageModePrefRules-post",
                "x-filename-id":"stowagemodeprefrules-post"
            }
        },
        "/stowageModePrefRules/{stowageModePrefRuleGid}":{
            "parameters":[
                {
                    "name":"stowageModePrefRuleGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Stowage Mode Pref Rules"
                ],
                "summary":"Get a Stowage Mode Pref Rule",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/stowageModePrefRules"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"stowageModePrefRules-{stowageModePrefRuleGid}-get",
                "x-filename-id":"stowagemodeprefrules-stowagemodeprefrulegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Stowage Mode Pref Rules"
                ],
                "summary":"Delete a Stowage Mode Pref Rule",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"stowageModePrefRules-{stowageModePrefRuleGid}-delete",
                "x-filename-id":"stowagemodeprefrules-stowagemodeprefrulegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Stowage Mode Pref Rules"
                ],
                "summary":"Update a Stowage Mode Pref Rule",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"stowageModePrefRules-{stowageModePrefRuleGid}-patch",
                "x-filename-id":"stowagemodeprefrules-stowagemodeprefrulegid-patch"
            }
        },
        "/stowageModePrefRules/{stowageModePrefRuleGid}/stowageModePreferences":{
            "parameters":[
                {
                    "name":"stowageModePrefRuleGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Stowage Mode Pref Rules/Stowage Mode Preferences"
                ],
                "summary":"Get Stowage Mode Preferences",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/stowageModePrefRules.stowageModePreferences"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"stowageModePrefRules-{stowageModePrefRuleGid}-stowageModePreferences-get",
                "x-filename-id":"stowagemodeprefrules-stowagemodeprefrulegid-stowagemodepreferences-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Stowage Mode Pref Rules/Stowage Mode Preferences"
                ],
                "summary":"Create a Stowage Mode Preference",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/stowageModePrefRules.stowageModePreferences"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/stowageModePrefRules.stowageModePreferences"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/stowageModePrefRules.stowageModePreferences"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/stowageModePrefRules.stowageModePreferences"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"stowageModePrefRules-{stowageModePrefRuleGid}-stowageModePreferences-post",
                "x-filename-id":"stowagemodeprefrules-stowagemodeprefrulegid-stowagemodepreferences-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Stowage Mode Pref Rules/Stowage Mode Preferences"
                ],
                "summary":"Update Stowage Mode Preferences",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"stowageModePrefRules-{stowageModePrefRuleGid}-stowageModePreferences-patch",
                "x-filename-id":"stowagemodeprefrules-stowagemodeprefrulegid-stowagemodepreferences-patch"
            }
        },
        "/stowageModePrefRules/{stowageModePrefRuleGid}/stowageModePreferences/{seqNo}":{
            "parameters":[
                {
                    "name":"stowageModePrefRuleGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"seqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Stowage Mode Pref Rules/Stowage Mode Preferences"
                ],
                "summary":"Get a Stowage Mode Preference",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/stowageModePrefRules.stowageModePreferences"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"stowageModePrefRules-{stowageModePrefRuleGid}-stowageModePreferences-{seqNo}-get",
                "x-filename-id":"stowagemodeprefrules-stowagemodeprefrulegid-stowagemodepreferences-seqno-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Stowage Mode Pref Rules/Stowage Mode Preferences"
                ],
                "summary":"Delete a Stowage Mode Preference",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"stowageModePrefRules-{stowageModePrefRuleGid}-stowageModePreferences-{seqNo}-delete",
                "x-filename-id":"stowagemodeprefrules-stowagemodeprefrulegid-stowagemodepreferences-seqno-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Stowage Mode Pref Rules/Stowage Mode Preferences"
                ],
                "summary":"Update a Stowage Mode Preference",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"stowageModePrefRules-{stowageModePrefRuleGid}-stowageModePreferences-{seqNo}-patch",
                "x-filename-id":"stowagemodeprefrules-stowagemodeprefrulegid-stowagemodepreferences-seqno-patch"
            }
        },
        "/flexibleCommodityQualifiers":{
            "get":{
                "tags":[
                    "Power Data/Flex Commodity Qualifiers"
                ],
                "summary":"Get Flex Commodity Qualifiers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/flexibleCommodityQualifiers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"flexibleCommodityQualifiers-get",
                "x-filename-id":"flexiblecommodityqualifiers-get"
            },
            "post":{
                "tags":[
                    "Power Data/Flex Commodity Qualifiers"
                ],
                "summary":"Create a Flex Commodity Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/flexibleCommodityQualifiers"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/flexibleCommodityQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"flexibleCommodityQualifiers-post",
                "x-filename-id":"flexiblecommodityqualifiers-post"
            }
        },
        "/flexibleCommodityQualifiers/{flexCommodityQualGid}":{
            "parameters":[
                {
                    "name":"flexCommodityQualGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Flex Commodity Qualifiers"
                ],
                "summary":"Get a Flex Commodity Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/flexibleCommodityQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"flexibleCommodityQualifiers-{flexCommodityQualGid}-get",
                "x-filename-id":"flexiblecommodityqualifiers-flexcommodityqualgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Flex Commodity Qualifiers"
                ],
                "summary":"Delete a Flex Commodity Qualifier",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"flexibleCommodityQualifiers-{flexCommodityQualGid}-delete",
                "x-filename-id":"flexiblecommodityqualifiers-flexcommodityqualgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Flex Commodity Qualifiers"
                ],
                "summary":"Update a Flex Commodity Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"flexibleCommodityQualifiers-{flexCommodityQualGid}-patch",
                "x-filename-id":"flexiblecommodityqualifiers-flexcommodityqualgid-patch"
            }
        },
        "/rateRecordCostOperands":{
            "get":{
                "tags":[
                    "Power Data/Rate Record Cost Operands"
                ],
                "summary":"Get Rate Record Cost Operands",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/rateRecordCostOperands"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateRecordCostOperands-get",
                "x-filename-id":"raterecordcostoperands-get"
            }
        },
        "/rateRecordCostOperands/{rateGeoCostOperandGidxrateGeoCostOperandSeq}":{
            "parameters":[
                {
                    "name":"rateGeoCostOperandGidxrateGeoCostOperandSeq",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Rate Record Cost Operands"
                ],
                "summary":"Get a Rate Record Cost Operand",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateRecordCostOperands"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateRecordCostOperands-{rateGeoCostOperandGidxrateGeoCostOperandSeq}-get",
                "x-filename-id":"raterecordcostoperands-rategeocostoperandgidxrategeocostoperandseq-get"
            }
        },
        "/specialServiceGroups":{
            "get":{
                "tags":[
                    "Power Data/Special Service Groups"
                ],
                "summary":"Get Special Service Groups",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/specialServiceGroups"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"specialServiceGroups-get",
                "x-filename-id":"specialservicegroups-get"
            },
            "post":{
                "tags":[
                    "Power Data/Special Service Groups"
                ],
                "summary":"Create a Special Service Group",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/specialServiceGroups"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/specialServiceGroups"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"specialServiceGroups-post",
                "x-filename-id":"specialservicegroups-post"
            }
        },
        "/specialServiceGroups/{speclSrvGroupGid}":{
            "parameters":[
                {
                    "name":"speclSrvGroupGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Special Service Groups"
                ],
                "summary":"Get a Special Service Group",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/specialServiceGroups"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"specialServiceGroups-{speclSrvGroupGid}-get",
                "x-filename-id":"specialservicegroups-speclsrvgroupgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Special Service Groups"
                ],
                "summary":"Delete a Special Service Group",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"specialServiceGroups-{speclSrvGroupGid}-delete",
                "x-filename-id":"specialservicegroups-speclsrvgroupgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Special Service Groups"
                ],
                "summary":"Update a Special Service Group",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"specialServiceGroups-{speclSrvGroupGid}-patch",
                "x-filename-id":"specialservicegroups-speclsrvgroupgid-patch"
            }
        },
        "/objectLists":{
            "get":{
                "tags":[
                    "Power Data/Object Lists"
                ],
                "summary":"Get Object Lists",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/objectLists"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"objectLists-get",
                "x-filename-id":"objectlists-get"
            }
        },
        "/objectLists/{objectListGid}":{
            "parameters":[
                {
                    "name":"objectListGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Object Lists"
                ],
                "summary":"Get an Object List",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/objectLists"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"objectLists-{objectListGid}-get",
                "x-filename-id":"objectlists-objectlistgid-get"
            }
        },
        "/producedDocumentTypes":{
            "get":{
                "tags":[
                    "Power Data/Produced Document Types"
                ],
                "summary":"Get Produced Document Types",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/producedDocumentTypes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"producedDocumentTypes-get",
                "x-filename-id":"produceddocumenttypes-get"
            },
            "post":{
                "tags":[
                    "Power Data/Produced Document Types"
                ],
                "summary":"Create a Produced Document Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/producedDocumentTypes"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/producedDocumentTypes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"producedDocumentTypes-post",
                "x-filename-id":"produceddocumenttypes-post"
            }
        },
        "/producedDocumentTypes/{gtmProdDocTypeGid}":{
            "parameters":[
                {
                    "name":"gtmProdDocTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Produced Document Types"
                ],
                "summary":"Get a Produced Document Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/producedDocumentTypes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"producedDocumentTypes-{gtmProdDocTypeGid}-get",
                "x-filename-id":"produceddocumenttypes-gtmproddoctypegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Produced Document Types"
                ],
                "summary":"Delete a Produced Document Type",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"producedDocumentTypes-{gtmProdDocTypeGid}-delete",
                "x-filename-id":"produceddocumenttypes-gtmproddoctypegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Produced Document Types"
                ],
                "summary":"Update a Produced Document Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"producedDocumentTypes-{gtmProdDocTypeGid}-patch",
                "x-filename-id":"produceddocumenttypes-gtmproddoctypegid-patch"
            }
        },
        "/stationCodes":{
            "get":{
                "tags":[
                    "Power Data/Station Codes"
                ],
                "summary":"Get Station Codes",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/stationCodes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"stationCodes-get",
                "x-filename-id":"stationcodes-get"
            },
            "post":{
                "tags":[
                    "Power Data/Station Codes"
                ],
                "summary":"Create a Station Code",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/stationCodes"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/stationCodes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"stationCodes-post",
                "x-filename-id":"stationcodes-post"
            }
        },
        "/stationCodes/{stationCodeGid}":{
            "parameters":[
                {
                    "name":"stationCodeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Station Codes"
                ],
                "summary":"Get a Station Code",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/stationCodes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"stationCodes-{stationCodeGid}-get",
                "x-filename-id":"stationcodes-stationcodegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Station Codes"
                ],
                "summary":"Delete a Station Code",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"stationCodes-{stationCodeGid}-delete",
                "x-filename-id":"stationcodes-stationcodegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Station Codes"
                ],
                "summary":"Update a Station Code",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"stationCodes-{stationCodeGid}-patch",
                "x-filename-id":"stationcodes-stationcodegid-patch"
            }
        },
        "/repetitionScheduleServices":{
            "get":{
                "tags":[
                    "Power Data/Repetition Schedule Services"
                ],
                "summary":"Get Repetition Schedule Services",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/repetitionScheduleServices"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"repetitionScheduleServices-get",
                "x-filename-id":"repetitionscheduleservices-get"
            },
            "post":{
                "tags":[
                    "Power Data/Repetition Schedule Services"
                ],
                "summary":"Create a Repetition Schedule Service",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/repetitionScheduleServices"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/repetitionScheduleServices"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"repetitionScheduleServices-post",
                "x-filename-id":"repetitionscheduleservices-post"
            }
        },
        "/repetitionScheduleServices/{repSchedServiceGid}":{
            "parameters":[
                {
                    "name":"repSchedServiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Repetition Schedule Services"
                ],
                "summary":"Get a Repetition Schedule Service",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/repetitionScheduleServices"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"repetitionScheduleServices-{repSchedServiceGid}-get",
                "x-filename-id":"repetitionscheduleservices-repschedservicegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Repetition Schedule Services"
                ],
                "summary":"Delete a Repetition Schedule Service",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"repetitionScheduleServices-{repSchedServiceGid}-delete",
                "x-filename-id":"repetitionscheduleservices-repschedservicegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Repetition Schedule Services"
                ],
                "summary":"Update a Repetition Schedule Service",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"repetitionScheduleServices-{repSchedServiceGid}-patch",
                "x-filename-id":"repetitionscheduleservices-repschedservicegid-patch"
            }
        },
        "/tradeProcedureTypes":{
            "get":{
                "tags":[
                    "Power Data/Trade Procedure Types"
                ],
                "summary":"Get Trade Procedure Types",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeProcedureTypes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeProcedureTypes-get",
                "x-filename-id":"tradeproceduretypes-get"
            },
            "post":{
                "tags":[
                    "Power Data/Trade Procedure Types"
                ],
                "summary":"Create a Trade Procedure Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeProcedureTypes"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeProcedureTypes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeProcedureTypes-post",
                "x-filename-id":"tradeproceduretypes-post"
            }
        },
        "/tradeProcedureTypes/{gtmProcedureTypeGid}":{
            "parameters":[
                {
                    "name":"gtmProcedureTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Trade Procedure Types"
                ],
                "summary":"Get a Trade Procedure Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeProcedureTypes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeProcedureTypes-{gtmProcedureTypeGid}-get",
                "x-filename-id":"tradeproceduretypes-gtmproceduretypegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Trade Procedure Types"
                ],
                "summary":"Delete a Trade Procedure Type",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeProcedureTypes-{gtmProcedureTypeGid}-delete",
                "x-filename-id":"tradeproceduretypes-gtmproceduretypegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Trade Procedure Types"
                ],
                "summary":"Update a Trade Procedure Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeProcedureTypes-{gtmProcedureTypeGid}-patch",
                "x-filename-id":"tradeproceduretypes-gtmproceduretypegid-patch"
            }
        },
        "/orderReleaseLines":{
            "get":{
                "tags":[
                    "Business Objects/Order Release Lines"
                ],
                "summary":"Get Order Release Lines",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderReleaseLines"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleaseLines-get",
                "x-filename-id":"orderreleaselines-get"
            }
        },
        "/orderReleaseLines/{orderReleaseLineGid}":{
            "parameters":[
                {
                    "name":"orderReleaseLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Release Lines"
                ],
                "summary":"Get an Order Release Line",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderReleaseLines"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleaseLines-{orderReleaseLineGid}-get",
                "x-filename-id":"orderreleaselines-orderreleaselinegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Order Release Lines"
                ],
                "summary":"Delete an Order Release Line",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleaseLines-{orderReleaseLineGid}-delete",
                "x-filename-id":"orderreleaselines-orderreleaselinegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Release Lines"
                ],
                "summary":"Update an Order Release Line",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleaseLines-{orderReleaseLineGid}-patch",
                "x-filename-id":"orderreleaselines-orderreleaselinegid-patch"
            }
        },
        "/orderReleaseLines/{orderReleaseLineGid}/involvedParties":{
            "parameters":[
                {
                    "name":"orderReleaseLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Release Lines/Involved Parties"
                ],
                "summary":"Get Involved Parties",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderReleaseLines.involvedParties"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleaseLines-{orderReleaseLineGid}-involvedParties-get",
                "x-filename-id":"orderreleaselines-orderreleaselinegid-involvedparties-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Order Release Lines/Involved Parties"
                ],
                "summary":"Create an Involved Party",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/orderReleaseLines.involvedParties"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/orderReleaseLines.involvedParties"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderReleaseLines.involvedParties"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderReleaseLines.involvedParties"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleaseLines-{orderReleaseLineGid}-involvedParties-post",
                "x-filename-id":"orderreleaselines-orderreleaselinegid-involvedparties-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Release Lines/Involved Parties"
                ],
                "summary":"Update Involved Parties",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleaseLines-{orderReleaseLineGid}-involvedParties-patch",
                "x-filename-id":"orderreleaselines-orderreleaselinegid-involvedparties-patch"
            }
        },
        "/orderReleaseLines/{orderReleaseLineGid}/involvedParties/{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}":{
            "parameters":[
                {
                    "name":"orderReleaseLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Release Lines/Involved Parties"
                ],
                "summary":"Get an Involved Party",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderReleaseLines.involvedParties"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleaseLines-{orderReleaseLineGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-get",
                "x-filename-id":"orderreleaselines-orderreleaselinegid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Order Release Lines/Involved Parties"
                ],
                "summary":"Delete an Involved Party",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleaseLines-{orderReleaseLineGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-delete",
                "x-filename-id":"orderreleaselines-orderreleaselinegid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Release Lines/Involved Parties"
                ],
                "summary":"Update an Involved Party",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleaseLines-{orderReleaseLineGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-patch",
                "x-filename-id":"orderreleaselines-orderreleaselinegid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-patch"
            }
        },
        "/orderReleaseLines/{orderReleaseLineGid}/attributes":{
            "parameters":[
                {
                    "name":"orderReleaseLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Release Lines/Attributes"
                ],
                "summary":"Get Attributes",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderReleaseLines.attributes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleaseLines-{orderReleaseLineGid}-attributes-get",
                "x-filename-id":"orderreleaselines-orderreleaselinegid-attributes-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Order Release Lines/Attributes"
                ],
                "summary":"Create an Attribute",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/orderReleaseLines.attributes"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/orderReleaseLines.attributes"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderReleaseLines.attributes"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderReleaseLines.attributes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleaseLines-{orderReleaseLineGid}-attributes-post",
                "x-filename-id":"orderreleaselines-orderreleaselinegid-attributes-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Release Lines/Attributes"
                ],
                "summary":"Update Attributes",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleaseLines-{orderReleaseLineGid}-attributes-patch",
                "x-filename-id":"orderreleaselines-orderreleaselinegid-attributes-patch"
            }
        },
        "/orderReleaseLines/{orderReleaseLineGid}/attributes/{itemFeatureQualGidxitemFeatureValue}":{
            "parameters":[
                {
                    "name":"orderReleaseLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"itemFeatureQualGidxitemFeatureValue",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Release Lines/Attributes"
                ],
                "summary":"Get an Attribute",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderReleaseLines.attributes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleaseLines-{orderReleaseLineGid}-attributes-{itemFeatureQualGidxitemFeatureValue}-get",
                "x-filename-id":"orderreleaselines-orderreleaselinegid-attributes-itemfeaturequalgidxitemfeaturevalue-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Order Release Lines/Attributes"
                ],
                "summary":"Delete an Attribute",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleaseLines-{orderReleaseLineGid}-attributes-{itemFeatureQualGidxitemFeatureValue}-delete",
                "x-filename-id":"orderreleaselines-orderreleaselinegid-attributes-itemfeaturequalgidxitemfeaturevalue-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Release Lines/Attributes"
                ],
                "summary":"Update an Attribute",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleaseLines-{orderReleaseLineGid}-attributes-{itemFeatureQualGidxitemFeatureValue}-patch",
                "x-filename-id":"orderreleaselines-orderreleaselinegid-attributes-itemfeaturequalgidxitemfeaturevalue-patch"
            }
        },
        "/orderReleaseLines/{orderReleaseLineGid}/packageRefUnits":{
            "parameters":[
                {
                    "name":"orderReleaseLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Release Lines/Package Reference Units"
                ],
                "summary":"Get Package Reference Units",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderReleaseLines.packageRefUnits"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleaseLines-{orderReleaseLineGid}-packageRefUnits-get",
                "x-filename-id":"orderreleaselines-orderreleaselinegid-packagerefunits-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Order Release Lines/Package Reference Units"
                ],
                "summary":"Create a Package Reference Unit",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/orderReleaseLines.packageRefUnits"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/orderReleaseLines.packageRefUnits"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderReleaseLines.packageRefUnits"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderReleaseLines.packageRefUnits"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleaseLines-{orderReleaseLineGid}-packageRefUnits-post",
                "x-filename-id":"orderreleaselines-orderreleaselinegid-packagerefunits-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Release Lines/Package Reference Units"
                ],
                "summary":"Update Package Reference Units",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleaseLines-{orderReleaseLineGid}-packageRefUnits-patch",
                "x-filename-id":"orderreleaselines-orderreleaselinegid-packagerefunits-patch"
            }
        },
        "/orderReleaseLines/{orderReleaseLineGid}/packageRefUnits/{packagingReferenceUnitGid}":{
            "parameters":[
                {
                    "name":"orderReleaseLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"packagingReferenceUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Release Lines/Package Reference Units"
                ],
                "summary":"Get a Package Reference Unit",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderReleaseLines.packageRefUnits"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleaseLines-{orderReleaseLineGid}-packageRefUnits-{packagingReferenceUnitGid}-get",
                "x-filename-id":"orderreleaselines-orderreleaselinegid-packagerefunits-packagingreferenceunitgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Order Release Lines/Package Reference Units"
                ],
                "summary":"Delete a Package Reference Unit",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleaseLines-{orderReleaseLineGid}-packageRefUnits-{packagingReferenceUnitGid}-delete",
                "x-filename-id":"orderreleaselines-orderreleaselinegid-packagerefunits-packagingreferenceunitgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Release Lines/Package Reference Units"
                ],
                "summary":"Update a Package Reference Unit",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleaseLines-{orderReleaseLineGid}-packageRefUnits-{packagingReferenceUnitGid}-patch",
                "x-filename-id":"orderreleaselines-orderreleaselinegid-packagerefunits-packagingreferenceunitgid-patch"
            }
        },
        "/orderReleaseLines/{orderReleaseLineGid}/specialServices":{
            "parameters":[
                {
                    "name":"orderReleaseLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Release Lines/Special Services"
                ],
                "summary":"Get Special Services",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderReleaseLines.specialServices"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleaseLines-{orderReleaseLineGid}-specialServices-get",
                "x-filename-id":"orderreleaselines-orderreleaselinegid-specialservices-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Order Release Lines/Special Services"
                ],
                "summary":"Create a Special Service",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/orderReleaseLines.specialServices"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/orderReleaseLines.specialServices"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderReleaseLines.specialServices"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderReleaseLines.specialServices"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleaseLines-{orderReleaseLineGid}-specialServices-post",
                "x-filename-id":"orderreleaselines-orderreleaselinegid-specialservices-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Release Lines/Special Services"
                ],
                "summary":"Update Special Services",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleaseLines-{orderReleaseLineGid}-specialServices-patch",
                "x-filename-id":"orderreleaselines-orderreleaselinegid-specialservices-patch"
            }
        },
        "/orderReleaseLines/{orderReleaseLineGid}/specialServices/{specialServiceCodeGid}":{
            "parameters":[
                {
                    "name":"orderReleaseLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"specialServiceCodeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Release Lines/Special Services"
                ],
                "summary":"Get a Special Service",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderReleaseLines.specialServices"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleaseLines-{orderReleaseLineGid}-specialServices-{specialServiceCodeGid}-get",
                "x-filename-id":"orderreleaselines-orderreleaselinegid-specialservices-specialservicecodegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Order Release Lines/Special Services"
                ],
                "summary":"Delete a Special Service",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleaseLines-{orderReleaseLineGid}-specialServices-{specialServiceCodeGid}-delete",
                "x-filename-id":"orderreleaselines-orderreleaselinegid-specialservices-specialservicecodegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Release Lines/Special Services"
                ],
                "summary":"Update a Special Service",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleaseLines-{orderReleaseLineGid}-specialServices-{specialServiceCodeGid}-patch",
                "x-filename-id":"orderreleaselines-orderreleaselinegid-specialservices-specialservicecodegid-patch"
            }
        },
        "/orderReleaseLines/{orderReleaseLineGid}/remarks":{
            "parameters":[
                {
                    "name":"orderReleaseLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Release Lines/Remarks"
                ],
                "summary":"Get Remarks",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderReleaseLines.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleaseLines-{orderReleaseLineGid}-remarks-get",
                "x-filename-id":"orderreleaselines-orderreleaselinegid-remarks-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Order Release Lines/Remarks"
                ],
                "summary":"Create a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/orderReleaseLines.remarks"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/orderReleaseLines.remarks"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderReleaseLines.remarks"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderReleaseLines.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleaseLines-{orderReleaseLineGid}-remarks-post",
                "x-filename-id":"orderreleaselines-orderreleaselinegid-remarks-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Release Lines/Remarks"
                ],
                "summary":"Update Remarks",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleaseLines-{orderReleaseLineGid}-remarks-patch",
                "x-filename-id":"orderreleaselines-orderreleaselinegid-remarks-patch"
            }
        },
        "/orderReleaseLines/{orderReleaseLineGid}/remarks/{remarkSequence}":{
            "parameters":[
                {
                    "name":"orderReleaseLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"remarkSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Release Lines/Remarks"
                ],
                "summary":"Get a Remark",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderReleaseLines.remarks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleaseLines-{orderReleaseLineGid}-remarks-{remarkSequence}-get",
                "x-filename-id":"orderreleaselines-orderreleaselinegid-remarks-remarksequence-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Order Release Lines/Remarks"
                ],
                "summary":"Delete a Remark",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleaseLines-{orderReleaseLineGid}-remarks-{remarkSequence}-delete",
                "x-filename-id":"orderreleaselines-orderreleaselinegid-remarks-remarksequence-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Release Lines/Remarks"
                ],
                "summary":"Update a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleaseLines-{orderReleaseLineGid}-remarks-{remarkSequence}-patch",
                "x-filename-id":"orderreleaselines-orderreleaselinegid-remarks-remarksequence-patch"
            }
        },
        "/orderReleaseLines/{orderReleaseLineGid}/refnums":{
            "parameters":[
                {
                    "name":"orderReleaseLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Release Lines/Reference Numbers"
                ],
                "summary":"Get Reference Numbers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderReleaseLines.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleaseLines-{orderReleaseLineGid}-refnums-get",
                "x-filename-id":"orderreleaselines-orderreleaselinegid-refnums-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Order Release Lines/Reference Numbers"
                ],
                "summary":"Create a Reference Number",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/orderReleaseLines.refnums"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/orderReleaseLines.refnums"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderReleaseLines.refnums"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderReleaseLines.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleaseLines-{orderReleaseLineGid}-refnums-post",
                "x-filename-id":"orderreleaselines-orderreleaselinegid-refnums-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Release Lines/Reference Numbers"
                ],
                "summary":"Update Reference Numbers",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleaseLines-{orderReleaseLineGid}-refnums-patch",
                "x-filename-id":"orderreleaselines-orderreleaselinegid-refnums-patch"
            }
        },
        "/orderReleaseLines/{orderReleaseLineGid}/refnums/{orderReleaseRefnumQualGidxorlRefnumValue}":{
            "parameters":[
                {
                    "name":"orderReleaseLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"orderReleaseRefnumQualGidxorlRefnumValue",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Release Lines/Reference Numbers"
                ],
                "summary":"Get a Reference Number",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderReleaseLines.refnums"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleaseLines-{orderReleaseLineGid}-refnums-{orderReleaseRefnumQualGidxorlRefnumValue}-get",
                "x-filename-id":"orderreleaselines-orderreleaselinegid-refnums-orderreleaserefnumqualgidxorlrefnumvalue-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Order Release Lines/Reference Numbers"
                ],
                "summary":"Delete a Reference Number",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleaseLines-{orderReleaseLineGid}-refnums-{orderReleaseRefnumQualGidxorlRefnumValue}-delete",
                "x-filename-id":"orderreleaselines-orderreleaselinegid-refnums-orderreleaserefnumqualgidxorlrefnumvalue-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Release Lines/Reference Numbers"
                ],
                "summary":"Update a Reference Number",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleaseLines-{orderReleaseLineGid}-refnums-{orderReleaseRefnumQualGidxorlRefnumValue}-patch",
                "x-filename-id":"orderreleaselines-orderreleaselinegid-refnums-orderreleaserefnumqualgidxorlrefnumvalue-patch"
            }
        },
        "/orderReleaseLines/{orderReleaseLineGid}/texts":{
            "parameters":[
                {
                    "name":"orderReleaseLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Release Lines/Texts"
                ],
                "summary":"Get Texts",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderReleaseLines.texts"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleaseLines-{orderReleaseLineGid}-texts-get",
                "x-filename-id":"orderreleaselines-orderreleaselinegid-texts-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Order Release Lines/Texts"
                ],
                "summary":"Create a Text",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/orderReleaseLines.texts"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/orderReleaseLines.texts"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderReleaseLines.texts"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderReleaseLines.texts"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleaseLines-{orderReleaseLineGid}-texts-post",
                "x-filename-id":"orderreleaselines-orderreleaselinegid-texts-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Release Lines/Texts"
                ],
                "summary":"Update Texts",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleaseLines-{orderReleaseLineGid}-texts-patch",
                "x-filename-id":"orderreleaselines-orderreleaselinegid-texts-patch"
            }
        },
        "/orderReleaseLines/{orderReleaseLineGid}/texts/{textTemplateGidxdocumentDefGid}":{
            "parameters":[
                {
                    "name":"orderReleaseLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"textTemplateGidxdocumentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Release Lines/Texts"
                ],
                "summary":"Get a Text",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderReleaseLines.texts"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleaseLines-{orderReleaseLineGid}-texts-{textTemplateGidxdocumentDefGid}-get",
                "x-filename-id":"orderreleaselines-orderreleaselinegid-texts-texttemplategidxdocumentdefgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Order Release Lines/Texts"
                ],
                "summary":"Delete a Text",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleaseLines-{orderReleaseLineGid}-texts-{textTemplateGidxdocumentDefGid}-delete",
                "x-filename-id":"orderreleaselines-orderreleaselinegid-texts-texttemplategidxdocumentdefgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Release Lines/Texts"
                ],
                "summary":"Update a Text",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleaseLines-{orderReleaseLineGid}-texts-{textTemplateGidxdocumentDefGid}-patch",
                "x-filename-id":"orderreleaselines-orderreleaselinegid-texts-texttemplategidxdocumentdefgid-patch"
            }
        },
        "/orderReleaseLines/{orderReleaseLineGid}/equipmentRefUnits":{
            "parameters":[
                {
                    "name":"orderReleaseLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Release Lines/Equipment Reference Units"
                ],
                "summary":"Get Equipment Reference Units",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderReleaseLines.equipmentRefUnits"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleaseLines-{orderReleaseLineGid}-equipmentRefUnits-get",
                "x-filename-id":"orderreleaselines-orderreleaselinegid-equipmentrefunits-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Order Release Lines/Equipment Reference Units"
                ],
                "summary":"Create an Equipment Reference Unit",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/orderReleaseLines.equipmentRefUnits"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/orderReleaseLines.equipmentRefUnits"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderReleaseLines.equipmentRefUnits"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderReleaseLines.equipmentRefUnits"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleaseLines-{orderReleaseLineGid}-equipmentRefUnits-post",
                "x-filename-id":"orderreleaselines-orderreleaselinegid-equipmentrefunits-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Release Lines/Equipment Reference Units"
                ],
                "summary":"Update Equipment Reference Units",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleaseLines-{orderReleaseLineGid}-equipmentRefUnits-patch",
                "x-filename-id":"orderreleaselines-orderreleaselinegid-equipmentrefunits-patch"
            }
        },
        "/orderReleaseLines/{orderReleaseLineGid}/equipmentRefUnits/{equipmentReferenceUnitGid}":{
            "parameters":[
                {
                    "name":"orderReleaseLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"equipmentReferenceUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Release Lines/Equipment Reference Units"
                ],
                "summary":"Get an Equipment Reference Unit",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderReleaseLines.equipmentRefUnits"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleaseLines-{orderReleaseLineGid}-equipmentRefUnits-{equipmentReferenceUnitGid}-get",
                "x-filename-id":"orderreleaselines-orderreleaselinegid-equipmentrefunits-equipmentreferenceunitgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Order Release Lines/Equipment Reference Units"
                ],
                "summary":"Delete an Equipment Reference Unit",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleaseLines-{orderReleaseLineGid}-equipmentRefUnits-{equipmentReferenceUnitGid}-delete",
                "x-filename-id":"orderreleaselines-orderreleaselinegid-equipmentrefunits-equipmentreferenceunitgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Release Lines/Equipment Reference Units"
                ],
                "summary":"Update an Equipment Reference Unit",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleaseLines-{orderReleaseLineGid}-equipmentRefUnits-{equipmentReferenceUnitGid}-patch",
                "x-filename-id":"orderreleaselines-orderreleaselinegid-equipmentrefunits-equipmentreferenceunitgid-patch"
            }
        },
        "/orderReleaseLines/{orderReleaseLineGid}/allocations":{
            "parameters":[
                {
                    "name":"orderReleaseLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Release Lines/Allocations"
                ],
                "summary":"Get Allocations",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderReleaseLines.allocations"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleaseLines-{orderReleaseLineGid}-allocations-get",
                "x-filename-id":"orderreleaselines-orderreleaselinegid-allocations-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Order Release Lines/Allocations"
                ],
                "summary":"Create an Allocation",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/orderReleaseLines.allocations"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/orderReleaseLines.allocations"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderReleaseLines.allocations"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderReleaseLines.allocations"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleaseLines-{orderReleaseLineGid}-allocations-post",
                "x-filename-id":"orderreleaselines-orderreleaselinegid-allocations-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Release Lines/Allocations"
                ],
                "summary":"Update Allocations",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleaseLines-{orderReleaseLineGid}-allocations-patch",
                "x-filename-id":"orderreleaselines-orderreleaselinegid-allocations-patch"
            }
        },
        "/orderReleaseLines/{orderReleaseLineGid}/allocations/{allocSeqNo}":{
            "parameters":[
                {
                    "name":"orderReleaseLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"allocSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Release Lines/Allocations"
                ],
                "summary":"Get an Allocation",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderReleaseLines.allocations"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleaseLines-{orderReleaseLineGid}-allocations-{allocSeqNo}-get",
                "x-filename-id":"orderreleaselines-orderreleaselinegid-allocations-allocseqno-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Order Release Lines/Allocations"
                ],
                "summary":"Delete an Allocation",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleaseLines-{orderReleaseLineGid}-allocations-{allocSeqNo}-delete",
                "x-filename-id":"orderreleaselines-orderreleaselinegid-allocations-allocseqno-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Release Lines/Allocations"
                ],
                "summary":"Update an Allocation",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleaseLines-{orderReleaseLineGid}-allocations-{allocSeqNo}-patch",
                "x-filename-id":"orderreleaselines-orderreleaselinegid-allocations-allocseqno-patch"
            }
        },
        "/orderReleaseLines/{orderReleaseLineGid}/allocations/{allocSeqNo}/allocationBase":{
            "parameters":[
                {
                    "name":"orderReleaseLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"allocSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Release Lines/Allocations/Allocation Bases"
                ],
                "summary":"Get Allocation Bases",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderReleaseLines.allocations.allocationBase"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleaseLines-{orderReleaseLineGid}-allocations-{allocSeqNo}-allocationBase-get",
                "x-filename-id":"orderreleaselines-orderreleaselinegid-allocations-allocseqno-allocationbase-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Order Release Lines/Allocations/Allocation Bases"
                ],
                "summary":"Create an Allocation Base",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/orderReleaseLines.allocations.allocationBase"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/orderReleaseLines.allocations.allocationBase"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderReleaseLines.allocations.allocationBase"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderReleaseLines.allocations.allocationBase"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleaseLines-{orderReleaseLineGid}-allocations-{allocSeqNo}-allocationBase-post",
                "x-filename-id":"orderreleaselines-orderreleaselinegid-allocations-allocseqno-allocationbase-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Release Lines/Allocations/Allocation Bases"
                ],
                "summary":"Update Allocation Bases",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleaseLines-{orderReleaseLineGid}-allocations-{allocSeqNo}-allocationBase-patch",
                "x-filename-id":"orderreleaselines-orderreleaselinegid-allocations-allocseqno-allocationbase-patch"
            }
        },
        "/orderReleaseLines/{orderReleaseLineGid}/allocations/{allocSeqNo}/allocationBase/{allocSeqNo}":{
            "parameters":[
                {
                    "name":"orderReleaseLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"allocSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Release Lines/Allocations/Allocation Bases"
                ],
                "summary":"Get an Allocation Base",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderReleaseLines.allocations.allocationBase"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleaseLines-{orderReleaseLineGid}-allocations-{allocSeqNo}-allocationBase-{allocSeqNo}-get",
                "x-filename-id":"orderreleaselines-orderreleaselinegid-allocations-allocseqno-allocationbase-allocseqno-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Order Release Lines/Allocations/Allocation Bases"
                ],
                "summary":"Delete an Allocation Base",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleaseLines-{orderReleaseLineGid}-allocations-{allocSeqNo}-allocationBase-{allocSeqNo}-delete",
                "x-filename-id":"orderreleaselines-orderreleaselinegid-allocations-allocseqno-allocationbase-allocseqno-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Release Lines/Allocations/Allocation Bases"
                ],
                "summary":"Update an Allocation Base",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleaseLines-{orderReleaseLineGid}-allocations-{allocSeqNo}-allocationBase-{allocSeqNo}-patch",
                "x-filename-id":"orderreleaselines-orderreleaselinegid-allocations-allocseqno-allocationbase-allocseqno-patch"
            }
        },
        "/orderReleaseLines/{orderReleaseLineGid}/allocations/{allocSeqNo}/details":{
            "parameters":[
                {
                    "name":"orderReleaseLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"allocSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Release Lines/Allocations/Allocation Details"
                ],
                "summary":"Get Allocation Details",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderReleaseLines.allocations.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleaseLines-{orderReleaseLineGid}-allocations-{allocSeqNo}-details-get",
                "x-filename-id":"orderreleaselines-orderreleaselinegid-allocations-allocseqno-details-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Order Release Lines/Allocations/Allocation Details"
                ],
                "summary":"Create an Allocation Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/orderReleaseLines.allocations.details"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/orderReleaseLines.allocations.details"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderReleaseLines.allocations.details"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderReleaseLines.allocations.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleaseLines-{orderReleaseLineGid}-allocations-{allocSeqNo}-details-post",
                "x-filename-id":"orderreleaselines-orderreleaselinegid-allocations-allocseqno-details-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Release Lines/Allocations/Allocation Details"
                ],
                "summary":"Update Allocation Details",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleaseLines-{orderReleaseLineGid}-allocations-{allocSeqNo}-details-patch",
                "x-filename-id":"orderreleaselines-orderreleaselinegid-allocations-allocseqno-details-patch"
            }
        },
        "/orderReleaseLines/{orderReleaseLineGid}/allocations/{allocSeqNo}/details/{allocCostSeqno}":{
            "parameters":[
                {
                    "name":"orderReleaseLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"allocSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"allocCostSeqno",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Release Lines/Allocations/Allocation Details"
                ],
                "summary":"Get an Allocation Detail",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderReleaseLines.allocations.details"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleaseLines-{orderReleaseLineGid}-allocations-{allocSeqNo}-details-{allocCostSeqno}-get",
                "x-filename-id":"orderreleaselines-orderreleaselinegid-allocations-allocseqno-details-alloccostseqno-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Order Release Lines/Allocations/Allocation Details"
                ],
                "summary":"Delete an Allocation Detail",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleaseLines-{orderReleaseLineGid}-allocations-{allocSeqNo}-details-{allocCostSeqno}-delete",
                "x-filename-id":"orderreleaselines-orderreleaselinegid-allocations-allocseqno-details-alloccostseqno-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Release Lines/Allocations/Allocation Details"
                ],
                "summary":"Update an Allocation Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleaseLines-{orderReleaseLineGid}-allocations-{allocSeqNo}-details-{allocCostSeqno}-patch",
                "x-filename-id":"orderreleaselines-orderreleaselinegid-allocations-allocseqno-details-alloccostseqno-patch"
            }
        },
        "/orderReleaseLines/{orderReleaseLineGid}/accessorials":{
            "parameters":[
                {
                    "name":"orderReleaseLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Release Lines/Accessorials"
                ],
                "summary":"Get Accessorials",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderReleaseLines.accessorials"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleaseLines-{orderReleaseLineGid}-accessorials-get",
                "x-filename-id":"orderreleaselines-orderreleaselinegid-accessorials-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Order Release Lines/Accessorials"
                ],
                "summary":"Create an Accessorial",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/orderReleaseLines.accessorials"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/orderReleaseLines.accessorials"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderReleaseLines.accessorials"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderReleaseLines.accessorials"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleaseLines-{orderReleaseLineGid}-accessorials-post",
                "x-filename-id":"orderreleaselines-orderreleaselinegid-accessorials-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Release Lines/Accessorials"
                ],
                "summary":"Update Accessorials",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleaseLines-{orderReleaseLineGid}-accessorials-patch",
                "x-filename-id":"orderreleaselines-orderreleaselinegid-accessorials-patch"
            }
        },
        "/orderReleaseLines/{orderReleaseLineGid}/accessorials/{accessorialCodeGid}":{
            "parameters":[
                {
                    "name":"orderReleaseLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"accessorialCodeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Release Lines/Accessorials"
                ],
                "summary":"Get an Accessorial",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderReleaseLines.accessorials"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleaseLines-{orderReleaseLineGid}-accessorials-{accessorialCodeGid}-get",
                "x-filename-id":"orderreleaselines-orderreleaselinegid-accessorials-accessorialcodegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Order Release Lines/Accessorials"
                ],
                "summary":"Delete an Accessorial",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleaseLines-{orderReleaseLineGid}-accessorials-{accessorialCodeGid}-delete",
                "x-filename-id":"orderreleaselines-orderreleaselinegid-accessorials-accessorialcodegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Release Lines/Accessorials"
                ],
                "summary":"Update an Accessorial",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleaseLines-{orderReleaseLineGid}-accessorials-{accessorialCodeGid}-patch",
                "x-filename-id":"orderreleaselines-orderreleaselinegid-accessorials-accessorialcodegid-patch"
            }
        },
        "/orderReleaseLines/{orderReleaseLineGid}/accessorials/{accessorialCodeGid}/remarks":{
            "parameters":[
                {
                    "name":"orderReleaseLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"accessorialCodeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Release Lines/Accessorials/Remarks"
                ],
                "summary":"Get Remarks",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderReleaseLines.accessorials.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleaseLines-{orderReleaseLineGid}-accessorials-{accessorialCodeGid}-remarks-get",
                "x-filename-id":"orderreleaselines-orderreleaselinegid-accessorials-accessorialcodegid-remarks-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Order Release Lines/Accessorials/Remarks"
                ],
                "summary":"Create a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/orderReleaseLines.accessorials.remarks"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/orderReleaseLines.accessorials.remarks"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderReleaseLines.accessorials.remarks"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderReleaseLines.accessorials.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleaseLines-{orderReleaseLineGid}-accessorials-{accessorialCodeGid}-remarks-post",
                "x-filename-id":"orderreleaselines-orderreleaselinegid-accessorials-accessorialcodegid-remarks-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Release Lines/Accessorials/Remarks"
                ],
                "summary":"Update Remarks",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleaseLines-{orderReleaseLineGid}-accessorials-{accessorialCodeGid}-remarks-patch",
                "x-filename-id":"orderreleaselines-orderreleaselinegid-accessorials-accessorialcodegid-remarks-patch"
            }
        },
        "/orderReleaseLines/{orderReleaseLineGid}/accessorials/{accessorialCodeGid}/remarks/{remarkSequence}":{
            "parameters":[
                {
                    "name":"orderReleaseLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"accessorialCodeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"remarkSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Release Lines/Accessorials/Remarks"
                ],
                "summary":"Get a Remark",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderReleaseLines.accessorials.remarks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleaseLines-{orderReleaseLineGid}-accessorials-{accessorialCodeGid}-remarks-{remarkSequence}-get",
                "x-filename-id":"orderreleaselines-orderreleaselinegid-accessorials-accessorialcodegid-remarks-remarksequence-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Order Release Lines/Accessorials/Remarks"
                ],
                "summary":"Delete a Remark",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleaseLines-{orderReleaseLineGid}-accessorials-{accessorialCodeGid}-remarks-{remarkSequence}-delete",
                "x-filename-id":"orderreleaselines-orderreleaselinegid-accessorials-accessorialcodegid-remarks-remarksequence-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Release Lines/Accessorials/Remarks"
                ],
                "summary":"Update a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleaseLines-{orderReleaseLineGid}-accessorials-{accessorialCodeGid}-remarks-{remarkSequence}-patch",
                "x-filename-id":"orderreleaselines-orderreleaselinegid-accessorials-accessorialcodegid-remarks-remarksequence-patch"
            }
        },
        "/remarkQualAssetAttributes":{
            "get":{
                "tags":[
                    "Power Data/Remark Qual Asset Attributes"
                ],
                "summary":"Get Remark Qual Asset Attributes",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/remarkQualAssetAttributes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"remarkQualAssetAttributes-get",
                "x-filename-id":"remarkqualassetattributes-get"
            },
            "post":{
                "tags":[
                    "Power Data/Remark Qual Asset Attributes"
                ],
                "summary":"Create a Remark Qual Asset Attribute",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/remarkQualAssetAttributes"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/remarkQualAssetAttributes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"remarkQualAssetAttributes-post",
                "x-filename-id":"remarkqualassetattributes-post"
            }
        },
        "/remarkQualAssetAttributes/{remarkQualGid}":{
            "parameters":[
                {
                    "name":"remarkQualGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Remark Qual Asset Attributes"
                ],
                "summary":"Get a Remark Qual Asset Attribute",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/remarkQualAssetAttributes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"remarkQualAssetAttributes-{remarkQualGid}-get",
                "x-filename-id":"remarkqualassetattributes-remarkqualgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Remark Qual Asset Attributes"
                ],
                "summary":"Delete a Remark Qual Asset Attribute",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"remarkQualAssetAttributes-{remarkQualGid}-delete",
                "x-filename-id":"remarkqualassetattributes-remarkqualgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Remark Qual Asset Attributes"
                ],
                "summary":"Update a Remark Qual Asset Attribute",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"remarkQualAssetAttributes-{remarkQualGid}-patch",
                "x-filename-id":"remarkqualassetattributes-remarkqualgid-patch"
            }
        },
        "/rule11RouteCodes":{
            "get":{
                "tags":[
                    "Power Data/Rule11 Route Codes"
                ],
                "summary":"Get Rule11 Route Codes",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/rule11RouteCodes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rule11RouteCodes-get",
                "x-filename-id":"rule11routecodes-get"
            },
            "post":{
                "tags":[
                    "Power Data/Rule11 Route Codes"
                ],
                "summary":"Create a Rule11 Route Code",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/rule11RouteCodes"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rule11RouteCodes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rule11RouteCodes-post",
                "x-filename-id":"rule11routecodes-post"
            }
        },
        "/rule11RouteCodes/{routeCodeCombinationGid}":{
            "parameters":[
                {
                    "name":"routeCodeCombinationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Rule11 Route Codes"
                ],
                "summary":"Get a Rule11 Route Code",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rule11RouteCodes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rule11RouteCodes-{routeCodeCombinationGid}-get",
                "x-filename-id":"rule11routecodes-routecodecombinationgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Rule11 Route Codes"
                ],
                "summary":"Delete a Rule11 Route Code",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rule11RouteCodes-{routeCodeCombinationGid}-delete",
                "x-filename-id":"rule11routecodes-routecodecombinationgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Rule11 Route Codes"
                ],
                "summary":"Update a Rule11 Route Code",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rule11RouteCodes-{routeCodeCombinationGid}-patch",
                "x-filename-id":"rule11routecodes-routecodecombinationgid-patch"
            }
        },
        "/rule11RouteCodes/{routeCodeCombinationGid}/details":{
            "parameters":[
                {
                    "name":"routeCodeCombinationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Rule11 Route Codes/Details"
                ],
                "summary":"Get Details",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/rule11RouteCodes.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rule11RouteCodes-{routeCodeCombinationGid}-details-get",
                "x-filename-id":"rule11routecodes-routecodecombinationgid-details-get"
            },
            "post":{
                "tags":[
                    "Power Data/Rule11 Route Codes/Details"
                ],
                "summary":"Create a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/rule11RouteCodes.details"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/rule11RouteCodes.details"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rule11RouteCodes.details"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/rule11RouteCodes.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rule11RouteCodes-{routeCodeCombinationGid}-details-post",
                "x-filename-id":"rule11routecodes-routecodecombinationgid-details-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Rule11 Route Codes/Details"
                ],
                "summary":"Update Details",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rule11RouteCodes-{routeCodeCombinationGid}-details-patch",
                "x-filename-id":"rule11routecodes-routecodecombinationgid-details-patch"
            }
        },
        "/rule11RouteCodes/{routeCodeCombinationGid}/details/{sequence}":{
            "parameters":[
                {
                    "name":"routeCodeCombinationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Rule11 Route Codes/Details"
                ],
                "summary":"Get a Detail",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rule11RouteCodes.details"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rule11RouteCodes-{routeCodeCombinationGid}-details-{sequence}-get",
                "x-filename-id":"rule11routecodes-routecodecombinationgid-details-sequence-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Rule11 Route Codes/Details"
                ],
                "summary":"Delete a Detail",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rule11RouteCodes-{routeCodeCombinationGid}-details-{sequence}-delete",
                "x-filename-id":"rule11routecodes-routecodecombinationgid-details-sequence-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Rule11 Route Codes/Details"
                ],
                "summary":"Update a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rule11RouteCodes-{routeCodeCombinationGid}-details-{sequence}-patch",
                "x-filename-id":"rule11routecodes-routecodecombinationgid-details-sequence-patch"
            }
        },
        "/vouchers":{
            "get":{
                "tags":[
                    "Business Objects/Vouchers"
                ],
                "summary":"Get Vouchers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/vouchers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"vouchers-get",
                "x-filename-id":"vouchers-get"
            }
        },
        "/vouchers/{voucherGid}":{
            "parameters":[
                {
                    "name":"voucherGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Vouchers"
                ],
                "summary":"Get a Voucher",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/vouchers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"vouchers-{voucherGid}-get",
                "x-filename-id":"vouchers-vouchergid-get"
            }
        },
        "/vouchers/{voucherGid}/statuses":{
            "parameters":[
                {
                    "name":"voucherGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Vouchers/Statuses"
                ],
                "summary":"Get Statuses",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/vouchers.statuses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"vouchers-{voucherGid}-statuses-get",
                "x-filename-id":"vouchers-vouchergid-statuses-get"
            }
        },
        "/vouchers/{voucherGid}/statuses/{statusTypeGid}":{
            "parameters":[
                {
                    "name":"voucherGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"statusTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Vouchers/Statuses"
                ],
                "summary":"Get a Status",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/vouchers.statuses"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"vouchers-{voucherGid}-statuses-{statusTypeGid}-get",
                "x-filename-id":"vouchers-vouchergid-statuses-statustypegid-get"
            }
        },
        "/vouchers/{voucherGid}/vatAnalyses":{
            "parameters":[
                {
                    "name":"voucherGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Vouchers/VAT Analyses"
                ],
                "summary":"Get VAT Analyses",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/vouchers.vatAnalyses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"vouchers-{voucherGid}-vatAnalyses-get",
                "x-filename-id":"vouchers-vouchergid-vatanalyses-get"
            }
        },
        "/vouchers/{voucherGid}/vatAnalyses/{vatCodeGid}":{
            "parameters":[
                {
                    "name":"voucherGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"vatCodeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Vouchers/VAT Analyses"
                ],
                "summary":"Get a VAT Analysis",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/vouchers.vatAnalyses"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"vouchers-{voucherGid}-vatAnalyses-{vatCodeGid}-get",
                "x-filename-id":"vouchers-vouchergid-vatanalyses-vatcodegid-get"
            }
        },
        "/vouchers/{voucherGid}/refnums":{
            "parameters":[
                {
                    "name":"voucherGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Vouchers/Reference Numbers"
                ],
                "summary":"Get Reference Numbers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/vouchers.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"vouchers-{voucherGid}-refnums-get",
                "x-filename-id":"vouchers-vouchergid-refnums-get"
            }
        },
        "/vouchers/{voucherGid}/refnums/{voucherRefnumQualGidxvoucherRefnumValue}":{
            "parameters":[
                {
                    "name":"voucherGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"voucherRefnumQualGidxvoucherRefnumValue",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Vouchers/Reference Numbers"
                ],
                "summary":"Get a Reference Number",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/vouchers.refnums"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"vouchers-{voucherGid}-refnums-{voucherRefnumQualGidxvoucherRefnumValue}-get",
                "x-filename-id":"vouchers-vouchergid-refnums-voucherrefnumqualgidxvoucherrefnumvalue-get"
            }
        },
        "/vouchers/{voucherGid}/invoiceLines":{
            "parameters":[
                {
                    "name":"voucherGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Vouchers/Invoice Lines"
                ],
                "summary":"Get Invoice Lines",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/vouchers.invoiceLines"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"vouchers-{voucherGid}-invoiceLines-get",
                "x-filename-id":"vouchers-vouchergid-invoicelines-get"
            }
        },
        "/vouchers/{voucherGid}/invoiceLines/{invoiceGidxlineitemSeqNo}":{
            "parameters":[
                {
                    "name":"voucherGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"invoiceGidxlineitemSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Vouchers/Invoice Lines"
                ],
                "summary":"Get an Invoice Line",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/vouchers.invoiceLines"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"vouchers-{voucherGid}-invoiceLines-{invoiceGidxlineitemSeqNo}-get",
                "x-filename-id":"vouchers-vouchergid-invoicelines-invoicegidxlineitemseqno-get"
            }
        },
        "/vouchers/{voucherGid}/remarks":{
            "parameters":[
                {
                    "name":"voucherGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Vouchers/Remarks"
                ],
                "summary":"Get Remarks",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/vouchers.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"vouchers-{voucherGid}-remarks-get",
                "x-filename-id":"vouchers-vouchergid-remarks-get"
            }
        },
        "/vouchers/{voucherGid}/remarks/{remarkSequence}":{
            "parameters":[
                {
                    "name":"voucherGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"remarkSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Vouchers/Remarks"
                ],
                "summary":"Get a Remark",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/vouchers.remarks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"vouchers-{voucherGid}-remarks-{remarkSequence}-get",
                "x-filename-id":"vouchers-vouchergid-remarks-remarksequence-get"
            }
        },
        "/vouchers/{voucherGid}/documents":{
            "parameters":[
                {
                    "name":"voucherGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Vouchers/Documents"
                ],
                "summary":"Get Documents",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/vouchers.documents"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"vouchers-{voucherGid}-documents-get",
                "x-filename-id":"vouchers-vouchergid-documents-get"
            }
        },
        "/vouchers/{voucherGid}/documents/{documentGid}":{
            "parameters":[
                {
                    "name":"voucherGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Vouchers/Documents"
                ],
                "summary":"Get a Document",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/vouchers.documents"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"vouchers-{voucherGid}-documents-{documentGid}-get",
                "x-filename-id":"vouchers-vouchergid-documents-documentgid-get"
            }
        },
        "/vouchers/{voucherGid}/allocations":{
            "parameters":[
                {
                    "name":"voucherGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Vouchers/Allocations"
                ],
                "summary":"Get Allocations",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/vouchers.allocations"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"vouchers-{voucherGid}-allocations-get",
                "x-filename-id":"vouchers-vouchergid-allocations-get"
            }
        },
        "/vouchers/{voucherGid}/allocations/{allocSeqNo}":{
            "parameters":[
                {
                    "name":"voucherGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"allocSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Vouchers/Allocations"
                ],
                "summary":"Get an Allocation",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/vouchers.allocations"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"vouchers-{voucherGid}-allocations-{allocSeqNo}-get",
                "x-filename-id":"vouchers-vouchergid-allocations-allocseqno-get"
            }
        },
        "/vouchers/{voucherGid}/allocations/{allocSeqNo}/orderAllocations":{
            "parameters":[
                {
                    "name":"voucherGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"allocSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Vouchers/Allocations/Order Release Allocations"
                ],
                "summary":"Get Order Release Allocations",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/vouchers.allocations.orderAllocations"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"vouchers-{voucherGid}-allocations-{allocSeqNo}-orderAllocations-get",
                "x-filename-id":"vouchers-vouchergid-allocations-allocseqno-orderallocations-get"
            }
        },
        "/vouchers/{voucherGid}/allocations/{allocSeqNo}/orderAllocations/{allocCostSeqno}":{
            "parameters":[
                {
                    "name":"voucherGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"allocSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"allocCostSeqno",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Vouchers/Allocations/Order Release Allocations"
                ],
                "summary":"Get an Order Release Allocation",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/vouchers.allocations.orderAllocations"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"vouchers-{voucherGid}-allocations-{allocSeqNo}-orderAllocations-{allocCostSeqno}-get",
                "x-filename-id":"vouchers-vouchergid-allocations-allocseqno-orderallocations-alloccostseqno-get"
            }
        },
        "/vouchers/{voucherGid}/allocations/{allocSeqNo}/orderLineAllocations":{
            "parameters":[
                {
                    "name":"voucherGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"allocSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Vouchers/Allocations/Order Release Line Allocations"
                ],
                "summary":"Get Order Release Line Allocations",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/vouchers.allocations.orderLineAllocations"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"vouchers-{voucherGid}-allocations-{allocSeqNo}-orderLineAllocations-get",
                "x-filename-id":"vouchers-vouchergid-allocations-allocseqno-orderlineallocations-get"
            }
        },
        "/vouchers/{voucherGid}/allocations/{allocSeqNo}/orderLineAllocations/{allocCostSeqno}":{
            "parameters":[
                {
                    "name":"voucherGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"allocSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"allocCostSeqno",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Vouchers/Allocations/Order Release Line Allocations"
                ],
                "summary":"Get an Order Release Line Allocation",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/vouchers.allocations.orderLineAllocations"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"vouchers-{voucherGid}-allocations-{allocSeqNo}-orderLineAllocations-{allocCostSeqno}-get",
                "x-filename-id":"vouchers-vouchergid-allocations-allocseqno-orderlineallocations-alloccostseqno-get"
            }
        },
        "/vouchers/{voucherGid}/allocations/{allocSeqNo}/orderBaseLineAllocations":{
            "parameters":[
                {
                    "name":"voucherGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"allocSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Vouchers/Allocations/Order Base Line Allocations"
                ],
                "summary":"Get Order Base Line Allocations",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/vouchers.allocations.orderBaseLineAllocations"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"vouchers-{voucherGid}-allocations-{allocSeqNo}-orderBaseLineAllocations-get",
                "x-filename-id":"vouchers-vouchergid-allocations-allocseqno-orderbaselineallocations-get"
            }
        },
        "/vouchers/{voucherGid}/allocations/{allocSeqNo}/orderBaseLineAllocations/{allocCostSeqno}":{
            "parameters":[
                {
                    "name":"voucherGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"allocSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"allocCostSeqno",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Vouchers/Allocations/Order Base Line Allocations"
                ],
                "summary":"Get an Order Base Line Allocation",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/vouchers.allocations.orderBaseLineAllocations"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"vouchers-{voucherGid}-allocations-{allocSeqNo}-orderBaseLineAllocations-{allocCostSeqno}-get",
                "x-filename-id":"vouchers-vouchergid-allocations-allocseqno-orderbaselineallocations-alloccostseqno-get"
            }
        },
        "/vouchers/{voucherGid}/shipments":{
            "parameters":[
                {
                    "name":"voucherGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Vouchers/Shipments"
                ],
                "summary":"Get Shipments",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/vouchers.shipments"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"vouchers-{voucherGid}-shipments-get",
                "x-filename-id":"vouchers-vouchergid-shipments-get"
            }
        },
        "/vouchers/{voucherGid}/shipments/{shipmentGid}":{
            "parameters":[
                {
                    "name":"voucherGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Vouchers/Shipments"
                ],
                "summary":"Get a Shipment",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/vouchers.shipments"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"vouchers-{voucherGid}-shipments-{shipmentGid}-get",
                "x-filename-id":"vouchers-vouchergid-shipments-shipmentgid-get"
            }
        },
        "/vouchers/{voucherGid}/shipments/{shipmentGid}/refnums":{
            "parameters":[
                {
                    "name":"voucherGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Vouchers/Shipments/Refnums"
                ],
                "summary":"Get Refnums",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/vouchers.shipments.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"vouchers-{voucherGid}-shipments-{shipmentGid}-refnums-get",
                "x-filename-id":"vouchers-vouchergid-shipments-shipmentgid-refnums-get"
            }
        },
        "/vouchers/{voucherGid}/shipments/{shipmentGid}/refnums/{shipmentRefnumQualGidxshipmentRefnumValue}":{
            "parameters":[
                {
                    "name":"voucherGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"shipmentRefnumQualGidxshipmentRefnumValue",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Vouchers/Shipments/Refnums"
                ],
                "summary":"Get a Refnum",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/vouchers.shipments.refnums"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"vouchers-{voucherGid}-shipments-{shipmentGid}-refnums-{shipmentRefnumQualGidxshipmentRefnumValue}-get",
                "x-filename-id":"vouchers-vouchergid-shipments-shipmentgid-refnums-shipmentrefnumqualgidxshipmentrefnumvalue-get"
            }
        },
        "/depotProfiles":{
            "get":{
                "tags":[
                    "Power Data/Depot Profiles"
                ],
                "summary":"Get Depot Profiles",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/depotProfiles"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"depotProfiles-get",
                "x-filename-id":"depotprofiles-get"
            },
            "post":{
                "tags":[
                    "Power Data/Depot Profiles"
                ],
                "summary":"Create a Depot Profile",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/depotProfiles"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/depotProfiles"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"depotProfiles-post",
                "x-filename-id":"depotprofiles-post"
            }
        },
        "/depotProfiles/{depotProfileGid}":{
            "parameters":[
                {
                    "name":"depotProfileGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Depot Profiles"
                ],
                "summary":"Get a Depot Profile",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/depotProfiles"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"depotProfiles-{depotProfileGid}-get",
                "x-filename-id":"depotprofiles-depotprofilegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Depot Profiles"
                ],
                "summary":"Delete a Depot Profile",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"depotProfiles-{depotProfileGid}-delete",
                "x-filename-id":"depotprofiles-depotprofilegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Depot Profiles"
                ],
                "summary":"Update a Depot Profile",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"depotProfiles-{depotProfileGid}-patch",
                "x-filename-id":"depotprofiles-depotprofilegid-patch"
            }
        },
        "/depotProfiles/{depotProfileGid}/details":{
            "parameters":[
                {
                    "name":"depotProfileGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Depot Profiles/Details"
                ],
                "summary":"Get Details",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/depotProfiles.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"depotProfiles-{depotProfileGid}-details-get",
                "x-filename-id":"depotprofiles-depotprofilegid-details-get"
            },
            "post":{
                "tags":[
                    "Power Data/Depot Profiles/Details"
                ],
                "summary":"Create a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/depotProfiles.details"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/depotProfiles.details"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/depotProfiles.details"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/depotProfiles.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"depotProfiles-{depotProfileGid}-details-post",
                "x-filename-id":"depotprofiles-depotprofilegid-details-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Depot Profiles/Details"
                ],
                "summary":"Update Details",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"depotProfiles-{depotProfileGid}-details-patch",
                "x-filename-id":"depotprofiles-depotprofilegid-details-patch"
            }
        },
        "/depotProfiles/{depotProfileGid}/details/{xLaneGid}":{
            "parameters":[
                {
                    "name":"depotProfileGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"xLaneGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Depot Profiles/Details"
                ],
                "summary":"Get a Detail",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/depotProfiles.details"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"depotProfiles-{depotProfileGid}-details-{xLaneGid}-get",
                "x-filename-id":"depotprofiles-depotprofilegid-details-xlanegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Depot Profiles/Details"
                ],
                "summary":"Delete a Detail",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"depotProfiles-{depotProfileGid}-details-{xLaneGid}-delete",
                "x-filename-id":"depotprofiles-depotprofilegid-details-xlanegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Depot Profiles/Details"
                ],
                "summary":"Update a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"depotProfiles-{depotProfileGid}-details-{xLaneGid}-patch",
                "x-filename-id":"depotprofiles-depotprofilegid-details-xlanegid-patch"
            }
        },
        "/responsibleParties":{
            "get":{
                "tags":[
                    "Power Data/Responsible Parties"
                ],
                "summary":"Get Responsible Parties",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/responsibleParties"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"responsibleParties-get",
                "x-filename-id":"responsibleparties-get"
            },
            "post":{
                "tags":[
                    "Power Data/Responsible Parties"
                ],
                "summary":"Create a Responsible Party",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/responsibleParties"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/responsibleParties"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"responsibleParties-post",
                "x-filename-id":"responsibleparties-post"
            }
        },
        "/responsibleParties/{bsResponsiblePartyGid}":{
            "parameters":[
                {
                    "name":"bsResponsiblePartyGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Responsible Parties"
                ],
                "summary":"Get a Responsible Party",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/responsibleParties"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"responsibleParties-{bsResponsiblePartyGid}-get",
                "x-filename-id":"responsibleparties-bsresponsiblepartygid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Responsible Parties"
                ],
                "summary":"Delete a Responsible Party",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"responsibleParties-{bsResponsiblePartyGid}-delete",
                "x-filename-id":"responsibleparties-bsresponsiblepartygid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Responsible Parties"
                ],
                "summary":"Update a Responsible Party",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"responsibleParties-{bsResponsiblePartyGid}-patch",
                "x-filename-id":"responsibleparties-bsresponsiblepartygid-patch"
            }
        },
        "/responsibleParties/{bsResponsiblePartyGid}/statusGroupProfiles":{
            "parameters":[
                {
                    "name":"bsResponsiblePartyGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Responsible Parties/Status Group Profiles"
                ],
                "summary":"Get Status Group Profiles",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/responsibleParties.statusGroupProfiles"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"responsibleParties-{bsResponsiblePartyGid}-statusGroupProfiles-get",
                "x-filename-id":"responsibleparties-bsresponsiblepartygid-statusgroupprofiles-get"
            },
            "post":{
                "tags":[
                    "Power Data/Responsible Parties/Status Group Profiles"
                ],
                "summary":"Create a Status Group Profile",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/responsibleParties.statusGroupProfiles"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/responsibleParties.statusGroupProfiles"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/responsibleParties.statusGroupProfiles"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/responsibleParties.statusGroupProfiles"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"responsibleParties-{bsResponsiblePartyGid}-statusGroupProfiles-post",
                "x-filename-id":"responsibleparties-bsresponsiblepartygid-statusgroupprofiles-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Responsible Parties/Status Group Profiles"
                ],
                "summary":"Update Status Group Profiles",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"responsibleParties-{bsResponsiblePartyGid}-statusGroupProfiles-patch",
                "x-filename-id":"responsibleparties-bsresponsiblepartygid-statusgroupprofiles-patch"
            }
        },
        "/responsibleParties/{bsResponsiblePartyGid}/statusGroupProfiles/{bsStatusGroupProfileGid}":{
            "parameters":[
                {
                    "name":"bsResponsiblePartyGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"bsStatusGroupProfileGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Responsible Parties/Status Group Profiles"
                ],
                "summary":"Get a Status Group Profile",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/responsibleParties.statusGroupProfiles"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"responsibleParties-{bsResponsiblePartyGid}-statusGroupProfiles-{bsStatusGroupProfileGid}-get",
                "x-filename-id":"responsibleparties-bsresponsiblepartygid-statusgroupprofiles-bsstatusgroupprofilegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Responsible Parties/Status Group Profiles"
                ],
                "summary":"Delete a Status Group Profile",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"responsibleParties-{bsResponsiblePartyGid}-statusGroupProfiles-{bsStatusGroupProfileGid}-delete",
                "x-filename-id":"responsibleparties-bsresponsiblepartygid-statusgroupprofiles-bsstatusgroupprofilegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Responsible Parties/Status Group Profiles"
                ],
                "summary":"Update a Status Group Profile",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"responsibleParties-{bsResponsiblePartyGid}-statusGroupProfiles-{bsStatusGroupProfileGid}-patch",
                "x-filename-id":"responsibleparties-bsresponsiblepartygid-statusgroupprofiles-bsstatusgroupprofilegid-patch"
            }
        },
        "/itemUnitOfMeasurementConversions":{
            "get":{
                "tags":[
                    "Power Data/Item Unit Of Measurement Conversions"
                ],
                "summary":"Get Item Unit Of Measurement Conversions",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itemUnitOfMeasurementConversions"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemUnitOfMeasurementConversions-get",
                "x-filename-id":"itemunitofmeasurementconversions-get"
            },
            "post":{
                "tags":[
                    "Power Data/Item Unit Of Measurement Conversions"
                ],
                "summary":"Create an Item Unit Of Measurement Conversion",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/itemUnitOfMeasurementConversions"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemUnitOfMeasurementConversions"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemUnitOfMeasurementConversions-post",
                "x-filename-id":"itemunitofmeasurementconversions-post"
            }
        },
        "/itemUnitOfMeasurementConversions/{guicSeqNum}":{
            "parameters":[
                {
                    "name":"guicSeqNum",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Item Unit Of Measurement Conversions"
                ],
                "summary":"Get an Item Unit Of Measurement Conversion",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemUnitOfMeasurementConversions"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemUnitOfMeasurementConversions-{guicSeqNum}-get",
                "x-filename-id":"itemunitofmeasurementconversions-guicseqnum-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Item Unit Of Measurement Conversions"
                ],
                "summary":"Delete an Item Unit Of Measurement Conversion",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemUnitOfMeasurementConversions-{guicSeqNum}-delete",
                "x-filename-id":"itemunitofmeasurementconversions-guicseqnum-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Item Unit Of Measurement Conversions"
                ],
                "summary":"Update an Item Unit Of Measurement Conversion",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemUnitOfMeasurementConversions-{guicSeqNum}-patch",
                "x-filename-id":"itemunitofmeasurementconversions-guicseqnum-patch"
            }
        },
        "/truckTypes":{
            "get":{
                "tags":[
                    "Power Data/Truck Types"
                ],
                "summary":"Get Truck Types",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/truckTypes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"truckTypes-get",
                "x-filename-id":"trucktypes-get"
            },
            "post":{
                "tags":[
                    "Power Data/Truck Types"
                ],
                "summary":"Create a Truck Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/truckTypes"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/truckTypes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"truckTypes-post",
                "x-filename-id":"trucktypes-post"
            }
        },
        "/truckTypes/{truckTypeGid}":{
            "parameters":[
                {
                    "name":"truckTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Truck Types"
                ],
                "summary":"Get a Truck Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/truckTypes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"truckTypes-{truckTypeGid}-get",
                "x-filename-id":"trucktypes-trucktypegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Truck Types"
                ],
                "summary":"Delete a Truck Type",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"truckTypes-{truckTypeGid}-delete",
                "x-filename-id":"trucktypes-trucktypegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Truck Types"
                ],
                "summary":"Update a Truck Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"truckTypes-{truckTypeGid}-patch",
                "x-filename-id":"trucktypes-trucktypegid-patch"
            }
        },
        "/licenseCategories":{
            "get":{
                "tags":[
                    "Power Data/License Categories"
                ],
                "summary":"Get License Categories",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/licenseCategories"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"licenseCategories-get",
                "x-filename-id":"licensecategories-get"
            },
            "post":{
                "tags":[
                    "Power Data/License Categories"
                ],
                "summary":"Create a License Category",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/licenseCategories"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/licenseCategories"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"licenseCategories-post",
                "x-filename-id":"licensecategories-post"
            }
        },
        "/licenseCategories/{licenseCategoryGid}":{
            "parameters":[
                {
                    "name":"licenseCategoryGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/License Categories"
                ],
                "summary":"Get a License Category",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/licenseCategories"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"licenseCategories-{licenseCategoryGid}-get",
                "x-filename-id":"licensecategories-licensecategorygid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/License Categories"
                ],
                "summary":"Delete a License Category",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"licenseCategories-{licenseCategoryGid}-delete",
                "x-filename-id":"licensecategories-licensecategorygid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/License Categories"
                ],
                "summary":"Update a License Category",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"licenseCategories-{licenseCategoryGid}-patch",
                "x-filename-id":"licensecategories-licensecategorygid-patch"
            }
        },
        "/claimLineItemPackageStatuses":{
            "get":{
                "tags":[
                    "Power Data/Claim Line Item Package Statuses"
                ],
                "summary":"Get Claim Line Item Package Statuses",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/claimLineItemPackageStatuses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"claimLineItemPackageStatuses-get",
                "x-filename-id":"claimlineitempackagestatuses-get"
            },
            "post":{
                "tags":[
                    "Power Data/Claim Line Item Package Statuses"
                ],
                "summary":"Create a Claim Line Item Package Status",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/claimLineItemPackageStatuses"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/claimLineItemPackageStatuses"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"claimLineItemPackageStatuses-post",
                "x-filename-id":"claimlineitempackagestatuses-post"
            }
        },
        "/claimLineItemPackageStatuses/{claimLinePackageStatusGid}":{
            "parameters":[
                {
                    "name":"claimLinePackageStatusGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Claim Line Item Package Statuses"
                ],
                "summary":"Get a Claim Line Item Package Status",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/claimLineItemPackageStatuses"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"claimLineItemPackageStatuses-{claimLinePackageStatusGid}-get",
                "x-filename-id":"claimlineitempackagestatuses-claimlinepackagestatusgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Claim Line Item Package Statuses"
                ],
                "summary":"Delete a Claim Line Item Package Status",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"claimLineItemPackageStatuses-{claimLinePackageStatusGid}-delete",
                "x-filename-id":"claimlineitempackagestatuses-claimlinepackagestatusgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Claim Line Item Package Statuses"
                ],
                "summary":"Update a Claim Line Item Package Status",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"claimLineItemPackageStatuses-{claimLinePackageStatusGid}-patch",
                "x-filename-id":"claimlineitempackagestatuses-claimlinepackagestatusgid-patch"
            }
        },
        "/declarationTypeProfiles":{
            "get":{
                "tags":[
                    "Power Data/Declaration Type Profiles"
                ],
                "summary":"Get Declaration Type Profiles",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/declarationTypeProfiles"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"declarationTypeProfiles-get",
                "x-filename-id":"declarationtypeprofiles-get"
            },
            "post":{
                "tags":[
                    "Power Data/Declaration Type Profiles"
                ],
                "summary":"Create a Declaration Type Profile",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/declarationTypeProfiles"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/declarationTypeProfiles"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"declarationTypeProfiles-post",
                "x-filename-id":"declarationtypeprofiles-post"
            }
        },
        "/declarationTypeProfiles/{gtmDeclTypeProfileGid}":{
            "parameters":[
                {
                    "name":"gtmDeclTypeProfileGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Declaration Type Profiles"
                ],
                "summary":"Get a Declaration Type Profile",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/declarationTypeProfiles"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"declarationTypeProfiles-{gtmDeclTypeProfileGid}-get",
                "x-filename-id":"declarationtypeprofiles-gtmdecltypeprofilegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Declaration Type Profiles"
                ],
                "summary":"Delete a Declaration Type Profile",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"declarationTypeProfiles-{gtmDeclTypeProfileGid}-delete",
                "x-filename-id":"declarationtypeprofiles-gtmdecltypeprofilegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Declaration Type Profiles"
                ],
                "summary":"Update a Declaration Type Profile",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"declarationTypeProfiles-{gtmDeclTypeProfileGid}-patch",
                "x-filename-id":"declarationtypeprofiles-gtmdecltypeprofilegid-patch"
            }
        },
        "/declarationTypeProfiles/{gtmDeclTypeProfileGid}/details":{
            "parameters":[
                {
                    "name":"gtmDeclTypeProfileGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Declaration Type Profiles/Details"
                ],
                "summary":"Get Details",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/declarationTypeProfiles.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"declarationTypeProfiles-{gtmDeclTypeProfileGid}-details-get",
                "x-filename-id":"declarationtypeprofiles-gtmdecltypeprofilegid-details-get"
            },
            "post":{
                "tags":[
                    "Power Data/Declaration Type Profiles/Details"
                ],
                "summary":"Create a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/declarationTypeProfiles.details"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/declarationTypeProfiles.details"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/declarationTypeProfiles.details"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/declarationTypeProfiles.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"declarationTypeProfiles-{gtmDeclTypeProfileGid}-details-post",
                "x-filename-id":"declarationtypeprofiles-gtmdecltypeprofilegid-details-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Declaration Type Profiles/Details"
                ],
                "summary":"Update Details",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"declarationTypeProfiles-{gtmDeclTypeProfileGid}-details-patch",
                "x-filename-id":"declarationtypeprofiles-gtmdecltypeprofilegid-details-patch"
            }
        },
        "/declarationTypeProfiles/{gtmDeclTypeProfileGid}/details/{gtmDeclarationTypeGid}":{
            "parameters":[
                {
                    "name":"gtmDeclTypeProfileGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmDeclarationTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Declaration Type Profiles/Details"
                ],
                "summary":"Get a Detail",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/declarationTypeProfiles.details"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"declarationTypeProfiles-{gtmDeclTypeProfileGid}-details-{gtmDeclarationTypeGid}-get",
                "x-filename-id":"declarationtypeprofiles-gtmdecltypeprofilegid-details-gtmdeclarationtypegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Declaration Type Profiles/Details"
                ],
                "summary":"Delete a Detail",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"declarationTypeProfiles-{gtmDeclTypeProfileGid}-details-{gtmDeclarationTypeGid}-delete",
                "x-filename-id":"declarationtypeprofiles-gtmdecltypeprofilegid-details-gtmdeclarationtypegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Declaration Type Profiles/Details"
                ],
                "summary":"Update a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"declarationTypeProfiles-{gtmDeclTypeProfileGid}-details-{gtmDeclarationTypeGid}-patch",
                "x-filename-id":"declarationtypeprofiles-gtmdecltypeprofilegid-details-gtmdeclarationtypegid-patch"
            }
        },
        "/flightInstances":{
            "get":{
                "tags":[
                    "Power Data/Flight Instances"
                ],
                "summary":"Get Flight Instances",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/flightInstances"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"flightInstances-get",
                "x-filename-id":"flightinstances-get"
            }
        },
        "/flightInstances/{flightInstanceId}":{
            "parameters":[
                {
                    "name":"flightInstanceId",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Flight Instances"
                ],
                "summary":"Get a Flight Instance",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/flightInstances"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"flightInstances-{flightInstanceId}-get",
                "x-filename-id":"flightinstances-flightinstanceid-get"
            }
        },
        "/resourceSchedules":{
            "get":{
                "tags":[
                    "Power Data/Resource Schedules"
                ],
                "summary":"Get Resource Schedules",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/resourceSchedules"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"resourceSchedules-get",
                "x-filename-id":"resourceschedules-get"
            },
            "post":{
                "tags":[
                    "Power Data/Resource Schedules"
                ],
                "summary":"Create a Resource Schedule",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/resourceSchedules"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/resourceSchedules"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"resourceSchedules-post",
                "x-filename-id":"resourceschedules-post"
            }
        },
        "/resourceSchedules/{resourceScheduleGid}":{
            "parameters":[
                {
                    "name":"resourceScheduleGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Resource Schedules"
                ],
                "summary":"Get a Resource Schedule",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/resourceSchedules"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"resourceSchedules-{resourceScheduleGid}-get",
                "x-filename-id":"resourceschedules-resourceschedulegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Resource Schedules"
                ],
                "summary":"Delete a Resource Schedule",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"resourceSchedules-{resourceScheduleGid}-delete",
                "x-filename-id":"resourceschedules-resourceschedulegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Resource Schedules"
                ],
                "summary":"Update a Resource Schedule",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"resourceSchedules-{resourceScheduleGid}-patch",
                "x-filename-id":"resourceschedules-resourceschedulegid-patch"
            }
        },
        "/resourceSchedules/{resourceScheduleGid}/remarks":{
            "parameters":[
                {
                    "name":"resourceScheduleGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Resource Schedules/Remarks"
                ],
                "summary":"Get Remarks",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/resourceSchedules.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"resourceSchedules-{resourceScheduleGid}-remarks-get",
                "x-filename-id":"resourceschedules-resourceschedulegid-remarks-get"
            },
            "post":{
                "tags":[
                    "Power Data/Resource Schedules/Remarks"
                ],
                "summary":"Create a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/resourceSchedules.remarks"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/resourceSchedules.remarks"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/resourceSchedules.remarks"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/resourceSchedules.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"resourceSchedules-{resourceScheduleGid}-remarks-post",
                "x-filename-id":"resourceschedules-resourceschedulegid-remarks-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Resource Schedules/Remarks"
                ],
                "summary":"Update Remarks",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"resourceSchedules-{resourceScheduleGid}-remarks-patch",
                "x-filename-id":"resourceschedules-resourceschedulegid-remarks-patch"
            }
        },
        "/resourceSchedules/{resourceScheduleGid}/remarks/{remarkSequence}":{
            "parameters":[
                {
                    "name":"resourceScheduleGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"remarkSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Resource Schedules/Remarks"
                ],
                "summary":"Get a Remark",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/resourceSchedules.remarks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"resourceSchedules-{resourceScheduleGid}-remarks-{remarkSequence}-get",
                "x-filename-id":"resourceschedules-resourceschedulegid-remarks-remarksequence-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Resource Schedules/Remarks"
                ],
                "summary":"Delete a Remark",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"resourceSchedules-{resourceScheduleGid}-remarks-{remarkSequence}-delete",
                "x-filename-id":"resourceschedules-resourceschedulegid-remarks-remarksequence-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Resource Schedules/Remarks"
                ],
                "summary":"Update a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"resourceSchedules-{resourceScheduleGid}-remarks-{remarkSequence}-patch",
                "x-filename-id":"resourceschedules-resourceschedulegid-remarks-remarksequence-patch"
            }
        },
        "/locationProfiles":{
            "get":{
                "tags":[
                    "Power Data/Location Profiles"
                ],
                "summary":"Get Location Profiles",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/locationProfiles"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locationProfiles-get",
                "x-filename-id":"locationprofiles-get"
            },
            "post":{
                "tags":[
                    "Power Data/Location Profiles"
                ],
                "summary":"Create a Location Profile",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/locationProfiles"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/locationProfiles"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locationProfiles-post",
                "x-filename-id":"locationprofiles-post"
            }
        },
        "/locationProfiles/{locationProfileGid}":{
            "parameters":[
                {
                    "name":"locationProfileGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Location Profiles"
                ],
                "summary":"Get a Location Profile",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/locationProfiles"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locationProfiles-{locationProfileGid}-get",
                "x-filename-id":"locationprofiles-locationprofilegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Location Profiles"
                ],
                "summary":"Delete a Location Profile",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"locationProfiles-{locationProfileGid}-delete",
                "x-filename-id":"locationprofiles-locationprofilegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Location Profiles"
                ],
                "summary":"Update a Location Profile",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"locationProfiles-{locationProfileGid}-patch",
                "x-filename-id":"locationprofiles-locationprofilegid-patch"
            }
        },
        "/locationProfiles/{locationProfileGid}/details":{
            "parameters":[
                {
                    "name":"locationProfileGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Location Profiles/Details"
                ],
                "summary":"Get Details",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/locationProfiles.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locationProfiles-{locationProfileGid}-details-get",
                "x-filename-id":"locationprofiles-locationprofilegid-details-get"
            },
            "post":{
                "tags":[
                    "Power Data/Location Profiles/Details"
                ],
                "summary":"Create a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/locationProfiles.details"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/locationProfiles.details"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/locationProfiles.details"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/locationProfiles.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locationProfiles-{locationProfileGid}-details-post",
                "x-filename-id":"locationprofiles-locationprofilegid-details-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Location Profiles/Details"
                ],
                "summary":"Update Details",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"locationProfiles-{locationProfileGid}-details-patch",
                "x-filename-id":"locationprofiles-locationprofilegid-details-patch"
            }
        },
        "/locationProfiles/{locationProfileGid}/details/{locationGid}":{
            "parameters":[
                {
                    "name":"locationProfileGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"locationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Location Profiles/Details"
                ],
                "summary":"Get a Detail",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/locationProfiles.details"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locationProfiles-{locationProfileGid}-details-{locationGid}-get",
                "x-filename-id":"locationprofiles-locationprofilegid-details-locationgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Location Profiles/Details"
                ],
                "summary":"Delete a Detail",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"locationProfiles-{locationProfileGid}-details-{locationGid}-delete",
                "x-filename-id":"locationprofiles-locationprofilegid-details-locationgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Location Profiles/Details"
                ],
                "summary":"Update a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"locationProfiles-{locationProfileGid}-details-{locationGid}-patch",
                "x-filename-id":"locationprofiles-locationprofilegid-details-locationgid-patch"
            }
        },
        "/gtmDataVersions":{
            "get":{
                "tags":[
                    "Power Data/Gtm Data Versions"
                ],
                "summary":"Get Gtm Data Versions",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/gtmDataVersions"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"gtmDataVersions-get",
                "x-filename-id":"gtmdataversions-get"
            }
        },
        "/gtmDataVersions/{gtmDataVersionGid}":{
            "parameters":[
                {
                    "name":"gtmDataVersionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Gtm Data Versions"
                ],
                "summary":"Get a Gtm Data Version",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/gtmDataVersions"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"gtmDataVersions-{gtmDataVersionGid}-get",
                "x-filename-id":"gtmdataversions-gtmdataversiongid-get"
            }
        },
        "/statusTypeFilters":{
            "get":{
                "tags":[
                    "Power Data/Status Type Filters"
                ],
                "summary":"Get Status Type Filters",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/statusTypeFilters"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"statusTypeFilters-get",
                "x-filename-id":"statustypefilters-get"
            },
            "post":{
                "tags":[
                    "Power Data/Status Type Filters"
                ],
                "summary":"Create a Status Type Filter",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/statusTypeFilters"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/statusTypeFilters"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"statusTypeFilters-post",
                "x-filename-id":"statustypefilters-post"
            }
        },
        "/statusTypeFilters/{statusTypeFilterGid}":{
            "parameters":[
                {
                    "name":"statusTypeFilterGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Status Type Filters"
                ],
                "summary":"Get a Status Type Filter",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/statusTypeFilters"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"statusTypeFilters-{statusTypeFilterGid}-get",
                "x-filename-id":"statustypefilters-statustypefiltergid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Status Type Filters"
                ],
                "summary":"Delete a Status Type Filter",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"statusTypeFilters-{statusTypeFilterGid}-delete",
                "x-filename-id":"statustypefilters-statustypefiltergid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Status Type Filters"
                ],
                "summary":"Update a Status Type Filter",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"statusTypeFilters-{statusTypeFilterGid}-patch",
                "x-filename-id":"statustypefilters-statustypefiltergid-patch"
            }
        },
        "/statusTypeFilters/{statusTypeFilterGid}/statusType":{
            "parameters":[
                {
                    "name":"statusTypeFilterGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Status Type Filters/Status Types"
                ],
                "summary":"Get Status Types",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/statusTypeFilters.statusType"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"statusTypeFilters-{statusTypeFilterGid}-statusType-get",
                "x-filename-id":"statustypefilters-statustypefiltergid-statustype-get"
            },
            "post":{
                "tags":[
                    "Power Data/Status Type Filters/Status Types"
                ],
                "summary":"Create a Status Type",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/statusTypeFilters.statusType"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/statusTypeFilters.statusType"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/statusTypeFilters.statusType"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/statusTypeFilters.statusType"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"statusTypeFilters-{statusTypeFilterGid}-statusType-post",
                "x-filename-id":"statustypefilters-statustypefiltergid-statustype-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Status Type Filters/Status Types"
                ],
                "summary":"Update Status Types",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"statusTypeFilters-{statusTypeFilterGid}-statusType-patch",
                "x-filename-id":"statustypefilters-statustypefiltergid-statustype-patch"
            }
        },
        "/statusTypeFilters/{statusTypeFilterGid}/statusType/{statusTypeXid}":{
            "parameters":[
                {
                    "name":"statusTypeFilterGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"statusTypeXid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Status Type Filters/Status Types"
                ],
                "summary":"Get a Status Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/statusTypeFilters.statusType"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"statusTypeFilters-{statusTypeFilterGid}-statusType-{statusTypeXid}-get",
                "x-filename-id":"statustypefilters-statustypefiltergid-statustype-statustypexid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Status Type Filters/Status Types"
                ],
                "summary":"Delete a Status Type",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"statusTypeFilters-{statusTypeFilterGid}-statusType-{statusTypeXid}-delete",
                "x-filename-id":"statustypefilters-statustypefiltergid-statustype-statustypexid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Status Type Filters/Status Types"
                ],
                "summary":"Update a Status Type",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"statusTypeFilters-{statusTypeFilterGid}-statusType-{statusTypeXid}-patch",
                "x-filename-id":"statustypefilters-statustypefiltergid-statustype-statustypexid-patch"
            }
        },
        "/packagedItemTypes":{
            "get":{
                "tags":[
                    "Power Data/Packaged Item Types"
                ],
                "summary":"Get Packaged Item Types",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/packagedItemTypes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"packagedItemTypes-get",
                "x-filename-id":"packageditemtypes-get"
            },
            "post":{
                "tags":[
                    "Power Data/Packaged Item Types"
                ],
                "summary":"Create a Packaged Item Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/packagedItemTypes"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/packagedItemTypes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"packagedItemTypes-post",
                "x-filename-id":"packageditemtypes-post"
            }
        },
        "/packagedItemTypes/{packagedItemTypeGid}":{
            "parameters":[
                {
                    "name":"packagedItemTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Packaged Item Types"
                ],
                "summary":"Get a Packaged Item Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/packagedItemTypes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"packagedItemTypes-{packagedItemTypeGid}-get",
                "x-filename-id":"packageditemtypes-packageditemtypegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Packaged Item Types"
                ],
                "summary":"Delete a Packaged Item Type",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"packagedItemTypes-{packagedItemTypeGid}-delete",
                "x-filename-id":"packageditemtypes-packageditemtypegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Packaged Item Types"
                ],
                "summary":"Update a Packaged Item Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"packagedItemTypes-{packagedItemTypeGid}-patch",
                "x-filename-id":"packageditemtypes-packageditemtypegid-patch"
            }
        },
        "/tradePolicies":{
            "get":{
                "tags":[
                    "Power Data/Trade Policies"
                ],
                "summary":"Get Trade Policies",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradePolicies"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradePolicies-get",
                "x-filename-id":"tradepolicies-get"
            },
            "post":{
                "tags":[
                    "Power Data/Trade Policies"
                ],
                "summary":"Create a Trade Policy",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradePolicies"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradePolicies"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradePolicies-post",
                "x-filename-id":"tradepolicies-post"
            }
        },
        "/tradePolicies/{gtmComplianceTemplateGid}":{
            "parameters":[
                {
                    "name":"gtmComplianceTemplateGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Trade Policies"
                ],
                "summary":"Get a Trade Policy",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradePolicies"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradePolicies-{gtmComplianceTemplateGid}-get",
                "x-filename-id":"tradepolicies-gtmcompliancetemplategid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Trade Policies"
                ],
                "summary":"Delete a Trade Policy",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradePolicies-{gtmComplianceTemplateGid}-delete",
                "x-filename-id":"tradepolicies-gtmcompliancetemplategid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Trade Policies"
                ],
                "summary":"Update a Trade Policy",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradePolicies-{gtmComplianceTemplateGid}-patch",
                "x-filename-id":"tradepolicies-gtmcompliancetemplategid-patch"
            }
        },
        "/tradePolicies/{gtmComplianceTemplateGid}/details":{
            "parameters":[
                {
                    "name":"gtmComplianceTemplateGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Trade Policies/Details"
                ],
                "summary":"Get Details",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradePolicies.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradePolicies-{gtmComplianceTemplateGid}-details-get",
                "x-filename-id":"tradepolicies-gtmcompliancetemplategid-details-get"
            },
            "post":{
                "tags":[
                    "Power Data/Trade Policies/Details"
                ],
                "summary":"Create a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradePolicies.details"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradePolicies.details"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradePolicies.details"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradePolicies.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradePolicies-{gtmComplianceTemplateGid}-details-post",
                "x-filename-id":"tradepolicies-gtmcompliancetemplategid-details-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Trade Policies/Details"
                ],
                "summary":"Update Details",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradePolicies-{gtmComplianceTemplateGid}-details-patch",
                "x-filename-id":"tradepolicies-gtmcompliancetemplategid-details-patch"
            }
        },
        "/tradePolicies/{gtmComplianceTemplateGid}/details/{serviceSequence}":{
            "parameters":[
                {
                    "name":"gtmComplianceTemplateGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"serviceSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Trade Policies/Details"
                ],
                "summary":"Get a Detail",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradePolicies.details"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradePolicies-{gtmComplianceTemplateGid}-details-{serviceSequence}-get",
                "x-filename-id":"tradepolicies-gtmcompliancetemplategid-details-servicesequence-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Trade Policies/Details"
                ],
                "summary":"Delete a Detail",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradePolicies-{gtmComplianceTemplateGid}-details-{serviceSequence}-delete",
                "x-filename-id":"tradepolicies-gtmcompliancetemplategid-details-servicesequence-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Trade Policies/Details"
                ],
                "summary":"Update a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradePolicies-{gtmComplianceTemplateGid}-details-{serviceSequence}-patch",
                "x-filename-id":"tradepolicies-gtmcompliancetemplategid-details-servicesequence-patch"
            }
        },
        "/tradingPartnerItemReferenceNumberQualifiers":{
            "get":{
                "tags":[
                    "Power Data/Trading Partner Item Reference Number Qualifiers"
                ],
                "summary":"Get Trading Partner Item Reference Number Qualifiers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradingPartnerItemReferenceNumberQualifiers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradingPartnerItemReferenceNumberQualifiers-get",
                "x-filename-id":"tradingpartneritemreferencenumberqualifiers-get"
            },
            "post":{
                "tags":[
                    "Power Data/Trading Partner Item Reference Number Qualifiers"
                ],
                "summary":"Create a Trading Partner Item Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradingPartnerItemReferenceNumberQualifiers"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradingPartnerItemReferenceNumberQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradingPartnerItemReferenceNumberQualifiers-post",
                "x-filename-id":"tradingpartneritemreferencenumberqualifiers-post"
            }
        },
        "/tradingPartnerItemReferenceNumberQualifiers/{partnerItemRefnumQualGid}":{
            "parameters":[
                {
                    "name":"partnerItemRefnumQualGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Trading Partner Item Reference Number Qualifiers"
                ],
                "summary":"Get a Trading Partner Item Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradingPartnerItemReferenceNumberQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradingPartnerItemReferenceNumberQualifiers-{partnerItemRefnumQualGid}-get",
                "x-filename-id":"tradingpartneritemreferencenumberqualifiers-partneritemrefnumqualgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Trading Partner Item Reference Number Qualifiers"
                ],
                "summary":"Delete a Trading Partner Item Reference Number Qualifier",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradingPartnerItemReferenceNumberQualifiers-{partnerItemRefnumQualGid}-delete",
                "x-filename-id":"tradingpartneritemreferencenumberqualifiers-partneritemrefnumqualgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Trading Partner Item Reference Number Qualifiers"
                ],
                "summary":"Update a Trading Partner Item Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradingPartnerItemReferenceNumberQualifiers-{partnerItemRefnumQualGid}-patch",
                "x-filename-id":"tradingpartneritemreferencenumberqualifiers-partneritemrefnumqualgid-patch"
            }
        },
        "/hazmatApprovalExemptions":{
            "get":{
                "tags":[
                    "Power Data/Hazmat Approval Exemptions"
                ],
                "summary":"Get Hazmat Approval Exemptions",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/hazmatApprovalExemptions"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"hazmatApprovalExemptions-get",
                "x-filename-id":"hazmatapprovalexemptions-get"
            },
            "post":{
                "tags":[
                    "Power Data/Hazmat Approval Exemptions"
                ],
                "summary":"Create a Hazmat Approval Exemption",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/hazmatApprovalExemptions"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/hazmatApprovalExemptions"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"hazmatApprovalExemptions-post",
                "x-filename-id":"hazmatapprovalexemptions-post"
            }
        },
        "/hazmatApprovalExemptions/{hazmatApprovalExemptionGid}":{
            "parameters":[
                {
                    "name":"hazmatApprovalExemptionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Hazmat Approval Exemptions"
                ],
                "summary":"Get a Hazmat Approval Exemption",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/hazmatApprovalExemptions"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"hazmatApprovalExemptions-{hazmatApprovalExemptionGid}-get",
                "x-filename-id":"hazmatapprovalexemptions-hazmatapprovalexemptiongid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Hazmat Approval Exemptions"
                ],
                "summary":"Delete a Hazmat Approval Exemption",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"hazmatApprovalExemptions-{hazmatApprovalExemptionGid}-delete",
                "x-filename-id":"hazmatapprovalexemptions-hazmatapprovalexemptiongid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Hazmat Approval Exemptions"
                ],
                "summary":"Update a Hazmat Approval Exemption",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"hazmatApprovalExemptions-{hazmatApprovalExemptionGid}-patch",
                "x-filename-id":"hazmatapprovalexemptions-hazmatapprovalexemptiongid-patch"
            }
        },
        "/packagingFormCodeReferenceNumberQualifiers":{
            "get":{
                "tags":[
                    "Power Data/Packaging From Code Reference Number Qualifiers"
                ],
                "summary":"Get Packaging From Code Reference Number Qualifiers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/packagingFormCodeReferenceNumberQualifiers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"packagingFormCodeReferenceNumberQualifiers-get",
                "x-filename-id":"packagingformcodereferencenumberqualifiers-get"
            },
            "post":{
                "tags":[
                    "Power Data/Packaging From Code Reference Number Qualifiers"
                ],
                "summary":"Create a Packaging From Code Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/packagingFormCodeReferenceNumberQualifiers"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/packagingFormCodeReferenceNumberQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"packagingFormCodeReferenceNumberQualifiers-post",
                "x-filename-id":"packagingformcodereferencenumberqualifiers-post"
            }
        },
        "/packagingFormCodeReferenceNumberQualifiers/{packagingFrmRefnumQualGid}":{
            "parameters":[
                {
                    "name":"packagingFrmRefnumQualGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Packaging From Code Reference Number Qualifiers"
                ],
                "summary":"Get a Packaging From Code Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/packagingFormCodeReferenceNumberQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"packagingFormCodeReferenceNumberQualifiers-{packagingFrmRefnumQualGid}-get",
                "x-filename-id":"packagingformcodereferencenumberqualifiers-packagingfrmrefnumqualgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Packaging From Code Reference Number Qualifiers"
                ],
                "summary":"Delete a Packaging From Code Reference Number Qualifier",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"packagingFormCodeReferenceNumberQualifiers-{packagingFrmRefnumQualGid}-delete",
                "x-filename-id":"packagingformcodereferencenumberqualifiers-packagingfrmrefnumqualgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Packaging From Code Reference Number Qualifiers"
                ],
                "summary":"Update a Packaging From Code Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"packagingFormCodeReferenceNumberQualifiers-{packagingFrmRefnumQualGid}-patch",
                "x-filename-id":"packagingformcodereferencenumberqualifiers-packagingfrmrefnumqualgid-patch"
            }
        },
        "/commitmentCountUsages":{
            "get":{
                "tags":[
                    "Power Data/Commitment Count Usages"
                ],
                "summary":"Get Commitment Count Usages",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/commitmentCountUsages"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"commitmentCountUsages-get",
                "x-filename-id":"commitmentcountusages-get"
            },
            "post":{
                "tags":[
                    "Power Data/Commitment Count Usages"
                ],
                "summary":"Create a Commitment Count Usage",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/commitmentCountUsages"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/commitmentCountUsages"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"commitmentCountUsages-post",
                "x-filename-id":"commitmentcountusages-post"
            }
        },
        "/commitmentCountUsages/{commitUsageGid}":{
            "parameters":[
                {
                    "name":"commitUsageGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Commitment Count Usages"
                ],
                "summary":"Get a Commitment Count Usage",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/commitmentCountUsages"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"commitmentCountUsages-{commitUsageGid}-get",
                "x-filename-id":"commitmentcountusages-commitusagegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Commitment Count Usages"
                ],
                "summary":"Delete a Commitment Count Usage",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"commitmentCountUsages-{commitUsageGid}-delete",
                "x-filename-id":"commitmentcountusages-commitusagegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Commitment Count Usages"
                ],
                "summary":"Update a Commitment Count Usage",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"commitmentCountUsages-{commitUsageGid}-patch",
                "x-filename-id":"commitmentcountusages-commitusagegid-patch"
            }
        },
        "/specialServiceCompatibleSets":{
            "get":{
                "tags":[
                    "Power Data/Special Service Compatible Sets"
                ],
                "summary":"Get Special Service Compatible Sets",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/specialServiceCompatibleSets"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"specialServiceCompatibleSets-get",
                "x-filename-id":"specialservicecompatiblesets-get"
            },
            "post":{
                "tags":[
                    "Power Data/Special Service Compatible Sets"
                ],
                "summary":"Create a Special Service Compatible Set",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/specialServiceCompatibleSets"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/specialServiceCompatibleSets"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"specialServiceCompatibleSets-post",
                "x-filename-id":"specialservicecompatiblesets-post"
            }
        },
        "/specialServiceCompatibleSets/{speclSrvCompSetGid}":{
            "parameters":[
                {
                    "name":"speclSrvCompSetGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Special Service Compatible Sets"
                ],
                "summary":"Get a Special Service Compatible Set",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/specialServiceCompatibleSets"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"specialServiceCompatibleSets-{speclSrvCompSetGid}-get",
                "x-filename-id":"specialservicecompatiblesets-speclsrvcompsetgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Special Service Compatible Sets"
                ],
                "summary":"Delete a Special Service Compatible Set",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"specialServiceCompatibleSets-{speclSrvCompSetGid}-delete",
                "x-filename-id":"specialservicecompatiblesets-speclsrvcompsetgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Special Service Compatible Sets"
                ],
                "summary":"Update a Special Service Compatible Set",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"specialServiceCompatibleSets-{speclSrvCompSetGid}-patch",
                "x-filename-id":"specialservicecompatiblesets-speclsrvcompsetgid-patch"
            }
        },
        "/specialServiceCompatibleSets/{speclSrvCompSetGid}/details":{
            "parameters":[
                {
                    "name":"speclSrvCompSetGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Special Service Compatible Sets/Details"
                ],
                "summary":"Get Details",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/specialServiceCompatibleSets.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"specialServiceCompatibleSets-{speclSrvCompSetGid}-details-get",
                "x-filename-id":"specialservicecompatiblesets-speclsrvcompsetgid-details-get"
            },
            "post":{
                "tags":[
                    "Power Data/Special Service Compatible Sets/Details"
                ],
                "summary":"Create a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/specialServiceCompatibleSets.details"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/specialServiceCompatibleSets.details"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/specialServiceCompatibleSets.details"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/specialServiceCompatibleSets.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"specialServiceCompatibleSets-{speclSrvCompSetGid}-details-post",
                "x-filename-id":"specialservicecompatiblesets-speclsrvcompsetgid-details-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Special Service Compatible Sets/Details"
                ],
                "summary":"Update Details",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"specialServiceCompatibleSets-{speclSrvCompSetGid}-details-patch",
                "x-filename-id":"specialservicecompatiblesets-speclsrvcompsetgid-details-patch"
            }
        },
        "/specialServiceCompatibleSets/{speclSrvCompSetGid}/details/{specialServiceGid}":{
            "parameters":[
                {
                    "name":"speclSrvCompSetGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"specialServiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Special Service Compatible Sets/Details"
                ],
                "summary":"Get a Detail",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/specialServiceCompatibleSets.details"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"specialServiceCompatibleSets-{speclSrvCompSetGid}-details-{specialServiceGid}-get",
                "x-filename-id":"specialservicecompatiblesets-speclsrvcompsetgid-details-specialservicegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Special Service Compatible Sets/Details"
                ],
                "summary":"Delete a Detail",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"specialServiceCompatibleSets-{speclSrvCompSetGid}-details-{specialServiceGid}-delete",
                "x-filename-id":"specialservicecompatiblesets-speclsrvcompsetgid-details-specialservicegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Special Service Compatible Sets/Details"
                ],
                "summary":"Update a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"specialServiceCompatibleSets-{speclSrvCompSetGid}-details-{specialServiceGid}-patch",
                "x-filename-id":"specialservicecompatiblesets-speclsrvcompsetgid-details-specialservicegid-patch"
            }
        },
        "/jobTypes":{
            "get":{
                "tags":[
                    "Power Data/Job Types"
                ],
                "summary":"Get Job Types",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/jobTypes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"jobTypes-get",
                "x-filename-id":"jobtypes-get"
            },
            "post":{
                "tags":[
                    "Power Data/Job Types"
                ],
                "summary":"Create a Job Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/jobTypes"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/jobTypes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"jobTypes-post",
                "x-filename-id":"jobtypes-post"
            }
        },
        "/jobTypes/{jobTypeGid}":{
            "parameters":[
                {
                    "name":"jobTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Job Types"
                ],
                "summary":"Get a Job Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/jobTypes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"jobTypes-{jobTypeGid}-get",
                "x-filename-id":"jobtypes-jobtypegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Job Types"
                ],
                "summary":"Delete a Job Type",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"jobTypes-{jobTypeGid}-delete",
                "x-filename-id":"jobtypes-jobtypegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Job Types"
                ],
                "summary":"Update a Job Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"jobTypes-{jobTypeGid}-patch",
                "x-filename-id":"jobtypes-jobtypegid-patch"
            }
        },
        "/crOutlierRules":{
            "get":{
                "tags":[
                    "Power Data/Cr Outlier Rules"
                ],
                "summary":"Get Cr Outlier Rules",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/crOutlierRules"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"crOutlierRules-get",
                "x-filename-id":"croutlierrules-get"
            },
            "post":{
                "tags":[
                    "Power Data/Cr Outlier Rules"
                ],
                "summary":"Create a Cr Outlier Rule",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/crOutlierRules"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/crOutlierRules"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"crOutlierRules-post",
                "x-filename-id":"croutlierrules-post"
            }
        },
        "/crOutlierRules/{crOutlierRuleGid}":{
            "parameters":[
                {
                    "name":"crOutlierRuleGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Cr Outlier Rules"
                ],
                "summary":"Get a Cr Outlier Rule",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/crOutlierRules"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"crOutlierRules-{crOutlierRuleGid}-get",
                "x-filename-id":"croutlierrules-croutlierrulegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Cr Outlier Rules"
                ],
                "summary":"Delete a Cr Outlier Rule",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"crOutlierRules-{crOutlierRuleGid}-delete",
                "x-filename-id":"croutlierrules-croutlierrulegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Cr Outlier Rules"
                ],
                "summary":"Update a Cr Outlier Rule",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"crOutlierRules-{crOutlierRuleGid}-patch",
                "x-filename-id":"croutlierrules-croutlierrulegid-patch"
            }
        },
        "/equipmentReferenceNumberQualifiers":{
            "get":{
                "tags":[
                    "Power Data/Equipment Reference Number Qualifiers"
                ],
                "summary":"Get Equipment Reference Number Qualifiers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/equipmentReferenceNumberQualifiers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"equipmentReferenceNumberQualifiers-get",
                "x-filename-id":"equipmentreferencenumberqualifiers-get"
            },
            "post":{
                "tags":[
                    "Power Data/Equipment Reference Number Qualifiers"
                ],
                "summary":"Create an Equipment Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/equipmentReferenceNumberQualifiers"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/equipmentReferenceNumberQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"equipmentReferenceNumberQualifiers-post",
                "x-filename-id":"equipmentreferencenumberqualifiers-post"
            }
        },
        "/equipmentReferenceNumberQualifiers/{equipmentRefnumQualGid}":{
            "parameters":[
                {
                    "name":"equipmentRefnumQualGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Equipment Reference Number Qualifiers"
                ],
                "summary":"Get an Equipment Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/equipmentReferenceNumberQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"equipmentReferenceNumberQualifiers-{equipmentRefnumQualGid}-get",
                "x-filename-id":"equipmentreferencenumberqualifiers-equipmentrefnumqualgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Equipment Reference Number Qualifiers"
                ],
                "summary":"Delete an Equipment Reference Number Qualifier",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"equipmentReferenceNumberQualifiers-{equipmentRefnumQualGid}-delete",
                "x-filename-id":"equipmentreferencenumberqualifiers-equipmentrefnumqualgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Equipment Reference Number Qualifiers"
                ],
                "summary":"Update an Equipment Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"equipmentReferenceNumberQualifiers-{equipmentRefnumQualGid}-patch",
                "x-filename-id":"equipmentreferencenumberqualifiers-equipmentrefnumqualgid-patch"
            }
        },
        "/paymentMethodCodes":{
            "get":{
                "tags":[
                    "Power Data/Payment Method Codes"
                ],
                "summary":"Get Payment Method Codes",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/paymentMethodCodes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"paymentMethodCodes-get",
                "x-filename-id":"paymentmethodcodes-get"
            },
            "post":{
                "tags":[
                    "Power Data/Payment Method Codes"
                ],
                "summary":"Create a Payment Method Code",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/paymentMethodCodes"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/paymentMethodCodes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"paymentMethodCodes-post",
                "x-filename-id":"paymentmethodcodes-post"
            }
        },
        "/paymentMethodCodes/{paymentMethodCodeGid}":{
            "parameters":[
                {
                    "name":"paymentMethodCodeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Payment Method Codes"
                ],
                "summary":"Get a Payment Method Code",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/paymentMethodCodes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"paymentMethodCodes-{paymentMethodCodeGid}-get",
                "x-filename-id":"paymentmethodcodes-paymentmethodcodegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Payment Method Codes"
                ],
                "summary":"Delete a Payment Method Code",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"paymentMethodCodes-{paymentMethodCodeGid}-delete",
                "x-filename-id":"paymentmethodcodes-paymentmethodcodegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Payment Method Codes"
                ],
                "summary":"Update a Payment Method Code",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"paymentMethodCodes-{paymentMethodCodeGid}-patch",
                "x-filename-id":"paymentmethodcodes-paymentmethodcodegid-patch"
            }
        },
        "/custom-actions/uploadDocument/<resourceName>/{<resourceGid>}":{
            "post":{
                "tags":[
                    "Actions/Utility Actions"
                ],
                "summary":"Perform the upload document action to a resource",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/json":{
                            "schema":{
                                "$ref":"#/components/schemas/actionRequest"
                            }
                        }
                    },
                    "required":true
                },
                "responses":{
                    "200":{
                        "description":"Default response.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/actionResponse"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"custom-actions-uploadDocument-<resourceName>-{<resourceGid>}-post",
                "x-filename-id":"custom-actions-uploaddocument-resourcename-resourcegid-post"
            }
        },
        "/custom-actions/uploadDocument/<resourceName>/{resourceGid}/<subResourceName>/{subResourceGid}":{
            "post":{
                "tags":[
                    "Actions/Utility Actions"
                ],
                "summary":"Perform the upload document action to a child resource",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/octet-stream":{
                            "schema":{
                                "type":"string",
                                "format":"binary"
                            }
                        }
                    },
                    "required":true
                },
                "responses":{
                    "200":{
                        "description":"Success! A successful POST method returns a 200 status code.",
                        "content":{
                            "application/octet-stream":{
                                "schema":{
                                    "type":"string",
                                    "format":"binary"
                                }
                            }
                        }
                    },
                    "400":{
                        "description":"Your request couldn't be processed because it contains missing or invalid information, such as a validation error on an input field, a missing required value, and so forth.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    },
                    "401":{
                        "description":"Unauthorized, the request was not successful because it lacks valid authentication credentials for the requested resource.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    },
                    "403":{
                        "description":"Access to the specified resource has been forbidden.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    },
                    "500":{
                        "description":"The server encountered something unexpected that prevented it from completing the request.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"custom-actions-uploadDocument-<resourceName>-{resourceGid}-<subResourceName>-{subResourceGid}-post",
                "x-filename-id":"custom-actions-uploaddocument-resourcename-resourcegid-subresourcename-subresourcegid-post"
            }
        },
        "/stowageModes":{
            "get":{
                "tags":[
                    "Power Data/Stowage Modes"
                ],
                "summary":"Get Stowage Modes",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/stowageModes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"stowageModes-get",
                "x-filename-id":"stowagemodes-get"
            },
            "post":{
                "tags":[
                    "Power Data/Stowage Modes"
                ],
                "summary":"Create a Stowage Mode",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/stowageModes"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/stowageModes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"stowageModes-post",
                "x-filename-id":"stowagemodes-post"
            }
        },
        "/stowageModes/{stowageModeGid}":{
            "parameters":[
                {
                    "name":"stowageModeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Stowage Modes"
                ],
                "summary":"Get a Stowage Mode",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/stowageModes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"stowageModes-{stowageModeGid}-get",
                "x-filename-id":"stowagemodes-stowagemodegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Stowage Modes"
                ],
                "summary":"Delete a Stowage Mode",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"stowageModes-{stowageModeGid}-delete",
                "x-filename-id":"stowagemodes-stowagemodegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Stowage Modes"
                ],
                "summary":"Update a Stowage Mode",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"stowageModes-{stowageModeGid}-patch",
                "x-filename-id":"stowagemodes-stowagemodegid-patch"
            }
        },
        "/allocationTypeQualifiers":{
            "get":{
                "tags":[
                    "Power Data/Allocation Type Qualifiers"
                ],
                "summary":"Get Allocation Type Qualifiers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/allocationTypeQualifiers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"allocationTypeQualifiers-get",
                "x-filename-id":"allocationtypequalifiers-get"
            },
            "post":{
                "tags":[
                    "Power Data/Allocation Type Qualifiers"
                ],
                "summary":"Create an Allocation Type Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/allocationTypeQualifiers"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/allocationTypeQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"allocationTypeQualifiers-post",
                "x-filename-id":"allocationtypequalifiers-post"
            }
        },
        "/allocationTypeQualifiers/{allocTypeQualGid}":{
            "parameters":[
                {
                    "name":"allocTypeQualGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Allocation Type Qualifiers"
                ],
                "summary":"Get an Allocation Type Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/allocationTypeQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"allocationTypeQualifiers-{allocTypeQualGid}-get",
                "x-filename-id":"allocationtypequalifiers-alloctypequalgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Allocation Type Qualifiers"
                ],
                "summary":"Delete an Allocation Type Qualifier",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"allocationTypeQualifiers-{allocTypeQualGid}-delete",
                "x-filename-id":"allocationtypequalifiers-alloctypequalgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Allocation Type Qualifiers"
                ],
                "summary":"Update an Allocation Type Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"allocationTypeQualifiers-{allocTypeQualGid}-patch",
                "x-filename-id":"allocationtypequalifiers-alloctypequalgid-patch"
            }
        },
        "/corporations":{
            "get":{
                "tags":[
                    "Business Objects/Corporations"
                ],
                "summary":"Get Corporations",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/corporations"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"corporations-get",
                "x-filename-id":"corporations-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Corporations"
                ],
                "summary":"Create a Corporation",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/corporations"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/corporations"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"corporations-post",
                "x-filename-id":"corporations-post"
            }
        },
        "/corporations/{corporationGid}":{
            "parameters":[
                {
                    "name":"corporationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Corporations"
                ],
                "summary":"Get a Corporation",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/corporations"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"corporations-{corporationGid}-get",
                "x-filename-id":"corporations-corporationgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Corporations"
                ],
                "summary":"Delete a Corporation",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"corporations-{corporationGid}-delete",
                "x-filename-id":"corporations-corporationgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Corporations"
                ],
                "summary":"Update a Corporation",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"corporations-{corporationGid}-patch",
                "x-filename-id":"corporations-corporationgid-patch"
            }
        },
        "/corporations/{corporationGid}/vatProvincialRegistrations":{
            "parameters":[
                {
                    "name":"corporationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Corporations/VAT Provincial Registrations"
                ],
                "summary":"Get VAT Provincial Registrations",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/corporations.vatProvincialRegistrations"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"corporations-{corporationGid}-vatProvincialRegistrations-get",
                "x-filename-id":"corporations-corporationgid-vatprovincialregistrations-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Corporations/VAT Provincial Registrations"
                ],
                "summary":"Create a VAT Provincial Registration",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/corporations.vatProvincialRegistrations"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/corporations.vatProvincialRegistrations"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/corporations.vatProvincialRegistrations"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/corporations.vatProvincialRegistrations"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"corporations-{corporationGid}-vatProvincialRegistrations-post",
                "x-filename-id":"corporations-corporationgid-vatprovincialregistrations-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Corporations/VAT Provincial Registrations"
                ],
                "summary":"Update VAT Provincial Registrations",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"corporations-{corporationGid}-vatProvincialRegistrations-patch",
                "x-filename-id":"corporations-corporationgid-vatprovincialregistrations-patch"
            }
        },
        "/corporations/{corporationGid}/vatProvincialRegistrations/{vatProvincialRegGid}":{
            "parameters":[
                {
                    "name":"corporationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"vatProvincialRegGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Corporations/VAT Provincial Registrations"
                ],
                "summary":"Get a VAT Provincial Registration",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/corporations.vatProvincialRegistrations"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"corporations-{corporationGid}-vatProvincialRegistrations-{vatProvincialRegGid}-get",
                "x-filename-id":"corporations-corporationgid-vatprovincialregistrations-vatprovincialreggid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Corporations/VAT Provincial Registrations"
                ],
                "summary":"Delete a VAT Provincial Registration",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"corporations-{corporationGid}-vatProvincialRegistrations-{vatProvincialRegGid}-delete",
                "x-filename-id":"corporations-corporationgid-vatprovincialregistrations-vatprovincialreggid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Corporations/VAT Provincial Registrations"
                ],
                "summary":"Update a VAT Provincial Registration",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"corporations-{corporationGid}-vatProvincialRegistrations-{vatProvincialRegGid}-patch",
                "x-filename-id":"corporations-corporationgid-vatprovincialregistrations-vatprovincialreggid-patch"
            }
        },
        "/corporations/{corporationGid}/vatRegistrations":{
            "parameters":[
                {
                    "name":"corporationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Corporations/VAT Registrations"
                ],
                "summary":"Get VAT Registrations",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/corporations.vatRegistrations"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"corporations-{corporationGid}-vatRegistrations-get",
                "x-filename-id":"corporations-corporationgid-vatregistrations-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Corporations/VAT Registrations"
                ],
                "summary":"Create a VAT Registration",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/corporations.vatRegistrations"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/corporations.vatRegistrations"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/corporations.vatRegistrations"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/corporations.vatRegistrations"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"corporations-{corporationGid}-vatRegistrations-post",
                "x-filename-id":"corporations-corporationgid-vatregistrations-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Corporations/VAT Registrations"
                ],
                "summary":"Update VAT Registrations",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"corporations-{corporationGid}-vatRegistrations-patch",
                "x-filename-id":"corporations-corporationgid-vatregistrations-patch"
            }
        },
        "/corporations/{corporationGid}/vatRegistrations/{vatRegNoGid}":{
            "parameters":[
                {
                    "name":"corporationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"vatRegNoGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Corporations/VAT Registrations"
                ],
                "summary":"Get a VAT Registration",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/corporations.vatRegistrations"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"corporations-{corporationGid}-vatRegistrations-{vatRegNoGid}-get",
                "x-filename-id":"corporations-corporationgid-vatregistrations-vatregnogid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Corporations/VAT Registrations"
                ],
                "summary":"Delete a VAT Registration",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"corporations-{corporationGid}-vatRegistrations-{vatRegNoGid}-delete",
                "x-filename-id":"corporations-corporationgid-vatregistrations-vatregnogid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Corporations/VAT Registrations"
                ],
                "summary":"Update a VAT Registration",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"corporations-{corporationGid}-vatRegistrations-{vatRegNoGid}-patch",
                "x-filename-id":"corporations-corporationgid-vatregistrations-vatregnogid-patch"
            }
        },
        "/corporations/{corporationGid}/involvedParties":{
            "parameters":[
                {
                    "name":"corporationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Corporations/Involved Parties"
                ],
                "summary":"Get Involved Parties",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/corporations.involvedParties"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"corporations-{corporationGid}-involvedParties-get",
                "x-filename-id":"corporations-corporationgid-involvedparties-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Corporations/Involved Parties"
                ],
                "summary":"Create an Involved Party",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/corporations.involvedParties"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/corporations.involvedParties"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/corporations.involvedParties"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/corporations.involvedParties"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"corporations-{corporationGid}-involvedParties-post",
                "x-filename-id":"corporations-corporationgid-involvedparties-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Corporations/Involved Parties"
                ],
                "summary":"Update Involved Parties",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"corporations-{corporationGid}-involvedParties-patch",
                "x-filename-id":"corporations-corporationgid-involvedparties-patch"
            }
        },
        "/corporations/{corporationGid}/involvedParties/{contactGidxinvolvedPartyQualGidxcomMethodGid}":{
            "parameters":[
                {
                    "name":"corporationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"contactGidxinvolvedPartyQualGidxcomMethodGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Corporations/Involved Parties"
                ],
                "summary":"Get an Involved Party",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/corporations.involvedParties"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"corporations-{corporationGid}-involvedParties-{contactGidxinvolvedPartyQualGidxcomMethodGid}-get",
                "x-filename-id":"corporations-corporationgid-involvedparties-contactgidxinvolvedpartyqualgidxcommethodgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Corporations/Involved Parties"
                ],
                "summary":"Delete an Involved Party",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"corporations-{corporationGid}-involvedParties-{contactGidxinvolvedPartyQualGidxcomMethodGid}-delete",
                "x-filename-id":"corporations-corporationgid-involvedparties-contactgidxinvolvedpartyqualgidxcommethodgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Corporations/Involved Parties"
                ],
                "summary":"Update an Involved Party",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"corporations-{corporationGid}-involvedParties-{contactGidxinvolvedPartyQualGidxcomMethodGid}-patch",
                "x-filename-id":"corporations-corporationgid-involvedparties-contactgidxinvolvedpartyqualgidxcommethodgid-patch"
            }
        },
        "/weightBreaks":{
            "get":{
                "tags":[
                    "Power Data/Weight Breaks"
                ],
                "summary":"Get Weight Breaks",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/weightBreaks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"weightBreaks-get",
                "x-filename-id":"weightbreaks-get"
            },
            "post":{
                "tags":[
                    "Power Data/Weight Breaks"
                ],
                "summary":"Create a Weight Break",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/weightBreaks"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/weightBreaks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"weightBreaks-post",
                "x-filename-id":"weightbreaks-post"
            }
        },
        "/weightBreaks/{weightBreakGid}":{
            "parameters":[
                {
                    "name":"weightBreakGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Weight Breaks"
                ],
                "summary":"Get a Weight Break",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/weightBreaks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"weightBreaks-{weightBreakGid}-get",
                "x-filename-id":"weightbreaks-weightbreakgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Weight Breaks"
                ],
                "summary":"Delete a Weight Break",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"weightBreaks-{weightBreakGid}-delete",
                "x-filename-id":"weightbreaks-weightbreakgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Weight Breaks"
                ],
                "summary":"Update a Weight Break",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"weightBreaks-{weightBreakGid}-patch",
                "x-filename-id":"weightbreaks-weightbreakgid-patch"
            }
        },
        "/orderTypes":{
            "get":{
                "tags":[
                    "Power Data/Order Types"
                ],
                "summary":"Get Order Types",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderTypes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderTypes-get",
                "x-filename-id":"ordertypes-get"
            },
            "post":{
                "tags":[
                    "Power Data/Order Types"
                ],
                "summary":"Create an Order Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/orderTypes"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderTypes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderTypes-post",
                "x-filename-id":"ordertypes-post"
            }
        },
        "/orderTypes/{orderTypeGid}":{
            "parameters":[
                {
                    "name":"orderTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Order Types"
                ],
                "summary":"Get an Order Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderTypes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderTypes-{orderTypeGid}-get",
                "x-filename-id":"ordertypes-ordertypegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Order Types"
                ],
                "summary":"Delete an Order Type",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderTypes-{orderTypeGid}-delete",
                "x-filename-id":"ordertypes-ordertypegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Order Types"
                ],
                "summary":"Update an Order Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderTypes-{orderTypeGid}-patch",
                "x-filename-id":"ordertypes-ordertypegid-patch"
            }
        },
        "/timeQualifiers":{
            "get":{
                "tags":[
                    "Power Data/Time Qualifiers"
                ],
                "summary":"Get Time Qualifiers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/timeQualifiers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"timeQualifiers-get",
                "x-filename-id":"timequalifiers-get"
            },
            "post":{
                "tags":[
                    "Power Data/Time Qualifiers"
                ],
                "summary":"Create a Time Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/timeQualifiers"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/timeQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"timeQualifiers-post",
                "x-filename-id":"timequalifiers-post"
            }
        },
        "/timeQualifiers/{timeQualifierGid}":{
            "parameters":[
                {
                    "name":"timeQualifierGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Time Qualifiers"
                ],
                "summary":"Get a Time Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/timeQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"timeQualifiers-{timeQualifierGid}-get",
                "x-filename-id":"timequalifiers-timequalifiergid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Time Qualifiers"
                ],
                "summary":"Delete a Time Qualifier",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"timeQualifiers-{timeQualifierGid}-delete",
                "x-filename-id":"timequalifiers-timequalifiergid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Time Qualifiers"
                ],
                "summary":"Update a Time Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"timeQualifiers-{timeQualifierGid}-patch",
                "x-filename-id":"timequalifiers-timequalifiergid-patch"
            }
        },
        "/shipmentShipUnitReferenceNumberQualifiers":{
            "get":{
                "tags":[
                    "Power Data/Shipment Ship Unit Reference Number Qualifiers"
                ],
                "summary":"Get Shipment Ship Unit Reference Number Qualifiers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentShipUnitReferenceNumberQualifiers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentShipUnitReferenceNumberQualifiers-get",
                "x-filename-id":"shipmentshipunitreferencenumberqualifiers-get"
            },
            "post":{
                "tags":[
                    "Power Data/Shipment Ship Unit Reference Number Qualifiers"
                ],
                "summary":"Create a Shipment Ship Unit Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipmentShipUnitReferenceNumberQualifiers"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentShipUnitReferenceNumberQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentShipUnitReferenceNumberQualifiers-post",
                "x-filename-id":"shipmentshipunitreferencenumberqualifiers-post"
            }
        },
        "/shipmentShipUnitReferenceNumberQualifiers/{sShipUnitRefnumQualGid}":{
            "parameters":[
                {
                    "name":"sShipUnitRefnumQualGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Shipment Ship Unit Reference Number Qualifiers"
                ],
                "summary":"Get a Shipment Ship Unit Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentShipUnitReferenceNumberQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentShipUnitReferenceNumberQualifiers-{sShipUnitRefnumQualGid}-get",
                "x-filename-id":"shipmentshipunitreferencenumberqualifiers-sshipunitrefnumqualgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Shipment Ship Unit Reference Number Qualifiers"
                ],
                "summary":"Delete a Shipment Ship Unit Reference Number Qualifier",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentShipUnitReferenceNumberQualifiers-{sShipUnitRefnumQualGid}-delete",
                "x-filename-id":"shipmentshipunitreferencenumberqualifiers-sshipunitrefnumqualgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Shipment Ship Unit Reference Number Qualifiers"
                ],
                "summary":"Update a Shipment Ship Unit Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentShipUnitReferenceNumberQualifiers-{sShipUnitRefnumQualGid}-patch",
                "x-filename-id":"shipmentshipunitreferencenumberqualifiers-sshipunitrefnumqualgid-patch"
            }
        },
        "/corporationProfiles":{
            "get":{
                "tags":[
                    "Power Data/Corporation Profiles"
                ],
                "summary":"Get Corporation Profiles",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/corporationProfiles"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"corporationProfiles-get",
                "x-filename-id":"corporationprofiles-get"
            },
            "post":{
                "tags":[
                    "Power Data/Corporation Profiles"
                ],
                "summary":"Create a Corporation Profile",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/corporationProfiles"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/corporationProfiles"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"corporationProfiles-post",
                "x-filename-id":"corporationprofiles-post"
            }
        },
        "/corporationProfiles/{corporationProfileGid}":{
            "parameters":[
                {
                    "name":"corporationProfileGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Corporation Profiles"
                ],
                "summary":"Get a Corporation Profile",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/corporationProfiles"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"corporationProfiles-{corporationProfileGid}-get",
                "x-filename-id":"corporationprofiles-corporationprofilegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Corporation Profiles"
                ],
                "summary":"Delete a Corporation Profile",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"corporationProfiles-{corporationProfileGid}-delete",
                "x-filename-id":"corporationprofiles-corporationprofilegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Corporation Profiles"
                ],
                "summary":"Update a Corporation Profile",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"corporationProfiles-{corporationProfileGid}-patch",
                "x-filename-id":"corporationprofiles-corporationprofilegid-patch"
            }
        },
        "/corporationProfiles/{corporationProfileGid}/details":{
            "parameters":[
                {
                    "name":"corporationProfileGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Corporation Profiles/Details"
                ],
                "summary":"Get Details",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/corporationProfiles.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"corporationProfiles-{corporationProfileGid}-details-get",
                "x-filename-id":"corporationprofiles-corporationprofilegid-details-get"
            },
            "post":{
                "tags":[
                    "Power Data/Corporation Profiles/Details"
                ],
                "summary":"Create a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/corporationProfiles.details"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/corporationProfiles.details"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/corporationProfiles.details"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/corporationProfiles.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"corporationProfiles-{corporationProfileGid}-details-post",
                "x-filename-id":"corporationprofiles-corporationprofilegid-details-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Corporation Profiles/Details"
                ],
                "summary":"Update Details",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"corporationProfiles-{corporationProfileGid}-details-patch",
                "x-filename-id":"corporationprofiles-corporationprofilegid-details-patch"
            }
        },
        "/corporationProfiles/{corporationProfileGid}/details/{corporationGid}":{
            "parameters":[
                {
                    "name":"corporationProfileGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"corporationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Corporation Profiles/Details"
                ],
                "summary":"Get a Detail",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/corporationProfiles.details"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"corporationProfiles-{corporationProfileGid}-details-{corporationGid}-get",
                "x-filename-id":"corporationprofiles-corporationprofilegid-details-corporationgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Corporation Profiles/Details"
                ],
                "summary":"Delete a Detail",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"corporationProfiles-{corporationProfileGid}-details-{corporationGid}-delete",
                "x-filename-id":"corporationprofiles-corporationprofilegid-details-corporationgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Corporation Profiles/Details"
                ],
                "summary":"Update a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"corporationProfiles-{corporationProfileGid}-details-{corporationGid}-patch",
                "x-filename-id":"corporationprofiles-corporationprofilegid-details-corporationgid-patch"
            }
        },
        "/itemQualificationReferenceNumberQualifiers":{
            "get":{
                "tags":[
                    "Power Data/Item Qualification Reference Number Qualifiers"
                ],
                "summary":"Get Item Qualification Reference Number Qualifiers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itemQualificationReferenceNumberQualifiers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemQualificationReferenceNumberQualifiers-get",
                "x-filename-id":"itemqualificationreferencenumberqualifiers-get"
            },
            "post":{
                "tags":[
                    "Power Data/Item Qualification Reference Number Qualifiers"
                ],
                "summary":"Create an Item Qualification Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/itemQualificationReferenceNumberQualifiers"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemQualificationReferenceNumberQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemQualificationReferenceNumberQualifiers-post",
                "x-filename-id":"itemqualificationreferencenumberqualifiers-post"
            }
        },
        "/itemQualificationReferenceNumberQualifiers/{itemQfRefnumQualGid}":{
            "parameters":[
                {
                    "name":"itemQfRefnumQualGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Item Qualification Reference Number Qualifiers"
                ],
                "summary":"Get an Item Qualification Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemQualificationReferenceNumberQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemQualificationReferenceNumberQualifiers-{itemQfRefnumQualGid}-get",
                "x-filename-id":"itemqualificationreferencenumberqualifiers-itemqfrefnumqualgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Item Qualification Reference Number Qualifiers"
                ],
                "summary":"Delete an Item Qualification Reference Number Qualifier",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemQualificationReferenceNumberQualifiers-{itemQfRefnumQualGid}-delete",
                "x-filename-id":"itemqualificationreferencenumberqualifiers-itemqfrefnumqualgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Item Qualification Reference Number Qualifiers"
                ],
                "summary":"Update an Item Qualification Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemQualificationReferenceNumberQualifiers-{itemQfRefnumQualGid}-patch",
                "x-filename-id":"itemqualificationreferencenumberqualifiers-itemqfrefnumqualgid-patch"
            }
        },
        "/customerServices":{
            "get":{
                "tags":[
                    "Power Data/Customer Services"
                ],
                "summary":"Get Customer Services",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customerServices"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customerServices-get",
                "x-filename-id":"customerservices-get"
            },
            "post":{
                "tags":[
                    "Power Data/Customer Services"
                ],
                "summary":"Create a Customer Service",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/customerServices"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customerServices"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customerServices-post",
                "x-filename-id":"customerservices-post"
            }
        },
        "/customerServices/{customerServiceGid}":{
            "parameters":[
                {
                    "name":"customerServiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Customer Services"
                ],
                "summary":"Get a Customer Service",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customerServices"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customerServices-{customerServiceGid}-get",
                "x-filename-id":"customerservices-customerservicegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Customer Services"
                ],
                "summary":"Delete a Customer Service",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customerServices-{customerServiceGid}-delete",
                "x-filename-id":"customerservices-customerservicegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Customer Services"
                ],
                "summary":"Update a Customer Service",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customerServices-{customerServiceGid}-patch",
                "x-filename-id":"customerservices-customerservicegid-patch"
            }
        },
        "/resourceScheduleInstances":{
            "get":{
                "tags":[
                    "Power Data/Resource Schedule Instances"
                ],
                "summary":"Get Resource Schedule Instances",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/resourceScheduleInstances"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"resourceScheduleInstances-get",
                "x-filename-id":"resourcescheduleinstances-get"
            }
        },
        "/resourceScheduleInstances/{resourceScheduleInstanceGid}":{
            "parameters":[
                {
                    "name":"resourceScheduleInstanceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Resource Schedule Instances"
                ],
                "summary":"Get a Resource Schedule Instance",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/resourceScheduleInstances"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"resourceScheduleInstances-{resourceScheduleInstanceGid}-get",
                "x-filename-id":"resourcescheduleinstances-resourcescheduleinstancegid-get"
            }
        },
        "/capacityCommitments":{
            "get":{
                "tags":[
                    "Power Data/Capacity Commitments"
                ],
                "summary":"Get Capacity Commitments",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/capacityCommitments"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"capacityCommitments-get",
                "x-filename-id":"capacitycommitments-get"
            },
            "post":{
                "tags":[
                    "Power Data/Capacity Commitments"
                ],
                "summary":"Create a Capacity Commitment",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/capacityCommitments"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/capacityCommitments"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"capacityCommitments-post",
                "x-filename-id":"capacitycommitments-post"
            }
        },
        "/capacityCommitments/{capacityCommitmentGid}":{
            "parameters":[
                {
                    "name":"capacityCommitmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Capacity Commitments"
                ],
                "summary":"Get a Capacity Commitment",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/capacityCommitments"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"capacityCommitments-{capacityCommitmentGid}-get",
                "x-filename-id":"capacitycommitments-capacitycommitmentgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Capacity Commitments"
                ],
                "summary":"Delete a Capacity Commitment",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"capacityCommitments-{capacityCommitmentGid}-delete",
                "x-filename-id":"capacitycommitments-capacitycommitmentgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Capacity Commitments"
                ],
                "summary":"Update a Capacity Commitment",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"capacityCommitments-{capacityCommitmentGid}-patch",
                "x-filename-id":"capacitycommitments-capacitycommitmentgid-patch"
            }
        },
        "/tradeTransactionTypes":{
            "get":{
                "tags":[
                    "Power Data/Trade Transaction Types"
                ],
                "summary":"Get Trade Transaction Types",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionTypes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionTypes-get",
                "x-filename-id":"tradetransactiontypes-get"
            },
            "post":{
                "tags":[
                    "Power Data/Trade Transaction Types"
                ],
                "summary":"Create a Trade Transaction Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeTransactionTypes"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionTypes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionTypes-post",
                "x-filename-id":"tradetransactiontypes-post"
            }
        },
        "/tradeTransactionTypes/{gtmTransactionTypeGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Trade Transaction Types"
                ],
                "summary":"Get a Trade Transaction Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionTypes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionTypes-{gtmTransactionTypeGid}-get",
                "x-filename-id":"tradetransactiontypes-gtmtransactiontypegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Trade Transaction Types"
                ],
                "summary":"Delete a Trade Transaction Type",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionTypes-{gtmTransactionTypeGid}-delete",
                "x-filename-id":"tradetransactiontypes-gtmtransactiontypegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Trade Transaction Types"
                ],
                "summary":"Update a Trade Transaction Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionTypes-{gtmTransactionTypeGid}-patch",
                "x-filename-id":"tradetransactiontypes-gtmtransactiontypegid-patch"
            }
        },
        "/feasibilityCodes":{
            "get":{
                "tags":[
                    "Power Data/Feasibility Codes"
                ],
                "summary":"Get Feasibility Codes",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/feasibilityCodes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"feasibilityCodes-get",
                "x-filename-id":"feasibilitycodes-get"
            }
        },
        "/feasibilityCodes/{feasibilityCodeGid}":{
            "parameters":[
                {
                    "name":"feasibilityCodeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Feasibility Codes"
                ],
                "summary":"Get a Feasibility Code",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/feasibilityCodes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"feasibilityCodes-{feasibilityCodeGid}-get",
                "x-filename-id":"feasibilitycodes-feasibilitycodegid-get"
            }
        },
        "/consols":{
            "get":{
                "tags":[
                    "Business Objects/Consols"
                ],
                "summary":"Get Consols",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/consols"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"consols-get",
                "x-filename-id":"consols-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Consols"
                ],
                "summary":"Create a Consol",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/consols"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/consols"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"consols-post",
                "x-filename-id":"consols-post"
            }
        },
        "/consols/{consolGid}":{
            "parameters":[
                {
                    "name":"consolGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Consols"
                ],
                "summary":"Get a Consol",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/consols"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"consols-{consolGid}-get",
                "x-filename-id":"consols-consolgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Consols"
                ],
                "summary":"Delete a Consol",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"consols-{consolGid}-delete",
                "x-filename-id":"consols-consolgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Consols"
                ],
                "summary":"Update a Consol",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"consols-{consolGid}-patch",
                "x-filename-id":"consols-consolgid-patch"
            }
        },
        "/consols/{consolGid}/refnums":{
            "parameters":[
                {
                    "name":"consolGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Consols/Reference Numbers"
                ],
                "summary":"Get Reference Numbers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/consols.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"consols-{consolGid}-refnums-get",
                "x-filename-id":"consols-consolgid-refnums-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Consols/Reference Numbers"
                ],
                "summary":"Create a Reference Number",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/consols.refnums"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/consols.refnums"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/consols.refnums"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/consols.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"consols-{consolGid}-refnums-post",
                "x-filename-id":"consols-consolgid-refnums-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Consols/Reference Numbers"
                ],
                "summary":"Update Reference Numbers",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"consols-{consolGid}-refnums-patch",
                "x-filename-id":"consols-consolgid-refnums-patch"
            }
        },
        "/consols/{consolGid}/refnums/{consolRefnumQualGidxconsolRefnumValue}":{
            "parameters":[
                {
                    "name":"consolGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"consolRefnumQualGidxconsolRefnumValue",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Consols/Reference Numbers"
                ],
                "summary":"Get a Reference Number",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/consols.refnums"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"consols-{consolGid}-refnums-{consolRefnumQualGidxconsolRefnumValue}-get",
                "x-filename-id":"consols-consolgid-refnums-consolrefnumqualgidxconsolrefnumvalue-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Consols/Reference Numbers"
                ],
                "summary":"Delete a Reference Number",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"consols-{consolGid}-refnums-{consolRefnumQualGidxconsolRefnumValue}-delete",
                "x-filename-id":"consols-consolgid-refnums-consolrefnumqualgidxconsolrefnumvalue-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Consols/Reference Numbers"
                ],
                "summary":"Update a Reference Number",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"consols-{consolGid}-refnums-{consolRefnumQualGidxconsolRefnumValue}-patch",
                "x-filename-id":"consols-consolgid-refnums-consolrefnumqualgidxconsolrefnumvalue-patch"
            }
        },
        "/consols/{consolGid}/remarks":{
            "parameters":[
                {
                    "name":"consolGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Consols/Remarks"
                ],
                "summary":"Get Remarks",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/consols.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"consols-{consolGid}-remarks-get",
                "x-filename-id":"consols-consolgid-remarks-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Consols/Remarks"
                ],
                "summary":"Create a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/consols.remarks"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/consols.remarks"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/consols.remarks"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/consols.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"consols-{consolGid}-remarks-post",
                "x-filename-id":"consols-consolgid-remarks-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Consols/Remarks"
                ],
                "summary":"Update Remarks",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"consols-{consolGid}-remarks-patch",
                "x-filename-id":"consols-consolgid-remarks-patch"
            }
        },
        "/consols/{consolGid}/remarks/{remarkSequence}":{
            "parameters":[
                {
                    "name":"consolGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"remarkSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Consols/Remarks"
                ],
                "summary":"Get a Remark",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/consols.remarks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"consols-{consolGid}-remarks-{remarkSequence}-get",
                "x-filename-id":"consols-consolgid-remarks-remarksequence-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Consols/Remarks"
                ],
                "summary":"Delete a Remark",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"consols-{consolGid}-remarks-{remarkSequence}-delete",
                "x-filename-id":"consols-consolgid-remarks-remarksequence-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Consols/Remarks"
                ],
                "summary":"Update a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"consols-{consolGid}-remarks-{remarkSequence}-patch",
                "x-filename-id":"consols-consolgid-remarks-remarksequence-patch"
            }
        },
        "/consols/{consolGid}/statuses":{
            "parameters":[
                {
                    "name":"consolGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Consols/Statuses"
                ],
                "summary":"Get Statuses",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/consols.statuses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"consols-{consolGid}-statuses-get",
                "x-filename-id":"consols-consolgid-statuses-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Consols/Statuses"
                ],
                "summary":"Create a Status",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/consols.statuses"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/consols.statuses"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/consols.statuses"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/consols.statuses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"consols-{consolGid}-statuses-post",
                "x-filename-id":"consols-consolgid-statuses-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Consols/Statuses"
                ],
                "summary":"Update Statuses",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"consols-{consolGid}-statuses-patch",
                "x-filename-id":"consols-consolgid-statuses-patch"
            }
        },
        "/consols/{consolGid}/statuses/{statusTypeGid}":{
            "parameters":[
                {
                    "name":"consolGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"statusTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Consols/Statuses"
                ],
                "summary":"Get a Status",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/consols.statuses"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"consols-{consolGid}-statuses-{statusTypeGid}-get",
                "x-filename-id":"consols-consolgid-statuses-statustypegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Consols/Statuses"
                ],
                "summary":"Delete a Status",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"consols-{consolGid}-statuses-{statusTypeGid}-delete",
                "x-filename-id":"consols-consolgid-statuses-statustypegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Consols/Statuses"
                ],
                "summary":"Update a Status",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"consols-{consolGid}-statuses-{statusTypeGid}-patch",
                "x-filename-id":"consols-consolgid-statuses-statustypegid-patch"
            }
        },
        "/contactProfiles":{
            "get":{
                "tags":[
                    "Power Data/Contact Profiles"
                ],
                "summary":"Get Contact Profiles",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/contactProfiles"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"contactProfiles-get",
                "x-filename-id":"contactprofiles-get"
            },
            "post":{
                "tags":[
                    "Power Data/Contact Profiles"
                ],
                "summary":"Create a Contact Profile",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/contactProfiles"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/contactProfiles"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"contactProfiles-post",
                "x-filename-id":"contactprofiles-post"
            }
        },
        "/contactProfiles/{contactProfileGid}":{
            "parameters":[
                {
                    "name":"contactProfileGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Contact Profiles"
                ],
                "summary":"Get a Contact Profile",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/contactProfiles"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"contactProfiles-{contactProfileGid}-get",
                "x-filename-id":"contactprofiles-contactprofilegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Contact Profiles"
                ],
                "summary":"Delete a Contact Profile",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"contactProfiles-{contactProfileGid}-delete",
                "x-filename-id":"contactprofiles-contactprofilegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Contact Profiles"
                ],
                "summary":"Update a Contact Profile",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"contactProfiles-{contactProfileGid}-patch",
                "x-filename-id":"contactprofiles-contactprofilegid-patch"
            }
        },
        "/contactProfiles/{contactProfileGid}/details":{
            "parameters":[
                {
                    "name":"contactProfileGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Contact Profiles/Details"
                ],
                "summary":"Get Details",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/contactProfiles.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"contactProfiles-{contactProfileGid}-details-get",
                "x-filename-id":"contactprofiles-contactprofilegid-details-get"
            },
            "post":{
                "tags":[
                    "Power Data/Contact Profiles/Details"
                ],
                "summary":"Create a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/contactProfiles.details"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/contactProfiles.details"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/contactProfiles.details"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/contactProfiles.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"contactProfiles-{contactProfileGid}-details-post",
                "x-filename-id":"contactprofiles-contactprofilegid-details-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Contact Profiles/Details"
                ],
                "summary":"Update Details",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"contactProfiles-{contactProfileGid}-details-patch",
                "x-filename-id":"contactprofiles-contactprofilegid-details-patch"
            }
        },
        "/contactProfiles/{contactProfileGid}/details/{contactGid}":{
            "parameters":[
                {
                    "name":"contactProfileGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"contactGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Contact Profiles/Details"
                ],
                "summary":"Get a Detail",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/contactProfiles.details"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"contactProfiles-{contactProfileGid}-details-{contactGid}-get",
                "x-filename-id":"contactprofiles-contactprofilegid-details-contactgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Contact Profiles/Details"
                ],
                "summary":"Delete a Detail",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"contactProfiles-{contactProfileGid}-details-{contactGid}-delete",
                "x-filename-id":"contactprofiles-contactprofilegid-details-contactgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Contact Profiles/Details"
                ],
                "summary":"Update a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"contactProfiles-{contactProfileGid}-details-{contactGid}-patch",
                "x-filename-id":"contactprofiles-contactprofilegid-details-contactgid-patch"
            }
        },
        "/costCategories":{
            "get":{
                "tags":[
                    "Power Data/Cost Categories"
                ],
                "summary":"Get Cost Categories",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/costCategories"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"costCategories-get",
                "x-filename-id":"costcategories-get"
            },
            "post":{
                "tags":[
                    "Power Data/Cost Categories"
                ],
                "summary":"Create a Cost Category",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/costCategories"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/costCategories"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"costCategories-post",
                "x-filename-id":"costcategories-post"
            }
        },
        "/costCategories/{costCategoryGid}":{
            "parameters":[
                {
                    "name":"costCategoryGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Cost Categories"
                ],
                "summary":"Get a Cost Category",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/costCategories"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"costCategories-{costCategoryGid}-get",
                "x-filename-id":"costcategories-costcategorygid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Cost Categories"
                ],
                "summary":"Delete a Cost Category",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"costCategories-{costCategoryGid}-delete",
                "x-filename-id":"costcategories-costcategorygid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Cost Categories"
                ],
                "summary":"Update a Cost Category",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"costCategories-{costCategoryGid}-patch",
                "x-filename-id":"costcategories-costcategorygid-patch"
            }
        },
        "/laneBasedServiceTimes":{
            "get":{
                "tags":[
                    "Power Data/Lane Based Service Times"
                ],
                "summary":"Get Lane Based Service Times",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/laneBasedServiceTimes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"laneBasedServiceTimes-get",
                "x-filename-id":"lanebasedservicetimes-get"
            },
            "post":{
                "tags":[
                    "Power Data/Lane Based Service Times"
                ],
                "summary":"Create a Lane Based Service Time",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/laneBasedServiceTimes"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/laneBasedServiceTimes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"laneBasedServiceTimes-post",
                "x-filename-id":"lanebasedservicetimes-post"
            }
        },
        "/laneBasedServiceTimes/{xLaneGidxrateServiceGid}":{
            "parameters":[
                {
                    "name":"xLaneGidxrateServiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Lane Based Service Times"
                ],
                "summary":"Get a Lane Based Service Time",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/laneBasedServiceTimes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"laneBasedServiceTimes-{xLaneGidxrateServiceGid}-get",
                "x-filename-id":"lanebasedservicetimes-xlanegidxrateservicegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Lane Based Service Times"
                ],
                "summary":"Delete a Lane Based Service Time",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"laneBasedServiceTimes-{xLaneGidxrateServiceGid}-delete",
                "x-filename-id":"lanebasedservicetimes-xlanegidxrateservicegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Lane Based Service Times"
                ],
                "summary":"Update a Lane Based Service Time",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"laneBasedServiceTimes-{xLaneGidxrateServiceGid}-patch",
                "x-filename-id":"lanebasedservicetimes-xlanegidxrateservicegid-patch"
            }
        },
        "/packagedItemReferenceNumberQualifiers":{
            "get":{
                "tags":[
                    "Power Data/Packaged Item Reference Number Qualifiers"
                ],
                "summary":"Get Packaged Item Reference Number Qualifiers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/packagedItemReferenceNumberQualifiers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"packagedItemReferenceNumberQualifiers-get",
                "x-filename-id":"packageditemreferencenumberqualifiers-get"
            },
            "post":{
                "tags":[
                    "Power Data/Packaged Item Reference Number Qualifiers"
                ],
                "summary":"Create a Packaged Item Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/packagedItemReferenceNumberQualifiers"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/packagedItemReferenceNumberQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"packagedItemReferenceNumberQualifiers-post",
                "x-filename-id":"packageditemreferencenumberqualifiers-post"
            }
        },
        "/packagedItemReferenceNumberQualifiers/{packagedItemRefnumQualGid}":{
            "parameters":[
                {
                    "name":"packagedItemRefnumQualGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Packaged Item Reference Number Qualifiers"
                ],
                "summary":"Get a Packaged Item Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/packagedItemReferenceNumberQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"packagedItemReferenceNumberQualifiers-{packagedItemRefnumQualGid}-get",
                "x-filename-id":"packageditemreferencenumberqualifiers-packageditemrefnumqualgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Packaged Item Reference Number Qualifiers"
                ],
                "summary":"Delete a Packaged Item Reference Number Qualifier",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"packagedItemReferenceNumberQualifiers-{packagedItemRefnumQualGid}-delete",
                "x-filename-id":"packageditemreferencenumberqualifiers-packageditemrefnumqualgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Packaged Item Reference Number Qualifiers"
                ],
                "summary":"Update a Packaged Item Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"packagedItemReferenceNumberQualifiers-{packagedItemRefnumQualGid}-patch",
                "x-filename-id":"packageditemreferencenumberqualifiers-packageditemrefnumqualgid-patch"
            }
        },
        "/licenseReferenceNumberQualifiers":{
            "get":{
                "tags":[
                    "Power Data/License Reference Number Qualifiers"
                ],
                "summary":"Get License Reference Number Qualifiers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/licenseReferenceNumberQualifiers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"licenseReferenceNumberQualifiers-get",
                "x-filename-id":"licensereferencenumberqualifiers-get"
            },
            "post":{
                "tags":[
                    "Power Data/License Reference Number Qualifiers"
                ],
                "summary":"Create a License Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/licenseReferenceNumberQualifiers"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/licenseReferenceNumberQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"licenseReferenceNumberQualifiers-post",
                "x-filename-id":"licensereferencenumberqualifiers-post"
            }
        },
        "/licenseReferenceNumberQualifiers/{gtmLicenseRefnumQualGid}":{
            "parameters":[
                {
                    "name":"gtmLicenseRefnumQualGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/License Reference Number Qualifiers"
                ],
                "summary":"Get a License Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/licenseReferenceNumberQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"licenseReferenceNumberQualifiers-{gtmLicenseRefnumQualGid}-get",
                "x-filename-id":"licensereferencenumberqualifiers-gtmlicenserefnumqualgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/License Reference Number Qualifiers"
                ],
                "summary":"Delete a License Reference Number Qualifier",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"licenseReferenceNumberQualifiers-{gtmLicenseRefnumQualGid}-delete",
                "x-filename-id":"licensereferencenumberqualifiers-gtmlicenserefnumqualgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/License Reference Number Qualifiers"
                ],
                "summary":"Update a License Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"licenseReferenceNumberQualifiers-{gtmLicenseRefnumQualGid}-patch",
                "x-filename-id":"licensereferencenumberqualifiers-gtmlicenserefnumqualgid-patch"
            }
        },
        "/claimCostTypes":{
            "get":{
                "tags":[
                    "Power Data/Claim Cost Types"
                ],
                "summary":"Get Claim Cost Types",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/claimCostTypes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"claimCostTypes-get",
                "x-filename-id":"claimcosttypes-get"
            },
            "post":{
                "tags":[
                    "Power Data/Claim Cost Types"
                ],
                "summary":"Create a Claim Cost Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/claimCostTypes"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/claimCostTypes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"claimCostTypes-post",
                "x-filename-id":"claimcosttypes-post"
            }
        },
        "/claimCostTypes/{claimCostTypeGid}":{
            "parameters":[
                {
                    "name":"claimCostTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Claim Cost Types"
                ],
                "summary":"Get a Claim Cost Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/claimCostTypes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"claimCostTypes-{claimCostTypeGid}-get",
                "x-filename-id":"claimcosttypes-claimcosttypegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Claim Cost Types"
                ],
                "summary":"Delete a Claim Cost Type",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"claimCostTypes-{claimCostTypeGid}-delete",
                "x-filename-id":"claimcosttypes-claimcosttypegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Claim Cost Types"
                ],
                "summary":"Update a Claim Cost Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"claimCostTypes-{claimCostTypeGid}-patch",
                "x-filename-id":"claimcosttypes-claimcosttypegid-patch"
            }
        },
        "/temperatureControls":{
            "get":{
                "tags":[
                    "Power Data/Temperature Controls"
                ],
                "summary":"Get Temperature Controls",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/temperatureControls"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"temperatureControls-get",
                "x-filename-id":"temperaturecontrols-get"
            },
            "post":{
                "tags":[
                    "Power Data/Temperature Controls"
                ],
                "summary":"Create a Temperature Control",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/temperatureControls"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/temperatureControls"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"temperatureControls-post",
                "x-filename-id":"temperaturecontrols-post"
            }
        },
        "/temperatureControls/{temperatureControlGid}":{
            "parameters":[
                {
                    "name":"temperatureControlGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Temperature Controls"
                ],
                "summary":"Get a Temperature Control",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/temperatureControls"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"temperatureControls-{temperatureControlGid}-get",
                "x-filename-id":"temperaturecontrols-temperaturecontrolgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Temperature Controls"
                ],
                "summary":"Delete a Temperature Control",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"temperatureControls-{temperatureControlGid}-delete",
                "x-filename-id":"temperaturecontrols-temperaturecontrolgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Temperature Controls"
                ],
                "summary":"Update a Temperature Control",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"temperatureControls-{temperatureControlGid}-patch",
                "x-filename-id":"temperaturecontrols-temperaturecontrolgid-patch"
            }
        },
        "/hazardousClassifications":{
            "get":{
                "tags":[
                    "Power Data/Hazardous Classifications"
                ],
                "summary":"Get Hazardous Classifications",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/hazardousClassifications"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"hazardousClassifications-get",
                "x-filename-id":"hazardousclassifications-get"
            },
            "post":{
                "tags":[
                    "Power Data/Hazardous Classifications"
                ],
                "summary":"Create a Hazardous Classification",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/hazardousClassifications"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/hazardousClassifications"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"hazardousClassifications-post",
                "x-filename-id":"hazardousclassifications-post"
            }
        },
        "/hazardousClassifications/{hazardousClassificationGid}":{
            "parameters":[
                {
                    "name":"hazardousClassificationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Hazardous Classifications"
                ],
                "summary":"Get a Hazardous Classification",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/hazardousClassifications"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"hazardousClassifications-{hazardousClassificationGid}-get",
                "x-filename-id":"hazardousclassifications-hazardousclassificationgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Hazardous Classifications"
                ],
                "summary":"Delete a Hazardous Classification",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"hazardousClassifications-{hazardousClassificationGid}-delete",
                "x-filename-id":"hazardousclassifications-hazardousclassificationgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Hazardous Classifications"
                ],
                "summary":"Update a Hazardous Classification",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"hazardousClassifications-{hazardousClassificationGid}-patch",
                "x-filename-id":"hazardousclassifications-hazardousclassificationgid-patch"
            }
        },
        "/statusCodeProfiles":{
            "get":{
                "tags":[
                    "Power Data/Status Code Profiles"
                ],
                "summary":"Get Status Code Profiles",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/statusCodeProfiles"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"statusCodeProfiles-get",
                "x-filename-id":"statuscodeprofiles-get"
            },
            "post":{
                "tags":[
                    "Power Data/Status Code Profiles"
                ],
                "summary":"Create a Status Code Profile",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/statusCodeProfiles"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/statusCodeProfiles"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"statusCodeProfiles-post",
                "x-filename-id":"statuscodeprofiles-post"
            }
        },
        "/statusCodeProfiles/{bsStatusCodeProfileGid}":{
            "parameters":[
                {
                    "name":"bsStatusCodeProfileGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Status Code Profiles"
                ],
                "summary":"Get a Status Code Profile",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/statusCodeProfiles"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"statusCodeProfiles-{bsStatusCodeProfileGid}-get",
                "x-filename-id":"statuscodeprofiles-bsstatuscodeprofilegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Status Code Profiles"
                ],
                "summary":"Delete a Status Code Profile",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"statusCodeProfiles-{bsStatusCodeProfileGid}-delete",
                "x-filename-id":"statuscodeprofiles-bsstatuscodeprofilegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Status Code Profiles"
                ],
                "summary":"Update a Status Code Profile",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"statusCodeProfiles-{bsStatusCodeProfileGid}-patch",
                "x-filename-id":"statuscodeprofiles-bsstatuscodeprofilegid-patch"
            }
        },
        "/statusCodeProfiles/{bsStatusCodeProfileGid}/details":{
            "parameters":[
                {
                    "name":"bsStatusCodeProfileGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Status Code Profiles/Details"
                ],
                "summary":"Get Details",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/statusCodeProfiles.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"statusCodeProfiles-{bsStatusCodeProfileGid}-details-get",
                "x-filename-id":"statuscodeprofiles-bsstatuscodeprofilegid-details-get"
            },
            "post":{
                "tags":[
                    "Power Data/Status Code Profiles/Details"
                ],
                "summary":"Create a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/statusCodeProfiles.details"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/statusCodeProfiles.details"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/statusCodeProfiles.details"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/statusCodeProfiles.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"statusCodeProfiles-{bsStatusCodeProfileGid}-details-post",
                "x-filename-id":"statuscodeprofiles-bsstatuscodeprofilegid-details-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Status Code Profiles/Details"
                ],
                "summary":"Update Details",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"statusCodeProfiles-{bsStatusCodeProfileGid}-details-patch",
                "x-filename-id":"statuscodeprofiles-bsstatuscodeprofilegid-details-patch"
            }
        },
        "/statusCodeProfiles/{bsStatusCodeProfileGid}/details/{bsStatusCodeGid}":{
            "parameters":[
                {
                    "name":"bsStatusCodeProfileGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"bsStatusCodeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Status Code Profiles/Details"
                ],
                "summary":"Get a Detail",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/statusCodeProfiles.details"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"statusCodeProfiles-{bsStatusCodeProfileGid}-details-{bsStatusCodeGid}-get",
                "x-filename-id":"statuscodeprofiles-bsstatuscodeprofilegid-details-bsstatuscodegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Status Code Profiles/Details"
                ],
                "summary":"Delete a Detail",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"statusCodeProfiles-{bsStatusCodeProfileGid}-details-{bsStatusCodeGid}-delete",
                "x-filename-id":"statuscodeprofiles-bsstatuscodeprofilegid-details-bsstatuscodegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Status Code Profiles/Details"
                ],
                "summary":"Update a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"statusCodeProfiles-{bsStatusCodeProfileGid}-details-{bsStatusCodeGid}-patch",
                "x-filename-id":"statuscodeprofiles-bsstatuscodeprofilegid-details-bsstatuscodegid-patch"
            }
        },
        "/skuQuantityTypes":{
            "get":{
                "tags":[
                    "Power Data/Bucket Types"
                ],
                "summary":"Get Bucket Types",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/skuQuantityTypes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"skuQuantityTypes-get",
                "x-filename-id":"skuquantitytypes-get"
            },
            "post":{
                "tags":[
                    "Power Data/Bucket Types"
                ],
                "summary":"Create a Bucket Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/skuQuantityTypes"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/skuQuantityTypes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"skuQuantityTypes-post",
                "x-filename-id":"skuquantitytypes-post"
            }
        },
        "/skuQuantityTypes/{skuQuantityTypeGid}":{
            "parameters":[
                {
                    "name":"skuQuantityTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Bucket Types"
                ],
                "summary":"Get a Bucket Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/skuQuantityTypes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"skuQuantityTypes-{skuQuantityTypeGid}-get",
                "x-filename-id":"skuquantitytypes-skuquantitytypegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Bucket Types"
                ],
                "summary":"Delete a Bucket Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"skuQuantityTypes-{skuQuantityTypeGid}-delete",
                "x-filename-id":"skuquantitytypes-skuquantitytypegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Bucket Types"
                ],
                "summary":"Update a Bucket Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"skuQuantityTypes-{skuQuantityTypeGid}-patch",
                "x-filename-id":"skuquantitytypes-skuquantitytypegid-patch"
            }
        },
        "/skuQuantityTypes/{skuQuantityTypeGid}/skuQuantityTypeHierarchies":{
            "parameters":[
                {
                    "name":"skuQuantityTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Bucket Types/Child Bucket Types"
                ],
                "summary":"Get Child Bucket Types",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/skuQuantityTypes.skuQuantityTypeHierarchies"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"skuQuantityTypes-{skuQuantityTypeGid}-skuQuantityTypeHierarchies-get",
                "x-filename-id":"skuquantitytypes-skuquantitytypegid-skuquantitytypehierarchies-get"
            },
            "post":{
                "tags":[
                    "Power Data/Bucket Types/Child Bucket Types"
                ],
                "summary":"Create a Child Bucket Type",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/skuQuantityTypes.skuQuantityTypeHierarchies"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/skuQuantityTypes.skuQuantityTypeHierarchies"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/skuQuantityTypes.skuQuantityTypeHierarchies"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/skuQuantityTypes.skuQuantityTypeHierarchies"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"skuQuantityTypes-{skuQuantityTypeGid}-skuQuantityTypeHierarchies-post",
                "x-filename-id":"skuquantitytypes-skuquantitytypegid-skuquantitytypehierarchies-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Bucket Types/Child Bucket Types"
                ],
                "summary":"Update Child Bucket Types",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"skuQuantityTypes-{skuQuantityTypeGid}-skuQuantityTypeHierarchies-patch",
                "x-filename-id":"skuquantitytypes-skuquantitytypegid-skuquantitytypehierarchies-patch"
            }
        },
        "/skuQuantityTypes/{skuQuantityTypeGid}/skuQuantityTypeHierarchies/{childSkuQuantityTypeGid}":{
            "parameters":[
                {
                    "name":"skuQuantityTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"childSkuQuantityTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Bucket Types/Child Bucket Types"
                ],
                "summary":"Get a Child Bucket Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/skuQuantityTypes.skuQuantityTypeHierarchies"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"skuQuantityTypes-{skuQuantityTypeGid}-skuQuantityTypeHierarchies-{childSkuQuantityTypeGid}-get",
                "x-filename-id":"skuquantitytypes-skuquantitytypegid-skuquantitytypehierarchies-childskuquantitytypegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Bucket Types/Child Bucket Types"
                ],
                "summary":"Delete a Child Bucket Type",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"skuQuantityTypes-{skuQuantityTypeGid}-skuQuantityTypeHierarchies-{childSkuQuantityTypeGid}-delete",
                "x-filename-id":"skuquantitytypes-skuquantitytypegid-skuquantitytypehierarchies-childskuquantitytypegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Bucket Types/Child Bucket Types"
                ],
                "summary":"Update a Child Bucket Type",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"skuQuantityTypes-{skuQuantityTypeGid}-skuQuantityTypeHierarchies-{childSkuQuantityTypeGid}-patch",
                "x-filename-id":"skuquantitytypes-skuquantitytypegid-skuquantitytypehierarchies-childskuquantitytypegid-patch"
            }
        },
        "/rateDistanceTypes":{
            "get":{
                "tags":[
                    "Power Data/Rate Distance Types"
                ],
                "summary":"Get Rate Distance Types",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/rateDistanceTypes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateDistanceTypes-get",
                "x-filename-id":"ratedistancetypes-get"
            }
        },
        "/rateDistanceTypes/{rateDistanceTy}":{
            "parameters":[
                {
                    "name":"rateDistanceTy",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Rate Distance Types"
                ],
                "summary":"Get a Rate Distance Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateDistanceTypes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateDistanceTypes-{rateDistanceTy}-get",
                "x-filename-id":"ratedistancetypes-ratedistancety-get"
            }
        },
        "/tradePolicyQualifiers":{
            "get":{
                "tags":[
                    "Power Data/Trade Policy Qualifiers"
                ],
                "summary":"Get Trade Policy Qualifiers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradePolicyQualifiers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradePolicyQualifiers-get",
                "x-filename-id":"tradepolicyqualifiers-get"
            },
            "post":{
                "tags":[
                    "Power Data/Trade Policy Qualifiers"
                ],
                "summary":"Create a Trade Policy Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradePolicyQualifiers"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradePolicyQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradePolicyQualifiers-post",
                "x-filename-id":"tradepolicyqualifiers-post"
            }
        },
        "/tradePolicyQualifiers/{gtmPolicyQualifierGid}":{
            "parameters":[
                {
                    "name":"gtmPolicyQualifierGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Trade Policy Qualifiers"
                ],
                "summary":"Get a Trade Policy Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradePolicyQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradePolicyQualifiers-{gtmPolicyQualifierGid}-get",
                "x-filename-id":"tradepolicyqualifiers-gtmpolicyqualifiergid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Trade Policy Qualifiers"
                ],
                "summary":"Delete a Trade Policy Qualifier",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradePolicyQualifiers-{gtmPolicyQualifierGid}-delete",
                "x-filename-id":"tradepolicyqualifiers-gtmpolicyqualifiergid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Trade Policy Qualifiers"
                ],
                "summary":"Update a Trade Policy Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradePolicyQualifiers-{gtmPolicyQualifierGid}-patch",
                "x-filename-id":"tradepolicyqualifiers-gtmpolicyqualifiergid-patch"
            }
        },
        "/portQualifiers":{
            "get":{
                "tags":[
                    "Power Data/Port Qualifiers"
                ],
                "summary":"Get Port Qualifiers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/portQualifiers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"portQualifiers-get",
                "x-filename-id":"portqualifiers-get"
            },
            "post":{
                "tags":[
                    "Power Data/Port Qualifiers"
                ],
                "summary":"Create a Port Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/portQualifiers"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/portQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"portQualifiers-post",
                "x-filename-id":"portqualifiers-post"
            }
        },
        "/portQualifiers/{gtmPortQualifierGid}":{
            "parameters":[
                {
                    "name":"gtmPortQualifierGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Port Qualifiers"
                ],
                "summary":"Get a Port Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/portQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"portQualifiers-{gtmPortQualifierGid}-get",
                "x-filename-id":"portqualifiers-gtmportqualifiergid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Port Qualifiers"
                ],
                "summary":"Delete a Port Qualifier",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"portQualifiers-{gtmPortQualifierGid}-delete",
                "x-filename-id":"portqualifiers-gtmportqualifiergid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Port Qualifiers"
                ],
                "summary":"Update a Port Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"portQualifiers-{gtmPortQualifierGid}-patch",
                "x-filename-id":"portqualifiers-gtmportqualifiergid-patch"
            }
        },
        "/locationResourceGroups":{
            "get":{
                "tags":[
                    "Power Data/Location Resource Groups"
                ],
                "summary":"Get Location Resource Groups",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/locationResourceGroups"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locationResourceGroups-get",
                "x-filename-id":"locationresourcegroups-get"
            },
            "post":{
                "tags":[
                    "Power Data/Location Resource Groups"
                ],
                "summary":"Create a Location Resource Group",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/locationResourceGroups"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/locationResourceGroups"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locationResourceGroups-post",
                "x-filename-id":"locationresourcegroups-post"
            }
        },
        "/locationResourceGroups/{locationResourceGroupGid}":{
            "parameters":[
                {
                    "name":"locationResourceGroupGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Location Resource Groups"
                ],
                "summary":"Get a Location Resource Group",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/locationResourceGroups"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locationResourceGroups-{locationResourceGroupGid}-get",
                "x-filename-id":"locationresourcegroups-locationresourcegroupgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Location Resource Groups"
                ],
                "summary":"Delete a Location Resource Group",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"locationResourceGroups-{locationResourceGroupGid}-delete",
                "x-filename-id":"locationresourcegroups-locationresourcegroupgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Location Resource Groups"
                ],
                "summary":"Update a Location Resource Group",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"locationResourceGroups-{locationResourceGroupGid}-patch",
                "x-filename-id":"locationresourcegroups-locationresourcegroupgid-patch"
            }
        },
        "/locationResourceGroups/{locationResourceGroupGid}/locations":{
            "parameters":[
                {
                    "name":"locationResourceGroupGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Location Resource Groups/Locations"
                ],
                "summary":"Get Locations",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/locationResourceGroups.locations"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locationResourceGroups-{locationResourceGroupGid}-locations-get",
                "x-filename-id":"locationresourcegroups-locationresourcegroupgid-locations-get"
            },
            "post":{
                "tags":[
                    "Power Data/Location Resource Groups/Locations"
                ],
                "summary":"Create a Location",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/locationResourceGroups.locations"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/locationResourceGroups.locations"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/locationResourceGroups.locations"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/locationResourceGroups.locations"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locationResourceGroups-{locationResourceGroupGid}-locations-post",
                "x-filename-id":"locationresourcegroups-locationresourcegroupgid-locations-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Location Resource Groups/Locations"
                ],
                "summary":"Update Locations",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"locationResourceGroups-{locationResourceGroupGid}-locations-patch",
                "x-filename-id":"locationresourcegroups-locationresourcegroupgid-locations-patch"
            }
        },
        "/locationResourceGroups/{locationResourceGroupGid}/locations/{locationGid}":{
            "parameters":[
                {
                    "name":"locationResourceGroupGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"locationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Location Resource Groups/Locations"
                ],
                "summary":"Get a Location",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/locationResourceGroups.locations"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locationResourceGroups-{locationResourceGroupGid}-locations-{locationGid}-get",
                "x-filename-id":"locationresourcegroups-locationresourcegroupgid-locations-locationgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Location Resource Groups/Locations"
                ],
                "summary":"Delete a Location",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"locationResourceGroups-{locationResourceGroupGid}-locations-{locationGid}-delete",
                "x-filename-id":"locationresourcegroups-locationresourcegroupgid-locations-locationgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Location Resource Groups/Locations"
                ],
                "summary":"Update a Location",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"locationResourceGroups-{locationResourceGroupGid}-locations-{locationGid}-patch",
                "x-filename-id":"locationresourcegroups-locationresourcegroupgid-locations-locationgid-patch"
            }
        },
        "/locationResourceGroups/{locationResourceGroupGid}/locations/{locationGid}/appointmentRuleSets":{
            "parameters":[
                {
                    "name":"locationResourceGroupGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"locationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Location Resource Groups/Locations/Appointment Rule Sets"
                ],
                "summary":"Get Appointment Rule Sets",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/locationResourceGroups.locations.appointmentRuleSets"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locationResourceGroups-{locationResourceGroupGid}-locations-{locationGid}-appointmentRuleSets-get",
                "x-filename-id":"locationresourcegroups-locationresourcegroupgid-locations-locationgid-appointmentrulesets-get"
            },
            "post":{
                "tags":[
                    "Power Data/Location Resource Groups/Locations/Appointment Rule Sets"
                ],
                "summary":"Create an Appointment Rule Set",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/locationResourceGroups.locations.appointmentRuleSets"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/locationResourceGroups.locations.appointmentRuleSets"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/locationResourceGroups.locations.appointmentRuleSets"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/locationResourceGroups.locations.appointmentRuleSets"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locationResourceGroups-{locationResourceGroupGid}-locations-{locationGid}-appointmentRuleSets-post",
                "x-filename-id":"locationresourcegroups-locationresourcegroupgid-locations-locationgid-appointmentrulesets-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Location Resource Groups/Locations/Appointment Rule Sets"
                ],
                "summary":"Update Appointment Rule Sets",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"locationResourceGroups-{locationResourceGroupGid}-locations-{locationGid}-appointmentRuleSets-patch",
                "x-filename-id":"locationresourcegroups-locationresourcegroupgid-locations-locationgid-appointmentrulesets-patch"
            }
        },
        "/locationResourceGroups/{locationResourceGroupGid}/locations/{locationGid}/appointmentRuleSets/{apptRuleSetGid}":{
            "parameters":[
                {
                    "name":"locationResourceGroupGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"locationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"apptRuleSetGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Location Resource Groups/Locations/Appointment Rule Sets"
                ],
                "summary":"Get an Appointment Rule Set",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/locationResourceGroups.locations.appointmentRuleSets"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locationResourceGroups-{locationResourceGroupGid}-locations-{locationGid}-appointmentRuleSets-{apptRuleSetGid}-get",
                "x-filename-id":"locationresourcegroups-locationresourcegroupgid-locations-locationgid-appointmentrulesets-apptrulesetgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Location Resource Groups/Locations/Appointment Rule Sets"
                ],
                "summary":"Delete an Appointment Rule Set",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"locationResourceGroups-{locationResourceGroupGid}-locations-{locationGid}-appointmentRuleSets-{apptRuleSetGid}-delete",
                "x-filename-id":"locationresourcegroups-locationresourcegroupgid-locations-locationgid-appointmentrulesets-apptrulesetgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Location Resource Groups/Locations/Appointment Rule Sets"
                ],
                "summary":"Update an Appointment Rule Set",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"locationResourceGroups-{locationResourceGroupGid}-locations-{locationGid}-appointmentRuleSets-{apptRuleSetGid}-patch",
                "x-filename-id":"locationresourcegroups-locationresourcegroupgid-locations-locationgid-appointmentrulesets-apptrulesetgid-patch"
            }
        },
        "/custom-actions/diagnosticTreeNodeByKeyword":{
            "post":{
                "tags":[
                    "Actions/Business Queries/Diagnostics"
                ],
                "summary":"Retrieve diagnostic tree node data by keyword search",
                "description":"Returns the diagnostic tree node details for given matching search keyword. A search is conducted on entire node data, like status, remarks, process name, and entities.",
                "requestBody":{
                    "content":{
                        "application/json":{
                            "schema":{
                                "$ref":"#/components/schemas/DiagnosticTreeNodeByKeywordRequest"
                            }
                        }
                    }
                },
                "responses":{
                    "200":{
                        "description":"Success! A successful POST method returns a 200 status code.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/DiagnosticTreeNodeByKeywordResponse"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"custom-actions-diagnosticTreeNodeByKeyword-post",
                "x-filename-id":"custom-actions-diagnostictreenodebykeyword-post"
            }
        },
        "/statusTypes":{
            "get":{
                "tags":[
                    "Power Data/Status Types"
                ],
                "summary":"Get Status Types",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/statusTypes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"statusTypes-get",
                "x-filename-id":"statustypes-get"
            },
            "post":{
                "tags":[
                    "Power Data/Status Types"
                ],
                "summary":"Create a Status Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/statusTypes"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/statusTypes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"statusTypes-post",
                "x-filename-id":"statustypes-post"
            }
        },
        "/statusTypes/{statusTypeGid}":{
            "parameters":[
                {
                    "name":"statusTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Status Types"
                ],
                "summary":"Get a Status Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/statusTypes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"statusTypes-{statusTypeGid}-get",
                "x-filename-id":"statustypes-statustypegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Status Types"
                ],
                "summary":"Delete a Status Type",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"statusTypes-{statusTypeGid}-delete",
                "x-filename-id":"statustypes-statustypegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Status Types"
                ],
                "summary":"Update a Status Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"statusTypes-{statusTypeGid}-patch",
                "x-filename-id":"statustypes-statustypegid-patch"
            }
        },
        "/statusTypes/{statusTypeGid}/statusValues":{
            "parameters":[
                {
                    "name":"statusTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Status Types/Status Values"
                ],
                "summary":"Get Status Values",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/statusTypes.statusValues"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"statusTypes-{statusTypeGid}-statusValues-get",
                "x-filename-id":"statustypes-statustypegid-statusvalues-get"
            },
            "post":{
                "tags":[
                    "Power Data/Status Types/Status Values"
                ],
                "summary":"Create a Status Value",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/statusTypes.statusValues"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/statusTypes.statusValues"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/statusTypes.statusValues"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/statusTypes.statusValues"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"statusTypes-{statusTypeGid}-statusValues-post",
                "x-filename-id":"statustypes-statustypegid-statusvalues-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Status Types/Status Values"
                ],
                "summary":"Update Status Values",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"statusTypes-{statusTypeGid}-statusValues-patch",
                "x-filename-id":"statustypes-statustypegid-statusvalues-patch"
            }
        },
        "/statusTypes/{statusTypeGid}/statusValues/{statusValueGid}":{
            "parameters":[
                {
                    "name":"statusTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"statusValueGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Status Types/Status Values"
                ],
                "summary":"Get a Status Value",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/statusTypes.statusValues"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"statusTypes-{statusTypeGid}-statusValues-{statusValueGid}-get",
                "x-filename-id":"statustypes-statustypegid-statusvalues-statusvaluegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Status Types/Status Values"
                ],
                "summary":"Delete a Status Value",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"statusTypes-{statusTypeGid}-statusValues-{statusValueGid}-delete",
                "x-filename-id":"statustypes-statustypegid-statusvalues-statusvaluegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Status Types/Status Values"
                ],
                "summary":"Update a Status Value",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"statusTypes-{statusTypeGid}-statusValues-{statusValueGid}-patch",
                "x-filename-id":"statustypes-statustypegid-statusvalues-statusvaluegid-patch"
            }
        },
        "/productClassificationPenaltyUnstacks":{
            "get":{
                "tags":[
                    "Power Data/Product Classification Penalty Unstack Rules"
                ],
                "summary":"Get Product Classification Penalty Unstack Rules",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/productClassificationPenaltyUnstacks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"productClassificationPenaltyUnstacks-get",
                "x-filename-id":"productclassificationpenaltyunstacks-get"
            },
            "post":{
                "tags":[
                    "Power Data/Product Classification Penalty Unstack Rules"
                ],
                "summary":"Create a Product Classification Penalty Unstack Rule",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/productClassificationPenaltyUnstacks"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/productClassificationPenaltyUnstacks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"productClassificationPenaltyUnstacks-post",
                "x-filename-id":"productclassificationpenaltyunstacks-post"
            }
        },
        "/productClassificationPenaltyUnstacks/{gtmProdClassCodeGidxexemptedByCode}":{
            "parameters":[
                {
                    "name":"gtmProdClassCodeGidxexemptedByCode",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Product Classification Penalty Unstack Rules"
                ],
                "summary":"Get a Product Classification Penalty Unstack Rule",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/productClassificationPenaltyUnstacks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"productClassificationPenaltyUnstacks-{gtmProdClassCodeGidxexemptedByCode}-get",
                "x-filename-id":"productclassificationpenaltyunstacks-gtmprodclasscodegidxexemptedbycode-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Product Classification Penalty Unstack Rules"
                ],
                "summary":"Delete a Product Classification Penalty Unstack Rule",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"productClassificationPenaltyUnstacks-{gtmProdClassCodeGidxexemptedByCode}-delete",
                "x-filename-id":"productclassificationpenaltyunstacks-gtmprodclasscodegidxexemptedbycode-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Product Classification Penalty Unstack Rules"
                ],
                "summary":"Update a Product Classification Penalty Unstack Rule",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"productClassificationPenaltyUnstacks-{gtmProdClassCodeGidxexemptedByCode}-patch",
                "x-filename-id":"productclassificationpenaltyunstacks-gtmprodclasscodegidxexemptedbycode-patch"
            }
        },
        "/itemClassificationReferenceNumberQualifiers":{
            "get":{
                "tags":[
                    "Power Data/Item Classification Reference Number Qualifiers"
                ],
                "summary":"Get Item Classification Reference Number Qualifiers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itemClassificationReferenceNumberQualifiers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemClassificationReferenceNumberQualifiers-get",
                "x-filename-id":"itemclassificationreferencenumberqualifiers-get"
            },
            "post":{
                "tags":[
                    "Power Data/Item Classification Reference Number Qualifiers"
                ],
                "summary":"Create an Item Classification Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/itemClassificationReferenceNumberQualifiers"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemClassificationReferenceNumberQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemClassificationReferenceNumberQualifiers-post",
                "x-filename-id":"itemclassificationreferencenumberqualifiers-post"
            }
        },
        "/itemClassificationReferenceNumberQualifiers/{gtmItemClassRefnumQualGid}":{
            "parameters":[
                {
                    "name":"gtmItemClassRefnumQualGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Item Classification Reference Number Qualifiers"
                ],
                "summary":"Get an Item Classification Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemClassificationReferenceNumberQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemClassificationReferenceNumberQualifiers-{gtmItemClassRefnumQualGid}-get",
                "x-filename-id":"itemclassificationreferencenumberqualifiers-gtmitemclassrefnumqualgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Item Classification Reference Number Qualifiers"
                ],
                "summary":"Delete an Item Classification Reference Number Qualifier",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemClassificationReferenceNumberQualifiers-{gtmItemClassRefnumQualGid}-delete",
                "x-filename-id":"itemclassificationreferencenumberqualifiers-gtmitemclassrefnumqualgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Item Classification Reference Number Qualifiers"
                ],
                "summary":"Update an Item Classification Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemClassificationReferenceNumberQualifiers-{gtmItemClassRefnumQualGid}-patch",
                "x-filename-id":"itemclassificationreferencenumberqualifiers-gtmitemclassrefnumqualgid-patch"
            }
        },
        "/activities":{
            "get":{
                "tags":[
                    "Power Data/Activities"
                ],
                "summary":"Get Activities",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/activities"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"activities-get",
                "x-filename-id":"activities-get"
            },
            "post":{
                "tags":[
                    "Power Data/Activities"
                ],
                "summary":"Create an Activity",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/activities"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/activities"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"activities-post",
                "x-filename-id":"activities-post"
            }
        },
        "/activities/{activityGid}":{
            "parameters":[
                {
                    "name":"activityGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Activities"
                ],
                "summary":"Get an Activity",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/activities"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"activities-{activityGid}-get",
                "x-filename-id":"activities-activitygid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Activities"
                ],
                "summary":"Delete an Activity",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"activities-{activityGid}-delete",
                "x-filename-id":"activities-activitygid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Activities"
                ],
                "summary":"Update an Activity",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"activities-{activityGid}-patch",
                "x-filename-id":"activities-activitygid-patch"
            }
        },
        "/rateGroups":{
            "get":{
                "tags":[
                    "Power Data/Rate Groups"
                ],
                "summary":"Get Rate Groups",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/rateGroups"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateGroups-get",
                "x-filename-id":"rategroups-get"
            },
            "post":{
                "tags":[
                    "Power Data/Rate Groups"
                ],
                "summary":"Create a Rate Group",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/rateGroups"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateGroups"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateGroups-post",
                "x-filename-id":"rategroups-post"
            }
        },
        "/rateGroups/{rateGroupGid}":{
            "parameters":[
                {
                    "name":"rateGroupGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Rate Groups"
                ],
                "summary":"Get a Rate Group",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateGroups"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateGroups-{rateGroupGid}-get",
                "x-filename-id":"rategroups-rategroupgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Rate Groups"
                ],
                "summary":"Delete a Rate Group",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rateGroups-{rateGroupGid}-delete",
                "x-filename-id":"rategroups-rategroupgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Rate Groups"
                ],
                "summary":"Update a Rate Group",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rateGroups-{rateGroupGid}-patch",
                "x-filename-id":"rategroups-rategroupgid-patch"
            }
        },
        "/uoms":{
            "get":{
                "tags":[
                    "Power Data/Units Of Measures"
                ],
                "summary":"Get Units Of Measures",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/uoms"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"uoms-get",
                "x-filename-id":"uoms-get"
            }
        },
        "/uoms/{typexuomCode}":{
            "parameters":[
                {
                    "name":"typexuomCode",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Units Of Measures"
                ],
                "summary":"Get an Units Of Measure",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/uoms"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"uoms-{typexuomCode}-get",
                "x-filename-id":"uoms-typexuomcode-get"
            }
        },
        "/documentTypes":{
            "get":{
                "tags":[
                    "Power Data/Document Types"
                ],
                "summary":"Get Document Types",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/documentTypes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"documentTypes-get",
                "x-filename-id":"documenttypes-get"
            },
            "post":{
                "tags":[
                    "Power Data/Document Types"
                ],
                "summary":"Create a Document Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/documentTypes"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/documentTypes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"documentTypes-post",
                "x-filename-id":"documenttypes-post"
            }
        },
        "/documentTypes/{documentDefGid}":{
            "parameters":[
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Document Types"
                ],
                "summary":"Get a Document Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/documentTypes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"documentTypes-{documentDefGid}-get",
                "x-filename-id":"documenttypes-documentdefgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Document Types"
                ],
                "summary":"Delete a Document Type",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"documentTypes-{documentDefGid}-delete",
                "x-filename-id":"documenttypes-documentdefgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Document Types"
                ],
                "summary":"Update a Document Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"documentTypes-{documentDefGid}-patch",
                "x-filename-id":"documenttypes-documentdefgid-patch"
            }
        },
        "/documentTypes/{documentDefGid}/texts":{
            "parameters":[
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Document Types/Texts"
                ],
                "summary":"Get Texts",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/documentTypes.texts"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"documentTypes-{documentDefGid}-texts-get",
                "x-filename-id":"documenttypes-documentdefgid-texts-get"
            },
            "post":{
                "tags":[
                    "Power Data/Document Types/Texts"
                ],
                "summary":"Create a Text",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/documentTypes.texts"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/documentTypes.texts"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/documentTypes.texts"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/documentTypes.texts"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"documentTypes-{documentDefGid}-texts-post",
                "x-filename-id":"documenttypes-documentdefgid-texts-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Document Types/Texts"
                ],
                "summary":"Update Texts",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"documentTypes-{documentDefGid}-texts-patch",
                "x-filename-id":"documenttypes-documentdefgid-texts-patch"
            }
        },
        "/documentTypes/{documentDefGid}/texts/{textTemplateGid}":{
            "parameters":[
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"textTemplateGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Document Types/Texts"
                ],
                "summary":"Get a Text",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/documentTypes.texts"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"documentTypes-{documentDefGid}-texts-{textTemplateGid}-get",
                "x-filename-id":"documenttypes-documentdefgid-texts-texttemplategid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Document Types/Texts"
                ],
                "summary":"Delete a Text",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"documentTypes-{documentDefGid}-texts-{textTemplateGid}-delete",
                "x-filename-id":"documenttypes-documentdefgid-texts-texttemplategid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Document Types/Texts"
                ],
                "summary":"Update a Text",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"documentTypes-{documentDefGid}-texts-{textTemplateGid}-patch",
                "x-filename-id":"documenttypes-documentdefgid-texts-texttemplategid-patch"
            }
        },
        "/documentTypes/{documentDefGid}/printerDocuments":{
            "parameters":[
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Document Types/Printer Documents"
                ],
                "summary":"Get Printer Documents",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/documentTypes.printerDocuments"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"documentTypes-{documentDefGid}-printerDocuments-get",
                "x-filename-id":"documenttypes-documentdefgid-printerdocuments-get"
            },
            "post":{
                "tags":[
                    "Power Data/Document Types/Printer Documents"
                ],
                "summary":"Create a Printer Document",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/documentTypes.printerDocuments"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/documentTypes.printerDocuments"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/documentTypes.printerDocuments"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/documentTypes.printerDocuments"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"documentTypes-{documentDefGid}-printerDocuments-post",
                "x-filename-id":"documenttypes-documentdefgid-printerdocuments-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Document Types/Printer Documents"
                ],
                "summary":"Update Printer Documents",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"documentTypes-{documentDefGid}-printerDocuments-patch",
                "x-filename-id":"documenttypes-documentdefgid-printerdocuments-patch"
            }
        },
        "/documentTypes/{documentDefGid}/printerDocuments/{ippPrinterGid}":{
            "parameters":[
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"ippPrinterGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Document Types/Printer Documents"
                ],
                "summary":"Get a Printer Document",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/documentTypes.printerDocuments"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"documentTypes-{documentDefGid}-printerDocuments-{ippPrinterGid}-get",
                "x-filename-id":"documenttypes-documentdefgid-printerdocuments-ippprintergid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Document Types/Printer Documents"
                ],
                "summary":"Delete a Printer Document",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"documentTypes-{documentDefGid}-printerDocuments-{ippPrinterGid}-delete",
                "x-filename-id":"documenttypes-documentdefgid-printerdocuments-ippprintergid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Document Types/Printer Documents"
                ],
                "summary":"Update a Printer Document",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"documentTypes-{documentDefGid}-printerDocuments-{ippPrinterGid}-patch",
                "x-filename-id":"documenttypes-documentdefgid-printerdocuments-ippprintergid-patch"
            }
        },
        "/documentTypes/{documentDefGid}/checks":{
            "parameters":[
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Document Types/Checks"
                ],
                "summary":"Get Checks",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/documentTypes.checks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"documentTypes-{documentDefGid}-checks-get",
                "x-filename-id":"documenttypes-documentdefgid-checks-get"
            },
            "post":{
                "tags":[
                    "Power Data/Document Types/Checks"
                ],
                "summary":"Create a Check",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/documentTypes.checks"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/documentTypes.checks"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/documentTypes.checks"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/documentTypes.checks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"documentTypes-{documentDefGid}-checks-post",
                "x-filename-id":"documenttypes-documentdefgid-checks-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Document Types/Checks"
                ],
                "summary":"Update Checks",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"documentTypes-{documentDefGid}-checks-patch",
                "x-filename-id":"documenttypes-documentdefgid-checks-patch"
            }
        },
        "/documentTypes/{documentDefGid}/checks/{documentDefCheckGid}":{
            "parameters":[
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefCheckGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Document Types/Checks"
                ],
                "summary":"Get a Check",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/documentTypes.checks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"documentTypes-{documentDefGid}-checks-{documentDefCheckGid}-get",
                "x-filename-id":"documenttypes-documentdefgid-checks-documentdefcheckgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Document Types/Checks"
                ],
                "summary":"Delete a Check",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"documentTypes-{documentDefGid}-checks-{documentDefCheckGid}-delete",
                "x-filename-id":"documenttypes-documentdefgid-checks-documentdefcheckgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Document Types/Checks"
                ],
                "summary":"Update a Check",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"documentTypes-{documentDefGid}-checks-{documentDefCheckGid}-patch",
                "x-filename-id":"documenttypes-documentdefgid-checks-documentdefcheckgid-patch"
            }
        },
        "/documentTypes/{documentDefGid}/cmsParameters":{
            "parameters":[
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Document Types/CMS Parameters"
                ],
                "summary":"Get CMS Parameters",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/documentTypes.cmsParameters"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"documentTypes-{documentDefGid}-cmsParameters-get",
                "x-filename-id":"documenttypes-documentdefgid-cmsparameters-get"
            },
            "post":{
                "tags":[
                    "Power Data/Document Types/CMS Parameters"
                ],
                "summary":"Create a CMS Parameter",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/documentTypes.cmsParameters"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/documentTypes.cmsParameters"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/documentTypes.cmsParameters"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/documentTypes.cmsParameters"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"documentTypes-{documentDefGid}-cmsParameters-post",
                "x-filename-id":"documenttypes-documentdefgid-cmsparameters-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Document Types/CMS Parameters"
                ],
                "summary":"Update CMS Parameters",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"documentTypes-{documentDefGid}-cmsParameters-patch",
                "x-filename-id":"documenttypes-documentdefgid-cmsparameters-patch"
            }
        },
        "/documentTypes/{documentDefGid}/cmsParameters/{paramName}":{
            "parameters":[
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"paramName",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Document Types/CMS Parameters"
                ],
                "summary":"Get a CMS Parameter",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/documentTypes.cmsParameters"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"documentTypes-{documentDefGid}-cmsParameters-{paramName}-get",
                "x-filename-id":"documenttypes-documentdefgid-cmsparameters-paramname-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Document Types/CMS Parameters"
                ],
                "summary":"Delete a CMS Parameter",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"documentTypes-{documentDefGid}-cmsParameters-{paramName}-delete",
                "x-filename-id":"documenttypes-documentdefgid-cmsparameters-paramname-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Document Types/CMS Parameters"
                ],
                "summary":"Update a CMS Parameter",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"documentTypes-{documentDefGid}-cmsParameters-{paramName}-patch",
                "x-filename-id":"documenttypes-documentdefgid-cmsparameters-paramname-patch"
            }
        },
        "/documentTypes/{documentDefGid}/ownerDetails":{
            "parameters":[
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Document Types/Owner Details"
                ],
                "summary":"Get Owner Details",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/documentTypes.ownerDetails"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"documentTypes-{documentDefGid}-ownerDetails-get",
                "x-filename-id":"documenttypes-documentdefgid-ownerdetails-get"
            },
            "post":{
                "tags":[
                    "Power Data/Document Types/Owner Details"
                ],
                "summary":"Create an Owner Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/documentTypes.ownerDetails"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/documentTypes.ownerDetails"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/documentTypes.ownerDetails"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/documentTypes.ownerDetails"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"documentTypes-{documentDefGid}-ownerDetails-post",
                "x-filename-id":"documenttypes-documentdefgid-ownerdetails-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Document Types/Owner Details"
                ],
                "summary":"Update Owner Details",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"documentTypes-{documentDefGid}-ownerDetails-patch",
                "x-filename-id":"documenttypes-documentdefgid-ownerdetails-patch"
            }
        },
        "/documentTypes/{documentDefGid}/ownerDetails/{ownerDataQueryTypeGid}":{
            "parameters":[
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"ownerDataQueryTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Document Types/Owner Details"
                ],
                "summary":"Get an Owner Detail",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/documentTypes.ownerDetails"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"documentTypes-{documentDefGid}-ownerDetails-{ownerDataQueryTypeGid}-get",
                "x-filename-id":"documenttypes-documentdefgid-ownerdetails-ownerdataquerytypegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Document Types/Owner Details"
                ],
                "summary":"Delete an Owner Detail",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"documentTypes-{documentDefGid}-ownerDetails-{ownerDataQueryTypeGid}-delete",
                "x-filename-id":"documenttypes-documentdefgid-ownerdetails-ownerdataquerytypegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Document Types/Owner Details"
                ],
                "summary":"Update an Owner Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"documentTypes-{documentDefGid}-ownerDetails-{ownerDataQueryTypeGid}-patch",
                "x-filename-id":"documenttypes-documentdefgid-ownerdetails-ownerdataquerytypegid-patch"
            }
        },
        "/processingCodes":{
            "get":{
                "tags":[
                    "Power Data/Processing Codes"
                ],
                "summary":"Get Processing Codes",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/processingCodes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"processingCodes-get",
                "x-filename-id":"processingcodes-get"
            }
        },
        "/processingCodes/{processingCodeGid}":{
            "parameters":[
                {
                    "name":"processingCodeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Processing Codes"
                ],
                "summary":"Get a Processing Code",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/processingCodes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"processingCodes-{processingCodeGid}-get",
                "x-filename-id":"processingcodes-processingcodegid-get"
            }
        },
        "/leaseEquipments":{
            "get":{
                "tags":[
                    "Power Data/Lease Equipment"
                ],
                "summary":"Get Lease Equipment",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/leaseEquipments"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"leaseEquipments-get",
                "x-filename-id":"leaseequipments-get"
            },
            "post":{
                "tags":[
                    "Power Data/Lease Equipment"
                ],
                "summary":"Create a Lease Equipment",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/leaseEquipments"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/leaseEquipments"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"leaseEquipments-post",
                "x-filename-id":"leaseequipments-post"
            }
        },
        "/leaseEquipments/{assetLeaseGidxequipmentGid}":{
            "parameters":[
                {
                    "name":"assetLeaseGidxequipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Lease Equipment"
                ],
                "summary":"Get a Lease Equipment",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/leaseEquipments"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"leaseEquipments-{assetLeaseGidxequipmentGid}-get",
                "x-filename-id":"leaseequipments-assetleasegidxequipmentgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Lease Equipment"
                ],
                "summary":"Delete a Lease Equipment",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"leaseEquipments-{assetLeaseGidxequipmentGid}-delete",
                "x-filename-id":"leaseequipments-assetleasegidxequipmentgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Lease Equipment"
                ],
                "summary":"Update a Lease Equipment",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"leaseEquipments-{assetLeaseGidxequipmentGid}-patch",
                "x-filename-id":"leaseequipments-assetleasegidxequipmentgid-patch"
            }
        },
        "/planningParameterSets":{
            "get":{
                "tags":[
                    "Power Data/Planning Parameter Sets"
                ],
                "summary":"Get Planning Parameter Sets",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/planningParameterSets"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"planningParameterSets-get",
                "x-filename-id":"planningparametersets-get"
            }
        },
        "/planningParameterSets/{planningParameterSetGid}":{
            "parameters":[
                {
                    "name":"planningParameterSetGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Planning Parameter Sets"
                ],
                "summary":"Get a Planning Parameter Set",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/planningParameterSets"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"planningParameterSets-{planningParameterSetGid}-get",
                "x-filename-id":"planningparametersets-planningparametersetgid-get"
            }
        },
        "/planningParameterSets/{planningParameterSetGid}/parameters":{
            "parameters":[
                {
                    "name":"planningParameterSetGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Planning Parameter Sets/Parameters"
                ],
                "summary":"Get Parameters",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/planningParameterSets.parameters"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"planningParameterSets-{planningParameterSetGid}-parameters-get",
                "x-filename-id":"planningparametersets-planningparametersetgid-parameters-get"
            }
        },
        "/planningParameterSets/{planningParameterSetGid}/parameters/{planningParamQualifierGid}":{
            "parameters":[
                {
                    "name":"planningParameterSetGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"planningParamQualifierGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Planning Parameter Sets/Parameters"
                ],
                "summary":"Get a Parameter",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/planningParameterSets.parameters"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"planningParameterSets-{planningParameterSetGid}-parameters-{planningParamQualifierGid}-get",
                "x-filename-id":"planningparametersets-planningparametersetgid-parameters-planningparamqualifiergid-get"
            }
        },
        "/vessels":{
            "get":{
                "tags":[
                    "Power Data/Vessels"
                ],
                "summary":"Get Vessels",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/vessels"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"vessels-get",
                "x-filename-id":"vessels-get"
            },
            "post":{
                "tags":[
                    "Power Data/Vessels"
                ],
                "summary":"Create a Vessel",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/vessels"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/vessels"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"vessels-post",
                "x-filename-id":"vessels-post"
            }
        },
        "/vessels/{vesselGid}":{
            "parameters":[
                {
                    "name":"vesselGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Vessels"
                ],
                "summary":"Get a Vessel",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/vessels"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"vessels-{vesselGid}-get",
                "x-filename-id":"vessels-vesselgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Vessels"
                ],
                "summary":"Delete a Vessel",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"vessels-{vesselGid}-delete",
                "x-filename-id":"vessels-vesselgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Vessels"
                ],
                "summary":"Update a Vessel",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"vessels-{vesselGid}-patch",
                "x-filename-id":"vessels-vesselgid-patch"
            }
        },
        "/vessels/{vesselGid}/refnums":{
            "parameters":[
                {
                    "name":"vesselGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Vessels/Reference Numbers"
                ],
                "summary":"Get Reference Numbers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/vessels.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"vessels-{vesselGid}-refnums-get",
                "x-filename-id":"vessels-vesselgid-refnums-get"
            },
            "post":{
                "tags":[
                    "Power Data/Vessels/Reference Numbers"
                ],
                "summary":"Create a Reference Number",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/vessels.refnums"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/vessels.refnums"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/vessels.refnums"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/vessels.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"vessels-{vesselGid}-refnums-post",
                "x-filename-id":"vessels-vesselgid-refnums-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Vessels/Reference Numbers"
                ],
                "summary":"Update Reference Numbers",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"vessels-{vesselGid}-refnums-patch",
                "x-filename-id":"vessels-vesselgid-refnums-patch"
            }
        },
        "/vessels/{vesselGid}/refnums/{vesselRefnumQualGidxvesselRefnumValue}":{
            "parameters":[
                {
                    "name":"vesselGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"vesselRefnumQualGidxvesselRefnumValue",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Vessels/Reference Numbers"
                ],
                "summary":"Get a Reference Number",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/vessels.refnums"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"vessels-{vesselGid}-refnums-{vesselRefnumQualGidxvesselRefnumValue}-get",
                "x-filename-id":"vessels-vesselgid-refnums-vesselrefnumqualgidxvesselrefnumvalue-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Vessels/Reference Numbers"
                ],
                "summary":"Delete a Reference Number",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"vessels-{vesselGid}-refnums-{vesselRefnumQualGidxvesselRefnumValue}-delete",
                "x-filename-id":"vessels-vesselgid-refnums-vesselrefnumqualgidxvesselrefnumvalue-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Vessels/Reference Numbers"
                ],
                "summary":"Update a Reference Number",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"vessels-{vesselGid}-refnums-{vesselRefnumQualGidxvesselRefnumValue}-patch",
                "x-filename-id":"vessels-vesselgid-refnums-vesselrefnumqualgidxvesselrefnumvalue-patch"
            }
        },
        "/statusCodes":{
            "get":{
                "tags":[
                    "Power Data/Status Codes"
                ],
                "summary":"Get Status Codes",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/statusCodes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"statusCodes-get",
                "x-filename-id":"statuscodes-get"
            },
            "post":{
                "tags":[
                    "Power Data/Status Codes"
                ],
                "summary":"Create a Status Code",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/statusCodes"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/statusCodes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"statusCodes-post",
                "x-filename-id":"statuscodes-post"
            }
        },
        "/statusCodes/{bsStatusCodeGid}":{
            "parameters":[
                {
                    "name":"bsStatusCodeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Status Codes"
                ],
                "summary":"Get a Status Code",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/statusCodes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"statusCodes-{bsStatusCodeGid}-get",
                "x-filename-id":"statuscodes-bsstatuscodegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Status Codes"
                ],
                "summary":"Delete a Status Code",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"statusCodes-{bsStatusCodeGid}-delete",
                "x-filename-id":"statuscodes-bsstatuscodegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Status Codes"
                ],
                "summary":"Update a Status Code",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"statusCodes-{bsStatusCodeGid}-patch",
                "x-filename-id":"statuscodes-bsstatuscodegid-patch"
            }
        },
        "/iataSCRCodes":{
            "get":{
                "tags":[
                    "Power Data/IATA SCR Codes"
                ],
                "summary":"Get IATA SCR Codes",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/iataSCRCodes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"iataSCRCodes-get",
                "x-filename-id":"iatascrcodes-get"
            },
            "post":{
                "tags":[
                    "Power Data/IATA SCR Codes"
                ],
                "summary":"Create an IATA SCR Code",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/iataSCRCodes"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/iataSCRCodes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"iataSCRCodes-post",
                "x-filename-id":"iatascrcodes-post"
            }
        },
        "/iataSCRCodes/{iataScrCodeGid}":{
            "parameters":[
                {
                    "name":"iataScrCodeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/IATA SCR Codes"
                ],
                "summary":"Get an IATA SCR Code",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/iataSCRCodes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"iataSCRCodes-{iataScrCodeGid}-get",
                "x-filename-id":"iatascrcodes-iatascrcodegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/IATA SCR Codes"
                ],
                "summary":"Delete an IATA SCR Code",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"iataSCRCodes-{iataScrCodeGid}-delete",
                "x-filename-id":"iatascrcodes-iatascrcodegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/IATA SCR Codes"
                ],
                "summary":"Update an IATA SCR Code",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"iataSCRCodes-{iataScrCodeGid}-patch",
                "x-filename-id":"iatascrcodes-iatascrcodegid-patch"
            }
        },
        "/rateVersions":{
            "get":{
                "tags":[
                    "Power Data/Rate Versions"
                ],
                "summary":"Get Rate Versions",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/rateVersions"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateVersions-get",
                "x-filename-id":"rateversions-get"
            },
            "post":{
                "tags":[
                    "Power Data/Rate Versions"
                ],
                "summary":"Create a Rate Version",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/rateVersions"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateVersions"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateVersions-post",
                "x-filename-id":"rateversions-post"
            }
        },
        "/rateVersions/{rateVersionGid}":{
            "parameters":[
                {
                    "name":"rateVersionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Rate Versions"
                ],
                "summary":"Get a Rate Version",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateVersions"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateVersions-{rateVersionGid}-get",
                "x-filename-id":"rateversions-rateversiongid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Rate Versions"
                ],
                "summary":"Delete a Rate Version",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rateVersions-{rateVersionGid}-delete",
                "x-filename-id":"rateversions-rateversiongid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Rate Versions"
                ],
                "summary":"Update a Rate Version",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rateVersions-{rateVersionGid}-patch",
                "x-filename-id":"rateversions-rateversiongid-patch"
            }
        },
        "/shipmentStopReferenceNumberQualifiers":{
            "get":{
                "tags":[
                    "Power Data/Shipment Stop Reference Number Qualifiers"
                ],
                "summary":"Get Shipment Stop Reference Number Qualifiers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentStopReferenceNumberQualifiers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentStopReferenceNumberQualifiers-get",
                "x-filename-id":"shipmentstopreferencenumberqualifiers-get"
            },
            "post":{
                "tags":[
                    "Power Data/Shipment Stop Reference Number Qualifiers"
                ],
                "summary":"Create a Shipment Stop Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipmentStopReferenceNumberQualifiers"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentStopReferenceNumberQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentStopReferenceNumberQualifiers-post",
                "x-filename-id":"shipmentstopreferencenumberqualifiers-post"
            }
        },
        "/shipmentStopReferenceNumberQualifiers/{shipmentStopRefnumQualGid}":{
            "parameters":[
                {
                    "name":"shipmentStopRefnumQualGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Shipment Stop Reference Number Qualifiers"
                ],
                "summary":"Get a Shipment Stop Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentStopReferenceNumberQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentStopReferenceNumberQualifiers-{shipmentStopRefnumQualGid}-get",
                "x-filename-id":"shipmentstopreferencenumberqualifiers-shipmentstoprefnumqualgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Shipment Stop Reference Number Qualifiers"
                ],
                "summary":"Delete a Shipment Stop Reference Number Qualifier",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentStopReferenceNumberQualifiers-{shipmentStopRefnumQualGid}-delete",
                "x-filename-id":"shipmentstopreferencenumberqualifiers-shipmentstoprefnumqualgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Shipment Stop Reference Number Qualifiers"
                ],
                "summary":"Update a Shipment Stop Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentStopReferenceNumberQualifiers-{shipmentStopRefnumQualGid}-patch",
                "x-filename-id":"shipmentstopreferencenumberqualifiers-shipmentstoprefnumqualgid-patch"
            }
        },
        "/textTemplates":{
            "get":{
                "tags":[
                    "Power Data/Text Templates"
                ],
                "summary":"Get Text Templates",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/textTemplates"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"textTemplates-get",
                "x-filename-id":"texttemplates-get"
            },
            "post":{
                "tags":[
                    "Power Data/Text Templates"
                ],
                "summary":"Create a Text Template",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/textTemplates"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/textTemplates"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"textTemplates-post",
                "x-filename-id":"texttemplates-post"
            }
        },
        "/textTemplates/{textTemplateGid}":{
            "parameters":[
                {
                    "name":"textTemplateGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Text Templates"
                ],
                "summary":"Get a Text Template",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/textTemplates"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"textTemplates-{textTemplateGid}-get",
                "x-filename-id":"texttemplates-texttemplategid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Text Templates"
                ],
                "summary":"Delete a Text Template",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"textTemplates-{textTemplateGid}-delete",
                "x-filename-id":"texttemplates-texttemplategid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Text Templates"
                ],
                "summary":"Update a Text Template",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"textTemplates-{textTemplateGid}-patch",
                "x-filename-id":"texttemplates-texttemplategid-patch"
            }
        },
        "/textTemplates/{textTemplateGid}/documentDefinitionTexts":{
            "parameters":[
                {
                    "name":"textTemplateGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Text Templates/Document Definition Texts"
                ],
                "summary":"Get Document Definition Texts",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/textTemplates.documentDefinitionTexts"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"textTemplates-{textTemplateGid}-documentDefinitionTexts-get",
                "x-filename-id":"texttemplates-texttemplategid-documentdefinitiontexts-get"
            },
            "post":{
                "tags":[
                    "Power Data/Text Templates/Document Definition Texts"
                ],
                "summary":"Create a Document Definition Text",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/textTemplates.documentDefinitionTexts"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/textTemplates.documentDefinitionTexts"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/textTemplates.documentDefinitionTexts"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/textTemplates.documentDefinitionTexts"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"textTemplates-{textTemplateGid}-documentDefinitionTexts-post",
                "x-filename-id":"texttemplates-texttemplategid-documentdefinitiontexts-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Text Templates/Document Definition Texts"
                ],
                "summary":"Update Document Definition Texts",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"textTemplates-{textTemplateGid}-documentDefinitionTexts-patch",
                "x-filename-id":"texttemplates-texttemplategid-documentdefinitiontexts-patch"
            }
        },
        "/textTemplates/{textTemplateGid}/documentDefinitionTexts/{documentDefGid}":{
            "parameters":[
                {
                    "name":"textTemplateGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Text Templates/Document Definition Texts"
                ],
                "summary":"Get a Document Definition Text",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/textTemplates.documentDefinitionTexts"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"textTemplates-{textTemplateGid}-documentDefinitionTexts-{documentDefGid}-get",
                "x-filename-id":"texttemplates-texttemplategid-documentdefinitiontexts-documentdefgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Text Templates/Document Definition Texts"
                ],
                "summary":"Delete a Document Definition Text",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"textTemplates-{textTemplateGid}-documentDefinitionTexts-{documentDefGid}-delete",
                "x-filename-id":"texttemplates-texttemplategid-documentdefinitiontexts-documentdefgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Text Templates/Document Definition Texts"
                ],
                "summary":"Update a Document Definition Text",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"textTemplates-{textTemplateGid}-documentDefinitionTexts-{documentDefGid}-patch",
                "x-filename-id":"texttemplates-texttemplategid-documentdefinitiontexts-documentdefgid-patch"
            }
        },
        "/quotes":{
            "get":{
                "tags":[
                    "Business Objects/Quotes"
                ],
                "summary":"Get Quotes",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/quotes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"quotes-get",
                "x-filename-id":"quotes-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Quotes"
                ],
                "summary":"Create a Quote",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/quotes"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/quotes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"quotes-post",
                "x-filename-id":"quotes-post"
            }
        },
        "/quotes/{quoteGid}":{
            "parameters":[
                {
                    "name":"quoteGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Quotes"
                ],
                "summary":"Get a Quote",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/quotes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"quotes-{quoteGid}-get",
                "x-filename-id":"quotes-quotegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Quotes"
                ],
                "summary":"Delete a Quote",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"quotes-{quoteGid}-delete",
                "x-filename-id":"quotes-quotegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Quotes"
                ],
                "summary":"Update a Quote",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"quotes-{quoteGid}-patch",
                "x-filename-id":"quotes-quotegid-patch"
            }
        },
        "/quotes/{quoteGid}/involvedParties":{
            "parameters":[
                {
                    "name":"quoteGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Quotes/Involved Parties"
                ],
                "summary":"Get Involved Parties",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/quotes.involvedParties"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"quotes-{quoteGid}-involvedParties-get",
                "x-filename-id":"quotes-quotegid-involvedparties-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Quotes/Involved Parties"
                ],
                "summary":"Create an Involved Party",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/quotes.involvedParties"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/quotes.involvedParties"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/quotes.involvedParties"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/quotes.involvedParties"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"quotes-{quoteGid}-involvedParties-post",
                "x-filename-id":"quotes-quotegid-involvedparties-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Quotes/Involved Parties"
                ],
                "summary":"Update Involved Parties",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"quotes-{quoteGid}-involvedParties-patch",
                "x-filename-id":"quotes-quotegid-involvedparties-patch"
            }
        },
        "/quotes/{quoteGid}/involvedParties/{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}":{
            "parameters":[
                {
                    "name":"quoteGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Quotes/Involved Parties"
                ],
                "summary":"Get an Involved Party",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/quotes.involvedParties"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"quotes-{quoteGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-get",
                "x-filename-id":"quotes-quotegid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Quotes/Involved Parties"
                ],
                "summary":"Delete an Involved Party",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"quotes-{quoteGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-delete",
                "x-filename-id":"quotes-quotegid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Quotes/Involved Parties"
                ],
                "summary":"Update an Involved Party",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"quotes-{quoteGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-patch",
                "x-filename-id":"quotes-quotegid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-patch"
            }
        },
        "/quotes/{quoteGid}/shipUnits":{
            "parameters":[
                {
                    "name":"quoteGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Quotes/Ship Units"
                ],
                "summary":"Get Ship Units",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/quotes.shipUnits"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"quotes-{quoteGid}-shipUnits-get",
                "x-filename-id":"quotes-quotegid-shipunits-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Quotes/Ship Units"
                ],
                "summary":"Create a Ship Unit",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/quotes.shipUnits"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/quotes.shipUnits"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/quotes.shipUnits"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/quotes.shipUnits"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"quotes-{quoteGid}-shipUnits-post",
                "x-filename-id":"quotes-quotegid-shipunits-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Quotes/Ship Units"
                ],
                "summary":"Update Ship Units",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"quotes-{quoteGid}-shipUnits-patch",
                "x-filename-id":"quotes-quotegid-shipunits-patch"
            }
        },
        "/quotes/{quoteGid}/shipUnits/{sequence}":{
            "parameters":[
                {
                    "name":"quoteGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Quotes/Ship Units"
                ],
                "summary":"Get a Ship Unit",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/quotes.shipUnits"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"quotes-{quoteGid}-shipUnits-{sequence}-get",
                "x-filename-id":"quotes-quotegid-shipunits-sequence-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Quotes/Ship Units"
                ],
                "summary":"Delete a Ship Unit",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"quotes-{quoteGid}-shipUnits-{sequence}-delete",
                "x-filename-id":"quotes-quotegid-shipunits-sequence-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Quotes/Ship Units"
                ],
                "summary":"Update a Ship Unit",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"quotes-{quoteGid}-shipUnits-{sequence}-patch",
                "x-filename-id":"quotes-quotegid-shipunits-sequence-patch"
            }
        },
        "/quotes/{quoteGid}/texts":{
            "parameters":[
                {
                    "name":"quoteGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Quotes/Texts"
                ],
                "summary":"Get Texts",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/quotes.texts"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"quotes-{quoteGid}-texts-get",
                "x-filename-id":"quotes-quotegid-texts-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Quotes/Texts"
                ],
                "summary":"Create a Text",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/quotes.texts"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/quotes.texts"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/quotes.texts"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/quotes.texts"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"quotes-{quoteGid}-texts-post",
                "x-filename-id":"quotes-quotegid-texts-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Quotes/Texts"
                ],
                "summary":"Update Texts",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"quotes-{quoteGid}-texts-patch",
                "x-filename-id":"quotes-quotegid-texts-patch"
            }
        },
        "/quotes/{quoteGid}/texts/{textTemplateGidxdocumentDefGid}":{
            "parameters":[
                {
                    "name":"quoteGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"textTemplateGidxdocumentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Quotes/Texts"
                ],
                "summary":"Get a Text",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/quotes.texts"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"quotes-{quoteGid}-texts-{textTemplateGidxdocumentDefGid}-get",
                "x-filename-id":"quotes-quotegid-texts-texttemplategidxdocumentdefgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Quotes/Texts"
                ],
                "summary":"Delete a Text",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"quotes-{quoteGid}-texts-{textTemplateGidxdocumentDefGid}-delete",
                "x-filename-id":"quotes-quotegid-texts-texttemplategidxdocumentdefgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Quotes/Texts"
                ],
                "summary":"Update a Text",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"quotes-{quoteGid}-texts-{textTemplateGidxdocumentDefGid}-patch",
                "x-filename-id":"quotes-quotegid-texts-texttemplategidxdocumentdefgid-patch"
            }
        },
        "/quotes/{quoteGid}/equipmentGroups":{
            "parameters":[
                {
                    "name":"quoteGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Quotes/Equipment Groups"
                ],
                "summary":"Get Equipment Groups",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/quotes.equipmentGroups"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"quotes-{quoteGid}-equipmentGroups-get",
                "x-filename-id":"quotes-quotegid-equipmentgroups-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Quotes/Equipment Groups"
                ],
                "summary":"Create an Equipment Group",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/quotes.equipmentGroups"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/quotes.equipmentGroups"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/quotes.equipmentGroups"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/quotes.equipmentGroups"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"quotes-{quoteGid}-equipmentGroups-post",
                "x-filename-id":"quotes-quotegid-equipmentgroups-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Quotes/Equipment Groups"
                ],
                "summary":"Update Equipment Groups",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"quotes-{quoteGid}-equipmentGroups-patch",
                "x-filename-id":"quotes-quotegid-equipmentgroups-patch"
            }
        },
        "/quotes/{quoteGid}/equipmentGroups/{equipmentGroupGid}":{
            "parameters":[
                {
                    "name":"quoteGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"equipmentGroupGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Quotes/Equipment Groups"
                ],
                "summary":"Get an Equipment Group",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/quotes.equipmentGroups"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"quotes-{quoteGid}-equipmentGroups-{equipmentGroupGid}-get",
                "x-filename-id":"quotes-quotegid-equipmentgroups-equipmentgroupgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Quotes/Equipment Groups"
                ],
                "summary":"Delete an Equipment Group",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"quotes-{quoteGid}-equipmentGroups-{equipmentGroupGid}-delete",
                "x-filename-id":"quotes-quotegid-equipmentgroups-equipmentgroupgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Quotes/Equipment Groups"
                ],
                "summary":"Update an Equipment Group",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"quotes-{quoteGid}-equipmentGroups-{equipmentGroupGid}-patch",
                "x-filename-id":"quotes-quotegid-equipmentgroups-equipmentgroupgid-patch"
            }
        },
        "/quotes/{quoteGid}/statuses":{
            "parameters":[
                {
                    "name":"quoteGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Quotes/Statuses"
                ],
                "summary":"Get Statuses",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/quotes.statuses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"quotes-{quoteGid}-statuses-get",
                "x-filename-id":"quotes-quotegid-statuses-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Quotes/Statuses"
                ],
                "summary":"Create a Status",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/quotes.statuses"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/quotes.statuses"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/quotes.statuses"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/quotes.statuses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"quotes-{quoteGid}-statuses-post",
                "x-filename-id":"quotes-quotegid-statuses-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Quotes/Statuses"
                ],
                "summary":"Update Statuses",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"quotes-{quoteGid}-statuses-patch",
                "x-filename-id":"quotes-quotegid-statuses-patch"
            }
        },
        "/quotes/{quoteGid}/statuses/{statusTypeGid}":{
            "parameters":[
                {
                    "name":"quoteGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"statusTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Quotes/Statuses"
                ],
                "summary":"Get a Status",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/quotes.statuses"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"quotes-{quoteGid}-statuses-{statusTypeGid}-get",
                "x-filename-id":"quotes-quotegid-statuses-statustypegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Quotes/Statuses"
                ],
                "summary":"Delete a Status",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"quotes-{quoteGid}-statuses-{statusTypeGid}-delete",
                "x-filename-id":"quotes-quotegid-statuses-statustypegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Quotes/Statuses"
                ],
                "summary":"Update a Status",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"quotes-{quoteGid}-statuses-{statusTypeGid}-patch",
                "x-filename-id":"quotes-quotegid-statuses-statustypegid-patch"
            }
        },
        "/quotes/{quoteGid}/remarks":{
            "parameters":[
                {
                    "name":"quoteGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Quotes/Remarks"
                ],
                "summary":"Get Remarks",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/quotes.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"quotes-{quoteGid}-remarks-get",
                "x-filename-id":"quotes-quotegid-remarks-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Quotes/Remarks"
                ],
                "summary":"Create a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/quotes.remarks"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/quotes.remarks"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/quotes.remarks"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/quotes.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"quotes-{quoteGid}-remarks-post",
                "x-filename-id":"quotes-quotegid-remarks-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Quotes/Remarks"
                ],
                "summary":"Update Remarks",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"quotes-{quoteGid}-remarks-patch",
                "x-filename-id":"quotes-quotegid-remarks-patch"
            }
        },
        "/quotes/{quoteGid}/remarks/{remarkSequence}":{
            "parameters":[
                {
                    "name":"quoteGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"remarkSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Quotes/Remarks"
                ],
                "summary":"Get a Remark",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/quotes.remarks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"quotes-{quoteGid}-remarks-{remarkSequence}-get",
                "x-filename-id":"quotes-quotegid-remarks-remarksequence-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Quotes/Remarks"
                ],
                "summary":"Delete a Remark",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"quotes-{quoteGid}-remarks-{remarkSequence}-delete",
                "x-filename-id":"quotes-quotegid-remarks-remarksequence-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Quotes/Remarks"
                ],
                "summary":"Update a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"quotes-{quoteGid}-remarks-{remarkSequence}-patch",
                "x-filename-id":"quotes-quotegid-remarks-remarksequence-patch"
            }
        },
        "/quotes/{quoteGid}/refnums":{
            "parameters":[
                {
                    "name":"quoteGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Quotes/Reference Numbers"
                ],
                "summary":"Get Reference Numbers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/quotes.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"quotes-{quoteGid}-refnums-get",
                "x-filename-id":"quotes-quotegid-refnums-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Quotes/Reference Numbers"
                ],
                "summary":"Create a Reference Number",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/quotes.refnums"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/quotes.refnums"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/quotes.refnums"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/quotes.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"quotes-{quoteGid}-refnums-post",
                "x-filename-id":"quotes-quotegid-refnums-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Quotes/Reference Numbers"
                ],
                "summary":"Update Reference Numbers",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"quotes-{quoteGid}-refnums-patch",
                "x-filename-id":"quotes-quotegid-refnums-patch"
            }
        },
        "/quotes/{quoteGid}/refnums/{quoteRefnumQualGidxquoteRefnumValue}":{
            "parameters":[
                {
                    "name":"quoteGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"quoteRefnumQualGidxquoteRefnumValue",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Quotes/Reference Numbers"
                ],
                "summary":"Get a Reference Number",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/quotes.refnums"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"quotes-{quoteGid}-refnums-{quoteRefnumQualGidxquoteRefnumValue}-get",
                "x-filename-id":"quotes-quotegid-refnums-quoterefnumqualgidxquoterefnumvalue-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Quotes/Reference Numbers"
                ],
                "summary":"Delete a Reference Number",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"quotes-{quoteGid}-refnums-{quoteRefnumQualGidxquoteRefnumValue}-delete",
                "x-filename-id":"quotes-quotegid-refnums-quoterefnumqualgidxquoterefnumvalue-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Quotes/Reference Numbers"
                ],
                "summary":"Update a Reference Number",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"quotes-{quoteGid}-refnums-{quoteRefnumQualGidxquoteRefnumValue}-patch",
                "x-filename-id":"quotes-quotegid-refnums-quoterefnumqualgidxquoterefnumvalue-patch"
            }
        },
        "/quotes/{quoteGid}/costOptions":{
            "parameters":[
                {
                    "name":"quoteGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Quotes/Cost Options"
                ],
                "summary":"Get Cost Options",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/quotes.costOptions"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"quotes-{quoteGid}-costOptions-get",
                "x-filename-id":"quotes-quotegid-costoptions-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Quotes/Cost Options"
                ],
                "summary":"Create a Cost Option",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/quotes.costOptions"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/quotes.costOptions"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/quotes.costOptions"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/quotes.costOptions"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"quotes-{quoteGid}-costOptions-post",
                "x-filename-id":"quotes-quotegid-costoptions-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Quotes/Cost Options"
                ],
                "summary":"Update Cost Options",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"quotes-{quoteGid}-costOptions-patch",
                "x-filename-id":"quotes-quotegid-costoptions-patch"
            }
        },
        "/quotes/{quoteGid}/costOptions/{costOptionSequence}":{
            "parameters":[
                {
                    "name":"quoteGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"costOptionSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Quotes/Cost Options"
                ],
                "summary":"Get a Cost Option",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/quotes.costOptions"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"quotes-{quoteGid}-costOptions-{costOptionSequence}-get",
                "x-filename-id":"quotes-quotegid-costoptions-costoptionsequence-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Quotes/Cost Options"
                ],
                "summary":"Delete a Cost Option",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"quotes-{quoteGid}-costOptions-{costOptionSequence}-delete",
                "x-filename-id":"quotes-quotegid-costoptions-costoptionsequence-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Quotes/Cost Options"
                ],
                "summary":"Update a Cost Option",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"quotes-{quoteGid}-costOptions-{costOptionSequence}-patch",
                "x-filename-id":"quotes-quotegid-costoptions-costoptionsequence-patch"
            }
        },
        "/quotes/{quoteGid}/costOptions/{costOptionSequence}/shipments":{
            "parameters":[
                {
                    "name":"quoteGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"costOptionSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Quotes/Cost Options/Shipments"
                ],
                "summary":"Get Shipments",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/quotes.costOptions.shipments"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"quotes-{quoteGid}-costOptions-{costOptionSequence}-shipments-get",
                "x-filename-id":"quotes-quotegid-costoptions-costoptionsequence-shipments-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Quotes/Cost Options/Shipments"
                ],
                "summary":"Create a Shipment",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/quotes.costOptions.shipments"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/quotes.costOptions.shipments"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/quotes.costOptions.shipments"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/quotes.costOptions.shipments"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"quotes-{quoteGid}-costOptions-{costOptionSequence}-shipments-post",
                "x-filename-id":"quotes-quotegid-costoptions-costoptionsequence-shipments-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Quotes/Cost Options/Shipments"
                ],
                "summary":"Update Shipments",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"quotes-{quoteGid}-costOptions-{costOptionSequence}-shipments-patch",
                "x-filename-id":"quotes-quotegid-costoptions-costoptionsequence-shipments-patch"
            }
        },
        "/quotes/{quoteGid}/costOptions/{costOptionSequence}/shipments/{shipmentSequence}":{
            "parameters":[
                {
                    "name":"quoteGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"costOptionSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"shipmentSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Quotes/Cost Options/Shipments"
                ],
                "summary":"Get a Shipment",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/quotes.costOptions.shipments"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"quotes-{quoteGid}-costOptions-{costOptionSequence}-shipments-{shipmentSequence}-get",
                "x-filename-id":"quotes-quotegid-costoptions-costoptionsequence-shipments-shipmentsequence-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Quotes/Cost Options/Shipments"
                ],
                "summary":"Delete a Shipment",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"quotes-{quoteGid}-costOptions-{costOptionSequence}-shipments-{shipmentSequence}-delete",
                "x-filename-id":"quotes-quotegid-costoptions-costoptionsequence-shipments-shipmentsequence-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Quotes/Cost Options/Shipments"
                ],
                "summary":"Update a Shipment",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"quotes-{quoteGid}-costOptions-{costOptionSequence}-shipments-{shipmentSequence}-patch",
                "x-filename-id":"quotes-quotegid-costoptions-costoptionsequence-shipments-shipmentsequence-patch"
            }
        },
        "/quotes/{quoteGid}/costOptions/{costOptionSequence}/shipments/{shipmentSequence}/costs":{
            "parameters":[
                {
                    "name":"quoteGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"costOptionSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"shipmentSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Quotes/Cost Options/Shipments/Costs"
                ],
                "summary":"Get Costs",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/quotes.costOptions.shipments.costs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"quotes-{quoteGid}-costOptions-{costOptionSequence}-shipments-{shipmentSequence}-costs-get",
                "x-filename-id":"quotes-quotegid-costoptions-costoptionsequence-shipments-shipmentsequence-costs-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Quotes/Cost Options/Shipments/Costs"
                ],
                "summary":"Create a Cost",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/quotes.costOptions.shipments.costs"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/quotes.costOptions.shipments.costs"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/quotes.costOptions.shipments.costs"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/quotes.costOptions.shipments.costs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"quotes-{quoteGid}-costOptions-{costOptionSequence}-shipments-{shipmentSequence}-costs-post",
                "x-filename-id":"quotes-quotegid-costoptions-costoptionsequence-shipments-shipmentsequence-costs-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Quotes/Cost Options/Shipments/Costs"
                ],
                "summary":"Update Costs",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"quotes-{quoteGid}-costOptions-{costOptionSequence}-shipments-{shipmentSequence}-costs-patch",
                "x-filename-id":"quotes-quotegid-costoptions-costoptionsequence-shipments-shipmentsequence-costs-patch"
            }
        },
        "/quotes/{quoteGid}/costOptions/{costOptionSequence}/shipments/{shipmentSequence}/costs/{costSequence}":{
            "parameters":[
                {
                    "name":"quoteGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"costOptionSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"shipmentSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"costSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Quotes/Cost Options/Shipments/Costs"
                ],
                "summary":"Get a Cost",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/quotes.costOptions.shipments.costs"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"quotes-{quoteGid}-costOptions-{costOptionSequence}-shipments-{shipmentSequence}-costs-{costSequence}-get",
                "x-filename-id":"quotes-quotegid-costoptions-costoptionsequence-shipments-shipmentsequence-costs-costsequence-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Quotes/Cost Options/Shipments/Costs"
                ],
                "summary":"Delete a Cost",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"quotes-{quoteGid}-costOptions-{costOptionSequence}-shipments-{shipmentSequence}-costs-{costSequence}-delete",
                "x-filename-id":"quotes-quotegid-costoptions-costoptionsequence-shipments-shipmentsequence-costs-costsequence-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Quotes/Cost Options/Shipments/Costs"
                ],
                "summary":"Update a Cost",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"quotes-{quoteGid}-costOptions-{costOptionSequence}-shipments-{shipmentSequence}-costs-{costSequence}-patch",
                "x-filename-id":"quotes-quotegid-costoptions-costoptionsequence-shipments-shipmentsequence-costs-costsequence-patch"
            }
        },
        "/quotes/{quoteGid}/costOptions/{costOptionSequence}/equipments":{
            "parameters":[
                {
                    "name":"quoteGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"costOptionSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Quotes/Cost Options/Equipment"
                ],
                "summary":"Get Equipment",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/quotes.costOptions.equipments"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"quotes-{quoteGid}-costOptions-{costOptionSequence}-equipments-get",
                "x-filename-id":"quotes-quotegid-costoptions-costoptionsequence-equipments-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Quotes/Cost Options/Equipment"
                ],
                "summary":"Create an Equipment",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/quotes.costOptions.equipments"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/quotes.costOptions.equipments"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/quotes.costOptions.equipments"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/quotes.costOptions.equipments"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"quotes-{quoteGid}-costOptions-{costOptionSequence}-equipments-post",
                "x-filename-id":"quotes-quotegid-costoptions-costoptionsequence-equipments-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Quotes/Cost Options/Equipment"
                ],
                "summary":"Update Equipment",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"quotes-{quoteGid}-costOptions-{costOptionSequence}-equipments-patch",
                "x-filename-id":"quotes-quotegid-costoptions-costoptionsequence-equipments-patch"
            }
        },
        "/quotes/{quoteGid}/costOptions/{costOptionSequence}/equipments/{equipmentGroupGid}":{
            "parameters":[
                {
                    "name":"quoteGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"costOptionSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"equipmentGroupGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Quotes/Cost Options/Equipment"
                ],
                "summary":"Get an Equipment",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/quotes.costOptions.equipments"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"quotes-{quoteGid}-costOptions-{costOptionSequence}-equipments-{equipmentGroupGid}-get",
                "x-filename-id":"quotes-quotegid-costoptions-costoptionsequence-equipments-equipmentgroupgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Quotes/Cost Options/Equipment"
                ],
                "summary":"Delete an Equipment",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"quotes-{quoteGid}-costOptions-{costOptionSequence}-equipments-{equipmentGroupGid}-delete",
                "x-filename-id":"quotes-quotegid-costoptions-costoptionsequence-equipments-equipmentgroupgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Quotes/Cost Options/Equipment"
                ],
                "summary":"Update an Equipment",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"quotes-{quoteGid}-costOptions-{costOptionSequence}-equipments-{equipmentGroupGid}-patch",
                "x-filename-id":"quotes-quotegid-costoptions-costoptionsequence-equipments-equipmentgroupgid-patch"
            }
        },
        "/quotes/{quoteGid}/costOptions/{costOptionSequence}/remarks":{
            "parameters":[
                {
                    "name":"quoteGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"costOptionSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Quotes/Cost Options/Remarks"
                ],
                "summary":"Get Remarks",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/quotes.costOptions.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"quotes-{quoteGid}-costOptions-{costOptionSequence}-remarks-get",
                "x-filename-id":"quotes-quotegid-costoptions-costoptionsequence-remarks-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Quotes/Cost Options/Remarks"
                ],
                "summary":"Create a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/quotes.costOptions.remarks"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/quotes.costOptions.remarks"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/quotes.costOptions.remarks"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/quotes.costOptions.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"quotes-{quoteGid}-costOptions-{costOptionSequence}-remarks-post",
                "x-filename-id":"quotes-quotegid-costoptions-costoptionsequence-remarks-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Quotes/Cost Options/Remarks"
                ],
                "summary":"Update Remarks",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"quotes-{quoteGid}-costOptions-{costOptionSequence}-remarks-patch",
                "x-filename-id":"quotes-quotegid-costoptions-costoptionsequence-remarks-patch"
            }
        },
        "/quotes/{quoteGid}/costOptions/{costOptionSequence}/remarks/{remarkSequence}":{
            "parameters":[
                {
                    "name":"quoteGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"costOptionSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"remarkSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Quotes/Cost Options/Remarks"
                ],
                "summary":"Get a Remark",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/quotes.costOptions.remarks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"quotes-{quoteGid}-costOptions-{costOptionSequence}-remarks-{remarkSequence}-get",
                "x-filename-id":"quotes-quotegid-costoptions-costoptionsequence-remarks-remarksequence-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Quotes/Cost Options/Remarks"
                ],
                "summary":"Delete a Remark",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"quotes-{quoteGid}-costOptions-{costOptionSequence}-remarks-{remarkSequence}-delete",
                "x-filename-id":"quotes-quotegid-costoptions-costoptionsequence-remarks-remarksequence-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Quotes/Cost Options/Remarks"
                ],
                "summary":"Update a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"quotes-{quoteGid}-costOptions-{costOptionSequence}-remarks-{remarkSequence}-patch",
                "x-filename-id":"quotes-quotegid-costoptions-costoptionsequence-remarks-remarksequence-patch"
            }
        },
        "/quotes/{quoteGid}/documents":{
            "parameters":[
                {
                    "name":"quoteGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Quotes/Documents"
                ],
                "summary":"Get Documents",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/quotes.documents"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"quotes-{quoteGid}-documents-get",
                "x-filename-id":"quotes-quotegid-documents-get"
            }
        },
        "/quotes/{quoteGid}/documents/{documentGid}":{
            "parameters":[
                {
                    "name":"quoteGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Quotes/Documents"
                ],
                "summary":"Get a Document",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/quotes.documents"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"quotes-{quoteGid}-documents-{documentGid}-get",
                "x-filename-id":"quotes-quotegid-documents-documentgid-get"
            }
        },
        "/allocationRules":{
            "get":{
                "tags":[
                    "Business Objects/Allocation Rules"
                ],
                "summary":"Get Allocation Rules",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/allocationRules"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"allocationRules-get",
                "x-filename-id":"allocationrules-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Allocation Rules"
                ],
                "summary":"Create an Allocation Rule",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/allocationRules"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/allocationRules"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"allocationRules-post",
                "x-filename-id":"allocationrules-post"
            }
        },
        "/allocationRules/{allocationRuleGid}":{
            "parameters":[
                {
                    "name":"allocationRuleGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Allocation Rules"
                ],
                "summary":"Get an Allocation Rule",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/allocationRules"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"allocationRules-{allocationRuleGid}-get",
                "x-filename-id":"allocationrules-allocationrulegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Allocation Rules"
                ],
                "summary":"Delete an Allocation Rule",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"allocationRules-{allocationRuleGid}-delete",
                "x-filename-id":"allocationrules-allocationrulegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Allocation Rules"
                ],
                "summary":"Update an Allocation Rule",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"allocationRules-{allocationRuleGid}-patch",
                "x-filename-id":"allocationrules-allocationrulegid-patch"
            }
        },
        "/allocationRules/{allocationRuleGid}/allocationRuleDetails":{
            "parameters":[
                {
                    "name":"allocationRuleGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Allocation Rules/Allocation Rule Details"
                ],
                "summary":"Get Allocation Rule Details",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/allocationRules.allocationRuleDetails"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"allocationRules-{allocationRuleGid}-allocationRuleDetails-get",
                "x-filename-id":"allocationrules-allocationrulegid-allocationruledetails-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Allocation Rules/Allocation Rule Details"
                ],
                "summary":"Create an Allocation Rule Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/allocationRules.allocationRuleDetails"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/allocationRules.allocationRuleDetails"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/allocationRules.allocationRuleDetails"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/allocationRules.allocationRuleDetails"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"allocationRules-{allocationRuleGid}-allocationRuleDetails-post",
                "x-filename-id":"allocationrules-allocationrulegid-allocationruledetails-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Allocation Rules/Allocation Rule Details"
                ],
                "summary":"Update Allocation Rule Details",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"allocationRules-{allocationRuleGid}-allocationRuleDetails-patch",
                "x-filename-id":"allocationrules-allocationrulegid-allocationruledetails-patch"
            }
        },
        "/allocationRules/{allocationRuleGid}/allocationRuleDetails/{allocRuleDetailSeq}":{
            "parameters":[
                {
                    "name":"allocationRuleGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"allocRuleDetailSeq",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Allocation Rules/Allocation Rule Details"
                ],
                "summary":"Get an Allocation Rule Detail",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/allocationRules.allocationRuleDetails"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"allocationRules-{allocationRuleGid}-allocationRuleDetails-{allocRuleDetailSeq}-get",
                "x-filename-id":"allocationrules-allocationrulegid-allocationruledetails-allocruledetailseq-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Allocation Rules/Allocation Rule Details"
                ],
                "summary":"Delete an Allocation Rule Detail",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"allocationRules-{allocationRuleGid}-allocationRuleDetails-{allocRuleDetailSeq}-delete",
                "x-filename-id":"allocationrules-allocationrulegid-allocationruledetails-allocruledetailseq-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Allocation Rules/Allocation Rule Details"
                ],
                "summary":"Update an Allocation Rule Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"allocationRules-{allocationRuleGid}-allocationRuleDetails-{allocRuleDetailSeq}-patch",
                "x-filename-id":"allocationrules-allocationrulegid-allocationruledetails-allocruledetailseq-patch"
            }
        },
        "/reasonCodes":{
            "get":{
                "tags":[
                    "Power Data/Reason Codes"
                ],
                "summary":"Get Reason Codes",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/reasonCodes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"reasonCodes-get",
                "x-filename-id":"reasoncodes-get"
            },
            "post":{
                "tags":[
                    "Power Data/Reason Codes"
                ],
                "summary":"Create a Reason Code",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/reasonCodes"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/reasonCodes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"reasonCodes-post",
                "x-filename-id":"reasoncodes-post"
            }
        },
        "/reasonCodes/{bsReasonCodeGid}":{
            "parameters":[
                {
                    "name":"bsReasonCodeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Reason Codes"
                ],
                "summary":"Get a Reason Code",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/reasonCodes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"reasonCodes-{bsReasonCodeGid}-get",
                "x-filename-id":"reasoncodes-bsreasoncodegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Reason Codes"
                ],
                "summary":"Delete a Reason Code",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"reasonCodes-{bsReasonCodeGid}-delete",
                "x-filename-id":"reasoncodes-bsreasoncodegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Reason Codes"
                ],
                "summary":"Update a Reason Code",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"reasonCodes-{bsReasonCodeGid}-patch",
                "x-filename-id":"reasoncodes-bsreasoncodegid-patch"
            }
        },
        "/tipInventories":{
            "get":{
                "tags":[
                    "Business Objects/Tip Inventories"
                ],
                "summary":"Get Tip Inventories",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tipInventories"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tipInventories-get",
                "x-filename-id":"tipinventories-get"
            }
        },
        "/tipInventories/{gtmTipInventoryGid}":{
            "parameters":[
                {
                    "name":"gtmTipInventoryGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Tip Inventories"
                ],
                "summary":"Get a Tip Inventorie",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tipInventories"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tipInventories-{gtmTipInventoryGid}-get",
                "x-filename-id":"tipinventories-gtmtipinventorygid-get"
            }
        },
        "/tipInventories/{gtmTipInventoryGid}/refnums":{
            "parameters":[
                {
                    "name":"gtmTipInventoryGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Tip Inventories/Refnums"
                ],
                "summary":"Get Refnums",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tipInventories.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tipInventories-{gtmTipInventoryGid}-refnums-get",
                "x-filename-id":"tipinventories-gtmtipinventorygid-refnums-get"
            }
        },
        "/tipInventories/{gtmTipInventoryGid}/refnums/{gtmTipRefnumQualGidxrefnumValue}":{
            "parameters":[
                {
                    "name":"gtmTipInventoryGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTipRefnumQualGidxrefnumValue",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Tip Inventories/Refnums"
                ],
                "summary":"Get a Refnum",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tipInventories.refnums"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tipInventories-{gtmTipInventoryGid}-refnums-{gtmTipRefnumQualGidxrefnumValue}-get",
                "x-filename-id":"tipinventories-gtmtipinventorygid-refnums-gtmtiprefnumqualgidxrefnumvalue-get"
            }
        },
        "/tipInventories/{gtmTipInventoryGid}/values":{
            "parameters":[
                {
                    "name":"gtmTipInventoryGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Tip Inventories/Values"
                ],
                "summary":"Get Values",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tipInventories.values"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tipInventories-{gtmTipInventoryGid}-values-get",
                "x-filename-id":"tipinventories-gtmtipinventorygid-values-get"
            }
        },
        "/tipInventories/{gtmTipInventoryGid}/values/{gtmValueQualifierGid}":{
            "parameters":[
                {
                    "name":"gtmTipInventoryGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmValueQualifierGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Tip Inventories/Values"
                ],
                "summary":"Get a Value",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tipInventories.values"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tipInventories-{gtmTipInventoryGid}-values-{gtmValueQualifierGid}-get",
                "x-filename-id":"tipinventories-gtmtipinventorygid-values-gtmvaluequalifiergid-get"
            }
        },
        "/tipInventories/{gtmTipInventoryGid}/movements":{
            "parameters":[
                {
                    "name":"gtmTipInventoryGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Tip Inventories/Movements"
                ],
                "summary":"Get Movements",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tipInventories.movements"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tipInventories-{gtmTipInventoryGid}-movements-get",
                "x-filename-id":"tipinventories-gtmtipinventorygid-movements-get"
            }
        },
        "/tipInventories/{gtmTipInventoryGid}/movements/{gtmTipInvMovementGid}":{
            "parameters":[
                {
                    "name":"gtmTipInventoryGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTipInvMovementGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Tip Inventories/Movements"
                ],
                "summary":"Get a Movement",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tipInventories.movements"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tipInventories-{gtmTipInventoryGid}-movements-{gtmTipInvMovementGid}-get",
                "x-filename-id":"tipinventories-gtmtipinventorygid-movements-gtmtipinvmovementgid-get"
            }
        },
        "/equipmentConversions":{
            "get":{
                "tags":[
                    "Power Data/Equipment Conversions"
                ],
                "summary":"Get Equipment Conversions",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/equipmentConversions"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"equipmentConversions-get",
                "x-filename-id":"equipmentconversions-get"
            },
            "post":{
                "tags":[
                    "Power Data/Equipment Conversions"
                ],
                "summary":"Create an Equipment Conversion",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/equipmentConversions"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/equipmentConversions"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"equipmentConversions-post",
                "x-filename-id":"equipmentconversions-post"
            }
        },
        "/equipmentConversions/{pProjectGidxequipmentGroupGid}":{
            "parameters":[
                {
                    "name":"pProjectGidxequipmentGroupGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Equipment Conversions"
                ],
                "summary":"Get an Equipment Conversion",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/equipmentConversions"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"equipmentConversions-{pProjectGidxequipmentGroupGid}-get",
                "x-filename-id":"equipmentconversions-pprojectgidxequipmentgroupgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Equipment Conversions"
                ],
                "summary":"Delete an Equipment Conversion",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"equipmentConversions-{pProjectGidxequipmentGroupGid}-delete",
                "x-filename-id":"equipmentconversions-pprojectgidxequipmentgroupgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Equipment Conversions"
                ],
                "summary":"Update an Equipment Conversion",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"equipmentConversions-{pProjectGidxequipmentGroupGid}-patch",
                "x-filename-id":"equipmentconversions-pprojectgidxequipmentgroupgid-patch"
            }
        },
        "/orderReleaseTypes":{
            "get":{
                "tags":[
                    "Power Data/Order Release Types"
                ],
                "summary":"Get Order Release Types",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderReleaseTypes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleaseTypes-get",
                "x-filename-id":"orderreleasetypes-get"
            },
            "post":{
                "tags":[
                    "Power Data/Order Release Types"
                ],
                "summary":"Create an Order Release Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/orderReleaseTypes"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderReleaseTypes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleaseTypes-post",
                "x-filename-id":"orderreleasetypes-post"
            }
        },
        "/orderReleaseTypes/{orderReleaseTypeGid}":{
            "parameters":[
                {
                    "name":"orderReleaseTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Order Release Types"
                ],
                "summary":"Get an Order Release Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderReleaseTypes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleaseTypes-{orderReleaseTypeGid}-get",
                "x-filename-id":"orderreleasetypes-orderreleasetypegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Order Release Types"
                ],
                "summary":"Delete an Order Release Type",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleaseTypes-{orderReleaseTypeGid}-delete",
                "x-filename-id":"orderreleasetypes-orderreleasetypegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Order Release Types"
                ],
                "summary":"Update an Order Release Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleaseTypes-{orderReleaseTypeGid}-patch",
                "x-filename-id":"orderreleasetypes-orderreleasetypegid-patch"
            }
        },
        "/tradeProcedures":{
            "get":{
                "tags":[
                    "Power Data/Trade Procedures"
                ],
                "summary":"Get Trade Procedures",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeProcedures"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeProcedures-get",
                "x-filename-id":"tradeprocedures-get"
            },
            "post":{
                "tags":[
                    "Power Data/Trade Procedures"
                ],
                "summary":"Create a Trade Procedure",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeProcedures"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeProcedures"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeProcedures-post",
                "x-filename-id":"tradeprocedures-post"
            }
        },
        "/tradeProcedures/{gtmProcedureGid}":{
            "parameters":[
                {
                    "name":"gtmProcedureGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Trade Procedures"
                ],
                "summary":"Get a Trade Procedure",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeProcedures"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeProcedures-{gtmProcedureGid}-get",
                "x-filename-id":"tradeprocedures-gtmproceduregid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Trade Procedures"
                ],
                "summary":"Delete a Trade Procedure",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeProcedures-{gtmProcedureGid}-delete",
                "x-filename-id":"tradeprocedures-gtmproceduregid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Trade Procedures"
                ],
                "summary":"Update a Trade Procedure",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeProcedures-{gtmProcedureGid}-patch",
                "x-filename-id":"tradeprocedures-gtmproceduregid-patch"
            }
        },
        "/tradeProcedures/{gtmProcedureGid}/allowedPriorProcedures":{
            "parameters":[
                {
                    "name":"gtmProcedureGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Trade Procedures/Allowed Prior Procedures"
                ],
                "summary":"Get Allowed Prior Procedures",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeProcedures.allowedPriorProcedures"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeProcedures-{gtmProcedureGid}-allowedPriorProcedures-get",
                "x-filename-id":"tradeprocedures-gtmproceduregid-allowedpriorprocedures-get"
            },
            "post":{
                "tags":[
                    "Power Data/Trade Procedures/Allowed Prior Procedures"
                ],
                "summary":"Create an Allowed Prior Procedure",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeProcedures.allowedPriorProcedures"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradeProcedures.allowedPriorProcedures"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeProcedures.allowedPriorProcedures"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeProcedures.allowedPriorProcedures"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeProcedures-{gtmProcedureGid}-allowedPriorProcedures-post",
                "x-filename-id":"tradeprocedures-gtmproceduregid-allowedpriorprocedures-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Trade Procedures/Allowed Prior Procedures"
                ],
                "summary":"Update Allowed Prior Procedures",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeProcedures-{gtmProcedureGid}-allowedPriorProcedures-patch",
                "x-filename-id":"tradeprocedures-gtmproceduregid-allowedpriorprocedures-patch"
            }
        },
        "/tradeProcedures/{gtmProcedureGid}/allowedPriorProcedures/{gtmPriorProcedureGid}":{
            "parameters":[
                {
                    "name":"gtmProcedureGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmPriorProcedureGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Trade Procedures/Allowed Prior Procedures"
                ],
                "summary":"Get an Allowed Prior Procedure",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeProcedures.allowedPriorProcedures"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeProcedures-{gtmProcedureGid}-allowedPriorProcedures-{gtmPriorProcedureGid}-get",
                "x-filename-id":"tradeprocedures-gtmproceduregid-allowedpriorprocedures-gtmpriorproceduregid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Trade Procedures/Allowed Prior Procedures"
                ],
                "summary":"Delete an Allowed Prior Procedure",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeProcedures-{gtmProcedureGid}-allowedPriorProcedures-{gtmPriorProcedureGid}-delete",
                "x-filename-id":"tradeprocedures-gtmproceduregid-allowedpriorprocedures-gtmpriorproceduregid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Trade Procedures/Allowed Prior Procedures"
                ],
                "summary":"Update an Allowed Prior Procedure",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeProcedures-{gtmProcedureGid}-allowedPriorProcedures-{gtmPriorProcedureGid}-patch",
                "x-filename-id":"tradeprocedures-gtmproceduregid-allowedpriorprocedures-gtmpriorproceduregid-patch"
            }
        },
        "/jurisdictions":{
            "get":{
                "tags":[
                    "Power Data/Jurisdictions"
                ],
                "summary":"Get Jurisdictions",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/jurisdictions"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"jurisdictions-get",
                "x-filename-id":"jurisdictions-get"
            },
            "post":{
                "tags":[
                    "Power Data/Jurisdictions"
                ],
                "summary":"Create a Jurisdiction",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/jurisdictions"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/jurisdictions"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"jurisdictions-post",
                "x-filename-id":"jurisdictions-post"
            }
        },
        "/jurisdictions/{gtmJurisdictionGid}":{
            "parameters":[
                {
                    "name":"gtmJurisdictionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Jurisdictions"
                ],
                "summary":"Get a Jurisdiction",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/jurisdictions"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"jurisdictions-{gtmJurisdictionGid}-get",
                "x-filename-id":"jurisdictions-gtmjurisdictiongid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Jurisdictions"
                ],
                "summary":"Delete a Jurisdiction",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"jurisdictions-{gtmJurisdictionGid}-delete",
                "x-filename-id":"jurisdictions-gtmjurisdictiongid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Jurisdictions"
                ],
                "summary":"Update a Jurisdiction",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"jurisdictions-{gtmJurisdictionGid}-patch",
                "x-filename-id":"jurisdictions-gtmjurisdictiongid-patch"
            }
        },
        "/appointments":{
            "get":{
                "tags":[
                    "Business Objects/Appointments"
                ],
                "summary":"Get Appointments",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/appointments"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"appointments-get",
                "x-filename-id":"appointments-get"
            }
        },
        "/appointments/{appointmentGid}":{
            "parameters":[
                {
                    "name":"appointmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Appointments"
                ],
                "summary":"Get an Appointment",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/appointments"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"appointments-{appointmentGid}-get",
                "x-filename-id":"appointments-appointmentgid-get"
            }
        },
        "/appointments/{appointmentGid}/remarks":{
            "parameters":[
                {
                    "name":"appointmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Appointments/Remarks"
                ],
                "summary":"Get Remarks",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/appointments.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"appointments-{appointmentGid}-remarks-get",
                "x-filename-id":"appointments-appointmentgid-remarks-get"
            }
        },
        "/appointments/{appointmentGid}/remarks/{remarkSequence}":{
            "parameters":[
                {
                    "name":"appointmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"remarkSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Appointments/Remarks"
                ],
                "summary":"Get a Remark",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/appointments.remarks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"appointments-{appointmentGid}-remarks-{remarkSequence}-get",
                "x-filename-id":"appointments-appointmentgid-remarks-remarksequence-get"
            }
        },
        "/contactGroups":{
            "get":{
                "tags":[
                    "Power Data/Contact Groups"
                ],
                "summary":"Get Contact Groups",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/contactGroups"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"contactGroups-get",
                "x-filename-id":"contactgroups-get"
            },
            "post":{
                "tags":[
                    "Power Data/Contact Groups"
                ],
                "summary":"Create a Contact Group",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/contactGroups"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/contactGroups"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"contactGroups-post",
                "x-filename-id":"contactgroups-post"
            }
        },
        "/contactGroups/{contactGid}":{
            "parameters":[
                {
                    "name":"contactGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Contact Groups"
                ],
                "summary":"Get a Contact Group",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/contactGroups"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"contactGroups-{contactGid}-get",
                "x-filename-id":"contactgroups-contactgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Contact Groups"
                ],
                "summary":"Delete a Contact Group",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"contactGroups-{contactGid}-delete",
                "x-filename-id":"contactgroups-contactgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Contact Groups"
                ],
                "summary":"Update a Contact Group",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"contactGroups-{contactGid}-patch",
                "x-filename-id":"contactgroups-contactgid-patch"
            }
        },
        "/contactGroups/{contactGid}/preferences":{
            "parameters":[
                {
                    "name":"contactGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Contact Groups/Preferences"
                ],
                "summary":"Get Preferences",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/contactGroups.preferences"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"contactGroups-{contactGid}-preferences-get",
                "x-filename-id":"contactgroups-contactgid-preferences-get"
            },
            "post":{
                "tags":[
                    "Power Data/Contact Groups/Preferences"
                ],
                "summary":"Create a Preference",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/contactGroups.preferences"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/contactGroups.preferences"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/contactGroups.preferences"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/contactGroups.preferences"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"contactGroups-{contactGid}-preferences-post",
                "x-filename-id":"contactgroups-contactgid-preferences-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Contact Groups/Preferences"
                ],
                "summary":"Update Preferences",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"contactGroups-{contactGid}-preferences-patch",
                "x-filename-id":"contactgroups-contactgid-preferences-patch"
            }
        },
        "/contactGroups/{contactGid}/preferences/{preferenceGid}":{
            "parameters":[
                {
                    "name":"contactGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"preferenceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Contact Groups/Preferences"
                ],
                "summary":"Get a Preference",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/contactGroups.preferences"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"contactGroups-{contactGid}-preferences-{preferenceGid}-get",
                "x-filename-id":"contactgroups-contactgid-preferences-preferencegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Contact Groups/Preferences"
                ],
                "summary":"Delete a Preference",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"contactGroups-{contactGid}-preferences-{preferenceGid}-delete",
                "x-filename-id":"contactgroups-contactgid-preferences-preferencegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Contact Groups/Preferences"
                ],
                "summary":"Update a Preference",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"contactGroups-{contactGid}-preferences-{preferenceGid}-patch",
                "x-filename-id":"contactgroups-contactgid-preferences-preferencegid-patch"
            }
        },
        "/contactGroups/{contactGid}/groups":{
            "parameters":[
                {
                    "name":"contactGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Contact Groups/Groups"
                ],
                "summary":"Get Groups",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/contactGroups.groups"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"contactGroups-{contactGid}-groups-get",
                "x-filename-id":"contactgroups-contactgid-groups-get"
            },
            "post":{
                "tags":[
                    "Power Data/Contact Groups/Groups"
                ],
                "summary":"Create a Group",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/contactGroups.groups"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/contactGroups.groups"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/contactGroups.groups"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/contactGroups.groups"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"contactGroups-{contactGid}-groups-post",
                "x-filename-id":"contactgroups-contactgid-groups-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Contact Groups/Groups"
                ],
                "summary":"Update Groups",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"contactGroups-{contactGid}-groups-patch",
                "x-filename-id":"contactgroups-contactgid-groups-patch"
            }
        },
        "/contactGroups/{contactGid}/groups/{contactGid}":{
            "parameters":[
                {
                    "name":"contactGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Contact Groups/Groups"
                ],
                "summary":"Get a Group",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/contactGroups.groups"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"contactGroups-{contactGid}-groups-{contactGid}-get",
                "x-filename-id":"contactgroups-contactgid-groups-contactgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Contact Groups/Groups"
                ],
                "summary":"Delete a Group",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"contactGroups-{contactGid}-groups-{contactGid}-delete",
                "x-filename-id":"contactgroups-contactgid-groups-contactgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Contact Groups/Groups"
                ],
                "summary":"Update a Group",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"contactGroups-{contactGid}-groups-{contactGid}-patch",
                "x-filename-id":"contactgroups-contactgid-groups-contactgid-patch"
            }
        },
        "/reasonGroups":{
            "get":{
                "tags":[
                    "Power Data/Reason Groups"
                ],
                "summary":"Get Reason Groups",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/reasonGroups"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"reasonGroups-get",
                "x-filename-id":"reasongroups-get"
            },
            "post":{
                "tags":[
                    "Power Data/Reason Groups"
                ],
                "summary":"Create a Reason Group",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/reasonGroups"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/reasonGroups"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"reasonGroups-post",
                "x-filename-id":"reasongroups-post"
            }
        },
        "/reasonGroups/{bsReasonGroupGid}":{
            "parameters":[
                {
                    "name":"bsReasonGroupGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Reason Groups"
                ],
                "summary":"Get a Reason Group",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/reasonGroups"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"reasonGroups-{bsReasonGroupGid}-get",
                "x-filename-id":"reasongroups-bsreasongroupgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Reason Groups"
                ],
                "summary":"Delete a Reason Group",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"reasonGroups-{bsReasonGroupGid}-delete",
                "x-filename-id":"reasongroups-bsreasongroupgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Reason Groups"
                ],
                "summary":"Update a Reason Group",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"reasonGroups-{bsReasonGroupGid}-patch",
                "x-filename-id":"reasongroups-bsreasongroupgid-patch"
            }
        },
        "/reasonGroups/{bsReasonGroupGid}/codeProfiles":{
            "parameters":[
                {
                    "name":"bsReasonGroupGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Reason Groups/Code Profiles"
                ],
                "summary":"Get Code Profiles",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/reasonGroups.codeProfiles"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"reasonGroups-{bsReasonGroupGid}-codeProfiles-get",
                "x-filename-id":"reasongroups-bsreasongroupgid-codeprofiles-get"
            },
            "post":{
                "tags":[
                    "Power Data/Reason Groups/Code Profiles"
                ],
                "summary":"Create a Code Profile",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/reasonGroups.codeProfiles"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/reasonGroups.codeProfiles"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/reasonGroups.codeProfiles"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/reasonGroups.codeProfiles"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"reasonGroups-{bsReasonGroupGid}-codeProfiles-post",
                "x-filename-id":"reasongroups-bsreasongroupgid-codeprofiles-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Reason Groups/Code Profiles"
                ],
                "summary":"Update Code Profiles",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"reasonGroups-{bsReasonGroupGid}-codeProfiles-patch",
                "x-filename-id":"reasongroups-bsreasongroupgid-codeprofiles-patch"
            }
        },
        "/reasonGroups/{bsReasonGroupGid}/codeProfiles/{bsReasonCodeProfileGid}":{
            "parameters":[
                {
                    "name":"bsReasonGroupGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"bsReasonCodeProfileGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Reason Groups/Code Profiles"
                ],
                "summary":"Get a Code Profile",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/reasonGroups.codeProfiles"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"reasonGroups-{bsReasonGroupGid}-codeProfiles-{bsReasonCodeProfileGid}-get",
                "x-filename-id":"reasongroups-bsreasongroupgid-codeprofiles-bsreasoncodeprofilegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Reason Groups/Code Profiles"
                ],
                "summary":"Delete a Code Profile",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"reasonGroups-{bsReasonGroupGid}-codeProfiles-{bsReasonCodeProfileGid}-delete",
                "x-filename-id":"reasongroups-bsreasongroupgid-codeprofiles-bsreasoncodeprofilegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Reason Groups/Code Profiles"
                ],
                "summary":"Update a Code Profile",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"reasonGroups-{bsReasonGroupGid}-codeProfiles-{bsReasonCodeProfileGid}-patch",
                "x-filename-id":"reasongroups-bsreasongroupgid-codeprofiles-bsreasoncodeprofilegid-patch"
            }
        },
        "/custom-actions/riqRateAndRoute":{
            "post":{
                "tags":[
                    "Actions/Business Queries"
                ],
                "summary":"Perform rate and route inquiry",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/json":{
                            "schema":{
                                "$ref":"#/components/schemas/rateAndRouteRequest"
                            }
                        }
                    }
                },
                "responses":{
                    "200":{
                        "description":"Success! A successful POST method returns a 200 status code.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateAndRouteResponse"
                                }
                            }
                        }
                    },
                    "400":{
                        "description":"Your request couldn't be processed because it contains missing or invalid information, such as a validation error on an input field, a missing required value, and so forth.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    },
                    "429":{
                        "description":"Indicates that the client has sent too many requests to the server in a given amount of time.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    },
                    "500":{
                        "description":"The server encountered something unexpected that prevented it from completing the request.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"custom-actions-riqRateAndRoute-post",
                "x-filename-id":"custom-actions-riqrateandroute-post"
            }
        },
        "/vatOutcomes":{
            "get":{
                "tags":[
                    "Power Data/VAT Outcomes"
                ],
                "summary":"Get VAT Outcomes",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/vatOutcomes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"vatOutcomes-get",
                "x-filename-id":"vatoutcomes-get"
            }
        },
        "/vatOutcomes/{vatOutcomeGid}":{
            "parameters":[
                {
                    "name":"vatOutcomeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/VAT Outcomes"
                ],
                "summary":"Get a VAT Outcome",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/vatOutcomes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"vatOutcomes-{vatOutcomeGid}-get",
                "x-filename-id":"vatoutcomes-vatoutcomegid-get"
            }
        },
        "/routeExecutionReferenceNumberQualifiers":{
            "get":{
                "tags":[
                    "Power Data/Route Execution Reference Number Qualifiers"
                ],
                "summary":"Get Route Execution Reference Number Qualifiers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/routeExecutionReferenceNumberQualifiers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"routeExecutionReferenceNumberQualifiers-get",
                "x-filename-id":"routeexecutionreferencenumberqualifiers-get"
            },
            "post":{
                "tags":[
                    "Power Data/Route Execution Reference Number Qualifiers"
                ],
                "summary":"Create a Route Execution Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/routeExecutionReferenceNumberQualifiers"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/routeExecutionReferenceNumberQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"routeExecutionReferenceNumberQualifiers-post",
                "x-filename-id":"routeexecutionreferencenumberqualifiers-post"
            }
        },
        "/routeExecutionReferenceNumberQualifiers/{routeRefnumQualGid}":{
            "parameters":[
                {
                    "name":"routeRefnumQualGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Route Execution Reference Number Qualifiers"
                ],
                "summary":"Get a Route Execution Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/routeExecutionReferenceNumberQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"routeExecutionReferenceNumberQualifiers-{routeRefnumQualGid}-get",
                "x-filename-id":"routeexecutionreferencenumberqualifiers-routerefnumqualgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Route Execution Reference Number Qualifiers"
                ],
                "summary":"Delete a Route Execution Reference Number Qualifier",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"routeExecutionReferenceNumberQualifiers-{routeRefnumQualGid}-delete",
                "x-filename-id":"routeexecutionreferencenumberqualifiers-routerefnumqualgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Route Execution Reference Number Qualifiers"
                ],
                "summary":"Update a Route Execution Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"routeExecutionReferenceNumberQualifiers-{routeRefnumQualGid}-patch",
                "x-filename-id":"routeexecutionreferencenumberqualifiers-routerefnumqualgid-patch"
            }
        },
        "/jobReferenceNumberQualifiers":{
            "get":{
                "tags":[
                    "Power Data/Job Reference Number Qualifiers"
                ],
                "summary":"Get Job Reference Number Qualifiers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/jobReferenceNumberQualifiers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"jobReferenceNumberQualifiers-get",
                "x-filename-id":"jobreferencenumberqualifiers-get"
            },
            "post":{
                "tags":[
                    "Power Data/Job Reference Number Qualifiers"
                ],
                "summary":"Create a Job Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/jobReferenceNumberQualifiers"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/jobReferenceNumberQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"jobReferenceNumberQualifiers-post",
                "x-filename-id":"jobreferencenumberqualifiers-post"
            }
        },
        "/jobReferenceNumberQualifiers/{jobRefnumQualGid}":{
            "parameters":[
                {
                    "name":"jobRefnumQualGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Job Reference Number Qualifiers"
                ],
                "summary":"Get a Job Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/jobReferenceNumberQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"jobReferenceNumberQualifiers-{jobRefnumQualGid}-get",
                "x-filename-id":"jobreferencenumberqualifiers-jobrefnumqualgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Job Reference Number Qualifiers"
                ],
                "summary":"Delete a Job Reference Number Qualifier",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"jobReferenceNumberQualifiers-{jobRefnumQualGid}-delete",
                "x-filename-id":"jobreferencenumberqualifiers-jobrefnumqualgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Job Reference Number Qualifiers"
                ],
                "summary":"Update a Job Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"jobReferenceNumberQualifiers-{jobRefnumQualGid}-patch",
                "x-filename-id":"jobreferencenumberqualifiers-jobrefnumqualgid-patch"
            }
        },
        "/hazardousClassificationProfiles":{
            "get":{
                "tags":[
                    "Power Data/Hazardous Classification Profiles"
                ],
                "summary":"Get Hazardous Classification Profiles",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/hazardousClassificationProfiles"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"hazardousClassificationProfiles-get",
                "x-filename-id":"hazardousclassificationprofiles-get"
            },
            "post":{
                "tags":[
                    "Power Data/Hazardous Classification Profiles"
                ],
                "summary":"Create a Hazardous Classification Profile",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/hazardousClassificationProfiles"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/hazardousClassificationProfiles"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"hazardousClassificationProfiles-post",
                "x-filename-id":"hazardousclassificationprofiles-post"
            }
        },
        "/hazardousClassificationProfiles/{hazClassProfileGid}":{
            "parameters":[
                {
                    "name":"hazClassProfileGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Hazardous Classification Profiles"
                ],
                "summary":"Get a Hazardous Classification Profile",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/hazardousClassificationProfiles"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"hazardousClassificationProfiles-{hazClassProfileGid}-get",
                "x-filename-id":"hazardousclassificationprofiles-hazclassprofilegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Hazardous Classification Profiles"
                ],
                "summary":"Delete a Hazardous Classification Profile",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"hazardousClassificationProfiles-{hazClassProfileGid}-delete",
                "x-filename-id":"hazardousclassificationprofiles-hazclassprofilegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Hazardous Classification Profiles"
                ],
                "summary":"Update a Hazardous Classification Profile",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"hazardousClassificationProfiles-{hazClassProfileGid}-patch",
                "x-filename-id":"hazardousclassificationprofiles-hazclassprofilegid-patch"
            }
        },
        "/hazardousClassificationProfiles/{hazClassProfileGid}/details":{
            "parameters":[
                {
                    "name":"hazClassProfileGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Hazardous Classification Profiles/Details"
                ],
                "summary":"Get Details",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/hazardousClassificationProfiles.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"hazardousClassificationProfiles-{hazClassProfileGid}-details-get",
                "x-filename-id":"hazardousclassificationprofiles-hazclassprofilegid-details-get"
            },
            "post":{
                "tags":[
                    "Power Data/Hazardous Classification Profiles/Details"
                ],
                "summary":"Create a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/hazardousClassificationProfiles.details"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/hazardousClassificationProfiles.details"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/hazardousClassificationProfiles.details"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/hazardousClassificationProfiles.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"hazardousClassificationProfiles-{hazClassProfileGid}-details-post",
                "x-filename-id":"hazardousclassificationprofiles-hazclassprofilegid-details-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Hazardous Classification Profiles/Details"
                ],
                "summary":"Update Details",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"hazardousClassificationProfiles-{hazClassProfileGid}-details-patch",
                "x-filename-id":"hazardousclassificationprofiles-hazclassprofilegid-details-patch"
            }
        },
        "/hazardousClassificationProfiles/{hazClassProfileGid}/details/{hazardousClassificationGid}":{
            "parameters":[
                {
                    "name":"hazClassProfileGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"hazardousClassificationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Hazardous Classification Profiles/Details"
                ],
                "summary":"Get a Detail",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/hazardousClassificationProfiles.details"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"hazardousClassificationProfiles-{hazClassProfileGid}-details-{hazardousClassificationGid}-get",
                "x-filename-id":"hazardousclassificationprofiles-hazclassprofilegid-details-hazardousclassificationgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Hazardous Classification Profiles/Details"
                ],
                "summary":"Delete a Detail",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"hazardousClassificationProfiles-{hazClassProfileGid}-details-{hazardousClassificationGid}-delete",
                "x-filename-id":"hazardousclassificationprofiles-hazclassprofilegid-details-hazardousclassificationgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Hazardous Classification Profiles/Details"
                ],
                "summary":"Update a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"hazardousClassificationProfiles-{hazClassProfileGid}-details-{hazardousClassificationGid}-patch",
                "x-filename-id":"hazardousclassificationprofiles-hazclassprofilegid-details-hazardousclassificationgid-patch"
            }
        },
        "/billableIndicators":{
            "get":{
                "tags":[
                    "Power Data/Billable Indicators"
                ],
                "summary":"Get Billable Indicators",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/billableIndicators"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"billableIndicators-get",
                "x-filename-id":"billableindicators-get"
            }
        },
        "/billableIndicators/{billableIndicatorGid}":{
            "parameters":[
                {
                    "name":"billableIndicatorGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Billable Indicators"
                ],
                "summary":"Get a Billable Indicator",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/billableIndicators"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"billableIndicators-{billableIndicatorGid}-get",
                "x-filename-id":"billableindicators-billableindicatorgid-get"
            }
        },
        "/quickEvents":{
            "get":{
                "tags":[
                    "Power Data/Quick Events"
                ],
                "summary":"Get Quick Events",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/quickEvents"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"quickEvents-get",
                "x-filename-id":"quickevents-get"
            },
            "post":{
                "tags":[
                    "Power Data/Quick Events"
                ],
                "summary":"Create a Quick Event",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/quickEvents"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/quickEvents"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"quickEvents-post",
                "x-filename-id":"quickevents-post"
            }
        },
        "/quickEvents/{quickEventGid}":{
            "parameters":[
                {
                    "name":"quickEventGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Quick Events"
                ],
                "summary":"Get a Quick Event",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/quickEvents"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"quickEvents-{quickEventGid}-get",
                "x-filename-id":"quickevents-quickeventgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Quick Events"
                ],
                "summary":"Delete a Quick Event",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"quickEvents-{quickEventGid}-delete",
                "x-filename-id":"quickevents-quickeventgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Quick Events"
                ],
                "summary":"Update a Quick Event",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"quickEvents-{quickEventGid}-patch",
                "x-filename-id":"quickevents-quickeventgid-patch"
            }
        },
        "/damageTypes":{
            "get":{
                "tags":[
                    "Power Data/Damage Types"
                ],
                "summary":"Get Damage Types",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/damageTypes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"damageTypes-get",
                "x-filename-id":"damagetypes-get"
            },
            "post":{
                "tags":[
                    "Power Data/Damage Types"
                ],
                "summary":"Create a Damage Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/damageTypes"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/damageTypes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"damageTypes-post",
                "x-filename-id":"damagetypes-post"
            }
        },
        "/damageTypes/{damageTypeGid}":{
            "parameters":[
                {
                    "name":"damageTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Damage Types"
                ],
                "summary":"Get a Damage Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/damageTypes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"damageTypes-{damageTypeGid}-get",
                "x-filename-id":"damagetypes-damagetypegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Damage Types"
                ],
                "summary":"Delete a Damage Type",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"damageTypes-{damageTypeGid}-delete",
                "x-filename-id":"damagetypes-damagetypegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Damage Types"
                ],
                "summary":"Update a Damage Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"damageTypes-{damageTypeGid}-patch",
                "x-filename-id":"damagetypes-damagetypegid-patch"
            }
        },
        "/itineraries":{
            "get":{
                "tags":[
                    "Business Objects/Itineraries"
                ],
                "summary":"Get Itineraries",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itineraries"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itineraries-get",
                "x-filename-id":"itineraries-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Itineraries"
                ],
                "summary":"Create an Itinerary",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/itineraries"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itineraries"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itineraries-post",
                "x-filename-id":"itineraries-post"
            }
        },
        "/itineraries/{itineraryGid}":{
            "parameters":[
                {
                    "name":"itineraryGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Itineraries"
                ],
                "summary":"Get an Itinerary",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itineraries"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itineraries-{itineraryGid}-get",
                "x-filename-id":"itineraries-itinerarygid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Itineraries"
                ],
                "summary":"Delete an Itinerary",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itineraries-{itineraryGid}-delete",
                "x-filename-id":"itineraries-itinerarygid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Itineraries"
                ],
                "summary":"Update an Itinerary",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itineraries-{itineraryGid}-patch",
                "x-filename-id":"itineraries-itinerarygid-patch"
            }
        },
        "/itineraries/{itineraryGid}/legs":{
            "parameters":[
                {
                    "name":"itineraryGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Itineraries/Legs"
                ],
                "summary":"Get Legs",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itineraries.legs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itineraries-{itineraryGid}-legs-get",
                "x-filename-id":"itineraries-itinerarygid-legs-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Itineraries/Legs"
                ],
                "summary":"Create a Leg",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/itineraries.legs"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/itineraries.legs"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itineraries.legs"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itineraries.legs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itineraries-{itineraryGid}-legs-post",
                "x-filename-id":"itineraries-itinerarygid-legs-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Itineraries/Legs"
                ],
                "summary":"Update Legs",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itineraries-{itineraryGid}-legs-patch",
                "x-filename-id":"itineraries-itinerarygid-legs-patch"
            }
        },
        "/itineraries/{itineraryGid}/legs/{legGid}":{
            "parameters":[
                {
                    "name":"itineraryGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"legGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Itineraries/Legs"
                ],
                "summary":"Get a Leg",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itineraries.legs"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itineraries-{itineraryGid}-legs-{legGid}-get",
                "x-filename-id":"itineraries-itinerarygid-legs-leggid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Itineraries/Legs"
                ],
                "summary":"Delete a Leg",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itineraries-{itineraryGid}-legs-{legGid}-delete",
                "x-filename-id":"itineraries-itinerarygid-legs-leggid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Itineraries/Legs"
                ],
                "summary":"Update a Leg",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itineraries-{itineraryGid}-legs-{legGid}-patch",
                "x-filename-id":"itineraries-itinerarygid-legs-leggid-patch"
            }
        },
        "/itineraries/{itineraryGid}/legs/{legGid}/interimPoints":{
            "parameters":[
                {
                    "name":"itineraryGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"legGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Itineraries/Legs/Interim Points"
                ],
                "summary":"Get Interim Points",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itineraries.legs.interimPoints"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itineraries-{itineraryGid}-legs-{legGid}-interimPoints-get",
                "x-filename-id":"itineraries-itinerarygid-legs-leggid-interimpoints-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Itineraries/Legs/Interim Points"
                ],
                "summary":"Create an Interim Point",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/itineraries.legs.interimPoints"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/itineraries.legs.interimPoints"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itineraries.legs.interimPoints"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itineraries.legs.interimPoints"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itineraries-{itineraryGid}-legs-{legGid}-interimPoints-post",
                "x-filename-id":"itineraries-itinerarygid-legs-leggid-interimpoints-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Itineraries/Legs/Interim Points"
                ],
                "summary":"Update Interim Points",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itineraries-{itineraryGid}-legs-{legGid}-interimPoints-patch",
                "x-filename-id":"itineraries-itinerarygid-legs-leggid-interimpoints-patch"
            }
        },
        "/itineraries/{itineraryGid}/legs/{legGid}/interimPoints/{seqNo}":{
            "parameters":[
                {
                    "name":"itineraryGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"legGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"seqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Itineraries/Legs/Interim Points"
                ],
                "summary":"Get an Interim Point",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itineraries.legs.interimPoints"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itineraries-{itineraryGid}-legs-{legGid}-interimPoints-{seqNo}-get",
                "x-filename-id":"itineraries-itinerarygid-legs-leggid-interimpoints-seqno-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Itineraries/Legs/Interim Points"
                ],
                "summary":"Delete an Interim Point",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itineraries-{itineraryGid}-legs-{legGid}-interimPoints-{seqNo}-delete",
                "x-filename-id":"itineraries-itinerarygid-legs-leggid-interimpoints-seqno-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Itineraries/Legs/Interim Points"
                ],
                "summary":"Update an Interim Point",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itineraries-{itineraryGid}-legs-{legGid}-interimPoints-{seqNo}-patch",
                "x-filename-id":"itineraries-itinerarygid-legs-leggid-interimpoints-seqno-patch"
            }
        },
        "/itineraries/{itineraryGid}/legs/{legGid}/flexCommodityProfilelists":{
            "parameters":[
                {
                    "name":"itineraryGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"legGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Itineraries/Legs/Flex Commodity Profile Lists"
                ],
                "summary":"Get Flex Commodity Profile Lists",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itineraries.legs.flexCommodityProfilelists"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itineraries-{itineraryGid}-legs-{legGid}-flexCommodityProfilelists-get",
                "x-filename-id":"itineraries-itinerarygid-legs-leggid-flexcommodityprofilelists-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Itineraries/Legs/Flex Commodity Profile Lists"
                ],
                "summary":"Create a Flex Commodity Profile List",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/itineraries.legs.flexCommodityProfilelists"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/itineraries.legs.flexCommodityProfilelists"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itineraries.legs.flexCommodityProfilelists"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itineraries.legs.flexCommodityProfilelists"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itineraries-{itineraryGid}-legs-{legGid}-flexCommodityProfilelists-post",
                "x-filename-id":"itineraries-itinerarygid-legs-leggid-flexcommodityprofilelists-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Itineraries/Legs/Flex Commodity Profile Lists"
                ],
                "summary":"Update Flex Commodity Profile Lists",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itineraries-{itineraryGid}-legs-{legGid}-flexCommodityProfilelists-patch",
                "x-filename-id":"itineraries-itinerarygid-legs-leggid-flexcommodityprofilelists-patch"
            }
        },
        "/itineraries/{itineraryGid}/legs/{legGid}/flexCommodityProfilelists/{flexCommodityProfileGid}":{
            "parameters":[
                {
                    "name":"itineraryGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"legGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"flexCommodityProfileGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Itineraries/Legs/Flex Commodity Profile Lists"
                ],
                "summary":"Get a Flex Commodity Profile List",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itineraries.legs.flexCommodityProfilelists"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itineraries-{itineraryGid}-legs-{legGid}-flexCommodityProfilelists-{flexCommodityProfileGid}-get",
                "x-filename-id":"itineraries-itinerarygid-legs-leggid-flexcommodityprofilelists-flexcommodityprofilegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Itineraries/Legs/Flex Commodity Profile Lists"
                ],
                "summary":"Delete a Flex Commodity Profile List",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itineraries-{itineraryGid}-legs-{legGid}-flexCommodityProfilelists-{flexCommodityProfileGid}-delete",
                "x-filename-id":"itineraries-itinerarygid-legs-leggid-flexcommodityprofilelists-flexcommodityprofilegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Itineraries/Legs/Flex Commodity Profile Lists"
                ],
                "summary":"Update a Flex Commodity Profile List",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itineraries-{itineraryGid}-legs-{legGid}-flexCommodityProfilelists-{flexCommodityProfileGid}-patch",
                "x-filename-id":"itineraries-itinerarygid-legs-leggid-flexcommodityprofilelists-flexcommodityprofilegid-patch"
            }
        },
        "/itineraries/{itineraryGid}/legs/{legGid}/involvedParties":{
            "parameters":[
                {
                    "name":"itineraryGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"legGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Itineraries/Legs/Involved Parties"
                ],
                "summary":"Get Involved Parties",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itineraries.legs.involvedParties"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itineraries-{itineraryGid}-legs-{legGid}-involvedParties-get",
                "x-filename-id":"itineraries-itinerarygid-legs-leggid-involvedparties-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Itineraries/Legs/Involved Parties"
                ],
                "summary":"Create an Involved Party",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/itineraries.legs.involvedParties"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/itineraries.legs.involvedParties"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itineraries.legs.involvedParties"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itineraries.legs.involvedParties"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itineraries-{itineraryGid}-legs-{legGid}-involvedParties-post",
                "x-filename-id":"itineraries-itinerarygid-legs-leggid-involvedparties-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Itineraries/Legs/Involved Parties"
                ],
                "summary":"Update Involved Parties",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itineraries-{itineraryGid}-legs-{legGid}-involvedParties-patch",
                "x-filename-id":"itineraries-itinerarygid-legs-leggid-involvedparties-patch"
            }
        },
        "/itineraries/{itineraryGid}/legs/{legGid}/involvedParties/{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}":{
            "parameters":[
                {
                    "name":"itineraryGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"legGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Itineraries/Legs/Involved Parties"
                ],
                "summary":"Get an Involved Party",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itineraries.legs.involvedParties"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itineraries-{itineraryGid}-legs-{legGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-get",
                "x-filename-id":"itineraries-itinerarygid-legs-leggid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Itineraries/Legs/Involved Parties"
                ],
                "summary":"Delete an Involved Party",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itineraries-{itineraryGid}-legs-{legGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-delete",
                "x-filename-id":"itineraries-itinerarygid-legs-leggid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Itineraries/Legs/Involved Parties"
                ],
                "summary":"Update an Involved Party",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itineraries-{itineraryGid}-legs-{legGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-patch",
                "x-filename-id":"itineraries-itinerarygid-legs-leggid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-patch"
            }
        },
        "/itineraries/{itineraryGid}/legs/{legGid}/schedules":{
            "parameters":[
                {
                    "name":"itineraryGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"legGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Itineraries/Legs/Schedules"
                ],
                "summary":"Get Schedules",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itineraries.legs.schedules"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itineraries-{itineraryGid}-legs-{legGid}-schedules-get",
                "x-filename-id":"itineraries-itinerarygid-legs-leggid-schedules-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Itineraries/Legs/Schedules"
                ],
                "summary":"Create a Schedule",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/itineraries.legs.schedules"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/itineraries.legs.schedules"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itineraries.legs.schedules"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itineraries.legs.schedules"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itineraries-{itineraryGid}-legs-{legGid}-schedules-post",
                "x-filename-id":"itineraries-itinerarygid-legs-leggid-schedules-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Itineraries/Legs/Schedules"
                ],
                "summary":"Update Schedules",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itineraries-{itineraryGid}-legs-{legGid}-schedules-patch",
                "x-filename-id":"itineraries-itinerarygid-legs-leggid-schedules-patch"
            }
        },
        "/itineraries/{itineraryGid}/legs/{legGid}/schedules/{repetitionScheduleGid}":{
            "parameters":[
                {
                    "name":"itineraryGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"legGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"repetitionScheduleGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Itineraries/Legs/Schedules"
                ],
                "summary":"Get a Schedule",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itineraries.legs.schedules"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itineraries-{itineraryGid}-legs-{legGid}-schedules-{repetitionScheduleGid}-get",
                "x-filename-id":"itineraries-itinerarygid-legs-leggid-schedules-repetitionschedulegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Itineraries/Legs/Schedules"
                ],
                "summary":"Delete a Schedule",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itineraries-{itineraryGid}-legs-{legGid}-schedules-{repetitionScheduleGid}-delete",
                "x-filename-id":"itineraries-itinerarygid-legs-leggid-schedules-repetitionschedulegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Itineraries/Legs/Schedules"
                ],
                "summary":"Update a Schedule",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itineraries-{itineraryGid}-legs-{legGid}-schedules-{repetitionScheduleGid}-patch",
                "x-filename-id":"itineraries-itinerarygid-legs-leggid-schedules-repetitionschedulegid-patch"
            }
        },
        "/itineraries/{itineraryGid}/legs/{legGid}/capacityOverrides":{
            "parameters":[
                {
                    "name":"itineraryGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"legGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Itineraries/Legs/Capacity Overrides"
                ],
                "summary":"Get Capacity Overrides",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itineraries.legs.capacityOverrides"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itineraries-{itineraryGid}-legs-{legGid}-capacityOverrides-get",
                "x-filename-id":"itineraries-itinerarygid-legs-leggid-capacityoverrides-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Itineraries/Legs/Capacity Overrides"
                ],
                "summary":"Create a Capacity Override",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/itineraries.legs.capacityOverrides"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/itineraries.legs.capacityOverrides"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itineraries.legs.capacityOverrides"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itineraries.legs.capacityOverrides"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itineraries-{itineraryGid}-legs-{legGid}-capacityOverrides-post",
                "x-filename-id":"itineraries-itinerarygid-legs-leggid-capacityoverrides-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Itineraries/Legs/Capacity Overrides"
                ],
                "summary":"Update Capacity Overrides",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itineraries-{itineraryGid}-legs-{legGid}-capacityOverrides-patch",
                "x-filename-id":"itineraries-itinerarygid-legs-leggid-capacityoverrides-patch"
            }
        },
        "/itineraries/{itineraryGid}/legs/{legGid}/capacityOverrides/{capacityOverrideGid}":{
            "parameters":[
                {
                    "name":"itineraryGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"legGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"capacityOverrideGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Itineraries/Legs/Capacity Overrides"
                ],
                "summary":"Get a Capacity Override",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itineraries.legs.capacityOverrides"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itineraries-{itineraryGid}-legs-{legGid}-capacityOverrides-{capacityOverrideGid}-get",
                "x-filename-id":"itineraries-itinerarygid-legs-leggid-capacityoverrides-capacityoverridegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Itineraries/Legs/Capacity Overrides"
                ],
                "summary":"Delete a Capacity Override",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itineraries-{itineraryGid}-legs-{legGid}-capacityOverrides-{capacityOverrideGid}-delete",
                "x-filename-id":"itineraries-itinerarygid-legs-leggid-capacityoverrides-capacityoverridegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Itineraries/Legs/Capacity Overrides"
                ],
                "summary":"Update a Capacity Override",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itineraries-{itineraryGid}-legs-{legGid}-capacityOverrides-{capacityOverrideGid}-patch",
                "x-filename-id":"itineraries-itinerarygid-legs-leggid-capacityoverrides-capacityoverridegid-patch"
            }
        },
        "/deliveryWindowProfiles":{
            "get":{
                "tags":[
                    "Power Data/Delivery Window Profiles"
                ],
                "summary":"Get Delivery Window Profiles",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/deliveryWindowProfiles"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"deliveryWindowProfiles-get",
                "x-filename-id":"deliverywindowprofiles-get"
            },
            "post":{
                "tags":[
                    "Power Data/Delivery Window Profiles"
                ],
                "summary":"Create a Delivery Window Profile",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/deliveryWindowProfiles"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/deliveryWindowProfiles"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"deliveryWindowProfiles-post",
                "x-filename-id":"deliverywindowprofiles-post"
            }
        },
        "/deliveryWindowProfiles/{deliveryWindowProfileGid}":{
            "parameters":[
                {
                    "name":"deliveryWindowProfileGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Delivery Window Profiles"
                ],
                "summary":"Get a Delivery Window Profile",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/deliveryWindowProfiles"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"deliveryWindowProfiles-{deliveryWindowProfileGid}-get",
                "x-filename-id":"deliverywindowprofiles-deliverywindowprofilegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Delivery Window Profiles"
                ],
                "summary":"Delete a Delivery Window Profile",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"deliveryWindowProfiles-{deliveryWindowProfileGid}-delete",
                "x-filename-id":"deliverywindowprofiles-deliverywindowprofilegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Delivery Window Profiles"
                ],
                "summary":"Update a Delivery Window Profile",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"deliveryWindowProfiles-{deliveryWindowProfileGid}-patch",
                "x-filename-id":"deliverywindowprofiles-deliverywindowprofilegid-patch"
            }
        },
        "/crForecastReferenceNumberQualifiers":{
            "get":{
                "tags":[
                    "Power Data/Cr Forecast Reference Number Qualifiers"
                ],
                "summary":"Get Cr Forecast Reference Number Qualifiers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/crForecastReferenceNumberQualifiers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"crForecastReferenceNumberQualifiers-get",
                "x-filename-id":"crforecastreferencenumberqualifiers-get"
            },
            "post":{
                "tags":[
                    "Power Data/Cr Forecast Reference Number Qualifiers"
                ],
                "summary":"Create a Cr Forecast Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/crForecastReferenceNumberQualifiers"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/crForecastReferenceNumberQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"crForecastReferenceNumberQualifiers-post",
                "x-filename-id":"crforecastreferencenumberqualifiers-post"
            }
        },
        "/crForecastReferenceNumberQualifiers/{crForecastRefnumQualGid}":{
            "parameters":[
                {
                    "name":"crForecastRefnumQualGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Cr Forecast Reference Number Qualifiers"
                ],
                "summary":"Get a Cr Forecast Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/crForecastReferenceNumberQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"crForecastReferenceNumberQualifiers-{crForecastRefnumQualGid}-get",
                "x-filename-id":"crforecastreferencenumberqualifiers-crforecastrefnumqualgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Cr Forecast Reference Number Qualifiers"
                ],
                "summary":"Delete a Cr Forecast Reference Number Qualifier",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"crForecastReferenceNumberQualifiers-{crForecastRefnumQualGid}-delete",
                "x-filename-id":"crforecastreferencenumberqualifiers-crforecastrefnumqualgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Cr Forecast Reference Number Qualifiers"
                ],
                "summary":"Update a Cr Forecast Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"crForecastReferenceNumberQualifiers-{crForecastRefnumQualGid}-patch",
                "x-filename-id":"crforecastreferencenumberqualifiers-crforecastrefnumqualgid-patch"
            }
        },
        "/items":{
            "get":{
                "tags":[
                    "Business Objects/Items"
                ],
                "summary":"Get Items",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/items"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-get",
                "x-filename-id":"items-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Items"
                ],
                "summary":"Create an Item",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/items"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/items"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-post",
                "x-filename-id":"items-post"
            }
        },
        "/items/{itemGid}":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items"
                ],
                "summary":"Get an Item",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/items"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-get",
                "x-filename-id":"items-itemgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Items"
                ],
                "summary":"Delete an Item",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-delete",
                "x-filename-id":"items-itemgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items"
                ],
                "summary":"Update an Item",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-patch",
                "x-filename-id":"items-itemgid-patch"
            }
        },
        "/items/{itemGid}/statuses":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items/Statuses"
                ],
                "summary":"Get Statuses",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/items.statuses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-statuses-get",
                "x-filename-id":"items-itemgid-statuses-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Items/Statuses"
                ],
                "summary":"Create a Status",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/items.statuses"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/items.statuses"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/items.statuses"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/items.statuses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-statuses-post",
                "x-filename-id":"items-itemgid-statuses-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items/Statuses"
                ],
                "summary":"Update Statuses",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-statuses-patch",
                "x-filename-id":"items-itemgid-statuses-patch"
            }
        },
        "/items/{itemGid}/statuses/{statusTypeGid}":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"statusTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items/Statuses"
                ],
                "summary":"Get a Status",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/items.statuses"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-statuses-{statusTypeGid}-get",
                "x-filename-id":"items-itemgid-statuses-statustypegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Items/Statuses"
                ],
                "summary":"Delete a Status",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-statuses-{statusTypeGid}-delete",
                "x-filename-id":"items-itemgid-statuses-statustypegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items/Statuses"
                ],
                "summary":"Update a Status",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-statuses-{statusTypeGid}-patch",
                "x-filename-id":"items-itemgid-statuses-statustypegid-patch"
            }
        },
        "/items/{itemGid}/refnums":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items/Reference Numbers"
                ],
                "summary":"Get Reference Numbers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/items.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-refnums-get",
                "x-filename-id":"items-itemgid-refnums-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Items/Reference Numbers"
                ],
                "summary":"Create a Reference Number",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/items.refnums"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/items.refnums"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/items.refnums"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/items.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-refnums-post",
                "x-filename-id":"items-itemgid-refnums-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items/Reference Numbers"
                ],
                "summary":"Update Reference Numbers",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-refnums-patch",
                "x-filename-id":"items-itemgid-refnums-patch"
            }
        },
        "/items/{itemGid}/refnums/{itemRefnumQualGidxitemRefnumValue}":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"itemRefnumQualGidxitemRefnumValue",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items/Reference Numbers"
                ],
                "summary":"Get a Reference Number",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/items.refnums"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-refnums-{itemRefnumQualGidxitemRefnumValue}-get",
                "x-filename-id":"items-itemgid-refnums-itemrefnumqualgidxitemrefnumvalue-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Items/Reference Numbers"
                ],
                "summary":"Delete a Reference Number",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-refnums-{itemRefnumQualGidxitemRefnumValue}-delete",
                "x-filename-id":"items-itemgid-refnums-itemrefnumqualgidxitemrefnumvalue-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items/Reference Numbers"
                ],
                "summary":"Update a Reference Number",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-refnums-{itemRefnumQualGidxitemRefnumValue}-patch",
                "x-filename-id":"items-itemgid-refnums-itemrefnumqualgidxitemrefnumvalue-patch"
            }
        },
        "/items/{itemGid}/remarks":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items/Remarks"
                ],
                "summary":"Get Remarks",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/items.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-remarks-get",
                "x-filename-id":"items-itemgid-remarks-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Items/Remarks"
                ],
                "summary":"Create a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/items.remarks"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/items.remarks"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/items.remarks"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/items.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-remarks-post",
                "x-filename-id":"items-itemgid-remarks-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items/Remarks"
                ],
                "summary":"Update Remarks",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-remarks-patch",
                "x-filename-id":"items-itemgid-remarks-patch"
            }
        },
        "/items/{itemGid}/remarks/{remarkSequence}":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"remarkSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items/Remarks"
                ],
                "summary":"Get a Remark",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/items.remarks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-remarks-{remarkSequence}-get",
                "x-filename-id":"items-itemgid-remarks-remarksequence-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Items/Remarks"
                ],
                "summary":"Delete a Remark",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-remarks-{remarkSequence}-delete",
                "x-filename-id":"items-itemgid-remarks-remarksequence-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items/Remarks"
                ],
                "summary":"Update a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-remarks-{remarkSequence}-patch",
                "x-filename-id":"items-itemgid-remarks-remarksequence-patch"
            }
        },
        "/items/{itemGid}/texts":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items/Texts"
                ],
                "summary":"Get Texts",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/items.texts"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-texts-get",
                "x-filename-id":"items-itemgid-texts-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Items/Texts"
                ],
                "summary":"Create a Text",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/items.texts"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/items.texts"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/items.texts"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/items.texts"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-texts-post",
                "x-filename-id":"items-itemgid-texts-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items/Texts"
                ],
                "summary":"Update Texts",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-texts-patch",
                "x-filename-id":"items-itemgid-texts-patch"
            }
        },
        "/items/{itemGid}/texts/{textTemplateGidxdocumentDefGid}":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"textTemplateGidxdocumentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items/Texts"
                ],
                "summary":"Get a Text",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/items.texts"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-texts-{textTemplateGidxdocumentDefGid}-get",
                "x-filename-id":"items-itemgid-texts-texttemplategidxdocumentdefgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Items/Texts"
                ],
                "summary":"Delete a Text",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-texts-{textTemplateGidxdocumentDefGid}-delete",
                "x-filename-id":"items-itemgid-texts-texttemplategidxdocumentdefgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items/Texts"
                ],
                "summary":"Update a Text",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-texts-{textTemplateGidxdocumentDefGid}-patch",
                "x-filename-id":"items-itemgid-texts-texttemplategidxdocumentdefgid-patch"
            }
        },
        "/items/{itemGid}/packagedItems":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items/Packaged Items"
                ],
                "summary":"Get Packaged Items",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/items.packagedItems"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-packagedItems-get",
                "x-filename-id":"items-itemgid-packageditems-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Items/Packaged Items"
                ],
                "summary":"Create a Packaged Item",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/items.packagedItems"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/items.packagedItems"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/items.packagedItems"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/items.packagedItems"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-packagedItems-post",
                "x-filename-id":"items-itemgid-packageditems-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items/Packaged Items"
                ],
                "summary":"Update Packaged Items",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-packagedItems-patch",
                "x-filename-id":"items-itemgid-packageditems-patch"
            }
        },
        "/items/{itemGid}/packagedItems/{packagedItemGid}":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"packagedItemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items/Packaged Items"
                ],
                "summary":"Get a Packaged Item",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/items.packagedItems"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-packagedItems-{packagedItemGid}-get",
                "x-filename-id":"items-itemgid-packageditems-packageditemgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Items/Packaged Items"
                ],
                "summary":"Delete a Packaged Item",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-packagedItems-{packagedItemGid}-delete",
                "x-filename-id":"items-itemgid-packageditems-packageditemgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items/Packaged Items"
                ],
                "summary":"Update a Packaged Item",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-packagedItems-{packagedItemGid}-patch",
                "x-filename-id":"items-itemgid-packageditems-packageditemgid-patch"
            }
        },
        "/items/{itemGid}/packagedItems/{packagedItemGid}/pruUsages":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"packagedItemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items/Packaged Items/Packaging Reference Unit Usages"
                ],
                "summary":"Get Packaging Reference Unit Usages",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/items.packagedItems.pruUsages"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-packagedItems-{packagedItemGid}-pruUsages-get",
                "x-filename-id":"items-itemgid-packageditems-packageditemgid-pruusages-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Items/Packaged Items/Packaging Reference Unit Usages"
                ],
                "summary":"Create a Packaging Reference Unit Usage",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/items.packagedItems.pruUsages"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/items.packagedItems.pruUsages"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/items.packagedItems.pruUsages"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/items.packagedItems.pruUsages"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-packagedItems-{packagedItemGid}-pruUsages-post",
                "x-filename-id":"items-itemgid-packageditems-packageditemgid-pruusages-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items/Packaged Items/Packaging Reference Unit Usages"
                ],
                "summary":"Update Packaging Reference Unit Usages",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-packagedItems-{packagedItemGid}-pruUsages-patch",
                "x-filename-id":"items-itemgid-packageditems-packageditemgid-pruusages-patch"
            }
        },
        "/items/{itemGid}/packagedItems/{packagedItemGid}/pruUsages/{sequenceNo}":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"packagedItemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sequenceNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items/Packaged Items/Packaging Reference Unit Usages"
                ],
                "summary":"Get a Packaging Reference Unit Usage",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/items.packagedItems.pruUsages"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-packagedItems-{packagedItemGid}-pruUsages-{sequenceNo}-get",
                "x-filename-id":"items-itemgid-packageditems-packageditemgid-pruusages-sequenceno-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Items/Packaged Items/Packaging Reference Unit Usages"
                ],
                "summary":"Delete a Packaging Reference Unit Usage",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-packagedItems-{packagedItemGid}-pruUsages-{sequenceNo}-delete",
                "x-filename-id":"items-itemgid-packageditems-packageditemgid-pruusages-sequenceno-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items/Packaged Items/Packaging Reference Unit Usages"
                ],
                "summary":"Update a Packaging Reference Unit Usage",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-packagedItems-{packagedItemGid}-pruUsages-{sequenceNo}-patch",
                "x-filename-id":"items-itemgid-packageditems-packageditemgid-pruusages-sequenceno-patch"
            }
        },
        "/items/{itemGid}/packagedItems/{packagedItemGid}/tiHis":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"packagedItemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items/Packaged Items/TiHis"
                ],
                "summary":"Get TiHis",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/items.packagedItems.tiHis"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-packagedItems-{packagedItemGid}-tiHis-get",
                "x-filename-id":"items-itemgid-packageditems-packageditemgid-tihis-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Items/Packaged Items/TiHis"
                ],
                "summary":"Create a TiHi",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/items.packagedItems.tiHis"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/items.packagedItems.tiHis"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/items.packagedItems.tiHis"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/items.packagedItems.tiHis"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-packagedItems-{packagedItemGid}-tiHis-post",
                "x-filename-id":"items-itemgid-packageditems-packageditemgid-tihis-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items/Packaged Items/TiHis"
                ],
                "summary":"Update TiHis",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-packagedItems-{packagedItemGid}-tiHis-patch",
                "x-filename-id":"items-itemgid-packageditems-packageditemgid-tihis-patch"
            }
        },
        "/items/{itemGid}/packagedItems/{packagedItemGid}/tiHis/{sequenceNo}":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"packagedItemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sequenceNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items/Packaged Items/TiHis"
                ],
                "summary":"Get a TiHi",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/items.packagedItems.tiHis"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-packagedItems-{packagedItemGid}-tiHis-{sequenceNo}-get",
                "x-filename-id":"items-itemgid-packageditems-packageditemgid-tihis-sequenceno-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Items/Packaged Items/TiHis"
                ],
                "summary":"Delete a TiHi",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-packagedItems-{packagedItemGid}-tiHis-{sequenceNo}-delete",
                "x-filename-id":"items-itemgid-packageditems-packageditemgid-tihis-sequenceno-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items/Packaged Items/TiHis"
                ],
                "summary":"Update a TiHi",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-packagedItems-{packagedItemGid}-tiHis-{sequenceNo}-patch",
                "x-filename-id":"items-itemgid-packageditems-packageditemgid-tihis-sequenceno-patch"
            }
        },
        "/items/{itemGid}/packagedItems/{packagedItemGid}/refnums":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"packagedItemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items/Packaged Items/Reference Numbers"
                ],
                "summary":"Get Reference Numbers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/items.packagedItems.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-packagedItems-{packagedItemGid}-refnums-get",
                "x-filename-id":"items-itemgid-packageditems-packageditemgid-refnums-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Items/Packaged Items/Reference Numbers"
                ],
                "summary":"Create a Reference Number",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/items.packagedItems.refnums"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/items.packagedItems.refnums"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/items.packagedItems.refnums"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/items.packagedItems.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-packagedItems-{packagedItemGid}-refnums-post",
                "x-filename-id":"items-itemgid-packageditems-packageditemgid-refnums-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items/Packaged Items/Reference Numbers"
                ],
                "summary":"Update Reference Numbers",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-packagedItems-{packagedItemGid}-refnums-patch",
                "x-filename-id":"items-itemgid-packageditems-packageditemgid-refnums-patch"
            }
        },
        "/items/{itemGid}/packagedItems/{packagedItemGid}/refnums/{packagedItemRefnumQualGidxrefnumValue}":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"packagedItemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"packagedItemRefnumQualGidxrefnumValue",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items/Packaged Items/Reference Numbers"
                ],
                "summary":"Get a Reference Number",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/items.packagedItems.refnums"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-packagedItems-{packagedItemGid}-refnums-{packagedItemRefnumQualGidxrefnumValue}-get",
                "x-filename-id":"items-itemgid-packageditems-packageditemgid-refnums-packageditemrefnumqualgidxrefnumvalue-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Items/Packaged Items/Reference Numbers"
                ],
                "summary":"Delete a Reference Number",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-packagedItems-{packagedItemGid}-refnums-{packagedItemRefnumQualGidxrefnumValue}-delete",
                "x-filename-id":"items-itemgid-packageditems-packageditemgid-refnums-packageditemrefnumqualgidxrefnumvalue-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items/Packaged Items/Reference Numbers"
                ],
                "summary":"Update a Reference Number",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-packagedItems-{packagedItemGid}-refnums-{packagedItemRefnumQualGidxrefnumValue}-patch",
                "x-filename-id":"items-itemgid-packageditems-packageditemgid-refnums-packageditemrefnumqualgidxrefnumvalue-patch"
            }
        },
        "/items/{itemGid}/packagedItems/{packagedItemGid}/equipmentRefUnits":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"packagedItemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items/Packaged Items/Equipment Reference Units"
                ],
                "summary":"Get Equipment Reference Units",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/items.packagedItems.equipmentRefUnits"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-packagedItems-{packagedItemGid}-equipmentRefUnits-get",
                "x-filename-id":"items-itemgid-packageditems-packageditemgid-equipmentrefunits-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Items/Packaged Items/Equipment Reference Units"
                ],
                "summary":"Create an Equipment Reference Unit",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/items.packagedItems.equipmentRefUnits"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/items.packagedItems.equipmentRefUnits"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/items.packagedItems.equipmentRefUnits"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/items.packagedItems.equipmentRefUnits"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-packagedItems-{packagedItemGid}-equipmentRefUnits-post",
                "x-filename-id":"items-itemgid-packageditems-packageditemgid-equipmentrefunits-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items/Packaged Items/Equipment Reference Units"
                ],
                "summary":"Update Equipment Reference Units",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-packagedItems-{packagedItemGid}-equipmentRefUnits-patch",
                "x-filename-id":"items-itemgid-packageditems-packageditemgid-equipmentrefunits-patch"
            }
        },
        "/items/{itemGid}/packagedItems/{packagedItemGid}/equipmentRefUnits/{equipmentReferenceUnitGid}":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"packagedItemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"equipmentReferenceUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items/Packaged Items/Equipment Reference Units"
                ],
                "summary":"Get an Equipment Reference Unit",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/items.packagedItems.equipmentRefUnits"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-packagedItems-{packagedItemGid}-equipmentRefUnits-{equipmentReferenceUnitGid}-get",
                "x-filename-id":"items-itemgid-packageditems-packageditemgid-equipmentrefunits-equipmentreferenceunitgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Items/Packaged Items/Equipment Reference Units"
                ],
                "summary":"Delete an Equipment Reference Unit",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-packagedItems-{packagedItemGid}-equipmentRefUnits-{equipmentReferenceUnitGid}-delete",
                "x-filename-id":"items-itemgid-packageditems-packageditemgid-equipmentrefunits-equipmentreferenceunitgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items/Packaged Items/Equipment Reference Units"
                ],
                "summary":"Update an Equipment Reference Unit",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-packagedItems-{packagedItemGid}-equipmentRefUnits-{equipmentReferenceUnitGid}-patch",
                "x-filename-id":"items-itemgid-packageditems-packageditemgid-equipmentrefunits-equipmentreferenceunitgid-patch"
            }
        },
        "/items/{itemGid}/packagedItems/{packagedItemGid}/packageRefUnits":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"packagedItemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items/Packaged Items/Package Reference Units"
                ],
                "summary":"Get Package Reference Units",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/items.packagedItems.packageRefUnits"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-packagedItems-{packagedItemGid}-packageRefUnits-get",
                "x-filename-id":"items-itemgid-packageditems-packageditemgid-packagerefunits-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Items/Packaged Items/Package Reference Units"
                ],
                "summary":"Create a Package Reference Unit",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/items.packagedItems.packageRefUnits"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/items.packagedItems.packageRefUnits"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/items.packagedItems.packageRefUnits"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/items.packagedItems.packageRefUnits"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-packagedItems-{packagedItemGid}-packageRefUnits-post",
                "x-filename-id":"items-itemgid-packageditems-packageditemgid-packagerefunits-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items/Packaged Items/Package Reference Units"
                ],
                "summary":"Update Package Reference Units",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-packagedItems-{packagedItemGid}-packageRefUnits-patch",
                "x-filename-id":"items-itemgid-packageditems-packageditemgid-packagerefunits-patch"
            }
        },
        "/items/{itemGid}/packagedItems/{packagedItemGid}/packageRefUnits/{packagingUnitGid}":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"packagedItemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"packagingUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items/Packaged Items/Package Reference Units"
                ],
                "summary":"Get a Package Reference Unit",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/items.packagedItems.packageRefUnits"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-packagedItems-{packagedItemGid}-packageRefUnits-{packagingUnitGid}-get",
                "x-filename-id":"items-itemgid-packageditems-packageditemgid-packagerefunits-packagingunitgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Items/Packaged Items/Package Reference Units"
                ],
                "summary":"Delete a Package Reference Unit",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-packagedItems-{packagedItemGid}-packageRefUnits-{packagingUnitGid}-delete",
                "x-filename-id":"items-itemgid-packageditems-packageditemgid-packagerefunits-packagingunitgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items/Packaged Items/Package Reference Units"
                ],
                "summary":"Update a Package Reference Unit",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-packagedItems-{packagedItemGid}-packageRefUnits-{packagingUnitGid}-patch",
                "x-filename-id":"items-itemgid-packageditems-packageditemgid-packagerefunits-packagingunitgid-patch"
            }
        },
        "/items/{itemGid}/reqdocReviewers":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items/Required Document Reviewers"
                ],
                "summary":"Get Required Document Reviewers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/items.reqdocReviewers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-reqdocReviewers-get",
                "x-filename-id":"items-itemgid-reqdocreviewers-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Items/Required Document Reviewers"
                ],
                "summary":"Create a Required Document Reviewer",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/items.reqdocReviewers"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/items.reqdocReviewers"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/items.reqdocReviewers"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/items.reqdocReviewers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-reqdocReviewers-post",
                "x-filename-id":"items-itemgid-reqdocreviewers-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items/Required Document Reviewers"
                ],
                "summary":"Update Required Document Reviewers",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-reqdocReviewers-patch",
                "x-filename-id":"items-itemgid-reqdocreviewers-patch"
            }
        },
        "/items/{itemGid}/reqdocReviewers/{documentDefGidxcontactGid}":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGidxcontactGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items/Required Document Reviewers"
                ],
                "summary":"Get a Required Document Reviewer",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/items.reqdocReviewers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-reqdocReviewers-{documentDefGidxcontactGid}-get",
                "x-filename-id":"items-itemgid-reqdocreviewers-documentdefgidxcontactgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Items/Required Document Reviewers"
                ],
                "summary":"Delete a Required Document Reviewer",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-reqdocReviewers-{documentDefGidxcontactGid}-delete",
                "x-filename-id":"items-itemgid-reqdocreviewers-documentdefgidxcontactgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items/Required Document Reviewers"
                ],
                "summary":"Update a Required Document Reviewer",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-reqdocReviewers-{documentDefGidxcontactGid}-patch",
                "x-filename-id":"items-itemgid-reqdocreviewers-documentdefgidxcontactgid-patch"
            }
        },
        "/items/{itemGid}/reqdocs":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items/Required Documents"
                ],
                "summary":"Get Required Documents",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/items.reqdocs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-reqdocs-get",
                "x-filename-id":"items-itemgid-reqdocs-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Items/Required Documents"
                ],
                "summary":"Create a Required Document",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/items.reqdocs"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/items.reqdocs"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/items.reqdocs"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/items.reqdocs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-reqdocs-post",
                "x-filename-id":"items-itemgid-reqdocs-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items/Required Documents"
                ],
                "summary":"Update Required Documents",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-reqdocs-patch",
                "x-filename-id":"items-itemgid-reqdocs-patch"
            }
        },
        "/items/{itemGid}/reqdocs/{documentDefGid}":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items/Required Documents"
                ],
                "summary":"Get a Required Document",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/items.reqdocs"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-reqdocs-{documentDefGid}-get",
                "x-filename-id":"items-itemgid-reqdocs-documentdefgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Items/Required Documents"
                ],
                "summary":"Delete a Required Document",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-reqdocs-{documentDefGid}-delete",
                "x-filename-id":"items-itemgid-reqdocs-documentdefgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items/Required Documents"
                ],
                "summary":"Update a Required Document",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-reqdocs-{documentDefGid}-patch",
                "x-filename-id":"items-itemgid-reqdocs-documentdefgid-patch"
            }
        },
        "/items/{itemGid}/reqdocSubscribers":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items/Required Document Subscribers"
                ],
                "summary":"Get Required Document Subscribers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/items.reqdocSubscribers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-reqdocSubscribers-get",
                "x-filename-id":"items-itemgid-reqdocsubscribers-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Items/Required Document Subscribers"
                ],
                "summary":"Create a Required Document Subscriber",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/items.reqdocSubscribers"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/items.reqdocSubscribers"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/items.reqdocSubscribers"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/items.reqdocSubscribers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-reqdocSubscribers-post",
                "x-filename-id":"items-itemgid-reqdocsubscribers-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items/Required Document Subscribers"
                ],
                "summary":"Update Required Document Subscribers",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-reqdocSubscribers-patch",
                "x-filename-id":"items-itemgid-reqdocsubscribers-patch"
            }
        },
        "/items/{itemGid}/reqdocSubscribers/{documentDefGidxcontactGid}":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGidxcontactGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items/Required Document Subscribers"
                ],
                "summary":"Get a Required Document Subscriber",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/items.reqdocSubscribers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-reqdocSubscribers-{documentDefGidxcontactGid}-get",
                "x-filename-id":"items-itemgid-reqdocsubscribers-documentdefgidxcontactgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Items/Required Document Subscribers"
                ],
                "summary":"Delete a Required Document Subscriber",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-reqdocSubscribers-{documentDefGidxcontactGid}-delete",
                "x-filename-id":"items-itemgid-reqdocsubscribers-documentdefgidxcontactgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items/Required Document Subscribers"
                ],
                "summary":"Update a Required Document Subscriber",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-reqdocSubscribers-{documentDefGidxcontactGid}-patch",
                "x-filename-id":"items-itemgid-reqdocsubscribers-documentdefgidxcontactgid-patch"
            }
        },
        "/items/{itemGid}/reqdocDocs":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items/Required Document Documents"
                ],
                "summary":"Get Required Document Documents",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/items.reqdocDocs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-reqdocDocs-get",
                "x-filename-id":"items-itemgid-reqdocdocs-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Items/Required Document Documents"
                ],
                "summary":"Create a Required Document Document",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/items.reqdocDocs"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/items.reqdocDocs"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/items.reqdocDocs"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/items.reqdocDocs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-reqdocDocs-post",
                "x-filename-id":"items-itemgid-reqdocdocs-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items/Required Document Documents"
                ],
                "summary":"Update Required Document Documents",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-reqdocDocs-patch",
                "x-filename-id":"items-itemgid-reqdocdocs-patch"
            }
        },
        "/items/{itemGid}/reqdocDocs/{documentDefGidxdocumentGid}":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGidxdocumentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items/Required Document Documents"
                ],
                "summary":"Get a Required Document Document",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/items.reqdocDocs"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-reqdocDocs-{documentDefGidxdocumentGid}-get",
                "x-filename-id":"items-itemgid-reqdocdocs-documentdefgidxdocumentgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Items/Required Document Documents"
                ],
                "summary":"Delete a Required Document Document",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-reqdocDocs-{documentDefGidxdocumentGid}-delete",
                "x-filename-id":"items-itemgid-reqdocdocs-documentdefgidxdocumentgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items/Required Document Documents"
                ],
                "summary":"Update a Required Document Document",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-reqdocDocs-{documentDefGidxdocumentGid}-patch",
                "x-filename-id":"items-itemgid-reqdocdocs-documentdefgidxdocumentgid-patch"
            }
        },
        "/items/{itemGid}/reqdocTexts":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items/Required Document Texts"
                ],
                "summary":"Get Required Document Texts",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/items.reqdocTexts"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-reqdocTexts-get",
                "x-filename-id":"items-itemgid-reqdoctexts-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Items/Required Document Texts"
                ],
                "summary":"Create a Required Document Text",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/items.reqdocTexts"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/items.reqdocTexts"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/items.reqdocTexts"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/items.reqdocTexts"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-reqdocTexts-post",
                "x-filename-id":"items-itemgid-reqdoctexts-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items/Required Document Texts"
                ],
                "summary":"Update Required Document Texts",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-reqdocTexts-patch",
                "x-filename-id":"items-itemgid-reqdoctexts-patch"
            }
        },
        "/items/{itemGid}/reqdocTexts/{documentDefGidxtextTemplateGid}":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGidxtextTemplateGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items/Required Document Texts"
                ],
                "summary":"Get a Required Document Text",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/items.reqdocTexts"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-reqdocTexts-{documentDefGidxtextTemplateGid}-get",
                "x-filename-id":"items-itemgid-reqdoctexts-documentdefgidxtexttemplategid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Items/Required Document Texts"
                ],
                "summary":"Delete a Required Document Text",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-reqdocTexts-{documentDefGidxtextTemplateGid}-delete",
                "x-filename-id":"items-itemgid-reqdoctexts-documentdefgidxtexttemplategid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items/Required Document Texts"
                ],
                "summary":"Update a Required Document Text",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-reqdocTexts-{documentDefGidxtextTemplateGid}-patch",
                "x-filename-id":"items-itemgid-reqdoctexts-documentdefgidxtexttemplategid-patch"
            }
        },
        "/items/{itemGid}/reqdocStatuses":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items/Required Document Statuses"
                ],
                "summary":"Get Required Document Statuses",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/items.reqdocStatuses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-reqdocStatuses-get",
                "x-filename-id":"items-itemgid-reqdocstatuses-get"
            }
        },
        "/items/{itemGid}/reqdocStatuses/{documentDefGidxstatusTypeGidxstatusValueGid}":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGidxstatusTypeGidxstatusValueGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items/Required Document Statuses"
                ],
                "summary":"Get a Required Document Status",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/items.reqdocStatuses"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-reqdocStatuses-{documentDefGidxstatusTypeGidxstatusValueGid}-get",
                "x-filename-id":"items-itemgid-reqdocstatuses-documentdefgidxstatustypegidxstatusvaluegid-get"
            }
        },
        "/items/{itemGid}/reqdocDocReviews":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items/Required Document Reviews"
                ],
                "summary":"Get Required Document Reviews",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/items.reqdocDocReviews"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-reqdocDocReviews-get",
                "x-filename-id":"items-itemgid-reqdocdocreviews-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Items/Required Document Reviews"
                ],
                "summary":"Create a Required Document Review",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/items.reqdocDocReviews"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/items.reqdocDocReviews"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/items.reqdocDocReviews"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/items.reqdocDocReviews"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-reqdocDocReviews-post",
                "x-filename-id":"items-itemgid-reqdocdocreviews-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items/Required Document Reviews"
                ],
                "summary":"Update Required Document Reviews",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-reqdocDocReviews-patch",
                "x-filename-id":"items-itemgid-reqdocdocreviews-patch"
            }
        },
        "/items/{itemGid}/reqdocDocReviews/{documentDefGidxdocumentGidxcontactGid}":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGidxdocumentGidxcontactGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items/Required Document Reviews"
                ],
                "summary":"Get a Required Document Review",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/items.reqdocDocReviews"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-reqdocDocReviews-{documentDefGidxdocumentGidxcontactGid}-get",
                "x-filename-id":"items-itemgid-reqdocdocreviews-documentdefgidxdocumentgidxcontactgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Items/Required Document Reviews"
                ],
                "summary":"Delete a Required Document Review",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-reqdocDocReviews-{documentDefGidxdocumentGidxcontactGid}-delete",
                "x-filename-id":"items-itemgid-reqdocdocreviews-documentdefgidxdocumentgidxcontactgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items/Required Document Reviews"
                ],
                "summary":"Update a Required Document Review",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-reqdocDocReviews-{documentDefGidxdocumentGidxcontactGid}-patch",
                "x-filename-id":"items-itemgid-reqdocdocreviews-documentdefgidxdocumentgidxcontactgid-patch"
            }
        },
        "/items/{itemGid}/relationships":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items/Relationships"
                ],
                "summary":"Get Relationships",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/items.relationships"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-relationships-get",
                "x-filename-id":"items-itemgid-relationships-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Items/Relationships"
                ],
                "summary":"Create a Relationship",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/items.relationships"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/items.relationships"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/items.relationships"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/items.relationships"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-relationships-post",
                "x-filename-id":"items-itemgid-relationships-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items/Relationships"
                ],
                "summary":"Update Relationships",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-relationships-patch",
                "x-filename-id":"items-itemgid-relationships-patch"
            }
        },
        "/items/{itemGid}/relationships/{itemGid}":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items/Relationships"
                ],
                "summary":"Get a Relationship",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/items.relationships"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-relationships-{itemGid}-get",
                "x-filename-id":"items-itemgid-relationships-itemgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Items/Relationships"
                ],
                "summary":"Delete a Relationship",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-relationships-{itemGid}-delete",
                "x-filename-id":"items-itemgid-relationships-itemgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items/Relationships"
                ],
                "summary":"Update a Relationship",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-relationships-{itemGid}-patch",
                "x-filename-id":"items-itemgid-relationships-itemgid-patch"
            }
        },
        "/items/{itemGid}/boms":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items/BOMs"
                ],
                "summary":"Get BOMs",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/items.boms"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-boms-get",
                "x-filename-id":"items-itemgid-boms-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Items/BOMs"
                ],
                "summary":"Create a BOM",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/items.boms"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/items.boms"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/items.boms"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/items.boms"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-boms-post",
                "x-filename-id":"items-itemgid-boms-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items/BOMs"
                ],
                "summary":"Update BOMs",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-boms-patch",
                "x-filename-id":"items-itemgid-boms-patch"
            }
        },
        "/items/{itemGid}/boms/{parentItemGid}":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"parentItemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items/BOMs"
                ],
                "summary":"Get a BOM",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/items.boms"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-boms-{parentItemGid}-get",
                "x-filename-id":"items-itemgid-boms-parentitemgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Items/BOMs"
                ],
                "summary":"Delete a BOM",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-boms-{parentItemGid}-delete",
                "x-filename-id":"items-itemgid-boms-parentitemgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items/BOMs"
                ],
                "summary":"Update a BOM",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-boms-{parentItemGid}-patch",
                "x-filename-id":"items-itemgid-boms-parentitemgid-patch"
            }
        },
        "/items/{itemGid}/specialServices":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items/Special Services"
                ],
                "summary":"Get Special Services",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/items.specialServices"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-specialServices-get",
                "x-filename-id":"items-itemgid-specialservices-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Items/Special Services"
                ],
                "summary":"Create a Special Service",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/items.specialServices"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/items.specialServices"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/items.specialServices"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/items.specialServices"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-specialServices-post",
                "x-filename-id":"items-itemgid-specialservices-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items/Special Services"
                ],
                "summary":"Update Special Services",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-specialServices-patch",
                "x-filename-id":"items-itemgid-specialservices-patch"
            }
        },
        "/items/{itemGid}/specialServices/{specialServiceGid}":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"specialServiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items/Special Services"
                ],
                "summary":"Get a Special Service",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/items.specialServices"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-specialServices-{specialServiceGid}-get",
                "x-filename-id":"items-itemgid-specialservices-specialservicegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Items/Special Services"
                ],
                "summary":"Delete a Special Service",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-specialServices-{specialServiceGid}-delete",
                "x-filename-id":"items-itemgid-specialservices-specialservicegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items/Special Services"
                ],
                "summary":"Update a Special Service",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-specialServices-{specialServiceGid}-patch",
                "x-filename-id":"items-itemgid-specialservices-specialservicegid-patch"
            }
        },
        "/items/{itemGid}/features":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items/Features"
                ],
                "summary":"Get Features",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/items.features"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-features-get",
                "x-filename-id":"items-itemgid-features-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Items/Features"
                ],
                "summary":"Create a Feature",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/items.features"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/items.features"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/items.features"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/items.features"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-features-post",
                "x-filename-id":"items-itemgid-features-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items/Features"
                ],
                "summary":"Update Features",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-features-patch",
                "x-filename-id":"items-itemgid-features-patch"
            }
        },
        "/items/{itemGid}/features/{itemFeatureQualGidxitemFeatureValue}":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"itemFeatureQualGidxitemFeatureValue",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items/Features"
                ],
                "summary":"Get a Feature",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/items.features"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-features-{itemFeatureQualGidxitemFeatureValue}-get",
                "x-filename-id":"items-itemgid-features-itemfeaturequalgidxitemfeaturevalue-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Items/Features"
                ],
                "summary":"Delete a Feature",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-features-{itemFeatureQualGidxitemFeatureValue}-delete",
                "x-filename-id":"items-itemgid-features-itemfeaturequalgidxitemfeaturevalue-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items/Features"
                ],
                "summary":"Update a Feature",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-features-{itemFeatureQualGidxitemFeatureValue}-patch",
                "x-filename-id":"items-itemgid-features-itemfeaturequalgidxitemfeaturevalue-patch"
            }
        },
        "/items/{itemGid}/accessorials":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items/Accessorials"
                ],
                "summary":"Get Accessorials",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/items.accessorials"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-accessorials-get",
                "x-filename-id":"items-itemgid-accessorials-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Items/Accessorials"
                ],
                "summary":"Create an Accessorial",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/items.accessorials"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/items.accessorials"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/items.accessorials"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/items.accessorials"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-accessorials-post",
                "x-filename-id":"items-itemgid-accessorials-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items/Accessorials"
                ],
                "summary":"Update Accessorials",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-accessorials-patch",
                "x-filename-id":"items-itemgid-accessorials-patch"
            }
        },
        "/items/{itemGid}/accessorials/{accessorialCodeGid}":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"accessorialCodeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items/Accessorials"
                ],
                "summary":"Get an Accessorial",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/items.accessorials"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-accessorials-{accessorialCodeGid}-get",
                "x-filename-id":"items-itemgid-accessorials-accessorialcodegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Items/Accessorials"
                ],
                "summary":"Delete an Accessorial",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-accessorials-{accessorialCodeGid}-delete",
                "x-filename-id":"items-itemgid-accessorials-accessorialcodegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items/Accessorials"
                ],
                "summary":"Update an Accessorial",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-accessorials-{accessorialCodeGid}-patch",
                "x-filename-id":"items-itemgid-accessorials-accessorialcodegid-patch"
            }
        },
        "/items/{itemGid}/descriptions":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items/Descriptions"
                ],
                "summary":"Get Descriptions",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/items.descriptions"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-descriptions-get",
                "x-filename-id":"items-itemgid-descriptions-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Items/Descriptions"
                ],
                "summary":"Create a Description",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/items.descriptions"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/items.descriptions"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/items.descriptions"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/items.descriptions"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-descriptions-post",
                "x-filename-id":"items-itemgid-descriptions-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items/Descriptions"
                ],
                "summary":"Update Descriptions",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-descriptions-patch",
                "x-filename-id":"items-itemgid-descriptions-patch"
            }
        },
        "/items/{itemGid}/descriptions/{seqNo}":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"seqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items/Descriptions"
                ],
                "summary":"Get a Description",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/items.descriptions"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-descriptions-{seqNo}-get",
                "x-filename-id":"items-itemgid-descriptions-seqno-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Items/Descriptions"
                ],
                "summary":"Delete a Description",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-descriptions-{seqNo}-delete",
                "x-filename-id":"items-itemgid-descriptions-seqno-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items/Descriptions"
                ],
                "summary":"Update a Description",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-descriptions-{seqNo}-patch",
                "x-filename-id":"items-itemgid-descriptions-seqno-patch"
            }
        },
        "/items/{itemGid}/uomConversions":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items/UOM Conversions"
                ],
                "summary":"Get UOM Conversions",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/items.uomConversions"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-uomConversions-get",
                "x-filename-id":"items-itemgid-uomconversions-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Items/UOM Conversions"
                ],
                "summary":"Create an UOM Conversion",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/items.uomConversions"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/items.uomConversions"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/items.uomConversions"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/items.uomConversions"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-uomConversions-post",
                "x-filename-id":"items-itemgid-uomconversions-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items/UOM Conversions"
                ],
                "summary":"Update UOM Conversions",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-uomConversions-patch",
                "x-filename-id":"items-itemgid-uomconversions-patch"
            }
        },
        "/items/{itemGid}/uomConversions/{guicSeqNum}":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"guicSeqNum",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items/UOM Conversions"
                ],
                "summary":"Get an UOM Conversion",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/items.uomConversions"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-uomConversions-{guicSeqNum}-get",
                "x-filename-id":"items-itemgid-uomconversions-guicseqnum-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Items/UOM Conversions"
                ],
                "summary":"Delete an UOM Conversion",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-uomConversions-{guicSeqNum}-delete",
                "x-filename-id":"items-itemgid-uomconversions-guicseqnum-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items/UOM Conversions"
                ],
                "summary":"Update an UOM Conversion",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-uomConversions-{guicSeqNum}-patch",
                "x-filename-id":"items-itemgid-uomconversions-guicseqnum-patch"
            }
        },
        "/items/{itemGid}/classifications":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items/Classifications"
                ],
                "summary":"Get Classifications",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/items.classifications"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-classifications-get",
                "x-filename-id":"items-itemgid-classifications-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Items/Classifications"
                ],
                "summary":"Create a Classification",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/items.classifications"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/items.classifications"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/items.classifications"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/items.classifications"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-classifications-post",
                "x-filename-id":"items-itemgid-classifications-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items/Classifications"
                ],
                "summary":"Update Classifications",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-classifications-patch",
                "x-filename-id":"items-itemgid-classifications-patch"
            }
        },
        "/items/{itemGid}/classifications/{gtmItemClassificationGid}":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmItemClassificationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items/Classifications"
                ],
                "summary":"Get a Classification",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/items.classifications"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-classifications-{gtmItemClassificationGid}-get",
                "x-filename-id":"items-itemgid-classifications-gtmitemclassificationgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Items/Classifications"
                ],
                "summary":"Delete a Classification",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-classifications-{gtmItemClassificationGid}-delete",
                "x-filename-id":"items-itemgid-classifications-gtmitemclassificationgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items/Classifications"
                ],
                "summary":"Update a Classification",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-classifications-{gtmItemClassificationGid}-patch",
                "x-filename-id":"items-itemgid-classifications-gtmitemclassificationgid-patch"
            }
        },
        "/items/{itemGid}/classifications/{gtmItemClassificationGid}/codeAttributes":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmItemClassificationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items/Classifications/Code Attributes"
                ],
                "summary":"Get Code Attributes",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/items.classifications.codeAttributes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-classifications-{gtmItemClassificationGid}-codeAttributes-get",
                "x-filename-id":"items-itemgid-classifications-gtmitemclassificationgid-codeattributes-get"
            }
        },
        "/items/{itemGid}/classifications/{gtmItemClassificationGid}/codeAttributes/{attributeSequence}":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmItemClassificationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"attributeSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items/Classifications/Code Attributes"
                ],
                "summary":"Get a Code Attribute",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/items.classifications.codeAttributes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-classifications-{gtmItemClassificationGid}-codeAttributes-{attributeSequence}-get",
                "x-filename-id":"items-itemgid-classifications-gtmitemclassificationgid-codeattributes-attributesequence-get"
            }
        },
        "/items/{itemGid}/classifications/{gtmItemClassificationGid}/remarks":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmItemClassificationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items/Classifications/Remarks"
                ],
                "summary":"Get Remarks",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/items.classifications.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-classifications-{gtmItemClassificationGid}-remarks-get",
                "x-filename-id":"items-itemgid-classifications-gtmitemclassificationgid-remarks-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Items/Classifications/Remarks"
                ],
                "summary":"Create a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/items.classifications.remarks"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/items.classifications.remarks"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/items.classifications.remarks"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/items.classifications.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-classifications-{gtmItemClassificationGid}-remarks-post",
                "x-filename-id":"items-itemgid-classifications-gtmitemclassificationgid-remarks-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items/Classifications/Remarks"
                ],
                "summary":"Update Remarks",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-classifications-{gtmItemClassificationGid}-remarks-patch",
                "x-filename-id":"items-itemgid-classifications-gtmitemclassificationgid-remarks-patch"
            }
        },
        "/items/{itemGid}/classifications/{gtmItemClassificationGid}/remarks/{remarkSequence}":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmItemClassificationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"remarkSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items/Classifications/Remarks"
                ],
                "summary":"Get a Remark",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/items.classifications.remarks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-classifications-{gtmItemClassificationGid}-remarks-{remarkSequence}-get",
                "x-filename-id":"items-itemgid-classifications-gtmitemclassificationgid-remarks-remarksequence-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Items/Classifications/Remarks"
                ],
                "summary":"Delete a Remark",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-classifications-{gtmItemClassificationGid}-remarks-{remarkSequence}-delete",
                "x-filename-id":"items-itemgid-classifications-gtmitemclassificationgid-remarks-remarksequence-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items/Classifications/Remarks"
                ],
                "summary":"Update a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-classifications-{gtmItemClassificationGid}-remarks-{remarkSequence}-patch",
                "x-filename-id":"items-itemgid-classifications-gtmitemclassificationgid-remarks-remarksequence-patch"
            }
        },
        "/items/{itemGid}/classifications/{gtmItemClassificationGid}/refnums":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmItemClassificationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items/Classifications/Refnums"
                ],
                "summary":"Get Refnums",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/items.classifications.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-classifications-{gtmItemClassificationGid}-refnums-get",
                "x-filename-id":"items-itemgid-classifications-gtmitemclassificationgid-refnums-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Items/Classifications/Refnums"
                ],
                "summary":"Create a Refnum",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/items.classifications.refnums"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/items.classifications.refnums"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/items.classifications.refnums"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/items.classifications.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-classifications-{gtmItemClassificationGid}-refnums-post",
                "x-filename-id":"items-itemgid-classifications-gtmitemclassificationgid-refnums-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items/Classifications/Refnums"
                ],
                "summary":"Update Refnums",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-classifications-{gtmItemClassificationGid}-refnums-patch",
                "x-filename-id":"items-itemgid-classifications-gtmitemclassificationgid-refnums-patch"
            }
        },
        "/items/{itemGid}/classifications/{gtmItemClassificationGid}/refnums/{gtmItemClassRefnumQualGidxrefnumValue}":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmItemClassificationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmItemClassRefnumQualGidxrefnumValue",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items/Classifications/Refnums"
                ],
                "summary":"Get a Refnum",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/items.classifications.refnums"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-classifications-{gtmItemClassificationGid}-refnums-{gtmItemClassRefnumQualGidxrefnumValue}-get",
                "x-filename-id":"items-itemgid-classifications-gtmitemclassificationgid-refnums-gtmitemclassrefnumqualgidxrefnumvalue-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Items/Classifications/Refnums"
                ],
                "summary":"Delete a Refnum",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-classifications-{gtmItemClassificationGid}-refnums-{gtmItemClassRefnumQualGidxrefnumValue}-delete",
                "x-filename-id":"items-itemgid-classifications-gtmitemclassificationgid-refnums-gtmitemclassrefnumqualgidxrefnumvalue-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items/Classifications/Refnums"
                ],
                "summary":"Update a Refnum",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-classifications-{gtmItemClassificationGid}-refnums-{gtmItemClassRefnumQualGidxrefnumValue}-patch",
                "x-filename-id":"items-itemgid-classifications-gtmitemclassificationgid-refnums-gtmitemclassrefnumqualgidxrefnumvalue-patch"
            }
        },
        "/items/{itemGid}/countryOfOrigins":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items/Countries of Origin"
                ],
                "summary":"Get Countries of Origin",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/items.countryOfOrigins"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-countryOfOrigins-get",
                "x-filename-id":"items-itemgid-countryoforigins-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Items/Countries of Origin"
                ],
                "summary":"Create a Country of Origin",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/items.countryOfOrigins"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/items.countryOfOrigins"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/items.countryOfOrigins"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/items.countryOfOrigins"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-countryOfOrigins-post",
                "x-filename-id":"items-itemgid-countryoforigins-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items/Countries of Origin"
                ],
                "summary":"Update Countries of Origin",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-countryOfOrigins-patch",
                "x-filename-id":"items-itemgid-countryoforigins-patch"
            }
        },
        "/items/{itemGid}/countryOfOrigins/{supplierSiteGid}":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"supplierSiteGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items/Countries of Origin"
                ],
                "summary":"Get a Country of Origin",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/items.countryOfOrigins"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-countryOfOrigins-{supplierSiteGid}-get",
                "x-filename-id":"items-itemgid-countryoforigins-suppliersitegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Items/Countries of Origin"
                ],
                "summary":"Delete a Country of Origin",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-countryOfOrigins-{supplierSiteGid}-delete",
                "x-filename-id":"items-itemgid-countryoforigins-suppliersitegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items/Countries of Origin"
                ],
                "summary":"Update a Country of Origin",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-countryOfOrigins-{supplierSiteGid}-patch",
                "x-filename-id":"items-itemgid-countryoforigins-suppliersitegid-patch"
            }
        },
        "/items/{itemGid}/itemOrigins":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items/Item Origins"
                ],
                "summary":"Get Item Origins",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/items.itemOrigins"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-itemOrigins-get",
                "x-filename-id":"items-itemgid-itemorigins-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Items/Item Origins"
                ],
                "summary":"Create an Item Origin",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/items.itemOrigins"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/items.itemOrigins"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/items.itemOrigins"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/items.itemOrigins"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-itemOrigins-post",
                "x-filename-id":"items-itemgid-itemorigins-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items/Item Origins"
                ],
                "summary":"Update Item Origins",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-itemOrigins-patch",
                "x-filename-id":"items-itemgid-itemorigins-patch"
            }
        },
        "/items/{itemGid}/itemOrigins/{itemOriginGid}":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"itemOriginGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items/Item Origins"
                ],
                "summary":"Get an Item Origin",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/items.itemOrigins"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-itemOrigins-{itemOriginGid}-get",
                "x-filename-id":"items-itemgid-itemorigins-itemorigingid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Items/Item Origins"
                ],
                "summary":"Delete an Item Origin",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-itemOrigins-{itemOriginGid}-delete",
                "x-filename-id":"items-itemgid-itemorigins-itemorigingid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items/Item Origins"
                ],
                "summary":"Update an Item Origin",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-itemOrigins-{itemOriginGid}-patch",
                "x-filename-id":"items-itemgid-itemorigins-itemorigingid-patch"
            }
        },
        "/items/{itemGid}/itemOrigins/{itemOriginGid}/values":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"itemOriginGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items/Item Origins/Values"
                ],
                "summary":"Get Values",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/items.itemOrigins.values"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-itemOrigins-{itemOriginGid}-values-get",
                "x-filename-id":"items-itemgid-itemorigins-itemorigingid-values-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Items/Item Origins/Values"
                ],
                "summary":"Create a Value",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/items.itemOrigins.values"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/items.itemOrigins.values"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/items.itemOrigins.values"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/items.itemOrigins.values"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-itemOrigins-{itemOriginGid}-values-post",
                "x-filename-id":"items-itemgid-itemorigins-itemorigingid-values-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items/Item Origins/Values"
                ],
                "summary":"Update Values",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-itemOrigins-{itemOriginGid}-values-patch",
                "x-filename-id":"items-itemgid-itemorigins-itemorigingid-values-patch"
            }
        },
        "/items/{itemGid}/itemOrigins/{itemOriginGid}/values/{gtmValueQualifierGid}":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"itemOriginGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmValueQualifierGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items/Item Origins/Values"
                ],
                "summary":"Get a Value",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/items.itemOrigins.values"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-itemOrigins-{itemOriginGid}-values-{gtmValueQualifierGid}-get",
                "x-filename-id":"items-itemgid-itemorigins-itemorigingid-values-gtmvaluequalifiergid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Items/Item Origins/Values"
                ],
                "summary":"Delete a Value",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-itemOrigins-{itemOriginGid}-values-{gtmValueQualifierGid}-delete",
                "x-filename-id":"items-itemgid-itemorigins-itemorigingid-values-gtmvaluequalifiergid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items/Item Origins/Values"
                ],
                "summary":"Update a Value",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-itemOrigins-{itemOriginGid}-values-{gtmValueQualifierGid}-patch",
                "x-filename-id":"items-itemgid-itemorigins-itemorigingid-values-gtmvaluequalifiergid-patch"
            }
        },
        "/items/{itemGid}/itemOrigins/{itemOriginGid}/qualifications":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"itemOriginGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items/Item Origins/Origin Qualifications"
                ],
                "summary":"Get Origin Qualifications",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/items.itemOrigins.qualifications"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-itemOrigins-{itemOriginGid}-qualifications-get",
                "x-filename-id":"items-itemgid-itemorigins-itemorigingid-qualifications-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Items/Item Origins/Origin Qualifications"
                ],
                "summary":"Create an Origin Qualification",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/items.itemOrigins.qualifications"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/items.itemOrigins.qualifications"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/items.itemOrigins.qualifications"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/items.itemOrigins.qualifications"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-itemOrigins-{itemOriginGid}-qualifications-post",
                "x-filename-id":"items-itemgid-itemorigins-itemorigingid-qualifications-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items/Item Origins/Origin Qualifications"
                ],
                "summary":"Update Origin Qualifications",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-itemOrigins-{itemOriginGid}-qualifications-patch",
                "x-filename-id":"items-itemgid-itemorigins-itemorigingid-qualifications-patch"
            }
        },
        "/items/{itemGid}/itemOrigins/{itemOriginGid}/qualifications/{itemQfGid}":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"itemOriginGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"itemQfGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items/Item Origins/Origin Qualifications"
                ],
                "summary":"Get an Origin Qualification",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/items.itemOrigins.qualifications"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-itemOrigins-{itemOriginGid}-qualifications-{itemQfGid}-get",
                "x-filename-id":"items-itemgid-itemorigins-itemorigingid-qualifications-itemqfgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Items/Item Origins/Origin Qualifications"
                ],
                "summary":"Delete an Origin Qualification",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-itemOrigins-{itemOriginGid}-qualifications-{itemQfGid}-delete",
                "x-filename-id":"items-itemgid-itemorigins-itemorigingid-qualifications-itemqfgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items/Item Origins/Origin Qualifications"
                ],
                "summary":"Update an Origin Qualification",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-itemOrigins-{itemOriginGid}-qualifications-{itemQfGid}-patch",
                "x-filename-id":"items-itemgid-itemorigins-itemorigingid-qualifications-itemqfgid-patch"
            }
        },
        "/items/{itemGid}/itemOrigins/{itemOriginGid}/qualifications/{itemQfGid}/values":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"itemOriginGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"itemQfGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items/Item Origins/Origin Qualifications/Values"
                ],
                "summary":"Get Values",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/items.itemOrigins.qualifications.values"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-itemOrigins-{itemOriginGid}-qualifications-{itemQfGid}-values-get",
                "x-filename-id":"items-itemgid-itemorigins-itemorigingid-qualifications-itemqfgid-values-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Items/Item Origins/Origin Qualifications/Values"
                ],
                "summary":"Create a Value",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/items.itemOrigins.qualifications.values"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/items.itemOrigins.qualifications.values"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/items.itemOrigins.qualifications.values"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/items.itemOrigins.qualifications.values"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-itemOrigins-{itemOriginGid}-qualifications-{itemQfGid}-values-post",
                "x-filename-id":"items-itemgid-itemorigins-itemorigingid-qualifications-itemqfgid-values-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items/Item Origins/Origin Qualifications/Values"
                ],
                "summary":"Update Values",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-itemOrigins-{itemOriginGid}-qualifications-{itemQfGid}-values-patch",
                "x-filename-id":"items-itemgid-itemorigins-itemorigingid-qualifications-itemqfgid-values-patch"
            }
        },
        "/items/{itemGid}/itemOrigins/{itemOriginGid}/qualifications/{itemQfGid}/values/{gtmValueQualifierGid}":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"itemOriginGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"itemQfGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmValueQualifierGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items/Item Origins/Origin Qualifications/Values"
                ],
                "summary":"Get a Value",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/items.itemOrigins.qualifications.values"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-itemOrigins-{itemOriginGid}-qualifications-{itemQfGid}-values-{gtmValueQualifierGid}-get",
                "x-filename-id":"items-itemgid-itemorigins-itemorigingid-qualifications-itemqfgid-values-gtmvaluequalifiergid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Items/Item Origins/Origin Qualifications/Values"
                ],
                "summary":"Delete a Value",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-itemOrigins-{itemOriginGid}-qualifications-{itemQfGid}-values-{gtmValueQualifierGid}-delete",
                "x-filename-id":"items-itemgid-itemorigins-itemorigingid-qualifications-itemqfgid-values-gtmvaluequalifiergid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items/Item Origins/Origin Qualifications/Values"
                ],
                "summary":"Update a Value",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-itemOrigins-{itemOriginGid}-qualifications-{itemQfGid}-values-{gtmValueQualifierGid}-patch",
                "x-filename-id":"items-itemgid-itemorigins-itemorigingid-qualifications-itemqfgid-values-gtmvaluequalifiergid-patch"
            }
        },
        "/items/{itemGid}/itemOrigins/{itemOriginGid}/qualifications/{itemQfGid}/remarks":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"itemOriginGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"itemQfGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items/Item Origins/Origin Qualifications/Remarks"
                ],
                "summary":"Get Remarks",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/items.itemOrigins.qualifications.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-itemOrigins-{itemOriginGid}-qualifications-{itemQfGid}-remarks-get",
                "x-filename-id":"items-itemgid-itemorigins-itemorigingid-qualifications-itemqfgid-remarks-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Items/Item Origins/Origin Qualifications/Remarks"
                ],
                "summary":"Create a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/items.itemOrigins.qualifications.remarks"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/items.itemOrigins.qualifications.remarks"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/items.itemOrigins.qualifications.remarks"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/items.itemOrigins.qualifications.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-itemOrigins-{itemOriginGid}-qualifications-{itemQfGid}-remarks-post",
                "x-filename-id":"items-itemgid-itemorigins-itemorigingid-qualifications-itemqfgid-remarks-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items/Item Origins/Origin Qualifications/Remarks"
                ],
                "summary":"Update Remarks",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-itemOrigins-{itemOriginGid}-qualifications-{itemQfGid}-remarks-patch",
                "x-filename-id":"items-itemgid-itemorigins-itemorigingid-qualifications-itemqfgid-remarks-patch"
            }
        },
        "/items/{itemGid}/itemOrigins/{itemOriginGid}/qualifications/{itemQfGid}/remarks/{remarkSequence}":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"itemOriginGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"itemQfGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"remarkSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items/Item Origins/Origin Qualifications/Remarks"
                ],
                "summary":"Get a Remark",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/items.itemOrigins.qualifications.remarks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-itemOrigins-{itemOriginGid}-qualifications-{itemQfGid}-remarks-{remarkSequence}-get",
                "x-filename-id":"items-itemgid-itemorigins-itemorigingid-qualifications-itemqfgid-remarks-remarksequence-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Items/Item Origins/Origin Qualifications/Remarks"
                ],
                "summary":"Delete a Remark",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-itemOrigins-{itemOriginGid}-qualifications-{itemQfGid}-remarks-{remarkSequence}-delete",
                "x-filename-id":"items-itemgid-itemorigins-itemorigingid-qualifications-itemqfgid-remarks-remarksequence-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items/Item Origins/Origin Qualifications/Remarks"
                ],
                "summary":"Update a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-itemOrigins-{itemOriginGid}-qualifications-{itemQfGid}-remarks-{remarkSequence}-patch",
                "x-filename-id":"items-itemgid-itemorigins-itemorigingid-qualifications-itemqfgid-remarks-remarksequence-patch"
            }
        },
        "/items/{itemGid}/itemOrigins/{itemOriginGid}/qualifications/{itemQfGid}/refnums":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"itemOriginGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"itemQfGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items/Item Origins/Origin Qualifications/Reference Numbers"
                ],
                "summary":"Get Reference Numbers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/items.itemOrigins.qualifications.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-itemOrigins-{itemOriginGid}-qualifications-{itemQfGid}-refnums-get",
                "x-filename-id":"items-itemgid-itemorigins-itemorigingid-qualifications-itemqfgid-refnums-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Items/Item Origins/Origin Qualifications/Reference Numbers"
                ],
                "summary":"Create a Reference Number",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/items.itemOrigins.qualifications.refnums"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/items.itemOrigins.qualifications.refnums"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/items.itemOrigins.qualifications.refnums"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/items.itemOrigins.qualifications.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-itemOrigins-{itemOriginGid}-qualifications-{itemQfGid}-refnums-post",
                "x-filename-id":"items-itemgid-itemorigins-itemorigingid-qualifications-itemqfgid-refnums-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items/Item Origins/Origin Qualifications/Reference Numbers"
                ],
                "summary":"Update Reference Numbers",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-itemOrigins-{itemOriginGid}-qualifications-{itemQfGid}-refnums-patch",
                "x-filename-id":"items-itemgid-itemorigins-itemorigingid-qualifications-itemqfgid-refnums-patch"
            }
        },
        "/items/{itemGid}/itemOrigins/{itemOriginGid}/qualifications/{itemQfGid}/refnums/{itemQfRefnumQualGidxrefnumValue}":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"itemOriginGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"itemQfGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"itemQfRefnumQualGidxrefnumValue",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items/Item Origins/Origin Qualifications/Reference Numbers"
                ],
                "summary":"Get a Reference Number",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/items.itemOrigins.qualifications.refnums"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-itemOrigins-{itemOriginGid}-qualifications-{itemQfGid}-refnums-{itemQfRefnumQualGidxrefnumValue}-get",
                "x-filename-id":"items-itemgid-itemorigins-itemorigingid-qualifications-itemqfgid-refnums-itemqfrefnumqualgidxrefnumvalue-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Items/Item Origins/Origin Qualifications/Reference Numbers"
                ],
                "summary":"Delete a Reference Number",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-itemOrigins-{itemOriginGid}-qualifications-{itemQfGid}-refnums-{itemQfRefnumQualGidxrefnumValue}-delete",
                "x-filename-id":"items-itemgid-itemorigins-itemorigingid-qualifications-itemqfgid-refnums-itemqfrefnumqualgidxrefnumvalue-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items/Item Origins/Origin Qualifications/Reference Numbers"
                ],
                "summary":"Update a Reference Number",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-itemOrigins-{itemOriginGid}-qualifications-{itemQfGid}-refnums-{itemQfRefnumQualGidxrefnumValue}-patch",
                "x-filename-id":"items-itemgid-itemorigins-itemorigingid-qualifications-itemqfgid-refnums-itemqfrefnumqualgidxrefnumvalue-patch"
            }
        },
        "/items/{itemGid}/itemOrigins/{itemOriginGid}/qualifications/{itemQfGid}/conditions":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"itemOriginGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"itemQfGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items/Item Origins/Origin Qualifications/Qualification Conditions"
                ],
                "summary":"Get Qualification Conditions",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/items.itemOrigins.qualifications.conditions"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-itemOrigins-{itemOriginGid}-qualifications-{itemQfGid}-conditions-get",
                "x-filename-id":"items-itemgid-itemorigins-itemorigingid-qualifications-itemqfgid-conditions-get"
            }
        },
        "/items/{itemGid}/itemOrigins/{itemOriginGid}/qualifications/{itemQfGid}/conditions/{seqNumber}":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"itemOriginGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"itemQfGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"seqNumber",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items/Item Origins/Origin Qualifications/Qualification Conditions"
                ],
                "summary":"Get a Qualification Condition",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/items.itemOrigins.qualifications.conditions"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-itemOrigins-{itemOriginGid}-qualifications-{itemQfGid}-conditions-{seqNumber}-get",
                "x-filename-id":"items-itemgid-itemorigins-itemorigingid-qualifications-itemqfgid-conditions-seqnumber-get"
            }
        },
        "/items/{itemGid}/itemOrigins/{itemOriginGid}/qualifications/{itemQfGid}/reqdocs":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"itemOriginGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"itemQfGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items/Item Origins/Origin Qualifications/Standard Documents"
                ],
                "summary":"Get Standard Documents",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/items.itemOrigins.qualifications.reqdocs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-itemOrigins-{itemOriginGid}-qualifications-{itemQfGid}-reqdocs-get",
                "x-filename-id":"items-itemgid-itemorigins-itemorigingid-qualifications-itemqfgid-reqdocs-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Items/Item Origins/Origin Qualifications/Standard Documents"
                ],
                "summary":"Create a Standard Document",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/items.itemOrigins.qualifications.reqdocs"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/items.itemOrigins.qualifications.reqdocs"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/items.itemOrigins.qualifications.reqdocs"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/items.itemOrigins.qualifications.reqdocs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-itemOrigins-{itemOriginGid}-qualifications-{itemQfGid}-reqdocs-post",
                "x-filename-id":"items-itemgid-itemorigins-itemorigingid-qualifications-itemqfgid-reqdocs-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items/Item Origins/Origin Qualifications/Standard Documents"
                ],
                "summary":"Update Standard Documents",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-itemOrigins-{itemOriginGid}-qualifications-{itemQfGid}-reqdocs-patch",
                "x-filename-id":"items-itemgid-itemorigins-itemorigingid-qualifications-itemqfgid-reqdocs-patch"
            }
        },
        "/items/{itemGid}/itemOrigins/{itemOriginGid}/qualifications/{itemQfGid}/reqdocs/{documentDefGid}":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"itemOriginGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"itemQfGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items/Item Origins/Origin Qualifications/Standard Documents"
                ],
                "summary":"Get a Standard Document",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/items.itemOrigins.qualifications.reqdocs"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-itemOrigins-{itemOriginGid}-qualifications-{itemQfGid}-reqdocs-{documentDefGid}-get",
                "x-filename-id":"items-itemgid-itemorigins-itemorigingid-qualifications-itemqfgid-reqdocs-documentdefgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Items/Item Origins/Origin Qualifications/Standard Documents"
                ],
                "summary":"Delete a Standard Document",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-itemOrigins-{itemOriginGid}-qualifications-{itemQfGid}-reqdocs-{documentDefGid}-delete",
                "x-filename-id":"items-itemgid-itemorigins-itemorigingid-qualifications-itemqfgid-reqdocs-documentdefgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items/Item Origins/Origin Qualifications/Standard Documents"
                ],
                "summary":"Update a Standard Document",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-itemOrigins-{itemOriginGid}-qualifications-{itemQfGid}-reqdocs-{documentDefGid}-patch",
                "x-filename-id":"items-itemgid-itemorigins-itemorigingid-qualifications-itemqfgid-reqdocs-documentdefgid-patch"
            }
        },
        "/items/{itemGid}/itemOrigins/{itemOriginGid}/qualifications/{itemQfGid}/reqdocs/{documentDefGid}/docs":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"itemOriginGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"itemQfGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items/Item Origins/Origin Qualifications/Standard Documents/Documents"
                ],
                "summary":"Get Documents",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/items.itemOrigins.qualifications.reqdocs.docs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-itemOrigins-{itemOriginGid}-qualifications-{itemQfGid}-reqdocs-{documentDefGid}-docs-get",
                "x-filename-id":"items-itemgid-itemorigins-itemorigingid-qualifications-itemqfgid-reqdocs-documentdefgid-docs-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Items/Item Origins/Origin Qualifications/Standard Documents/Documents"
                ],
                "summary":"Create a Document",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/items.itemOrigins.qualifications.reqdocs.docs"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/items.itemOrigins.qualifications.reqdocs.docs"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/items.itemOrigins.qualifications.reqdocs.docs"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/items.itemOrigins.qualifications.reqdocs.docs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-itemOrigins-{itemOriginGid}-qualifications-{itemQfGid}-reqdocs-{documentDefGid}-docs-post",
                "x-filename-id":"items-itemgid-itemorigins-itemorigingid-qualifications-itemqfgid-reqdocs-documentdefgid-docs-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items/Item Origins/Origin Qualifications/Standard Documents/Documents"
                ],
                "summary":"Update Documents",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-itemOrigins-{itemOriginGid}-qualifications-{itemQfGid}-reqdocs-{documentDefGid}-docs-patch",
                "x-filename-id":"items-itemgid-itemorigins-itemorigingid-qualifications-itemqfgid-reqdocs-documentdefgid-docs-patch"
            }
        },
        "/items/{itemGid}/itemOrigins/{itemOriginGid}/qualifications/{itemQfGid}/reqdocs/{documentDefGid}/docs/{documentGid}":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"itemOriginGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"itemQfGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items/Item Origins/Origin Qualifications/Standard Documents/Documents"
                ],
                "summary":"Get a Document",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/items.itemOrigins.qualifications.reqdocs.docs"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-itemOrigins-{itemOriginGid}-qualifications-{itemQfGid}-reqdocs-{documentDefGid}-docs-{documentGid}-get",
                "x-filename-id":"items-itemgid-itemorigins-itemorigingid-qualifications-itemqfgid-reqdocs-documentdefgid-docs-documentgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Items/Item Origins/Origin Qualifications/Standard Documents/Documents"
                ],
                "summary":"Delete a Document",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-itemOrigins-{itemOriginGid}-qualifications-{itemQfGid}-reqdocs-{documentDefGid}-docs-{documentGid}-delete",
                "x-filename-id":"items-itemgid-itemorigins-itemorigingid-qualifications-itemqfgid-reqdocs-documentdefgid-docs-documentgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items/Item Origins/Origin Qualifications/Standard Documents/Documents"
                ],
                "summary":"Update a Document",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-itemOrigins-{itemOriginGid}-qualifications-{itemQfGid}-reqdocs-{documentDefGid}-docs-{documentGid}-patch",
                "x-filename-id":"items-itemgid-itemorigins-itemorigingid-qualifications-itemqfgid-reqdocs-documentdefgid-docs-documentgid-patch"
            }
        },
        "/items/{itemGid}/itemOrigins/{itemOriginGid}/qualifications/{itemQfGid}/reqdocs/{documentDefGid}/docs/{documentGid}/reviewers":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"itemOriginGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"itemQfGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items/Item Origins/Origin Qualifications/Standard Documents/Documents/Reviewers"
                ],
                "summary":"Get Reviewers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/items.itemOrigins.qualifications.reqdocs.docs.reviewers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-itemOrigins-{itemOriginGid}-qualifications-{itemQfGid}-reqdocs-{documentDefGid}-docs-{documentGid}-reviewers-get",
                "x-filename-id":"items-itemgid-itemorigins-itemorigingid-qualifications-itemqfgid-reqdocs-documentdefgid-docs-documentgid-reviewers-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Items/Item Origins/Origin Qualifications/Standard Documents/Documents/Reviewers"
                ],
                "summary":"Create a Reviewer",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/items.itemOrigins.qualifications.reqdocs.docs.reviewers"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/items.itemOrigins.qualifications.reqdocs.docs.reviewers"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/items.itemOrigins.qualifications.reqdocs.docs.reviewers"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/items.itemOrigins.qualifications.reqdocs.docs.reviewers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-itemOrigins-{itemOriginGid}-qualifications-{itemQfGid}-reqdocs-{documentDefGid}-docs-{documentGid}-reviewers-post",
                "x-filename-id":"items-itemgid-itemorigins-itemorigingid-qualifications-itemqfgid-reqdocs-documentdefgid-docs-documentgid-reviewers-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items/Item Origins/Origin Qualifications/Standard Documents/Documents/Reviewers"
                ],
                "summary":"Update Reviewers",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-itemOrigins-{itemOriginGid}-qualifications-{itemQfGid}-reqdocs-{documentDefGid}-docs-{documentGid}-reviewers-patch",
                "x-filename-id":"items-itemgid-itemorigins-itemorigingid-qualifications-itemqfgid-reqdocs-documentdefgid-docs-documentgid-reviewers-patch"
            }
        },
        "/items/{itemGid}/itemOrigins/{itemOriginGid}/qualifications/{itemQfGid}/reqdocs/{documentDefGid}/docs/{documentGid}/reviewers/{contactGid}":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"itemOriginGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"itemQfGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"contactGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items/Item Origins/Origin Qualifications/Standard Documents/Documents/Reviewers"
                ],
                "summary":"Get a Reviewer",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/items.itemOrigins.qualifications.reqdocs.docs.reviewers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-itemOrigins-{itemOriginGid}-qualifications-{itemQfGid}-reqdocs-{documentDefGid}-docs-{documentGid}-reviewers-{contactGid}-get",
                "x-filename-id":"items-itemgid-itemorigins-itemorigingid-qualifications-itemqfgid-reqdocs-documentdefgid-docs-documentgid-reviewers-contactgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Items/Item Origins/Origin Qualifications/Standard Documents/Documents/Reviewers"
                ],
                "summary":"Delete a Reviewer",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-itemOrigins-{itemOriginGid}-qualifications-{itemQfGid}-reqdocs-{documentDefGid}-docs-{documentGid}-reviewers-{contactGid}-delete",
                "x-filename-id":"items-itemgid-itemorigins-itemorigingid-qualifications-itemqfgid-reqdocs-documentdefgid-docs-documentgid-reviewers-contactgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items/Item Origins/Origin Qualifications/Standard Documents/Documents/Reviewers"
                ],
                "summary":"Update a Reviewer",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-itemOrigins-{itemOriginGid}-qualifications-{itemQfGid}-reqdocs-{documentDefGid}-docs-{documentGid}-reviewers-{contactGid}-patch",
                "x-filename-id":"items-itemgid-itemorigins-itemorigingid-qualifications-itemqfgid-reqdocs-documentdefgid-docs-documentgid-reviewers-contactgid-patch"
            }
        },
        "/items/{itemGid}/itemOrigins/{itemOriginGid}/qualifications/{itemQfGid}/reqdocs/{documentDefGid}/reviewers":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"itemOriginGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"itemQfGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items/Item Origins/Origin Qualifications/Standard Documents/Document Reviewers"
                ],
                "summary":"Get Document Reviewers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/items.itemOrigins.qualifications.reqdocs.reviewers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-itemOrigins-{itemOriginGid}-qualifications-{itemQfGid}-reqdocs-{documentDefGid}-reviewers-get",
                "x-filename-id":"items-itemgid-itemorigins-itemorigingid-qualifications-itemqfgid-reqdocs-documentdefgid-reviewers-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Items/Item Origins/Origin Qualifications/Standard Documents/Document Reviewers"
                ],
                "summary":"Create a Document Reviewer",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/items.itemOrigins.qualifications.reqdocs.reviewers"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/items.itemOrigins.qualifications.reqdocs.reviewers"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/items.itemOrigins.qualifications.reqdocs.reviewers"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/items.itemOrigins.qualifications.reqdocs.reviewers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-itemOrigins-{itemOriginGid}-qualifications-{itemQfGid}-reqdocs-{documentDefGid}-reviewers-post",
                "x-filename-id":"items-itemgid-itemorigins-itemorigingid-qualifications-itemqfgid-reqdocs-documentdefgid-reviewers-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items/Item Origins/Origin Qualifications/Standard Documents/Document Reviewers"
                ],
                "summary":"Update Document Reviewers",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-itemOrigins-{itemOriginGid}-qualifications-{itemQfGid}-reqdocs-{documentDefGid}-reviewers-patch",
                "x-filename-id":"items-itemgid-itemorigins-itemorigingid-qualifications-itemqfgid-reqdocs-documentdefgid-reviewers-patch"
            }
        },
        "/items/{itemGid}/itemOrigins/{itemOriginGid}/qualifications/{itemQfGid}/reqdocs/{documentDefGid}/reviewers/{contactGid}":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"itemOriginGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"itemQfGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"contactGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items/Item Origins/Origin Qualifications/Standard Documents/Document Reviewers"
                ],
                "summary":"Get a Document Reviewer",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/items.itemOrigins.qualifications.reqdocs.reviewers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-itemOrigins-{itemOriginGid}-qualifications-{itemQfGid}-reqdocs-{documentDefGid}-reviewers-{contactGid}-get",
                "x-filename-id":"items-itemgid-itemorigins-itemorigingid-qualifications-itemqfgid-reqdocs-documentdefgid-reviewers-contactgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Items/Item Origins/Origin Qualifications/Standard Documents/Document Reviewers"
                ],
                "summary":"Delete a Document Reviewer",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-itemOrigins-{itemOriginGid}-qualifications-{itemQfGid}-reqdocs-{documentDefGid}-reviewers-{contactGid}-delete",
                "x-filename-id":"items-itemgid-itemorigins-itemorigingid-qualifications-itemqfgid-reqdocs-documentdefgid-reviewers-contactgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items/Item Origins/Origin Qualifications/Standard Documents/Document Reviewers"
                ],
                "summary":"Update a Document Reviewer",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-itemOrigins-{itemOriginGid}-qualifications-{itemQfGid}-reqdocs-{documentDefGid}-reviewers-{contactGid}-patch",
                "x-filename-id":"items-itemgid-itemorigins-itemorigingid-qualifications-itemqfgid-reqdocs-documentdefgid-reviewers-contactgid-patch"
            }
        },
        "/items/{itemGid}/itemOrigins/{itemOriginGid}/qualifications/{itemQfGid}/reqdocs/{documentDefGid}/statuses":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"itemOriginGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"itemQfGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items/Item Origins/Origin Qualifications/Standard Documents/Document Statuses"
                ],
                "summary":"Get Document Statuses",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/items.itemOrigins.qualifications.reqdocs.statuses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-itemOrigins-{itemOriginGid}-qualifications-{itemQfGid}-reqdocs-{documentDefGid}-statuses-get",
                "x-filename-id":"items-itemgid-itemorigins-itemorigingid-qualifications-itemqfgid-reqdocs-documentdefgid-statuses-get"
            }
        },
        "/items/{itemGid}/itemOrigins/{itemOriginGid}/qualifications/{itemQfGid}/reqdocs/{documentDefGid}/statuses/{statusTypeGidxstatusValueGid}":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"itemOriginGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"itemQfGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"statusTypeGidxstatusValueGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items/Item Origins/Origin Qualifications/Standard Documents/Document Statuses"
                ],
                "summary":"Get a Document Status",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/items.itemOrigins.qualifications.reqdocs.statuses"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-itemOrigins-{itemOriginGid}-qualifications-{itemQfGid}-reqdocs-{documentDefGid}-statuses-{statusTypeGidxstatusValueGid}-get",
                "x-filename-id":"items-itemgid-itemorigins-itemorigingid-qualifications-itemqfgid-reqdocs-documentdefgid-statuses-statustypegidxstatusvaluegid-get"
            }
        },
        "/items/{itemGid}/partnerItems":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items/Partner Items"
                ],
                "summary":"Get Partner Items",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/items.partnerItems"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-partnerItems-get",
                "x-filename-id":"items-itemgid-partneritems-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Items/Partner Items"
                ],
                "summary":"Create a Partner Item",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/items.partnerItems"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/items.partnerItems"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/items.partnerItems"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/items.partnerItems"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-partnerItems-post",
                "x-filename-id":"items-itemgid-partneritems-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items/Partner Items"
                ],
                "summary":"Update Partner Items",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-partnerItems-patch",
                "x-filename-id":"items-itemgid-partneritems-patch"
            }
        },
        "/items/{itemGid}/partnerItems/{partnerItemGid}":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"partnerItemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items/Partner Items"
                ],
                "summary":"Get a Partner Item",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/items.partnerItems"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-partnerItems-{partnerItemGid}-get",
                "x-filename-id":"items-itemgid-partneritems-partneritemgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Items/Partner Items"
                ],
                "summary":"Delete a Partner Item",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-partnerItems-{partnerItemGid}-delete",
                "x-filename-id":"items-itemgid-partneritems-partneritemgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items/Partner Items"
                ],
                "summary":"Update a Partner Item",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-partnerItems-{partnerItemGid}-patch",
                "x-filename-id":"items-itemgid-partneritems-partneritemgid-patch"
            }
        },
        "/items/{itemGid}/partnerSites":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items/Partner Sites"
                ],
                "summary":"Get Partner Sites",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/items.partnerSites"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-partnerSites-get",
                "x-filename-id":"items-itemgid-partnersites-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Items/Partner Sites"
                ],
                "summary":"Create a Partner Site",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/items.partnerSites"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/items.partnerSites"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/items.partnerSites"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/items.partnerSites"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-partnerSites-post",
                "x-filename-id":"items-itemgid-partnersites-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items/Partner Sites"
                ],
                "summary":"Update Partner Sites",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-partnerSites-patch",
                "x-filename-id":"items-itemgid-partnersites-patch"
            }
        },
        "/items/{itemGid}/partnerSites/{partnerSiteGid}":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"partnerSiteGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items/Partner Sites"
                ],
                "summary":"Get a Partner Site",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/items.partnerSites"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-partnerSites-{partnerSiteGid}-get",
                "x-filename-id":"items-itemgid-partnersites-partnersitegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Items/Partner Sites"
                ],
                "summary":"Delete a Partner Site",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-partnerSites-{partnerSiteGid}-delete",
                "x-filename-id":"items-itemgid-partnersites-partnersitegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items/Partner Sites"
                ],
                "summary":"Update a Partner Site",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-partnerSites-{partnerSiteGid}-patch",
                "x-filename-id":"items-itemgid-partnersites-partnersitegid-patch"
            }
        },
        "/items/{itemGid}/itemValueSets":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items/Item Value Sets"
                ],
                "summary":"Get Item Value Sets",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/items.itemValueSets"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-itemValueSets-get",
                "x-filename-id":"items-itemgid-itemvaluesets-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Items/Item Value Sets"
                ],
                "summary":"Create an Item Value Set",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/items.itemValueSets"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/items.itemValueSets"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/items.itemValueSets"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/items.itemValueSets"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-itemValueSets-post",
                "x-filename-id":"items-itemgid-itemvaluesets-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items/Item Value Sets"
                ],
                "summary":"Update Item Value Sets",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-itemValueSets-patch",
                "x-filename-id":"items-itemgid-itemvaluesets-patch"
            }
        },
        "/items/{itemGid}/itemValueSets/{seqNumber}":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"seqNumber",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items/Item Value Sets"
                ],
                "summary":"Get an Item Value Set",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/items.itemValueSets"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-itemValueSets-{seqNumber}-get",
                "x-filename-id":"items-itemgid-itemvaluesets-seqnumber-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Items/Item Value Sets"
                ],
                "summary":"Delete an Item Value Set",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-itemValueSets-{seqNumber}-delete",
                "x-filename-id":"items-itemgid-itemvaluesets-seqnumber-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items/Item Value Sets"
                ],
                "summary":"Update an Item Value Set",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-itemValueSets-{seqNumber}-patch",
                "x-filename-id":"items-itemgid-itemvaluesets-seqnumber-patch"
            }
        },
        "/items/{itemGid}/itemValueSets/{seqNumber}/itemValues":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"seqNumber",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items/Item Value Sets/Item Values"
                ],
                "summary":"Get Item Values",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/items.itemValueSets.itemValues"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-itemValueSets-{seqNumber}-itemValues-get",
                "x-filename-id":"items-itemgid-itemvaluesets-seqnumber-itemvalues-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Items/Item Value Sets/Item Values"
                ],
                "summary":"Create an Item Value",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/items.itemValueSets.itemValues"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/items.itemValueSets.itemValues"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/items.itemValueSets.itemValues"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/items.itemValueSets.itemValues"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-itemValueSets-{seqNumber}-itemValues-post",
                "x-filename-id":"items-itemgid-itemvaluesets-seqnumber-itemvalues-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items/Item Value Sets/Item Values"
                ],
                "summary":"Update Item Values",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-itemValueSets-{seqNumber}-itemValues-patch",
                "x-filename-id":"items-itemgid-itemvaluesets-seqnumber-itemvalues-patch"
            }
        },
        "/items/{itemGid}/itemValueSets/{seqNumber}/itemValues/{gtmValueQualifierGid}":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"seqNumber",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmValueQualifierGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items/Item Value Sets/Item Values"
                ],
                "summary":"Get an Item Value",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/items.itemValueSets.itemValues"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-itemValueSets-{seqNumber}-itemValues-{gtmValueQualifierGid}-get",
                "x-filename-id":"items-itemgid-itemvaluesets-seqnumber-itemvalues-gtmvaluequalifiergid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Items/Item Value Sets/Item Values"
                ],
                "summary":"Delete an Item Value",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-itemValueSets-{seqNumber}-itemValues-{gtmValueQualifierGid}-delete",
                "x-filename-id":"items-itemgid-itemvaluesets-seqnumber-itemvalues-gtmvaluequalifiergid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Items/Item Value Sets/Item Values"
                ],
                "summary":"Update an Item Value",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"items-{itemGid}-itemValueSets-{seqNumber}-itemValues-{gtmValueQualifierGid}-patch",
                "x-filename-id":"items-itemgid-itemvaluesets-seqnumber-itemvalues-gtmvaluequalifiergid-patch"
            }
        },
        "/items/{itemGid}/documents":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items/Documents"
                ],
                "summary":"Get Documents",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/items.documents"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-documents-get",
                "x-filename-id":"items-itemgid-documents-get"
            }
        },
        "/items/{itemGid}/documents/{documentGid}":{
            "parameters":[
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Items/Documents"
                ],
                "summary":"Get a Document",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/items.documents"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"items-{itemGid}-documents-{documentGid}-get",
                "x-filename-id":"items-itemgid-documents-documentgid-get"
            }
        },
        "/productClassificationGroups":{
            "get":{
                "tags":[
                    "Power Data/Product Classification Groups"
                ],
                "summary":"Get Product Classification Groups",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/productClassificationGroups"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"productClassificationGroups-get",
                "x-filename-id":"productclassificationgroups-get"
            },
            "post":{
                "tags":[
                    "Power Data/Product Classification Groups"
                ],
                "summary":"Create a Product Classification Group",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/productClassificationGroups"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/productClassificationGroups"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"productClassificationGroups-post",
                "x-filename-id":"productclassificationgroups-post"
            }
        },
        "/productClassificationGroups/{gtmProductGroupGid}":{
            "parameters":[
                {
                    "name":"gtmProductGroupGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Product Classification Groups"
                ],
                "summary":"Get a Product Classification Group",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/productClassificationGroups"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"productClassificationGroups-{gtmProductGroupGid}-get",
                "x-filename-id":"productclassificationgroups-gtmproductgroupgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Product Classification Groups"
                ],
                "summary":"Delete a Product Classification Group",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"productClassificationGroups-{gtmProductGroupGid}-delete",
                "x-filename-id":"productclassificationgroups-gtmproductgroupgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Product Classification Groups"
                ],
                "summary":"Update a Product Classification Group",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"productClassificationGroups-{gtmProductGroupGid}-patch",
                "x-filename-id":"productclassificationgroups-gtmproductgroupgid-patch"
            }
        },
        "/productClassificationGroups/{gtmProductGroupGid}/classificationCodes":{
            "parameters":[
                {
                    "name":"gtmProductGroupGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Product Classification Groups/Classification Codes"
                ],
                "summary":"Get Classification Codes",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/productClassificationGroups.classificationCodes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"productClassificationGroups-{gtmProductGroupGid}-classificationCodes-get",
                "x-filename-id":"productclassificationgroups-gtmproductgroupgid-classificationcodes-get"
            },
            "post":{
                "tags":[
                    "Power Data/Product Classification Groups/Classification Codes"
                ],
                "summary":"Create a Classification Code",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/productClassificationGroups.classificationCodes"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/productClassificationGroups.classificationCodes"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/productClassificationGroups.classificationCodes"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/productClassificationGroups.classificationCodes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"productClassificationGroups-{gtmProductGroupGid}-classificationCodes-post",
                "x-filename-id":"productclassificationgroups-gtmproductgroupgid-classificationcodes-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Product Classification Groups/Classification Codes"
                ],
                "summary":"Update Classification Codes",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"productClassificationGroups-{gtmProductGroupGid}-classificationCodes-patch",
                "x-filename-id":"productclassificationgroups-gtmproductgroupgid-classificationcodes-patch"
            }
        },
        "/productClassificationGroups/{gtmProductGroupGid}/classificationCodes/{gtmProdClassTypeGidxclassificationCode}":{
            "parameters":[
                {
                    "name":"gtmProductGroupGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmProdClassTypeGidxclassificationCode",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Product Classification Groups/Classification Codes"
                ],
                "summary":"Get a Classification Code",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/productClassificationGroups.classificationCodes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"productClassificationGroups-{gtmProductGroupGid}-classificationCodes-{gtmProdClassTypeGidxclassificationCode}-get",
                "x-filename-id":"productclassificationgroups-gtmproductgroupgid-classificationcodes-gtmprodclasstypegidxclassificationcode-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Product Classification Groups/Classification Codes"
                ],
                "summary":"Delete a Classification Code",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"productClassificationGroups-{gtmProductGroupGid}-classificationCodes-{gtmProdClassTypeGidxclassificationCode}-delete",
                "x-filename-id":"productclassificationgroups-gtmproductgroupgid-classificationcodes-gtmprodclasstypegidxclassificationcode-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Product Classification Groups/Classification Codes"
                ],
                "summary":"Update a Classification Code",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"productClassificationGroups-{gtmProductGroupGid}-classificationCodes-{gtmProdClassTypeGidxclassificationCode}-patch",
                "x-filename-id":"productclassificationgroups-gtmproductgroupgid-classificationcodes-gtmprodclasstypegidxclassificationcode-patch"
            }
        },
        "/productClassificationGroups/{gtmProductGroupGid}/childGroups":{
            "parameters":[
                {
                    "name":"gtmProductGroupGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Product Classification Groups/Child Groups"
                ],
                "summary":"Get Child Groups",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/productClassificationGroups.childGroups"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"productClassificationGroups-{gtmProductGroupGid}-childGroups-get",
                "x-filename-id":"productclassificationgroups-gtmproductgroupgid-childgroups-get"
            },
            "post":{
                "tags":[
                    "Power Data/Product Classification Groups/Child Groups"
                ],
                "summary":"Create a Child Group",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/productClassificationGroups.childGroups"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/productClassificationGroups.childGroups"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/productClassificationGroups.childGroups"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/productClassificationGroups.childGroups"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"productClassificationGroups-{gtmProductGroupGid}-childGroups-post",
                "x-filename-id":"productclassificationgroups-gtmproductgroupgid-childgroups-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Product Classification Groups/Child Groups"
                ],
                "summary":"Update Child Groups",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"productClassificationGroups-{gtmProductGroupGid}-childGroups-patch",
                "x-filename-id":"productclassificationgroups-gtmproductgroupgid-childgroups-patch"
            }
        },
        "/productClassificationGroups/{gtmProductGroupGid}/childGroups/{childGroupGid}":{
            "parameters":[
                {
                    "name":"gtmProductGroupGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"childGroupGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Product Classification Groups/Child Groups"
                ],
                "summary":"Get a Child Group",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/productClassificationGroups.childGroups"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"productClassificationGroups-{gtmProductGroupGid}-childGroups-{childGroupGid}-get",
                "x-filename-id":"productclassificationgroups-gtmproductgroupgid-childgroups-childgroupgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Product Classification Groups/Child Groups"
                ],
                "summary":"Delete a Child Group",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"productClassificationGroups-{gtmProductGroupGid}-childGroups-{childGroupGid}-delete",
                "x-filename-id":"productclassificationgroups-gtmproductgroupgid-childgroups-childgroupgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Product Classification Groups/Child Groups"
                ],
                "summary":"Update a Child Group",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"productClassificationGroups-{gtmProductGroupGid}-childGroups-{childGroupGid}-patch",
                "x-filename-id":"productclassificationgroups-gtmproductgroupgid-childgroups-childgroupgid-patch"
            }
        },
        "/accessorialCodes":{
            "get":{
                "tags":[
                    "Power Data/Accessorial Codes"
                ],
                "summary":"Get Accessorial Codes",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/accessorialCodes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"accessorialCodes-get",
                "x-filename-id":"accessorialcodes-get"
            },
            "post":{
                "tags":[
                    "Power Data/Accessorial Codes"
                ],
                "summary":"Create an Accessorial Code",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/accessorialCodes"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/accessorialCodes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"accessorialCodes-post",
                "x-filename-id":"accessorialcodes-post"
            }
        },
        "/accessorialCodes/{accessorialCodeGid}":{
            "parameters":[
                {
                    "name":"accessorialCodeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Accessorial Codes"
                ],
                "summary":"Get an Accessorial Code",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/accessorialCodes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"accessorialCodes-{accessorialCodeGid}-get",
                "x-filename-id":"accessorialcodes-accessorialcodegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Accessorial Codes"
                ],
                "summary":"Delete an Accessorial Code",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"accessorialCodes-{accessorialCodeGid}-delete",
                "x-filename-id":"accessorialcodes-accessorialcodegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Accessorial Codes"
                ],
                "summary":"Update an Accessorial Code",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"accessorialCodes-{accessorialCodeGid}-patch",
                "x-filename-id":"accessorialcodes-accessorialcodegid-patch"
            }
        },
        "/rateOfferingLaneSpecialServices":{
            "get":{
                "tags":[
                    "Power Data/Rate Offering Lane Special Services"
                ],
                "summary":"Get Rate Offering Lane Special Services",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/rateOfferingLaneSpecialServices"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateOfferingLaneSpecialServices-get",
                "x-filename-id":"rateofferinglanespecialservices-get"
            },
            "post":{
                "tags":[
                    "Power Data/Rate Offering Lane Special Services"
                ],
                "summary":"Create a Rate Offering Lane Special Service",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/rateOfferingLaneSpecialServices"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateOfferingLaneSpecialServices"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateOfferingLaneSpecialServices-post",
                "x-filename-id":"rateofferinglanespecialservices-post"
            }
        },
        "/rateOfferingLaneSpecialServices/{roLaneSpecialServiceGid}":{
            "parameters":[
                {
                    "name":"roLaneSpecialServiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Rate Offering Lane Special Services"
                ],
                "summary":"Get a Rate Offering Lane Special Service",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateOfferingLaneSpecialServices"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateOfferingLaneSpecialServices-{roLaneSpecialServiceGid}-get",
                "x-filename-id":"rateofferinglanespecialservices-rolanespecialservicegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Rate Offering Lane Special Services"
                ],
                "summary":"Delete a Rate Offering Lane Special Service",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rateOfferingLaneSpecialServices-{roLaneSpecialServiceGid}-delete",
                "x-filename-id":"rateofferinglanespecialservices-rolanespecialservicegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Rate Offering Lane Special Services"
                ],
                "summary":"Update a Rate Offering Lane Special Service",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rateOfferingLaneSpecialServices-{roLaneSpecialServiceGid}-patch",
                "x-filename-id":"rateofferinglanespecialservices-rolanespecialservicegid-patch"
            }
        },
        "/custom-actions/diagnosticTreeNode":{
            "post":{
                "tags":[
                    "Actions/Business Queries/Diagnostics"
                ],
                "summary":"Retrieve diagnostic tree node data",
                "description":"Returns the diagnostic tree node details for given matching criteria.",
                "requestBody":{
                    "content":{
                        "application/json":{
                            "schema":{
                                "$ref":"#/components/schemas/DiagnosticTreeNodeRequest"
                            }
                        }
                    }
                },
                "responses":{
                    "200":{
                        "description":"Success! A successful POST method returns a 200 status code.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/DiagnosticTreeNodeResponse"
                                }
                            }
                        }
                    },
                    "400":{
                        "description":"Your request couldn't be processed because it contains missing or invalid information, such as a validation error on an input field, a missing required value, and so forth.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    },
                    "404":{
                        "description":"Your request includes a resource URI that doesn't exist.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"custom-actions-diagnosticTreeNode-post",
                "x-filename-id":"custom-actions-diagnostictreenode-post"
            }
        },
        "/voyages":{
            "get":{
                "tags":[
                    "Business Objects/Voyages"
                ],
                "summary":"Get Voyages",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/voyages"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"voyages-get",
                "x-filename-id":"voyages-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Voyages"
                ],
                "summary":"Create a Voyage",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/voyages"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/voyages"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"voyages-post",
                "x-filename-id":"voyages-post"
            }
        },
        "/voyages/{voyageGid}":{
            "parameters":[
                {
                    "name":"voyageGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Voyages"
                ],
                "summary":"Get a Voyage",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/voyages"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"voyages-{voyageGid}-get",
                "x-filename-id":"voyages-voyagegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Voyages"
                ],
                "summary":"Delete a Voyage",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"voyages-{voyageGid}-delete",
                "x-filename-id":"voyages-voyagegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Voyages"
                ],
                "summary":"Update a Voyage",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"voyages-{voyageGid}-patch",
                "x-filename-id":"voyages-voyagegid-patch"
            }
        },
        "/voyages/{voyageGid}/locations":{
            "parameters":[
                {
                    "name":"voyageGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Voyages/Locations"
                ],
                "summary":"Get Locations",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/voyages.locations"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"voyages-{voyageGid}-locations-get",
                "x-filename-id":"voyages-voyagegid-locations-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Voyages/Locations"
                ],
                "summary":"Create a Location",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/voyages.locations"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/voyages.locations"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/voyages.locations"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/voyages.locations"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"voyages-{voyageGid}-locations-post",
                "x-filename-id":"voyages-voyagegid-locations-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Voyages/Locations"
                ],
                "summary":"Update Locations",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"voyages-{voyageGid}-locations-patch",
                "x-filename-id":"voyages-voyagegid-locations-patch"
            }
        },
        "/voyages/{voyageGid}/locations/{seqNo}":{
            "parameters":[
                {
                    "name":"voyageGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"seqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Voyages/Locations"
                ],
                "summary":"Get a Location",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/voyages.locations"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"voyages-{voyageGid}-locations-{seqNo}-get",
                "x-filename-id":"voyages-voyagegid-locations-seqno-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Voyages/Locations"
                ],
                "summary":"Delete a Location",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"voyages-{voyageGid}-locations-{seqNo}-delete",
                "x-filename-id":"voyages-voyagegid-locations-seqno-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Voyages/Locations"
                ],
                "summary":"Update a Location",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"voyages-{voyageGid}-locations-{seqNo}-patch",
                "x-filename-id":"voyages-voyagegid-locations-seqno-patch"
            }
        },
        "/orderReleaseReferenceNumberQualifiers":{
            "get":{
                "tags":[
                    "Power Data/Order Release Reference Number Qualifiers"
                ],
                "summary":"Get Order Release Reference Number Qualifiers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderReleaseReferenceNumberQualifiers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleaseReferenceNumberQualifiers-get",
                "x-filename-id":"orderreleasereferencenumberqualifiers-get"
            },
            "post":{
                "tags":[
                    "Power Data/Order Release Reference Number Qualifiers"
                ],
                "summary":"Create an Order Release Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/orderReleaseReferenceNumberQualifiers"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderReleaseReferenceNumberQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleaseReferenceNumberQualifiers-post",
                "x-filename-id":"orderreleasereferencenumberqualifiers-post"
            }
        },
        "/orderReleaseReferenceNumberQualifiers/{orderReleaseRefnumQualGid}":{
            "parameters":[
                {
                    "name":"orderReleaseRefnumQualGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Order Release Reference Number Qualifiers"
                ],
                "summary":"Get an Order Release Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderReleaseReferenceNumberQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleaseReferenceNumberQualifiers-{orderReleaseRefnumQualGid}-get",
                "x-filename-id":"orderreleasereferencenumberqualifiers-orderreleaserefnumqualgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Order Release Reference Number Qualifiers"
                ],
                "summary":"Delete an Order Release Reference Number Qualifier",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleaseReferenceNumberQualifiers-{orderReleaseRefnumQualGid}-delete",
                "x-filename-id":"orderreleasereferencenumberqualifiers-orderreleaserefnumqualgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Order Release Reference Number Qualifiers"
                ],
                "summary":"Update an Order Release Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleaseReferenceNumberQualifiers-{orderReleaseRefnumQualGid}-patch",
                "x-filename-id":"orderreleasereferencenumberqualifiers-orderreleaserefnumqualgid-patch"
            }
        },
        "/locationCompatibilities":{
            "get":{
                "tags":[
                    "Power Data/Locations Compatibilities"
                ],
                "summary":"Get Locations Compatibilities",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/locationCompatibilities"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locationCompatibilities-get",
                "x-filename-id":"locationcompatibilities-get"
            },
            "post":{
                "tags":[
                    "Power Data/Locations Compatibilities"
                ],
                "summary":"Create a Location Compatibility",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/locationCompatibilities"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/locationCompatibilities"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locationCompatibilities-post",
                "x-filename-id":"locationcompatibilities-post"
            }
        },
        "/locationCompatibilities/{locationGid1xlocationGid2}":{
            "parameters":[
                {
                    "name":"locationGid1xlocationGid2",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Locations Compatibilities"
                ],
                "summary":"Get a Location Compatibility",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/locationCompatibilities"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locationCompatibilities-{locationGid1xlocationGid2}-get",
                "x-filename-id":"locationcompatibilities-locationgid1xlocationgid2-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Locations Compatibilities"
                ],
                "summary":"Delete a Location Compatibility",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"locationCompatibilities-{locationGid1xlocationGid2}-delete",
                "x-filename-id":"locationcompatibilities-locationgid1xlocationgid2-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Locations Compatibilities"
                ],
                "summary":"Update a Location Compatibility",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"locationCompatibilities-{locationGid1xlocationGid2}-patch",
                "x-filename-id":"locationcompatibilities-locationgid1xlocationgid2-patch"
            }
        },
        "/reasonGroupProfiles":{
            "get":{
                "tags":[
                    "Power Data/Reason Group Profiles"
                ],
                "summary":"Get Reason Group Profiles",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/reasonGroupProfiles"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"reasonGroupProfiles-get",
                "x-filename-id":"reasongroupprofiles-get"
            },
            "post":{
                "tags":[
                    "Power Data/Reason Group Profiles"
                ],
                "summary":"Create a Reason Group Profile",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/reasonGroupProfiles"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/reasonGroupProfiles"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"reasonGroupProfiles-post",
                "x-filename-id":"reasongroupprofiles-post"
            }
        },
        "/reasonGroupProfiles/{bsReasonGroupProfileGid}":{
            "parameters":[
                {
                    "name":"bsReasonGroupProfileGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Reason Group Profiles"
                ],
                "summary":"Get a Reason Group Profile",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/reasonGroupProfiles"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"reasonGroupProfiles-{bsReasonGroupProfileGid}-get",
                "x-filename-id":"reasongroupprofiles-bsreasongroupprofilegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Reason Group Profiles"
                ],
                "summary":"Delete a Reason Group Profile",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"reasonGroupProfiles-{bsReasonGroupProfileGid}-delete",
                "x-filename-id":"reasongroupprofiles-bsreasongroupprofilegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Reason Group Profiles"
                ],
                "summary":"Update a Reason Group Profile",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"reasonGroupProfiles-{bsReasonGroupProfileGid}-patch",
                "x-filename-id":"reasongroupprofiles-bsreasongroupprofilegid-patch"
            }
        },
        "/reasonGroupProfiles/{bsReasonGroupProfileGid}/details":{
            "parameters":[
                {
                    "name":"bsReasonGroupProfileGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Reason Group Profiles/Details"
                ],
                "summary":"Get Details",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/reasonGroupProfiles.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"reasonGroupProfiles-{bsReasonGroupProfileGid}-details-get",
                "x-filename-id":"reasongroupprofiles-bsreasongroupprofilegid-details-get"
            },
            "post":{
                "tags":[
                    "Power Data/Reason Group Profiles/Details"
                ],
                "summary":"Create a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/reasonGroupProfiles.details"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/reasonGroupProfiles.details"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/reasonGroupProfiles.details"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/reasonGroupProfiles.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"reasonGroupProfiles-{bsReasonGroupProfileGid}-details-post",
                "x-filename-id":"reasongroupprofiles-bsreasongroupprofilegid-details-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Reason Group Profiles/Details"
                ],
                "summary":"Update Details",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"reasonGroupProfiles-{bsReasonGroupProfileGid}-details-patch",
                "x-filename-id":"reasongroupprofiles-bsreasongroupprofilegid-details-patch"
            }
        },
        "/reasonGroupProfiles/{bsReasonGroupProfileGid}/details/{bsReasonGroupGid}":{
            "parameters":[
                {
                    "name":"bsReasonGroupProfileGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"bsReasonGroupGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Reason Group Profiles/Details"
                ],
                "summary":"Get a Detail",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/reasonGroupProfiles.details"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"reasonGroupProfiles-{bsReasonGroupProfileGid}-details-{bsReasonGroupGid}-get",
                "x-filename-id":"reasongroupprofiles-bsreasongroupprofilegid-details-bsreasongroupgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Reason Group Profiles/Details"
                ],
                "summary":"Delete a Detail",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"reasonGroupProfiles-{bsReasonGroupProfileGid}-details-{bsReasonGroupGid}-delete",
                "x-filename-id":"reasongroupprofiles-bsreasongroupprofilegid-details-bsreasongroupgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Reason Group Profiles/Details"
                ],
                "summary":"Update a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"reasonGroupProfiles-{bsReasonGroupProfileGid}-details-{bsReasonGroupGid}-patch",
                "x-filename-id":"reasongroupprofiles-bsreasongroupprofilegid-details-bsreasongroupgid-patch"
            }
        },
        "/orderBases":{
            "get":{
                "tags":[
                    "Business Objects/Order Bases"
                ],
                "summary":"Get Order Bases",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderBases"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-get",
                "x-filename-id":"orderbases-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Order Bases"
                ],
                "summary":"Create an Order Base",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/orderBases"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderBases"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-post",
                "x-filename-id":"orderbases-post"
            }
        },
        "/orderBases/{orderBaseGid}":{
            "parameters":[
                {
                    "name":"orderBaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Bases"
                ],
                "summary":"Get an Order Base",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderBases"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-get",
                "x-filename-id":"orderbases-orderbasegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Order Bases"
                ],
                "summary":"Delete an Order Base",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-delete",
                "x-filename-id":"orderbases-orderbasegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Bases"
                ],
                "summary":"Update an Order Base",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-patch",
                "x-filename-id":"orderbases-orderbasegid-patch"
            }
        },
        "/orderBases/{orderBaseGid}/lines":{
            "parameters":[
                {
                    "name":"orderBaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Bases/Lines"
                ],
                "summary":"Get Lines",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderBases.lines"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-lines-get",
                "x-filename-id":"orderbases-orderbasegid-lines-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Order Bases/Lines"
                ],
                "summary":"Create a Line",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/orderBases.lines"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/orderBases.lines"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderBases.lines"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderBases.lines"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-lines-post",
                "x-filename-id":"orderbases-orderbasegid-lines-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Bases/Lines"
                ],
                "summary":"Update Lines",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-lines-patch",
                "x-filename-id":"orderbases-orderbasegid-lines-patch"
            }
        },
        "/orderBases/{orderBaseGid}/lines/{obLineGid}":{
            "parameters":[
                {
                    "name":"orderBaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"obLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Bases/Lines"
                ],
                "summary":"Get a Line",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderBases.lines"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-lines-{obLineGid}-get",
                "x-filename-id":"orderbases-orderbasegid-lines-oblinegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Order Bases/Lines"
                ],
                "summary":"Delete a Line",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-lines-{obLineGid}-delete",
                "x-filename-id":"orderbases-orderbasegid-lines-oblinegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Bases/Lines"
                ],
                "summary":"Update a Line",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-lines-{obLineGid}-patch",
                "x-filename-id":"orderbases-orderbasegid-lines-oblinegid-patch"
            }
        },
        "/orderBases/{orderBaseGid}/lines/{obLineGid}/attributes":{
            "parameters":[
                {
                    "name":"orderBaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"obLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Bases/Lines/Attributes"
                ],
                "summary":"Get Attributes",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderBases.lines.attributes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-lines-{obLineGid}-attributes-get",
                "x-filename-id":"orderbases-orderbasegid-lines-oblinegid-attributes-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Order Bases/Lines/Attributes"
                ],
                "summary":"Create an Attribute",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/orderBases.lines.attributes"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/orderBases.lines.attributes"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderBases.lines.attributes"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderBases.lines.attributes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-lines-{obLineGid}-attributes-post",
                "x-filename-id":"orderbases-orderbasegid-lines-oblinegid-attributes-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Bases/Lines/Attributes"
                ],
                "summary":"Update Attributes",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-lines-{obLineGid}-attributes-patch",
                "x-filename-id":"orderbases-orderbasegid-lines-oblinegid-attributes-patch"
            }
        },
        "/orderBases/{orderBaseGid}/lines/{obLineGid}/attributes/{itemFeatureQualGidxitemFeatureValue}":{
            "parameters":[
                {
                    "name":"orderBaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"obLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"itemFeatureQualGidxitemFeatureValue",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Bases/Lines/Attributes"
                ],
                "summary":"Get an Attribute",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderBases.lines.attributes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-lines-{obLineGid}-attributes-{itemFeatureQualGidxitemFeatureValue}-get",
                "x-filename-id":"orderbases-orderbasegid-lines-oblinegid-attributes-itemfeaturequalgidxitemfeaturevalue-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Order Bases/Lines/Attributes"
                ],
                "summary":"Delete an Attribute",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-lines-{obLineGid}-attributes-{itemFeatureQualGidxitemFeatureValue}-delete",
                "x-filename-id":"orderbases-orderbasegid-lines-oblinegid-attributes-itemfeaturequalgidxitemfeaturevalue-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Bases/Lines/Attributes"
                ],
                "summary":"Update an Attribute",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-lines-{obLineGid}-attributes-{itemFeatureQualGidxitemFeatureValue}-patch",
                "x-filename-id":"orderbases-orderbasegid-lines-oblinegid-attributes-itemfeaturequalgidxitemfeaturevalue-patch"
            }
        },
        "/orderBases/{orderBaseGid}/lines/{obLineGid}/packageRefUnits":{
            "parameters":[
                {
                    "name":"orderBaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"obLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Bases/Lines/Package Reference Units"
                ],
                "summary":"Get Package Reference Units",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderBases.lines.packageRefUnits"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-lines-{obLineGid}-packageRefUnits-get",
                "x-filename-id":"orderbases-orderbasegid-lines-oblinegid-packagerefunits-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Order Bases/Lines/Package Reference Units"
                ],
                "summary":"Create a Package Reference Unit",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/orderBases.lines.packageRefUnits"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/orderBases.lines.packageRefUnits"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderBases.lines.packageRefUnits"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderBases.lines.packageRefUnits"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-lines-{obLineGid}-packageRefUnits-post",
                "x-filename-id":"orderbases-orderbasegid-lines-oblinegid-packagerefunits-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Bases/Lines/Package Reference Units"
                ],
                "summary":"Update Package Reference Units",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-lines-{obLineGid}-packageRefUnits-patch",
                "x-filename-id":"orderbases-orderbasegid-lines-oblinegid-packagerefunits-patch"
            }
        },
        "/orderBases/{orderBaseGid}/lines/{obLineGid}/packageRefUnits/{packagingReferenceUnitGid}":{
            "parameters":[
                {
                    "name":"orderBaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"obLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"packagingReferenceUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Bases/Lines/Package Reference Units"
                ],
                "summary":"Get a Package Reference Unit",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderBases.lines.packageRefUnits"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-lines-{obLineGid}-packageRefUnits-{packagingReferenceUnitGid}-get",
                "x-filename-id":"orderbases-orderbasegid-lines-oblinegid-packagerefunits-packagingreferenceunitgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Order Bases/Lines/Package Reference Units"
                ],
                "summary":"Delete a Package Reference Unit",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-lines-{obLineGid}-packageRefUnits-{packagingReferenceUnitGid}-delete",
                "x-filename-id":"orderbases-orderbasegid-lines-oblinegid-packagerefunits-packagingreferenceunitgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Bases/Lines/Package Reference Units"
                ],
                "summary":"Update a Package Reference Unit",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-lines-{obLineGid}-packageRefUnits-{packagingReferenceUnitGid}-patch",
                "x-filename-id":"orderbases-orderbasegid-lines-oblinegid-packagerefunits-packagingreferenceunitgid-patch"
            }
        },
        "/orderBases/{orderBaseGid}/lines/{obLineGid}/remarks":{
            "parameters":[
                {
                    "name":"orderBaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"obLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Bases/Lines/Remarks"
                ],
                "summary":"Get Remarks",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderBases.lines.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-lines-{obLineGid}-remarks-get",
                "x-filename-id":"orderbases-orderbasegid-lines-oblinegid-remarks-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Order Bases/Lines/Remarks"
                ],
                "summary":"Create a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/orderBases.lines.remarks"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/orderBases.lines.remarks"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderBases.lines.remarks"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderBases.lines.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-lines-{obLineGid}-remarks-post",
                "x-filename-id":"orderbases-orderbasegid-lines-oblinegid-remarks-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Bases/Lines/Remarks"
                ],
                "summary":"Update Remarks",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-lines-{obLineGid}-remarks-patch",
                "x-filename-id":"orderbases-orderbasegid-lines-oblinegid-remarks-patch"
            }
        },
        "/orderBases/{orderBaseGid}/lines/{obLineGid}/remarks/{remarkSequence}":{
            "parameters":[
                {
                    "name":"orderBaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"obLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"remarkSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Bases/Lines/Remarks"
                ],
                "summary":"Get a Remark",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderBases.lines.remarks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-lines-{obLineGid}-remarks-{remarkSequence}-get",
                "x-filename-id":"orderbases-orderbasegid-lines-oblinegid-remarks-remarksequence-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Order Bases/Lines/Remarks"
                ],
                "summary":"Delete a Remark",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-lines-{obLineGid}-remarks-{remarkSequence}-delete",
                "x-filename-id":"orderbases-orderbasegid-lines-oblinegid-remarks-remarksequence-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Bases/Lines/Remarks"
                ],
                "summary":"Update a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-lines-{obLineGid}-remarks-{remarkSequence}-patch",
                "x-filename-id":"orderbases-orderbasegid-lines-oblinegid-remarks-remarksequence-patch"
            }
        },
        "/orderBases/{orderBaseGid}/lines/{obLineGid}/releaseInstructions":{
            "parameters":[
                {
                    "name":"orderBaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"obLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Bases/Lines/Release Instructions"
                ],
                "summary":"Get Release Instructions",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderBases.lines.releaseInstructions"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-lines-{obLineGid}-releaseInstructions-get",
                "x-filename-id":"orderbases-orderbasegid-lines-oblinegid-releaseinstructions-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Order Bases/Lines/Release Instructions"
                ],
                "summary":"Create a Release Instruction",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/orderBases.lines.releaseInstructions"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/orderBases.lines.releaseInstructions"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderBases.lines.releaseInstructions"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderBases.lines.releaseInstructions"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-lines-{obLineGid}-releaseInstructions-post",
                "x-filename-id":"orderbases-orderbasegid-lines-oblinegid-releaseinstructions-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Bases/Lines/Release Instructions"
                ],
                "summary":"Update Release Instructions",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-lines-{obLineGid}-releaseInstructions-patch",
                "x-filename-id":"orderbases-orderbasegid-lines-oblinegid-releaseinstructions-patch"
            }
        },
        "/orderBases/{orderBaseGid}/lines/{obLineGid}/releaseInstructions/{obReleaseInstrGid}":{
            "parameters":[
                {
                    "name":"orderBaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"obLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"obReleaseInstrGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Bases/Lines/Release Instructions"
                ],
                "summary":"Get a Release Instruction",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderBases.lines.releaseInstructions"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-lines-{obLineGid}-releaseInstructions-{obReleaseInstrGid}-get",
                "x-filename-id":"orderbases-orderbasegid-lines-oblinegid-releaseinstructions-obreleaseinstrgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Order Bases/Lines/Release Instructions"
                ],
                "summary":"Delete a Release Instruction",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-lines-{obLineGid}-releaseInstructions-{obReleaseInstrGid}-delete",
                "x-filename-id":"orderbases-orderbasegid-lines-oblinegid-releaseinstructions-obreleaseinstrgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Bases/Lines/Release Instructions"
                ],
                "summary":"Update a Release Instruction",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-lines-{obLineGid}-releaseInstructions-{obReleaseInstrGid}-patch",
                "x-filename-id":"orderbases-orderbasegid-lines-oblinegid-releaseinstructions-obreleaseinstrgid-patch"
            }
        },
        "/orderBases/{orderBaseGid}/lines/{obLineGid}/releaseInstructions/{obReleaseInstrGid}/remarks":{
            "parameters":[
                {
                    "name":"orderBaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"obLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"obReleaseInstrGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Bases/Lines/Release Instructions/Remarks"
                ],
                "summary":"Get Remarks",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderBases.lines.releaseInstructions.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-lines-{obLineGid}-releaseInstructions-{obReleaseInstrGid}-remarks-get",
                "x-filename-id":"orderbases-orderbasegid-lines-oblinegid-releaseinstructions-obreleaseinstrgid-remarks-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Order Bases/Lines/Release Instructions/Remarks"
                ],
                "summary":"Create a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/orderBases.lines.releaseInstructions.remarks"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/orderBases.lines.releaseInstructions.remarks"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderBases.lines.releaseInstructions.remarks"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderBases.lines.releaseInstructions.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-lines-{obLineGid}-releaseInstructions-{obReleaseInstrGid}-remarks-post",
                "x-filename-id":"orderbases-orderbasegid-lines-oblinegid-releaseinstructions-obreleaseinstrgid-remarks-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Bases/Lines/Release Instructions/Remarks"
                ],
                "summary":"Update Remarks",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-lines-{obLineGid}-releaseInstructions-{obReleaseInstrGid}-remarks-patch",
                "x-filename-id":"orderbases-orderbasegid-lines-oblinegid-releaseinstructions-obreleaseinstrgid-remarks-patch"
            }
        },
        "/orderBases/{orderBaseGid}/lines/{obLineGid}/releaseInstructions/{obReleaseInstrGid}/remarks/{remarkSequence}":{
            "parameters":[
                {
                    "name":"orderBaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"obLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"obReleaseInstrGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"remarkSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Bases/Lines/Release Instructions/Remarks"
                ],
                "summary":"Get a Remark",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderBases.lines.releaseInstructions.remarks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-lines-{obLineGid}-releaseInstructions-{obReleaseInstrGid}-remarks-{remarkSequence}-get",
                "x-filename-id":"orderbases-orderbasegid-lines-oblinegid-releaseinstructions-obreleaseinstrgid-remarks-remarksequence-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Order Bases/Lines/Release Instructions/Remarks"
                ],
                "summary":"Delete a Remark",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-lines-{obLineGid}-releaseInstructions-{obReleaseInstrGid}-remarks-{remarkSequence}-delete",
                "x-filename-id":"orderbases-orderbasegid-lines-oblinegid-releaseinstructions-obreleaseinstrgid-remarks-remarksequence-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Bases/Lines/Release Instructions/Remarks"
                ],
                "summary":"Update a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-lines-{obLineGid}-releaseInstructions-{obReleaseInstrGid}-remarks-{remarkSequence}-patch",
                "x-filename-id":"orderbases-orderbasegid-lines-oblinegid-releaseinstructions-obreleaseinstrgid-remarks-remarksequence-patch"
            }
        },
        "/orderBases/{orderBaseGid}/lines/{obLineGid}/releaseInstructions/{obReleaseInstrGid}/refnums":{
            "parameters":[
                {
                    "name":"orderBaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"obLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"obReleaseInstrGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Bases/Lines/Release Instructions/Reference Numbers"
                ],
                "summary":"Get Reference Numbers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderBases.lines.releaseInstructions.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-lines-{obLineGid}-releaseInstructions-{obReleaseInstrGid}-refnums-get",
                "x-filename-id":"orderbases-orderbasegid-lines-oblinegid-releaseinstructions-obreleaseinstrgid-refnums-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Order Bases/Lines/Release Instructions/Reference Numbers"
                ],
                "summary":"Create a Reference Number",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/orderBases.lines.releaseInstructions.refnums"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/orderBases.lines.releaseInstructions.refnums"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderBases.lines.releaseInstructions.refnums"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderBases.lines.releaseInstructions.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-lines-{obLineGid}-releaseInstructions-{obReleaseInstrGid}-refnums-post",
                "x-filename-id":"orderbases-orderbasegid-lines-oblinegid-releaseinstructions-obreleaseinstrgid-refnums-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Bases/Lines/Release Instructions/Reference Numbers"
                ],
                "summary":"Update Reference Numbers",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-lines-{obLineGid}-releaseInstructions-{obReleaseInstrGid}-refnums-patch",
                "x-filename-id":"orderbases-orderbasegid-lines-oblinegid-releaseinstructions-obreleaseinstrgid-refnums-patch"
            }
        },
        "/orderBases/{orderBaseGid}/lines/{obLineGid}/releaseInstructions/{obReleaseInstrGid}/refnums/{orderReleaseRefnumQualGidxorderReleaseRefnumValue}":{
            "parameters":[
                {
                    "name":"orderBaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"obLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"obReleaseInstrGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"orderReleaseRefnumQualGidxorderReleaseRefnumValue",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Bases/Lines/Release Instructions/Reference Numbers"
                ],
                "summary":"Get a Reference Number",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderBases.lines.releaseInstructions.refnums"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-lines-{obLineGid}-releaseInstructions-{obReleaseInstrGid}-refnums-{orderReleaseRefnumQualGidxorderReleaseRefnumValue}-get",
                "x-filename-id":"orderbases-orderbasegid-lines-oblinegid-releaseinstructions-obreleaseinstrgid-refnums-orderreleaserefnumqualgidxorderreleaserefnumvalue-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Order Bases/Lines/Release Instructions/Reference Numbers"
                ],
                "summary":"Delete a Reference Number",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-lines-{obLineGid}-releaseInstructions-{obReleaseInstrGid}-refnums-{orderReleaseRefnumQualGidxorderReleaseRefnumValue}-delete",
                "x-filename-id":"orderbases-orderbasegid-lines-oblinegid-releaseinstructions-obreleaseinstrgid-refnums-orderreleaserefnumqualgidxorderreleaserefnumvalue-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Bases/Lines/Release Instructions/Reference Numbers"
                ],
                "summary":"Update a Reference Number",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-lines-{obLineGid}-releaseInstructions-{obReleaseInstrGid}-refnums-{orderReleaseRefnumQualGidxorderReleaseRefnumValue}-patch",
                "x-filename-id":"orderbases-orderbasegid-lines-oblinegid-releaseinstructions-obreleaseinstrgid-refnums-orderreleaserefnumqualgidxorderreleaserefnumvalue-patch"
            }
        },
        "/orderBases/{orderBaseGid}/lines/{obLineGid}/refnums":{
            "parameters":[
                {
                    "name":"orderBaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"obLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Bases/Lines/Reference Numbers"
                ],
                "summary":"Get Reference Numbers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderBases.lines.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-lines-{obLineGid}-refnums-get",
                "x-filename-id":"orderbases-orderbasegid-lines-oblinegid-refnums-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Order Bases/Lines/Reference Numbers"
                ],
                "summary":"Create a Reference Number",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/orderBases.lines.refnums"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/orderBases.lines.refnums"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderBases.lines.refnums"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderBases.lines.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-lines-{obLineGid}-refnums-post",
                "x-filename-id":"orderbases-orderbasegid-lines-oblinegid-refnums-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Bases/Lines/Reference Numbers"
                ],
                "summary":"Update Reference Numbers",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-lines-{obLineGid}-refnums-patch",
                "x-filename-id":"orderbases-orderbasegid-lines-oblinegid-refnums-patch"
            }
        },
        "/orderBases/{orderBaseGid}/lines/{obLineGid}/refnums/{obLineRefnumQualGidxobLineRefnumValue}":{
            "parameters":[
                {
                    "name":"orderBaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"obLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"obLineRefnumQualGidxobLineRefnumValue",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Bases/Lines/Reference Numbers"
                ],
                "summary":"Get a Reference Number",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderBases.lines.refnums"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-lines-{obLineGid}-refnums-{obLineRefnumQualGidxobLineRefnumValue}-get",
                "x-filename-id":"orderbases-orderbasegid-lines-oblinegid-refnums-oblinerefnumqualgidxoblinerefnumvalue-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Order Bases/Lines/Reference Numbers"
                ],
                "summary":"Delete a Reference Number",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-lines-{obLineGid}-refnums-{obLineRefnumQualGidxobLineRefnumValue}-delete",
                "x-filename-id":"orderbases-orderbasegid-lines-oblinegid-refnums-oblinerefnumqualgidxoblinerefnumvalue-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Bases/Lines/Reference Numbers"
                ],
                "summary":"Update a Reference Number",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-lines-{obLineGid}-refnums-{obLineRefnumQualGidxobLineRefnumValue}-patch",
                "x-filename-id":"orderbases-orderbasegid-lines-oblinegid-refnums-oblinerefnumqualgidxoblinerefnumvalue-patch"
            }
        },
        "/orderBases/{orderBaseGid}/lines/{obLineGid}/involvedParties":{
            "parameters":[
                {
                    "name":"orderBaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"obLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Bases/Lines/Involved Parties"
                ],
                "summary":"Get Involved Parties",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderBases.lines.involvedParties"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-lines-{obLineGid}-involvedParties-get",
                "x-filename-id":"orderbases-orderbasegid-lines-oblinegid-involvedparties-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Order Bases/Lines/Involved Parties"
                ],
                "summary":"Create an Involved Party",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/orderBases.lines.involvedParties"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/orderBases.lines.involvedParties"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderBases.lines.involvedParties"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderBases.lines.involvedParties"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-lines-{obLineGid}-involvedParties-post",
                "x-filename-id":"orderbases-orderbasegid-lines-oblinegid-involvedparties-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Bases/Lines/Involved Parties"
                ],
                "summary":"Update Involved Parties",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-lines-{obLineGid}-involvedParties-patch",
                "x-filename-id":"orderbases-orderbasegid-lines-oblinegid-involvedparties-patch"
            }
        },
        "/orderBases/{orderBaseGid}/lines/{obLineGid}/involvedParties/{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}":{
            "parameters":[
                {
                    "name":"orderBaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"obLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Bases/Lines/Involved Parties"
                ],
                "summary":"Get an Involved Party",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderBases.lines.involvedParties"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-lines-{obLineGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-get",
                "x-filename-id":"orderbases-orderbasegid-lines-oblinegid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Order Bases/Lines/Involved Parties"
                ],
                "summary":"Delete an Involved Party",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-lines-{obLineGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-delete",
                "x-filename-id":"orderbases-orderbasegid-lines-oblinegid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Bases/Lines/Involved Parties"
                ],
                "summary":"Update an Involved Party",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-lines-{obLineGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-patch",
                "x-filename-id":"orderbases-orderbasegid-lines-oblinegid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-patch"
            }
        },
        "/orderBases/{orderBaseGid}/lines/{obLineGid}/equipmentRefUnits":{
            "parameters":[
                {
                    "name":"orderBaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"obLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Bases/Lines/Equipment Reference Units"
                ],
                "summary":"Get Equipment Reference Units",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderBases.lines.equipmentRefUnits"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-lines-{obLineGid}-equipmentRefUnits-get",
                "x-filename-id":"orderbases-orderbasegid-lines-oblinegid-equipmentrefunits-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Order Bases/Lines/Equipment Reference Units"
                ],
                "summary":"Create an Equipment Reference Unit",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/orderBases.lines.equipmentRefUnits"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/orderBases.lines.equipmentRefUnits"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderBases.lines.equipmentRefUnits"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderBases.lines.equipmentRefUnits"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-lines-{obLineGid}-equipmentRefUnits-post",
                "x-filename-id":"orderbases-orderbasegid-lines-oblinegid-equipmentrefunits-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Bases/Lines/Equipment Reference Units"
                ],
                "summary":"Update Equipment Reference Units",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-lines-{obLineGid}-equipmentRefUnits-patch",
                "x-filename-id":"orderbases-orderbasegid-lines-oblinegid-equipmentrefunits-patch"
            }
        },
        "/orderBases/{orderBaseGid}/lines/{obLineGid}/equipmentRefUnits/{equipmentReferenceUnitGid}":{
            "parameters":[
                {
                    "name":"orderBaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"obLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"equipmentReferenceUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Bases/Lines/Equipment Reference Units"
                ],
                "summary":"Get an Equipment Reference Unit",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderBases.lines.equipmentRefUnits"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-lines-{obLineGid}-equipmentRefUnits-{equipmentReferenceUnitGid}-get",
                "x-filename-id":"orderbases-orderbasegid-lines-oblinegid-equipmentrefunits-equipmentreferenceunitgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Order Bases/Lines/Equipment Reference Units"
                ],
                "summary":"Delete an Equipment Reference Unit",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-lines-{obLineGid}-equipmentRefUnits-{equipmentReferenceUnitGid}-delete",
                "x-filename-id":"orderbases-orderbasegid-lines-oblinegid-equipmentrefunits-equipmentreferenceunitgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Bases/Lines/Equipment Reference Units"
                ],
                "summary":"Update an Equipment Reference Unit",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-lines-{obLineGid}-equipmentRefUnits-{equipmentReferenceUnitGid}-patch",
                "x-filename-id":"orderbases-orderbasegid-lines-oblinegid-equipmentrefunits-equipmentreferenceunitgid-patch"
            }
        },
        "/orderBases/{orderBaseGid}/lines/{obLineGid}/statuses":{
            "parameters":[
                {
                    "name":"orderBaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"obLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Bases/Lines/Statuses"
                ],
                "summary":"Get Statuses",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderBases.lines.statuses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-lines-{obLineGid}-statuses-get",
                "x-filename-id":"orderbases-orderbasegid-lines-oblinegid-statuses-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Order Bases/Lines/Statuses"
                ],
                "summary":"Create a Status",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/orderBases.lines.statuses"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/orderBases.lines.statuses"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderBases.lines.statuses"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderBases.lines.statuses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-lines-{obLineGid}-statuses-post",
                "x-filename-id":"orderbases-orderbasegid-lines-oblinegid-statuses-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Bases/Lines/Statuses"
                ],
                "summary":"Update Statuses",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-lines-{obLineGid}-statuses-patch",
                "x-filename-id":"orderbases-orderbasegid-lines-oblinegid-statuses-patch"
            }
        },
        "/orderBases/{orderBaseGid}/lines/{obLineGid}/statuses/{statusTypeGid}":{
            "parameters":[
                {
                    "name":"orderBaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"obLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"statusTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Bases/Lines/Statuses"
                ],
                "summary":"Get a Status",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderBases.lines.statuses"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-lines-{obLineGid}-statuses-{statusTypeGid}-get",
                "x-filename-id":"orderbases-orderbasegid-lines-oblinegid-statuses-statustypegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Order Bases/Lines/Statuses"
                ],
                "summary":"Delete a Status",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-lines-{obLineGid}-statuses-{statusTypeGid}-delete",
                "x-filename-id":"orderbases-orderbasegid-lines-oblinegid-statuses-statustypegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Bases/Lines/Statuses"
                ],
                "summary":"Update a Status",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-lines-{obLineGid}-statuses-{statusTypeGid}-patch",
                "x-filename-id":"orderbases-orderbasegid-lines-oblinegid-statuses-statustypegid-patch"
            }
        },
        "/orderBases/{orderBaseGid}/lines/{obLineGid}/allocations":{
            "parameters":[
                {
                    "name":"orderBaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"obLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Bases/Lines/Allocations"
                ],
                "summary":"Get Allocations",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderBases.lines.allocations"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-lines-{obLineGid}-allocations-get",
                "x-filename-id":"orderbases-orderbasegid-lines-oblinegid-allocations-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Order Bases/Lines/Allocations"
                ],
                "summary":"Create an Allocation",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/orderBases.lines.allocations"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/orderBases.lines.allocations"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderBases.lines.allocations"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderBases.lines.allocations"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-lines-{obLineGid}-allocations-post",
                "x-filename-id":"orderbases-orderbasegid-lines-oblinegid-allocations-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Bases/Lines/Allocations"
                ],
                "summary":"Update Allocations",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-lines-{obLineGid}-allocations-patch",
                "x-filename-id":"orderbases-orderbasegid-lines-oblinegid-allocations-patch"
            }
        },
        "/orderBases/{orderBaseGid}/lines/{obLineGid}/allocations/{allocSeqNo}":{
            "parameters":[
                {
                    "name":"orderBaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"obLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"allocSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Bases/Lines/Allocations"
                ],
                "summary":"Get an Allocation",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderBases.lines.allocations"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-lines-{obLineGid}-allocations-{allocSeqNo}-get",
                "x-filename-id":"orderbases-orderbasegid-lines-oblinegid-allocations-allocseqno-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Order Bases/Lines/Allocations"
                ],
                "summary":"Delete an Allocation",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-lines-{obLineGid}-allocations-{allocSeqNo}-delete",
                "x-filename-id":"orderbases-orderbasegid-lines-oblinegid-allocations-allocseqno-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Bases/Lines/Allocations"
                ],
                "summary":"Update an Allocation",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-lines-{obLineGid}-allocations-{allocSeqNo}-patch",
                "x-filename-id":"orderbases-orderbasegid-lines-oblinegid-allocations-allocseqno-patch"
            }
        },
        "/orderBases/{orderBaseGid}/lines/{obLineGid}/allocations/{allocSeqNo}/allocationBase":{
            "parameters":[
                {
                    "name":"orderBaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"obLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"allocSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Bases/Lines/Allocations/Allocation Bases"
                ],
                "summary":"Get Allocation Bases",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderBases.lines.allocations.allocationBase"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-lines-{obLineGid}-allocations-{allocSeqNo}-allocationBase-get",
                "x-filename-id":"orderbases-orderbasegid-lines-oblinegid-allocations-allocseqno-allocationbase-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Order Bases/Lines/Allocations/Allocation Bases"
                ],
                "summary":"Create an Allocation Base",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/orderBases.lines.allocations.allocationBase"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/orderBases.lines.allocations.allocationBase"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderBases.lines.allocations.allocationBase"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderBases.lines.allocations.allocationBase"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-lines-{obLineGid}-allocations-{allocSeqNo}-allocationBase-post",
                "x-filename-id":"orderbases-orderbasegid-lines-oblinegid-allocations-allocseqno-allocationbase-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Bases/Lines/Allocations/Allocation Bases"
                ],
                "summary":"Update Allocation Bases",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-lines-{obLineGid}-allocations-{allocSeqNo}-allocationBase-patch",
                "x-filename-id":"orderbases-orderbasegid-lines-oblinegid-allocations-allocseqno-allocationbase-patch"
            }
        },
        "/orderBases/{orderBaseGid}/lines/{obLineGid}/allocations/{allocSeqNo}/allocationBase/{allocSeqNo}":{
            "parameters":[
                {
                    "name":"orderBaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"obLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"allocSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Bases/Lines/Allocations/Allocation Bases"
                ],
                "summary":"Get an Allocation Base",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderBases.lines.allocations.allocationBase"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-lines-{obLineGid}-allocations-{allocSeqNo}-allocationBase-{allocSeqNo}-get",
                "x-filename-id":"orderbases-orderbasegid-lines-oblinegid-allocations-allocseqno-allocationbase-allocseqno-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Order Bases/Lines/Allocations/Allocation Bases"
                ],
                "summary":"Delete an Allocation Base",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-lines-{obLineGid}-allocations-{allocSeqNo}-allocationBase-{allocSeqNo}-delete",
                "x-filename-id":"orderbases-orderbasegid-lines-oblinegid-allocations-allocseqno-allocationbase-allocseqno-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Bases/Lines/Allocations/Allocation Bases"
                ],
                "summary":"Update an Allocation Base",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-lines-{obLineGid}-allocations-{allocSeqNo}-allocationBase-{allocSeqNo}-patch",
                "x-filename-id":"orderbases-orderbasegid-lines-oblinegid-allocations-allocseqno-allocationbase-allocseqno-patch"
            }
        },
        "/orderBases/{orderBaseGid}/lines/{obLineGid}/allocations/{allocSeqNo}/details":{
            "parameters":[
                {
                    "name":"orderBaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"obLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"allocSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Bases/Lines/Allocations/Allocation Details"
                ],
                "summary":"Get Allocation Details",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderBases.lines.allocations.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-lines-{obLineGid}-allocations-{allocSeqNo}-details-get",
                "x-filename-id":"orderbases-orderbasegid-lines-oblinegid-allocations-allocseqno-details-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Order Bases/Lines/Allocations/Allocation Details"
                ],
                "summary":"Create an Allocation Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/orderBases.lines.allocations.details"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/orderBases.lines.allocations.details"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderBases.lines.allocations.details"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderBases.lines.allocations.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-lines-{obLineGid}-allocations-{allocSeqNo}-details-post",
                "x-filename-id":"orderbases-orderbasegid-lines-oblinegid-allocations-allocseqno-details-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Bases/Lines/Allocations/Allocation Details"
                ],
                "summary":"Update Allocation Details",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-lines-{obLineGid}-allocations-{allocSeqNo}-details-patch",
                "x-filename-id":"orderbases-orderbasegid-lines-oblinegid-allocations-allocseqno-details-patch"
            }
        },
        "/orderBases/{orderBaseGid}/lines/{obLineGid}/allocations/{allocSeqNo}/details/{allocCostSeqno}":{
            "parameters":[
                {
                    "name":"orderBaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"obLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"allocSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"allocCostSeqno",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Bases/Lines/Allocations/Allocation Details"
                ],
                "summary":"Get an Allocation Detail",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderBases.lines.allocations.details"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-lines-{obLineGid}-allocations-{allocSeqNo}-details-{allocCostSeqno}-get",
                "x-filename-id":"orderbases-orderbasegid-lines-oblinegid-allocations-allocseqno-details-alloccostseqno-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Order Bases/Lines/Allocations/Allocation Details"
                ],
                "summary":"Delete an Allocation Detail",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-lines-{obLineGid}-allocations-{allocSeqNo}-details-{allocCostSeqno}-delete",
                "x-filename-id":"orderbases-orderbasegid-lines-oblinegid-allocations-allocseqno-details-alloccostseqno-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Bases/Lines/Allocations/Allocation Details"
                ],
                "summary":"Update an Allocation Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-lines-{obLineGid}-allocations-{allocSeqNo}-details-{allocCostSeqno}-patch",
                "x-filename-id":"orderbases-orderbasegid-lines-oblinegid-allocations-allocseqno-details-alloccostseqno-patch"
            }
        },
        "/orderBases/{orderBaseGid}/specialServices":{
            "parameters":[
                {
                    "name":"orderBaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Bases/Special Services"
                ],
                "summary":"Get Special Services",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderBases.specialServices"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-specialServices-get",
                "x-filename-id":"orderbases-orderbasegid-specialservices-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Order Bases/Special Services"
                ],
                "summary":"Create a Special Service",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/orderBases.specialServices"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/orderBases.specialServices"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderBases.specialServices"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderBases.specialServices"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-specialServices-post",
                "x-filename-id":"orderbases-orderbasegid-specialservices-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Bases/Special Services"
                ],
                "summary":"Update Special Services",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-specialServices-patch",
                "x-filename-id":"orderbases-orderbasegid-specialservices-patch"
            }
        },
        "/orderBases/{orderBaseGid}/specialServices/{specialServiceGid}":{
            "parameters":[
                {
                    "name":"orderBaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"specialServiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Bases/Special Services"
                ],
                "summary":"Get a Special Service",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderBases.specialServices"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-specialServices-{specialServiceGid}-get",
                "x-filename-id":"orderbases-orderbasegid-specialservices-specialservicegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Order Bases/Special Services"
                ],
                "summary":"Delete a Special Service",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-specialServices-{specialServiceGid}-delete",
                "x-filename-id":"orderbases-orderbasegid-specialservices-specialservicegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Bases/Special Services"
                ],
                "summary":"Update a Special Service",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-specialServices-{specialServiceGid}-patch",
                "x-filename-id":"orderbases-orderbasegid-specialservices-specialservicegid-patch"
            }
        },
        "/orderBases/{orderBaseGid}/shipUnits":{
            "parameters":[
                {
                    "name":"orderBaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Bases/Ship Units"
                ],
                "summary":"Get Ship Units",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderBases.shipUnits"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-shipUnits-get",
                "x-filename-id":"orderbases-orderbasegid-shipunits-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Order Bases/Ship Units"
                ],
                "summary":"Create a Ship Unit",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/orderBases.shipUnits"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/orderBases.shipUnits"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderBases.shipUnits"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderBases.shipUnits"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-shipUnits-post",
                "x-filename-id":"orderbases-orderbasegid-shipunits-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Bases/Ship Units"
                ],
                "summary":"Update Ship Units",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-shipUnits-patch",
                "x-filename-id":"orderbases-orderbasegid-shipunits-patch"
            }
        },
        "/orderBases/{orderBaseGid}/shipUnits/{obShipUnitGid}":{
            "parameters":[
                {
                    "name":"orderBaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"obShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Bases/Ship Units"
                ],
                "summary":"Get a Ship Unit",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderBases.shipUnits"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-shipUnits-{obShipUnitGid}-get",
                "x-filename-id":"orderbases-orderbasegid-shipunits-obshipunitgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Order Bases/Ship Units"
                ],
                "summary":"Delete a Ship Unit",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-shipUnits-{obShipUnitGid}-delete",
                "x-filename-id":"orderbases-orderbasegid-shipunits-obshipunitgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Bases/Ship Units"
                ],
                "summary":"Update a Ship Unit",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-shipUnits-{obShipUnitGid}-patch",
                "x-filename-id":"orderbases-orderbasegid-shipunits-obshipunitgid-patch"
            }
        },
        "/orderBases/{orderBaseGid}/shipUnits/{obShipUnitGid}/equipmentRefUnits":{
            "parameters":[
                {
                    "name":"orderBaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"obShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Bases/Ship Units/Equipment Reference Units"
                ],
                "summary":"Get Equipment Reference Units",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderBases.shipUnits.equipmentRefUnits"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-shipUnits-{obShipUnitGid}-equipmentRefUnits-get",
                "x-filename-id":"orderbases-orderbasegid-shipunits-obshipunitgid-equipmentrefunits-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Order Bases/Ship Units/Equipment Reference Units"
                ],
                "summary":"Create an Equipment Reference Unit",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/orderBases.shipUnits.equipmentRefUnits"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/orderBases.shipUnits.equipmentRefUnits"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderBases.shipUnits.equipmentRefUnits"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderBases.shipUnits.equipmentRefUnits"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-shipUnits-{obShipUnitGid}-equipmentRefUnits-post",
                "x-filename-id":"orderbases-orderbasegid-shipunits-obshipunitgid-equipmentrefunits-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Bases/Ship Units/Equipment Reference Units"
                ],
                "summary":"Update Equipment Reference Units",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-shipUnits-{obShipUnitGid}-equipmentRefUnits-patch",
                "x-filename-id":"orderbases-orderbasegid-shipunits-obshipunitgid-equipmentrefunits-patch"
            }
        },
        "/orderBases/{orderBaseGid}/shipUnits/{obShipUnitGid}/equipmentRefUnits/{equipmentReferenceUnitGid}":{
            "parameters":[
                {
                    "name":"orderBaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"obShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"equipmentReferenceUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Bases/Ship Units/Equipment Reference Units"
                ],
                "summary":"Get an Equipment Reference Unit",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderBases.shipUnits.equipmentRefUnits"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-shipUnits-{obShipUnitGid}-equipmentRefUnits-{equipmentReferenceUnitGid}-get",
                "x-filename-id":"orderbases-orderbasegid-shipunits-obshipunitgid-equipmentrefunits-equipmentreferenceunitgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Order Bases/Ship Units/Equipment Reference Units"
                ],
                "summary":"Delete an Equipment Reference Unit",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-shipUnits-{obShipUnitGid}-equipmentRefUnits-{equipmentReferenceUnitGid}-delete",
                "x-filename-id":"orderbases-orderbasegid-shipunits-obshipunitgid-equipmentrefunits-equipmentreferenceunitgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Bases/Ship Units/Equipment Reference Units"
                ],
                "summary":"Update an Equipment Reference Unit",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-shipUnits-{obShipUnitGid}-equipmentRefUnits-{equipmentReferenceUnitGid}-patch",
                "x-filename-id":"orderbases-orderbasegid-shipunits-obshipunitgid-equipmentrefunits-equipmentreferenceunitgid-patch"
            }
        },
        "/orderBases/{orderBaseGid}/shipUnits/{obShipUnitGid}/accessorials":{
            "parameters":[
                {
                    "name":"orderBaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"obShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Bases/Ship Units/Accessorials"
                ],
                "summary":"Get Accessorials",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderBases.shipUnits.accessorials"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-shipUnits-{obShipUnitGid}-accessorials-get",
                "x-filename-id":"orderbases-orderbasegid-shipunits-obshipunitgid-accessorials-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Order Bases/Ship Units/Accessorials"
                ],
                "summary":"Create an Accessorial",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/orderBases.shipUnits.accessorials"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/orderBases.shipUnits.accessorials"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderBases.shipUnits.accessorials"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderBases.shipUnits.accessorials"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-shipUnits-{obShipUnitGid}-accessorials-post",
                "x-filename-id":"orderbases-orderbasegid-shipunits-obshipunitgid-accessorials-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Bases/Ship Units/Accessorials"
                ],
                "summary":"Update Accessorials",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-shipUnits-{obShipUnitGid}-accessorials-patch",
                "x-filename-id":"orderbases-orderbasegid-shipunits-obshipunitgid-accessorials-patch"
            }
        },
        "/orderBases/{orderBaseGid}/shipUnits/{obShipUnitGid}/accessorials/{accessorialCodeGid}":{
            "parameters":[
                {
                    "name":"orderBaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"obShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"accessorialCodeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Bases/Ship Units/Accessorials"
                ],
                "summary":"Get an Accessorial",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderBases.shipUnits.accessorials"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-shipUnits-{obShipUnitGid}-accessorials-{accessorialCodeGid}-get",
                "x-filename-id":"orderbases-orderbasegid-shipunits-obshipunitgid-accessorials-accessorialcodegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Order Bases/Ship Units/Accessorials"
                ],
                "summary":"Delete an Accessorial",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-shipUnits-{obShipUnitGid}-accessorials-{accessorialCodeGid}-delete",
                "x-filename-id":"orderbases-orderbasegid-shipunits-obshipunitgid-accessorials-accessorialcodegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Bases/Ship Units/Accessorials"
                ],
                "summary":"Update an Accessorial",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-shipUnits-{obShipUnitGid}-accessorials-{accessorialCodeGid}-patch",
                "x-filename-id":"orderbases-orderbasegid-shipunits-obshipunitgid-accessorials-accessorialcodegid-patch"
            }
        },
        "/orderBases/{orderBaseGid}/shipUnits/{obShipUnitGid}/seals":{
            "parameters":[
                {
                    "name":"orderBaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"obShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Bases/Ship Units/Seals"
                ],
                "summary":"Get Seals",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderBases.shipUnits.seals"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-shipUnits-{obShipUnitGid}-seals-get",
                "x-filename-id":"orderbases-orderbasegid-shipunits-obshipunitgid-seals-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Order Bases/Ship Units/Seals"
                ],
                "summary":"Create a Seal",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/orderBases.shipUnits.seals"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/orderBases.shipUnits.seals"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderBases.shipUnits.seals"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderBases.shipUnits.seals"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-shipUnits-{obShipUnitGid}-seals-post",
                "x-filename-id":"orderbases-orderbasegid-shipunits-obshipunitgid-seals-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Bases/Ship Units/Seals"
                ],
                "summary":"Update Seals",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-shipUnits-{obShipUnitGid}-seals-patch",
                "x-filename-id":"orderbases-orderbasegid-shipunits-obshipunitgid-seals-patch"
            }
        },
        "/orderBases/{orderBaseGid}/shipUnits/{obShipUnitGid}/seals/{shipUnitSeal}":{
            "parameters":[
                {
                    "name":"orderBaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"obShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"shipUnitSeal",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Bases/Ship Units/Seals"
                ],
                "summary":"Get a Seal",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderBases.shipUnits.seals"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-shipUnits-{obShipUnitGid}-seals-{shipUnitSeal}-get",
                "x-filename-id":"orderbases-orderbasegid-shipunits-obshipunitgid-seals-shipunitseal-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Order Bases/Ship Units/Seals"
                ],
                "summary":"Delete a Seal",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-shipUnits-{obShipUnitGid}-seals-{shipUnitSeal}-delete",
                "x-filename-id":"orderbases-orderbasegid-shipunits-obshipunitgid-seals-shipunitseal-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Bases/Ship Units/Seals"
                ],
                "summary":"Update a Seal",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-shipUnits-{obShipUnitGid}-seals-{shipUnitSeal}-patch",
                "x-filename-id":"orderbases-orderbasegid-shipunits-obshipunitgid-seals-shipunitseal-patch"
            }
        },
        "/orderBases/{orderBaseGid}/shipUnits/{obShipUnitGid}/refnums":{
            "parameters":[
                {
                    "name":"orderBaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"obShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Bases/Ship Units/Reference Numbers"
                ],
                "summary":"Get Reference Numbers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderBases.shipUnits.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-shipUnits-{obShipUnitGid}-refnums-get",
                "x-filename-id":"orderbases-orderbasegid-shipunits-obshipunitgid-refnums-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Order Bases/Ship Units/Reference Numbers"
                ],
                "summary":"Create a Reference Number",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/orderBases.shipUnits.refnums"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/orderBases.shipUnits.refnums"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderBases.shipUnits.refnums"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderBases.shipUnits.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-shipUnits-{obShipUnitGid}-refnums-post",
                "x-filename-id":"orderbases-orderbasegid-shipunits-obshipunitgid-refnums-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Bases/Ship Units/Reference Numbers"
                ],
                "summary":"Update Reference Numbers",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-shipUnits-{obShipUnitGid}-refnums-patch",
                "x-filename-id":"orderbases-orderbasegid-shipunits-obshipunitgid-refnums-patch"
            }
        },
        "/orderBases/{orderBaseGid}/shipUnits/{obShipUnitGid}/refnums/{obShipUnitRefnumQualGidxobShipUnitRefnumValue}":{
            "parameters":[
                {
                    "name":"orderBaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"obShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"obShipUnitRefnumQualGidxobShipUnitRefnumValue",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Bases/Ship Units/Reference Numbers"
                ],
                "summary":"Get a Reference Number",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderBases.shipUnits.refnums"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-shipUnits-{obShipUnitGid}-refnums-{obShipUnitRefnumQualGidxobShipUnitRefnumValue}-get",
                "x-filename-id":"orderbases-orderbasegid-shipunits-obshipunitgid-refnums-obshipunitrefnumqualgidxobshipunitrefnumvalue-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Order Bases/Ship Units/Reference Numbers"
                ],
                "summary":"Delete a Reference Number",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-shipUnits-{obShipUnitGid}-refnums-{obShipUnitRefnumQualGidxobShipUnitRefnumValue}-delete",
                "x-filename-id":"orderbases-orderbasegid-shipunits-obshipunitgid-refnums-obshipunitrefnumqualgidxobshipunitrefnumvalue-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Bases/Ship Units/Reference Numbers"
                ],
                "summary":"Update a Reference Number",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-shipUnits-{obShipUnitGid}-refnums-{obShipUnitRefnumQualGidxobShipUnitRefnumValue}-patch",
                "x-filename-id":"orderbases-orderbasegid-shipunits-obshipunitgid-refnums-obshipunitrefnumqualgidxobshipunitrefnumvalue-patch"
            }
        },
        "/orderBases/{orderBaseGid}/shipUnits/{obShipUnitGid}/specialServices":{
            "parameters":[
                {
                    "name":"orderBaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"obShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Bases/Ship Units/Special Services"
                ],
                "summary":"Get Special Services",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderBases.shipUnits.specialServices"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-shipUnits-{obShipUnitGid}-specialServices-get",
                "x-filename-id":"orderbases-orderbasegid-shipunits-obshipunitgid-specialservices-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Order Bases/Ship Units/Special Services"
                ],
                "summary":"Create a Special Service",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/orderBases.shipUnits.specialServices"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/orderBases.shipUnits.specialServices"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderBases.shipUnits.specialServices"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderBases.shipUnits.specialServices"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-shipUnits-{obShipUnitGid}-specialServices-post",
                "x-filename-id":"orderbases-orderbasegid-shipunits-obshipunitgid-specialservices-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Bases/Ship Units/Special Services"
                ],
                "summary":"Update Special Services",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-shipUnits-{obShipUnitGid}-specialServices-patch",
                "x-filename-id":"orderbases-orderbasegid-shipunits-obshipunitgid-specialservices-patch"
            }
        },
        "/orderBases/{orderBaseGid}/shipUnits/{obShipUnitGid}/specialServices/{specialServiceGid}":{
            "parameters":[
                {
                    "name":"orderBaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"obShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"specialServiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Bases/Ship Units/Special Services"
                ],
                "summary":"Get a Special Service",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderBases.shipUnits.specialServices"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-shipUnits-{obShipUnitGid}-specialServices-{specialServiceGid}-get",
                "x-filename-id":"orderbases-orderbasegid-shipunits-obshipunitgid-specialservices-specialservicegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Order Bases/Ship Units/Special Services"
                ],
                "summary":"Delete a Special Service",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-shipUnits-{obShipUnitGid}-specialServices-{specialServiceGid}-delete",
                "x-filename-id":"orderbases-orderbasegid-shipunits-obshipunitgid-specialservices-specialservicegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Bases/Ship Units/Special Services"
                ],
                "summary":"Update a Special Service",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-shipUnits-{obShipUnitGid}-specialServices-{specialServiceGid}-patch",
                "x-filename-id":"orderbases-orderbasegid-shipunits-obshipunitgid-specialservices-specialservicegid-patch"
            }
        },
        "/orderBases/{orderBaseGid}/shipUnits/{obShipUnitGid}/involvedParties":{
            "parameters":[
                {
                    "name":"orderBaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"obShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Bases/Ship Units/Involved Parties"
                ],
                "summary":"Get Involved Parties",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderBases.shipUnits.involvedParties"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-shipUnits-{obShipUnitGid}-involvedParties-get",
                "x-filename-id":"orderbases-orderbasegid-shipunits-obshipunitgid-involvedparties-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Order Bases/Ship Units/Involved Parties"
                ],
                "summary":"Create an Involved Party",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/orderBases.shipUnits.involvedParties"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/orderBases.shipUnits.involvedParties"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderBases.shipUnits.involvedParties"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderBases.shipUnits.involvedParties"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-shipUnits-{obShipUnitGid}-involvedParties-post",
                "x-filename-id":"orderbases-orderbasegid-shipunits-obshipunitgid-involvedparties-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Bases/Ship Units/Involved Parties"
                ],
                "summary":"Update Involved Parties",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-shipUnits-{obShipUnitGid}-involvedParties-patch",
                "x-filename-id":"orderbases-orderbasegid-shipunits-obshipunitgid-involvedparties-patch"
            }
        },
        "/orderBases/{orderBaseGid}/shipUnits/{obShipUnitGid}/involvedParties/{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}":{
            "parameters":[
                {
                    "name":"orderBaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"obShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Bases/Ship Units/Involved Parties"
                ],
                "summary":"Get an Involved Party",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderBases.shipUnits.involvedParties"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-shipUnits-{obShipUnitGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-get",
                "x-filename-id":"orderbases-orderbasegid-shipunits-obshipunitgid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Order Bases/Ship Units/Involved Parties"
                ],
                "summary":"Delete an Involved Party",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-shipUnits-{obShipUnitGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-delete",
                "x-filename-id":"orderbases-orderbasegid-shipunits-obshipunitgid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Bases/Ship Units/Involved Parties"
                ],
                "summary":"Update an Involved Party",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-shipUnits-{obShipUnitGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-patch",
                "x-filename-id":"orderbases-orderbasegid-shipunits-obshipunitgid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-patch"
            }
        },
        "/orderBases/{orderBaseGid}/shipUnits/{obShipUnitGid}/contents":{
            "parameters":[
                {
                    "name":"orderBaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"obShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Bases/Ship Units/Contents"
                ],
                "summary":"Get Contents",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderBases.shipUnits.contents"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-shipUnits-{obShipUnitGid}-contents-get",
                "x-filename-id":"orderbases-orderbasegid-shipunits-obshipunitgid-contents-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Order Bases/Ship Units/Contents"
                ],
                "summary":"Create a Content",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/orderBases.shipUnits.contents"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/orderBases.shipUnits.contents"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderBases.shipUnits.contents"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderBases.shipUnits.contents"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-shipUnits-{obShipUnitGid}-contents-post",
                "x-filename-id":"orderbases-orderbasegid-shipunits-obshipunitgid-contents-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Bases/Ship Units/Contents"
                ],
                "summary":"Update Contents",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-shipUnits-{obShipUnitGid}-contents-patch",
                "x-filename-id":"orderbases-orderbasegid-shipunits-obshipunitgid-contents-patch"
            }
        },
        "/orderBases/{orderBaseGid}/shipUnits/{obShipUnitGid}/contents/{sequenceNo}":{
            "parameters":[
                {
                    "name":"orderBaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"obShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sequenceNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Bases/Ship Units/Contents"
                ],
                "summary":"Get a Content",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderBases.shipUnits.contents"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-shipUnits-{obShipUnitGid}-contents-{sequenceNo}-get",
                "x-filename-id":"orderbases-orderbasegid-shipunits-obshipunitgid-contents-sequenceno-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Order Bases/Ship Units/Contents"
                ],
                "summary":"Delete a Content",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-shipUnits-{obShipUnitGid}-contents-{sequenceNo}-delete",
                "x-filename-id":"orderbases-orderbasegid-shipunits-obshipunitgid-contents-sequenceno-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Bases/Ship Units/Contents"
                ],
                "summary":"Update a Content",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-shipUnits-{obShipUnitGid}-contents-{sequenceNo}-patch",
                "x-filename-id":"orderbases-orderbasegid-shipunits-obshipunitgid-contents-sequenceno-patch"
            }
        },
        "/orderBases/{orderBaseGid}/shipUnits/{obShipUnitGid}/contents/{sequenceNo}/remarks":{
            "parameters":[
                {
                    "name":"orderBaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"obShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sequenceNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Bases/Ship Units/Contents/Remarks"
                ],
                "summary":"Get Remarks",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderBases.shipUnits.contents.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-shipUnits-{obShipUnitGid}-contents-{sequenceNo}-remarks-get",
                "x-filename-id":"orderbases-orderbasegid-shipunits-obshipunitgid-contents-sequenceno-remarks-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Order Bases/Ship Units/Contents/Remarks"
                ],
                "summary":"Create a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/orderBases.shipUnits.contents.remarks"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/orderBases.shipUnits.contents.remarks"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderBases.shipUnits.contents.remarks"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderBases.shipUnits.contents.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-shipUnits-{obShipUnitGid}-contents-{sequenceNo}-remarks-post",
                "x-filename-id":"orderbases-orderbasegid-shipunits-obshipunitgid-contents-sequenceno-remarks-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Bases/Ship Units/Contents/Remarks"
                ],
                "summary":"Update Remarks",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-shipUnits-{obShipUnitGid}-contents-{sequenceNo}-remarks-patch",
                "x-filename-id":"orderbases-orderbasegid-shipunits-obshipunitgid-contents-sequenceno-remarks-patch"
            }
        },
        "/orderBases/{orderBaseGid}/shipUnits/{obShipUnitGid}/contents/{sequenceNo}/remarks/{remarkSequence}":{
            "parameters":[
                {
                    "name":"orderBaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"obShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sequenceNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"remarkSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Bases/Ship Units/Contents/Remarks"
                ],
                "summary":"Get a Remark",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderBases.shipUnits.contents.remarks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-shipUnits-{obShipUnitGid}-contents-{sequenceNo}-remarks-{remarkSequence}-get",
                "x-filename-id":"orderbases-orderbasegid-shipunits-obshipunitgid-contents-sequenceno-remarks-remarksequence-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Order Bases/Ship Units/Contents/Remarks"
                ],
                "summary":"Delete a Remark",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-shipUnits-{obShipUnitGid}-contents-{sequenceNo}-remarks-{remarkSequence}-delete",
                "x-filename-id":"orderbases-orderbasegid-shipunits-obshipunitgid-contents-sequenceno-remarks-remarksequence-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Bases/Ship Units/Contents/Remarks"
                ],
                "summary":"Update a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-shipUnits-{obShipUnitGid}-contents-{sequenceNo}-remarks-{remarkSequence}-patch",
                "x-filename-id":"orderbases-orderbasegid-shipunits-obshipunitgid-contents-sequenceno-remarks-remarksequence-patch"
            }
        },
        "/orderBases/{orderBaseGid}/shipUnits/{obShipUnitGid}/contents/{sequenceNo}/involvedParties":{
            "parameters":[
                {
                    "name":"orderBaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"obShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sequenceNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Bases/Ship Units/Contents/Involved Parties"
                ],
                "summary":"Get Involved Parties",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderBases.shipUnits.contents.involvedParties"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-shipUnits-{obShipUnitGid}-contents-{sequenceNo}-involvedParties-get",
                "x-filename-id":"orderbases-orderbasegid-shipunits-obshipunitgid-contents-sequenceno-involvedparties-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Order Bases/Ship Units/Contents/Involved Parties"
                ],
                "summary":"Create an Involved Party",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/orderBases.shipUnits.contents.involvedParties"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/orderBases.shipUnits.contents.involvedParties"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderBases.shipUnits.contents.involvedParties"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderBases.shipUnits.contents.involvedParties"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-shipUnits-{obShipUnitGid}-contents-{sequenceNo}-involvedParties-post",
                "x-filename-id":"orderbases-orderbasegid-shipunits-obshipunitgid-contents-sequenceno-involvedparties-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Bases/Ship Units/Contents/Involved Parties"
                ],
                "summary":"Update Involved Parties",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-shipUnits-{obShipUnitGid}-contents-{sequenceNo}-involvedParties-patch",
                "x-filename-id":"orderbases-orderbasegid-shipunits-obshipunitgid-contents-sequenceno-involvedparties-patch"
            }
        },
        "/orderBases/{orderBaseGid}/shipUnits/{obShipUnitGid}/contents/{sequenceNo}/involvedParties/{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}":{
            "parameters":[
                {
                    "name":"orderBaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"obShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sequenceNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Bases/Ship Units/Contents/Involved Parties"
                ],
                "summary":"Get an Involved Party",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderBases.shipUnits.contents.involvedParties"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"{orderBaseGid}-shipUnits-{obShipUnitGid}-contents-{sequenceNo}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-get",
                "x-filename-id":"orderbasegid-shipunits-obshipunitgid-contents-sequenceno-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Order Bases/Ship Units/Contents/Involved Parties"
                ],
                "summary":"Delete an Involved Party",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"{orderBaseGid}-shipUnits-{obShipUnitGid}-contents-{sequenceNo}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-delete",
                "x-filename-id":"orderbasegid-shipunits-obshipunitgid-contents-sequenceno-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Bases/Ship Units/Contents/Involved Parties"
                ],
                "summary":"Update an Involved Party",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"{orderBaseGid}-shipUnits-{obShipUnitGid}-contents-{sequenceNo}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-patch",
                "x-filename-id":"orderbasegid-shipunits-obshipunitgid-contents-sequenceno-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-patch"
            }
        },
        "/orderBases/{orderBaseGid}/shipUnits/{obShipUnitGid}/contents/{sequenceNo}/refnums":{
            "parameters":[
                {
                    "name":"orderBaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"obShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sequenceNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Bases/Ship Units/Contents/Reference Numbers"
                ],
                "summary":"Get Reference Numbers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderBases.shipUnits.contents.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-shipUnits-{obShipUnitGid}-contents-{sequenceNo}-refnums-get",
                "x-filename-id":"orderbases-orderbasegid-shipunits-obshipunitgid-contents-sequenceno-refnums-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Order Bases/Ship Units/Contents/Reference Numbers"
                ],
                "summary":"Create a Reference Number",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/orderBases.shipUnits.contents.refnums"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/orderBases.shipUnits.contents.refnums"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderBases.shipUnits.contents.refnums"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderBases.shipUnits.contents.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-shipUnits-{obShipUnitGid}-contents-{sequenceNo}-refnums-post",
                "x-filename-id":"orderbases-orderbasegid-shipunits-obshipunitgid-contents-sequenceno-refnums-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Bases/Ship Units/Contents/Reference Numbers"
                ],
                "summary":"Update Reference Numbers",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-shipUnits-{obShipUnitGid}-contents-{sequenceNo}-refnums-patch",
                "x-filename-id":"orderbases-orderbasegid-shipunits-obshipunitgid-contents-sequenceno-refnums-patch"
            }
        },
        "/orderBases/{orderBaseGid}/shipUnits/{obShipUnitGid}/contents/{sequenceNo}/refnums/{obSuContentRefnumQualGidxobSuContentRefnumValue}":{
            "parameters":[
                {
                    "name":"orderBaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"obShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sequenceNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"obSuContentRefnumQualGidxobSuContentRefnumValue",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Bases/Ship Units/Contents/Reference Numbers"
                ],
                "summary":"Get a Reference Number",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderBases.shipUnits.contents.refnums"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-shipUnits-{obShipUnitGid}-contents-{sequenceNo}-refnums-{obSuContentRefnumQualGidxobSuContentRefnumValue}-get",
                "x-filename-id":"orderbases-orderbasegid-shipunits-obshipunitgid-contents-sequenceno-refnums-obsucontentrefnumqualgidxobsucontentrefnumvalue-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Order Bases/Ship Units/Contents/Reference Numbers"
                ],
                "summary":"Delete a Reference Number",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-shipUnits-{obShipUnitGid}-contents-{sequenceNo}-refnums-{obSuContentRefnumQualGidxobSuContentRefnumValue}-delete",
                "x-filename-id":"orderbases-orderbasegid-shipunits-obshipunitgid-contents-sequenceno-refnums-obsucontentrefnumqualgidxobsucontentrefnumvalue-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Bases/Ship Units/Contents/Reference Numbers"
                ],
                "summary":"Update a Reference Number",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-shipUnits-{obShipUnitGid}-contents-{sequenceNo}-refnums-{obSuContentRefnumQualGidxobSuContentRefnumValue}-patch",
                "x-filename-id":"orderbases-orderbasegid-shipunits-obshipunitgid-contents-sequenceno-refnums-obsucontentrefnumqualgidxobsucontentrefnumvalue-patch"
            }
        },
        "/orderBases/{orderBaseGid}/shipUnits/{obShipUnitGid}/contents/{sequenceNo}/attributes":{
            "parameters":[
                {
                    "name":"orderBaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"obShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sequenceNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Bases/Ship Units/Contents/Attributes"
                ],
                "summary":"Get Attributes",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderBases.shipUnits.contents.attributes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-shipUnits-{obShipUnitGid}-contents-{sequenceNo}-attributes-get",
                "x-filename-id":"orderbases-orderbasegid-shipunits-obshipunitgid-contents-sequenceno-attributes-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Order Bases/Ship Units/Contents/Attributes"
                ],
                "summary":"Create an Attribute",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/orderBases.shipUnits.contents.attributes"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/orderBases.shipUnits.contents.attributes"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderBases.shipUnits.contents.attributes"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderBases.shipUnits.contents.attributes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-shipUnits-{obShipUnitGid}-contents-{sequenceNo}-attributes-post",
                "x-filename-id":"orderbases-orderbasegid-shipunits-obshipunitgid-contents-sequenceno-attributes-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Bases/Ship Units/Contents/Attributes"
                ],
                "summary":"Update Attributes",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-shipUnits-{obShipUnitGid}-contents-{sequenceNo}-attributes-patch",
                "x-filename-id":"orderbases-orderbasegid-shipunits-obshipunitgid-contents-sequenceno-attributes-patch"
            }
        },
        "/orderBases/{orderBaseGid}/shipUnits/{obShipUnitGid}/contents/{sequenceNo}/attributes/{itemFeatureQualGidxitemFeatureValue}":{
            "parameters":[
                {
                    "name":"orderBaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"obShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sequenceNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"itemFeatureQualGidxitemFeatureValue",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Bases/Ship Units/Contents/Attributes"
                ],
                "summary":"Get an Attribute",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderBases.shipUnits.contents.attributes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-shipUnits-{obShipUnitGid}-contents-{sequenceNo}-attributes-{itemFeatureQualGidxitemFeatureValue}-get",
                "x-filename-id":"orderbases-orderbasegid-shipunits-obshipunitgid-contents-sequenceno-attributes-itemfeaturequalgidxitemfeaturevalue-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Order Bases/Ship Units/Contents/Attributes"
                ],
                "summary":"Delete an Attribute",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-shipUnits-{obShipUnitGid}-contents-{sequenceNo}-attributes-{itemFeatureQualGidxitemFeatureValue}-delete",
                "x-filename-id":"orderbases-orderbasegid-shipunits-obshipunitgid-contents-sequenceno-attributes-itemfeaturequalgidxitemfeaturevalue-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Bases/Ship Units/Contents/Attributes"
                ],
                "summary":"Update an Attribute",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-shipUnits-{obShipUnitGid}-contents-{sequenceNo}-attributes-{itemFeatureQualGidxitemFeatureValue}-patch",
                "x-filename-id":"orderbases-orderbasegid-shipunits-obshipunitgid-contents-sequenceno-attributes-itemfeaturequalgidxitemfeaturevalue-patch"
            }
        },
        "/orderBases/{orderBaseGid}/shipUnits/{obShipUnitGid}/remarks":{
            "parameters":[
                {
                    "name":"orderBaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"obShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Bases/Ship Units/Remarks"
                ],
                "summary":"Get Remarks",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderBases.shipUnits.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-shipUnits-{obShipUnitGid}-remarks-get",
                "x-filename-id":"orderbases-orderbasegid-shipunits-obshipunitgid-remarks-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Order Bases/Ship Units/Remarks"
                ],
                "summary":"Create a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/orderBases.shipUnits.remarks"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/orderBases.shipUnits.remarks"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderBases.shipUnits.remarks"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderBases.shipUnits.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-shipUnits-{obShipUnitGid}-remarks-post",
                "x-filename-id":"orderbases-orderbasegid-shipunits-obshipunitgid-remarks-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Bases/Ship Units/Remarks"
                ],
                "summary":"Update Remarks",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-shipUnits-{obShipUnitGid}-remarks-patch",
                "x-filename-id":"orderbases-orderbasegid-shipunits-obshipunitgid-remarks-patch"
            }
        },
        "/orderBases/{orderBaseGid}/shipUnits/{obShipUnitGid}/remarks/{remarkSequence}":{
            "parameters":[
                {
                    "name":"orderBaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"obShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"remarkSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Bases/Ship Units/Remarks"
                ],
                "summary":"Get a Remark",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderBases.shipUnits.remarks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-shipUnits-{obShipUnitGid}-remarks-{remarkSequence}-get",
                "x-filename-id":"orderbases-orderbasegid-shipunits-obshipunitgid-remarks-remarksequence-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Order Bases/Ship Units/Remarks"
                ],
                "summary":"Delete a Remark",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-shipUnits-{obShipUnitGid}-remarks-{remarkSequence}-delete",
                "x-filename-id":"orderbases-orderbasegid-shipunits-obshipunitgid-remarks-remarksequence-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Bases/Ship Units/Remarks"
                ],
                "summary":"Update a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-shipUnits-{obShipUnitGid}-remarks-{remarkSequence}-patch",
                "x-filename-id":"orderbases-orderbasegid-shipunits-obshipunitgid-remarks-remarksequence-patch"
            }
        },
        "/orderBases/{orderBaseGid}/shipUnits/{obShipUnitGid}/releaseInstructions":{
            "parameters":[
                {
                    "name":"orderBaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"obShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Bases/Ship Units/Release Instructions"
                ],
                "summary":"Get Release Instructions",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderBases.shipUnits.releaseInstructions"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-shipUnits-{obShipUnitGid}-releaseInstructions-get",
                "x-filename-id":"orderbases-orderbasegid-shipunits-obshipunitgid-releaseinstructions-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Order Bases/Ship Units/Release Instructions"
                ],
                "summary":"Create a Release Instruction",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/orderBases.shipUnits.releaseInstructions"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/orderBases.shipUnits.releaseInstructions"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderBases.shipUnits.releaseInstructions"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderBases.shipUnits.releaseInstructions"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-shipUnits-{obShipUnitGid}-releaseInstructions-post",
                "x-filename-id":"orderbases-orderbasegid-shipunits-obshipunitgid-releaseinstructions-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Bases/Ship Units/Release Instructions"
                ],
                "summary":"Update Release Instructions",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-shipUnits-{obShipUnitGid}-releaseInstructions-patch",
                "x-filename-id":"orderbases-orderbasegid-shipunits-obshipunitgid-releaseinstructions-patch"
            }
        },
        "/orderBases/{orderBaseGid}/shipUnits/{obShipUnitGid}/releaseInstructions/{obSuReleaseInstrGid}":{
            "parameters":[
                {
                    "name":"orderBaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"obShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"obSuReleaseInstrGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Bases/Ship Units/Release Instructions"
                ],
                "summary":"Get a Release Instruction",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderBases.shipUnits.releaseInstructions"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-shipUnits-{obShipUnitGid}-releaseInstructions-{obSuReleaseInstrGid}-get",
                "x-filename-id":"orderbases-orderbasegid-shipunits-obshipunitgid-releaseinstructions-obsureleaseinstrgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Order Bases/Ship Units/Release Instructions"
                ],
                "summary":"Delete a Release Instruction",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-shipUnits-{obShipUnitGid}-releaseInstructions-{obSuReleaseInstrGid}-delete",
                "x-filename-id":"orderbases-orderbasegid-shipunits-obshipunitgid-releaseinstructions-obsureleaseinstrgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Bases/Ship Units/Release Instructions"
                ],
                "summary":"Update a Release Instruction",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-shipUnits-{obShipUnitGid}-releaseInstructions-{obSuReleaseInstrGid}-patch",
                "x-filename-id":"orderbases-orderbasegid-shipunits-obshipunitgid-releaseinstructions-obsureleaseinstrgid-patch"
            }
        },
        "/orderBases/{orderBaseGid}/shipUnits/{obShipUnitGid}/releaseInstructions/{obSuReleaseInstrGid}/refnums":{
            "parameters":[
                {
                    "name":"orderBaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"obShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"obSuReleaseInstrGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Bases/Ship Units/Release Instructions/Reference Numbers"
                ],
                "summary":"Get Reference Numbers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderBases.shipUnits.releaseInstructions.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-shipUnits-{obShipUnitGid}-releaseInstructions-{obSuReleaseInstrGid}-refnums-get",
                "x-filename-id":"orderbases-orderbasegid-shipunits-obshipunitgid-releaseinstructions-obsureleaseinstrgid-refnums-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Order Bases/Ship Units/Release Instructions/Reference Numbers"
                ],
                "summary":"Create a Reference Number",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/orderBases.shipUnits.releaseInstructions.refnums"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/orderBases.shipUnits.releaseInstructions.refnums"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderBases.shipUnits.releaseInstructions.refnums"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderBases.shipUnits.releaseInstructions.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-shipUnits-{obShipUnitGid}-releaseInstructions-{obSuReleaseInstrGid}-refnums-post",
                "x-filename-id":"orderbases-orderbasegid-shipunits-obshipunitgid-releaseinstructions-obsureleaseinstrgid-refnums-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Bases/Ship Units/Release Instructions/Reference Numbers"
                ],
                "summary":"Update Reference Numbers",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-shipUnits-{obShipUnitGid}-releaseInstructions-{obSuReleaseInstrGid}-refnums-patch",
                "x-filename-id":"orderbases-orderbasegid-shipunits-obshipunitgid-releaseinstructions-obsureleaseinstrgid-refnums-patch"
            }
        },
        "/orderBases/{orderBaseGid}/shipUnits/{obShipUnitGid}/releaseInstructions/{obSuReleaseInstrGid}/refnums/{orderReleaseRefnumQualGidxorderReleaseRefnumValue}":{
            "parameters":[
                {
                    "name":"orderBaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"obShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"obSuReleaseInstrGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"orderReleaseRefnumQualGidxorderReleaseRefnumValue",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Bases/Ship Units/Release Instructions/Reference Numbers"
                ],
                "summary":"Get a Reference Number",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderBases.shipUnits.releaseInstructions.refnums"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"{orderBaseGid}-shipUnits-{obShipUnitGid}-releaseInstructions-{obSuReleaseInstrGid}-refnums-{orderReleaseRefnumQualGidxorderReleaseRefnumValue}-get",
                "x-filename-id":"orderbasegid-shipunits-obshipunitgid-releaseinstructions-obsureleaseinstrgid-refnums-orderreleaserefnumqualgidxorderreleaserefnumvalue-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Order Bases/Ship Units/Release Instructions/Reference Numbers"
                ],
                "summary":"Delete a Reference Number",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"{orderBaseGid}-shipUnits-{obShipUnitGid}-releaseInstructions-{obSuReleaseInstrGid}-refnums-{orderReleaseRefnumQualGidxorderReleaseRefnumValue}-delete",
                "x-filename-id":"orderbasegid-shipunits-obshipunitgid-releaseinstructions-obsureleaseinstrgid-refnums-orderreleaserefnumqualgidxorderreleaserefnumvalue-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Bases/Ship Units/Release Instructions/Reference Numbers"
                ],
                "summary":"Update a Reference Number",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"{orderBaseGid}-shipUnits-{obShipUnitGid}-releaseInstructions-{obSuReleaseInstrGid}-refnums-{orderReleaseRefnumQualGidxorderReleaseRefnumValue}-patch",
                "x-filename-id":"orderbasegid-shipunits-obshipunitgid-releaseinstructions-obsureleaseinstrgid-refnums-orderreleaserefnumqualgidxorderreleaserefnumvalue-patch"
            }
        },
        "/orderBases/{orderBaseGid}/shipUnits/{obShipUnitGid}/releaseInstructions/{obSuReleaseInstrGid}/remarks":{
            "parameters":[
                {
                    "name":"orderBaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"obShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"obSuReleaseInstrGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Bases/Ship Units/Release Instructions/Remarks"
                ],
                "summary":"Get Remarks",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderBases.shipUnits.releaseInstructions.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-shipUnits-{obShipUnitGid}-releaseInstructions-{obSuReleaseInstrGid}-remarks-get",
                "x-filename-id":"orderbases-orderbasegid-shipunits-obshipunitgid-releaseinstructions-obsureleaseinstrgid-remarks-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Order Bases/Ship Units/Release Instructions/Remarks"
                ],
                "summary":"Create a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/orderBases.shipUnits.releaseInstructions.remarks"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/orderBases.shipUnits.releaseInstructions.remarks"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderBases.shipUnits.releaseInstructions.remarks"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderBases.shipUnits.releaseInstructions.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-shipUnits-{obShipUnitGid}-releaseInstructions-{obSuReleaseInstrGid}-remarks-post",
                "x-filename-id":"orderbases-orderbasegid-shipunits-obshipunitgid-releaseinstructions-obsureleaseinstrgid-remarks-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Bases/Ship Units/Release Instructions/Remarks"
                ],
                "summary":"Update Remarks",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-shipUnits-{obShipUnitGid}-releaseInstructions-{obSuReleaseInstrGid}-remarks-patch",
                "x-filename-id":"orderbases-orderbasegid-shipunits-obshipunitgid-releaseinstructions-obsureleaseinstrgid-remarks-patch"
            }
        },
        "/orderBases/{orderBaseGid}/shipUnits/{obShipUnitGid}/releaseInstructions/{obSuReleaseInstrGid}/remarks/{remarkSequence}":{
            "parameters":[
                {
                    "name":"orderBaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"obShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"obSuReleaseInstrGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"remarkSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Bases/Ship Units/Release Instructions/Remarks"
                ],
                "summary":"Get a Remark",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderBases.shipUnits.releaseInstructions.remarks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-shipUnits-{obShipUnitGid}-releaseInstructions-{obSuReleaseInstrGid}-remarks-{remarkSequence}-get",
                "x-filename-id":"orderbases-orderbasegid-shipunits-obshipunitgid-releaseinstructions-obsureleaseinstrgid-remarks-remarksequence-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Order Bases/Ship Units/Release Instructions/Remarks"
                ],
                "summary":"Delete a Remark",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-shipUnits-{obShipUnitGid}-releaseInstructions-{obSuReleaseInstrGid}-remarks-{remarkSequence}-delete",
                "x-filename-id":"orderbases-orderbasegid-shipunits-obshipunitgid-releaseinstructions-obsureleaseinstrgid-remarks-remarksequence-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Bases/Ship Units/Release Instructions/Remarks"
                ],
                "summary":"Update a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-shipUnits-{obShipUnitGid}-releaseInstructions-{obSuReleaseInstrGid}-remarks-{remarkSequence}-patch",
                "x-filename-id":"orderbases-orderbasegid-shipunits-obshipunitgid-releaseinstructions-obsureleaseinstrgid-remarks-remarksequence-patch"
            }
        },
        "/orderBases/{orderBaseGid}/shipUnits/{obShipUnitGid}/statuses":{
            "parameters":[
                {
                    "name":"orderBaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"obShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Bases/Ship Units/Statuses"
                ],
                "summary":"Get Statuses",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderBases.shipUnits.statuses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-shipUnits-{obShipUnitGid}-statuses-get",
                "x-filename-id":"orderbases-orderbasegid-shipunits-obshipunitgid-statuses-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Order Bases/Ship Units/Statuses"
                ],
                "summary":"Create a Status",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/orderBases.shipUnits.statuses"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/orderBases.shipUnits.statuses"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderBases.shipUnits.statuses"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderBases.shipUnits.statuses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-shipUnits-{obShipUnitGid}-statuses-post",
                "x-filename-id":"orderbases-orderbasegid-shipunits-obshipunitgid-statuses-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Bases/Ship Units/Statuses"
                ],
                "summary":"Update Statuses",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-shipUnits-{obShipUnitGid}-statuses-patch",
                "x-filename-id":"orderbases-orderbasegid-shipunits-obshipunitgid-statuses-patch"
            }
        },
        "/orderBases/{orderBaseGid}/shipUnits/{obShipUnitGid}/statuses/{statusTypeGid}":{
            "parameters":[
                {
                    "name":"orderBaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"obShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"statusTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Bases/Ship Units/Statuses"
                ],
                "summary":"Get a Status",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderBases.shipUnits.statuses"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-shipUnits-{obShipUnitGid}-statuses-{statusTypeGid}-get",
                "x-filename-id":"orderbases-orderbasegid-shipunits-obshipunitgid-statuses-statustypegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Order Bases/Ship Units/Statuses"
                ],
                "summary":"Delete a Status",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-shipUnits-{obShipUnitGid}-statuses-{statusTypeGid}-delete",
                "x-filename-id":"orderbases-orderbasegid-shipunits-obshipunitgid-statuses-statustypegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Bases/Ship Units/Statuses"
                ],
                "summary":"Update a Status",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-shipUnits-{obShipUnitGid}-statuses-{statusTypeGid}-patch",
                "x-filename-id":"orderbases-orderbasegid-shipunits-obshipunitgid-statuses-statustypegid-patch"
            }
        },
        "/orderBases/{orderBaseGid}/shipUnits/{obShipUnitGid}/loadingSplits":{
            "parameters":[
                {
                    "name":"orderBaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"obShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Bases/Ship Units/Loading Splits"
                ],
                "summary":"Get Loading Splits",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderBases.shipUnits.loadingSplits"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-shipUnits-{obShipUnitGid}-loadingSplits-get",
                "x-filename-id":"orderbases-orderbasegid-shipunits-obshipunitgid-loadingsplits-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Order Bases/Ship Units/Loading Splits"
                ],
                "summary":"Create a Loading Split",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/orderBases.shipUnits.loadingSplits"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/orderBases.shipUnits.loadingSplits"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderBases.shipUnits.loadingSplits"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderBases.shipUnits.loadingSplits"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-shipUnits-{obShipUnitGid}-loadingSplits-post",
                "x-filename-id":"orderbases-orderbasegid-shipunits-obshipunitgid-loadingsplits-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Bases/Ship Units/Loading Splits"
                ],
                "summary":"Update Loading Splits",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-shipUnits-{obShipUnitGid}-loadingSplits-patch",
                "x-filename-id":"orderbases-orderbasegid-shipunits-obshipunitgid-loadingsplits-patch"
            }
        },
        "/orderBases/{orderBaseGid}/shipUnits/{obShipUnitGid}/loadingSplits/{splitNo}":{
            "parameters":[
                {
                    "name":"orderBaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"obShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"splitNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Bases/Ship Units/Loading Splits"
                ],
                "summary":"Get a Loading Split",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderBases.shipUnits.loadingSplits"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-shipUnits-{obShipUnitGid}-loadingSplits-{splitNo}-get",
                "x-filename-id":"orderbases-orderbasegid-shipunits-obshipunitgid-loadingsplits-splitno-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Order Bases/Ship Units/Loading Splits"
                ],
                "summary":"Delete a Loading Split",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-shipUnits-{obShipUnitGid}-loadingSplits-{splitNo}-delete",
                "x-filename-id":"orderbases-orderbasegid-shipunits-obshipunitgid-loadingsplits-splitno-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Bases/Ship Units/Loading Splits"
                ],
                "summary":"Update a Loading Split",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-shipUnits-{obShipUnitGid}-loadingSplits-{splitNo}-patch",
                "x-filename-id":"orderbases-orderbasegid-shipunits-obshipunitgid-loadingsplits-splitno-patch"
            }
        },
        "/orderBases/{orderBaseGid}/involvedParties":{
            "parameters":[
                {
                    "name":"orderBaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Bases/Involved Parties"
                ],
                "summary":"Get Involved Parties",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderBases.involvedParties"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-involvedParties-get",
                "x-filename-id":"orderbases-orderbasegid-involvedparties-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Order Bases/Involved Parties"
                ],
                "summary":"Create an Involved Party",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/orderBases.involvedParties"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/orderBases.involvedParties"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderBases.involvedParties"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderBases.involvedParties"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-involvedParties-post",
                "x-filename-id":"orderbases-orderbasegid-involvedparties-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Bases/Involved Parties"
                ],
                "summary":"Update Involved Parties",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-involvedParties-patch",
                "x-filename-id":"orderbases-orderbasegid-involvedparties-patch"
            }
        },
        "/orderBases/{orderBaseGid}/involvedParties/{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}":{
            "parameters":[
                {
                    "name":"orderBaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Bases/Involved Parties"
                ],
                "summary":"Get an Involved Party",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderBases.involvedParties"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-get",
                "x-filename-id":"orderbases-orderbasegid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Order Bases/Involved Parties"
                ],
                "summary":"Delete an Involved Party",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-delete",
                "x-filename-id":"orderbases-orderbasegid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Bases/Involved Parties"
                ],
                "summary":"Update an Involved Party",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-patch",
                "x-filename-id":"orderbases-orderbasegid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-patch"
            }
        },
        "/orderBases/{orderBaseGid}/refnums":{
            "parameters":[
                {
                    "name":"orderBaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Bases/Reference Numbers"
                ],
                "summary":"Get Reference Numbers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderBases.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-refnums-get",
                "x-filename-id":"orderbases-orderbasegid-refnums-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Order Bases/Reference Numbers"
                ],
                "summary":"Create a Reference Number",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/orderBases.refnums"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/orderBases.refnums"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderBases.refnums"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderBases.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-refnums-post",
                "x-filename-id":"orderbases-orderbasegid-refnums-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Bases/Reference Numbers"
                ],
                "summary":"Update Reference Numbers",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-refnums-patch",
                "x-filename-id":"orderbases-orderbasegid-refnums-patch"
            }
        },
        "/orderBases/{orderBaseGid}/refnums/{obRefnumQualGidxobRefnumValue}":{
            "parameters":[
                {
                    "name":"orderBaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"obRefnumQualGidxobRefnumValue",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Bases/Reference Numbers"
                ],
                "summary":"Get a Reference Number",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderBases.refnums"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-refnums-{obRefnumQualGidxobRefnumValue}-get",
                "x-filename-id":"orderbases-orderbasegid-refnums-obrefnumqualgidxobrefnumvalue-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Order Bases/Reference Numbers"
                ],
                "summary":"Delete a Reference Number",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-refnums-{obRefnumQualGidxobRefnumValue}-delete",
                "x-filename-id":"orderbases-orderbasegid-refnums-obrefnumqualgidxobrefnumvalue-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Bases/Reference Numbers"
                ],
                "summary":"Update a Reference Number",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-refnums-{obRefnumQualGidxobRefnumValue}-patch",
                "x-filename-id":"orderbases-orderbasegid-refnums-obrefnumqualgidxobrefnumvalue-patch"
            }
        },
        "/orderBases/{orderBaseGid}/statuses":{
            "parameters":[
                {
                    "name":"orderBaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Bases/Statuses"
                ],
                "summary":"Get Statuses",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderBases.statuses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-statuses-get",
                "x-filename-id":"orderbases-orderbasegid-statuses-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Order Bases/Statuses"
                ],
                "summary":"Create a Status",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/orderBases.statuses"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/orderBases.statuses"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderBases.statuses"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderBases.statuses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-statuses-post",
                "x-filename-id":"orderbases-orderbasegid-statuses-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Bases/Statuses"
                ],
                "summary":"Update Statuses",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-statuses-patch",
                "x-filename-id":"orderbases-orderbasegid-statuses-patch"
            }
        },
        "/orderBases/{orderBaseGid}/statuses/{statusTypeGid}":{
            "parameters":[
                {
                    "name":"orderBaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"statusTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Bases/Statuses"
                ],
                "summary":"Get a Status",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderBases.statuses"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-statuses-{statusTypeGid}-get",
                "x-filename-id":"orderbases-orderbasegid-statuses-statustypegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Order Bases/Statuses"
                ],
                "summary":"Delete a Status",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-statuses-{statusTypeGid}-delete",
                "x-filename-id":"orderbases-orderbasegid-statuses-statustypegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Bases/Statuses"
                ],
                "summary":"Update a Status",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-statuses-{statusTypeGid}-patch",
                "x-filename-id":"orderbases-orderbasegid-statuses-statustypegid-patch"
            }
        },
        "/orderBases/{orderBaseGid}/accessorials":{
            "parameters":[
                {
                    "name":"orderBaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Bases/Accessorials"
                ],
                "summary":"Get Accessorials",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderBases.accessorials"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-accessorials-get",
                "x-filename-id":"orderbases-orderbasegid-accessorials-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Order Bases/Accessorials"
                ],
                "summary":"Create an Accessorial",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/orderBases.accessorials"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/orderBases.accessorials"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderBases.accessorials"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderBases.accessorials"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-accessorials-post",
                "x-filename-id":"orderbases-orderbasegid-accessorials-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Bases/Accessorials"
                ],
                "summary":"Update Accessorials",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-accessorials-patch",
                "x-filename-id":"orderbases-orderbasegid-accessorials-patch"
            }
        },
        "/orderBases/{orderBaseGid}/accessorials/{accessorialCodeGid}":{
            "parameters":[
                {
                    "name":"orderBaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"accessorialCodeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Bases/Accessorials"
                ],
                "summary":"Get an Accessorial",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderBases.accessorials"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-accessorials-{accessorialCodeGid}-get",
                "x-filename-id":"orderbases-orderbasegid-accessorials-accessorialcodegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Order Bases/Accessorials"
                ],
                "summary":"Delete an Accessorial",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-accessorials-{accessorialCodeGid}-delete",
                "x-filename-id":"orderbases-orderbasegid-accessorials-accessorialcodegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Bases/Accessorials"
                ],
                "summary":"Update an Accessorial",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-accessorials-{accessorialCodeGid}-patch",
                "x-filename-id":"orderbases-orderbasegid-accessorials-accessorialcodegid-patch"
            }
        },
        "/orderBases/{orderBaseGid}/texts":{
            "parameters":[
                {
                    "name":"orderBaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Bases/Texts"
                ],
                "summary":"Get Texts",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderBases.texts"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-texts-get",
                "x-filename-id":"orderbases-orderbasegid-texts-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Order Bases/Texts"
                ],
                "summary":"Create a Text",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/orderBases.texts"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/orderBases.texts"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderBases.texts"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderBases.texts"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-texts-post",
                "x-filename-id":"orderbases-orderbasegid-texts-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Bases/Texts"
                ],
                "summary":"Update Texts",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-texts-patch",
                "x-filename-id":"orderbases-orderbasegid-texts-patch"
            }
        },
        "/orderBases/{orderBaseGid}/texts/{textTemplateGidxdocumentDefGid}":{
            "parameters":[
                {
                    "name":"orderBaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"textTemplateGidxdocumentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Bases/Texts"
                ],
                "summary":"Get a Text",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderBases.texts"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-texts-{textTemplateGidxdocumentDefGid}-get",
                "x-filename-id":"orderbases-orderbasegid-texts-texttemplategidxdocumentdefgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Order Bases/Texts"
                ],
                "summary":"Delete a Text",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-texts-{textTemplateGidxdocumentDefGid}-delete",
                "x-filename-id":"orderbases-orderbasegid-texts-texttemplategidxdocumentdefgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Bases/Texts"
                ],
                "summary":"Update a Text",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-texts-{textTemplateGidxdocumentDefGid}-patch",
                "x-filename-id":"orderbases-orderbasegid-texts-texttemplategidxdocumentdefgid-patch"
            }
        },
        "/orderBases/{orderBaseGid}/remarks":{
            "parameters":[
                {
                    "name":"orderBaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Bases/Remarks"
                ],
                "summary":"Get Remarks",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderBases.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-remarks-get",
                "x-filename-id":"orderbases-orderbasegid-remarks-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Order Bases/Remarks"
                ],
                "summary":"Create a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/orderBases.remarks"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/orderBases.remarks"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderBases.remarks"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderBases.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-remarks-post",
                "x-filename-id":"orderbases-orderbasegid-remarks-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Bases/Remarks"
                ],
                "summary":"Update Remarks",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-remarks-patch",
                "x-filename-id":"orderbases-orderbasegid-remarks-patch"
            }
        },
        "/orderBases/{orderBaseGid}/remarks/{remarkSequence}":{
            "parameters":[
                {
                    "name":"orderBaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"remarkSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Bases/Remarks"
                ],
                "summary":"Get a Remark",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderBases.remarks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-remarks-{remarkSequence}-get",
                "x-filename-id":"orderbases-orderbasegid-remarks-remarksequence-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Order Bases/Remarks"
                ],
                "summary":"Delete a Remark",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-remarks-{remarkSequence}-delete",
                "x-filename-id":"orderbases-orderbasegid-remarks-remarksequence-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Bases/Remarks"
                ],
                "summary":"Update a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-remarks-{remarkSequence}-patch",
                "x-filename-id":"orderbases-orderbasegid-remarks-remarksequence-patch"
            }
        },
        "/orderBases/{orderBaseGid}/legConstraints":{
            "parameters":[
                {
                    "name":"orderBaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Bases/Leg Constraints"
                ],
                "summary":"Get Leg Constraints",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderBases.legConstraints"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-legConstraints-get",
                "x-filename-id":"orderbases-orderbasegid-legconstraints-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Order Bases/Leg Constraints"
                ],
                "summary":"Create a Leg Constraint",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/orderBases.legConstraints"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/orderBases.legConstraints"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderBases.legConstraints"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderBases.legConstraints"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-legConstraints-post",
                "x-filename-id":"orderbases-orderbasegid-legconstraints-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Bases/Leg Constraints"
                ],
                "summary":"Update Leg Constraints",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-legConstraints-patch",
                "x-filename-id":"orderbases-orderbasegid-legconstraints-patch"
            }
        },
        "/orderBases/{orderBaseGid}/legConstraints/{legClassificationGid}":{
            "parameters":[
                {
                    "name":"orderBaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"legClassificationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Bases/Leg Constraints"
                ],
                "summary":"Get a Leg Constraint",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderBases.legConstraints"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-legConstraints-{legClassificationGid}-get",
                "x-filename-id":"orderbases-orderbasegid-legconstraints-legclassificationgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Order Bases/Leg Constraints"
                ],
                "summary":"Delete a Leg Constraint",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-legConstraints-{legClassificationGid}-delete",
                "x-filename-id":"orderbases-orderbasegid-legconstraints-legclassificationgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Order Bases/Leg Constraints"
                ],
                "summary":"Update a Leg Constraint",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-legConstraints-{legClassificationGid}-patch",
                "x-filename-id":"orderbases-orderbasegid-legconstraints-legclassificationgid-patch"
            }
        },
        "/orderBases/{orderBaseGid}/trackingEvents":{
            "parameters":[
                {
                    "name":"orderBaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Bases/Tracking Events"
                ],
                "summary":"Get Tracking Events",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderBases.trackingEvents"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-trackingEvents-get",
                "x-filename-id":"orderbases-orderbasegid-trackingevents-get"
            }
        },
        "/orderBases/{orderBaseGid}/trackingEvents/{iTransactionNo}":{
            "parameters":[
                {
                    "name":"orderBaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"iTransactionNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Bases/Tracking Events"
                ],
                "summary":"Get a Tracking Event",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderBases.trackingEvents"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-trackingEvents-{iTransactionNo}-get",
                "x-filename-id":"orderbases-orderbasegid-trackingevents-itransactionno-get"
            }
        },
        "/orderBases/{orderBaseGid}/documents":{
            "parameters":[
                {
                    "name":"orderBaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Bases/Documents"
                ],
                "summary":"Get Documents",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderBases.documents"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-documents-get",
                "x-filename-id":"orderbases-orderbasegid-documents-get"
            }
        },
        "/orderBases/{orderBaseGid}/documents/{documentGid}":{
            "parameters":[
                {
                    "name":"orderBaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Order Bases/Documents"
                ],
                "summary":"Get a Document",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderBases.documents"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBases-{orderBaseGid}-documents-{documentGid}-get",
                "x-filename-id":"orderbases-orderbasegid-documents-documentgid-get"
            }
        },
        "/postalCodeLatitudeLongitudes":{
            "get":{
                "tags":[
                    "Power Data/Postal Code Latitude Longitudes"
                ],
                "summary":"Get Postal Code Latitude Longitudes",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/postalCodeLatitudeLongitudes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"postalCodeLatitudeLongitudes-get",
                "x-filename-id":"postalcodelatitudelongitudes-get"
            },
            "post":{
                "tags":[
                    "Power Data/Postal Code Latitude Longitudes"
                ],
                "summary":"Create a Postal Code Latitude Longitude",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/postalCodeLatitudeLongitudes"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/postalCodeLatitudeLongitudes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"postalCodeLatitudeLongitudes-post",
                "x-filename-id":"postalcodelatitudelongitudes-post"
            }
        },
        "/postalCodeLatitudeLongitudes/{countryCode3GidxpostalCode}":{
            "parameters":[
                {
                    "name":"countryCode3GidxpostalCode",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Postal Code Latitude Longitudes"
                ],
                "summary":"Get a Postal Code Latitude Longitude",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/postalCodeLatitudeLongitudes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"postalCodeLatitudeLongitudes-{countryCode3GidxpostalCode}-get",
                "x-filename-id":"postalcodelatitudelongitudes-countrycode3gidxpostalcode-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Postal Code Latitude Longitudes"
                ],
                "summary":"Delete a Postal Code Latitude Longitude",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"postalCodeLatitudeLongitudes-{countryCode3GidxpostalCode}-delete",
                "x-filename-id":"postalcodelatitudelongitudes-countrycode3gidxpostalcode-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Postal Code Latitude Longitudes"
                ],
                "summary":"Update a Postal Code Latitude Longitude",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"postalCodeLatitudeLongitudes-{countryCode3GidxpostalCode}-patch",
                "x-filename-id":"postalcodelatitudelongitudes-countrycode3gidxpostalcode-patch"
            }
        },
        "/compatibilityRuleTypes":{
            "get":{
                "tags":[
                    "Power Data/Compatibility Rule Types"
                ],
                "summary":"Get Compatibility Rule Types",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/compatibilityRuleTypes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"compatibilityRuleTypes-get",
                "x-filename-id":"compatibilityruletypes-get"
            }
        },
        "/compatibilityRuleTypes/{compatRuleTypeGid}":{
            "parameters":[
                {
                    "name":"compatRuleTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Compatibility Rule Types"
                ],
                "summary":"Get a Compatibility Rule Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/compatibilityRuleTypes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"compatibilityRuleTypes-{compatRuleTypeGid}-get",
                "x-filename-id":"compatibilityruletypes-compatruletypegid-get"
            }
        },
        "/languages":{
            "get":{
                "tags":[
                    "Power Data/Languages"
                ],
                "summary":"Get Languages",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/languages"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"languages-get",
                "x-filename-id":"languages-get"
            },
            "post":{
                "tags":[
                    "Power Data/Languages"
                ],
                "summary":"Create a Language",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/languages"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/languages"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"languages-post",
                "x-filename-id":"languages-post"
            }
        },
        "/languages/{gtmLanguageGid}":{
            "parameters":[
                {
                    "name":"gtmLanguageGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Languages"
                ],
                "summary":"Get a Language",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/languages"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"languages-{gtmLanguageGid}-get",
                "x-filename-id":"languages-gtmlanguagegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Languages"
                ],
                "summary":"Delete a Language",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"languages-{gtmLanguageGid}-delete",
                "x-filename-id":"languages-gtmlanguagegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Languages"
                ],
                "summary":"Update a Language",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"languages-{gtmLanguageGid}-patch",
                "x-filename-id":"languages-gtmlanguagegid-patch"
            }
        },
        "/rateServiceProfiles":{
            "get":{
                "tags":[
                    "Power Data/Rate Service Profiles"
                ],
                "summary":"Get Rate Service Profiles",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/rateServiceProfiles"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateServiceProfiles-get",
                "x-filename-id":"rateserviceprofiles-get"
            },
            "post":{
                "tags":[
                    "Power Data/Rate Service Profiles"
                ],
                "summary":"Create a Rate Service Profile",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/rateServiceProfiles"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateServiceProfiles"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateServiceProfiles-post",
                "x-filename-id":"rateserviceprofiles-post"
            }
        },
        "/rateServiceProfiles/{rateServiceProfileGid}":{
            "parameters":[
                {
                    "name":"rateServiceProfileGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Rate Service Profiles"
                ],
                "summary":"Get a Rate Service Profile",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateServiceProfiles"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateServiceProfiles-{rateServiceProfileGid}-get",
                "x-filename-id":"rateserviceprofiles-rateserviceprofilegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Rate Service Profiles"
                ],
                "summary":"Delete a Rate Service Profile",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rateServiceProfiles-{rateServiceProfileGid}-delete",
                "x-filename-id":"rateserviceprofiles-rateserviceprofilegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Rate Service Profiles"
                ],
                "summary":"Update a Rate Service Profile",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rateServiceProfiles-{rateServiceProfileGid}-patch",
                "x-filename-id":"rateserviceprofiles-rateserviceprofilegid-patch"
            }
        },
        "/rateServiceProfiles/{rateServiceProfileGid}/details":{
            "parameters":[
                {
                    "name":"rateServiceProfileGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Rate Service Profiles/Details"
                ],
                "summary":"Get Details",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/rateServiceProfiles.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateServiceProfiles-{rateServiceProfileGid}-details-get",
                "x-filename-id":"rateserviceprofiles-rateserviceprofilegid-details-get"
            },
            "post":{
                "tags":[
                    "Power Data/Rate Service Profiles/Details"
                ],
                "summary":"Create a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/rateServiceProfiles.details"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/rateServiceProfiles.details"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateServiceProfiles.details"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/rateServiceProfiles.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateServiceProfiles-{rateServiceProfileGid}-details-post",
                "x-filename-id":"rateserviceprofiles-rateserviceprofilegid-details-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Rate Service Profiles/Details"
                ],
                "summary":"Update Details",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rateServiceProfiles-{rateServiceProfileGid}-details-patch",
                "x-filename-id":"rateserviceprofiles-rateserviceprofilegid-details-patch"
            }
        },
        "/rateServiceProfiles/{rateServiceProfileGid}/details/{rateServiceGid}":{
            "parameters":[
                {
                    "name":"rateServiceProfileGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"rateServiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Rate Service Profiles/Details"
                ],
                "summary":"Get a Detail",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateServiceProfiles.details"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateServiceProfiles-{rateServiceProfileGid}-details-{rateServiceGid}-get",
                "x-filename-id":"rateserviceprofiles-rateserviceprofilegid-details-rateservicegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Rate Service Profiles/Details"
                ],
                "summary":"Delete a Detail",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rateServiceProfiles-{rateServiceProfileGid}-details-{rateServiceGid}-delete",
                "x-filename-id":"rateserviceprofiles-rateserviceprofilegid-details-rateservicegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Rate Service Profiles/Details"
                ],
                "summary":"Update a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rateServiceProfiles-{rateServiceProfileGid}-details-{rateServiceGid}-patch",
                "x-filename-id":"rateserviceprofiles-rateserviceprofilegid-details-rateservicegid-patch"
            }
        },
        "/tradeProgramProfiles":{
            "get":{
                "tags":[
                    "Power Data/Trade Program Profiles"
                ],
                "summary":"Get Trade Program Profiles",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeProgramProfiles"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeProgramProfiles-get",
                "x-filename-id":"tradeprogramprofiles-get"
            },
            "post":{
                "tags":[
                    "Power Data/Trade Program Profiles"
                ],
                "summary":"Create a Trade Program Profile",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeProgramProfiles"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeProgramProfiles"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeProgramProfiles-post",
                "x-filename-id":"tradeprogramprofiles-post"
            }
        },
        "/tradeProgramProfiles/{gtmTariffCodeProfileGid}":{
            "parameters":[
                {
                    "name":"gtmTariffCodeProfileGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Trade Program Profiles"
                ],
                "summary":"Get a Trade Program Profile",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeProgramProfiles"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeProgramProfiles-{gtmTariffCodeProfileGid}-get",
                "x-filename-id":"tradeprogramprofiles-gtmtariffcodeprofilegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Trade Program Profiles"
                ],
                "summary":"Delete a Trade Program Profile",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeProgramProfiles-{gtmTariffCodeProfileGid}-delete",
                "x-filename-id":"tradeprogramprofiles-gtmtariffcodeprofilegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Trade Program Profiles"
                ],
                "summary":"Update a Trade Program Profile",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeProgramProfiles-{gtmTariffCodeProfileGid}-patch",
                "x-filename-id":"tradeprogramprofiles-gtmtariffcodeprofilegid-patch"
            }
        },
        "/tradeProgramProfiles/{gtmTariffCodeProfileGid}/details":{
            "parameters":[
                {
                    "name":"gtmTariffCodeProfileGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Trade Program Profiles/Details"
                ],
                "summary":"Get Details",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeProgramProfiles.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeProgramProfiles-{gtmTariffCodeProfileGid}-details-get",
                "x-filename-id":"tradeprogramprofiles-gtmtariffcodeprofilegid-details-get"
            },
            "post":{
                "tags":[
                    "Power Data/Trade Program Profiles/Details"
                ],
                "summary":"Create a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeProgramProfiles.details"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradeProgramProfiles.details"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeProgramProfiles.details"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeProgramProfiles.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeProgramProfiles-{gtmTariffCodeProfileGid}-details-post",
                "x-filename-id":"tradeprogramprofiles-gtmtariffcodeprofilegid-details-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Trade Program Profiles/Details"
                ],
                "summary":"Update Details",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeProgramProfiles-{gtmTariffCodeProfileGid}-details-patch",
                "x-filename-id":"tradeprogramprofiles-gtmtariffcodeprofilegid-details-patch"
            }
        },
        "/tradeProgramProfiles/{gtmTariffCodeProfileGid}/details/{gtmTariffCode}":{
            "parameters":[
                {
                    "name":"gtmTariffCodeProfileGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTariffCode",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Trade Program Profiles/Details"
                ],
                "summary":"Get a Detail",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeProgramProfiles.details"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeProgramProfiles-{gtmTariffCodeProfileGid}-details-{gtmTariffCode}-get",
                "x-filename-id":"tradeprogramprofiles-gtmtariffcodeprofilegid-details-gtmtariffcode-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Trade Program Profiles/Details"
                ],
                "summary":"Delete a Detail",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeProgramProfiles-{gtmTariffCodeProfileGid}-details-{gtmTariffCode}-delete",
                "x-filename-id":"tradeprogramprofiles-gtmtariffcodeprofilegid-details-gtmtariffcode-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Trade Program Profiles/Details"
                ],
                "summary":"Update a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeProgramProfiles-{gtmTariffCodeProfileGid}-details-{gtmTariffCode}-patch",
                "x-filename-id":"tradeprogramprofiles-gtmtariffcodeprofilegid-details-gtmtariffcode-patch"
            }
        },
        "/custom-actions/riqNetworkRateAndRoute":{
            "post":{
                "tags":[
                    "Actions/Business Queries"
                ],
                "summary":"Perform network rate and route inquiry",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/json":{
                            "schema":{
                                "$ref":"#/components/schemas/networkRateAndRouteRequest"
                            }
                        }
                    }
                },
                "responses":{
                    "200":{
                        "description":"Success! A successful POST method returns a 200 status code.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/networkRateAndRouteResponse"
                                }
                            }
                        }
                    },
                    "400":{
                        "description":"Your request couldn't be processed because it contains missing or invalid information, such as a validation error on an input field, a missing required value, and so forth.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    },
                    "429":{
                        "description":"Indicates that the client has sent too many requests to the server in a given amount of time.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    },
                    "500":{
                        "description":"The server encountered something unexpected that prevented it from completing the request.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"custom-actions-riqNetworkRateAndRoute-post",
                "x-filename-id":"custom-actions-riqnetworkrateandroute-post"
            }
        },
        "/loadConfigEngineTypes":{
            "get":{
                "tags":[
                    "Power Data/Load Configuration Engine Types"
                ],
                "summary":"Get Load Configuration Engine Types",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/loadConfigEngineTypes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"loadConfigEngineTypes-get",
                "x-filename-id":"loadconfigenginetypes-get"
            }
        },
        "/loadConfigEngineTypes/{loadConfigEngineTypeGid}":{
            "parameters":[
                {
                    "name":"loadConfigEngineTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Load Configuration Engine Types"
                ],
                "summary":"Get a Load Configuration Engine Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/loadConfigEngineTypes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"loadConfigEngineTypes-{loadConfigEngineTypeGid}-get",
                "x-filename-id":"loadconfigenginetypes-loadconfigenginetypegid-get"
            }
        },
        "/damageNatures":{
            "get":{
                "tags":[
                    "Power Data/Damage Natures"
                ],
                "summary":"Get Damage Natures",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/damageNatures"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"damageNatures-get",
                "x-filename-id":"damagenatures-get"
            },
            "post":{
                "tags":[
                    "Power Data/Damage Natures"
                ],
                "summary":"Create a Damage Nature",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/damageNatures"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/damageNatures"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"damageNatures-post",
                "x-filename-id":"damagenatures-post"
            }
        },
        "/damageNatures/{damageNatureGid}":{
            "parameters":[
                {
                    "name":"damageNatureGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Damage Natures"
                ],
                "summary":"Get a Damage Nature",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/damageNatures"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"damageNatures-{damageNatureGid}-get",
                "x-filename-id":"damagenatures-damagenaturegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Damage Natures"
                ],
                "summary":"Delete a Damage Nature",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"damageNatures-{damageNatureGid}-delete",
                "x-filename-id":"damagenatures-damagenaturegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Damage Natures"
                ],
                "summary":"Update a Damage Nature",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"damageNatures-{damageNatureGid}-patch",
                "x-filename-id":"damagenatures-damagenaturegid-patch"
            }
        },
        "/tradeTransactions":{
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions"
                ],
                "summary":"Get Trade Transactions",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactions"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-get",
                "x-filename-id":"tradetransactions-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Transactions"
                ],
                "summary":"Create a Trade Transaction",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeTransactions"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactions"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-post",
                "x-filename-id":"tradetransactions-post"
            }
        },
        "/tradeTransactions/{gtmTransactionGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions"
                ],
                "summary":"Get a Trade Transaction",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactions"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-get",
                "x-filename-id":"tradetransactions-gtmtransactiongid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Transactions"
                ],
                "summary":"Delete a Trade Transaction",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-delete",
                "x-filename-id":"tradetransactions-gtmtransactiongid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions"
                ],
                "summary":"Update a Trade Transaction",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-patch",
                "x-filename-id":"tradetransactions-gtmtransactiongid-patch"
            }
        },
        "/tradeTransactions/{gtmTransactionGid}/quantities":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions/Quantities"
                ],
                "summary":"Get Quantities",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactions.quantities"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-quantities-get",
                "x-filename-id":"tradetransactions-gtmtransactiongid-quantities-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Transactions/Quantities"
                ],
                "summary":"Create a Quantity",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeTransactions.quantities"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradeTransactions.quantities"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactions.quantities"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactions.quantities"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-quantities-post",
                "x-filename-id":"tradetransactions-gtmtransactiongid-quantities-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions/Quantities"
                ],
                "summary":"Update Quantities",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-quantities-patch",
                "x-filename-id":"tradetransactions-gtmtransactiongid-quantities-patch"
            }
        },
        "/tradeTransactions/{gtmTransactionGid}/quantities/{gtmQuantityTypeGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmQuantityTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions/Quantities"
                ],
                "summary":"Get a Quantity",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactions.quantities"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-quantities-{gtmQuantityTypeGid}-get",
                "x-filename-id":"tradetransactions-gtmtransactiongid-quantities-gtmquantitytypegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Transactions/Quantities"
                ],
                "summary":"Delete a Quantity",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-quantities-{gtmQuantityTypeGid}-delete",
                "x-filename-id":"tradetransactions-gtmtransactiongid-quantities-gtmquantitytypegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions/Quantities"
                ],
                "summary":"Update a Quantity",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-quantities-{gtmQuantityTypeGid}-patch",
                "x-filename-id":"tradetransactions-gtmtransactiongid-quantities-gtmquantitytypegid-patch"
            }
        },
        "/tradeTransactions/{gtmTransactionGid}/values":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions/Values"
                ],
                "summary":"Get Values",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactions.values"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-values-get",
                "x-filename-id":"tradetransactions-gtmtransactiongid-values-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Transactions/Values"
                ],
                "summary":"Create a Value",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeTransactions.values"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradeTransactions.values"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactions.values"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactions.values"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-values-post",
                "x-filename-id":"tradetransactions-gtmtransactiongid-values-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions/Values"
                ],
                "summary":"Update Values",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-values-patch",
                "x-filename-id":"tradetransactions-gtmtransactiongid-values-patch"
            }
        },
        "/tradeTransactions/{gtmTransactionGid}/values/{gtmValueQualifierGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmValueQualifierGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions/Values"
                ],
                "summary":"Get a Value",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactions.values"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-values-{gtmValueQualifierGid}-get",
                "x-filename-id":"tradetransactions-gtmtransactiongid-values-gtmvaluequalifiergid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Transactions/Values"
                ],
                "summary":"Delete a Value",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-values-{gtmValueQualifierGid}-delete",
                "x-filename-id":"tradetransactions-gtmtransactiongid-values-gtmvaluequalifiergid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions/Values"
                ],
                "summary":"Update a Value",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-values-{gtmValueQualifierGid}-patch",
                "x-filename-id":"tradetransactions-gtmtransactiongid-values-gtmvaluequalifiergid-patch"
            }
        },
        "/tradeTransactions/{gtmTransactionGid}/transactionDates":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions/Transaction Dates"
                ],
                "summary":"Get Transaction Dates",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactions.transactionDates"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-transactionDates-get",
                "x-filename-id":"tradetransactions-gtmtransactiongid-transactiondates-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Transactions/Transaction Dates"
                ],
                "summary":"Create a Transaction Date",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeTransactions.transactionDates"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradeTransactions.transactionDates"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactions.transactionDates"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactions.transactionDates"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-transactionDates-post",
                "x-filename-id":"tradetransactions-gtmtransactiongid-transactiondates-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions/Transaction Dates"
                ],
                "summary":"Update Transaction Dates",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-transactionDates-patch",
                "x-filename-id":"tradetransactions-gtmtransactiongid-transactiondates-patch"
            }
        },
        "/tradeTransactions/{gtmTransactionGid}/transactionDates/{dateQualifierGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"dateQualifierGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions/Transaction Dates"
                ],
                "summary":"Get a Transaction Date",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactions.transactionDates"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-transactionDates-{dateQualifierGid}-get",
                "x-filename-id":"tradetransactions-gtmtransactiongid-transactiondates-datequalifiergid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Transactions/Transaction Dates"
                ],
                "summary":"Delete a Transaction Date",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-transactionDates-{dateQualifierGid}-delete",
                "x-filename-id":"tradetransactions-gtmtransactiongid-transactiondates-datequalifiergid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions/Transaction Dates"
                ],
                "summary":"Update a Transaction Date",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-transactionDates-{dateQualifierGid}-patch",
                "x-filename-id":"tradetransactions-gtmtransactiongid-transactiondates-datequalifiergid-patch"
            }
        },
        "/tradeTransactions/{gtmTransactionGid}/conveyances":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions/Conveyances"
                ],
                "summary":"Get Conveyances",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactions.conveyances"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-conveyances-get",
                "x-filename-id":"tradetransactions-gtmtransactiongid-conveyances-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Transactions/Conveyances"
                ],
                "summary":"Create a Conveyance",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeTransactions.conveyances"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradeTransactions.conveyances"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactions.conveyances"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactions.conveyances"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-conveyances-post",
                "x-filename-id":"tradetransactions-gtmtransactiongid-conveyances-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions/Conveyances"
                ],
                "summary":"Update Conveyances",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-conveyances-patch",
                "x-filename-id":"tradetransactions-gtmtransactiongid-conveyances-patch"
            }
        },
        "/tradeTransactions/{gtmTransactionGid}/conveyances/{sequenceNo}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sequenceNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions/Conveyances"
                ],
                "summary":"Get a Conveyance",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactions.conveyances"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-conveyances-{sequenceNo}-get",
                "x-filename-id":"tradetransactions-gtmtransactiongid-conveyances-sequenceno-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Transactions/Conveyances"
                ],
                "summary":"Delete a Conveyance",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-conveyances-{sequenceNo}-delete",
                "x-filename-id":"tradetransactions-gtmtransactiongid-conveyances-sequenceno-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions/Conveyances"
                ],
                "summary":"Update a Conveyance",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-conveyances-{sequenceNo}-patch",
                "x-filename-id":"tradetransactions-gtmtransactiongid-conveyances-sequenceno-patch"
            }
        },
        "/tradeTransactions/{gtmTransactionGid}/documents":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions/Documents"
                ],
                "summary":"Get Documents",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactions.documents"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-documents-get",
                "x-filename-id":"tradetransactions-gtmtransactiongid-documents-get"
            }
        },
        "/tradeTransactions/{gtmTransactionGid}/documents/{documentGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions/Documents"
                ],
                "summary":"Get a Document",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactions.documents"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-documents-{documentGid}-get",
                "x-filename-id":"tradetransactions-gtmtransactiongid-documents-documentgid-get"
            }
        },
        "/tradeTransactions/{gtmTransactionGid}/lines":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions/Lines"
                ],
                "summary":"Get Lines",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactions.lines"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-lines-get",
                "x-filename-id":"tradetransactions-gtmtransactiongid-lines-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Transactions/Lines"
                ],
                "summary":"Create a Line",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeTransactions.lines"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradeTransactions.lines"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactions.lines"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactions.lines"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-lines-post",
                "x-filename-id":"tradetransactions-gtmtransactiongid-lines-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions/Lines"
                ],
                "summary":"Update Lines",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-lines-patch",
                "x-filename-id":"tradetransactions-gtmtransactiongid-lines-patch"
            }
        },
        "/tradeTransactions/{gtmTransactionGid}/lines/{gtmTransactionLineGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions/Lines"
                ],
                "summary":"Get a Line",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactions.lines"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-get",
                "x-filename-id":"tradetransactions-gtmtransactiongid-lines-gtmtransactionlinegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Transactions/Lines"
                ],
                "summary":"Delete a Line",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-delete",
                "x-filename-id":"tradetransactions-gtmtransactiongid-lines-gtmtransactionlinegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions/Lines"
                ],
                "summary":"Update a Line",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-patch",
                "x-filename-id":"tradetransactions-gtmtransactiongid-lines-gtmtransactionlinegid-patch"
            }
        },
        "/tradeTransactions/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/quantities":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions/Lines/Quantities"
                ],
                "summary":"Get Quantities",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactions.lines.quantities"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-quantities-get",
                "x-filename-id":"tradetransactions-gtmtransactiongid-lines-gtmtransactionlinegid-quantities-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Transactions/Lines/Quantities"
                ],
                "summary":"Create a Quantity",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeTransactions.lines.quantities"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradeTransactions.lines.quantities"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactions.lines.quantities"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactions.lines.quantities"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-quantities-post",
                "x-filename-id":"tradetransactions-gtmtransactiongid-lines-gtmtransactionlinegid-quantities-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions/Lines/Quantities"
                ],
                "summary":"Update Quantities",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-quantities-patch",
                "x-filename-id":"tradetransactions-gtmtransactiongid-lines-gtmtransactionlinegid-quantities-patch"
            }
        },
        "/tradeTransactions/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/quantities/{gtmTransLineQtySeqNo}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransLineQtySeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions/Lines/Quantities"
                ],
                "summary":"Get a Quantity",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactions.lines.quantities"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-quantities-{gtmTransLineQtySeqNo}-get",
                "x-filename-id":"tradetransactions-gtmtransactiongid-lines-gtmtransactionlinegid-quantities-gtmtranslineqtyseqno-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Transactions/Lines/Quantities"
                ],
                "summary":"Delete a Quantity",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-quantities-{gtmTransLineQtySeqNo}-delete",
                "x-filename-id":"tradetransactions-gtmtransactiongid-lines-gtmtransactionlinegid-quantities-gtmtranslineqtyseqno-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions/Lines/Quantities"
                ],
                "summary":"Update a Quantity",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-quantities-{gtmTransLineQtySeqNo}-patch",
                "x-filename-id":"tradetransactions-gtmtransactiongid-lines-gtmtransactionlinegid-quantities-gtmtranslineqtyseqno-patch"
            }
        },
        "/tradeTransactions/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/values":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions/Lines/Values"
                ],
                "summary":"Get Values",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactions.lines.values"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-values-get",
                "x-filename-id":"tradetransactions-gtmtransactiongid-lines-gtmtransactionlinegid-values-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Transactions/Lines/Values"
                ],
                "summary":"Create a Value",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeTransactions.lines.values"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradeTransactions.lines.values"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactions.lines.values"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactions.lines.values"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-values-post",
                "x-filename-id":"tradetransactions-gtmtransactiongid-lines-gtmtransactionlinegid-values-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions/Lines/Values"
                ],
                "summary":"Update Values",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-values-patch",
                "x-filename-id":"tradetransactions-gtmtransactiongid-lines-gtmtransactionlinegid-values-patch"
            }
        },
        "/tradeTransactions/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/values/{gtmValueQualifierGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmValueQualifierGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions/Lines/Values"
                ],
                "summary":"Get a Value",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactions.lines.values"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-values-{gtmValueQualifierGid}-get",
                "x-filename-id":"tradetransactions-gtmtransactiongid-lines-gtmtransactionlinegid-values-gtmvaluequalifiergid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Transactions/Lines/Values"
                ],
                "summary":"Delete a Value",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-values-{gtmValueQualifierGid}-delete",
                "x-filename-id":"tradetransactions-gtmtransactiongid-lines-gtmtransactionlinegid-values-gtmvaluequalifiergid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions/Lines/Values"
                ],
                "summary":"Update a Value",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-values-{gtmValueQualifierGid}-patch",
                "x-filename-id":"tradetransactions-gtmtransactiongid-lines-gtmtransactionlinegid-values-gtmvaluequalifiergid-patch"
            }
        },
        "/tradeTransactions/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/values/{gtmValueQualifierGid}/valueDetails":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmValueQualifierGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions/Lines/Values/Value Details"
                ],
                "summary":"Get Value Details",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactions.lines.values.valueDetails"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-values-{gtmValueQualifierGid}-valueDetails-get",
                "x-filename-id":"tradetransactions-gtmtransactiongid-lines-gtmtransactionlinegid-values-gtmvaluequalifiergid-valuedetails-get"
            }
        },
        "/tradeTransactions/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/values/{gtmValueQualifierGid}/valueDetails/{sequenceNo}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmValueQualifierGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sequenceNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions/Lines/Values/Value Details"
                ],
                "summary":"Get a Value Detail",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactions.lines.values.valueDetails"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-values-{gtmValueQualifierGid}-valueDetails-{sequenceNo}-get",
                "x-filename-id":"tradetransactions-gtmtransactiongid-lines-gtmtransactionlinegid-values-gtmvaluequalifiergid-valuedetails-sequenceno-get"
            }
        },
        "/tradeTransactions/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/percentageValues":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions/Lines/Percentage Values"
                ],
                "summary":"Get Percentage Values",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactions.lines.percentageValues"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-percentageValues-get",
                "x-filename-id":"tradetransactions-gtmtransactiongid-lines-gtmtransactionlinegid-percentagevalues-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Transactions/Lines/Percentage Values"
                ],
                "summary":"Create a Percentage Value",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeTransactions.lines.percentageValues"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradeTransactions.lines.percentageValues"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactions.lines.percentageValues"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactions.lines.percentageValues"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-percentageValues-post",
                "x-filename-id":"tradetransactions-gtmtransactiongid-lines-gtmtransactionlinegid-percentagevalues-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions/Lines/Percentage Values"
                ],
                "summary":"Update Percentage Values",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-percentageValues-patch",
                "x-filename-id":"tradetransactions-gtmtransactiongid-lines-gtmtransactionlinegid-percentagevalues-patch"
            }
        },
        "/tradeTransactions/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/percentageValues/{gtmPercentageValueQualGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmPercentageValueQualGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions/Lines/Percentage Values"
                ],
                "summary":"Get a Percentage Value",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactions.lines.percentageValues"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-percentageValues-{gtmPercentageValueQualGid}-get",
                "x-filename-id":"tradetransactions-gtmtransactiongid-lines-gtmtransactionlinegid-percentagevalues-gtmpercentagevaluequalgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Transactions/Lines/Percentage Values"
                ],
                "summary":"Delete a Percentage Value",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-percentageValues-{gtmPercentageValueQualGid}-delete",
                "x-filename-id":"tradetransactions-gtmtransactiongid-lines-gtmtransactionlinegid-percentagevalues-gtmpercentagevaluequalgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions/Lines/Percentage Values"
                ],
                "summary":"Update a Percentage Value",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-percentageValues-{gtmPercentageValueQualGid}-patch",
                "x-filename-id":"tradetransactions-gtmtransactiongid-lines-gtmtransactionlinegid-percentagevalues-gtmpercentagevaluequalgid-patch"
            }
        },
        "/tradeTransactions/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/textLinks":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions/Lines/Text Links"
                ],
                "summary":"Get Text Links",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactions.lines.textLinks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-textLinks-get",
                "x-filename-id":"tradetransactions-gtmtransactiongid-lines-gtmtransactionlinegid-textlinks-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Transactions/Lines/Text Links"
                ],
                "summary":"Create a Text Link",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeTransactions.lines.textLinks"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradeTransactions.lines.textLinks"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactions.lines.textLinks"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactions.lines.textLinks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-textLinks-post",
                "x-filename-id":"tradetransactions-gtmtransactiongid-lines-gtmtransactionlinegid-textlinks-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions/Lines/Text Links"
                ],
                "summary":"Update Text Links",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-textLinks-patch",
                "x-filename-id":"tradetransactions-gtmtransactiongid-lines-gtmtransactionlinegid-textlinks-patch"
            }
        },
        "/tradeTransactions/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/textLinks/{gtmTransLineTextLinkGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransLineTextLinkGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions/Lines/Text Links"
                ],
                "summary":"Get a Text Link",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactions.lines.textLinks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-textLinks-{gtmTransLineTextLinkGid}-get",
                "x-filename-id":"tradetransactions-gtmtransactiongid-lines-gtmtransactionlinegid-textlinks-gtmtranslinetextlinkgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Transactions/Lines/Text Links"
                ],
                "summary":"Delete a Text Link",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-textLinks-{gtmTransLineTextLinkGid}-delete",
                "x-filename-id":"tradetransactions-gtmtransactiongid-lines-gtmtransactionlinegid-textlinks-gtmtranslinetextlinkgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions/Lines/Text Links"
                ],
                "summary":"Update a Text Link",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-textLinks-{gtmTransLineTextLinkGid}-patch",
                "x-filename-id":"tradetransactions-gtmtransactiongid-lines-gtmtransactionlinegid-textlinks-gtmtranslinetextlinkgid-patch"
            }
        },
        "/tradeTransactions/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/statuses":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions/Lines/Statuses"
                ],
                "summary":"Get Statuses",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactions.lines.statuses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-statuses-get",
                "x-filename-id":"tradetransactions-gtmtransactiongid-lines-gtmtransactionlinegid-statuses-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Transactions/Lines/Statuses"
                ],
                "summary":"Create a Status",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeTransactions.lines.statuses"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradeTransactions.lines.statuses"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactions.lines.statuses"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactions.lines.statuses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-statuses-post",
                "x-filename-id":"tradetransactions-gtmtransactiongid-lines-gtmtransactionlinegid-statuses-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions/Lines/Statuses"
                ],
                "summary":"Update Statuses",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-statuses-patch",
                "x-filename-id":"tradetransactions-gtmtransactiongid-lines-gtmtransactionlinegid-statuses-patch"
            }
        },
        "/tradeTransactions/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/statuses/{statusTypeGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"statusTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions/Lines/Statuses"
                ],
                "summary":"Get a Status",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactions.lines.statuses"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-statuses-{statusTypeGid}-get",
                "x-filename-id":"tradetransactions-gtmtransactiongid-lines-gtmtransactionlinegid-statuses-statustypegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Transactions/Lines/Statuses"
                ],
                "summary":"Delete a Status",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-statuses-{statusTypeGid}-delete",
                "x-filename-id":"tradetransactions-gtmtransactiongid-lines-gtmtransactionlinegid-statuses-statustypegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions/Lines/Statuses"
                ],
                "summary":"Update a Status",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-statuses-{statusTypeGid}-patch",
                "x-filename-id":"tradetransactions-gtmtransactiongid-lines-gtmtransactionlinegid-statuses-statustypegid-patch"
            }
        },
        "/tradeTransactions/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/otherControls":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions/Lines/Other Controls"
                ],
                "summary":"Get Other Controls",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactions.lines.otherControls"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-otherControls-get",
                "x-filename-id":"tradetransactions-gtmtransactiongid-lines-gtmtransactionlinegid-othercontrols-get"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions/Lines/Other Controls"
                ],
                "summary":"Update Other Controls",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-otherControls-patch",
                "x-filename-id":"tradetransactions-gtmtransactiongid-lines-gtmtransactionlinegid-othercontrols-patch"
            }
        },
        "/tradeTransactions/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/otherControls/{gtmTrOtherControlGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTrOtherControlGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions/Lines/Other Controls"
                ],
                "summary":"Get an Other Control",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactions.lines.otherControls"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-otherControls-{gtmTrOtherControlGid}-get",
                "x-filename-id":"tradetransactions-gtmtransactiongid-lines-gtmtransactionlinegid-othercontrols-gtmtrothercontrolgid-get"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions/Lines/Other Controls"
                ],
                "summary":"Update an Other Control",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-otherControls-{gtmTrOtherControlGid}-patch",
                "x-filename-id":"tradetransactions-gtmtransactiongid-lines-gtmtransactionlinegid-othercontrols-gtmtrothercontrolgid-patch"
            }
        },
        "/tradeTransactions/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/remarks":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions/Lines/Remarks"
                ],
                "summary":"Get Remarks",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactions.lines.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-remarks-get",
                "x-filename-id":"tradetransactions-gtmtransactiongid-lines-gtmtransactionlinegid-remarks-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Transactions/Lines/Remarks"
                ],
                "summary":"Create a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeTransactions.lines.remarks"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradeTransactions.lines.remarks"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactions.lines.remarks"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactions.lines.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-remarks-post",
                "x-filename-id":"tradetransactions-gtmtransactiongid-lines-gtmtransactionlinegid-remarks-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions/Lines/Remarks"
                ],
                "summary":"Update Remarks",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-remarks-patch",
                "x-filename-id":"tradetransactions-gtmtransactiongid-lines-gtmtransactionlinegid-remarks-patch"
            }
        },
        "/tradeTransactions/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/remarks/{remarkSequence}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"remarkSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions/Lines/Remarks"
                ],
                "summary":"Get a Remark",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactions.lines.remarks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-remarks-{remarkSequence}-get",
                "x-filename-id":"tradetransactions-gtmtransactiongid-lines-gtmtransactionlinegid-remarks-remarksequence-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Transactions/Lines/Remarks"
                ],
                "summary":"Delete a Remark",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-remarks-{remarkSequence}-delete",
                "x-filename-id":"tradetransactions-gtmtransactiongid-lines-gtmtransactionlinegid-remarks-remarksequence-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions/Lines/Remarks"
                ],
                "summary":"Update a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-remarks-{remarkSequence}-patch",
                "x-filename-id":"tradetransactions-gtmtransactiongid-lines-gtmtransactionlinegid-remarks-remarksequence-patch"
            }
        },
        "/tradeTransactions/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/licenses":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions/Lines/Licenses"
                ],
                "summary":"Get Licenses",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactions.lines.licenses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-licenses-get",
                "x-filename-id":"tradetransactions-gtmtransactiongid-lines-gtmtransactionlinegid-licenses-get"
            }
        },
        "/tradeTransactions/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/licenses/{gtmTransLineLicenseSeq}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransLineLicenseSeq",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions/Lines/Licenses"
                ],
                "summary":"Get a License",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactions.lines.licenses"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-licenses-{gtmTransLineLicenseSeq}-get",
                "x-filename-id":"tradetransactions-gtmtransactiongid-lines-gtmtransactionlinegid-licenses-gtmtranslinelicenseseq-get"
            }
        },
        "/tradeTransactions/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/licenses/{gtmTransLineLicenseSeq}/tradeLicenses":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransLineLicenseSeq",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions/Lines/Licenses/Trade Licenses"
                ],
                "summary":"Get Trade Licenses",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactions.lines.licenses.tradeLicenses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-licenses-{gtmTransLineLicenseSeq}-tradeLicenses-get",
                "x-filename-id":"tradetransactions-gtmtransactiongid-lines-gtmtransactionlinegid-licenses-gtmtranslinelicenseseq-tradelicenses-get"
            }
        },
        "/tradeTransactions/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/licenses/{gtmTransLineLicenseSeq}/tradeLicenses/{licenseGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransLineLicenseSeq",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"licenseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions/Lines/Licenses/Trade Licenses"
                ],
                "summary":"Get a Trade License",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactions.lines.licenses.tradeLicenses"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-licenses-{gtmTransLineLicenseSeq}-tradeLicenses-{licenseGid}-get",
                "x-filename-id":"tradetransactions-gtmtransactiongid-lines-gtmtransactionlinegid-licenses-gtmtranslinelicenseseq-tradelicenses-licensegid-get"
            }
        },
        "/tradeTransactions/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/reqdClassifications":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions/Lines/Required Classifications"
                ],
                "summary":"Get Required Classifications",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactions.lines.reqdClassifications"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-reqdClassifications-get",
                "x-filename-id":"tradetransactions-gtmtransactiongid-lines-gtmtransactionlinegid-reqdclassifications-get"
            }
        },
        "/tradeTransactions/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/reqdClassifications/{gtmProdClassTypeGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmProdClassTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions/Lines/Required Classifications"
                ],
                "summary":"Get a Required Classification",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactions.lines.reqdClassifications"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-reqdClassifications-{gtmProdClassTypeGid}-get",
                "x-filename-id":"tradetransactions-gtmtransactiongid-lines-gtmtransactionlinegid-reqdclassifications-gtmprodclasstypegid-get"
            }
        },
        "/tradeTransactions/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/controlScreens":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions/Lines/Control Screens"
                ],
                "summary":"Get Control Screens",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactions.lines.controlScreens"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-controlScreens-get",
                "x-filename-id":"tradetransactions-gtmtransactiongid-lines-gtmtransactionlinegid-controlscreens-get"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions/Lines/Control Screens"
                ],
                "summary":"Update Control Screens",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-controlScreens-patch",
                "x-filename-id":"tradetransactions-gtmtransactiongid-lines-gtmtransactionlinegid-controlscreens-patch"
            }
        },
        "/tradeTransactions/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/controlScreens/{gtmTrControlScreenGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTrControlScreenGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions/Lines/Control Screens"
                ],
                "summary":"Get a Control Screen",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactions.lines.controlScreens"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-controlScreens-{gtmTrControlScreenGid}-get",
                "x-filename-id":"tradetransactions-gtmtransactiongid-lines-gtmtransactionlinegid-controlscreens-gtmtrcontrolscreengid-get"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions/Lines/Control Screens"
                ],
                "summary":"Update a Control Screen",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-controlScreens-{gtmTrControlScreenGid}-patch",
                "x-filename-id":"tradetransactions-gtmtransactiongid-lines-gtmtransactionlinegid-controlscreens-gtmtrcontrolscreengid-patch"
            }
        },
        "/tradeTransactions/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/reportQuantities":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions/Lines/Report Quantities"
                ],
                "summary":"Get Report Quantities",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactions.lines.reportQuantities"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-reportQuantities-get",
                "x-filename-id":"tradetransactions-gtmtransactiongid-lines-gtmtransactionlinegid-reportquantities-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Transactions/Lines/Report Quantities"
                ],
                "summary":"Create a Report Quantity",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeTransactions.lines.reportQuantities"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradeTransactions.lines.reportQuantities"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactions.lines.reportQuantities"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactions.lines.reportQuantities"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-reportQuantities-post",
                "x-filename-id":"tradetransactions-gtmtransactiongid-lines-gtmtransactionlinegid-reportquantities-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions/Lines/Report Quantities"
                ],
                "summary":"Update Report Quantities",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-reportQuantities-patch",
                "x-filename-id":"tradetransactions-gtmtransactiongid-lines-gtmtransactionlinegid-reportquantities-patch"
            }
        },
        "/tradeTransactions/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/reportQuantities/{gtlrqSeqNum}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtlrqSeqNum",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions/Lines/Report Quantities"
                ],
                "summary":"Get a Report Quantity",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactions.lines.reportQuantities"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-reportQuantities-{gtlrqSeqNum}-get",
                "x-filename-id":"tradetransactions-gtmtransactiongid-lines-gtmtransactionlinegid-reportquantities-gtlrqseqnum-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Transactions/Lines/Report Quantities"
                ],
                "summary":"Delete a Report Quantity",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-reportQuantities-{gtlrqSeqNum}-delete",
                "x-filename-id":"tradetransactions-gtmtransactiongid-lines-gtmtransactionlinegid-reportquantities-gtlrqseqnum-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions/Lines/Report Quantities"
                ],
                "summary":"Update a Report Quantity",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-reportQuantities-{gtlrqSeqNum}-patch",
                "x-filename-id":"tradetransactions-gtmtransactiongid-lines-gtmtransactionlinegid-reportquantities-gtlrqseqnum-patch"
            }
        },
        "/tradeTransactions/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/notes":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions/Lines/Notes"
                ],
                "summary":"Get Notes",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactions.lines.notes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-notes-get",
                "x-filename-id":"tradetransactions-gtmtransactiongid-lines-gtmtransactionlinegid-notes-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Transactions/Lines/Notes"
                ],
                "summary":"Create a Note",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeTransactions.lines.notes"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradeTransactions.lines.notes"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactions.lines.notes"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactions.lines.notes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-notes-post",
                "x-filename-id":"tradetransactions-gtmtransactiongid-lines-gtmtransactionlinegid-notes-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions/Lines/Notes"
                ],
                "summary":"Update Notes",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-notes-patch",
                "x-filename-id":"tradetransactions-gtmtransactiongid-lines-gtmtransactionlinegid-notes-patch"
            }
        },
        "/tradeTransactions/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/notes/{noteSequenceNo}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"noteSequenceNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions/Lines/Notes"
                ],
                "summary":"Get a Note",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactions.lines.notes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-notes-{noteSequenceNo}-get",
                "x-filename-id":"tradetransactions-gtmtransactiongid-lines-gtmtransactionlinegid-notes-notesequenceno-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Transactions/Lines/Notes"
                ],
                "summary":"Delete a Note",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-notes-{noteSequenceNo}-delete",
                "x-filename-id":"tradetransactions-gtmtransactiongid-lines-gtmtransactionlinegid-notes-notesequenceno-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions/Lines/Notes"
                ],
                "summary":"Update a Note",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-notes-{noteSequenceNo}-patch",
                "x-filename-id":"tradetransactions-gtmtransactiongid-lines-gtmtransactionlinegid-notes-notesequenceno-patch"
            }
        },
        "/tradeTransactions/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/codes":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions/Lines/Codes"
                ],
                "summary":"Get Codes",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactions.lines.codes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-codes-get",
                "x-filename-id":"tradetransactions-gtmtransactiongid-lines-gtmtransactionlinegid-codes-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Transactions/Lines/Codes"
                ],
                "summary":"Create a Code",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeTransactions.lines.codes"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradeTransactions.lines.codes"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactions.lines.codes"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactions.lines.codes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-codes-post",
                "x-filename-id":"tradetransactions-gtmtransactiongid-lines-gtmtransactionlinegid-codes-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions/Lines/Codes"
                ],
                "summary":"Update Codes",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-codes-patch",
                "x-filename-id":"tradetransactions-gtmtransactiongid-lines-gtmtransactionlinegid-codes-patch"
            }
        },
        "/tradeTransactions/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/codes/{gtmTypeGidxgtmCode}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTypeGidxgtmCode",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions/Lines/Codes"
                ],
                "summary":"Get a Code",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactions.lines.codes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-codes-{gtmTypeGidxgtmCode}-get",
                "x-filename-id":"tradetransactions-gtmtransactiongid-lines-gtmtransactionlinegid-codes-gtmtypegidxgtmcode-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Transactions/Lines/Codes"
                ],
                "summary":"Delete a Code",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-codes-{gtmTypeGidxgtmCode}-delete",
                "x-filename-id":"tradetransactions-gtmtransactiongid-lines-gtmtransactionlinegid-codes-gtmtypegidxgtmcode-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions/Lines/Codes"
                ],
                "summary":"Update a Code",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-codes-{gtmTypeGidxgtmCode}-patch",
                "x-filename-id":"tradetransactions-gtmtransactiongid-lines-gtmtransactionlinegid-codes-gtmtypegidxgtmcode-patch"
            }
        },
        "/tradeTransactions/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/dates":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions/Lines/Dates"
                ],
                "summary":"Get Dates",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactions.lines.dates"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-dates-get",
                "x-filename-id":"tradetransactions-gtmtransactiongid-lines-gtmtransactionlinegid-dates-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Transactions/Lines/Dates"
                ],
                "summary":"Create a Date",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeTransactions.lines.dates"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradeTransactions.lines.dates"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactions.lines.dates"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactions.lines.dates"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-dates-post",
                "x-filename-id":"tradetransactions-gtmtransactiongid-lines-gtmtransactionlinegid-dates-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions/Lines/Dates"
                ],
                "summary":"Update Dates",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-dates-patch",
                "x-filename-id":"tradetransactions-gtmtransactiongid-lines-gtmtransactionlinegid-dates-patch"
            }
        },
        "/tradeTransactions/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/dates/{dateQualifierGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"dateQualifierGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions/Lines/Dates"
                ],
                "summary":"Get a Date",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactions.lines.dates"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-dates-{dateQualifierGid}-get",
                "x-filename-id":"tradetransactions-gtmtransactiongid-lines-gtmtransactionlinegid-dates-datequalifiergid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Transactions/Lines/Dates"
                ],
                "summary":"Delete a Date",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-dates-{dateQualifierGid}-delete",
                "x-filename-id":"tradetransactions-gtmtransactiongid-lines-gtmtransactionlinegid-dates-datequalifiergid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions/Lines/Dates"
                ],
                "summary":"Update a Date",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-dates-{dateQualifierGid}-patch",
                "x-filename-id":"tradetransactions-gtmtransactiongid-lines-gtmtransactionlinegid-dates-datequalifiergid-patch"
            }
        },
        "/tradeTransactions/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/partyScreens":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions/Lines/Party Screens"
                ],
                "summary":"Get Party Screens",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactions.lines.partyScreens"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-partyScreens-get",
                "x-filename-id":"tradetransactions-gtmtransactiongid-lines-gtmtransactionlinegid-partyscreens-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Transactions/Lines/Party Screens"
                ],
                "summary":"Create a Party Screen",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeTransactions.lines.partyScreens"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradeTransactions.lines.partyScreens"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactions.lines.partyScreens"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactions.lines.partyScreens"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-partyScreens-post",
                "x-filename-id":"tradetransactions-gtmtransactiongid-lines-gtmtransactionlinegid-partyscreens-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions/Lines/Party Screens"
                ],
                "summary":"Update Party Screens",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-partyScreens-patch",
                "x-filename-id":"tradetransactions-gtmtransactiongid-lines-gtmtransactionlinegid-partyscreens-patch"
            }
        },
        "/tradeTransactions/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/partyScreens/{gtmTrPartyScreenGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTrPartyScreenGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions/Lines/Party Screens"
                ],
                "summary":"Get a Party Screen",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactions.lines.partyScreens"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-partyScreens-{gtmTrPartyScreenGid}-get",
                "x-filename-id":"tradetransactions-gtmtransactiongid-lines-gtmtransactionlinegid-partyscreens-gtmtrpartyscreengid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Transactions/Lines/Party Screens"
                ],
                "summary":"Delete a Party Screen",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-partyScreens-{gtmTrPartyScreenGid}-delete",
                "x-filename-id":"tradetransactions-gtmtransactiongid-lines-gtmtransactionlinegid-partyscreens-gtmtrpartyscreengid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions/Lines/Party Screens"
                ],
                "summary":"Update a Party Screen",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-partyScreens-{gtmTrPartyScreenGid}-patch",
                "x-filename-id":"tradetransactions-gtmtransactiongid-lines-gtmtransactionlinegid-partyscreens-gtmtrpartyscreengid-patch"
            }
        },
        "/tradeTransactions/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/prodClassifications":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions/Lines/Product Classifications"
                ],
                "summary":"Get Product Classifications",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactions.lines.prodClassifications"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-prodClassifications-get",
                "x-filename-id":"tradetransactions-gtmtransactiongid-lines-gtmtransactionlinegid-prodclassifications-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Transactions/Lines/Product Classifications"
                ],
                "summary":"Create a Product Classification",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeTransactions.lines.prodClassifications"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradeTransactions.lines.prodClassifications"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactions.lines.prodClassifications"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactions.lines.prodClassifications"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-prodClassifications-post",
                "x-filename-id":"tradetransactions-gtmtransactiongid-lines-gtmtransactionlinegid-prodclassifications-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions/Lines/Product Classifications"
                ],
                "summary":"Update Product Classifications",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-prodClassifications-patch",
                "x-filename-id":"tradetransactions-gtmtransactiongid-lines-gtmtransactionlinegid-prodclassifications-patch"
            }
        },
        "/tradeTransactions/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/prodClassifications/{gtmTrProdClassificationGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTrProdClassificationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions/Lines/Product Classifications"
                ],
                "summary":"Get a Product Classification",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactions.lines.prodClassifications"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-prodClassifications-{gtmTrProdClassificationGid}-get",
                "x-filename-id":"tradetransactions-gtmtransactiongid-lines-gtmtransactionlinegid-prodclassifications-gtmtrprodclassificationgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Transactions/Lines/Product Classifications"
                ],
                "summary":"Delete a Product Classification",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-prodClassifications-{gtmTrProdClassificationGid}-delete",
                "x-filename-id":"tradetransactions-gtmtransactiongid-lines-gtmtransactionlinegid-prodclassifications-gtmtrprodclassificationgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions/Lines/Product Classifications"
                ],
                "summary":"Update a Product Classification",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-prodClassifications-{gtmTrProdClassificationGid}-patch",
                "x-filename-id":"tradetransactions-gtmtransactiongid-lines-gtmtransactionlinegid-prodclassifications-gtmtrprodclassificationgid-patch"
            }
        },
        "/tradeTransactions/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/involvedParties":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions/Lines/Involved Parties"
                ],
                "summary":"Get Involved Parties",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactions.lines.involvedParties"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-involvedParties-get",
                "x-filename-id":"tradetransactions-gtmtransactiongid-lines-gtmtransactionlinegid-involvedparties-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Transactions/Lines/Involved Parties"
                ],
                "summary":"Create an Involved Party",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeTransactions.lines.involvedParties"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradeTransactions.lines.involvedParties"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactions.lines.involvedParties"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactions.lines.involvedParties"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-involvedParties-post",
                "x-filename-id":"tradetransactions-gtmtransactiongid-lines-gtmtransactionlinegid-involvedparties-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions/Lines/Involved Parties"
                ],
                "summary":"Update Involved Parties",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-involvedParties-patch",
                "x-filename-id":"tradetransactions-gtmtransactiongid-lines-gtmtransactionlinegid-involvedparties-patch"
            }
        },
        "/tradeTransactions/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/involvedParties/{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions/Lines/Involved Parties"
                ],
                "summary":"Get an Involved Party",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactions.lines.involvedParties"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-get",
                "x-filename-id":"tradetransactions-gtmtransactiongid-lines-gtmtransactionlinegid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Transactions/Lines/Involved Parties"
                ],
                "summary":"Delete an Involved Party",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-delete",
                "x-filename-id":"tradetransactions-gtmtransactiongid-lines-gtmtransactionlinegid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions/Lines/Involved Parties"
                ],
                "summary":"Update an Involved Party",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-patch",
                "x-filename-id":"tradetransactions-gtmtransactiongid-lines-gtmtransactionlinegid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-patch"
            }
        },
        "/tradeTransactions/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/sanctions":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions/Lines/Sanctions"
                ],
                "summary":"Get Sanctions",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactions.lines.sanctions"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-sanctions-get",
                "x-filename-id":"tradetransactions-gtmtransactiongid-lines-gtmtransactionlinegid-sanctions-get"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions/Lines/Sanctions"
                ],
                "summary":"Update Sanctions",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-sanctions-patch",
                "x-filename-id":"tradetransactions-gtmtransactiongid-lines-gtmtransactionlinegid-sanctions-patch"
            }
        },
        "/tradeTransactions/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/sanctions/{gtmTrSanctionGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTrSanctionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions/Lines/Sanctions"
                ],
                "summary":"Get a Sanction",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactions.lines.sanctions"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-sanctions-{gtmTrSanctionGid}-get",
                "x-filename-id":"tradetransactions-gtmtransactiongid-lines-gtmtransactionlinegid-sanctions-gtmtrsanctiongid-get"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions/Lines/Sanctions"
                ],
                "summary":"Update a Sanction",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-sanctions-{gtmTrSanctionGid}-patch",
                "x-filename-id":"tradetransactions-gtmtransactiongid-lines-gtmtransactionlinegid-sanctions-gtmtrsanctiongid-patch"
            }
        },
        "/tradeTransactions/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/reqdocLinks":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions/Lines/Required Document Links"
                ],
                "summary":"Get Required Document Links",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactions.lines.reqdocLinks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-reqdocLinks-get",
                "x-filename-id":"tradetransactions-gtmtransactiongid-lines-gtmtransactionlinegid-reqdoclinks-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Transactions/Lines/Required Document Links"
                ],
                "summary":"Create a Required Document Link",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeTransactions.lines.reqdocLinks"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradeTransactions.lines.reqdocLinks"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactions.lines.reqdocLinks"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactions.lines.reqdocLinks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-reqdocLinks-post",
                "x-filename-id":"tradetransactions-gtmtransactiongid-lines-gtmtransactionlinegid-reqdoclinks-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions/Lines/Required Document Links"
                ],
                "summary":"Update Required Document Links",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-reqdocLinks-patch",
                "x-filename-id":"tradetransactions-gtmtransactiongid-lines-gtmtransactionlinegid-reqdoclinks-patch"
            }
        },
        "/tradeTransactions/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/reqdocLinks/{gtmTransLineReqdocLinkGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransLineReqdocLinkGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions/Lines/Required Document Links"
                ],
                "summary":"Get a Required Document Link",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactions.lines.reqdocLinks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-reqdocLinks-{gtmTransLineReqdocLinkGid}-get",
                "x-filename-id":"tradetransactions-gtmtransactiongid-lines-gtmtransactionlinegid-reqdoclinks-gtmtranslinereqdoclinkgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Transactions/Lines/Required Document Links"
                ],
                "summary":"Delete a Required Document Link",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-reqdocLinks-{gtmTransLineReqdocLinkGid}-delete",
                "x-filename-id":"tradetransactions-gtmtransactiongid-lines-gtmtransactionlinegid-reqdoclinks-gtmtranslinereqdoclinkgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions/Lines/Required Document Links"
                ],
                "summary":"Update a Required Document Link",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-reqdocLinks-{gtmTransLineReqdocLinkGid}-patch",
                "x-filename-id":"tradetransactions-gtmtransactiongid-lines-gtmtransactionlinegid-reqdoclinks-gtmtranslinereqdoclinkgid-patch"
            }
        },
        "/tradeTransactions/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/baseAmounts":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions/Lines/Base Amounts"
                ],
                "summary":"Get Base Amounts",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactions.lines.baseAmounts"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-baseAmounts-get",
                "x-filename-id":"tradetransactions-gtmtransactiongid-lines-gtmtransactionlinegid-baseamounts-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Transactions/Lines/Base Amounts"
                ],
                "summary":"Create a Base Amount",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeTransactions.lines.baseAmounts"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradeTransactions.lines.baseAmounts"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactions.lines.baseAmounts"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactions.lines.baseAmounts"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-baseAmounts-post",
                "x-filename-id":"tradetransactions-gtmtransactiongid-lines-gtmtransactionlinegid-baseamounts-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions/Lines/Base Amounts"
                ],
                "summary":"Update Base Amounts",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-baseAmounts-patch",
                "x-filename-id":"tradetransactions-gtmtransactiongid-lines-gtmtransactionlinegid-baseamounts-patch"
            }
        },
        "/tradeTransactions/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/baseAmounts/{gtmBaseAmountTypeGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmBaseAmountTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions/Lines/Base Amounts"
                ],
                "summary":"Get a Base Amount",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactions.lines.baseAmounts"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-baseAmounts-{gtmBaseAmountTypeGid}-get",
                "x-filename-id":"tradetransactions-gtmtransactiongid-lines-gtmtransactionlinegid-baseamounts-gtmbaseamounttypegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Transactions/Lines/Base Amounts"
                ],
                "summary":"Delete a Base Amount",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-baseAmounts-{gtmBaseAmountTypeGid}-delete",
                "x-filename-id":"tradetransactions-gtmtransactiongid-lines-gtmtransactionlinegid-baseamounts-gtmbaseamounttypegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions/Lines/Base Amounts"
                ],
                "summary":"Update a Base Amount",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-baseAmounts-{gtmBaseAmountTypeGid}-patch",
                "x-filename-id":"tradetransactions-gtmtransactiongid-lines-gtmtransactionlinegid-baseamounts-gtmbaseamounttypegid-patch"
            }
        },
        "/tradeTransactions/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/refnums":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions/Lines/Reference Numbers"
                ],
                "summary":"Get Reference Numbers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactions.lines.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-refnums-get",
                "x-filename-id":"tradetransactions-gtmtransactiongid-lines-gtmtransactionlinegid-refnums-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Transactions/Lines/Reference Numbers"
                ],
                "summary":"Create a Reference Number",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeTransactions.lines.refnums"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradeTransactions.lines.refnums"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactions.lines.refnums"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactions.lines.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-refnums-post",
                "x-filename-id":"tradetransactions-gtmtransactiongid-lines-gtmtransactionlinegid-refnums-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions/Lines/Reference Numbers"
                ],
                "summary":"Update Reference Numbers",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-refnums-patch",
                "x-filename-id":"tradetransactions-gtmtransactiongid-lines-gtmtransactionlinegid-refnums-patch"
            }
        },
        "/tradeTransactions/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/refnums/{gtmTranslineRefnumQualGidxrefnumValue}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTranslineRefnumQualGidxrefnumValue",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions/Lines/Reference Numbers"
                ],
                "summary":"Get a Reference Number",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactions.lines.refnums"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-refnums-{gtmTranslineRefnumQualGidxrefnumValue}-get",
                "x-filename-id":"tradetransactions-gtmtransactiongid-lines-gtmtransactionlinegid-refnums-gtmtranslinerefnumqualgidxrefnumvalue-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Transactions/Lines/Reference Numbers"
                ],
                "summary":"Delete a Reference Number",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-refnums-{gtmTranslineRefnumQualGidxrefnumValue}-delete",
                "x-filename-id":"tradetransactions-gtmtransactiongid-lines-gtmtransactionlinegid-refnums-gtmtranslinerefnumqualgidxrefnumvalue-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions/Lines/Reference Numbers"
                ],
                "summary":"Update a Reference Number",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-refnums-{gtmTranslineRefnumQualGidxrefnumValue}-patch",
                "x-filename-id":"tradetransactions-gtmtransactiongid-lines-gtmtransactionlinegid-refnums-gtmtranslinerefnumqualgidxrefnumvalue-patch"
            }
        },
        "/tradeTransactions/{gtmTransactionGid}/remarks":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions/Remarks"
                ],
                "summary":"Get Remarks",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactions.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-remarks-get",
                "x-filename-id":"tradetransactions-gtmtransactiongid-remarks-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Transactions/Remarks"
                ],
                "summary":"Create a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeTransactions.remarks"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradeTransactions.remarks"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactions.remarks"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactions.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-remarks-post",
                "x-filename-id":"tradetransactions-gtmtransactiongid-remarks-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions/Remarks"
                ],
                "summary":"Update Remarks",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-remarks-patch",
                "x-filename-id":"tradetransactions-gtmtransactiongid-remarks-patch"
            }
        },
        "/tradeTransactions/{gtmTransactionGid}/remarks/{remarkSequence}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"remarkSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions/Remarks"
                ],
                "summary":"Get a Remark",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactions.remarks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-remarks-{remarkSequence}-get",
                "x-filename-id":"tradetransactions-gtmtransactiongid-remarks-remarksequence-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Transactions/Remarks"
                ],
                "summary":"Delete a Remark",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-remarks-{remarkSequence}-delete",
                "x-filename-id":"tradetransactions-gtmtransactiongid-remarks-remarksequence-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions/Remarks"
                ],
                "summary":"Update a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-remarks-{remarkSequence}-patch",
                "x-filename-id":"tradetransactions-gtmtransactiongid-remarks-remarksequence-patch"
            }
        },
        "/tradeTransactions/{gtmTransactionGid}/reqdocs":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions/Required Documents"
                ],
                "summary":"Get Required Documents",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactions.reqdocs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-reqdocs-get",
                "x-filename-id":"tradetransactions-gtmtransactiongid-reqdocs-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Transactions/Required Documents"
                ],
                "summary":"Create a Required Document",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeTransactions.reqdocs"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradeTransactions.reqdocs"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactions.reqdocs"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactions.reqdocs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-reqdocs-post",
                "x-filename-id":"tradetransactions-gtmtransactiongid-reqdocs-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions/Required Documents"
                ],
                "summary":"Update Required Documents",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-reqdocs-patch",
                "x-filename-id":"tradetransactions-gtmtransactiongid-reqdocs-patch"
            }
        },
        "/tradeTransactions/{gtmTransactionGid}/reqdocs/{documentDefGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions/Required Documents"
                ],
                "summary":"Get a Required Document",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactions.reqdocs"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-reqdocs-{documentDefGid}-get",
                "x-filename-id":"tradetransactions-gtmtransactiongid-reqdocs-documentdefgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Transactions/Required Documents"
                ],
                "summary":"Delete a Required Document",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-reqdocs-{documentDefGid}-delete",
                "x-filename-id":"tradetransactions-gtmtransactiongid-reqdocs-documentdefgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions/Required Documents"
                ],
                "summary":"Update a Required Document",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-reqdocs-{documentDefGid}-patch",
                "x-filename-id":"tradetransactions-gtmtransactiongid-reqdocs-documentdefgid-patch"
            }
        },
        "/tradeTransactions/{gtmTransactionGid}/reqdocs/{documentDefGid}/reviewers":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions/Required Documents/Reviewers"
                ],
                "summary":"Get Reviewers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactions.reqdocs.reviewers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-reqdocs-{documentDefGid}-reviewers-get",
                "x-filename-id":"tradetransactions-gtmtransactiongid-reqdocs-documentdefgid-reviewers-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Transactions/Required Documents/Reviewers"
                ],
                "summary":"Create a Reviewer",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeTransactions.reqdocs.reviewers"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradeTransactions.reqdocs.reviewers"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactions.reqdocs.reviewers"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactions.reqdocs.reviewers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-reqdocs-{documentDefGid}-reviewers-post",
                "x-filename-id":"tradetransactions-gtmtransactiongid-reqdocs-documentdefgid-reviewers-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions/Required Documents/Reviewers"
                ],
                "summary":"Update Reviewers",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-reqdocs-{documentDefGid}-reviewers-patch",
                "x-filename-id":"tradetransactions-gtmtransactiongid-reqdocs-documentdefgid-reviewers-patch"
            }
        },
        "/tradeTransactions/{gtmTransactionGid}/reqdocs/{documentDefGid}/reviewers/{contactGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"contactGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions/Required Documents/Reviewers"
                ],
                "summary":"Get a Reviewer",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactions.reqdocs.reviewers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-reqdocs-{documentDefGid}-reviewers-{contactGid}-get",
                "x-filename-id":"tradetransactions-gtmtransactiongid-reqdocs-documentdefgid-reviewers-contactgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Transactions/Required Documents/Reviewers"
                ],
                "summary":"Delete a Reviewer",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-reqdocs-{documentDefGid}-reviewers-{contactGid}-delete",
                "x-filename-id":"tradetransactions-gtmtransactiongid-reqdocs-documentdefgid-reviewers-contactgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions/Required Documents/Reviewers"
                ],
                "summary":"Update a Reviewer",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-reqdocs-{documentDefGid}-reviewers-{contactGid}-patch",
                "x-filename-id":"tradetransactions-gtmtransactiongid-reqdocs-documentdefgid-reviewers-contactgid-patch"
            }
        },
        "/tradeTransactions/{gtmTransactionGid}/reqdocs/{documentDefGid}/texts":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions/Required Documents/Texts"
                ],
                "summary":"Get Texts",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactions.reqdocs.texts"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-reqdocs-{documentDefGid}-texts-get",
                "x-filename-id":"tradetransactions-gtmtransactiongid-reqdocs-documentdefgid-texts-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Transactions/Required Documents/Texts"
                ],
                "summary":"Create a Text",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeTransactions.reqdocs.texts"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradeTransactions.reqdocs.texts"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactions.reqdocs.texts"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactions.reqdocs.texts"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-reqdocs-{documentDefGid}-texts-post",
                "x-filename-id":"tradetransactions-gtmtransactiongid-reqdocs-documentdefgid-texts-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions/Required Documents/Texts"
                ],
                "summary":"Update Texts",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-reqdocs-{documentDefGid}-texts-patch",
                "x-filename-id":"tradetransactions-gtmtransactiongid-reqdocs-documentdefgid-texts-patch"
            }
        },
        "/tradeTransactions/{gtmTransactionGid}/reqdocs/{documentDefGid}/texts/{textTemplateGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"textTemplateGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions/Required Documents/Texts"
                ],
                "summary":"Get a Text",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactions.reqdocs.texts"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-reqdocs-{documentDefGid}-texts-{textTemplateGid}-get",
                "x-filename-id":"tradetransactions-gtmtransactiongid-reqdocs-documentdefgid-texts-texttemplategid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Transactions/Required Documents/Texts"
                ],
                "summary":"Delete a Text",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-reqdocs-{documentDefGid}-texts-{textTemplateGid}-delete",
                "x-filename-id":"tradetransactions-gtmtransactiongid-reqdocs-documentdefgid-texts-texttemplategid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions/Required Documents/Texts"
                ],
                "summary":"Update a Text",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-reqdocs-{documentDefGid}-texts-{textTemplateGid}-patch",
                "x-filename-id":"tradetransactions-gtmtransactiongid-reqdocs-documentdefgid-texts-texttemplategid-patch"
            }
        },
        "/tradeTransactions/{gtmTransactionGid}/reqdocs/{documentDefGid}/references":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions/Required Documents/References"
                ],
                "summary":"Get References",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactions.reqdocs.references"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-reqdocs-{documentDefGid}-references-get",
                "x-filename-id":"tradetransactions-gtmtransactiongid-reqdocs-documentdefgid-references-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Transactions/Required Documents/References"
                ],
                "summary":"Create a Reference",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeTransactions.reqdocs.references"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradeTransactions.reqdocs.references"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactions.reqdocs.references"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactions.reqdocs.references"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-reqdocs-{documentDefGid}-references-post",
                "x-filename-id":"tradetransactions-gtmtransactiongid-reqdocs-documentdefgid-references-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions/Required Documents/References"
                ],
                "summary":"Update References",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-reqdocs-{documentDefGid}-references-patch",
                "x-filename-id":"tradetransactions-gtmtransactiongid-reqdocs-documentdefgid-references-patch"
            }
        },
        "/tradeTransactions/{gtmTransactionGid}/reqdocs/{documentDefGid}/references/{sequenceNo}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sequenceNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions/Required Documents/References"
                ],
                "summary":"Get a Reference",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactions.reqdocs.references"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-reqdocs-{documentDefGid}-references-{sequenceNo}-get",
                "x-filename-id":"tradetransactions-gtmtransactiongid-reqdocs-documentdefgid-references-sequenceno-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Transactions/Required Documents/References"
                ],
                "summary":"Delete a Reference",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-reqdocs-{documentDefGid}-references-{sequenceNo}-delete",
                "x-filename-id":"tradetransactions-gtmtransactiongid-reqdocs-documentdefgid-references-sequenceno-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions/Required Documents/References"
                ],
                "summary":"Update a Reference",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-reqdocs-{documentDefGid}-references-{sequenceNo}-patch",
                "x-filename-id":"tradetransactions-gtmtransactiongid-reqdocs-documentdefgid-references-sequenceno-patch"
            }
        },
        "/tradeTransactions/{gtmTransactionGid}/reqdocs/{documentDefGid}/docs":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions/Required Documents/Documents"
                ],
                "summary":"Get Documents",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactions.reqdocs.docs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-reqdocs-{documentDefGid}-docs-get",
                "x-filename-id":"tradetransactions-gtmtransactiongid-reqdocs-documentdefgid-docs-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Transactions/Required Documents/Documents"
                ],
                "summary":"Create a Document",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeTransactions.reqdocs.docs"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradeTransactions.reqdocs.docs"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactions.reqdocs.docs"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactions.reqdocs.docs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-reqdocs-{documentDefGid}-docs-post",
                "x-filename-id":"tradetransactions-gtmtransactiongid-reqdocs-documentdefgid-docs-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions/Required Documents/Documents"
                ],
                "summary":"Update Documents",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-reqdocs-{documentDefGid}-docs-patch",
                "x-filename-id":"tradetransactions-gtmtransactiongid-reqdocs-documentdefgid-docs-patch"
            }
        },
        "/tradeTransactions/{gtmTransactionGid}/reqdocs/{documentDefGid}/docs/{documentGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions/Required Documents/Documents"
                ],
                "summary":"Get a Document",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactions.reqdocs.docs"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-reqdocs-{documentDefGid}-docs-{documentGid}-get",
                "x-filename-id":"tradetransactions-gtmtransactiongid-reqdocs-documentdefgid-docs-documentgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Transactions/Required Documents/Documents"
                ],
                "summary":"Delete a Document",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-reqdocs-{documentDefGid}-docs-{documentGid}-delete",
                "x-filename-id":"tradetransactions-gtmtransactiongid-reqdocs-documentdefgid-docs-documentgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions/Required Documents/Documents"
                ],
                "summary":"Update a Document",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-reqdocs-{documentDefGid}-docs-{documentGid}-patch",
                "x-filename-id":"tradetransactions-gtmtransactiongid-reqdocs-documentdefgid-docs-documentgid-patch"
            }
        },
        "/tradeTransactions/{gtmTransactionGid}/reqdocs/{documentDefGid}/docs/{documentGid}/reviews":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions/Required Documents/Documents/Reviews"
                ],
                "summary":"Get Reviews",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactions.reqdocs.docs.reviews"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-reqdocs-{documentDefGid}-docs-{documentGid}-reviews-get",
                "x-filename-id":"tradetransactions-gtmtransactiongid-reqdocs-documentdefgid-docs-documentgid-reviews-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Transactions/Required Documents/Documents/Reviews"
                ],
                "summary":"Create a Review",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeTransactions.reqdocs.docs.reviews"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradeTransactions.reqdocs.docs.reviews"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactions.reqdocs.docs.reviews"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactions.reqdocs.docs.reviews"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-reqdocs-{documentDefGid}-docs-{documentGid}-reviews-post",
                "x-filename-id":"tradetransactions-gtmtransactiongid-reqdocs-documentdefgid-docs-documentgid-reviews-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions/Required Documents/Documents/Reviews"
                ],
                "summary":"Update Reviews",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-reqdocs-{documentDefGid}-docs-{documentGid}-reviews-patch",
                "x-filename-id":"tradetransactions-gtmtransactiongid-reqdocs-documentdefgid-docs-documentgid-reviews-patch"
            }
        },
        "/tradeTransactions/{gtmTransactionGid}/reqdocs/{documentDefGid}/docs/{documentGid}/reviews/{contactGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"contactGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions/Required Documents/Documents/Reviews"
                ],
                "summary":"Get a Review",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactions.reqdocs.docs.reviews"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-reqdocs-{documentDefGid}-docs-{documentGid}-reviews-{contactGid}-get",
                "x-filename-id":"tradetransactions-gtmtransactiongid-reqdocs-documentdefgid-docs-documentgid-reviews-contactgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Transactions/Required Documents/Documents/Reviews"
                ],
                "summary":"Delete a Review",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-reqdocs-{documentDefGid}-docs-{documentGid}-reviews-{contactGid}-delete",
                "x-filename-id":"tradetransactions-gtmtransactiongid-reqdocs-documentdefgid-docs-documentgid-reviews-contactgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions/Required Documents/Documents/Reviews"
                ],
                "summary":"Update a Review",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-reqdocs-{documentDefGid}-docs-{documentGid}-reviews-{contactGid}-patch",
                "x-filename-id":"tradetransactions-gtmtransactiongid-reqdocs-documentdefgid-docs-documentgid-reviews-contactgid-patch"
            }
        },
        "/tradeTransactions/{gtmTransactionGid}/reqdocs/{documentDefGid}/subscribers":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions/Required Documents/Subscribers"
                ],
                "summary":"Get Subscribers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactions.reqdocs.subscribers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-reqdocs-{documentDefGid}-subscribers-get",
                "x-filename-id":"tradetransactions-gtmtransactiongid-reqdocs-documentdefgid-subscribers-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Transactions/Required Documents/Subscribers"
                ],
                "summary":"Create a Subscriber",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeTransactions.reqdocs.subscribers"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradeTransactions.reqdocs.subscribers"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactions.reqdocs.subscribers"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactions.reqdocs.subscribers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-reqdocs-{documentDefGid}-subscribers-post",
                "x-filename-id":"tradetransactions-gtmtransactiongid-reqdocs-documentdefgid-subscribers-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions/Required Documents/Subscribers"
                ],
                "summary":"Update Subscribers",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-reqdocs-{documentDefGid}-subscribers-patch",
                "x-filename-id":"tradetransactions-gtmtransactiongid-reqdocs-documentdefgid-subscribers-patch"
            }
        },
        "/tradeTransactions/{gtmTransactionGid}/reqdocs/{documentDefGid}/subscribers/{contactGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"contactGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions/Required Documents/Subscribers"
                ],
                "summary":"Get a Subscriber",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactions.reqdocs.subscribers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-reqdocs-{documentDefGid}-subscribers-{contactGid}-get",
                "x-filename-id":"tradetransactions-gtmtransactiongid-reqdocs-documentdefgid-subscribers-contactgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Transactions/Required Documents/Subscribers"
                ],
                "summary":"Delete a Subscriber",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-reqdocs-{documentDefGid}-subscribers-{contactGid}-delete",
                "x-filename-id":"tradetransactions-gtmtransactiongid-reqdocs-documentdefgid-subscribers-contactgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions/Required Documents/Subscribers"
                ],
                "summary":"Update a Subscriber",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-reqdocs-{documentDefGid}-subscribers-{contactGid}-patch",
                "x-filename-id":"tradetransactions-gtmtransactiongid-reqdocs-documentdefgid-subscribers-contactgid-patch"
            }
        },
        "/tradeTransactions/{gtmTransactionGid}/reqdocs/{documentDefGid}/statuses":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions/Required Documents/Statuses"
                ],
                "summary":"Get Statuses",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactions.reqdocs.statuses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-reqdocs-{documentDefGid}-statuses-get",
                "x-filename-id":"tradetransactions-gtmtransactiongid-reqdocs-documentdefgid-statuses-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Transactions/Required Documents/Statuses"
                ],
                "summary":"Create a Status",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeTransactions.reqdocs.statuses"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradeTransactions.reqdocs.statuses"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactions.reqdocs.statuses"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactions.reqdocs.statuses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-reqdocs-{documentDefGid}-statuses-post",
                "x-filename-id":"tradetransactions-gtmtransactiongid-reqdocs-documentdefgid-statuses-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions/Required Documents/Statuses"
                ],
                "summary":"Update Statuses",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-reqdocs-{documentDefGid}-statuses-patch",
                "x-filename-id":"tradetransactions-gtmtransactiongid-reqdocs-documentdefgid-statuses-patch"
            }
        },
        "/tradeTransactions/{gtmTransactionGid}/reqdocs/{documentDefGid}/statuses/{statusTypeGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"statusTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions/Required Documents/Statuses"
                ],
                "summary":"Get a Status",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactions.reqdocs.statuses"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-reqdocs-{documentDefGid}-statuses-{statusTypeGid}-get",
                "x-filename-id":"tradetransactions-gtmtransactiongid-reqdocs-documentdefgid-statuses-statustypegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Transactions/Required Documents/Statuses"
                ],
                "summary":"Delete a Status",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-reqdocs-{documentDefGid}-statuses-{statusTypeGid}-delete",
                "x-filename-id":"tradetransactions-gtmtransactiongid-reqdocs-documentdefgid-statuses-statustypegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions/Required Documents/Statuses"
                ],
                "summary":"Update a Status",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-reqdocs-{documentDefGid}-statuses-{statusTypeGid}-patch",
                "x-filename-id":"tradetransactions-gtmtransactiongid-reqdocs-documentdefgid-statuses-statustypegid-patch"
            }
        },
        "/tradeTransactions/{gtmTransactionGid}/refnums":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions/Reference Numbers"
                ],
                "summary":"Get Reference Numbers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactions.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-refnums-get",
                "x-filename-id":"tradetransactions-gtmtransactiongid-refnums-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Transactions/Reference Numbers"
                ],
                "summary":"Create a Reference Number",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeTransactions.refnums"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradeTransactions.refnums"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactions.refnums"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactions.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-refnums-post",
                "x-filename-id":"tradetransactions-gtmtransactiongid-refnums-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions/Reference Numbers"
                ],
                "summary":"Update Reference Numbers",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-refnums-patch",
                "x-filename-id":"tradetransactions-gtmtransactiongid-refnums-patch"
            }
        },
        "/tradeTransactions/{gtmTransactionGid}/refnums/{gtmTransRefnumQualGidxrefnumValue}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransRefnumQualGidxrefnumValue",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions/Reference Numbers"
                ],
                "summary":"Get a Reference Number",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactions.refnums"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-refnums-{gtmTransRefnumQualGidxrefnumValue}-get",
                "x-filename-id":"tradetransactions-gtmtransactiongid-refnums-gtmtransrefnumqualgidxrefnumvalue-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Transactions/Reference Numbers"
                ],
                "summary":"Delete a Reference Number",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-refnums-{gtmTransRefnumQualGidxrefnumValue}-delete",
                "x-filename-id":"tradetransactions-gtmtransactiongid-refnums-gtmtransrefnumqualgidxrefnumvalue-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions/Reference Numbers"
                ],
                "summary":"Update a Reference Number",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-refnums-{gtmTransRefnumQualGidxrefnumValue}-patch",
                "x-filename-id":"tradetransactions-gtmtransactiongid-refnums-gtmtransrefnumqualgidxrefnumvalue-patch"
            }
        },
        "/tradeTransactions/{gtmTransactionGid}/codes":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions/Codes"
                ],
                "summary":"Get Codes",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactions.codes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-codes-get",
                "x-filename-id":"tradetransactions-gtmtransactiongid-codes-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Transactions/Codes"
                ],
                "summary":"Create a Code",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeTransactions.codes"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradeTransactions.codes"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactions.codes"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactions.codes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-codes-post",
                "x-filename-id":"tradetransactions-gtmtransactiongid-codes-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions/Codes"
                ],
                "summary":"Update Codes",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-codes-patch",
                "x-filename-id":"tradetransactions-gtmtransactiongid-codes-patch"
            }
        },
        "/tradeTransactions/{gtmTransactionGid}/codes/{gtmTypeGidxgtmCode}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTypeGidxgtmCode",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions/Codes"
                ],
                "summary":"Get a Code",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactions.codes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-codes-{gtmTypeGidxgtmCode}-get",
                "x-filename-id":"tradetransactions-gtmtransactiongid-codes-gtmtypegidxgtmcode-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Transactions/Codes"
                ],
                "summary":"Delete a Code",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-codes-{gtmTypeGidxgtmCode}-delete",
                "x-filename-id":"tradetransactions-gtmtransactiongid-codes-gtmtypegidxgtmcode-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions/Codes"
                ],
                "summary":"Update a Code",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-codes-{gtmTypeGidxgtmCode}-patch",
                "x-filename-id":"tradetransactions-gtmtransactiongid-codes-gtmtypegidxgtmcode-patch"
            }
        },
        "/tradeTransactions/{gtmTransactionGid}/involvedLocations":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions/Involved Locations"
                ],
                "summary":"Get Involved Locations",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactions.involvedLocations"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-involvedLocations-get",
                "x-filename-id":"tradetransactions-gtmtransactiongid-involvedlocations-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Transactions/Involved Locations"
                ],
                "summary":"Create an Involved Location",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeTransactions.involvedLocations"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradeTransactions.involvedLocations"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactions.involvedLocations"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactions.involvedLocations"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-involvedLocations-post",
                "x-filename-id":"tradetransactions-gtmtransactiongid-involvedlocations-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions/Involved Locations"
                ],
                "summary":"Update Involved Locations",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-involvedLocations-patch",
                "x-filename-id":"tradetransactions-gtmtransactiongid-involvedlocations-patch"
            }
        },
        "/tradeTransactions/{gtmTransactionGid}/involvedLocations/{involvedLocationQualGidxinvolvedLocationGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"involvedLocationQualGidxinvolvedLocationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions/Involved Locations"
                ],
                "summary":"Get an Involved Location",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactions.involvedLocations"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-involvedLocations-{involvedLocationQualGidxinvolvedLocationGid}-get",
                "x-filename-id":"tradetransactions-gtmtransactiongid-involvedlocations-involvedlocationqualgidxinvolvedlocationgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Transactions/Involved Locations"
                ],
                "summary":"Delete an Involved Location",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-involvedLocations-{involvedLocationQualGidxinvolvedLocationGid}-delete",
                "x-filename-id":"tradetransactions-gtmtransactiongid-involvedlocations-involvedlocationqualgidxinvolvedlocationgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions/Involved Locations"
                ],
                "summary":"Update an Involved Location",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-involvedLocations-{involvedLocationQualGidxinvolvedLocationGid}-patch",
                "x-filename-id":"tradetransactions-gtmtransactiongid-involvedlocations-involvedlocationqualgidxinvolvedlocationgid-patch"
            }
        },
        "/tradeTransactions/{gtmTransactionGid}/involvedParties":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions/Involved Parties"
                ],
                "summary":"Get Involved Parties",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactions.involvedParties"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-involvedParties-get",
                "x-filename-id":"tradetransactions-gtmtransactiongid-involvedparties-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Transactions/Involved Parties"
                ],
                "summary":"Create an Involved Party",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeTransactions.involvedParties"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradeTransactions.involvedParties"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactions.involvedParties"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactions.involvedParties"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-involvedParties-post",
                "x-filename-id":"tradetransactions-gtmtransactiongid-involvedparties-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions/Involved Parties"
                ],
                "summary":"Update Involved Parties",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-involvedParties-patch",
                "x-filename-id":"tradetransactions-gtmtransactiongid-involvedparties-patch"
            }
        },
        "/tradeTransactions/{gtmTransactionGid}/involvedParties/{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions/Involved Parties"
                ],
                "summary":"Get an Involved Party",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactions.involvedParties"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-get",
                "x-filename-id":"tradetransactions-gtmtransactiongid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Transactions/Involved Parties"
                ],
                "summary":"Delete an Involved Party",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-delete",
                "x-filename-id":"tradetransactions-gtmtransactiongid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions/Involved Parties"
                ],
                "summary":"Update an Involved Party",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-patch",
                "x-filename-id":"tradetransactions-gtmtransactiongid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-patch"
            }
        },
        "/tradeTransactions/{gtmTransactionGid}/statuses":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions/Statuses"
                ],
                "summary":"Get Statuses",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactions.statuses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-statuses-get",
                "x-filename-id":"tradetransactions-gtmtransactiongid-statuses-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Transactions/Statuses"
                ],
                "summary":"Create a Status",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeTransactions.statuses"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradeTransactions.statuses"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactions.statuses"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactions.statuses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-statuses-post",
                "x-filename-id":"tradetransactions-gtmtransactiongid-statuses-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions/Statuses"
                ],
                "summary":"Update Statuses",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-statuses-patch",
                "x-filename-id":"tradetransactions-gtmtransactiongid-statuses-patch"
            }
        },
        "/tradeTransactions/{gtmTransactionGid}/statuses/{statusTypeGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"statusTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions/Statuses"
                ],
                "summary":"Get a Status",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactions.statuses"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-statuses-{statusTypeGid}-get",
                "x-filename-id":"tradetransactions-gtmtransactiongid-statuses-statustypegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Transactions/Statuses"
                ],
                "summary":"Delete a Status",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-statuses-{statusTypeGid}-delete",
                "x-filename-id":"tradetransactions-gtmtransactiongid-statuses-statustypegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions/Statuses"
                ],
                "summary":"Update a Status",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-statuses-{statusTypeGid}-patch",
                "x-filename-id":"tradetransactions-gtmtransactiongid-statuses-statustypegid-patch"
            }
        },
        "/tradeTransactions/{gtmTransactionGid}/ports":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions/Ports"
                ],
                "summary":"Get Ports",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactions.ports"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-ports-get",
                "x-filename-id":"tradetransactions-gtmtransactiongid-ports-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Transactions/Ports"
                ],
                "summary":"Create a Port",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeTransactions.ports"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradeTransactions.ports"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactions.ports"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactions.ports"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-ports-post",
                "x-filename-id":"tradetransactions-gtmtransactiongid-ports-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions/Ports"
                ],
                "summary":"Update Ports",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-ports-patch",
                "x-filename-id":"tradetransactions-gtmtransactiongid-ports-patch"
            }
        },
        "/tradeTransactions/{gtmTransactionGid}/ports/{gtmPortQualifierGidxlocationGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmPortQualifierGidxlocationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions/Ports"
                ],
                "summary":"Get a Port",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactions.ports"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-ports-{gtmPortQualifierGidxlocationGid}-get",
                "x-filename-id":"tradetransactions-gtmtransactiongid-ports-gtmportqualifiergidxlocationgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Transactions/Ports"
                ],
                "summary":"Delete a Port",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-ports-{gtmPortQualifierGidxlocationGid}-delete",
                "x-filename-id":"tradetransactions-gtmtransactiongid-ports-gtmportqualifiergidxlocationgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions/Ports"
                ],
                "summary":"Update a Port",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-ports-{gtmPortQualifierGidxlocationGid}-patch",
                "x-filename-id":"tradetransactions-gtmtransactiongid-ports-gtmportqualifiergidxlocationgid-patch"
            }
        },
        "/tradeTransactions/{gtmTransactionGid}/policies":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions/Policies"
                ],
                "summary":"Get Policies",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactions.policies"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-policies-get",
                "x-filename-id":"tradetransactions-gtmtransactiongid-policies-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Transactions/Policies"
                ],
                "summary":"Create a Policy",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeTransactions.policies"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradeTransactions.policies"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactions.policies"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactions.policies"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-policies-post",
                "x-filename-id":"tradetransactions-gtmtransactiongid-policies-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions/Policies"
                ],
                "summary":"Update Policies",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-policies-patch",
                "x-filename-id":"tradetransactions-gtmtransactiongid-policies-patch"
            }
        },
        "/tradeTransactions/{gtmTransactionGid}/policies/{gtmPolicyQualifierGidxgtmComplianceTemplateGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmPolicyQualifierGidxgtmComplianceTemplateGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions/Policies"
                ],
                "summary":"Get a Policy",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactions.policies"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-policies-{gtmPolicyQualifierGidxgtmComplianceTemplateGid}-get",
                "x-filename-id":"tradetransactions-gtmtransactiongid-policies-gtmpolicyqualifiergidxgtmcompliancetemplategid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Transactions/Policies"
                ],
                "summary":"Delete a Policy",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-policies-{gtmPolicyQualifierGidxgtmComplianceTemplateGid}-delete",
                "x-filename-id":"tradetransactions-gtmtransactiongid-policies-gtmpolicyqualifiergidxgtmcompliancetemplategid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions/Policies"
                ],
                "summary":"Update a Policy",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactions-{gtmTransactionGid}-policies-{gtmPolicyQualifierGidxgtmComplianceTemplateGid}-patch",
                "x-filename-id":"tradetransactions-gtmtransactiongid-policies-gtmpolicyqualifiergidxgtmcompliancetemplategid-patch"
            }
        },
        "/calendars":{
            "get":{
                "tags":[
                    "Business Objects/Calendars"
                ],
                "summary":"Get Calendars",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/calendars"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"calendars-get",
                "x-filename-id":"calendars-get"
            }
        },
        "/calendars/{calendarGid}":{
            "parameters":[
                {
                    "name":"calendarGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Calendars"
                ],
                "summary":"Get a Calendar",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/calendars"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"calendars-{calendarGid}-get",
                "x-filename-id":"calendars-calendargid-get"
            }
        },
        "/calendars/{calendarGid}/details":{
            "parameters":[
                {
                    "name":"calendarGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Calendars/Details"
                ],
                "summary":"Get Details",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/calendars.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"calendars-{calendarGid}-details-get",
                "x-filename-id":"calendars-calendargid-details-get"
            }
        },
        "/calendars/{calendarGid}/details/{activityCalendarId}":{
            "parameters":[
                {
                    "name":"calendarGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"activityCalendarId",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Calendars/Details"
                ],
                "summary":"Get a Detail",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/calendars.details"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"calendars-{calendarGid}-details-{activityCalendarId}-get",
                "x-filename-id":"calendars-calendargid-details-activitycalendarid-get"
            }
        },
        "/sShipUnits":{
            "get":{
                "tags":[
                    "Business Objects/Shipment Ship Units"
                ],
                "summary":"Get Shipment Ship Units",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sShipUnits"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sShipUnits-get",
                "x-filename-id":"sshipunits-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipment Ship Units"
                ],
                "summary":"Create a Shipment Ship Unit",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/sShipUnits"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sShipUnits"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sShipUnits-post",
                "x-filename-id":"sshipunits-post"
            }
        },
        "/sShipUnits/{sShipUnitGid}":{
            "parameters":[
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment Ship Units"
                ],
                "summary":"Get a Shipment Ship Unit",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sShipUnits"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sShipUnits-{sShipUnitGid}-get",
                "x-filename-id":"sshipunits-sshipunitgid-get"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment Ship Units"
                ],
                "summary":"Update a Shipment Ship Unit",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sShipUnits-{sShipUnitGid}-patch",
                "x-filename-id":"sshipunits-sshipunitgid-patch"
            }
        },
        "/sShipUnits/{sShipUnitGid}/refnums":{
            "parameters":[
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment Ship Units/Reference Numbers"
                ],
                "summary":"Get Reference Numbers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sShipUnits.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sShipUnits-{sShipUnitGid}-refnums-get",
                "x-filename-id":"sshipunits-sshipunitgid-refnums-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipment Ship Units/Reference Numbers"
                ],
                "summary":"Create a Reference Number",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/sShipUnits.refnums"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/sShipUnits.refnums"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sShipUnits.refnums"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sShipUnits.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sShipUnits-{sShipUnitGid}-refnums-post",
                "x-filename-id":"sshipunits-sshipunitgid-refnums-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment Ship Units/Reference Numbers"
                ],
                "summary":"Update Reference Numbers",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sShipUnits-{sShipUnitGid}-refnums-patch",
                "x-filename-id":"sshipunits-sshipunitgid-refnums-patch"
            }
        },
        "/sShipUnits/{sShipUnitGid}/refnums/{sShipUnitRefnumQualGidxrefnumValue}":{
            "parameters":[
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitRefnumQualGidxrefnumValue",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment Ship Units/Reference Numbers"
                ],
                "summary":"Get a Reference Number",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sShipUnits.refnums"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sShipUnits-{sShipUnitGid}-refnums-{sShipUnitRefnumQualGidxrefnumValue}-get",
                "x-filename-id":"sshipunits-sshipunitgid-refnums-sshipunitrefnumqualgidxrefnumvalue-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipment Ship Units/Reference Numbers"
                ],
                "summary":"Delete a Reference Number",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sShipUnits-{sShipUnitGid}-refnums-{sShipUnitRefnumQualGidxrefnumValue}-delete",
                "x-filename-id":"sshipunits-sshipunitgid-refnums-sshipunitrefnumqualgidxrefnumvalue-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment Ship Units/Reference Numbers"
                ],
                "summary":"Update a Reference Number",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sShipUnits-{sShipUnitGid}-refnums-{sShipUnitRefnumQualGidxrefnumValue}-patch",
                "x-filename-id":"sshipunits-sshipunitgid-refnums-sshipunitrefnumqualgidxrefnumvalue-patch"
            }
        },
        "/sShipUnits/{sShipUnitGid}/accessorials":{
            "parameters":[
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment Ship Units/Accessorials"
                ],
                "summary":"Get Accessorials",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sShipUnits.accessorials"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sShipUnits-{sShipUnitGid}-accessorials-get",
                "x-filename-id":"sshipunits-sshipunitgid-accessorials-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipment Ship Units/Accessorials"
                ],
                "summary":"Create an Accessorial",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/sShipUnits.accessorials"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/sShipUnits.accessorials"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sShipUnits.accessorials"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sShipUnits.accessorials"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sShipUnits-{sShipUnitGid}-accessorials-post",
                "x-filename-id":"sshipunits-sshipunitgid-accessorials-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment Ship Units/Accessorials"
                ],
                "summary":"Update Accessorials",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sShipUnits-{sShipUnitGid}-accessorials-patch",
                "x-filename-id":"sshipunits-sshipunitgid-accessorials-patch"
            }
        },
        "/sShipUnits/{sShipUnitGid}/accessorials/{accessorialCodeGid}":{
            "parameters":[
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"accessorialCodeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment Ship Units/Accessorials"
                ],
                "summary":"Get an Accessorial",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sShipUnits.accessorials"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sShipUnits-{sShipUnitGid}-accessorials-{accessorialCodeGid}-get",
                "x-filename-id":"sshipunits-sshipunitgid-accessorials-accessorialcodegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipment Ship Units/Accessorials"
                ],
                "summary":"Delete an Accessorial",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sShipUnits-{sShipUnitGid}-accessorials-{accessorialCodeGid}-delete",
                "x-filename-id":"sshipunits-sshipunitgid-accessorials-accessorialcodegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment Ship Units/Accessorials"
                ],
                "summary":"Update an Accessorial",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sShipUnits-{sShipUnitGid}-accessorials-{accessorialCodeGid}-patch",
                "x-filename-id":"sshipunits-sshipunitgid-accessorials-accessorialcodegid-patch"
            }
        },
        "/sShipUnits/{sShipUnitGid}/seals":{
            "parameters":[
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment Ship Units/Seals"
                ],
                "summary":"Get Seals",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sShipUnits.seals"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sShipUnits-{sShipUnitGid}-seals-get",
                "x-filename-id":"sshipunits-sshipunitgid-seals-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipment Ship Units/Seals"
                ],
                "summary":"Create a Seal",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/sShipUnits.seals"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/sShipUnits.seals"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sShipUnits.seals"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sShipUnits.seals"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sShipUnits-{sShipUnitGid}-seals-post",
                "x-filename-id":"sshipunits-sshipunitgid-seals-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment Ship Units/Seals"
                ],
                "summary":"Update Seals",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sShipUnits-{sShipUnitGid}-seals-patch",
                "x-filename-id":"sshipunits-sshipunitgid-seals-patch"
            }
        },
        "/sShipUnits/{sShipUnitGid}/seals/{equipmentSeal}":{
            "parameters":[
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"equipmentSeal",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment Ship Units/Seals"
                ],
                "summary":"Get a Seal",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sShipUnits.seals"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sShipUnits-{sShipUnitGid}-seals-{equipmentSeal}-get",
                "x-filename-id":"sshipunits-sshipunitgid-seals-equipmentseal-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipment Ship Units/Seals"
                ],
                "summary":"Delete a Seal",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sShipUnits-{sShipUnitGid}-seals-{equipmentSeal}-delete",
                "x-filename-id":"sshipunits-sshipunitgid-seals-equipmentseal-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment Ship Units/Seals"
                ],
                "summary":"Update a Seal",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sShipUnits-{sShipUnitGid}-seals-{equipmentSeal}-patch",
                "x-filename-id":"sshipunits-sshipunitgid-seals-equipmentseal-patch"
            }
        },
        "/sShipUnits/{sShipUnitGid}/sEquipments":{
            "parameters":[
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment Ship Units/Equipment"
                ],
                "summary":"Get Equipment",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sShipUnits.sEquipments"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sShipUnits-{sShipUnitGid}-sEquipments-get",
                "x-filename-id":"sshipunits-sshipunitgid-sequipments-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipment Ship Units/Equipment"
                ],
                "summary":"Create an Equipment",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/sShipUnits.sEquipments"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/sShipUnits.sEquipments"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sShipUnits.sEquipments"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sShipUnits.sEquipments"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sShipUnits-{sShipUnitGid}-sEquipments-post",
                "x-filename-id":"sshipunits-sshipunitgid-sequipments-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment Ship Units/Equipment"
                ],
                "summary":"Update Equipment",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sShipUnits-{sShipUnitGid}-sEquipments-patch",
                "x-filename-id":"sshipunits-sshipunitgid-sequipments-patch"
            }
        },
        "/sShipUnits/{sShipUnitGid}/sEquipments/{sEquipmentGid}":{
            "parameters":[
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sEquipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment Ship Units/Equipment"
                ],
                "summary":"Get an Equipment",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sShipUnits.sEquipments"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sShipUnits-{sShipUnitGid}-sEquipments-{sEquipmentGid}-get",
                "x-filename-id":"sshipunits-sshipunitgid-sequipments-sequipmentgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipment Ship Units/Equipment"
                ],
                "summary":"Delete an Equipment",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sShipUnits-{sShipUnitGid}-sEquipments-{sEquipmentGid}-delete",
                "x-filename-id":"sshipunits-sshipunitgid-sequipments-sequipmentgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment Ship Units/Equipment"
                ],
                "summary":"Update an Equipment",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sShipUnits-{sShipUnitGid}-sEquipments-{sEquipmentGid}-patch",
                "x-filename-id":"sshipunits-sshipunitgid-sequipments-sequipmentgid-patch"
            }
        },
        "/sShipUnits/{sShipUnitGid}/lines":{
            "parameters":[
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment Ship Units/Lines"
                ],
                "summary":"Get Lines",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sShipUnits.lines"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sShipUnits-{sShipUnitGid}-lines-get",
                "x-filename-id":"sshipunits-sshipunitgid-lines-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipment Ship Units/Lines"
                ],
                "summary":"Create a Line",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/sShipUnits.lines"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/sShipUnits.lines"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sShipUnits.lines"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sShipUnits.lines"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sShipUnits-{sShipUnitGid}-lines-post",
                "x-filename-id":"sshipunits-sshipunitgid-lines-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment Ship Units/Lines"
                ],
                "summary":"Update Lines",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sShipUnits-{sShipUnitGid}-lines-patch",
                "x-filename-id":"sshipunits-sshipunitgid-lines-patch"
            }
        },
        "/sShipUnits/{sShipUnitGid}/lines/{sShipUnitLineNo}":{
            "parameters":[
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitLineNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment Ship Units/Lines"
                ],
                "summary":"Get a Line",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sShipUnits.lines"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sShipUnits-{sShipUnitGid}-lines-{sShipUnitLineNo}-get",
                "x-filename-id":"sshipunits-sshipunitgid-lines-sshipunitlineno-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipment Ship Units/Lines"
                ],
                "summary":"Delete a Line",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sShipUnits-{sShipUnitGid}-lines-{sShipUnitLineNo}-delete",
                "x-filename-id":"sshipunits-sshipunitgid-lines-sshipunitlineno-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment Ship Units/Lines"
                ],
                "summary":"Update a Line",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sShipUnits-{sShipUnitGid}-lines-{sShipUnitLineNo}-patch",
                "x-filename-id":"sshipunits-sshipunitgid-lines-sshipunitlineno-patch"
            }
        },
        "/sShipUnits/{sShipUnitGid}/lines/{sShipUnitLineNo}/remarks":{
            "parameters":[
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitLineNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment Ship Units/Lines/Remarks"
                ],
                "summary":"Get Remarks",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sShipUnits.lines.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sShipUnits-{sShipUnitGid}-lines-{sShipUnitLineNo}-remarks-get",
                "x-filename-id":"sshipunits-sshipunitgid-lines-sshipunitlineno-remarks-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipment Ship Units/Lines/Remarks"
                ],
                "summary":"Create a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/sShipUnits.lines.remarks"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/sShipUnits.lines.remarks"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sShipUnits.lines.remarks"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sShipUnits.lines.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sShipUnits-{sShipUnitGid}-lines-{sShipUnitLineNo}-remarks-post",
                "x-filename-id":"sshipunits-sshipunitgid-lines-sshipunitlineno-remarks-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment Ship Units/Lines/Remarks"
                ],
                "summary":"Update Remarks",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sShipUnits-{sShipUnitGid}-lines-{sShipUnitLineNo}-remarks-patch",
                "x-filename-id":"sshipunits-sshipunitgid-lines-sshipunitlineno-remarks-patch"
            }
        },
        "/sShipUnits/{sShipUnitGid}/lines/{sShipUnitLineNo}/remarks/{remarkSequence}":{
            "parameters":[
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitLineNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"remarkSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment Ship Units/Lines/Remarks"
                ],
                "summary":"Get a Remark",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sShipUnits.lines.remarks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sShipUnits-{sShipUnitGid}-lines-{sShipUnitLineNo}-remarks-{remarkSequence}-get",
                "x-filename-id":"sshipunits-sshipunitgid-lines-sshipunitlineno-remarks-remarksequence-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipment Ship Units/Lines/Remarks"
                ],
                "summary":"Delete a Remark",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sShipUnits-{sShipUnitGid}-lines-{sShipUnitLineNo}-remarks-{remarkSequence}-delete",
                "x-filename-id":"sshipunits-sshipunitgid-lines-sshipunitlineno-remarks-remarksequence-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment Ship Units/Lines/Remarks"
                ],
                "summary":"Update a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sShipUnits-{sShipUnitGid}-lines-{sShipUnitLineNo}-remarks-{remarkSequence}-patch",
                "x-filename-id":"sshipunits-sshipunitgid-lines-sshipunitlineno-remarks-remarksequence-patch"
            }
        },
        "/sShipUnits/{sShipUnitGid}/lines/{sShipUnitLineNo}/refnums":{
            "parameters":[
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitLineNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment Ship Units/Lines/Reference Numbers"
                ],
                "summary":"Get Reference Numbers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sShipUnits.lines.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sShipUnits-{sShipUnitGid}-lines-{sShipUnitLineNo}-refnums-get",
                "x-filename-id":"sshipunits-sshipunitgid-lines-sshipunitlineno-refnums-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipment Ship Units/Lines/Reference Numbers"
                ],
                "summary":"Create a Reference Number",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/sShipUnits.lines.refnums"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/sShipUnits.lines.refnums"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sShipUnits.lines.refnums"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sShipUnits.lines.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sShipUnits-{sShipUnitGid}-lines-{sShipUnitLineNo}-refnums-post",
                "x-filename-id":"sshipunits-sshipunitgid-lines-sshipunitlineno-refnums-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment Ship Units/Lines/Reference Numbers"
                ],
                "summary":"Update Reference Numbers",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sShipUnits-{sShipUnitGid}-lines-{sShipUnitLineNo}-refnums-patch",
                "x-filename-id":"sshipunits-sshipunitgid-lines-sshipunitlineno-refnums-patch"
            }
        },
        "/sShipUnits/{sShipUnitGid}/lines/{sShipUnitLineNo}/refnums/{sSulRefnumQualGidxrefnumValue}":{
            "parameters":[
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitLineNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sSulRefnumQualGidxrefnumValue",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment Ship Units/Lines/Reference Numbers"
                ],
                "summary":"Get a Reference Number",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sShipUnits.lines.refnums"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sShipUnits-{sShipUnitGid}-lines-{sShipUnitLineNo}-refnums-{sSulRefnumQualGidxrefnumValue}-get",
                "x-filename-id":"sshipunits-sshipunitgid-lines-sshipunitlineno-refnums-ssulrefnumqualgidxrefnumvalue-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipment Ship Units/Lines/Reference Numbers"
                ],
                "summary":"Delete a Reference Number",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sShipUnits-{sShipUnitGid}-lines-{sShipUnitLineNo}-refnums-{sSulRefnumQualGidxrefnumValue}-delete",
                "x-filename-id":"sshipunits-sshipunitgid-lines-sshipunitlineno-refnums-ssulrefnumqualgidxrefnumvalue-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment Ship Units/Lines/Reference Numbers"
                ],
                "summary":"Update a Reference Number",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sShipUnits-{sShipUnitGid}-lines-{sShipUnitLineNo}-refnums-{sSulRefnumQualGidxrefnumValue}-patch",
                "x-filename-id":"sshipunits-sshipunitgid-lines-sshipunitlineno-refnums-ssulrefnumqualgidxrefnumvalue-patch"
            }
        },
        "/sShipUnits/{sShipUnitGid}/lines/{sShipUnitLineNo}/accessorials":{
            "parameters":[
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitLineNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment Ship Units/Lines/Accessorials"
                ],
                "summary":"Get Accessorials",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sShipUnits.lines.accessorials"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sShipUnits-{sShipUnitGid}-lines-{sShipUnitLineNo}-accessorials-get",
                "x-filename-id":"sshipunits-sshipunitgid-lines-sshipunitlineno-accessorials-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipment Ship Units/Lines/Accessorials"
                ],
                "summary":"Create an Accessorial",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/sShipUnits.lines.accessorials"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/sShipUnits.lines.accessorials"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sShipUnits.lines.accessorials"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sShipUnits.lines.accessorials"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sShipUnits-{sShipUnitGid}-lines-{sShipUnitLineNo}-accessorials-post",
                "x-filename-id":"sshipunits-sshipunitgid-lines-sshipunitlineno-accessorials-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment Ship Units/Lines/Accessorials"
                ],
                "summary":"Update Accessorials",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sShipUnits-{sShipUnitGid}-lines-{sShipUnitLineNo}-accessorials-patch",
                "x-filename-id":"sshipunits-sshipunitgid-lines-sshipunitlineno-accessorials-patch"
            }
        },
        "/sShipUnits/{sShipUnitGid}/lines/{sShipUnitLineNo}/accessorials/{accessorialCodeGid}":{
            "parameters":[
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitLineNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"accessorialCodeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment Ship Units/Lines/Accessorials"
                ],
                "summary":"Get an Accessorial",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sShipUnits.lines.accessorials"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sShipUnits-{sShipUnitGid}-lines-{sShipUnitLineNo}-accessorials-{accessorialCodeGid}-get",
                "x-filename-id":"sshipunits-sshipunitgid-lines-sshipunitlineno-accessorials-accessorialcodegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipment Ship Units/Lines/Accessorials"
                ],
                "summary":"Delete an Accessorial",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sShipUnits-{sShipUnitGid}-lines-{sShipUnitLineNo}-accessorials-{accessorialCodeGid}-delete",
                "x-filename-id":"sshipunits-sshipunitgid-lines-sshipunitlineno-accessorials-accessorialcodegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment Ship Units/Lines/Accessorials"
                ],
                "summary":"Update an Accessorial",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sShipUnits-{sShipUnitGid}-lines-{sShipUnitLineNo}-accessorials-{accessorialCodeGid}-patch",
                "x-filename-id":"sshipunits-sshipunitgid-lines-sshipunitlineno-accessorials-accessorialcodegid-patch"
            }
        },
        "/sShipUnits/{sShipUnitGid}/lines/{sShipUnitLineNo}/accessorials/{accessorialCodeGid}/remarks":{
            "parameters":[
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitLineNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"accessorialCodeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment Ship Units/Lines/Accessorials/Remarks"
                ],
                "summary":"Get Remarks",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sShipUnits.lines.accessorials.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sShipUnits-{sShipUnitGid}-lines-{sShipUnitLineNo}-accessorials-{accessorialCodeGid}-remarks-get",
                "x-filename-id":"sshipunits-sshipunitgid-lines-sshipunitlineno-accessorials-accessorialcodegid-remarks-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipment Ship Units/Lines/Accessorials/Remarks"
                ],
                "summary":"Create a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/sShipUnits.lines.accessorials.remarks"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/sShipUnits.lines.accessorials.remarks"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sShipUnits.lines.accessorials.remarks"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sShipUnits.lines.accessorials.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sShipUnits-{sShipUnitGid}-lines-{sShipUnitLineNo}-accessorials-{accessorialCodeGid}-remarks-post",
                "x-filename-id":"sshipunits-sshipunitgid-lines-sshipunitlineno-accessorials-accessorialcodegid-remarks-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment Ship Units/Lines/Accessorials/Remarks"
                ],
                "summary":"Update Remarks",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sShipUnits-{sShipUnitGid}-lines-{sShipUnitLineNo}-accessorials-{accessorialCodeGid}-remarks-patch",
                "x-filename-id":"sshipunits-sshipunitgid-lines-sshipunitlineno-accessorials-accessorialcodegid-remarks-patch"
            }
        },
        "/sShipUnits/{sShipUnitGid}/lines/{sShipUnitLineNo}/accessorials/{accessorialCodeGid}/remarks/{remarkSequence}":{
            "parameters":[
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitLineNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"accessorialCodeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"remarkSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment Ship Units/Lines/Accessorials/Remarks"
                ],
                "summary":"Get a Remark",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sShipUnits.lines.accessorials.remarks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sShipUnits-{sShipUnitGid}-lines-{sShipUnitLineNo}-accessorials-{accessorialCodeGid}-remarks-{remarkSequence}-get",
                "x-filename-id":"sshipunits-sshipunitgid-lines-sshipunitlineno-accessorials-accessorialcodegid-remarks-remarksequence-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipment Ship Units/Lines/Accessorials/Remarks"
                ],
                "summary":"Delete a Remark",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sShipUnits-{sShipUnitGid}-lines-{sShipUnitLineNo}-accessorials-{accessorialCodeGid}-remarks-{remarkSequence}-delete",
                "x-filename-id":"sshipunits-sshipunitgid-lines-sshipunitlineno-accessorials-accessorialcodegid-remarks-remarksequence-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment Ship Units/Lines/Accessorials/Remarks"
                ],
                "summary":"Update a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sShipUnits-{sShipUnitGid}-lines-{sShipUnitLineNo}-accessorials-{accessorialCodeGid}-remarks-{remarkSequence}-patch",
                "x-filename-id":"sshipunits-sshipunitgid-lines-sshipunitlineno-accessorials-accessorialcodegid-remarks-remarksequence-patch"
            }
        },
        "/sShipUnits/{sShipUnitGid}/specialServices":{
            "parameters":[
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment Ship Units/Special Services"
                ],
                "summary":"Get Special Services",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sShipUnits.specialServices"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sShipUnits-{sShipUnitGid}-specialServices-get",
                "x-filename-id":"sshipunits-sshipunitgid-specialservices-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipment Ship Units/Special Services"
                ],
                "summary":"Create a Special Service",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/sShipUnits.specialServices"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/sShipUnits.specialServices"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sShipUnits.specialServices"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sShipUnits.specialServices"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sShipUnits-{sShipUnitGid}-specialServices-post",
                "x-filename-id":"sshipunits-sshipunitgid-specialservices-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment Ship Units/Special Services"
                ],
                "summary":"Update Special Services",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sShipUnits-{sShipUnitGid}-specialServices-patch",
                "x-filename-id":"sshipunits-sshipunitgid-specialservices-patch"
            }
        },
        "/sShipUnits/{sShipUnitGid}/specialServices/{specialServiceGid}":{
            "parameters":[
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"specialServiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment Ship Units/Special Services"
                ],
                "summary":"Get a Special Service",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sShipUnits.specialServices"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sShipUnits-{sShipUnitGid}-specialServices-{specialServiceGid}-get",
                "x-filename-id":"sshipunits-sshipunitgid-specialservices-specialservicegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipment Ship Units/Special Services"
                ],
                "summary":"Delete a Special Service",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sShipUnits-{sShipUnitGid}-specialServices-{specialServiceGid}-delete",
                "x-filename-id":"sshipunits-sshipunitgid-specialservices-specialservicegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment Ship Units/Special Services"
                ],
                "summary":"Update a Special Service",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sShipUnits-{sShipUnitGid}-specialServices-{specialServiceGid}-patch",
                "x-filename-id":"sshipunits-sshipunitgid-specialservices-specialservicegid-patch"
            }
        },
        "/sShipUnits/{sShipUnitGid}/remarks":{
            "parameters":[
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment Ship Units/Remarks"
                ],
                "summary":"Get Remarks",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sShipUnits.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sShipUnits-{sShipUnitGid}-remarks-get",
                "x-filename-id":"sshipunits-sshipunitgid-remarks-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipment Ship Units/Remarks"
                ],
                "summary":"Create a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/sShipUnits.remarks"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/sShipUnits.remarks"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sShipUnits.remarks"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sShipUnits.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sShipUnits-{sShipUnitGid}-remarks-post",
                "x-filename-id":"sshipunits-sshipunitgid-remarks-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment Ship Units/Remarks"
                ],
                "summary":"Update Remarks",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sShipUnits-{sShipUnitGid}-remarks-patch",
                "x-filename-id":"sshipunits-sshipunitgid-remarks-patch"
            }
        },
        "/sShipUnits/{sShipUnitGid}/remarks/{remarkSequence}":{
            "parameters":[
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"remarkSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment Ship Units/Remarks"
                ],
                "summary":"Get a Remark",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sShipUnits.remarks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sShipUnits-{sShipUnitGid}-remarks-{remarkSequence}-get",
                "x-filename-id":"sshipunits-sshipunitgid-remarks-remarksequence-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipment Ship Units/Remarks"
                ],
                "summary":"Delete a Remark",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sShipUnits-{sShipUnitGid}-remarks-{remarkSequence}-delete",
                "x-filename-id":"sshipunits-sshipunitgid-remarks-remarksequence-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment Ship Units/Remarks"
                ],
                "summary":"Update a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sShipUnits-{sShipUnitGid}-remarks-{remarkSequence}-patch",
                "x-filename-id":"sshipunits-sshipunitgid-remarks-remarksequence-patch"
            }
        },
        "/sShipUnits/{sShipUnitGid}/trackingEvents":{
            "parameters":[
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment Ship Units/Tracking Events"
                ],
                "summary":"Get Tracking Events",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sShipUnits.trackingEvents"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sShipUnits-{sShipUnitGid}-trackingEvents-get",
                "x-filename-id":"sshipunits-sshipunitgid-trackingevents-get"
            }
        },
        "/sShipUnits/{sShipUnitGid}/trackingEvents/{iTransactionNo}":{
            "parameters":[
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"iTransactionNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment Ship Units/Tracking Events"
                ],
                "summary":"Get a Tracking Event",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sShipUnits.trackingEvents"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sShipUnits-{sShipUnitGid}-trackingEvents-{iTransactionNo}-get",
                "x-filename-id":"sshipunits-sshipunitgid-trackingevents-itransactionno-get"
            }
        },
        "/sShipUnits/{sShipUnitGid}/pieces":{
            "parameters":[
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment Ship Units/Pieces"
                ],
                "summary":"Get Pieces",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sShipUnits.pieces"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sShipUnits-{sShipUnitGid}-pieces-get",
                "x-filename-id":"sshipunits-sshipunitgid-pieces-get"
            }
        },
        "/sShipUnits/{sShipUnitGid}/pieces/{pieceNumber}":{
            "parameters":[
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"pieceNumber",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment Ship Units/Pieces"
                ],
                "summary":"Get a Piece",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sShipUnits.pieces"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sShipUnits-{sShipUnitGid}-pieces-{pieceNumber}-get",
                "x-filename-id":"sshipunits-sshipunitgid-pieces-piecenumber-get"
            }
        },
        "/skuTransactions":{
            "get":{
                "tags":[
                    "Business Objects/Sku Transactions"
                ],
                "summary":"Get Sku Transactions",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/skuTransactions"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"skuTransactions-get",
                "x-filename-id":"skutransactions-get"
            }
        },
        "/skuTransactions/{skuTransactionGid}":{
            "parameters":[
                {
                    "name":"skuTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Sku Transactions"
                ],
                "summary":"Get a Sku Transaction",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/skuTransactions"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"skuTransactions-{skuTransactionGid}-get",
                "x-filename-id":"skutransactions-skutransactiongid-get"
            }
        },
        "/skuTransactions/{skuTransactionGid}/skuTransactionDescriptors":{
            "parameters":[
                {
                    "name":"skuTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Sku Transactions/Sku Transaction Descriptors"
                ],
                "summary":"Get Sku Transaction Descriptors",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/skuTransactions.skuTransactionDescriptors"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"skuTransactions-{skuTransactionGid}-skuTransactionDescriptors-get",
                "x-filename-id":"skutransactions-skutransactiongid-skutransactiondescriptors-get"
            }
        },
        "/skuTransactions/{skuTransactionGid}/skuTransactionDescriptors/{skuDescriptorSeq}":{
            "parameters":[
                {
                    "name":"skuTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"skuDescriptorSeq",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Sku Transactions/Sku Transaction Descriptors"
                ],
                "summary":"Get a Sku Transaction Descriptor",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/skuTransactions.skuTransactionDescriptors"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"skuTransactions-{skuTransactionGid}-skuTransactionDescriptors-{skuDescriptorSeq}-get",
                "x-filename-id":"skutransactions-skutransactiongid-skutransactiondescriptors-skudescriptorseq-get"
            }
        },
        "/dataQueryTypes":{
            "get":{
                "tags":[
                    "Power Data/Data Query Types"
                ],
                "summary":"Get Data Query Types",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/dataQueryTypes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"dataQueryTypes-get",
                "x-filename-id":"dataquerytypes-get"
            }
        },
        "/dataQueryTypes/{dataQueryTypeGid}":{
            "parameters":[
                {
                    "name":"dataQueryTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Data Query Types"
                ],
                "summary":"Get a Data Query Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/dataQueryTypes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"dataQueryTypes-{dataQueryTypeGid}-get",
                "x-filename-id":"dataquerytypes-dataquerytypegid-get"
            }
        },
        "/rateRecordProfiles":{
            "get":{
                "tags":[
                    "Power Data/Rate Record Profiles"
                ],
                "summary":"Get Rate Record Profiles",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/rateRecordProfiles"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateRecordProfiles-get",
                "x-filename-id":"raterecordprofiles-get"
            },
            "post":{
                "tags":[
                    "Power Data/Rate Record Profiles"
                ],
                "summary":"Create a Rate Record Profile",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/rateRecordProfiles"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateRecordProfiles"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateRecordProfiles-post",
                "x-filename-id":"raterecordprofiles-post"
            }
        },
        "/rateRecordProfiles/{rateGeoProfileGid}":{
            "parameters":[
                {
                    "name":"rateGeoProfileGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Rate Record Profiles"
                ],
                "summary":"Get a Rate Record Profile",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateRecordProfiles"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateRecordProfiles-{rateGeoProfileGid}-get",
                "x-filename-id":"raterecordprofiles-rategeoprofilegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Rate Record Profiles"
                ],
                "summary":"Delete a Rate Record Profile",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rateRecordProfiles-{rateGeoProfileGid}-delete",
                "x-filename-id":"raterecordprofiles-rategeoprofilegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Rate Record Profiles"
                ],
                "summary":"Update a Rate Record Profile",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rateRecordProfiles-{rateGeoProfileGid}-patch",
                "x-filename-id":"raterecordprofiles-rategeoprofilegid-patch"
            }
        },
        "/rateRecordProfiles/{rateGeoProfileGid}/details":{
            "parameters":[
                {
                    "name":"rateGeoProfileGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Rate Record Profiles/Details"
                ],
                "summary":"Get Details",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/rateRecordProfiles.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateRecordProfiles-{rateGeoProfileGid}-details-get",
                "x-filename-id":"raterecordprofiles-rategeoprofilegid-details-get"
            },
            "post":{
                "tags":[
                    "Power Data/Rate Record Profiles/Details"
                ],
                "summary":"Create a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/rateRecordProfiles.details"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/rateRecordProfiles.details"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateRecordProfiles.details"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/rateRecordProfiles.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateRecordProfiles-{rateGeoProfileGid}-details-post",
                "x-filename-id":"raterecordprofiles-rategeoprofilegid-details-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Rate Record Profiles/Details"
                ],
                "summary":"Update Details",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rateRecordProfiles-{rateGeoProfileGid}-details-patch",
                "x-filename-id":"raterecordprofiles-rategeoprofilegid-details-patch"
            }
        },
        "/rateRecordProfiles/{rateGeoProfileGid}/details/{rateGeoGid}":{
            "parameters":[
                {
                    "name":"rateGeoProfileGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"rateGeoGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Rate Record Profiles/Details"
                ],
                "summary":"Get a Detail",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateRecordProfiles.details"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateRecordProfiles-{rateGeoProfileGid}-details-{rateGeoGid}-get",
                "x-filename-id":"raterecordprofiles-rategeoprofilegid-details-rategeogid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Rate Record Profiles/Details"
                ],
                "summary":"Delete a Detail",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rateRecordProfiles-{rateGeoProfileGid}-details-{rateGeoGid}-delete",
                "x-filename-id":"raterecordprofiles-rategeoprofilegid-details-rategeogid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Rate Record Profiles/Details"
                ],
                "summary":"Update a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rateRecordProfiles-{rateGeoProfileGid}-details-{rateGeoGid}-patch",
                "x-filename-id":"raterecordprofiles-rategeoprofilegid-details-rategeogid-patch"
            }
        },
        "/agencyCodes":{
            "get":{
                "tags":[
                    "Power Data/Agency Codes"
                ],
                "summary":"Get Agency Codes",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/agencyCodes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"agencyCodes-get",
                "x-filename-id":"agencycodes-get"
            },
            "post":{
                "tags":[
                    "Power Data/Agency Codes"
                ],
                "summary":"Create an Agency Code",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/agencyCodes"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/agencyCodes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"agencyCodes-post",
                "x-filename-id":"agencycodes-post"
            }
        },
        "/agencyCodes/{agencyCodeGid}":{
            "parameters":[
                {
                    "name":"agencyCodeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Agency Codes"
                ],
                "summary":"Get an Agency Code",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/agencyCodes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"agencyCodes-{agencyCodeGid}-get",
                "x-filename-id":"agencycodes-agencycodegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Agency Codes"
                ],
                "summary":"Delete an Agency Code",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"agencyCodes-{agencyCodeGid}-delete",
                "x-filename-id":"agencycodes-agencycodegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Agency Codes"
                ],
                "summary":"Update an Agency Code",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"agencyCodes-{agencyCodeGid}-patch",
                "x-filename-id":"agencycodes-agencycodegid-patch"
            }
        },
        "/contacts":{
            "get":{
                "tags":[
                    "Business Objects/Contacts"
                ],
                "summary":"Get Contacts",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/contacts"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"contacts-get",
                "x-filename-id":"contacts-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Contacts"
                ],
                "summary":"Create a Contact",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/contacts"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/contacts"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"contacts-post",
                "x-filename-id":"contacts-post"
            }
        },
        "/contacts/{contactGid}":{
            "parameters":[
                {
                    "name":"contactGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Contacts"
                ],
                "summary":"Get a Contact",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/contacts"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"contacts-{contactGid}-get",
                "x-filename-id":"contacts-contactgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Contacts"
                ],
                "summary":"Delete a Contact",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"contacts-{contactGid}-delete",
                "x-filename-id":"contacts-contactgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Contacts"
                ],
                "summary":"Update a Contact",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"contacts-{contactGid}-patch",
                "x-filename-id":"contacts-contactgid-patch"
            }
        },
        "/contacts/{contactGid}/comMethods":{
            "parameters":[
                {
                    "name":"contactGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Contacts/Communication Methods"
                ],
                "summary":"Get Communication Methods",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/contacts.comMethods"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"contacts-{contactGid}-comMethods-get",
                "x-filename-id":"contacts-contactgid-commethods-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Contacts/Communication Methods"
                ],
                "summary":"Create a Communication Method",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/contacts.comMethods"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/contacts.comMethods"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/contacts.comMethods"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/contacts.comMethods"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"contacts-{contactGid}-comMethods-post",
                "x-filename-id":"contacts-contactgid-commethods-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Contacts/Communication Methods"
                ],
                "summary":"Update Communication Methods",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"contacts-{contactGid}-comMethods-patch",
                "x-filename-id":"contacts-contactgid-commethods-patch"
            }
        },
        "/contacts/{contactGid}/comMethods/{comMethodRankxcomMethodGid}":{
            "parameters":[
                {
                    "name":"contactGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"comMethodRankxcomMethodGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Contacts/Communication Methods"
                ],
                "summary":"Get a Communication Method",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/contacts.comMethods"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"contacts-{contactGid}-comMethods-{comMethodRankxcomMethodGid}-get",
                "x-filename-id":"contacts-contactgid-commethods-commethodrankxcommethodgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Contacts/Communication Methods"
                ],
                "summary":"Delete a Communication Method",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"contacts-{contactGid}-comMethods-{comMethodRankxcomMethodGid}-delete",
                "x-filename-id":"contacts-contactgid-commethods-commethodrankxcommethodgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Contacts/Communication Methods"
                ],
                "summary":"Update a Communication Method",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"contacts-{contactGid}-comMethods-{comMethodRankxcomMethodGid}-patch",
                "x-filename-id":"contacts-contactgid-commethods-commethodrankxcommethodgid-patch"
            }
        },
        "/contacts/{contactGid}/corporations":{
            "parameters":[
                {
                    "name":"contactGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Contacts/Corporations"
                ],
                "summary":"Get Corporations",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/contacts.corporations"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"contacts-{contactGid}-corporations-get",
                "x-filename-id":"contacts-contactgid-corporations-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Contacts/Corporations"
                ],
                "summary":"Create a Corporation",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/contacts.corporations"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/contacts.corporations"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/contacts.corporations"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/contacts.corporations"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"contacts-{contactGid}-corporations-post",
                "x-filename-id":"contacts-contactgid-corporations-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Contacts/Corporations"
                ],
                "summary":"Update Corporations",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"contacts-{contactGid}-corporations-patch",
                "x-filename-id":"contacts-contactgid-corporations-patch"
            }
        },
        "/contacts/{contactGid}/corporations/{corporationGid}":{
            "parameters":[
                {
                    "name":"contactGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"corporationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Contacts/Corporations"
                ],
                "summary":"Get a Corporation",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/contacts.corporations"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"contacts-{contactGid}-corporations-{corporationGid}-get",
                "x-filename-id":"contacts-contactgid-corporations-corporationgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Contacts/Corporations"
                ],
                "summary":"Delete a Corporation",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"contacts-{contactGid}-corporations-{corporationGid}-delete",
                "x-filename-id":"contacts-contactgid-corporations-corporationgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Contacts/Corporations"
                ],
                "summary":"Update a Corporation",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"contacts-{contactGid}-corporations-{corporationGid}-patch",
                "x-filename-id":"contacts-contactgid-corporations-corporationgid-patch"
            }
        },
        "/contacts/{contactGid}/statuses":{
            "parameters":[
                {
                    "name":"contactGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Contacts/Statuses"
                ],
                "summary":"Get Statuses",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/contacts.statuses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"contacts-{contactGid}-statuses-get",
                "x-filename-id":"contacts-contactgid-statuses-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Contacts/Statuses"
                ],
                "summary":"Create a Status",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/contacts.statuses"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/contacts.statuses"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/contacts.statuses"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/contacts.statuses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"contacts-{contactGid}-statuses-post",
                "x-filename-id":"contacts-contactgid-statuses-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Contacts/Statuses"
                ],
                "summary":"Update Statuses",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"contacts-{contactGid}-statuses-patch",
                "x-filename-id":"contacts-contactgid-statuses-patch"
            }
        },
        "/contacts/{contactGid}/statuses/{statusTypeGid}":{
            "parameters":[
                {
                    "name":"contactGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"statusTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Contacts/Statuses"
                ],
                "summary":"Get a Status",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/contacts.statuses"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"contacts-{contactGid}-statuses-{statusTypeGid}-get",
                "x-filename-id":"contacts-contactgid-statuses-statustypegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Contacts/Statuses"
                ],
                "summary":"Delete a Status",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"contacts-{contactGid}-statuses-{statusTypeGid}-delete",
                "x-filename-id":"contacts-contactgid-statuses-statustypegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Contacts/Statuses"
                ],
                "summary":"Update a Status",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"contacts-{contactGid}-statuses-{statusTypeGid}-patch",
                "x-filename-id":"contacts-contactgid-statuses-statustypegid-patch"
            }
        },
        "/contacts/{contactGid}/preferences":{
            "parameters":[
                {
                    "name":"contactGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Contacts/Preferences"
                ],
                "summary":"Get Preferences",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/contacts.preferences"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"contacts-{contactGid}-preferences-get",
                "x-filename-id":"contacts-contactgid-preferences-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Contacts/Preferences"
                ],
                "summary":"Create a Preference",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/contacts.preferences"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/contacts.preferences"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/contacts.preferences"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/contacts.preferences"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"contacts-{contactGid}-preferences-post",
                "x-filename-id":"contacts-contactgid-preferences-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Contacts/Preferences"
                ],
                "summary":"Update Preferences",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"contacts-{contactGid}-preferences-patch",
                "x-filename-id":"contacts-contactgid-preferences-patch"
            }
        },
        "/contacts/{contactGid}/preferences/{preferenceGid}":{
            "parameters":[
                {
                    "name":"contactGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"preferenceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Contacts/Preferences"
                ],
                "summary":"Get a Preference",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/contacts.preferences"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"contacts-{contactGid}-preferences-{preferenceGid}-get",
                "x-filename-id":"contacts-contactgid-preferences-preferencegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Contacts/Preferences"
                ],
                "summary":"Delete a Preference",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"contacts-{contactGid}-preferences-{preferenceGid}-delete",
                "x-filename-id":"contacts-contactgid-preferences-preferencegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Contacts/Preferences"
                ],
                "summary":"Update a Preference",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"contacts-{contactGid}-preferences-{preferenceGid}-patch",
                "x-filename-id":"contacts-contactgid-preferences-preferencegid-patch"
            }
        },
        "/serviceProviderProfiles":{
            "get":{
                "tags":[
                    "Power Data/Service Provider Profiles"
                ],
                "summary":"Get Service Provider Profiles",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/serviceProviderProfiles"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"serviceProviderProfiles-get",
                "x-filename-id":"serviceproviderprofiles-get"
            },
            "post":{
                "tags":[
                    "Power Data/Service Provider Profiles"
                ],
                "summary":"Create a Service Provider Profile",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/serviceProviderProfiles"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/serviceProviderProfiles"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"serviceProviderProfiles-post",
                "x-filename-id":"serviceproviderprofiles-post"
            }
        },
        "/serviceProviderProfiles/{servprovProfileGid}":{
            "parameters":[
                {
                    "name":"servprovProfileGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Service Provider Profiles"
                ],
                "summary":"Get a Service Provider Profile",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/serviceProviderProfiles"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"serviceProviderProfiles-{servprovProfileGid}-get",
                "x-filename-id":"serviceproviderprofiles-servprovprofilegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Service Provider Profiles"
                ],
                "summary":"Delete a Service Provider Profile",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"serviceProviderProfiles-{servprovProfileGid}-delete",
                "x-filename-id":"serviceproviderprofiles-servprovprofilegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Service Provider Profiles"
                ],
                "summary":"Update a Service Provider Profile",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"serviceProviderProfiles-{servprovProfileGid}-patch",
                "x-filename-id":"serviceproviderprofiles-servprovprofilegid-patch"
            }
        },
        "/serviceProviderProfiles/{servprovProfileGid}/details":{
            "parameters":[
                {
                    "name":"servprovProfileGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Service Provider Profiles/Details"
                ],
                "summary":"Get Details",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/serviceProviderProfiles.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"serviceProviderProfiles-{servprovProfileGid}-details-get",
                "x-filename-id":"serviceproviderprofiles-servprovprofilegid-details-get"
            },
            "post":{
                "tags":[
                    "Power Data/Service Provider Profiles/Details"
                ],
                "summary":"Create a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/serviceProviderProfiles.details"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/serviceProviderProfiles.details"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/serviceProviderProfiles.details"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/serviceProviderProfiles.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"serviceProviderProfiles-{servprovProfileGid}-details-post",
                "x-filename-id":"serviceproviderprofiles-servprovprofilegid-details-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Service Provider Profiles/Details"
                ],
                "summary":"Update Details",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"serviceProviderProfiles-{servprovProfileGid}-details-patch",
                "x-filename-id":"serviceproviderprofiles-servprovprofilegid-details-patch"
            }
        },
        "/serviceProviderProfiles/{servprovProfileGid}/details/{servprovGid}":{
            "parameters":[
                {
                    "name":"servprovProfileGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"servprovGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Service Provider Profiles/Details"
                ],
                "summary":"Get a Detail",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/serviceProviderProfiles.details"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"serviceProviderProfiles-{servprovProfileGid}-details-{servprovGid}-get",
                "x-filename-id":"serviceproviderprofiles-servprovprofilegid-details-servprovgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Service Provider Profiles/Details"
                ],
                "summary":"Delete a Detail",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"serviceProviderProfiles-{servprovProfileGid}-details-{servprovGid}-delete",
                "x-filename-id":"serviceproviderprofiles-servprovprofilegid-details-servprovgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Service Provider Profiles/Details"
                ],
                "summary":"Update a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"serviceProviderProfiles-{servprovProfileGid}-details-{servprovGid}-patch",
                "x-filename-id":"serviceproviderprofiles-servprovprofilegid-details-servprovgid-patch"
            }
        },
        "/productClassificationHierarchyCodes":{
            "get":{
                "tags":[
                    "Power Data/Product Classification Hierarchy Codes"
                ],
                "summary":"Get Product Classification Hierarchy Codes",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/productClassificationHierarchyCodes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"productClassificationHierarchyCodes-get",
                "x-filename-id":"productclassificationhierarchycodes-get"
            },
            "post":{
                "tags":[
                    "Power Data/Product Classification Hierarchy Codes"
                ],
                "summary":"Create a Product Classification Hierarchy Code",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/productClassificationHierarchyCodes"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/productClassificationHierarchyCodes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"productClassificationHierarchyCodes-post",
                "x-filename-id":"productclassificationhierarchycodes-post"
            }
        },
        "/productClassificationHierarchyCodes/{gtmProdClassCodePartGid}":{
            "parameters":[
                {
                    "name":"gtmProdClassCodePartGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Product Classification Hierarchy Codes"
                ],
                "summary":"Get a Product Classification Hierarchy Code",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/productClassificationHierarchyCodes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"productClassificationHierarchyCodes-{gtmProdClassCodePartGid}-get",
                "x-filename-id":"productclassificationhierarchycodes-gtmprodclasscodepartgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Product Classification Hierarchy Codes"
                ],
                "summary":"Delete a Product Classification Hierarchy Code",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"productClassificationHierarchyCodes-{gtmProdClassCodePartGid}-delete",
                "x-filename-id":"productclassificationhierarchycodes-gtmprodclasscodepartgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Product Classification Hierarchy Codes"
                ],
                "summary":"Update a Product Classification Hierarchy Code",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"productClassificationHierarchyCodes-{gtmProdClassCodePartGid}-patch",
                "x-filename-id":"productclassificationhierarchycodes-gtmprodclasscodepartgid-patch"
            }
        },
        "/productClassificationHierarchyCodes/{gtmProdClassCodePartGid}/descriptions":{
            "parameters":[
                {
                    "name":"gtmProdClassCodePartGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Product Classification Hierarchy Codes/Descriptions"
                ],
                "summary":"Get Descriptions",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/productClassificationHierarchyCodes.descriptions"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"productClassificationHierarchyCodes-{gtmProdClassCodePartGid}-descriptions-get",
                "x-filename-id":"productclassificationhierarchycodes-gtmprodclasscodepartgid-descriptions-get"
            },
            "post":{
                "tags":[
                    "Power Data/Product Classification Hierarchy Codes/Descriptions"
                ],
                "summary":"Create a Description",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/productClassificationHierarchyCodes.descriptions"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/productClassificationHierarchyCodes.descriptions"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/productClassificationHierarchyCodes.descriptions"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/productClassificationHierarchyCodes.descriptions"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"productClassificationHierarchyCodes-{gtmProdClassCodePartGid}-descriptions-post",
                "x-filename-id":"productclassificationhierarchycodes-gtmprodclasscodepartgid-descriptions-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Product Classification Hierarchy Codes/Descriptions"
                ],
                "summary":"Update Descriptions",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"productClassificationHierarchyCodes-{gtmProdClassCodePartGid}-descriptions-patch",
                "x-filename-id":"productclassificationhierarchycodes-gtmprodclasscodepartgid-descriptions-patch"
            }
        },
        "/productClassificationHierarchyCodes/{gtmProdClassCodePartGid}/descriptions/{gtmLanguageGid}":{
            "parameters":[
                {
                    "name":"gtmProdClassCodePartGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmLanguageGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Product Classification Hierarchy Codes/Descriptions"
                ],
                "summary":"Get a Description",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/productClassificationHierarchyCodes.descriptions"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"productClassificationHierarchyCodes-{gtmProdClassCodePartGid}-descriptions-{gtmLanguageGid}-get",
                "x-filename-id":"productclassificationhierarchycodes-gtmprodclasscodepartgid-descriptions-gtmlanguagegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Product Classification Hierarchy Codes/Descriptions"
                ],
                "summary":"Delete a Description",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"productClassificationHierarchyCodes-{gtmProdClassCodePartGid}-descriptions-{gtmLanguageGid}-delete",
                "x-filename-id":"productclassificationhierarchycodes-gtmprodclasscodepartgid-descriptions-gtmlanguagegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Product Classification Hierarchy Codes/Descriptions"
                ],
                "summary":"Update a Description",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"productClassificationHierarchyCodes-{gtmProdClassCodePartGid}-descriptions-{gtmLanguageGid}-patch",
                "x-filename-id":"productclassificationhierarchycodes-gtmprodclasscodepartgid-descriptions-gtmlanguagegid-patch"
            }
        },
        "/rateQualities":{
            "get":{
                "tags":[
                    "Power Data/Rate Qualities"
                ],
                "summary":"Get Rate Qualities",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/rateQualities"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateQualities-get",
                "x-filename-id":"ratequalities-get"
            },
            "post":{
                "tags":[
                    "Power Data/Rate Qualities"
                ],
                "summary":"Create a Rate Quality",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/rateQualities"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateQualities"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateQualities-post",
                "x-filename-id":"ratequalities-post"
            }
        },
        "/rateQualities/{rateQualityGid}":{
            "parameters":[
                {
                    "name":"rateQualityGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Rate Qualities"
                ],
                "summary":"Get a Rate Quality",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateQualities"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateQualities-{rateQualityGid}-get",
                "x-filename-id":"ratequalities-ratequalitygid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Rate Qualities"
                ],
                "summary":"Delete a Rate Quality",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rateQualities-{rateQualityGid}-delete",
                "x-filename-id":"ratequalities-ratequalitygid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Rate Qualities"
                ],
                "summary":"Update a Rate Quality",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rateQualities-{rateQualityGid}-patch",
                "x-filename-id":"ratequalities-ratequalitygid-patch"
            }
        },
        "/documents":{
            "get":{
                "tags":[
                    "Business Objects/Documents"
                ],
                "summary":"Get Documents",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/documents"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"documents-get",
                "x-filename-id":"documents-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Documents"
                ],
                "summary":"Create a Document",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/documents"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/documents"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"documents-post",
                "x-filename-id":"documents-post"
            }
        },
        "/documents/{documentGid}":{
            "parameters":[
                {
                    "name":"documentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Documents"
                ],
                "summary":"Get a Document",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/documents"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"documents-{documentGid}-get",
                "x-filename-id":"documents-documentgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Documents"
                ],
                "summary":"Delete a Document",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"documents-{documentGid}-delete",
                "x-filename-id":"documents-documentgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Documents"
                ],
                "summary":"Update a Document",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"documents-{documentGid}-patch",
                "x-filename-id":"documents-documentgid-patch"
            }
        },
        "/documents/{documentGid}/contexts":{
            "parameters":[
                {
                    "name":"documentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Documents/Contexts"
                ],
                "summary":"Get Contexts",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/documents.contexts"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"documents-{documentGid}-contexts-get",
                "x-filename-id":"documents-documentgid-contexts-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Documents/Contexts"
                ],
                "summary":"Create a Context",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/documents.contexts"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/documents.contexts"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/documents.contexts"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/documents.contexts"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"documents-{documentGid}-contexts-post",
                "x-filename-id":"documents-documentgid-contexts-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Documents/Contexts"
                ],
                "summary":"Update Contexts",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"documents-{documentGid}-contexts-patch",
                "x-filename-id":"documents-documentgid-contexts-patch"
            }
        },
        "/documents/{documentGid}/contexts/{documentContextQualGid}":{
            "parameters":[
                {
                    "name":"documentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentContextQualGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Documents/Contexts"
                ],
                "summary":"Get a Context",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/documents.contexts"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"documents-{documentGid}-contexts-{documentContextQualGid}-get",
                "x-filename-id":"documents-documentgid-contexts-documentcontextqualgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Documents/Contexts"
                ],
                "summary":"Delete a Context",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"documents-{documentGid}-contexts-{documentContextQualGid}-delete",
                "x-filename-id":"documents-documentgid-contexts-documentcontextqualgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Documents/Contexts"
                ],
                "summary":"Update a Context",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"documents-{documentGid}-contexts-{documentContextQualGid}-patch",
                "x-filename-id":"documents-documentgid-contexts-documentcontextqualgid-patch"
            }
        },
        "/documents/{documentGid}/statuses":{
            "parameters":[
                {
                    "name":"documentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Documents/Statuses"
                ],
                "summary":"Get Statuses",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/documents.statuses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"documents-{documentGid}-statuses-get",
                "x-filename-id":"documents-documentgid-statuses-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Documents/Statuses"
                ],
                "summary":"Create a Status",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/documents.statuses"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/documents.statuses"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/documents.statuses"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/documents.statuses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"documents-{documentGid}-statuses-post",
                "x-filename-id":"documents-documentgid-statuses-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Documents/Statuses"
                ],
                "summary":"Update Statuses",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"documents-{documentGid}-statuses-patch",
                "x-filename-id":"documents-documentgid-statuses-patch"
            }
        },
        "/documents/{documentGid}/statuses/{statusTypeGid}":{
            "parameters":[
                {
                    "name":"documentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"statusTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Documents/Statuses"
                ],
                "summary":"Get a Status",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/documents.statuses"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"documents-{documentGid}-statuses-{statusTypeGid}-get",
                "x-filename-id":"documents-documentgid-statuses-statustypegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Documents/Statuses"
                ],
                "summary":"Delete a Status",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"documents-{documentGid}-statuses-{statusTypeGid}-delete",
                "x-filename-id":"documents-documentgid-statuses-statustypegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Documents/Statuses"
                ],
                "summary":"Update a Status",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"documents-{documentGid}-statuses-{statusTypeGid}-patch",
                "x-filename-id":"documents-documentgid-statuses-statustypegid-patch"
            }
        },
        "/documents/{documentGid}/cmsParams":{
            "parameters":[
                {
                    "name":"documentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Documents/CMS Parameters"
                ],
                "summary":"Get CMS Parameters",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/documents.cmsParams"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"documents-{documentGid}-cmsParams-get",
                "x-filename-id":"documents-documentgid-cmsparams-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Documents/CMS Parameters"
                ],
                "summary":"Create a CMS Parameter",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/documents.cmsParams"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/documents.cmsParams"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/documents.cmsParams"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/documents.cmsParams"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"documents-{documentGid}-cmsParams-post",
                "x-filename-id":"documents-documentgid-cmsparams-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Documents/CMS Parameters"
                ],
                "summary":"Update CMS Parameters",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"documents-{documentGid}-cmsParams-patch",
                "x-filename-id":"documents-documentgid-cmsparams-patch"
            }
        },
        "/documents/{documentGid}/cmsParams/{paramName}":{
            "parameters":[
                {
                    "name":"documentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"paramName",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Documents/CMS Parameters"
                ],
                "summary":"Get a CMS Parameter",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/documents.cmsParams"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"documents-{documentGid}-cmsParams-{paramName}-get",
                "x-filename-id":"documents-documentgid-cmsparams-paramname-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Documents/CMS Parameters"
                ],
                "summary":"Delete a CMS Parameter",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"documents-{documentGid}-cmsParams-{paramName}-delete",
                "x-filename-id":"documents-documentgid-cmsparams-paramname-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Documents/CMS Parameters"
                ],
                "summary":"Update a CMS Parameter",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"documents-{documentGid}-cmsParams-{paramName}-patch",
                "x-filename-id":"documents-documentgid-cmsparams-paramname-patch"
            }
        },
        "/documents/{documentGid}/contents":{
            "parameters":[
                {
                    "name":"documentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Documents/Contents"
                ],
                "summary":"Get Contents",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/documents.contents"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"documents-{documentGid}-contents-get",
                "x-filename-id":"documents-documentgid-contents-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Documents/Contents"
                ],
                "summary":"Create a Content",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/documents.contents"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/documents.contents"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/documents.contents"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/documents.contents"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"documents-{documentGid}-contents-post",
                "x-filename-id":"documents-documentgid-contents-post"
            }
        },
        "/documents/{documentGid}/contents/{documentContentGid}":{
            "parameters":[
                {
                    "name":"documentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentContentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Documents/Contents"
                ],
                "summary":"Get a Content",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/documents.contents"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"documents-{documentGid}-contents-{documentContentGid}-get",
                "x-filename-id":"documents-documentgid-contents-documentcontentgid-get"
            }
        },
        "/custom-actions/download/documents/{document gid}/contents/{document content gid}":{
            "get":{
                "tags":[
                    "Actions/Business Actions/Documents"
                ],
                "summary":"Download the raw document content",
                "description":"Access to the actual document content for download, however, is managed via the \"contents\" child resource of the \"documents\" root resource. The child resource will contain a \"canonical\" link reference where the content can be downloaded using an HTTP POST or GET. This will return the content according to the media type stored with the document definition.",
                "parameters":[
                    {
                        "name":"document gid",
                        "in":"path",
                        "required":true,
                        "description":"The Document GID.",
                        "schema":{
                            "type":"string"
                        }
                    },
                    {
                        "name":"document content gid",
                        "in":"path",
                        "required":true,
                        "description":"The Document Content GID.",
                        "schema":{
                            "type":"string"
                        }
                    }
                ],
                "responses":{
                    "200":{
                        "description":"Content successfully returned as message body with content matching the Content-Type header."
                    }
                },
                "x-internal-id":"custom-actions-download-documents-{document gid}-contents-{document content gid}-get",
                "x-filename-id":"custom-actions-download-documents-document-gid-contents-document-content-gid-get"
            }
        },
        "/custom-actions/upload/documents/{document gid}/contents":{
            "post":{
                "tags":[
                    "Actions/Business Actions/Documents"
                ],
                "summary":"Upload raw document content",
                "description":"Adds document content to an existing document. The Content-Type header for the HTTP POST must match the type of content being uploaded.\nThis content will be scanned for viruses and the content verified to match the specified type.\nOnly one document content can be created for an existing document.",
                "parameters":[
                    {
                        "name":"document gid",
                        "in":"path",
                        "required":true,
                        "description":"The Document GID.",
                        "schema":{
                            "type":"string"
                        }
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/octet-stream":{
                            "schema":{
                                "type":"string",
                                "format":"binary"
                            }
                        }
                    }
                },
                "responses":{
                    "200":{
                        "description":"Indicates document content has been successfully uploaded and validated."
                    },
                    "400":{
                        "description":"Indicates document content already exists for the specified document."
                    },
                    "404":{
                        "description":"Indicates the specified document does not exist."
                    },
                    "405":{
                        "description":"Indicates the operation being attempted was not supported."
                    },
                    "500":{
                        "description":"Indicates there was an internal persistence error and to check the application exception logs."
                    }
                },
                "x-internal-id":"custom-actions-upload-documents-{document gid}-contents-post",
                "x-filename-id":"custom-actions-upload-documents-document-gid-contents-post"
            }
        },
        "/statusGroupProfiles":{
            "get":{
                "tags":[
                    "Power Data/Status Group Profiles"
                ],
                "summary":"Get Status Group Profiles",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/statusGroupProfiles"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"statusGroupProfiles-get",
                "x-filename-id":"statusgroupprofiles-get"
            },
            "post":{
                "tags":[
                    "Power Data/Status Group Profiles"
                ],
                "summary":"Create a Status Group Profile",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/statusGroupProfiles"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/statusGroupProfiles"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"statusGroupProfiles-post",
                "x-filename-id":"statusgroupprofiles-post"
            }
        },
        "/statusGroupProfiles/{bsStatusGroupProfileGid}":{
            "parameters":[
                {
                    "name":"bsStatusGroupProfileGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Status Group Profiles"
                ],
                "summary":"Get a Status Group Profile",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/statusGroupProfiles"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"statusGroupProfiles-{bsStatusGroupProfileGid}-get",
                "x-filename-id":"statusgroupprofiles-bsstatusgroupprofilegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Status Group Profiles"
                ],
                "summary":"Delete a Status Group Profile",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"statusGroupProfiles-{bsStatusGroupProfileGid}-delete",
                "x-filename-id":"statusgroupprofiles-bsstatusgroupprofilegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Status Group Profiles"
                ],
                "summary":"Update a Status Group Profile",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"statusGroupProfiles-{bsStatusGroupProfileGid}-patch",
                "x-filename-id":"statusgroupprofiles-bsstatusgroupprofilegid-patch"
            }
        },
        "/statusGroupProfiles/{bsStatusGroupProfileGid}/details":{
            "parameters":[
                {
                    "name":"bsStatusGroupProfileGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Status Group Profiles/Details"
                ],
                "summary":"Get Details",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/statusGroupProfiles.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"statusGroupProfiles-{bsStatusGroupProfileGid}-details-get",
                "x-filename-id":"statusgroupprofiles-bsstatusgroupprofilegid-details-get"
            },
            "post":{
                "tags":[
                    "Power Data/Status Group Profiles/Details"
                ],
                "summary":"Create a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/statusGroupProfiles.details"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/statusGroupProfiles.details"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/statusGroupProfiles.details"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/statusGroupProfiles.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"statusGroupProfiles-{bsStatusGroupProfileGid}-details-post",
                "x-filename-id":"statusgroupprofiles-bsstatusgroupprofilegid-details-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Status Group Profiles/Details"
                ],
                "summary":"Update Details",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"statusGroupProfiles-{bsStatusGroupProfileGid}-details-patch",
                "x-filename-id":"statusgroupprofiles-bsstatusgroupprofilegid-details-patch"
            }
        },
        "/statusGroupProfiles/{bsStatusGroupProfileGid}/details/{bsStatusGroupGid}":{
            "parameters":[
                {
                    "name":"bsStatusGroupProfileGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"bsStatusGroupGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Status Group Profiles/Details"
                ],
                "summary":"Get a Detail",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/statusGroupProfiles.details"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"statusGroupProfiles-{bsStatusGroupProfileGid}-details-{bsStatusGroupGid}-get",
                "x-filename-id":"statusgroupprofiles-bsstatusgroupprofilegid-details-bsstatusgroupgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Status Group Profiles/Details"
                ],
                "summary":"Delete a Detail",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"statusGroupProfiles-{bsStatusGroupProfileGid}-details-{bsStatusGroupGid}-delete",
                "x-filename-id":"statusgroupprofiles-bsstatusgroupprofilegid-details-bsstatusgroupgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Status Group Profiles/Details"
                ],
                "summary":"Update a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"statusGroupProfiles-{bsStatusGroupProfileGid}-details-{bsStatusGroupGid}-patch",
                "x-filename-id":"statusgroupprofiles-bsstatusgroupprofilegid-details-bsstatusgroupgid-patch"
            }
        },
        "/loadConfigRules":{
            "get":{
                "tags":[
                    "Power Data/Load Configuration Rules"
                ],
                "summary":"Get Load Configuration Rules",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/loadConfigRules"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"loadConfigRules-get",
                "x-filename-id":"loadconfigrules-get"
            },
            "post":{
                "tags":[
                    "Power Data/Load Configuration Rules"
                ],
                "summary":"Create a Load Configuration Rule",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/loadConfigRules"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/loadConfigRules"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"loadConfigRules-post",
                "x-filename-id":"loadconfigrules-post"
            }
        },
        "/loadConfigRules/{sequenceNo}":{
            "parameters":[
                {
                    "name":"sequenceNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Load Configuration Rules"
                ],
                "summary":"Get a Load Configuration Rule",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/loadConfigRules"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"loadConfigRules-{sequenceNo}-get",
                "x-filename-id":"loadconfigrules-sequenceno-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Load Configuration Rules"
                ],
                "summary":"Delete a Load Configuration Rule",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"loadConfigRules-{sequenceNo}-delete",
                "x-filename-id":"loadconfigrules-sequenceno-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Load Configuration Rules"
                ],
                "summary":"Update a Load Configuration Rule",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"loadConfigRules-{sequenceNo}-patch",
                "x-filename-id":"loadconfigrules-sequenceno-patch"
            }
        },
        "/locationOverrides":{
            "get":{
                "tags":[
                    "Power Data/Location Overrides"
                ],
                "summary":"Get Location Overrides",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/locationOverrides"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locationOverrides-get",
                "x-filename-id":"locationoverrides-get"
            },
            "post":{
                "tags":[
                    "Power Data/Location Overrides"
                ],
                "summary":"Create a Location Override",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/locationOverrides"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/locationOverrides"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locationOverrides-post",
                "x-filename-id":"locationoverrides-post"
            }
        },
        "/locationOverrides/{locationOverrideGid}":{
            "parameters":[
                {
                    "name":"locationOverrideGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Location Overrides"
                ],
                "summary":"Get a Location Override",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/locationOverrides"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locationOverrides-{locationOverrideGid}-get",
                "x-filename-id":"locationoverrides-locationoverridegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Location Overrides"
                ],
                "summary":"Delete a Location Override",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"locationOverrides-{locationOverrideGid}-delete",
                "x-filename-id":"locationoverrides-locationoverridegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Location Overrides"
                ],
                "summary":"Update a Location Override",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"locationOverrides-{locationOverrideGid}-patch",
                "x-filename-id":"locationoverrides-locationoverridegid-patch"
            }
        },
        "/locationOverrides/{locationOverrideGid}/addresses":{
            "parameters":[
                {
                    "name":"locationOverrideGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Location Overrides/Addresses"
                ],
                "summary":"Get Addresses",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/locationOverrides.addresses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locationOverrides-{locationOverrideGid}-addresses-get",
                "x-filename-id":"locationoverrides-locationoverridegid-addresses-get"
            },
            "post":{
                "tags":[
                    "Power Data/Location Overrides/Addresses"
                ],
                "summary":"Create an Address",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/locationOverrides.addresses"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/locationOverrides.addresses"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/locationOverrides.addresses"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/locationOverrides.addresses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locationOverrides-{locationOverrideGid}-addresses-post",
                "x-filename-id":"locationoverrides-locationoverridegid-addresses-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Location Overrides/Addresses"
                ],
                "summary":"Update Addresses",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"locationOverrides-{locationOverrideGid}-addresses-patch",
                "x-filename-id":"locationoverrides-locationoverridegid-addresses-patch"
            }
        },
        "/locationOverrides/{locationOverrideGid}/addresses/{lineSequence}":{
            "parameters":[
                {
                    "name":"locationOverrideGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"lineSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Location Overrides/Addresses"
                ],
                "summary":"Get an Address",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/locationOverrides.addresses"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locationOverrides-{locationOverrideGid}-addresses-{lineSequence}-get",
                "x-filename-id":"locationoverrides-locationoverridegid-addresses-linesequence-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Location Overrides/Addresses"
                ],
                "summary":"Delete an Address",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"locationOverrides-{locationOverrideGid}-addresses-{lineSequence}-delete",
                "x-filename-id":"locationoverrides-locationoverridegid-addresses-linesequence-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Location Overrides/Addresses"
                ],
                "summary":"Update an Address",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"locationOverrides-{locationOverrideGid}-addresses-{lineSequence}-patch",
                "x-filename-id":"locationoverrides-locationoverridegid-addresses-linesequence-patch"
            }
        },
        "/askOtmSavedQueries":{
            "get":{
                "tags":[
                    "Power Data/Ask Otm Saved Queries"
                ],
                "summary":"Get Ask Otm Saved Queries",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/askOtmSavedQueries"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"askOtmSavedQueries-get",
                "x-filename-id":"askotmsavedqueries-get"
            }
        },
        "/askOtmSavedQueries/{savedQueryGid}":{
            "parameters":[
                {
                    "name":"savedQueryGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Ask Otm Saved Queries"
                ],
                "summary":"Get an Ask Otm Saved Querie",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/askOtmSavedQueries"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"askOtmSavedQueries-{savedQueryGid}-get",
                "x-filename-id":"askotmsavedqueries-savedquerygid-get"
            }
        },
        "/transmissions":{
            "post":{
                "tags":[
                    "Batch Processing/Transmissions"
                ],
                "summary":"Create a Transmission",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/transmissions"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=status":{
                                "schema":{
                                    "$ref":"#/components/schemas/asyncResponse"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"transmissions-post",
                "x-filename-id":"transmissions-post"
            }
        },
        "/logicConfigurations":{
            "get":{
                "tags":[
                    "Power Data/Logic Configurations"
                ],
                "summary":"Get Logic Configurations",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/logicConfigurations"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"logicConfigurations-get",
                "x-filename-id":"logicconfigurations-get"
            }
        },
        "/logicConfigurations/{logicConfigGid}":{
            "parameters":[
                {
                    "name":"logicConfigGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Logic Configurations"
                ],
                "summary":"Get a Logic Configuration",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/logicConfigurations"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"logicConfigurations-{logicConfigGid}-get",
                "x-filename-id":"logicconfigurations-logicconfiggid-get"
            }
        },
        "/tradeTransactionTypeProfiles":{
            "get":{
                "tags":[
                    "Power Data/Trade Transaction Type Profiles"
                ],
                "summary":"Get Trade Transaction Type Profiles",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionTypeProfiles"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionTypeProfiles-get",
                "x-filename-id":"tradetransactiontypeprofiles-get"
            },
            "post":{
                "tags":[
                    "Power Data/Trade Transaction Type Profiles"
                ],
                "summary":"Create a Trade Transaction Type Profile",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeTransactionTypeProfiles"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionTypeProfiles"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionTypeProfiles-post",
                "x-filename-id":"tradetransactiontypeprofiles-post"
            }
        },
        "/tradeTransactionTypeProfiles/{gtmTransTypeProfileGid}":{
            "parameters":[
                {
                    "name":"gtmTransTypeProfileGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Trade Transaction Type Profiles"
                ],
                "summary":"Get a Trade Transaction Type Profile",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionTypeProfiles"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionTypeProfiles-{gtmTransTypeProfileGid}-get",
                "x-filename-id":"tradetransactiontypeprofiles-gtmtranstypeprofilegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Trade Transaction Type Profiles"
                ],
                "summary":"Delete a Trade Transaction Type Profile",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionTypeProfiles-{gtmTransTypeProfileGid}-delete",
                "x-filename-id":"tradetransactiontypeprofiles-gtmtranstypeprofilegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Trade Transaction Type Profiles"
                ],
                "summary":"Update a Trade Transaction Type Profile",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionTypeProfiles-{gtmTransTypeProfileGid}-patch",
                "x-filename-id":"tradetransactiontypeprofiles-gtmtranstypeprofilegid-patch"
            }
        },
        "/tradeTransactionTypeProfiles/{gtmTransTypeProfileGid}/details":{
            "parameters":[
                {
                    "name":"gtmTransTypeProfileGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Trade Transaction Type Profiles/Details"
                ],
                "summary":"Get Details",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionTypeProfiles.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionTypeProfiles-{gtmTransTypeProfileGid}-details-get",
                "x-filename-id":"tradetransactiontypeprofiles-gtmtranstypeprofilegid-details-get"
            },
            "post":{
                "tags":[
                    "Power Data/Trade Transaction Type Profiles/Details"
                ],
                "summary":"Create a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeTransactionTypeProfiles.details"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradeTransactionTypeProfiles.details"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionTypeProfiles.details"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionTypeProfiles.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionTypeProfiles-{gtmTransTypeProfileGid}-details-post",
                "x-filename-id":"tradetransactiontypeprofiles-gtmtranstypeprofilegid-details-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Trade Transaction Type Profiles/Details"
                ],
                "summary":"Update Details",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionTypeProfiles-{gtmTransTypeProfileGid}-details-patch",
                "x-filename-id":"tradetransactiontypeprofiles-gtmtranstypeprofilegid-details-patch"
            }
        },
        "/tradeTransactionTypeProfiles/{gtmTransTypeProfileGid}/details/{gtmTransactionTypeGid}":{
            "parameters":[
                {
                    "name":"gtmTransTypeProfileGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Trade Transaction Type Profiles/Details"
                ],
                "summary":"Get a Detail",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionTypeProfiles.details"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionTypeProfiles-{gtmTransTypeProfileGid}-details-{gtmTransactionTypeGid}-get",
                "x-filename-id":"tradetransactiontypeprofiles-gtmtranstypeprofilegid-details-gtmtransactiontypegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Trade Transaction Type Profiles/Details"
                ],
                "summary":"Delete a Detail",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionTypeProfiles-{gtmTransTypeProfileGid}-details-{gtmTransactionTypeGid}-delete",
                "x-filename-id":"tradetransactiontypeprofiles-gtmtranstypeprofilegid-details-gtmtransactiontypegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Trade Transaction Type Profiles/Details"
                ],
                "summary":"Update a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionTypeProfiles-{gtmTransTypeProfileGid}-details-{gtmTransactionTypeGid}-patch",
                "x-filename-id":"tradetransactiontypeprofiles-gtmtranstypeprofilegid-details-gtmtransactiontypegid-patch"
            }
        },
        "/bulkContinuousMoves":{
            "get":{
                "tags":[
                    "Power Data/Bulk Continuous Moves"
                ],
                "summary":"Get Bulk Continuous Moves",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/bulkContinuousMoves"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"bulkContinuousMoves-get",
                "x-filename-id":"bulkcontinuousmoves-get"
            }
        },
        "/bulkContinuousMoves/{bulkCmGid}":{
            "parameters":[
                {
                    "name":"bulkCmGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Bulk Continuous Moves"
                ],
                "summary":"Get a Bulk Continuous Move",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/bulkContinuousMoves"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"bulkContinuousMoves-{bulkCmGid}-get",
                "x-filename-id":"bulkcontinuousmoves-bulkcmgid-get"
            }
        },
        "/shipmentReferenceNumberQualifiers":{
            "get":{
                "tags":[
                    "Power Data/Shipment Reference Number Qualifiers"
                ],
                "summary":"Get Shipment Reference Number Qualifiers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentReferenceNumberQualifiers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentReferenceNumberQualifiers-get",
                "x-filename-id":"shipmentreferencenumberqualifiers-get"
            },
            "post":{
                "tags":[
                    "Power Data/Shipment Reference Number Qualifiers"
                ],
                "summary":"Create a Shipment Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipmentReferenceNumberQualifiers"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentReferenceNumberQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentReferenceNumberQualifiers-post",
                "x-filename-id":"shipmentreferencenumberqualifiers-post"
            }
        },
        "/shipmentReferenceNumberQualifiers/{shipmentRefnumQualGid}":{
            "parameters":[
                {
                    "name":"shipmentRefnumQualGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Shipment Reference Number Qualifiers"
                ],
                "summary":"Get a Shipment Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentReferenceNumberQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentReferenceNumberQualifiers-{shipmentRefnumQualGid}-get",
                "x-filename-id":"shipmentreferencenumberqualifiers-shipmentrefnumqualgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Shipment Reference Number Qualifiers"
                ],
                "summary":"Delete a Shipment Reference Number Qualifier",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentReferenceNumberQualifiers-{shipmentRefnumQualGid}-delete",
                "x-filename-id":"shipmentreferencenumberqualifiers-shipmentrefnumqualgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Shipment Reference Number Qualifiers"
                ],
                "summary":"Update a Shipment Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentReferenceNumberQualifiers-{shipmentRefnumQualGid}-patch",
                "x-filename-id":"shipmentreferencenumberqualifiers-shipmentrefnumqualgid-patch"
            }
        },
        "/licenseLineReferenceNumberQualifiers":{
            "get":{
                "tags":[
                    "Power Data/License Line Reference Number Qualifiers"
                ],
                "summary":"Get License Line Reference Number Qualifiers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/licenseLineReferenceNumberQualifiers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"licenseLineReferenceNumberQualifiers-get",
                "x-filename-id":"licenselinereferencenumberqualifiers-get"
            },
            "post":{
                "tags":[
                    "Power Data/License Line Reference Number Qualifiers"
                ],
                "summary":"Create a License Line Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/licenseLineReferenceNumberQualifiers"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/licenseLineReferenceNumberQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"licenseLineReferenceNumberQualifiers-post",
                "x-filename-id":"licenselinereferencenumberqualifiers-post"
            }
        },
        "/licenseLineReferenceNumberQualifiers/{gtmLicLineRefnumQualGid}":{
            "parameters":[
                {
                    "name":"gtmLicLineRefnumQualGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/License Line Reference Number Qualifiers"
                ],
                "summary":"Get a License Line Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/licenseLineReferenceNumberQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"licenseLineReferenceNumberQualifiers-{gtmLicLineRefnumQualGid}-get",
                "x-filename-id":"licenselinereferencenumberqualifiers-gtmliclinerefnumqualgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/License Line Reference Number Qualifiers"
                ],
                "summary":"Delete a License Line Reference Number Qualifier",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"licenseLineReferenceNumberQualifiers-{gtmLicLineRefnumQualGid}-delete",
                "x-filename-id":"licenselinereferencenumberqualifiers-gtmliclinerefnumqualgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/License Line Reference Number Qualifiers"
                ],
                "summary":"Update a License Line Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"licenseLineReferenceNumberQualifiers-{gtmLicLineRefnumQualGid}-patch",
                "x-filename-id":"licenselinereferencenumberqualifiers-gtmliclinerefnumqualgid-patch"
            }
        },
        "/orderReleaseLineReferenceNumberQualifiers":{
            "get":{
                "tags":[
                    "Power Data/Order Release Line Reference Number Qualifiers"
                ],
                "summary":"Get Order Release Line Reference Number Qualifiers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderReleaseLineReferenceNumberQualifiers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleaseLineReferenceNumberQualifiers-get",
                "x-filename-id":"orderreleaselinereferencenumberqualifiers-get"
            },
            "post":{
                "tags":[
                    "Power Data/Order Release Line Reference Number Qualifiers"
                ],
                "summary":"Create an Order Release Line Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/orderReleaseLineReferenceNumberQualifiers"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderReleaseLineReferenceNumberQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleaseLineReferenceNumberQualifiers-post",
                "x-filename-id":"orderreleaselinereferencenumberqualifiers-post"
            }
        },
        "/orderReleaseLineReferenceNumberQualifiers/{orLineRefnumQualGid}":{
            "parameters":[
                {
                    "name":"orLineRefnumQualGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Order Release Line Reference Number Qualifiers"
                ],
                "summary":"Get an Order Release Line Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderReleaseLineReferenceNumberQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderReleaseLineReferenceNumberQualifiers-{orLineRefnumQualGid}-get",
                "x-filename-id":"orderreleaselinereferencenumberqualifiers-orlinerefnumqualgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Order Release Line Reference Number Qualifiers"
                ],
                "summary":"Delete an Order Release Line Reference Number Qualifier",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleaseLineReferenceNumberQualifiers-{orLineRefnumQualGid}-delete",
                "x-filename-id":"orderreleaselinereferencenumberqualifiers-orlinerefnumqualgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Order Release Line Reference Number Qualifiers"
                ],
                "summary":"Update an Order Release Line Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderReleaseLineReferenceNumberQualifiers-{orLineRefnumQualGid}-patch",
                "x-filename-id":"orderreleaselinereferencenumberqualifiers-orlinerefnumqualgid-patch"
            }
        },
        "/timeZones":{
            "get":{
                "tags":[
                    "Power Data/Time Zones"
                ],
                "summary":"Get Time Zones",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/timeZones"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"timeZones-get",
                "x-filename-id":"timezones-get"
            },
            "post":{
                "tags":[
                    "Power Data/Time Zones"
                ],
                "summary":"Create a Time Zone",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/timeZones"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/timeZones"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"timeZones-post",
                "x-filename-id":"timezones-post"
            }
        },
        "/timeZones/{timeZoneGid}":{
            "parameters":[
                {
                    "name":"timeZoneGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Time Zones"
                ],
                "summary":"Get a Time Zone",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/timeZones"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"timeZones-{timeZoneGid}-get",
                "x-filename-id":"timezones-timezonegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Time Zones"
                ],
                "summary":"Delete a Time Zone",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"timeZones-{timeZoneGid}-delete",
                "x-filename-id":"timezones-timezonegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Time Zones"
                ],
                "summary":"Update a Time Zone",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"timeZones-{timeZoneGid}-patch",
                "x-filename-id":"timezones-timezonegid-patch"
            }
        },
        "/trackingEvents":{
            "get":{
                "tags":[
                    "Business Objects/Tracking Events"
                ],
                "summary":"Get Tracking Events",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/trackingEvents"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"trackingEvents-get",
                "x-filename-id":"trackingevents-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Tracking Events"
                ],
                "summary":"Create a Tracking Event",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/trackingEvents"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/trackingEvents"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"trackingEvents-post",
                "x-filename-id":"trackingevents-post"
            }
        },
        "/trackingEvents/{iTransactionNo}":{
            "parameters":[
                {
                    "name":"iTransactionNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Tracking Events"
                ],
                "summary":"Get a Tracking Event",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/trackingEvents"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"trackingEvents-{iTransactionNo}-get",
                "x-filename-id":"trackingevents-itransactionno-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Tracking Events"
                ],
                "summary":"Delete a Tracking Event",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"trackingEvents-{iTransactionNo}-delete",
                "x-filename-id":"trackingevents-itransactionno-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Tracking Events"
                ],
                "summary":"Update a Tracking Event",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"trackingEvents-{iTransactionNo}-patch",
                "x-filename-id":"trackingevents-itransactionno-patch"
            }
        },
        "/trackingEvents/{iTransactionNo}/shipmentRefnums":{
            "parameters":[
                {
                    "name":"iTransactionNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Tracking Events/Shipment Reference Numbers"
                ],
                "summary":"Get Shipment Reference Numbers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/trackingEvents.shipmentRefnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"trackingEvents-{iTransactionNo}-shipmentRefnums-get",
                "x-filename-id":"trackingevents-itransactionno-shipmentrefnums-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Tracking Events/Shipment Reference Numbers"
                ],
                "summary":"Create a Shipment Reference Number",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/trackingEvents.shipmentRefnums"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/trackingEvents.shipmentRefnums"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/trackingEvents.shipmentRefnums"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/trackingEvents.shipmentRefnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"trackingEvents-{iTransactionNo}-shipmentRefnums-post",
                "x-filename-id":"trackingevents-itransactionno-shipmentrefnums-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Tracking Events/Shipment Reference Numbers"
                ],
                "summary":"Update Shipment Reference Numbers",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"trackingEvents-{iTransactionNo}-shipmentRefnums-patch",
                "x-filename-id":"trackingevents-itransactionno-shipmentrefnums-patch"
            }
        },
        "/trackingEvents/{iTransactionNo}/shipmentRefnums/{iRecNo}":{
            "parameters":[
                {
                    "name":"iTransactionNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"iRecNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Tracking Events/Shipment Reference Numbers"
                ],
                "summary":"Get a Shipment Reference Number",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/trackingEvents.shipmentRefnums"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"trackingEvents-{iTransactionNo}-shipmentRefnums-{iRecNo}-get",
                "x-filename-id":"trackingevents-itransactionno-shipmentrefnums-irecno-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Tracking Events/Shipment Reference Numbers"
                ],
                "summary":"Delete a Shipment Reference Number",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"trackingEvents-{iTransactionNo}-shipmentRefnums-{iRecNo}-delete",
                "x-filename-id":"trackingevents-itransactionno-shipmentrefnums-irecno-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Tracking Events/Shipment Reference Numbers"
                ],
                "summary":"Update a Shipment Reference Number",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"trackingEvents-{iTransactionNo}-shipmentRefnums-{iRecNo}-patch",
                "x-filename-id":"trackingevents-itransactionno-shipmentrefnums-irecno-patch"
            }
        },
        "/trackingEvents/{iTransactionNo}/stops":{
            "parameters":[
                {
                    "name":"iTransactionNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Tracking Events/Stops"
                ],
                "summary":"Get Stops",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/trackingEvents.stops"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"trackingEvents-{iTransactionNo}-stops-get",
                "x-filename-id":"trackingevents-itransactionno-stops-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Tracking Events/Stops"
                ],
                "summary":"Create a Stop",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/trackingEvents.stops"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/trackingEvents.stops"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/trackingEvents.stops"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/trackingEvents.stops"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"trackingEvents-{iTransactionNo}-stops-post",
                "x-filename-id":"trackingevents-itransactionno-stops-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Tracking Events/Stops"
                ],
                "summary":"Update Stops",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"trackingEvents-{iTransactionNo}-stops-patch",
                "x-filename-id":"trackingevents-itransactionno-stops-patch"
            }
        },
        "/trackingEvents/{iTransactionNo}/stops/{iRecNo}":{
            "parameters":[
                {
                    "name":"iTransactionNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"iRecNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Tracking Events/Stops"
                ],
                "summary":"Get a Stop",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/trackingEvents.stops"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"trackingEvents-{iTransactionNo}-stops-{iRecNo}-get",
                "x-filename-id":"trackingevents-itransactionno-stops-irecno-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Tracking Events/Stops"
                ],
                "summary":"Delete a Stop",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"trackingEvents-{iTransactionNo}-stops-{iRecNo}-delete",
                "x-filename-id":"trackingevents-itransactionno-stops-irecno-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Tracking Events/Stops"
                ],
                "summary":"Update a Stop",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"trackingEvents-{iTransactionNo}-stops-{iRecNo}-patch",
                "x-filename-id":"trackingevents-itransactionno-stops-irecno-patch"
            }
        },
        "/trackingEvents/{iTransactionNo}/equipments":{
            "parameters":[
                {
                    "name":"iTransactionNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Tracking Events/Equipment"
                ],
                "summary":"Get Equipment",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/trackingEvents.equipments"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"trackingEvents-{iTransactionNo}-equipments-get",
                "x-filename-id":"trackingevents-itransactionno-equipments-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Tracking Events/Equipment"
                ],
                "summary":"Create an Equipment",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/trackingEvents.equipments"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/trackingEvents.equipments"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/trackingEvents.equipments"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/trackingEvents.equipments"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"trackingEvents-{iTransactionNo}-equipments-post",
                "x-filename-id":"trackingevents-itransactionno-equipments-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Tracking Events/Equipment"
                ],
                "summary":"Update Equipment",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"trackingEvents-{iTransactionNo}-equipments-patch",
                "x-filename-id":"trackingevents-itransactionno-equipments-patch"
            }
        },
        "/trackingEvents/{iTransactionNo}/equipments/{iRecNo}":{
            "parameters":[
                {
                    "name":"iTransactionNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"iRecNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Tracking Events/Equipment"
                ],
                "summary":"Get an Equipment",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/trackingEvents.equipments"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"trackingEvents-{iTransactionNo}-equipments-{iRecNo}-get",
                "x-filename-id":"trackingevents-itransactionno-equipments-irecno-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Tracking Events/Equipment"
                ],
                "summary":"Delete an Equipment",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"trackingEvents-{iTransactionNo}-equipments-{iRecNo}-delete",
                "x-filename-id":"trackingevents-itransactionno-equipments-irecno-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Tracking Events/Equipment"
                ],
                "summary":"Update an Equipment",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"trackingEvents-{iTransactionNo}-equipments-{iRecNo}-patch",
                "x-filename-id":"trackingevents-itransactionno-equipments-irecno-patch"
            }
        },
        "/trackingEvents/{iTransactionNo}/equipments/{iRecNo}/seals":{
            "parameters":[
                {
                    "name":"iTransactionNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"iRecNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Tracking Events/Equipment/Seals"
                ],
                "summary":"Get Seals",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/trackingEvents.equipments.seals"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"trackingEvents-{iTransactionNo}-equipments-{iRecNo}-seals-get",
                "x-filename-id":"trackingevents-itransactionno-equipments-irecno-seals-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Tracking Events/Equipment/Seals"
                ],
                "summary":"Create a Seal",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/trackingEvents.equipments.seals"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/trackingEvents.equipments.seals"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/trackingEvents.equipments.seals"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/trackingEvents.equipments.seals"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"trackingEvents-{iTransactionNo}-equipments-{iRecNo}-seals-post",
                "x-filename-id":"trackingevents-itransactionno-equipments-irecno-seals-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Tracking Events/Equipment/Seals"
                ],
                "summary":"Update Seals",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"trackingEvents-{iTransactionNo}-equipments-{iRecNo}-seals-patch",
                "x-filename-id":"trackingevents-itransactionno-equipments-irecno-seals-patch"
            }
        },
        "/trackingEvents/{iTransactionNo}/equipments/{iRecNo}/seals/{sealSequence}":{
            "parameters":[
                {
                    "name":"iTransactionNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"iRecNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sealSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Tracking Events/Equipment/Seals"
                ],
                "summary":"Get a Seal",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/trackingEvents.equipments.seals"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"trackingEvents-{iTransactionNo}-equipments-{iRecNo}-seals-{sealSequence}-get",
                "x-filename-id":"trackingevents-itransactionno-equipments-irecno-seals-sealsequence-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Tracking Events/Equipment/Seals"
                ],
                "summary":"Delete a Seal",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"trackingEvents-{iTransactionNo}-equipments-{iRecNo}-seals-{sealSequence}-delete",
                "x-filename-id":"trackingevents-itransactionno-equipments-irecno-seals-sealsequence-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Tracking Events/Equipment/Seals"
                ],
                "summary":"Update a Seal",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"trackingEvents-{iTransactionNo}-equipments-{iRecNo}-seals-{sealSequence}-patch",
                "x-filename-id":"trackingevents-itransactionno-equipments-irecno-seals-sealsequence-patch"
            }
        },
        "/trackingEvents/{iTransactionNo}/remarks":{
            "parameters":[
                {
                    "name":"iTransactionNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Tracking Events/Remarks"
                ],
                "summary":"Get Remarks",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/trackingEvents.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"trackingEvents-{iTransactionNo}-remarks-get",
                "x-filename-id":"trackingevents-itransactionno-remarks-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Tracking Events/Remarks"
                ],
                "summary":"Create a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/trackingEvents.remarks"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/trackingEvents.remarks"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/trackingEvents.remarks"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/trackingEvents.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"trackingEvents-{iTransactionNo}-remarks-post",
                "x-filename-id":"trackingevents-itransactionno-remarks-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Tracking Events/Remarks"
                ],
                "summary":"Update Remarks",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"trackingEvents-{iTransactionNo}-remarks-patch",
                "x-filename-id":"trackingevents-itransactionno-remarks-patch"
            }
        },
        "/trackingEvents/{iTransactionNo}/remarks/{iRecNo}":{
            "parameters":[
                {
                    "name":"iTransactionNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"iRecNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Tracking Events/Remarks"
                ],
                "summary":"Get a Remark",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/trackingEvents.remarks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"trackingEvents-{iTransactionNo}-remarks-{iRecNo}-get",
                "x-filename-id":"trackingevents-itransactionno-remarks-irecno-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Tracking Events/Remarks"
                ],
                "summary":"Delete a Remark",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"trackingEvents-{iTransactionNo}-remarks-{iRecNo}-delete",
                "x-filename-id":"trackingevents-itransactionno-remarks-irecno-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Tracking Events/Remarks"
                ],
                "summary":"Update a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"trackingEvents-{iTransactionNo}-remarks-{iRecNo}-patch",
                "x-filename-id":"trackingevents-itransactionno-remarks-irecno-patch"
            }
        },
        "/trackingEvents/{iTransactionNo}/specialServices":{
            "parameters":[
                {
                    "name":"iTransactionNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Tracking Events/Special Services"
                ],
                "summary":"Get Special Services",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/trackingEvents.specialServices"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"trackingEvents-{iTransactionNo}-specialServices-get",
                "x-filename-id":"trackingevents-itransactionno-specialservices-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Tracking Events/Special Services"
                ],
                "summary":"Create a Special Service",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/trackingEvents.specialServices"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/trackingEvents.specialServices"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/trackingEvents.specialServices"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/trackingEvents.specialServices"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"trackingEvents-{iTransactionNo}-specialServices-post",
                "x-filename-id":"trackingevents-itransactionno-specialservices-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Tracking Events/Special Services"
                ],
                "summary":"Update Special Services",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"trackingEvents-{iTransactionNo}-specialServices-patch",
                "x-filename-id":"trackingevents-itransactionno-specialservices-patch"
            }
        },
        "/trackingEvents/{iTransactionNo}/specialServices/{iRecNo}":{
            "parameters":[
                {
                    "name":"iTransactionNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"iRecNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Tracking Events/Special Services"
                ],
                "summary":"Get a Special Service",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/trackingEvents.specialServices"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"trackingEvents-{iTransactionNo}-specialServices-{iRecNo}-get",
                "x-filename-id":"trackingevents-itransactionno-specialservices-irecno-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Tracking Events/Special Services"
                ],
                "summary":"Delete a Special Service",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"trackingEvents-{iTransactionNo}-specialServices-{iRecNo}-delete",
                "x-filename-id":"trackingevents-itransactionno-specialservices-irecno-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Tracking Events/Special Services"
                ],
                "summary":"Update a Special Service",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"trackingEvents-{iTransactionNo}-specialServices-{iRecNo}-patch",
                "x-filename-id":"trackingevents-itransactionno-specialservices-irecno-patch"
            }
        },
        "/trackingEvents/{iTransactionNo}/specialServices/{iRecNo}/remarks":{
            "parameters":[
                {
                    "name":"iTransactionNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"iRecNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Tracking Events/Special Services/Remarks"
                ],
                "summary":"Get Remarks",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/trackingEvents.specialServices.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"trackingEvents-{iTransactionNo}-specialServices-{iRecNo}-remarks-get",
                "x-filename-id":"trackingevents-itransactionno-specialservices-irecno-remarks-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Tracking Events/Special Services/Remarks"
                ],
                "summary":"Create a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/trackingEvents.specialServices.remarks"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/trackingEvents.specialServices.remarks"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/trackingEvents.specialServices.remarks"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/trackingEvents.specialServices.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"trackingEvents-{iTransactionNo}-specialServices-{iRecNo}-remarks-post",
                "x-filename-id":"trackingevents-itransactionno-specialservices-irecno-remarks-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Tracking Events/Special Services/Remarks"
                ],
                "summary":"Update Remarks",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"trackingEvents-{iTransactionNo}-specialServices-{iRecNo}-remarks-patch",
                "x-filename-id":"trackingevents-itransactionno-specialservices-irecno-remarks-patch"
            }
        },
        "/trackingEvents/{iTransactionNo}/specialServices/{iRecNo}/remarks/{remarkSequence}":{
            "parameters":[
                {
                    "name":"iTransactionNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"iRecNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"remarkSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Tracking Events/Special Services/Remarks"
                ],
                "summary":"Get a Remark",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/trackingEvents.specialServices.remarks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"trackingEvents-{iTransactionNo}-specialServices-{iRecNo}-remarks-{remarkSequence}-get",
                "x-filename-id":"trackingevents-itransactionno-specialservices-irecno-remarks-remarksequence-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Tracking Events/Special Services/Remarks"
                ],
                "summary":"Delete a Remark",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"trackingEvents-{iTransactionNo}-specialServices-{iRecNo}-remarks-{remarkSequence}-delete",
                "x-filename-id":"trackingevents-itransactionno-specialservices-irecno-remarks-remarksequence-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Tracking Events/Special Services/Remarks"
                ],
                "summary":"Update a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"trackingEvents-{iTransactionNo}-specialServices-{iRecNo}-remarks-{remarkSequence}-patch",
                "x-filename-id":"trackingevents-itransactionno-specialservices-irecno-remarks-remarksequence-patch"
            }
        },
        "/trackingEvents/{iTransactionNo}/hosRules":{
            "parameters":[
                {
                    "name":"iTransactionNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Tracking Events/Hours of Service Rules"
                ],
                "summary":"Get Hours of Service Rules",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/trackingEvents.hosRules"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"trackingEvents-{iTransactionNo}-hosRules-get",
                "x-filename-id":"trackingevents-itransactionno-hosrules-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Tracking Events/Hours of Service Rules"
                ],
                "summary":"Create a Hours of Service Rule",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/trackingEvents.hosRules"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/trackingEvents.hosRules"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/trackingEvents.hosRules"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/trackingEvents.hosRules"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"trackingEvents-{iTransactionNo}-hosRules-post",
                "x-filename-id":"trackingevents-itransactionno-hosrules-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Tracking Events/Hours of Service Rules"
                ],
                "summary":"Update Hours of Service Rules",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"trackingEvents-{iTransactionNo}-hosRules-patch",
                "x-filename-id":"trackingevents-itransactionno-hosrules-patch"
            }
        },
        "/trackingEvents/{iTransactionNo}/hosRules/{iRecNo}":{
            "parameters":[
                {
                    "name":"iTransactionNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"iRecNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Tracking Events/Hours of Service Rules"
                ],
                "summary":"Get a Hours of Service Rule",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/trackingEvents.hosRules"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"trackingEvents-{iTransactionNo}-hosRules-{iRecNo}-get",
                "x-filename-id":"trackingevents-itransactionno-hosrules-irecno-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Tracking Events/Hours of Service Rules"
                ],
                "summary":"Delete a Hours of Service Rule",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"trackingEvents-{iTransactionNo}-hosRules-{iRecNo}-delete",
                "x-filename-id":"trackingevents-itransactionno-hosrules-irecno-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Tracking Events/Hours of Service Rules"
                ],
                "summary":"Update a Hours of Service Rule",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"trackingEvents-{iTransactionNo}-hosRules-{iRecNo}-patch",
                "x-filename-id":"trackingevents-itransactionno-hosrules-irecno-patch"
            }
        },
        "/trackingEvents/{iTransactionNo}/shipUnits":{
            "parameters":[
                {
                    "name":"iTransactionNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Tracking Events/Ship Units"
                ],
                "summary":"Get Ship Units",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/trackingEvents.shipUnits"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"trackingEvents-{iTransactionNo}-shipUnits-get",
                "x-filename-id":"trackingevents-itransactionno-shipunits-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Tracking Events/Ship Units"
                ],
                "summary":"Create a Ship Unit",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/trackingEvents.shipUnits"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/trackingEvents.shipUnits"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/trackingEvents.shipUnits"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/trackingEvents.shipUnits"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"trackingEvents-{iTransactionNo}-shipUnits-post",
                "x-filename-id":"trackingevents-itransactionno-shipunits-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Tracking Events/Ship Units"
                ],
                "summary":"Update Ship Units",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"trackingEvents-{iTransactionNo}-shipUnits-patch",
                "x-filename-id":"trackingevents-itransactionno-shipunits-patch"
            }
        },
        "/trackingEvents/{iTransactionNo}/shipUnits/{sShipUnitGid}":{
            "parameters":[
                {
                    "name":"iTransactionNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Tracking Events/Ship Units"
                ],
                "summary":"Get a Ship Unit",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/trackingEvents.shipUnits"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"trackingEvents-{iTransactionNo}-shipUnits-{sShipUnitGid}-get",
                "x-filename-id":"trackingevents-itransactionno-shipunits-sshipunitgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Tracking Events/Ship Units"
                ],
                "summary":"Delete a Ship Unit",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"trackingEvents-{iTransactionNo}-shipUnits-{sShipUnitGid}-delete",
                "x-filename-id":"trackingevents-itransactionno-shipunits-sshipunitgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Tracking Events/Ship Units"
                ],
                "summary":"Update a Ship Unit",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"trackingEvents-{iTransactionNo}-shipUnits-{sShipUnitGid}-patch",
                "x-filename-id":"trackingevents-itransactionno-shipunits-sshipunitgid-patch"
            }
        },
        "/trackingEvents/{iTransactionNo}/shipUnits/{sShipUnitGid}/lines":{
            "parameters":[
                {
                    "name":"iTransactionNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Tracking Events/Ship Units/Lines"
                ],
                "summary":"Get Lines",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/trackingEvents.shipUnits.lines"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"trackingEvents-{iTransactionNo}-shipUnits-{sShipUnitGid}-lines-get",
                "x-filename-id":"trackingevents-itransactionno-shipunits-sshipunitgid-lines-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Tracking Events/Ship Units/Lines"
                ],
                "summary":"Create a Line",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/trackingEvents.shipUnits.lines"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/trackingEvents.shipUnits.lines"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/trackingEvents.shipUnits.lines"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/trackingEvents.shipUnits.lines"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"trackingEvents-{iTransactionNo}-shipUnits-{sShipUnitGid}-lines-post",
                "x-filename-id":"trackingevents-itransactionno-shipunits-sshipunitgid-lines-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Tracking Events/Ship Units/Lines"
                ],
                "summary":"Update Lines",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"trackingEvents-{iTransactionNo}-shipUnits-{sShipUnitGid}-lines-patch",
                "x-filename-id":"trackingevents-itransactionno-shipunits-sshipunitgid-lines-patch"
            }
        },
        "/trackingEvents/{iTransactionNo}/shipUnits/{sShipUnitGid}/lines/{sShipUnitLineNo}":{
            "parameters":[
                {
                    "name":"iTransactionNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitLineNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Tracking Events/Ship Units/Lines"
                ],
                "summary":"Get a Line",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/trackingEvents.shipUnits.lines"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"trackingEvents-{iTransactionNo}-shipUnits-{sShipUnitGid}-lines-{sShipUnitLineNo}-get",
                "x-filename-id":"trackingevents-itransactionno-shipunits-sshipunitgid-lines-sshipunitlineno-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Tracking Events/Ship Units/Lines"
                ],
                "summary":"Delete a Line",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"trackingEvents-{iTransactionNo}-shipUnits-{sShipUnitGid}-lines-{sShipUnitLineNo}-delete",
                "x-filename-id":"trackingevents-itransactionno-shipunits-sshipunitgid-lines-sshipunitlineno-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Tracking Events/Ship Units/Lines"
                ],
                "summary":"Update a Line",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"trackingEvents-{iTransactionNo}-shipUnits-{sShipUnitGid}-lines-{sShipUnitLineNo}-patch",
                "x-filename-id":"trackingevents-itransactionno-shipunits-sshipunitgid-lines-sshipunitlineno-patch"
            }
        },
        "/trackingEvents/{iTransactionNo}/documentResponses":{
            "parameters":[
                {
                    "name":"iTransactionNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Tracking Events/Document Responses"
                ],
                "summary":"Get Document Responses",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/trackingEvents.documentResponses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"trackingEvents-{iTransactionNo}-documentResponses-get",
                "x-filename-id":"trackingevents-itransactionno-documentresponses-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Tracking Events/Document Responses"
                ],
                "summary":"Create a Document Response",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/trackingEvents.documentResponses"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/trackingEvents.documentResponses"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/trackingEvents.documentResponses"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/trackingEvents.documentResponses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"trackingEvents-{iTransactionNo}-documentResponses-post",
                "x-filename-id":"trackingevents-itransactionno-documentresponses-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Tracking Events/Document Responses"
                ],
                "summary":"Update Document Responses",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"trackingEvents-{iTransactionNo}-documentResponses-patch",
                "x-filename-id":"trackingevents-itransactionno-documentresponses-patch"
            }
        },
        "/trackingEvents/{iTransactionNo}/documentResponses/{responseSeq}":{
            "parameters":[
                {
                    "name":"iTransactionNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"responseSeq",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Tracking Events/Document Responses"
                ],
                "summary":"Get a Document Response",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/trackingEvents.documentResponses"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"trackingEvents-{iTransactionNo}-documentResponses-{responseSeq}-get",
                "x-filename-id":"trackingevents-itransactionno-documentresponses-responseseq-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Tracking Events/Document Responses"
                ],
                "summary":"Delete a Document Response",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"trackingEvents-{iTransactionNo}-documentResponses-{responseSeq}-delete",
                "x-filename-id":"trackingevents-itransactionno-documentresponses-responseseq-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Tracking Events/Document Responses"
                ],
                "summary":"Update a Document Response",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"trackingEvents-{iTransactionNo}-documentResponses-{responseSeq}-patch",
                "x-filename-id":"trackingevents-itransactionno-documentresponses-responseseq-patch"
            }
        },
        "/trackingEvents/{iTransactionNo}/shipmentGroupRefnums":{
            "parameters":[
                {
                    "name":"iTransactionNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Tracking Events/Shipment Group Reference Numbers"
                ],
                "summary":"Get Shipment Group Reference Numbers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/trackingEvents.shipmentGroupRefnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"trackingEvents-{iTransactionNo}-shipmentGroupRefnums-get",
                "x-filename-id":"trackingevents-itransactionno-shipmentgrouprefnums-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Tracking Events/Shipment Group Reference Numbers"
                ],
                "summary":"Create a Shipment Group Reference Number",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/trackingEvents.shipmentGroupRefnums"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/trackingEvents.shipmentGroupRefnums"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/trackingEvents.shipmentGroupRefnums"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/trackingEvents.shipmentGroupRefnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"trackingEvents-{iTransactionNo}-shipmentGroupRefnums-post",
                "x-filename-id":"trackingevents-itransactionno-shipmentgrouprefnums-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Tracking Events/Shipment Group Reference Numbers"
                ],
                "summary":"Update Shipment Group Reference Numbers",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"trackingEvents-{iTransactionNo}-shipmentGroupRefnums-patch",
                "x-filename-id":"trackingevents-itransactionno-shipmentgrouprefnums-patch"
            }
        },
        "/trackingEvents/{iTransactionNo}/shipmentGroupRefnums/{iRecNo}":{
            "parameters":[
                {
                    "name":"iTransactionNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"iRecNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Tracking Events/Shipment Group Reference Numbers"
                ],
                "summary":"Get a Shipment Group Reference Number",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/trackingEvents.shipmentGroupRefnums"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"trackingEvents-{iTransactionNo}-shipmentGroupRefnums-{iRecNo}-get",
                "x-filename-id":"trackingevents-itransactionno-shipmentgrouprefnums-irecno-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Tracking Events/Shipment Group Reference Numbers"
                ],
                "summary":"Delete a Shipment Group Reference Number",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"trackingEvents-{iTransactionNo}-shipmentGroupRefnums-{iRecNo}-delete",
                "x-filename-id":"trackingevents-itransactionno-shipmentgrouprefnums-irecno-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Tracking Events/Shipment Group Reference Numbers"
                ],
                "summary":"Update a Shipment Group Reference Number",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"trackingEvents-{iTransactionNo}-shipmentGroupRefnums-{iRecNo}-patch",
                "x-filename-id":"trackingevents-itransactionno-shipmentgrouprefnums-irecno-patch"
            }
        },
        "/trackingEvents/{iTransactionNo}/matchedInvolvedParties":{
            "parameters":[
                {
                    "name":"iTransactionNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Tracking Events/Matched Involved Parties"
                ],
                "summary":"Get Matched Involved Parties",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/trackingEvents.matchedInvolvedParties"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"trackingEvents-{iTransactionNo}-matchedInvolvedParties-get",
                "x-filename-id":"trackingevents-itransactionno-matchedinvolvedparties-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Tracking Events/Matched Involved Parties"
                ],
                "summary":"Create a Matched Involved Party",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/trackingEvents.matchedInvolvedParties"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/trackingEvents.matchedInvolvedParties"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/trackingEvents.matchedInvolvedParties"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/trackingEvents.matchedInvolvedParties"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"trackingEvents-{iTransactionNo}-matchedInvolvedParties-post",
                "x-filename-id":"trackingevents-itransactionno-matchedinvolvedparties-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Tracking Events/Matched Involved Parties"
                ],
                "summary":"Update Matched Involved Parties",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"trackingEvents-{iTransactionNo}-matchedInvolvedParties-patch",
                "x-filename-id":"trackingevents-itransactionno-matchedinvolvedparties-patch"
            }
        },
        "/trackingEvents/{iTransactionNo}/matchedInvolvedParties/{iRecNo}":{
            "parameters":[
                {
                    "name":"iTransactionNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"iRecNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Tracking Events/Matched Involved Parties"
                ],
                "summary":"Get a Matched Involved Party",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/trackingEvents.matchedInvolvedParties"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"trackingEvents-{iTransactionNo}-matchedInvolvedParties-{iRecNo}-get",
                "x-filename-id":"trackingevents-itransactionno-matchedinvolvedparties-irecno-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Tracking Events/Matched Involved Parties"
                ],
                "summary":"Delete a Matched Involved Party",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"trackingEvents-{iTransactionNo}-matchedInvolvedParties-{iRecNo}-delete",
                "x-filename-id":"trackingevents-itransactionno-matchedinvolvedparties-irecno-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Tracking Events/Matched Involved Parties"
                ],
                "summary":"Update a Matched Involved Party",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"trackingEvents-{iTransactionNo}-matchedInvolvedParties-{iRecNo}-patch",
                "x-filename-id":"trackingevents-itransactionno-matchedinvolvedparties-irecno-patch"
            }
        },
        "/trackingEvents/{iTransactionNo}/matchedDrivers":{
            "parameters":[
                {
                    "name":"iTransactionNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Tracking Events/Matched Drivers"
                ],
                "summary":"Get Matched Drivers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/trackingEvents.matchedDrivers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"trackingEvents-{iTransactionNo}-matchedDrivers-get",
                "x-filename-id":"trackingevents-itransactionno-matcheddrivers-get"
            }
        },
        "/trackingEvents/{iTransactionNo}/matchedDrivers/{driverGid}":{
            "parameters":[
                {
                    "name":"iTransactionNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"driverGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Tracking Events/Matched Drivers"
                ],
                "summary":"Get a Matched Driver",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/trackingEvents.matchedDrivers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"trackingEvents-{iTransactionNo}-matchedDrivers-{driverGid}-get",
                "x-filename-id":"trackingevents-itransactionno-matcheddrivers-drivergid-get"
            }
        },
        "/trackingEvents/{iTransactionNo}/matchedEquipments":{
            "parameters":[
                {
                    "name":"iTransactionNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Tracking Events/Matched Equipment"
                ],
                "summary":"Get Matched Equipment",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/trackingEvents.matchedEquipments"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"trackingEvents-{iTransactionNo}-matchedEquipments-get",
                "x-filename-id":"trackingevents-itransactionno-matchedequipments-get"
            }
        },
        "/trackingEvents/{iTransactionNo}/matchedEquipments/{equipmentGid}":{
            "parameters":[
                {
                    "name":"iTransactionNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"equipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Tracking Events/Matched Equipment"
                ],
                "summary":"Get a Matched Equipment",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/trackingEvents.matchedEquipments"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"trackingEvents-{iTransactionNo}-matchedEquipments-{equipmentGid}-get",
                "x-filename-id":"trackingevents-itransactionno-matchedequipments-equipmentgid-get"
            }
        },
        "/trackingEvents/{iTransactionNo}/matchedPowerUnits":{
            "parameters":[
                {
                    "name":"iTransactionNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Tracking Events/Matched Power Units"
                ],
                "summary":"Get Matched Power Units",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/trackingEvents.matchedPowerUnits"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"trackingEvents-{iTransactionNo}-matchedPowerUnits-get",
                "x-filename-id":"trackingevents-itransactionno-matchedpowerunits-get"
            }
        },
        "/trackingEvents/{iTransactionNo}/matchedPowerUnits/{powerUnitGid}":{
            "parameters":[
                {
                    "name":"iTransactionNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"powerUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Tracking Events/Matched Power Units"
                ],
                "summary":"Get a Matched Power Unit",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/trackingEvents.matchedPowerUnits"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"trackingEvents-{iTransactionNo}-matchedPowerUnits-{powerUnitGid}-get",
                "x-filename-id":"trackingevents-itransactionno-matchedpowerunits-powerunitgid-get"
            }
        },
        "/trackingEvents/{iTransactionNo}/matchedShipmentGroups":{
            "parameters":[
                {
                    "name":"iTransactionNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Tracking Events/Matched Shipment Groups"
                ],
                "summary":"Get Matched Shipment Groups",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/trackingEvents.matchedShipmentGroups"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"trackingEvents-{iTransactionNo}-matchedShipmentGroups-get",
                "x-filename-id":"trackingevents-itransactionno-matchedshipmentgroups-get"
            }
        },
        "/trackingEvents/{iTransactionNo}/matchedShipmentGroups/{shipGroupGid}":{
            "parameters":[
                {
                    "name":"iTransactionNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"shipGroupGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Tracking Events/Matched Shipment Groups"
                ],
                "summary":"Get a Matched Shipment Group",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/trackingEvents.matchedShipmentGroups"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"trackingEvents-{iTransactionNo}-matchedShipmentGroups-{shipGroupGid}-get",
                "x-filename-id":"trackingevents-itransactionno-matchedshipmentgroups-shipgroupgid-get"
            }
        },
        "/trackingEvents/{iTransactionNo}/matchedShipments":{
            "parameters":[
                {
                    "name":"iTransactionNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Tracking Events/Matched Shipments"
                ],
                "summary":"Get Matched Shipments",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/trackingEvents.matchedShipments"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"trackingEvents-{iTransactionNo}-matchedShipments-get",
                "x-filename-id":"trackingevents-itransactionno-matchedshipments-get"
            }
        },
        "/trackingEvents/{iTransactionNo}/matchedShipments/{shipmentGid}":{
            "parameters":[
                {
                    "name":"iTransactionNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Tracking Events/Matched Shipments"
                ],
                "summary":"Get a Matched Shipment",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/trackingEvents.matchedShipments"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"trackingEvents-{iTransactionNo}-matchedShipments-{shipmentGid}-get",
                "x-filename-id":"trackingevents-itransactionno-matchedshipments-shipmentgid-get"
            }
        },
        "/trackingEvents/{iTransactionNo}/matchedSShipUnits":{
            "parameters":[
                {
                    "name":"iTransactionNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Tracking Events/Matched Shipment Ship Units"
                ],
                "summary":"Get Matched Shipment Ship Units",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/trackingEvents.matchedSShipUnits"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"trackingEvents-{iTransactionNo}-matchedSShipUnits-get",
                "x-filename-id":"trackingevents-itransactionno-matchedsshipunits-get"
            }
        },
        "/trackingEvents/{iTransactionNo}/matchedSShipUnits/{sShipUnitGid}":{
            "parameters":[
                {
                    "name":"iTransactionNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Tracking Events/Matched Shipment Ship Units"
                ],
                "summary":"Get a Matched Shipment Ship Unit",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/trackingEvents.matchedSShipUnits"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"trackingEvents-{iTransactionNo}-matchedSShipUnits-{sShipUnitGid}-get",
                "x-filename-id":"trackingevents-itransactionno-matchedsshipunits-sshipunitgid-get"
            }
        },
        "/trackingEvents/{iTransactionNo}/matchedSShipUnitLines":{
            "parameters":[
                {
                    "name":"iTransactionNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Tracking Events/Matched Shipment Ship Unit Lines"
                ],
                "summary":"Get Matched Shipment Ship Unit Lines",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/trackingEvents.matchedSShipUnitLines"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"trackingEvents-{iTransactionNo}-matchedSShipUnitLines-get",
                "x-filename-id":"trackingevents-itransactionno-matchedsshipunitlines-get"
            }
        },
        "/trackingEvents/{iTransactionNo}/matchedSShipUnitLines/{sShipUnitGidxsShipUnitLineNo}":{
            "parameters":[
                {
                    "name":"iTransactionNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitGidxsShipUnitLineNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Tracking Events/Matched Shipment Ship Unit Lines"
                ],
                "summary":"Get a Matched Shipment Ship Unit Line",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/trackingEvents.matchedSShipUnitLines"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"trackingEvents-{iTransactionNo}-matchedSShipUnitLines-{sShipUnitGidxsShipUnitLineNo}-get",
                "x-filename-id":"trackingevents-itransactionno-matchedsshipunitlines-sshipunitgidxsshipunitlineno-get"
            }
        },
        "/trackingEvents/{iTransactionNo}/matchedDocuments":{
            "parameters":[
                {
                    "name":"iTransactionNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Tracking Events/Matched Documents"
                ],
                "summary":"Get Matched Documents",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/trackingEvents.matchedDocuments"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"trackingEvents-{iTransactionNo}-matchedDocuments-get",
                "x-filename-id":"trackingevents-itransactionno-matcheddocuments-get"
            }
        },
        "/trackingEvents/{iTransactionNo}/matchedDocuments/{documentGid}":{
            "parameters":[
                {
                    "name":"iTransactionNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Tracking Events/Matched Documents"
                ],
                "summary":"Get a Matched Document",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/trackingEvents.matchedDocuments"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"trackingEvents-{iTransactionNo}-matchedDocuments-{documentGid}-get",
                "x-filename-id":"trackingevents-itransactionno-matcheddocuments-documentgid-get"
            }
        },
        "/trackingEvents/{iTransactionNo}/matchedOrderBases":{
            "parameters":[
                {
                    "name":"iTransactionNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Tracking Events/Matched Order Bases"
                ],
                "summary":"Get Matched Order Bases",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/trackingEvents.matchedOrderBases"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"trackingEvents-{iTransactionNo}-matchedOrderBases-get",
                "x-filename-id":"trackingevents-itransactionno-matchedorderbases-get"
            }
        },
        "/trackingEvents/{iTransactionNo}/matchedOrderBases/{orderBaseGid}":{
            "parameters":[
                {
                    "name":"iTransactionNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"orderBaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Tracking Events/Matched Order Bases"
                ],
                "summary":"Get a Matched Order Base",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/trackingEvents.matchedOrderBases"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"trackingEvents-{iTransactionNo}-matchedOrderBases-{orderBaseGid}-get",
                "x-filename-id":"trackingevents-itransactionno-matchedorderbases-orderbasegid-get"
            }
        },
        "/trackingEvents/{iTransactionNo}/matchedObLines":{
            "parameters":[
                {
                    "name":"iTransactionNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Tracking Events/Matched Order Base Lines"
                ],
                "summary":"Get Matched Order Base Lines",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/trackingEvents.matchedObLines"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"trackingEvents-{iTransactionNo}-matchedObLines-get",
                "x-filename-id":"trackingevents-itransactionno-matchedoblines-get"
            }
        },
        "/trackingEvents/{iTransactionNo}/matchedObLines/{orderBaseGidxobLineGid}":{
            "parameters":[
                {
                    "name":"iTransactionNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"orderBaseGidxobLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Tracking Events/Matched Order Base Lines"
                ],
                "summary":"Get a Matched Order Base Line",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/trackingEvents.matchedObLines"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"trackingEvents-{iTransactionNo}-matchedObLines-{orderBaseGidxobLineGid}-get",
                "x-filename-id":"trackingevents-itransactionno-matchedoblines-orderbasegidxoblinegid-get"
            }
        },
        "/trackingEvents/{iTransactionNo}/matchedObShipUnits":{
            "parameters":[
                {
                    "name":"iTransactionNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Tracking Events/Matched Order Base Ship Units"
                ],
                "summary":"Get Matched Order Base Ship Units",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/trackingEvents.matchedObShipUnits"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"trackingEvents-{iTransactionNo}-matchedObShipUnits-get",
                "x-filename-id":"trackingevents-itransactionno-matchedobshipunits-get"
            }
        },
        "/trackingEvents/{iTransactionNo}/matchedObShipUnits/{orderBaseGidxobShipUnitGid}":{
            "parameters":[
                {
                    "name":"iTransactionNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"orderBaseGidxobShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Tracking Events/Matched Order Base Ship Units"
                ],
                "summary":"Get a Matched Order Base Ship Unit",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/trackingEvents.matchedObShipUnits"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"trackingEvents-{iTransactionNo}-matchedObShipUnits-{orderBaseGidxobShipUnitGid}-get",
                "x-filename-id":"trackingevents-itransactionno-matchedobshipunits-orderbasegidxobshipunitgid-get"
            }
        },
        "/trackingEvents/{iTransactionNo}/matchedOrderReleases":{
            "parameters":[
                {
                    "name":"iTransactionNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Tracking Events/Matched Order Releases"
                ],
                "summary":"Get Matched Order Releases",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/trackingEvents.matchedOrderReleases"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"trackingEvents-{iTransactionNo}-matchedOrderReleases-get",
                "x-filename-id":"trackingevents-itransactionno-matchedorderreleases-get"
            }
        },
        "/trackingEvents/{iTransactionNo}/matchedOrderReleases/{orderReleaseGid}":{
            "parameters":[
                {
                    "name":"iTransactionNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"orderReleaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Tracking Events/Matched Order Releases"
                ],
                "summary":"Get a Matched Order Release",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/trackingEvents.matchedOrderReleases"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"trackingEvents-{iTransactionNo}-matchedOrderReleases-{orderReleaseGid}-get",
                "x-filename-id":"trackingevents-itransactionno-matchedorderreleases-orderreleasegid-get"
            }
        },
        "/trackingEvents/{iTransactionNo}/matchedOrLines":{
            "parameters":[
                {
                    "name":"iTransactionNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Tracking Events/Matched Order Release Lines"
                ],
                "summary":"Get Matched Order Release Lines",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/trackingEvents.matchedOrLines"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"trackingEvents-{iTransactionNo}-matchedOrLines-get",
                "x-filename-id":"trackingevents-itransactionno-matchedorlines-get"
            }
        },
        "/trackingEvents/{iTransactionNo}/matchedOrLines/{orderReleaseGidxorderReleaseLineGid}":{
            "parameters":[
                {
                    "name":"iTransactionNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"orderReleaseGidxorderReleaseLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Tracking Events/Matched Order Release Lines"
                ],
                "summary":"Get a Matched Order Release Line",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/trackingEvents.matchedOrLines"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"trackingEvents-{iTransactionNo}-matchedOrLines-{orderReleaseGidxorderReleaseLineGid}-get",
                "x-filename-id":"trackingevents-itransactionno-matchedorlines-orderreleasegidxorderreleaselinegid-get"
            }
        },
        "/trackingEvents/{iTransactionNo}/matchedOrShipUnits":{
            "parameters":[
                {
                    "name":"iTransactionNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Tracking Events/Matched Order Release Ship Units"
                ],
                "summary":"Get Matched Order Release Ship Units",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/trackingEvents.matchedOrShipUnits"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"trackingEvents-{iTransactionNo}-matchedOrShipUnits-get",
                "x-filename-id":"trackingevents-itransactionno-matchedorshipunits-get"
            }
        },
        "/trackingEvents/{iTransactionNo}/matchedOrShipUnits/{orderReleaseGidxshipUnitGid}":{
            "parameters":[
                {
                    "name":"iTransactionNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"orderReleaseGidxshipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Tracking Events/Matched Order Release Ship Units"
                ],
                "summary":"Get a Matched Order Release Ship Unit",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/trackingEvents.matchedOrShipUnits"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"trackingEvents-{iTransactionNo}-matchedOrShipUnits-{orderReleaseGidxshipUnitGid}-get",
                "x-filename-id":"trackingevents-itransactionno-matchedorshipunits-orderreleasegidxshipunitgid-get"
            }
        },
        "/trackingEvents/{iTransactionNo}/matchedOrShipUnitLines":{
            "parameters":[
                {
                    "name":"iTransactionNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Tracking Events/Matched Order Release Ship Unit Lines"
                ],
                "summary":"Get Matched Order Release Ship Unit Lines",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/trackingEvents.matchedOrShipUnitLines"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"trackingEvents-{iTransactionNo}-matchedOrShipUnitLines-get",
                "x-filename-id":"trackingevents-itransactionno-matchedorshipunitlines-get"
            }
        },
        "/trackingEvents/{iTransactionNo}/matchedOrShipUnitLines/{shipUnitGidxshipUnitLineNo}":{
            "parameters":[
                {
                    "name":"iTransactionNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"shipUnitGidxshipUnitLineNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Tracking Events/Matched Order Release Ship Unit Lines"
                ],
                "summary":"Get a Matched Order Release Ship Unit Line",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/trackingEvents.matchedOrShipUnitLines"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"trackingEvents-{iTransactionNo}-matchedOrShipUnitLines-{shipUnitGidxshipUnitLineNo}-get",
                "x-filename-id":"trackingevents-itransactionno-matchedorshipunitlines-shipunitgidxshipunitlineno-get"
            }
        },
        "/trackingEvents/{iTransactionNo}/matchedDmTransactions":{
            "parameters":[
                {
                    "name":"iTransactionNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Tracking Events/Matched Demurrage Transactions"
                ],
                "summary":"Get Matched Demurrage Transactions",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/trackingEvents.matchedDmTransactions"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"trackingEvents-{iTransactionNo}-matchedDmTransactions-get",
                "x-filename-id":"trackingevents-itransactionno-matcheddmtransactions-get"
            }
        },
        "/trackingEvents/{iTransactionNo}/matchedDmTransactions/{dmTransactionSeqNo}":{
            "parameters":[
                {
                    "name":"iTransactionNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"dmTransactionSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Tracking Events/Matched Demurrage Transactions"
                ],
                "summary":"Get a Matched Demurrage Transaction",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/trackingEvents.matchedDmTransactions"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"trackingEvents-{iTransactionNo}-matchedDmTransactions-{dmTransactionSeqNo}-get",
                "x-filename-id":"trackingevents-itransactionno-matcheddmtransactions-dmtransactionseqno-get"
            }
        },
        "/quantityValueConfigurations":{
            "get":{
                "tags":[
                    "Power Data/Quantity Value Configurations"
                ],
                "summary":"Get Quantity Value Configurations",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/quantityValueConfigurations"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"quantityValueConfigurations-get",
                "x-filename-id":"quantityvalueconfigurations-get"
            },
            "post":{
                "tags":[
                    "Power Data/Quantity Value Configurations"
                ],
                "summary":"Create a Quantity Value Configuration",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/quantityValueConfigurations"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/quantityValueConfigurations"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"quantityValueConfigurations-post",
                "x-filename-id":"quantityvalueconfigurations-post"
            }
        },
        "/quantityValueConfigurations/{gtmQuanValConfigGid}":{
            "parameters":[
                {
                    "name":"gtmQuanValConfigGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Quantity Value Configurations"
                ],
                "summary":"Get a Quantity Value Configuration",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/quantityValueConfigurations"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"quantityValueConfigurations-{gtmQuanValConfigGid}-get",
                "x-filename-id":"quantityvalueconfigurations-gtmquanvalconfiggid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Quantity Value Configurations"
                ],
                "summary":"Delete a Quantity Value Configuration",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"quantityValueConfigurations-{gtmQuanValConfigGid}-delete",
                "x-filename-id":"quantityvalueconfigurations-gtmquanvalconfiggid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Quantity Value Configurations"
                ],
                "summary":"Update a Quantity Value Configuration",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"quantityValueConfigurations-{gtmQuanValConfigGid}-patch",
                "x-filename-id":"quantityvalueconfigurations-gtmquanvalconfiggid-patch"
            }
        },
        "/quantityValueConfigurations/{gtmQuanValConfigGid}/details":{
            "parameters":[
                {
                    "name":"gtmQuanValConfigGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Quantity Value Configurations/Details"
                ],
                "summary":"Get Details",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/quantityValueConfigurations.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"quantityValueConfigurations-{gtmQuanValConfigGid}-details-get",
                "x-filename-id":"quantityvalueconfigurations-gtmquanvalconfiggid-details-get"
            },
            "post":{
                "tags":[
                    "Power Data/Quantity Value Configurations/Details"
                ],
                "summary":"Create a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/quantityValueConfigurations.details"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/quantityValueConfigurations.details"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/quantityValueConfigurations.details"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/quantityValueConfigurations.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"quantityValueConfigurations-{gtmQuanValConfigGid}-details-post",
                "x-filename-id":"quantityvalueconfigurations-gtmquanvalconfiggid-details-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Quantity Value Configurations/Details"
                ],
                "summary":"Update Details",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"quantityValueConfigurations-{gtmQuanValConfigGid}-details-patch",
                "x-filename-id":"quantityvalueconfigurations-gtmquanvalconfiggid-details-patch"
            }
        },
        "/quantityValueConfigurations/{gtmQuanValConfigGid}/details/{gtmQuanValConfigSeq}":{
            "parameters":[
                {
                    "name":"gtmQuanValConfigGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmQuanValConfigSeq",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Quantity Value Configurations/Details"
                ],
                "summary":"Get a Detail",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/quantityValueConfigurations.details"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"quantityValueConfigurations-{gtmQuanValConfigGid}-details-{gtmQuanValConfigSeq}-get",
                "x-filename-id":"quantityvalueconfigurations-gtmquanvalconfiggid-details-gtmquanvalconfigseq-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Quantity Value Configurations/Details"
                ],
                "summary":"Delete a Detail",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"quantityValueConfigurations-{gtmQuanValConfigGid}-details-{gtmQuanValConfigSeq}-delete",
                "x-filename-id":"quantityvalueconfigurations-gtmquanvalconfiggid-details-gtmquanvalconfigseq-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Quantity Value Configurations/Details"
                ],
                "summary":"Update a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"quantityValueConfigurations-{gtmQuanValConfigGid}-details-{gtmQuanValConfigSeq}-patch",
                "x-filename-id":"quantityvalueconfigurations-gtmquanvalconfiggid-details-gtmquanvalconfigseq-patch"
            }
        },
        "/shipUnitReferenceNumberQualifiers":{
            "get":{
                "tags":[
                    "Power Data/Ship Unit Reference Number Qualifiers"
                ],
                "summary":"Get Ship Unit Reference Number Qualifiers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipUnitReferenceNumberQualifiers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipUnitReferenceNumberQualifiers-get",
                "x-filename-id":"shipunitreferencenumberqualifiers-get"
            },
            "post":{
                "tags":[
                    "Power Data/Ship Unit Reference Number Qualifiers"
                ],
                "summary":"Create a Ship Unit Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipUnitReferenceNumberQualifiers"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipUnitReferenceNumberQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipUnitReferenceNumberQualifiers-post",
                "x-filename-id":"shipunitreferencenumberqualifiers-post"
            }
        },
        "/shipUnitReferenceNumberQualifiers/{shipUnitRefnumQualGid}":{
            "parameters":[
                {
                    "name":"shipUnitRefnumQualGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Ship Unit Reference Number Qualifiers"
                ],
                "summary":"Get a Ship Unit Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipUnitReferenceNumberQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipUnitReferenceNumberQualifiers-{shipUnitRefnumQualGid}-get",
                "x-filename-id":"shipunitreferencenumberqualifiers-shipunitrefnumqualgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Ship Unit Reference Number Qualifiers"
                ],
                "summary":"Delete a Ship Unit Reference Number Qualifier",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipUnitReferenceNumberQualifiers-{shipUnitRefnumQualGid}-delete",
                "x-filename-id":"shipunitreferencenumberqualifiers-shipunitrefnumqualgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Ship Unit Reference Number Qualifiers"
                ],
                "summary":"Update a Ship Unit Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipUnitReferenceNumberQualifiers-{shipUnitRefnumQualGid}-patch",
                "x-filename-id":"shipunitreferencenumberqualifiers-shipunitrefnumqualgid-patch"
            }
        },
        "/shipUnitSpecReferenceNumberQualifiers":{
            "get":{
                "tags":[
                    "Power Data/Ship Unit Spec Reference Number Qualifiers"
                ],
                "summary":"Get Ship Unit Spec Reference Number Qualifiers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipUnitSpecReferenceNumberQualifiers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipUnitSpecReferenceNumberQualifiers-get",
                "x-filename-id":"shipunitspecreferencenumberqualifiers-get"
            },
            "post":{
                "tags":[
                    "Power Data/Ship Unit Spec Reference Number Qualifiers"
                ],
                "summary":"Create a Ship Unit Spec Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipUnitSpecReferenceNumberQualifiers"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipUnitSpecReferenceNumberQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipUnitSpecReferenceNumberQualifiers-post",
                "x-filename-id":"shipunitspecreferencenumberqualifiers-post"
            }
        },
        "/shipUnitSpecReferenceNumberQualifiers/{shipUnitSpecRefnumQualGid}":{
            "parameters":[
                {
                    "name":"shipUnitSpecRefnumQualGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Ship Unit Spec Reference Number Qualifiers"
                ],
                "summary":"Get a Ship Unit Spec Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipUnitSpecReferenceNumberQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipUnitSpecReferenceNumberQualifiers-{shipUnitSpecRefnumQualGid}-get",
                "x-filename-id":"shipunitspecreferencenumberqualifiers-shipunitspecrefnumqualgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Ship Unit Spec Reference Number Qualifiers"
                ],
                "summary":"Delete a Ship Unit Spec Reference Number Qualifier",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipUnitSpecReferenceNumberQualifiers-{shipUnitSpecRefnumQualGid}-delete",
                "x-filename-id":"shipunitspecreferencenumberqualifiers-shipunitspecrefnumqualgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Ship Unit Spec Reference Number Qualifiers"
                ],
                "summary":"Update a Ship Unit Spec Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipUnitSpecReferenceNumberQualifiers-{shipUnitSpecRefnumQualGid}-patch",
                "x-filename-id":"shipunitspecreferencenumberqualifiers-shipunitspecrefnumqualgid-patch"
            }
        },
        "/shipUnitSpecificationProfiles":{
            "get":{
                "tags":[
                    "Power Data/Ship Unit Specification Profiles"
                ],
                "summary":"Get Ship Unit Specification Profiles",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipUnitSpecificationProfiles"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipUnitSpecificationProfiles-get",
                "x-filename-id":"shipunitspecificationprofiles-get"
            },
            "post":{
                "tags":[
                    "Power Data/Ship Unit Specification Profiles"
                ],
                "summary":"Create a Ship Unit Specification Profile",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipUnitSpecificationProfiles"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipUnitSpecificationProfiles"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipUnitSpecificationProfiles-post",
                "x-filename-id":"shipunitspecificationprofiles-post"
            }
        },
        "/shipUnitSpecificationProfiles/{shipUnitSpecProfileGid}":{
            "parameters":[
                {
                    "name":"shipUnitSpecProfileGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Ship Unit Specification Profiles"
                ],
                "summary":"Get a Ship Unit Specification Profile",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipUnitSpecificationProfiles"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipUnitSpecificationProfiles-{shipUnitSpecProfileGid}-get",
                "x-filename-id":"shipunitspecificationprofiles-shipunitspecprofilegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Ship Unit Specification Profiles"
                ],
                "summary":"Delete a Ship Unit Specification Profile",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipUnitSpecificationProfiles-{shipUnitSpecProfileGid}-delete",
                "x-filename-id":"shipunitspecificationprofiles-shipunitspecprofilegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Ship Unit Specification Profiles"
                ],
                "summary":"Update a Ship Unit Specification Profile",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipUnitSpecificationProfiles-{shipUnitSpecProfileGid}-patch",
                "x-filename-id":"shipunitspecificationprofiles-shipunitspecprofilegid-patch"
            }
        },
        "/shipUnitSpecificationProfiles/{shipUnitSpecProfileGid}/details":{
            "parameters":[
                {
                    "name":"shipUnitSpecProfileGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Ship Unit Specification Profiles/Details"
                ],
                "summary":"Get Details",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipUnitSpecificationProfiles.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipUnitSpecificationProfiles-{shipUnitSpecProfileGid}-details-get",
                "x-filename-id":"shipunitspecificationprofiles-shipunitspecprofilegid-details-get"
            },
            "post":{
                "tags":[
                    "Power Data/Ship Unit Specification Profiles/Details"
                ],
                "summary":"Create a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipUnitSpecificationProfiles.details"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/shipUnitSpecificationProfiles.details"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipUnitSpecificationProfiles.details"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipUnitSpecificationProfiles.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipUnitSpecificationProfiles-{shipUnitSpecProfileGid}-details-post",
                "x-filename-id":"shipunitspecificationprofiles-shipunitspecprofilegid-details-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Ship Unit Specification Profiles/Details"
                ],
                "summary":"Update Details",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipUnitSpecificationProfiles-{shipUnitSpecProfileGid}-details-patch",
                "x-filename-id":"shipunitspecificationprofiles-shipunitspecprofilegid-details-patch"
            }
        },
        "/shipUnitSpecificationProfiles/{shipUnitSpecProfileGid}/details/{shipUnitSpecGid}":{
            "parameters":[
                {
                    "name":"shipUnitSpecProfileGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"shipUnitSpecGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Ship Unit Specification Profiles/Details"
                ],
                "summary":"Get a Detail",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipUnitSpecificationProfiles.details"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipUnitSpecificationProfiles-{shipUnitSpecProfileGid}-details-{shipUnitSpecGid}-get",
                "x-filename-id":"shipunitspecificationprofiles-shipunitspecprofilegid-details-shipunitspecgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Ship Unit Specification Profiles/Details"
                ],
                "summary":"Delete a Detail",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipUnitSpecificationProfiles-{shipUnitSpecProfileGid}-details-{shipUnitSpecGid}-delete",
                "x-filename-id":"shipunitspecificationprofiles-shipunitspecprofilegid-details-shipunitspecgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Ship Unit Specification Profiles/Details"
                ],
                "summary":"Update a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipUnitSpecificationProfiles-{shipUnitSpecProfileGid}-details-{shipUnitSpecGid}-patch",
                "x-filename-id":"shipunitspecificationprofiles-shipunitspecprofilegid-details-shipunitspecgid-patch"
            }
        },
        "/itemReferenceNumberQualifiers":{
            "get":{
                "tags":[
                    "Power Data/Item Reference Number Qualifiers"
                ],
                "summary":"Get Item Reference Number Qualifiers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itemReferenceNumberQualifiers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemReferenceNumberQualifiers-get",
                "x-filename-id":"itemreferencenumberqualifiers-get"
            },
            "post":{
                "tags":[
                    "Power Data/Item Reference Number Qualifiers"
                ],
                "summary":"Create an Item Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/itemReferenceNumberQualifiers"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemReferenceNumberQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemReferenceNumberQualifiers-post",
                "x-filename-id":"itemreferencenumberqualifiers-post"
            }
        },
        "/itemReferenceNumberQualifiers/{itemRefnumQualGid}":{
            "parameters":[
                {
                    "name":"itemRefnumQualGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Item Reference Number Qualifiers"
                ],
                "summary":"Get an Item Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemReferenceNumberQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemReferenceNumberQualifiers-{itemRefnumQualGid}-get",
                "x-filename-id":"itemreferencenumberqualifiers-itemrefnumqualgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Item Reference Number Qualifiers"
                ],
                "summary":"Delete an Item Reference Number Qualifier",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemReferenceNumberQualifiers-{itemRefnumQualGid}-delete",
                "x-filename-id":"itemreferencenumberqualifiers-itemrefnumqualgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Item Reference Number Qualifiers"
                ],
                "summary":"Update an Item Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemReferenceNumberQualifiers-{itemRefnumQualGid}-patch",
                "x-filename-id":"itemreferencenumberqualifiers-itemrefnumqualgid-patch"
            }
        },
        "/routingNetworks":{
            "get":{
                "tags":[
                    "Power Data/Routing Networks"
                ],
                "summary":"Get Routing Networks",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/routingNetworks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"routingNetworks-get",
                "x-filename-id":"routingnetworks-get"
            },
            "post":{
                "tags":[
                    "Power Data/Routing Networks"
                ],
                "summary":"Create a Routing Network",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/routingNetworks"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/routingNetworks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"routingNetworks-post",
                "x-filename-id":"routingnetworks-post"
            }
        },
        "/routingNetworks/{routingNetworkGid}":{
            "parameters":[
                {
                    "name":"routingNetworkGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Routing Networks"
                ],
                "summary":"Get a Routing Network",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/routingNetworks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"routingNetworks-{routingNetworkGid}-get",
                "x-filename-id":"routingnetworks-routingnetworkgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Routing Networks"
                ],
                "summary":"Delete a Routing Network",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"routingNetworks-{routingNetworkGid}-delete",
                "x-filename-id":"routingnetworks-routingnetworkgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Routing Networks"
                ],
                "summary":"Update a Routing Network",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"routingNetworks-{routingNetworkGid}-patch",
                "x-filename-id":"routingnetworks-routingnetworkgid-patch"
            }
        },
        "/routingNetworks/{routingNetworkGid}/details":{
            "parameters":[
                {
                    "name":"routingNetworkGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Routing Networks/Details"
                ],
                "summary":"Get Details",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/routingNetworks.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"routingNetworks-{routingNetworkGid}-details-get",
                "x-filename-id":"routingnetworks-routingnetworkgid-details-get"
            }
        },
        "/routingNetworks/{routingNetworkGid}/details/{legGid}":{
            "parameters":[
                {
                    "name":"routingNetworkGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"legGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Routing Networks/Details"
                ],
                "summary":"Get a Detail",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/routingNetworks.details"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"routingNetworks-{routingNetworkGid}-details-{legGid}-get",
                "x-filename-id":"routingnetworks-routingnetworkgid-details-leggid-get"
            }
        },
        "/dateQualifiers":{
            "get":{
                "tags":[
                    "Power Data/Date Qualifiers"
                ],
                "summary":"Get Date Qualifiers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/dateQualifiers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"dateQualifiers-get",
                "x-filename-id":"datequalifiers-get"
            },
            "post":{
                "tags":[
                    "Power Data/Date Qualifiers"
                ],
                "summary":"Create a Date Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/dateQualifiers"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/dateQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"dateQualifiers-post",
                "x-filename-id":"datequalifiers-post"
            }
        },
        "/dateQualifiers/{dateQualifierGid}":{
            "parameters":[
                {
                    "name":"dateQualifierGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Date Qualifiers"
                ],
                "summary":"Get a Date Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/dateQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"dateQualifiers-{dateQualifierGid}-get",
                "x-filename-id":"datequalifiers-datequalifiergid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Date Qualifiers"
                ],
                "summary":"Delete a Date Qualifier",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"dateQualifiers-{dateQualifierGid}-delete",
                "x-filename-id":"datequalifiers-datequalifiergid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Date Qualifiers"
                ],
                "summary":"Update a Date Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"dateQualifiers-{dateQualifierGid}-patch",
                "x-filename-id":"datequalifiers-datequalifiergid-patch"
            }
        },
        "/commitmentAllocationUsages":{
            "get":{
                "tags":[
                    "Power Data/Commitment Allocation Usages"
                ],
                "summary":"Get Commitment Allocation Usages",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/commitmentAllocationUsages"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"commitmentAllocationUsages-get",
                "x-filename-id":"commitmentallocationusages-get"
            },
            "post":{
                "tags":[
                    "Power Data/Commitment Allocation Usages"
                ],
                "summary":"Create a Commitment Allocation Usage",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/commitmentAllocationUsages"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/commitmentAllocationUsages"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"commitmentAllocationUsages-post",
                "x-filename-id":"commitmentallocationusages-post"
            }
        },
        "/commitmentAllocationUsages/{commitAllocUsageGid}":{
            "parameters":[
                {
                    "name":"commitAllocUsageGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Commitment Allocation Usages"
                ],
                "summary":"Get a Commitment Allocation Usage",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/commitmentAllocationUsages"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"commitmentAllocationUsages-{commitAllocUsageGid}-get",
                "x-filename-id":"commitmentallocationusages-commitallocusagegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Commitment Allocation Usages"
                ],
                "summary":"Delete a Commitment Allocation Usage",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"commitmentAllocationUsages-{commitAllocUsageGid}-delete",
                "x-filename-id":"commitmentallocationusages-commitallocusagegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Commitment Allocation Usages"
                ],
                "summary":"Update a Commitment Allocation Usage",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"commitmentAllocationUsages-{commitAllocUsageGid}-patch",
                "x-filename-id":"commitmentallocationusages-commitallocusagegid-patch"
            }
        },
        "/commitmentAllocationUsages/{commitAllocUsageGid}/details":{
            "parameters":[
                {
                    "name":"commitAllocUsageGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Commitment Allocation Usages/Details"
                ],
                "summary":"Get Details",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/commitmentAllocationUsages.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"commitmentAllocationUsages-{commitAllocUsageGid}-details-get",
                "x-filename-id":"commitmentallocationusages-commitallocusagegid-details-get"
            },
            "post":{
                "tags":[
                    "Power Data/Commitment Allocation Usages/Details"
                ],
                "summary":"Create a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/commitmentAllocationUsages.details"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/commitmentAllocationUsages.details"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/commitmentAllocationUsages.details"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/commitmentAllocationUsages.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"commitmentAllocationUsages-{commitAllocUsageGid}-details-post",
                "x-filename-id":"commitmentallocationusages-commitallocusagegid-details-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Commitment Allocation Usages/Details"
                ],
                "summary":"Update Details",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"commitmentAllocationUsages-{commitAllocUsageGid}-details-patch",
                "x-filename-id":"commitmentallocationusages-commitallocusagegid-details-patch"
            }
        },
        "/commitmentAllocationUsages/{commitAllocUsageGid}/details/{servprovGidxcommitAllocUsageDSeq}":{
            "parameters":[
                {
                    "name":"commitAllocUsageGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"servprovGidxcommitAllocUsageDSeq",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Commitment Allocation Usages/Details"
                ],
                "summary":"Get a Detail",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/commitmentAllocationUsages.details"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"commitmentAllocationUsages-{commitAllocUsageGid}-details-{servprovGidxcommitAllocUsageDSeq}-get",
                "x-filename-id":"commitmentallocationusages-commitallocusagegid-details-servprovgidxcommitallocusagedseq-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Commitment Allocation Usages/Details"
                ],
                "summary":"Delete a Detail",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"commitmentAllocationUsages-{commitAllocUsageGid}-details-{servprovGidxcommitAllocUsageDSeq}-delete",
                "x-filename-id":"commitmentallocationusages-commitallocusagegid-details-servprovgidxcommitallocusagedseq-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Commitment Allocation Usages/Details"
                ],
                "summary":"Update a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"commitmentAllocationUsages-{commitAllocUsageGid}-details-{servprovGidxcommitAllocUsageDSeq}-patch",
                "x-filename-id":"commitmentallocationusages-commitallocusagegid-details-servprovgidxcommitallocusagedseq-patch"
            }
        },
        "/tradeProgramTypes":{
            "get":{
                "tags":[
                    "Power Data/Trade Program Types"
                ],
                "summary":"Get Trade Program Types",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeProgramTypes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeProgramTypes-get",
                "x-filename-id":"tradeprogramtypes-get"
            },
            "post":{
                "tags":[
                    "Power Data/Trade Program Types"
                ],
                "summary":"Create a Trade Program Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeProgramTypes"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeProgramTypes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeProgramTypes-post",
                "x-filename-id":"tradeprogramtypes-post"
            }
        },
        "/tradeProgramTypes/{gtmTariffTypeGid}":{
            "parameters":[
                {
                    "name":"gtmTariffTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Trade Program Types"
                ],
                "summary":"Get a Trade Program Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeProgramTypes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeProgramTypes-{gtmTariffTypeGid}-get",
                "x-filename-id":"tradeprogramtypes-gtmtarifftypegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Trade Program Types"
                ],
                "summary":"Delete a Trade Program Type",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeProgramTypes-{gtmTariffTypeGid}-delete",
                "x-filename-id":"tradeprogramtypes-gtmtarifftypegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Trade Program Types"
                ],
                "summary":"Update a Trade Program Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeProgramTypes-{gtmTariffTypeGid}-patch",
                "x-filename-id":"tradeprogramtypes-gtmtarifftypegid-patch"
            }
        },
        "/distancesByAddresses":{
            "get":{
                "tags":[
                    "Power Data/Distances By Addresses"
                ],
                "summary":"Get Distances By Addresses",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/distancesByAddresses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"distancesByAddresses-get",
                "x-filename-id":"distancesbyaddresses-get"
            },
            "post":{
                "tags":[
                    "Power Data/Distances By Addresses"
                ],
                "summary":"Create a Distances By Address",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/distancesByAddresses"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/distancesByAddresses"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"distancesByAddresses-post",
                "x-filename-id":"distancesbyaddresses-post"
            }
        },
        "/distancesByAddresses/{rateDistanceGidxsequenceNo}":{
            "parameters":[
                {
                    "name":"rateDistanceGidxsequenceNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Distances By Addresses"
                ],
                "summary":"Get a Distances By Address",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/distancesByAddresses"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"distancesByAddresses-{rateDistanceGidxsequenceNo}-get",
                "x-filename-id":"distancesbyaddresses-ratedistancegidxsequenceno-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Distances By Addresses"
                ],
                "summary":"Delete a Distances By Address",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"distancesByAddresses-{rateDistanceGidxsequenceNo}-delete",
                "x-filename-id":"distancesbyaddresses-ratedistancegidxsequenceno-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Distances By Addresses"
                ],
                "summary":"Update a Distances By Address",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"distancesByAddresses-{rateDistanceGidxsequenceNo}-patch",
                "x-filename-id":"distancesbyaddresses-ratedistancegidxsequenceno-patch"
            }
        },
        "/locationQualifiers":{
            "get":{
                "tags":[
                    "Power Data/Location Qualifiers"
                ],
                "summary":"Get Location Qualifiers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/locationQualifiers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locationQualifiers-get",
                "x-filename-id":"locationqualifiers-get"
            },
            "post":{
                "tags":[
                    "Power Data/Location Qualifiers"
                ],
                "summary":"Create a Location Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/locationQualifiers"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/locationQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locationQualifiers-post",
                "x-filename-id":"locationqualifiers-post"
            }
        },
        "/locationQualifiers/{locationQualifierGid}":{
            "parameters":[
                {
                    "name":"locationQualifierGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Location Qualifiers"
                ],
                "summary":"Get a Location Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/locationQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locationQualifiers-{locationQualifierGid}-get",
                "x-filename-id":"locationqualifiers-locationqualifiergid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Location Qualifiers"
                ],
                "summary":"Delete a Location Qualifier",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"locationQualifiers-{locationQualifierGid}-delete",
                "x-filename-id":"locationqualifiers-locationqualifiergid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Location Qualifiers"
                ],
                "summary":"Update a Location Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"locationQualifiers-{locationQualifierGid}-patch",
                "x-filename-id":"locationqualifiers-locationqualifiergid-patch"
            }
        },
        "/custom-actions/bulkQueries/<resourceName>":{
            "post":{
                "tags":[
                    "Actions/Utility Actions"
                ],
                "summary":"Bulk Queries",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/transientHeader"
                    },
                    {
                        "name":"useSavedQueryAsSubQuery",
                        "in":"query",
                        "required":false,
                        "schema":{
                            "type":"boolean"
                        },
                        "description":"Indicates whether to use a saved query as a subquery. Accepts true or false. This parameter will not work if the saved query contains an ORDER BY clause."
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=query-def":{
                            "schema":{
                                "$ref":"#/components/schemas/bulkQueryRequest"
                            }
                        }
                    },
                    "required":true
                },
                "responses":{
                    "200":{
                        "description":"Success! A successful POST method returns a 200 status code.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/bulkQueryResponse"
                                }
                            }
                        }
                    },
                    "400":{
                        "description":"Your request couldn't be processed because it contains missing or invalid information, such as a validation error on an input field, a missing required value, and so forth.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    },
                    "401":{
                        "description":"Unauthorized, the request was not successful because it lacks valid authentication credentials for the requested resource.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    },
                    "403":{
                        "description":"Access to the specified resource has been forbidden.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    },
                    "500":{
                        "description":"The server encountered something unexpected that prevented it from completing the request.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"custom-actions-bulkQueries-<resourceName>-post",
                "x-filename-id":"custom-actions-bulkqueries-resourcename-post"
            }
        },
        "/exchangeRates":{
            "get":{
                "tags":[
                    "Business Objects/Exchange Rates"
                ],
                "summary":"Get Exchange Rates",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/exchangeRates"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"exchangeRates-get",
                "x-filename-id":"exchangerates-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Exchange Rates"
                ],
                "summary":"Create an Exchange Rate",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/exchangeRates"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/exchangeRates"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"exchangeRates-post",
                "x-filename-id":"exchangerates-post"
            }
        },
        "/exchangeRates/{exchangeRateGid}":{
            "parameters":[
                {
                    "name":"exchangeRateGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Exchange Rates"
                ],
                "summary":"Get an Exchange Rate",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/exchangeRates"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"exchangeRates-{exchangeRateGid}-get",
                "x-filename-id":"exchangerates-exchangerategid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Exchange Rates"
                ],
                "summary":"Delete an Exchange Rate",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"exchangeRates-{exchangeRateGid}-delete",
                "x-filename-id":"exchangerates-exchangerategid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Exchange Rates"
                ],
                "summary":"Update an Exchange Rate",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"exchangeRates-{exchangeRateGid}-patch",
                "x-filename-id":"exchangerates-exchangerategid-patch"
            }
        },
        "/exchangeRates/{exchangeRateGid}/exchangeRateByDates":{
            "parameters":[
                {
                    "name":"exchangeRateGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Exchange Rates/Exchange Rate by Dates"
                ],
                "summary":"Get Exchange Rate by Dates",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/exchangeRates.exchangeRateByDates"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"exchangeRates-{exchangeRateGid}-exchangeRateByDates-get",
                "x-filename-id":"exchangerates-exchangerategid-exchangeratebydates-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Exchange Rates/Exchange Rate by Dates"
                ],
                "summary":"Create an Exchange Rate by Date",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/exchangeRates.exchangeRateByDates"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/exchangeRates.exchangeRateByDates"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/exchangeRates.exchangeRateByDates"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/exchangeRates.exchangeRateByDates"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"exchangeRates-{exchangeRateGid}-exchangeRateByDates-post",
                "x-filename-id":"exchangerates-exchangerategid-exchangeratebydates-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Exchange Rates/Exchange Rate by Dates"
                ],
                "summary":"Update Exchange Rate by Dates",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"exchangeRates-{exchangeRateGid}-exchangeRateByDates-patch",
                "x-filename-id":"exchangerates-exchangerategid-exchangeratebydates-patch"
            }
        },
        "/exchangeRates/{exchangeRateGid}/exchangeRateByDates/{effectiveDate}":{
            "parameters":[
                {
                    "name":"exchangeRateGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"effectiveDate",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Exchange Rates/Exchange Rate by Dates"
                ],
                "summary":"Get an Exchange Rate by Date",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/exchangeRates.exchangeRateByDates"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"exchangeRates-{exchangeRateGid}-exchangeRateByDates-{effectiveDate}-get",
                "x-filename-id":"exchangerates-exchangerategid-exchangeratebydates-effectivedate-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Exchange Rates/Exchange Rate by Dates"
                ],
                "summary":"Delete an Exchange Rate by Date",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"exchangeRates-{exchangeRateGid}-exchangeRateByDates-{effectiveDate}-delete",
                "x-filename-id":"exchangerates-exchangerategid-exchangeratebydates-effectivedate-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Exchange Rates/Exchange Rate by Dates"
                ],
                "summary":"Update an Exchange Rate by Date",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"exchangeRates-{exchangeRateGid}-exchangeRateByDates-{effectiveDate}-patch",
                "x-filename-id":"exchangerates-exchangerategid-exchangeratebydates-effectivedate-patch"
            }
        },
        "/exchangeRates/{exchangeRateGid}/exchangeRateByDates/{effectiveDate}/currencyExchangeRates":{
            "parameters":[
                {
                    "name":"exchangeRateGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"effectiveDate",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Exchange Rates/Exchange Rate by Dates/Currency Exchange Rates"
                ],
                "summary":"Get Currency Exchange Rates",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/exchangeRates.exchangeRateByDates.currencyExchangeRates"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"exchangeRates-{exchangeRateGid}-exchangeRateByDates-{effectiveDate}-currencyExchangeRates-get",
                "x-filename-id":"exchangerates-exchangerategid-exchangeratebydates-effectivedate-currencyexchangerates-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Exchange Rates/Exchange Rate by Dates/Currency Exchange Rates"
                ],
                "summary":"Create a Currency Exchange Rate",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/exchangeRates.exchangeRateByDates.currencyExchangeRates"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/exchangeRates.exchangeRateByDates.currencyExchangeRates"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/exchangeRates.exchangeRateByDates.currencyExchangeRates"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/exchangeRates.exchangeRateByDates.currencyExchangeRates"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"exchangeRates-{exchangeRateGid}-exchangeRateByDates-{effectiveDate}-currencyExchangeRates-post",
                "x-filename-id":"exchangerates-exchangerategid-exchangeratebydates-effectivedate-currencyexchangerates-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Exchange Rates/Exchange Rate by Dates/Currency Exchange Rates"
                ],
                "summary":"Update Currency Exchange Rates",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"exchangeRates-{exchangeRateGid}-exchangeRateByDates-{effectiveDate}-currencyExchangeRates-patch",
                "x-filename-id":"exchangerates-exchangerategid-exchangeratebydates-effectivedate-currencyexchangerates-patch"
            }
        },
        "/exchangeRates/{exchangeRateGid}/exchangeRateByDates/{effectiveDate}/currencyExchangeRates/{currencyExchangeRateId}":{
            "parameters":[
                {
                    "name":"exchangeRateGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"effectiveDate",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"currencyExchangeRateId",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Exchange Rates/Exchange Rate by Dates/Currency Exchange Rates"
                ],
                "summary":"Get a Currency Exchange Rate",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/exchangeRates.exchangeRateByDates.currencyExchangeRates"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"exchangeRates-{exchangeRateGid}-exchangeRateByDates-{effectiveDate}-currencyExchangeRates-{currencyExchangeRateId}-get",
                "x-filename-id":"exchangerates-exchangerategid-exchangeratebydates-effectivedate-currencyexchangerates-currencyexchangerateid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Exchange Rates/Exchange Rate by Dates/Currency Exchange Rates"
                ],
                "summary":"Delete a Currency Exchange Rate",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"exchangeRates-{exchangeRateGid}-exchangeRateByDates-{effectiveDate}-currencyExchangeRates-{currencyExchangeRateId}-delete",
                "x-filename-id":"exchangerates-exchangerategid-exchangeratebydates-effectivedate-currencyexchangerates-currencyexchangerateid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Exchange Rates/Exchange Rate by Dates/Currency Exchange Rates"
                ],
                "summary":"Update a Currency Exchange Rate",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"exchangeRates-{exchangeRateGid}-exchangeRateByDates-{effectiveDate}-currencyExchangeRates-{currencyExchangeRateId}-patch",
                "x-filename-id":"exchangerates-exchangerategid-exchangeratebydates-effectivedate-currencyexchangerates-currencyexchangerateid-patch"
            }
        },
        "/equipmentTypes":{
            "get":{
                "tags":[
                    "Business Objects/Equipment Types"
                ],
                "summary":"Get Equipment Types",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/equipmentTypes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"equipmentTypes-get",
                "x-filename-id":"equipmenttypes-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Equipment Types"
                ],
                "summary":"Create an Equipment Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/equipmentTypes"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/equipmentTypes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"equipmentTypes-post",
                "x-filename-id":"equipmenttypes-post"
            }
        },
        "/equipmentTypes/{equipmentTypeGid}":{
            "parameters":[
                {
                    "name":"equipmentTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Equipment Types"
                ],
                "summary":"Get an Equipment Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/equipmentTypes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"equipmentTypes-{equipmentTypeGid}-get",
                "x-filename-id":"equipmenttypes-equipmenttypegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Equipment Types"
                ],
                "summary":"Delete an Equipment Type",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"equipmentTypes-{equipmentTypeGid}-delete",
                "x-filename-id":"equipmenttypes-equipmenttypegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Equipment Types"
                ],
                "summary":"Update an Equipment Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"equipmentTypes-{equipmentTypeGid}-patch",
                "x-filename-id":"equipmenttypes-equipmenttypegid-patch"
            }
        },
        "/equipmentTypes/{equipmentTypeGid}/equipmentGroups":{
            "parameters":[
                {
                    "name":"equipmentTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Equipment Types/Equipment Groups"
                ],
                "summary":"Get Equipment Groups",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/equipmentTypes.equipmentGroups"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"equipmentTypes-{equipmentTypeGid}-equipmentGroups-get",
                "x-filename-id":"equipmenttypes-equipmenttypegid-equipmentgroups-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Equipment Types/Equipment Groups"
                ],
                "summary":"Create an Equipment Group",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/equipmentTypes.equipmentGroups"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/equipmentTypes.equipmentGroups"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/equipmentTypes.equipmentGroups"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/equipmentTypes.equipmentGroups"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"equipmentTypes-{equipmentTypeGid}-equipmentGroups-post",
                "x-filename-id":"equipmenttypes-equipmenttypegid-equipmentgroups-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Equipment Types/Equipment Groups"
                ],
                "summary":"Update Equipment Groups",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"equipmentTypes-{equipmentTypeGid}-equipmentGroups-patch",
                "x-filename-id":"equipmenttypes-equipmenttypegid-equipmentgroups-patch"
            }
        },
        "/equipmentTypes/{equipmentTypeGid}/equipmentGroups/{equipmentGroupGid}":{
            "parameters":[
                {
                    "name":"equipmentTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"equipmentGroupGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Equipment Types/Equipment Groups"
                ],
                "summary":"Get an Equipment Group",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/equipmentTypes.equipmentGroups"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"equipmentTypes-{equipmentTypeGid}-equipmentGroups-{equipmentGroupGid}-get",
                "x-filename-id":"equipmenttypes-equipmenttypegid-equipmentgroups-equipmentgroupgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Equipment Types/Equipment Groups"
                ],
                "summary":"Delete an Equipment Group",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"equipmentTypes-{equipmentTypeGid}-equipmentGroups-{equipmentGroupGid}-delete",
                "x-filename-id":"equipmenttypes-equipmenttypegid-equipmentgroups-equipmentgroupgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Equipment Types/Equipment Groups"
                ],
                "summary":"Update an Equipment Group",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"equipmentTypes-{equipmentTypeGid}-equipmentGroups-{equipmentGroupGid}-patch",
                "x-filename-id":"equipmenttypes-equipmenttypegid-equipmentgroups-equipmentgroupgid-patch"
            }
        },
        "/equipmentTypes/{equipmentTypeGid}/specialServices":{
            "parameters":[
                {
                    "name":"equipmentTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Equipment Types/Special Services"
                ],
                "summary":"Get Special Services",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/equipmentTypes.specialServices"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"equipmentTypes-{equipmentTypeGid}-specialServices-get",
                "x-filename-id":"equipmenttypes-equipmenttypegid-specialservices-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Equipment Types/Special Services"
                ],
                "summary":"Create a Special Service",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/equipmentTypes.specialServices"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/equipmentTypes.specialServices"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/equipmentTypes.specialServices"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/equipmentTypes.specialServices"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"equipmentTypes-{equipmentTypeGid}-specialServices-post",
                "x-filename-id":"equipmenttypes-equipmenttypegid-specialservices-post"
            }
        },
        "/equipmentTypes/{equipmentTypeGid}/specialServices/{specialServiceGid}":{
            "parameters":[
                {
                    "name":"equipmentTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"specialServiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Equipment Types/Special Services"
                ],
                "summary":"Get a Special Service",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/equipmentTypes.specialServices"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"equipmentTypes-{equipmentTypeGid}-specialServices-{specialServiceGid}-get",
                "x-filename-id":"equipmenttypes-equipmenttypegid-specialservices-specialservicegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Equipment Types/Special Services"
                ],
                "summary":"Delete a Special Service",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"equipmentTypes-{equipmentTypeGid}-specialServices-{specialServiceGid}-delete",
                "x-filename-id":"equipmenttypes-equipmenttypegid-specialservices-specialservicegid-delete"
            }
        },
        "/equipmentTypes/{equipmentTypeGid}/remarks":{
            "parameters":[
                {
                    "name":"equipmentTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Equipment Types/Remarks"
                ],
                "summary":"Get Remarks",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/equipmentTypes.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"equipmentTypes-{equipmentTypeGid}-remarks-get",
                "x-filename-id":"equipmenttypes-equipmenttypegid-remarks-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Equipment Types/Remarks"
                ],
                "summary":"Create a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/equipmentTypes.remarks"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/equipmentTypes.remarks"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/equipmentTypes.remarks"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/equipmentTypes.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"equipmentTypes-{equipmentTypeGid}-remarks-post",
                "x-filename-id":"equipmenttypes-equipmenttypegid-remarks-post"
            }
        },
        "/equipmentTypes/{equipmentTypeGid}/remarks/{remarkSequence}":{
            "parameters":[
                {
                    "name":"equipmentTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"remarkSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Equipment Types/Remarks"
                ],
                "summary":"Get a Remark",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/equipmentTypes.remarks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"equipmentTypes-{equipmentTypeGid}-remarks-{remarkSequence}-get",
                "x-filename-id":"equipmenttypes-equipmenttypegid-remarks-remarksequence-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Equipment Types/Remarks"
                ],
                "summary":"Delete a Remark",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"equipmentTypes-{equipmentTypeGid}-remarks-{remarkSequence}-delete",
                "x-filename-id":"equipmenttypes-equipmenttypegid-remarks-remarksequence-delete"
            }
        },
        "/equipmentGroupAverageTurnaroundDurations":{
            "get":{
                "tags":[
                    "Power Data/Equipment Group Average Turnaround Durations"
                ],
                "summary":"Get Equipment Group Average Turnaround Durations",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/equipmentGroupAverageTurnaroundDurations"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"equipmentGroupAverageTurnaroundDurations-get",
                "x-filename-id":"equipmentgroupaverageturnarounddurations-get"
            },
            "post":{
                "tags":[
                    "Power Data/Equipment Group Average Turnaround Durations"
                ],
                "summary":"Create an Equipment Group Average Turnaround Duration",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/equipmentGroupAverageTurnaroundDurations"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/equipmentGroupAverageTurnaroundDurations"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"equipmentGroupAverageTurnaroundDurations-post",
                "x-filename-id":"equipmentgroupaverageturnarounddurations-post"
            }
        },
        "/equipmentGroupAverageTurnaroundDurations/{equipGroupAvgTaDurSeq}":{
            "parameters":[
                {
                    "name":"equipGroupAvgTaDurSeq",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Equipment Group Average Turnaround Durations"
                ],
                "summary":"Get an Equipment Group Average Turnaround Duration",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/equipmentGroupAverageTurnaroundDurations"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"equipmentGroupAverageTurnaroundDurations-{equipGroupAvgTaDurSeq}-get",
                "x-filename-id":"equipmentgroupaverageturnarounddurations-equipgroupavgtadurseq-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Equipment Group Average Turnaround Durations"
                ],
                "summary":"Delete an Equipment Group Average Turnaround Duration",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"equipmentGroupAverageTurnaroundDurations-{equipGroupAvgTaDurSeq}-delete",
                "x-filename-id":"equipmentgroupaverageturnarounddurations-equipgroupavgtadurseq-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Equipment Group Average Turnaround Durations"
                ],
                "summary":"Update an Equipment Group Average Turnaround Duration",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"equipmentGroupAverageTurnaroundDurations-{equipGroupAvgTaDurSeq}-patch",
                "x-filename-id":"equipmentgroupaverageturnarounddurations-equipgroupavgtadurseq-patch"
            }
        },
        "/customsDeclarationsNoTradeLicenses":{
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses"
                ],
                "summary":"Get Customs Declarations No Trade Licenses",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-get",
                "x-filename-id":"customsdeclarationsnotradelicenses-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses"
                ],
                "summary":"Create a Customs Declarations No Trade License",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-post",
                "x-filename-id":"customsdeclarationsnotradelicenses-post"
            }
        },
        "/customsDeclarationsNoTradeLicenses/{gtmTransactionGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses"
                ],
                "summary":"Get a Customs Declarations No Trade License",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-get",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses"
                ],
                "summary":"Delete a Customs Declarations No Trade License",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-delete",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses"
                ],
                "summary":"Update a Customs Declarations No Trade License",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-patch",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-patch"
            }
        },
        "/customsDeclarationsNoTradeLicenses/{gtmTransactionGid}/transactionQuantities":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Transaction Quantities"
                ],
                "summary":"Get Transaction Quantities",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.transactionQuantities"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-transactionQuantities-get",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-transactionquantities-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Transaction Quantities"
                ],
                "summary":"Create a Transaction Quantitie",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.transactionQuantities"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.transactionQuantities"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.transactionQuantities"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.transactionQuantities"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-transactionQuantities-post",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-transactionquantities-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Transaction Quantities"
                ],
                "summary":"Update Transaction Quantities",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-transactionQuantities-patch",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-transactionquantities-patch"
            }
        },
        "/customsDeclarationsNoTradeLicenses/{gtmTransactionGid}/transactionQuantities/{gtmQuantityTypeGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmQuantityTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Transaction Quantities"
                ],
                "summary":"Get a Transaction Quantitie",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.transactionQuantities"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-transactionQuantities-{gtmQuantityTypeGid}-get",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-transactionquantities-gtmquantitytypegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Transaction Quantities"
                ],
                "summary":"Delete a Transaction Quantitie",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-transactionQuantities-{gtmQuantityTypeGid}-delete",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-transactionquantities-gtmquantitytypegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Transaction Quantities"
                ],
                "summary":"Update a Transaction Quantitie",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-transactionQuantities-{gtmQuantityTypeGid}-patch",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-transactionquantities-gtmquantitytypegid-patch"
            }
        },
        "/customsDeclarationsNoTradeLicenses/{gtmTransactionGid}/transactionValues":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Transaction Values"
                ],
                "summary":"Get Transaction Values",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.transactionValues"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-transactionValues-get",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-transactionvalues-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Transaction Values"
                ],
                "summary":"Create a Transaction Value",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.transactionValues"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.transactionValues"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.transactionValues"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.transactionValues"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-transactionValues-post",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-transactionvalues-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Transaction Values"
                ],
                "summary":"Update Transaction Values",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-transactionValues-patch",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-transactionvalues-patch"
            }
        },
        "/customsDeclarationsNoTradeLicenses/{gtmTransactionGid}/transactionValues/{gtmValueQualifierGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmValueQualifierGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Transaction Values"
                ],
                "summary":"Get a Transaction Value",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.transactionValues"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-transactionValues-{gtmValueQualifierGid}-get",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-transactionvalues-gtmvaluequalifiergid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Transaction Values"
                ],
                "summary":"Delete a Transaction Value",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-transactionValues-{gtmValueQualifierGid}-delete",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-transactionvalues-gtmvaluequalifiergid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Transaction Values"
                ],
                "summary":"Update a Transaction Value",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-transactionValues-{gtmValueQualifierGid}-patch",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-transactionvalues-gtmvaluequalifiergid-patch"
            }
        },
        "/customsDeclarationsNoTradeLicenses/{gtmTransactionGid}/transactionDates":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Transaction Dates"
                ],
                "summary":"Get Transaction Dates",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.transactionDates"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-transactionDates-get",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-transactiondates-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Transaction Dates"
                ],
                "summary":"Create a Transaction Date",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.transactionDates"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.transactionDates"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.transactionDates"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.transactionDates"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-transactionDates-post",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-transactiondates-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Transaction Dates"
                ],
                "summary":"Update Transaction Dates",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-transactionDates-patch",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-transactiondates-patch"
            }
        },
        "/customsDeclarationsNoTradeLicenses/{gtmTransactionGid}/transactionDates/{dateQualifierGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"dateQualifierGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Transaction Dates"
                ],
                "summary":"Get a Transaction Date",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.transactionDates"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-transactionDates-{dateQualifierGid}-get",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-transactiondates-datequalifiergid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Transaction Dates"
                ],
                "summary":"Delete a Transaction Date",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-transactionDates-{dateQualifierGid}-delete",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-transactiondates-datequalifiergid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Transaction Dates"
                ],
                "summary":"Update a Transaction Date",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-transactionDates-{dateQualifierGid}-patch",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-transactiondates-datequalifiergid-patch"
            }
        },
        "/customsDeclarationsNoTradeLicenses/{gtmTransactionGid}/lines":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines"
                ],
                "summary":"Get Lines",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-get",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines"
                ],
                "summary":"Create a Line",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-post",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines"
                ],
                "summary":"Update Lines",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-patch",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-patch"
            }
        },
        "/customsDeclarationsNoTradeLicenses/{gtmTransactionGid}/lines/{gtmTransactionLineGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines"
                ],
                "summary":"Get a Line",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-get",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines"
                ],
                "summary":"Delete a Line",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-delete",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines"
                ],
                "summary":"Update a Line",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-patch",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-patch"
            }
        },
        "/customsDeclarationsNoTradeLicenses/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/lineCodes":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Line Codes"
                ],
                "summary":"Get Line Codes",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.lineCodes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-lineCodes-get",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-linecodes-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Line Codes"
                ],
                "summary":"Create a Line Code",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.lineCodes"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.lineCodes"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.lineCodes"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.lineCodes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-lineCodes-post",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-linecodes-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Line Codes"
                ],
                "summary":"Update Line Codes",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-lineCodes-patch",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-linecodes-patch"
            }
        },
        "/customsDeclarationsNoTradeLicenses/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/lineCodes/{gtmTypeGidxgtmCode}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTypeGidxgtmCode",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Line Codes"
                ],
                "summary":"Get a Line Code",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.lineCodes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-lineCodes-{gtmTypeGidxgtmCode}-get",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-linecodes-gtmtypegidxgtmcode-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Line Codes"
                ],
                "summary":"Delete a Line Code",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-lineCodes-{gtmTypeGidxgtmCode}-delete",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-linecodes-gtmtypegidxgtmcode-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Line Codes"
                ],
                "summary":"Update a Line Code",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-lineCodes-{gtmTypeGidxgtmCode}-patch",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-linecodes-gtmtypegidxgtmcode-patch"
            }
        },
        "/customsDeclarationsNoTradeLicenses/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/lineDates":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Line Dates"
                ],
                "summary":"Get Line Dates",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.lineDates"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-lineDates-get",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-linedates-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Line Dates"
                ],
                "summary":"Create a Line Date",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.lineDates"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.lineDates"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.lineDates"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.lineDates"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-lineDates-post",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-linedates-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Line Dates"
                ],
                "summary":"Update Line Dates",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-lineDates-patch",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-linedates-patch"
            }
        },
        "/customsDeclarationsNoTradeLicenses/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/lineDates/{dateQualifierGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"dateQualifierGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Line Dates"
                ],
                "summary":"Get a Line Date",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.lineDates"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-lineDates-{dateQualifierGid}-get",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-linedates-datequalifiergid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Line Dates"
                ],
                "summary":"Delete a Line Date",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-lineDates-{dateQualifierGid}-delete",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-linedates-datequalifiergid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Line Dates"
                ],
                "summary":"Update a Line Date",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-lineDates-{dateQualifierGid}-patch",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-linedates-datequalifiergid-patch"
            }
        },
        "/customsDeclarationsNoTradeLicenses/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/partyScreens":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Party Screens"
                ],
                "summary":"Get Party Screens",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.partyScreens"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-partyScreens-get",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-partyscreens-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Party Screens"
                ],
                "summary":"Create a Party Screen",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.partyScreens"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.partyScreens"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.partyScreens"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.partyScreens"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-partyScreens-post",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-partyscreens-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Party Screens"
                ],
                "summary":"Update Party Screens",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-partyScreens-patch",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-partyscreens-patch"
            }
        },
        "/customsDeclarationsNoTradeLicenses/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/partyScreens/{gtmTrPartyScreenGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTrPartyScreenGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Party Screens"
                ],
                "summary":"Get a Party Screen",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.partyScreens"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-partyScreens-{gtmTrPartyScreenGid}-get",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-partyscreens-gtmtrpartyscreengid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Party Screens"
                ],
                "summary":"Delete a Party Screen",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-partyScreens-{gtmTrPartyScreenGid}-delete",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-partyscreens-gtmtrpartyscreengid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Party Screens"
                ],
                "summary":"Update a Party Screen",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-partyScreens-{gtmTrPartyScreenGid}-patch",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-partyscreens-gtmtrpartyscreengid-patch"
            }
        },
        "/customsDeclarationsNoTradeLicenses/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/gtmTransLineProdDocs":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Gtm Trans Line Prod Docs"
                ],
                "summary":"Get Gtm Trans Line Prod Docs",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.gtmTransLineProdDocs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-gtmTransLineProdDocs-get",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-gtmtranslineproddocs-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Gtm Trans Line Prod Docs"
                ],
                "summary":"Create a Gtm Trans Line Prod Doc",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.gtmTransLineProdDocs"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.gtmTransLineProdDocs"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.gtmTransLineProdDocs"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.gtmTransLineProdDocs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-gtmTransLineProdDocs-post",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-gtmtranslineproddocs-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Gtm Trans Line Prod Docs"
                ],
                "summary":"Update Gtm Trans Line Prod Docs",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-gtmTransLineProdDocs-patch",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-gtmtranslineproddocs-patch"
            }
        },
        "/customsDeclarationsNoTradeLicenses/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/gtmTransLineProdDocs/{prodDocSequence}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"prodDocSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Gtm Trans Line Prod Docs"
                ],
                "summary":"Get a Gtm Trans Line Prod Doc",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.gtmTransLineProdDocs"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-gtmTransLineProdDocs-{prodDocSequence}-get",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-gtmtranslineproddocs-proddocsequence-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Gtm Trans Line Prod Docs"
                ],
                "summary":"Delete a Gtm Trans Line Prod Doc",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-gtmTransLineProdDocs-{prodDocSequence}-delete",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-gtmtranslineproddocs-proddocsequence-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Gtm Trans Line Prod Docs"
                ],
                "summary":"Update a Gtm Trans Line Prod Doc",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-gtmTransLineProdDocs-{prodDocSequence}-patch",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-gtmtranslineproddocs-proddocsequence-patch"
            }
        },
        "/customsDeclarationsNoTradeLicenses/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/quantities":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Quantities"
                ],
                "summary":"Get Quantities",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.quantities"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-quantities-get",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-quantities-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Quantities"
                ],
                "summary":"Create a Quantitie",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.quantities"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.quantities"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.quantities"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.quantities"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-quantities-post",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-quantities-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Quantities"
                ],
                "summary":"Update Quantities",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-quantities-patch",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-quantities-patch"
            }
        },
        "/customsDeclarationsNoTradeLicenses/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/quantities/{gtmTransLineQtySeqNo}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransLineQtySeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Quantities"
                ],
                "summary":"Get a Quantitie",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.quantities"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-quantities-{gtmTransLineQtySeqNo}-get",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-quantities-gtmtranslineqtyseqno-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Quantities"
                ],
                "summary":"Delete a Quantitie",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-quantities-{gtmTransLineQtySeqNo}-delete",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-quantities-gtmtranslineqtyseqno-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Quantities"
                ],
                "summary":"Update a Quantitie",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-quantities-{gtmTransLineQtySeqNo}-patch",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-quantities-gtmtranslineqtyseqno-patch"
            }
        },
        "/customsDeclarationsNoTradeLicenses/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/values":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Values"
                ],
                "summary":"Get Values",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.values"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-values-get",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-values-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Values"
                ],
                "summary":"Create a Value",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.values"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.values"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.values"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.values"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-values-post",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-values-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Values"
                ],
                "summary":"Update Values",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-values-patch",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-values-patch"
            }
        },
        "/customsDeclarationsNoTradeLicenses/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/values/{gtmValueQualifierGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmValueQualifierGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Values"
                ],
                "summary":"Get a Value",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.values"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-values-{gtmValueQualifierGid}-get",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-values-gtmvaluequalifiergid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Values"
                ],
                "summary":"Delete a Value",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-values-{gtmValueQualifierGid}-delete",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-values-gtmvaluequalifiergid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Values"
                ],
                "summary":"Update a Value",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-values-{gtmValueQualifierGid}-patch",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-values-gtmvaluequalifiergid-patch"
            }
        },
        "/customsDeclarationsNoTradeLicenses/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/values/{gtmValueQualifierGid}/valueDetails":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmValueQualifierGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Values/Value Details"
                ],
                "summary":"Get Value Details",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.values.valueDetails"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-values-{gtmValueQualifierGid}-valueDetails-get",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-values-gtmvaluequalifiergid-valuedetails-get"
            }
        },
        "/customsDeclarationsNoTradeLicenses/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/values/{gtmValueQualifierGid}/valueDetails/{gtmTransactionLineGidxgtmValueQualifierGidxsequenceNo}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmValueQualifierGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGidxgtmValueQualifierGidxsequenceNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Values/Value Details"
                ],
                "summary":"Get a Value Detail",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.values.valueDetails"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"2-lines-{gtmTransactionLineGid}-values-{gtmValueQualifierGid}-valueDetails-{gtmTransactionLineGidxgtmValueQualifierGidxsequenceNo}-get",
                "x-filename-id":"2-lines-gtmtransactionlinegid-values-gtmvaluequalifiergid-valuedetails-gtmtransactionlinegidxgtmvaluequalifiergidxsequenceno-get"
            }
        },
        "/customsDeclarationsNoTradeLicenses/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/percentageValues":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Percentage Values"
                ],
                "summary":"Get Percentage Values",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.percentageValues"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-percentageValues-get",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-percentagevalues-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Percentage Values"
                ],
                "summary":"Create a Percentage Value",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.percentageValues"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.percentageValues"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.percentageValues"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.percentageValues"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-percentageValues-post",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-percentagevalues-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Percentage Values"
                ],
                "summary":"Update Percentage Values",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-percentageValues-patch",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-percentagevalues-patch"
            }
        },
        "/customsDeclarationsNoTradeLicenses/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/percentageValues/{gtmPercentageValueQualGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmPercentageValueQualGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Percentage Values"
                ],
                "summary":"Get a Percentage Value",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.percentageValues"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-percentageValues-{gtmPercentageValueQualGid}-get",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-percentagevalues-gtmpercentagevaluequalgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Percentage Values"
                ],
                "summary":"Delete a Percentage Value",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-percentageValues-{gtmPercentageValueQualGid}-delete",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-percentagevalues-gtmpercentagevaluequalgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Percentage Values"
                ],
                "summary":"Update a Percentage Value",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-percentageValues-{gtmPercentageValueQualGid}-patch",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-percentagevalues-gtmpercentagevaluequalgid-patch"
            }
        },
        "/customsDeclarationsNoTradeLicenses/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/textLinks":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Text Links"
                ],
                "summary":"Get Text Links",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.textLinks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-textLinks-get",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-textlinks-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Text Links"
                ],
                "summary":"Create a Text Link",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.textLinks"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.textLinks"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.textLinks"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.textLinks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-textLinks-post",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-textlinks-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Text Links"
                ],
                "summary":"Update Text Links",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-textLinks-patch",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-textlinks-patch"
            }
        },
        "/customsDeclarationsNoTradeLicenses/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/textLinks/{gtmTransLineTextLinkGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransLineTextLinkGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Text Links"
                ],
                "summary":"Get a Text Link",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.textLinks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-textLinks-{gtmTransLineTextLinkGid}-get",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-textlinks-gtmtranslinetextlinkgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Text Links"
                ],
                "summary":"Delete a Text Link",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-textLinks-{gtmTransLineTextLinkGid}-delete",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-textlinks-gtmtranslinetextlinkgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Text Links"
                ],
                "summary":"Update a Text Link",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-textLinks-{gtmTransLineTextLinkGid}-patch",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-textlinks-gtmtranslinetextlinkgid-patch"
            }
        },
        "/customsDeclarationsNoTradeLicenses/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/productClassifications":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Product Classifications"
                ],
                "summary":"Get Product Classifications",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.productClassifications"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-productClassifications-get",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-productclassifications-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Product Classifications"
                ],
                "summary":"Create a Product Classification",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.productClassifications"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.productClassifications"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.productClassifications"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.productClassifications"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-productClassifications-post",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-productclassifications-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Product Classifications"
                ],
                "summary":"Update Product Classifications",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-productClassifications-patch",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-productclassifications-patch"
            }
        },
        "/customsDeclarationsNoTradeLicenses/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/productClassifications/{gtmTrProdClassificationGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTrProdClassificationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Product Classifications"
                ],
                "summary":"Get a Product Classification",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.productClassifications"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-productClassifications-{gtmTrProdClassificationGid}-get",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-productclassifications-gtmtrprodclassificationgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Product Classifications"
                ],
                "summary":"Delete a Product Classification",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-productClassifications-{gtmTrProdClassificationGid}-delete",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-productclassifications-gtmtrprodclassificationgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Product Classifications"
                ],
                "summary":"Update a Product Classification",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-productClassifications-{gtmTrProdClassificationGid}-patch",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-productclassifications-gtmtrprodclassificationgid-patch"
            }
        },
        "/customsDeclarationsNoTradeLicenses/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/involvedParties":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Involved Parties"
                ],
                "summary":"Get Involved Parties",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.involvedParties"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-involvedParties-get",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-involvedparties-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Involved Parties"
                ],
                "summary":"Create an Involved Partie",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.involvedParties"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.involvedParties"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.involvedParties"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.involvedParties"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-involvedParties-post",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-involvedparties-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Involved Parties"
                ],
                "summary":"Update Involved Parties",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-involvedParties-patch",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-involvedparties-patch"
            }
        },
        "/customsDeclarationsNoTradeLicenses/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/involvedParties/{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Involved Parties"
                ],
                "summary":"Get an Involved Partie",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.involvedParties"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"{gtmTransactionGid}-lines-{gtmTransactionLineGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-get",
                "x-filename-id":"gtmtransactiongid-lines-gtmtransactionlinegid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Involved Parties"
                ],
                "summary":"Delete an Involved Partie",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"2-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-delete",
                "x-filename-id":"2-gtmtransactiongid-lines-gtmtransactionlinegid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Involved Parties"
                ],
                "summary":"Update an Involved Partie",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"2-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-patch",
                "x-filename-id":"2-gtmtransactiongid-lines-gtmtransactionlinegid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-patch"
            }
        },
        "/customsDeclarationsNoTradeLicenses/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/sanctions":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Sanctions"
                ],
                "summary":"Get Sanctions",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.sanctions"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-sanctions-get",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-sanctions-get"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Sanctions"
                ],
                "summary":"Update Sanctions",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-sanctions-patch",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-sanctions-patch"
            }
        },
        "/customsDeclarationsNoTradeLicenses/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/sanctions/{gtmTrSanctionGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTrSanctionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Sanctions"
                ],
                "summary":"Get a Sanction",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.sanctions"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-sanctions-{gtmTrSanctionGid}-get",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-sanctions-gtmtrsanctiongid-get"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Sanctions"
                ],
                "summary":"Update a Sanction",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-sanctions-{gtmTrSanctionGid}-patch",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-sanctions-gtmtrsanctiongid-patch"
            }
        },
        "/customsDeclarationsNoTradeLicenses/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/statuses":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Statuses"
                ],
                "summary":"Get Statuses",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.statuses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-statuses-get",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-statuses-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Statuses"
                ],
                "summary":"Create a Statuse",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.statuses"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.statuses"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.statuses"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.statuses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-statuses-post",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-statuses-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Statuses"
                ],
                "summary":"Update Statuses",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-statuses-patch",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-statuses-patch"
            }
        },
        "/customsDeclarationsNoTradeLicenses/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/statuses/{statusTypeGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"statusTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Statuses"
                ],
                "summary":"Get a Statuse",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.statuses"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-statuses-{statusTypeGid}-get",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-statuses-statustypegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Statuses"
                ],
                "summary":"Delete a Statuse",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-statuses-{statusTypeGid}-delete",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-statuses-statustypegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Statuses"
                ],
                "summary":"Update a Statuse",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-statuses-{statusTypeGid}-patch",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-statuses-statustypegid-patch"
            }
        },
        "/customsDeclarationsNoTradeLicenses/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/otherControls":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Other Controls"
                ],
                "summary":"Get Other Controls",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.otherControls"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-otherControls-get",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-othercontrols-get"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Other Controls"
                ],
                "summary":"Update Other Controls",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-otherControls-patch",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-othercontrols-patch"
            }
        },
        "/customsDeclarationsNoTradeLicenses/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/otherControls/{gtmTrOtherControlGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTrOtherControlGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Other Controls"
                ],
                "summary":"Get an Other Control",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.otherControls"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-otherControls-{gtmTrOtherControlGid}-get",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-othercontrols-gtmtrothercontrolgid-get"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Other Controls"
                ],
                "summary":"Update an Other Control",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-otherControls-{gtmTrOtherControlGid}-patch",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-othercontrols-gtmtrothercontrolgid-patch"
            }
        },
        "/customsDeclarationsNoTradeLicenses/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/remarks":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Remarks"
                ],
                "summary":"Get Remarks",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-remarks-get",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-remarks-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Remarks"
                ],
                "summary":"Create a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.remarks"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.remarks"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.remarks"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-remarks-post",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-remarks-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Remarks"
                ],
                "summary":"Update Remarks",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-remarks-patch",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-remarks-patch"
            }
        },
        "/customsDeclarationsNoTradeLicenses/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/remarks/{remarkSequence}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"remarkSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Remarks"
                ],
                "summary":"Get a Remark",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.remarks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-remarks-{remarkSequence}-get",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-remarks-remarksequence-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Remarks"
                ],
                "summary":"Delete a Remark",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-remarks-{remarkSequence}-delete",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-remarks-remarksequence-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Remarks"
                ],
                "summary":"Update a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-remarks-{remarkSequence}-patch",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-remarks-remarksequence-patch"
            }
        },
        "/customsDeclarationsNoTradeLicenses/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/licenses":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Licenses"
                ],
                "summary":"Get Licenses",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.licenses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-licenses-get",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-licenses-get"
            }
        },
        "/customsDeclarationsNoTradeLicenses/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/licenses/{gtmTransLineLicenseSeq}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransLineLicenseSeq",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Licenses"
                ],
                "summary":"Get a License",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.licenses"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-licenses-{gtmTransLineLicenseSeq}-get",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-licenses-gtmtranslinelicenseseq-get"
            }
        },
        "/customsDeclarationsNoTradeLicenses/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/reqdClassifications":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Reqd Classifications"
                ],
                "summary":"Get Reqd Classifications",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.reqdClassifications"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-reqdClassifications-get",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-reqdclassifications-get"
            }
        },
        "/customsDeclarationsNoTradeLicenses/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/reqdClassifications/{gtmProdClassTypeGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmProdClassTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Reqd Classifications"
                ],
                "summary":"Get a Reqd Classification",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.reqdClassifications"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-reqdClassifications-{gtmProdClassTypeGid}-get",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-reqdclassifications-gtmprodclasstypegid-get"
            }
        },
        "/customsDeclarationsNoTradeLicenses/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/reportings":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Reportings"
                ],
                "summary":"Get Reportings",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.reportings"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-reportings-get",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-reportings-get"
            }
        },
        "/customsDeclarationsNoTradeLicenses/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/reportings/{gtmTrReportingGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTrReportingGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Reportings"
                ],
                "summary":"Get a Reporting",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.reportings"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-reportings-{gtmTrReportingGid}-get",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-reportings-gtmtrreportinggid-get"
            }
        },
        "/customsDeclarationsNoTradeLicenses/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/reqdocLinks":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Reqdoc Links"
                ],
                "summary":"Get Reqdoc Links",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.reqdocLinks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-reqdocLinks-get",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-reqdoclinks-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Reqdoc Links"
                ],
                "summary":"Create a Reqdoc Link",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.reqdocLinks"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.reqdocLinks"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.reqdocLinks"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.reqdocLinks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-reqdocLinks-post",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-reqdoclinks-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Reqdoc Links"
                ],
                "summary":"Update Reqdoc Links",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-reqdocLinks-patch",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-reqdoclinks-patch"
            }
        },
        "/customsDeclarationsNoTradeLicenses/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/reqdocLinks/{gtmTransLineReqdocLinkGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransLineReqdocLinkGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Reqdoc Links"
                ],
                "summary":"Get a Reqdoc Link",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.reqdocLinks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-reqdocLinks-{gtmTransLineReqdocLinkGid}-get",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-reqdoclinks-gtmtranslinereqdoclinkgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Reqdoc Links"
                ],
                "summary":"Delete a Reqdoc Link",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-reqdocLinks-{gtmTransLineReqdocLinkGid}-delete",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-reqdoclinks-gtmtranslinereqdoclinkgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Reqdoc Links"
                ],
                "summary":"Update a Reqdoc Link",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-reqdocLinks-{gtmTransLineReqdocLinkGid}-patch",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-reqdoclinks-gtmtranslinereqdoclinkgid-patch"
            }
        },
        "/customsDeclarationsNoTradeLicenses/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/baseAmounts":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Base Amounts"
                ],
                "summary":"Get Base Amounts",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.baseAmounts"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-baseAmounts-get",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-baseamounts-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Base Amounts"
                ],
                "summary":"Create a Base Amount",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.baseAmounts"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.baseAmounts"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.baseAmounts"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.baseAmounts"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-baseAmounts-post",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-baseamounts-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Base Amounts"
                ],
                "summary":"Update Base Amounts",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-baseAmounts-patch",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-baseamounts-patch"
            }
        },
        "/customsDeclarationsNoTradeLicenses/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/baseAmounts/{gtmBaseAmountTypeGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmBaseAmountTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Base Amounts"
                ],
                "summary":"Get a Base Amount",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.baseAmounts"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-baseAmounts-{gtmBaseAmountTypeGid}-get",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-baseamounts-gtmbaseamounttypegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Base Amounts"
                ],
                "summary":"Delete a Base Amount",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-baseAmounts-{gtmBaseAmountTypeGid}-delete",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-baseamounts-gtmbaseamounttypegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Base Amounts"
                ],
                "summary":"Update a Base Amount",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-baseAmounts-{gtmBaseAmountTypeGid}-patch",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-baseamounts-gtmbaseamounttypegid-patch"
            }
        },
        "/customsDeclarationsNoTradeLicenses/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/controlScreens":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Control Screens"
                ],
                "summary":"Get Control Screens",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.controlScreens"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-controlScreens-get",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-controlscreens-get"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Control Screens"
                ],
                "summary":"Update Control Screens",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-controlScreens-patch",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-controlscreens-patch"
            }
        },
        "/customsDeclarationsNoTradeLicenses/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/controlScreens/{gtmTrControlScreenGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTrControlScreenGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Control Screens"
                ],
                "summary":"Get a Control Screen",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.controlScreens"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-controlScreens-{gtmTrControlScreenGid}-get",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-controlscreens-gtmtrcontrolscreengid-get"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Control Screens"
                ],
                "summary":"Update a Control Screen",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-controlScreens-{gtmTrControlScreenGid}-patch",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-controlscreens-gtmtrcontrolscreengid-patch"
            }
        },
        "/customsDeclarationsNoTradeLicenses/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/reportQuantities":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Report Quantities"
                ],
                "summary":"Get Report Quantities",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.reportQuantities"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-reportQuantities-get",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-reportquantities-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Report Quantities"
                ],
                "summary":"Create a Report Quantitie",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.reportQuantities"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.reportQuantities"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.reportQuantities"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.reportQuantities"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-reportQuantities-post",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-reportquantities-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Report Quantities"
                ],
                "summary":"Update Report Quantities",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-reportQuantities-patch",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-reportquantities-patch"
            }
        },
        "/customsDeclarationsNoTradeLicenses/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/reportQuantities/{gtlrqSeqNum}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtlrqSeqNum",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Report Quantities"
                ],
                "summary":"Get a Report Quantitie",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.reportQuantities"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-reportQuantities-{gtlrqSeqNum}-get",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-reportquantities-gtlrqseqnum-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Report Quantities"
                ],
                "summary":"Delete a Report Quantitie",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-reportQuantities-{gtlrqSeqNum}-delete",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-reportquantities-gtlrqseqnum-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Report Quantities"
                ],
                "summary":"Update a Report Quantitie",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-reportQuantities-{gtlrqSeqNum}-patch",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-reportquantities-gtlrqseqnum-patch"
            }
        },
        "/customsDeclarationsNoTradeLicenses/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/refnums":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Refnums"
                ],
                "summary":"Get Refnums",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-refnums-get",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-refnums-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Refnums"
                ],
                "summary":"Create a Refnum",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.refnums"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.refnums"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.refnums"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-refnums-post",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-refnums-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Refnums"
                ],
                "summary":"Update Refnums",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-refnums-patch",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-refnums-patch"
            }
        },
        "/customsDeclarationsNoTradeLicenses/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/refnums/{gtmTranslineRefnumQualGidxrefnumValue}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTranslineRefnumQualGidxrefnumValue",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Refnums"
                ],
                "summary":"Get a Refnum",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.refnums"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-refnums-{gtmTranslineRefnumQualGidxrefnumValue}-get",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-refnums-gtmtranslinerefnumqualgidxrefnumvalue-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Refnums"
                ],
                "summary":"Delete a Refnum",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-refnums-{gtmTranslineRefnumQualGidxrefnumValue}-delete",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-refnums-gtmtranslinerefnumqualgidxrefnumvalue-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Refnums"
                ],
                "summary":"Update a Refnum",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-refnums-{gtmTranslineRefnumQualGidxrefnumValue}-patch",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-refnums-gtmtranslinerefnumqualgidxrefnumvalue-patch"
            }
        },
        "/customsDeclarationsNoTradeLicenses/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/additionalInfos":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Additional Infos"
                ],
                "summary":"Get Additional Infos",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.additionalInfos"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-additionalInfos-get",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-additionalinfos-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Additional Infos"
                ],
                "summary":"Create an Additional Info",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.additionalInfos"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.additionalInfos"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.additionalInfos"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.additionalInfos"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-additionalInfos-post",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-additionalinfos-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Additional Infos"
                ],
                "summary":"Update Additional Infos",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-additionalInfos-patch",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-additionalinfos-patch"
            }
        },
        "/customsDeclarationsNoTradeLicenses/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/additionalInfos/{gtmAdditionalInfoGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmAdditionalInfoGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Additional Infos"
                ],
                "summary":"Get an Additional Info",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.additionalInfos"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-additionalInfos-{gtmAdditionalInfoGid}-get",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-additionalinfos-gtmadditionalinfogid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Additional Infos"
                ],
                "summary":"Delete an Additional Info",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-additionalInfos-{gtmAdditionalInfoGid}-delete",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-additionalinfos-gtmadditionalinfogid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Additional Infos"
                ],
                "summary":"Update an Additional Info",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-additionalInfos-{gtmAdditionalInfoGid}-patch",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-additionalinfos-gtmadditionalinfogid-patch"
            }
        },
        "/customsDeclarationsNoTradeLicenses/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/references":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/References"
                ],
                "summary":"Get References",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.references"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-references-get",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-references-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/References"
                ],
                "summary":"Create a Reference",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.references"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.references"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.references"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.references"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-references-post",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-references-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/References"
                ],
                "summary":"Update References",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-references-patch",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-references-patch"
            }
        },
        "/customsDeclarationsNoTradeLicenses/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/references/{transLineRefGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"transLineRefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/References"
                ],
                "summary":"Get a Reference",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.references"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-references-{transLineRefGid}-get",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-references-translinerefgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/References"
                ],
                "summary":"Delete a Reference",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-references-{transLineRefGid}-delete",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-references-translinerefgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/References"
                ],
                "summary":"Update a Reference",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-references-{transLineRefGid}-patch",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-references-translinerefgid-patch"
            }
        },
        "/customsDeclarationsNoTradeLicenses/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/notes":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Notes"
                ],
                "summary":"Get Notes",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.notes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-notes-get",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-notes-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Notes"
                ],
                "summary":"Create a Note",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.notes"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.notes"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.notes"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.notes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-notes-post",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-notes-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Notes"
                ],
                "summary":"Update Notes",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-notes-patch",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-notes-patch"
            }
        },
        "/customsDeclarationsNoTradeLicenses/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/notes/{noteSequenceNo}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"noteSequenceNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Notes"
                ],
                "summary":"Get a Note",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.notes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-notes-{noteSequenceNo}-get",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-notes-notesequenceno-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Notes"
                ],
                "summary":"Delete a Note",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-notes-{noteSequenceNo}-delete",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-notes-notesequenceno-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Lines/Notes"
                ],
                "summary":"Update a Note",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-notes-{noteSequenceNo}-patch",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-notes-notesequenceno-patch"
            }
        },
        "/customsDeclarationsNoTradeLicenses/{gtmTransactionGid}/remarks":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Remarks"
                ],
                "summary":"Get Remarks",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-remarks-get",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-remarks-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Remarks"
                ],
                "summary":"Create a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.remarks"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.remarks"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.remarks"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-remarks-post",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-remarks-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Remarks"
                ],
                "summary":"Update Remarks",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-remarks-patch",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-remarks-patch"
            }
        },
        "/customsDeclarationsNoTradeLicenses/{gtmTransactionGid}/remarks/{remarkSequence}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"remarkSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Remarks"
                ],
                "summary":"Get a Remark",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.remarks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-remarks-{remarkSequence}-get",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-remarks-remarksequence-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Remarks"
                ],
                "summary":"Delete a Remark",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-remarks-{remarkSequence}-delete",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-remarks-remarksequence-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Remarks"
                ],
                "summary":"Update a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-remarks-{remarkSequence}-patch",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-remarks-remarksequence-patch"
            }
        },
        "/customsDeclarationsNoTradeLicenses/{gtmTransactionGid}/reqdocs":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Reqdocs"
                ],
                "summary":"Get Reqdocs",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.reqdocs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-reqdocs-get",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-reqdocs-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Reqdocs"
                ],
                "summary":"Create a Reqdoc",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.reqdocs"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.reqdocs"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.reqdocs"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.reqdocs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-reqdocs-post",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-reqdocs-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Reqdocs"
                ],
                "summary":"Update Reqdocs",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-reqdocs-patch",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-reqdocs-patch"
            }
        },
        "/customsDeclarationsNoTradeLicenses/{gtmTransactionGid}/reqdocs/{documentDefGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Reqdocs"
                ],
                "summary":"Get a Reqdoc",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.reqdocs"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-reqdocs-{documentDefGid}-get",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-reqdocs-documentdefgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Reqdocs"
                ],
                "summary":"Delete a Reqdoc",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-reqdocs-{documentDefGid}-delete",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-reqdocs-documentdefgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Reqdocs"
                ],
                "summary":"Update a Reqdoc",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-reqdocs-{documentDefGid}-patch",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-reqdocs-documentdefgid-patch"
            }
        },
        "/customsDeclarationsNoTradeLicenses/{gtmTransactionGid}/reqdocs/{documentDefGid}/reviewers":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Reqdocs/Reviewers"
                ],
                "summary":"Get Reviewers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.reqdocs.reviewers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-reqdocs-{documentDefGid}-reviewers-get",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-reqdocs-documentdefgid-reviewers-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Reqdocs/Reviewers"
                ],
                "summary":"Create a Reviewer",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.reqdocs.reviewers"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.reqdocs.reviewers"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.reqdocs.reviewers"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.reqdocs.reviewers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-reqdocs-{documentDefGid}-reviewers-post",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-reqdocs-documentdefgid-reviewers-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Reqdocs/Reviewers"
                ],
                "summary":"Update Reviewers",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-reqdocs-{documentDefGid}-reviewers-patch",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-reqdocs-documentdefgid-reviewers-patch"
            }
        },
        "/customsDeclarationsNoTradeLicenses/{gtmTransactionGid}/reqdocs/{documentDefGid}/reviewers/{contactGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"contactGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Reqdocs/Reviewers"
                ],
                "summary":"Get a Reviewer",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.reqdocs.reviewers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-reqdocs-{documentDefGid}-reviewers-{contactGid}-get",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-reqdocs-documentdefgid-reviewers-contactgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Reqdocs/Reviewers"
                ],
                "summary":"Delete a Reviewer",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-reqdocs-{documentDefGid}-reviewers-{contactGid}-delete",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-reqdocs-documentdefgid-reviewers-contactgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Reqdocs/Reviewers"
                ],
                "summary":"Update a Reviewer",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-reqdocs-{documentDefGid}-reviewers-{contactGid}-patch",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-reqdocs-documentdefgid-reviewers-contactgid-patch"
            }
        },
        "/customsDeclarationsNoTradeLicenses/{gtmTransactionGid}/reqdocs/{documentDefGid}/texts":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Reqdocs/Texts"
                ],
                "summary":"Get Texts",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.reqdocs.texts"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-reqdocs-{documentDefGid}-texts-get",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-reqdocs-documentdefgid-texts-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Reqdocs/Texts"
                ],
                "summary":"Create a Text",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.reqdocs.texts"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.reqdocs.texts"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.reqdocs.texts"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.reqdocs.texts"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-reqdocs-{documentDefGid}-texts-post",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-reqdocs-documentdefgid-texts-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Reqdocs/Texts"
                ],
                "summary":"Update Texts",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-reqdocs-{documentDefGid}-texts-patch",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-reqdocs-documentdefgid-texts-patch"
            }
        },
        "/customsDeclarationsNoTradeLicenses/{gtmTransactionGid}/reqdocs/{documentDefGid}/texts/{textTemplateGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"textTemplateGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Reqdocs/Texts"
                ],
                "summary":"Get a Text",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.reqdocs.texts"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-reqdocs-{documentDefGid}-texts-{textTemplateGid}-get",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-reqdocs-documentdefgid-texts-texttemplategid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Reqdocs/Texts"
                ],
                "summary":"Delete a Text",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-reqdocs-{documentDefGid}-texts-{textTemplateGid}-delete",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-reqdocs-documentdefgid-texts-texttemplategid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Reqdocs/Texts"
                ],
                "summary":"Update a Text",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-reqdocs-{documentDefGid}-texts-{textTemplateGid}-patch",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-reqdocs-documentdefgid-texts-texttemplategid-patch"
            }
        },
        "/customsDeclarationsNoTradeLicenses/{gtmTransactionGid}/reqdocs/{documentDefGid}/texts/{textTemplateGid}/textLinks":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"textTemplateGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Reqdocs/Texts/Text Links"
                ],
                "summary":"Get Text Links",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.reqdocs.texts.textLinks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-reqdocs-{documentDefGid}-texts-{textTemplateGid}-textLinks-get",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-reqdocs-documentdefgid-texts-texttemplategid-textlinks-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Reqdocs/Texts/Text Links"
                ],
                "summary":"Create a Text Link",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.reqdocs.texts.textLinks"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.reqdocs.texts.textLinks"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.reqdocs.texts.textLinks"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.reqdocs.texts.textLinks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-reqdocs-{documentDefGid}-texts-{textTemplateGid}-textLinks-post",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-reqdocs-documentdefgid-texts-texttemplategid-textlinks-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Reqdocs/Texts/Text Links"
                ],
                "summary":"Update Text Links",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-reqdocs-{documentDefGid}-texts-{textTemplateGid}-textLinks-patch",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-reqdocs-documentdefgid-texts-texttemplategid-textlinks-patch"
            }
        },
        "/customsDeclarationsNoTradeLicenses/{gtmTransactionGid}/reqdocs/{documentDefGid}/texts/{textTemplateGid}/textLinks/{gtmTransLineTextLinkGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"textTemplateGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransLineTextLinkGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Reqdocs/Texts/Text Links"
                ],
                "summary":"Get a Text Link",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.reqdocs.texts.textLinks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-reqdocs-{documentDefGid}-texts-{textTemplateGid}-textLinks-{gtmTransLineTextLinkGid}-get",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-reqdocs-documentdefgid-texts-texttemplategid-textlinks-gtmtranslinetextlinkgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Reqdocs/Texts/Text Links"
                ],
                "summary":"Delete a Text Link",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-reqdocs-{documentDefGid}-texts-{textTemplateGid}-textLinks-{gtmTransLineTextLinkGid}-delete",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-reqdocs-documentdefgid-texts-texttemplategid-textlinks-gtmtranslinetextlinkgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Reqdocs/Texts/Text Links"
                ],
                "summary":"Update a Text Link",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-reqdocs-{documentDefGid}-texts-{textTemplateGid}-textLinks-{gtmTransLineTextLinkGid}-patch",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-reqdocs-documentdefgid-texts-texttemplategid-textlinks-gtmtranslinetextlinkgid-patch"
            }
        },
        "/customsDeclarationsNoTradeLicenses/{gtmTransactionGid}/reqdocs/{documentDefGid}/docs":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Reqdocs/Docs"
                ],
                "summary":"Get Docs",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.reqdocs.docs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-reqdocs-{documentDefGid}-docs-get",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-reqdocs-documentdefgid-docs-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Reqdocs/Docs"
                ],
                "summary":"Create a Doc",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.reqdocs.docs"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.reqdocs.docs"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.reqdocs.docs"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.reqdocs.docs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-reqdocs-{documentDefGid}-docs-post",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-reqdocs-documentdefgid-docs-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Reqdocs/Docs"
                ],
                "summary":"Update Docs",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-reqdocs-{documentDefGid}-docs-patch",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-reqdocs-documentdefgid-docs-patch"
            }
        },
        "/customsDeclarationsNoTradeLicenses/{gtmTransactionGid}/reqdocs/{documentDefGid}/docs/{documentGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Reqdocs/Docs"
                ],
                "summary":"Get a Doc",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.reqdocs.docs"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-reqdocs-{documentDefGid}-docs-{documentGid}-get",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-reqdocs-documentdefgid-docs-documentgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Reqdocs/Docs"
                ],
                "summary":"Delete a Doc",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-reqdocs-{documentDefGid}-docs-{documentGid}-delete",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-reqdocs-documentdefgid-docs-documentgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Reqdocs/Docs"
                ],
                "summary":"Update a Doc",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-reqdocs-{documentDefGid}-docs-{documentGid}-patch",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-reqdocs-documentdefgid-docs-documentgid-patch"
            }
        },
        "/customsDeclarationsNoTradeLicenses/{gtmTransactionGid}/reqdocs/{documentDefGid}/docs/{documentGid}/reviews":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Reqdocs/Docs/Reviews"
                ],
                "summary":"Get Reviews",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.reqdocs.docs.reviews"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-reqdocs-{documentDefGid}-docs-{documentGid}-reviews-get",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-reqdocs-documentdefgid-docs-documentgid-reviews-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Reqdocs/Docs/Reviews"
                ],
                "summary":"Create a Review",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.reqdocs.docs.reviews"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.reqdocs.docs.reviews"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.reqdocs.docs.reviews"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.reqdocs.docs.reviews"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-reqdocs-{documentDefGid}-docs-{documentGid}-reviews-post",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-reqdocs-documentdefgid-docs-documentgid-reviews-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Reqdocs/Docs/Reviews"
                ],
                "summary":"Update Reviews",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-reqdocs-{documentDefGid}-docs-{documentGid}-reviews-patch",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-reqdocs-documentdefgid-docs-documentgid-reviews-patch"
            }
        },
        "/customsDeclarationsNoTradeLicenses/{gtmTransactionGid}/reqdocs/{documentDefGid}/docs/{documentGid}/reviews/{contactGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"contactGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Reqdocs/Docs/Reviews"
                ],
                "summary":"Get a Review",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.reqdocs.docs.reviews"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-reqdocs-{documentDefGid}-docs-{documentGid}-reviews-{contactGid}-get",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-reqdocs-documentdefgid-docs-documentgid-reviews-contactgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Reqdocs/Docs/Reviews"
                ],
                "summary":"Delete a Review",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-reqdocs-{documentDefGid}-docs-{documentGid}-reviews-{contactGid}-delete",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-reqdocs-documentdefgid-docs-documentgid-reviews-contactgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Reqdocs/Docs/Reviews"
                ],
                "summary":"Update a Review",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-reqdocs-{documentDefGid}-docs-{documentGid}-reviews-{contactGid}-patch",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-reqdocs-documentdefgid-docs-documentgid-reviews-contactgid-patch"
            }
        },
        "/customsDeclarationsNoTradeLicenses/{gtmTransactionGid}/reqdocs/{documentDefGid}/subscribers":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Reqdocs/Subscribers"
                ],
                "summary":"Get Subscribers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.reqdocs.subscribers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-reqdocs-{documentDefGid}-subscribers-get",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-reqdocs-documentdefgid-subscribers-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Reqdocs/Subscribers"
                ],
                "summary":"Create a Subscriber",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.reqdocs.subscribers"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.reqdocs.subscribers"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.reqdocs.subscribers"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.reqdocs.subscribers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-reqdocs-{documentDefGid}-subscribers-post",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-reqdocs-documentdefgid-subscribers-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Reqdocs/Subscribers"
                ],
                "summary":"Update Subscribers",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-reqdocs-{documentDefGid}-subscribers-patch",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-reqdocs-documentdefgid-subscribers-patch"
            }
        },
        "/customsDeclarationsNoTradeLicenses/{gtmTransactionGid}/reqdocs/{documentDefGid}/subscribers/{contactGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"contactGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Reqdocs/Subscribers"
                ],
                "summary":"Get a Subscriber",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.reqdocs.subscribers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-reqdocs-{documentDefGid}-subscribers-{contactGid}-get",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-reqdocs-documentdefgid-subscribers-contactgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Reqdocs/Subscribers"
                ],
                "summary":"Delete a Subscriber",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-reqdocs-{documentDefGid}-subscribers-{contactGid}-delete",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-reqdocs-documentdefgid-subscribers-contactgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Reqdocs/Subscribers"
                ],
                "summary":"Update a Subscriber",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-reqdocs-{documentDefGid}-subscribers-{contactGid}-patch",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-reqdocs-documentdefgid-subscribers-contactgid-patch"
            }
        },
        "/customsDeclarationsNoTradeLicenses/{gtmTransactionGid}/reqdocs/{documentDefGid}/statuses":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Reqdocs/Statuses"
                ],
                "summary":"Get Statuses",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.reqdocs.statuses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-reqdocs-{documentDefGid}-statuses-get",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-reqdocs-documentdefgid-statuses-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Reqdocs/Statuses"
                ],
                "summary":"Create a Statuse",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.reqdocs.statuses"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.reqdocs.statuses"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.reqdocs.statuses"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.reqdocs.statuses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-reqdocs-{documentDefGid}-statuses-post",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-reqdocs-documentdefgid-statuses-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Reqdocs/Statuses"
                ],
                "summary":"Update Statuses",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-reqdocs-{documentDefGid}-statuses-patch",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-reqdocs-documentdefgid-statuses-patch"
            }
        },
        "/customsDeclarationsNoTradeLicenses/{gtmTransactionGid}/reqdocs/{documentDefGid}/statuses/{statusTypeGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"statusTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Reqdocs/Statuses"
                ],
                "summary":"Get a Statuse",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.reqdocs.statuses"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-reqdocs-{documentDefGid}-statuses-{statusTypeGid}-get",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-reqdocs-documentdefgid-statuses-statustypegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Reqdocs/Statuses"
                ],
                "summary":"Delete a Statuse",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-reqdocs-{documentDefGid}-statuses-{statusTypeGid}-delete",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-reqdocs-documentdefgid-statuses-statustypegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Reqdocs/Statuses"
                ],
                "summary":"Update a Statuse",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-reqdocs-{documentDefGid}-statuses-{statusTypeGid}-patch",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-reqdocs-documentdefgid-statuses-statustypegid-patch"
            }
        },
        "/customsDeclarationsNoTradeLicenses/{gtmTransactionGid}/refnums":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Refnums"
                ],
                "summary":"Get Refnums",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-refnums-get",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-refnums-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Refnums"
                ],
                "summary":"Create a Refnum",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.refnums"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.refnums"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.refnums"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-refnums-post",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-refnums-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Refnums"
                ],
                "summary":"Update Refnums",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-refnums-patch",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-refnums-patch"
            }
        },
        "/customsDeclarationsNoTradeLicenses/{gtmTransactionGid}/refnums/{gtmTransRefnumQualGidxrefnumValue}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransRefnumQualGidxrefnumValue",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Refnums"
                ],
                "summary":"Get a Refnum",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.refnums"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-refnums-{gtmTransRefnumQualGidxrefnumValue}-get",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-refnums-gtmtransrefnumqualgidxrefnumvalue-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Refnums"
                ],
                "summary":"Delete a Refnum",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-refnums-{gtmTransRefnumQualGidxrefnumValue}-delete",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-refnums-gtmtransrefnumqualgidxrefnumvalue-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Refnums"
                ],
                "summary":"Update a Refnum",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-refnums-{gtmTransRefnumQualGidxrefnumValue}-patch",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-refnums-gtmtransrefnumqualgidxrefnumvalue-patch"
            }
        },
        "/customsDeclarationsNoTradeLicenses/{gtmTransactionGid}/transactionCodes":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Transaction Codes"
                ],
                "summary":"Get Transaction Codes",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.transactionCodes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-transactionCodes-get",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-transactioncodes-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Transaction Codes"
                ],
                "summary":"Create a Transaction Code",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.transactionCodes"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.transactionCodes"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.transactionCodes"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.transactionCodes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-transactionCodes-post",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-transactioncodes-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Transaction Codes"
                ],
                "summary":"Update Transaction Codes",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-transactionCodes-patch",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-transactioncodes-patch"
            }
        },
        "/customsDeclarationsNoTradeLicenses/{gtmTransactionGid}/transactionCodes/{gtmTypeGidxgtmCode}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTypeGidxgtmCode",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Transaction Codes"
                ],
                "summary":"Get a Transaction Code",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.transactionCodes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-transactionCodes-{gtmTypeGidxgtmCode}-get",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-transactioncodes-gtmtypegidxgtmcode-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Transaction Codes"
                ],
                "summary":"Delete a Transaction Code",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-transactionCodes-{gtmTypeGidxgtmCode}-delete",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-transactioncodes-gtmtypegidxgtmcode-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Transaction Codes"
                ],
                "summary":"Update a Transaction Code",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-transactionCodes-{gtmTypeGidxgtmCode}-patch",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-transactioncodes-gtmtypegidxgtmcode-patch"
            }
        },
        "/customsDeclarationsNoTradeLicenses/{gtmTransactionGid}/involvedLocations":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Involved Locations"
                ],
                "summary":"Get Involved Locations",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.involvedLocations"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-involvedLocations-get",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-involvedlocations-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Involved Locations"
                ],
                "summary":"Create an Involved Location",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.involvedLocations"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.involvedLocations"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.involvedLocations"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.involvedLocations"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-involvedLocations-post",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-involvedlocations-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Involved Locations"
                ],
                "summary":"Update Involved Locations",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-involvedLocations-patch",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-involvedlocations-patch"
            }
        },
        "/customsDeclarationsNoTradeLicenses/{gtmTransactionGid}/involvedLocations/{involvedLocationQualGidxinvolvedLocationGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"involvedLocationQualGidxinvolvedLocationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Involved Locations"
                ],
                "summary":"Get an Involved Location",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.involvedLocations"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-involvedLocations-{involvedLocationQualGidxinvolvedLocationGid}-get",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-involvedlocations-involvedlocationqualgidxinvolvedlocationgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Involved Locations"
                ],
                "summary":"Delete an Involved Location",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-involvedLocations-{involvedLocationQualGidxinvolvedLocationGid}-delete",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-involvedlocations-involvedlocationqualgidxinvolvedlocationgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Involved Locations"
                ],
                "summary":"Update an Involved Location",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-involvedLocations-{involvedLocationQualGidxinvolvedLocationGid}-patch",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-involvedlocations-involvedlocationqualgidxinvolvedlocationgid-patch"
            }
        },
        "/customsDeclarationsNoTradeLicenses/{gtmTransactionGid}/involvedParties":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Involved Parties"
                ],
                "summary":"Get Involved Parties",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.involvedParties"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-involvedParties-get",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-involvedparties-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Involved Parties"
                ],
                "summary":"Create an Involved Partie",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.involvedParties"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.involvedParties"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.involvedParties"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.involvedParties"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-involvedParties-post",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-involvedparties-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Involved Parties"
                ],
                "summary":"Update Involved Parties",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-involvedParties-patch",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-involvedparties-patch"
            }
        },
        "/customsDeclarationsNoTradeLicenses/{gtmTransactionGid}/involvedParties/{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Involved Parties"
                ],
                "summary":"Get an Involved Partie",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.involvedParties"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-get",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Involved Parties"
                ],
                "summary":"Delete an Involved Partie",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-delete",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Involved Parties"
                ],
                "summary":"Update an Involved Partie",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-patch",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-patch"
            }
        },
        "/customsDeclarationsNoTradeLicenses/{gtmTransactionGid}/statuses":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Statuses"
                ],
                "summary":"Get Statuses",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.statuses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-statuses-get",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-statuses-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Statuses"
                ],
                "summary":"Create a Statuse",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.statuses"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.statuses"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.statuses"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.statuses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-statuses-post",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-statuses-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Statuses"
                ],
                "summary":"Update Statuses",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-statuses-patch",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-statuses-patch"
            }
        },
        "/customsDeclarationsNoTradeLicenses/{gtmTransactionGid}/statuses/{statusTypeGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"statusTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Statuses"
                ],
                "summary":"Get a Statuse",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.statuses"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-statuses-{statusTypeGid}-get",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-statuses-statustypegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Statuses"
                ],
                "summary":"Delete a Statuse",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-statuses-{statusTypeGid}-delete",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-statuses-statustypegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Statuses"
                ],
                "summary":"Update a Statuse",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-statuses-{statusTypeGid}-patch",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-statuses-statustypegid-patch"
            }
        },
        "/customsDeclarationsNoTradeLicenses/{gtmTransactionGid}/ports":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Ports"
                ],
                "summary":"Get Ports",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.ports"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-ports-get",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-ports-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Ports"
                ],
                "summary":"Create a Port",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.ports"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.ports"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.ports"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.ports"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-ports-post",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-ports-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Ports"
                ],
                "summary":"Update Ports",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-ports-patch",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-ports-patch"
            }
        },
        "/customsDeclarationsNoTradeLicenses/{gtmTransactionGid}/ports/{gtmPortQualifierGidxlocationGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmPortQualifierGidxlocationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Ports"
                ],
                "summary":"Get a Port",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.ports"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-ports-{gtmPortQualifierGidxlocationGid}-get",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-ports-gtmportqualifiergidxlocationgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Ports"
                ],
                "summary":"Delete a Port",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-ports-{gtmPortQualifierGidxlocationGid}-delete",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-ports-gtmportqualifiergidxlocationgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Ports"
                ],
                "summary":"Update a Port",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-ports-{gtmPortQualifierGidxlocationGid}-patch",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-ports-gtmportqualifiergidxlocationgid-patch"
            }
        },
        "/customsDeclarationsNoTradeLicenses/{gtmTransactionGid}/policies":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Policies"
                ],
                "summary":"Get Policies",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.policies"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-policies-get",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-policies-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Policies"
                ],
                "summary":"Create a Policie",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.policies"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.policies"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.policies"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.policies"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-policies-post",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-policies-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Policies"
                ],
                "summary":"Update Policies",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-policies-patch",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-policies-patch"
            }
        },
        "/customsDeclarationsNoTradeLicenses/{gtmTransactionGid}/policies/{gtmPolicyQualifierGidxgtmComplianceTemplateGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmPolicyQualifierGidxgtmComplianceTemplateGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Policies"
                ],
                "summary":"Get a Policie",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.policies"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-policies-{gtmPolicyQualifierGidxgtmComplianceTemplateGid}-get",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-policies-gtmpolicyqualifiergidxgtmcompliancetemplategid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Policies"
                ],
                "summary":"Delete a Policie",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-policies-{gtmPolicyQualifierGidxgtmComplianceTemplateGid}-delete",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-policies-gtmpolicyqualifiergidxgtmcompliancetemplategid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Policies"
                ],
                "summary":"Update a Policie",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-policies-{gtmPolicyQualifierGidxgtmComplianceTemplateGid}-patch",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-policies-gtmpolicyqualifiergidxgtmcompliancetemplategid-patch"
            }
        },
        "/customsDeclarationsNoTradeLicenses/{gtmTransactionGid}/documents":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Documents"
                ],
                "summary":"Get Documents",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.documents"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-documents-get",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-documents-get"
            }
        },
        "/customsDeclarationsNoTradeLicenses/{gtmTransactionGid}/documents/{documentGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Customs Declarations No Trade Licenses/Documents"
                ],
                "summary":"Get a Document",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.documents"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"customsDeclarationsNoTradeLicenses-{gtmTransactionGid}-documents-{documentGid}-get",
                "x-filename-id":"customsdeclarationsnotradelicenses-gtmtransactiongid-documents-documentgid-get"
            }
        },
        "/invoiceLineItemReferenceNumberQualifiers":{
            "get":{
                "tags":[
                    "Power Data/Invoice Line item Reference Number Qualifiers"
                ],
                "summary":"Get Invoice Line item Reference Number Qualifiers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/invoiceLineItemReferenceNumberQualifiers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"invoiceLineItemReferenceNumberQualifiers-get",
                "x-filename-id":"invoicelineitemreferencenumberqualifiers-get"
            },
            "post":{
                "tags":[
                    "Power Data/Invoice Line item Reference Number Qualifiers"
                ],
                "summary":"Create an Invoice Line item Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/invoiceLineItemReferenceNumberQualifiers"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/invoiceLineItemReferenceNumberQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"invoiceLineItemReferenceNumberQualifiers-post",
                "x-filename-id":"invoicelineitemreferencenumberqualifiers-post"
            }
        },
        "/invoiceLineItemReferenceNumberQualifiers/{invoiceLiRefnumQualGid}":{
            "parameters":[
                {
                    "name":"invoiceLiRefnumQualGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Invoice Line item Reference Number Qualifiers"
                ],
                "summary":"Get an Invoice Line item Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/invoiceLineItemReferenceNumberQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"invoiceLineItemReferenceNumberQualifiers-{invoiceLiRefnumQualGid}-get",
                "x-filename-id":"invoicelineitemreferencenumberqualifiers-invoicelirefnumqualgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Invoice Line item Reference Number Qualifiers"
                ],
                "summary":"Delete an Invoice Line item Reference Number Qualifier",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"invoiceLineItemReferenceNumberQualifiers-{invoiceLiRefnumQualGid}-delete",
                "x-filename-id":"invoicelineitemreferencenumberqualifiers-invoicelirefnumqualgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Invoice Line item Reference Number Qualifiers"
                ],
                "summary":"Update an Invoice Line item Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"invoiceLineItemReferenceNumberQualifiers-{invoiceLiRefnumQualGid}-patch",
                "x-filename-id":"invoicelineitemreferencenumberqualifiers-invoicelirefnumqualgid-patch"
            }
        },
        "/invoiceReferenceNumberQualifiers":{
            "get":{
                "tags":[
                    "Power Data/Invoice Reference Number Qualifiers"
                ],
                "summary":"Get Invoice Reference Number Qualifiers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/invoiceReferenceNumberQualifiers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"invoiceReferenceNumberQualifiers-get",
                "x-filename-id":"invoicereferencenumberqualifiers-get"
            },
            "post":{
                "tags":[
                    "Power Data/Invoice Reference Number Qualifiers"
                ],
                "summary":"Create an Invoice Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/invoiceReferenceNumberQualifiers"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/invoiceReferenceNumberQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"invoiceReferenceNumberQualifiers-post",
                "x-filename-id":"invoicereferencenumberqualifiers-post"
            }
        },
        "/invoiceReferenceNumberQualifiers/{invoiceRefnumQualGid}":{
            "parameters":[
                {
                    "name":"invoiceRefnumQualGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Invoice Reference Number Qualifiers"
                ],
                "summary":"Get an Invoice Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/invoiceReferenceNumberQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"invoiceReferenceNumberQualifiers-{invoiceRefnumQualGid}-get",
                "x-filename-id":"invoicereferencenumberqualifiers-invoicerefnumqualgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Invoice Reference Number Qualifiers"
                ],
                "summary":"Delete an Invoice Reference Number Qualifier",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"invoiceReferenceNumberQualifiers-{invoiceRefnumQualGid}-delete",
                "x-filename-id":"invoicereferencenumberqualifiers-invoicerefnumqualgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Invoice Reference Number Qualifiers"
                ],
                "summary":"Update an Invoice Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"invoiceReferenceNumberQualifiers-{invoiceRefnumQualGid}-patch",
                "x-filename-id":"invoicereferencenumberqualifiers-invoicerefnumqualgid-patch"
            }
        },
        "/rateLoadSummaries":{
            "get":{
                "tags":[
                    "Business Objects/Rate Load Summary"
                ],
                "summary":"Get Rate Load Summary",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/rateLoadSummaries"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateLoadSummaries-get",
                "x-filename-id":"rateloadsummaries-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Rate Load Summary"
                ],
                "summary":"Create a Rate Load Summary",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/rateLoadSummaries"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateLoadSummaries"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateLoadSummaries-post",
                "x-filename-id":"rateloadsummaries-post"
            }
        },
        "/rateLoadSummaries/{rateLoadSummarySeq}":{
            "parameters":[
                {
                    "name":"rateLoadSummarySeq",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Rate Load Summary"
                ],
                "summary":"Get a Rate Load Summary",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateLoadSummaries"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateLoadSummaries-{rateLoadSummarySeq}-get",
                "x-filename-id":"rateloadsummaries-rateloadsummaryseq-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Rate Load Summary"
                ],
                "summary":"Delete a Rate Load Summary",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rateLoadSummaries-{rateLoadSummarySeq}-delete",
                "x-filename-id":"rateloadsummaries-rateloadsummaryseq-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Rate Load Summary"
                ],
                "summary":"Update a Rate Load Summary",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rateLoadSummaries-{rateLoadSummarySeq}-patch",
                "x-filename-id":"rateloadsummaries-rateloadsummaryseq-patch"
            }
        },
        "/rateLoadSummaries/{rateLoadSummarySeq}/rateLoadSummaryStatuses":{
            "parameters":[
                {
                    "name":"rateLoadSummarySeq",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Rate Load Summary/Rate LoadSummary Status"
                ],
                "summary":"Get Rate LoadSummary Status",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/rateLoadSummaries.rateLoadSummaryStatuses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateLoadSummaries-{rateLoadSummarySeq}-rateLoadSummaryStatuses-get",
                "x-filename-id":"rateloadsummaries-rateloadsummaryseq-rateloadsummarystatuses-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Rate Load Summary/Rate LoadSummary Status"
                ],
                "summary":"Create a Rate LoadSummary Statu",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/rateLoadSummaries.rateLoadSummaryStatuses"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/rateLoadSummaries.rateLoadSummaryStatuses"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateLoadSummaries.rateLoadSummaryStatuses"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/rateLoadSummaries.rateLoadSummaryStatuses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateLoadSummaries-{rateLoadSummarySeq}-rateLoadSummaryStatuses-post",
                "x-filename-id":"rateloadsummaries-rateloadsummaryseq-rateloadsummarystatuses-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Rate Load Summary/Rate LoadSummary Status"
                ],
                "summary":"Update Rate LoadSummary Status",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rateLoadSummaries-{rateLoadSummarySeq}-rateLoadSummaryStatuses-patch",
                "x-filename-id":"rateloadsummaries-rateloadsummaryseq-rateloadsummarystatuses-patch"
            }
        },
        "/rateLoadSummaries/{rateLoadSummarySeq}/rateLoadSummaryStatuses/{statusTypeGid}":{
            "parameters":[
                {
                    "name":"rateLoadSummarySeq",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"statusTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Rate Load Summary/Rate LoadSummary Status"
                ],
                "summary":"Get a Rate LoadSummary Statu",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateLoadSummaries.rateLoadSummaryStatuses"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateLoadSummaries-{rateLoadSummarySeq}-rateLoadSummaryStatuses-{statusTypeGid}-get",
                "x-filename-id":"rateloadsummaries-rateloadsummaryseq-rateloadsummarystatuses-statustypegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Rate Load Summary/Rate LoadSummary Status"
                ],
                "summary":"Delete a Rate LoadSummary Statu",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rateLoadSummaries-{rateLoadSummarySeq}-rateLoadSummaryStatuses-{statusTypeGid}-delete",
                "x-filename-id":"rateloadsummaries-rateloadsummaryseq-rateloadsummarystatuses-statustypegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Rate Load Summary/Rate LoadSummary Status"
                ],
                "summary":"Update a Rate LoadSummary Statu",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rateLoadSummaries-{rateLoadSummarySeq}-rateLoadSummaryStatuses-{statusTypeGid}-patch",
                "x-filename-id":"rateloadsummaries-rateloadsummaryseq-rateloadsummarystatuses-statustypegid-patch"
            }
        },
        "/rateLoadSummaries/{rateLoadSummarySeq}/rateLoadHistories":{
            "parameters":[
                {
                    "name":"rateLoadSummarySeq",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Rate Load Summary/Rate Load History"
                ],
                "summary":"Get Rate Load History",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/rateLoadSummaries.rateLoadHistories"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateLoadSummaries-{rateLoadSummarySeq}-rateLoadHistories-get",
                "x-filename-id":"rateloadsummaries-rateloadsummaryseq-rateloadhistories-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Rate Load Summary/Rate Load History"
                ],
                "summary":"Create a Rate Load History",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/rateLoadSummaries.rateLoadHistories"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/rateLoadSummaries.rateLoadHistories"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateLoadSummaries.rateLoadHistories"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/rateLoadSummaries.rateLoadHistories"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateLoadSummaries-{rateLoadSummarySeq}-rateLoadHistories-post",
                "x-filename-id":"rateloadsummaries-rateloadsummaryseq-rateloadhistories-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Rate Load Summary/Rate Load History"
                ],
                "summary":"Update Rate Load History",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rateLoadSummaries-{rateLoadSummarySeq}-rateLoadHistories-patch",
                "x-filename-id":"rateloadsummaries-rateloadsummaryseq-rateloadhistories-patch"
            }
        },
        "/rateLoadSummaries/{rateLoadSummarySeq}/rateLoadHistories/{rateLoadHistorySeq}":{
            "parameters":[
                {
                    "name":"rateLoadSummarySeq",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"rateLoadHistorySeq",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Rate Load Summary/Rate Load History"
                ],
                "summary":"Get a Rate Load History",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateLoadSummaries.rateLoadHistories"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateLoadSummaries-{rateLoadSummarySeq}-rateLoadHistories-{rateLoadHistorySeq}-get",
                "x-filename-id":"rateloadsummaries-rateloadsummaryseq-rateloadhistories-rateloadhistoryseq-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Rate Load Summary/Rate Load History"
                ],
                "summary":"Delete a Rate Load History",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rateLoadSummaries-{rateLoadSummarySeq}-rateLoadHistories-{rateLoadHistorySeq}-delete",
                "x-filename-id":"rateloadsummaries-rateloadsummaryseq-rateloadhistories-rateloadhistoryseq-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Rate Load Summary/Rate Load History"
                ],
                "summary":"Update a Rate Load History",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rateLoadSummaries-{rateLoadSummarySeq}-rateLoadHistories-{rateLoadHistorySeq}-patch",
                "x-filename-id":"rateloadsummaries-rateloadsummaryseq-rateloadhistories-rateloadhistoryseq-patch"
            }
        },
        "/rateLoadSummaries/{rateLoadSummarySeq}/rateLoadHistories/{rateLoadHistorySeq}/rateLoadHistoryStatuses":{
            "parameters":[
                {
                    "name":"rateLoadSummarySeq",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"rateLoadHistorySeq",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Rate Load Summary/Rate Load History/Rate Load History Status"
                ],
                "summary":"Get Rate Load History Status",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/rateLoadSummaries.rateLoadHistories.rateLoadHistoryStatuses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateLoadSummaries-{rateLoadSummarySeq}-rateLoadHistories-{rateLoadHistorySeq}-rateLoadHistoryStatuses-get",
                "x-filename-id":"rateloadsummaries-rateloadsummaryseq-rateloadhistories-rateloadhistoryseq-rateloadhistorystatuses-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Rate Load Summary/Rate Load History/Rate Load History Status"
                ],
                "summary":"Create a Rate Load History Statu",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/rateLoadSummaries.rateLoadHistories.rateLoadHistoryStatuses"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/rateLoadSummaries.rateLoadHistories.rateLoadHistoryStatuses"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateLoadSummaries.rateLoadHistories.rateLoadHistoryStatuses"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/rateLoadSummaries.rateLoadHistories.rateLoadHistoryStatuses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateLoadSummaries-{rateLoadSummarySeq}-rateLoadHistories-{rateLoadHistorySeq}-rateLoadHistoryStatuses-post",
                "x-filename-id":"rateloadsummaries-rateloadsummaryseq-rateloadhistories-rateloadhistoryseq-rateloadhistorystatuses-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Rate Load Summary/Rate Load History/Rate Load History Status"
                ],
                "summary":"Update Rate Load History Status",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rateLoadSummaries-{rateLoadSummarySeq}-rateLoadHistories-{rateLoadHistorySeq}-rateLoadHistoryStatuses-patch",
                "x-filename-id":"rateloadsummaries-rateloadsummaryseq-rateloadhistories-rateloadhistoryseq-rateloadhistorystatuses-patch"
            }
        },
        "/rateLoadSummaries/{rateLoadSummarySeq}/rateLoadHistories/{rateLoadHistorySeq}/rateLoadHistoryStatuses/{statusValueGid}":{
            "parameters":[
                {
                    "name":"rateLoadSummarySeq",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"rateLoadHistorySeq",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"statusValueGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Rate Load Summary/Rate Load History/Rate Load History Status"
                ],
                "summary":"Get a Rate Load History Statu",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateLoadSummaries.rateLoadHistories.rateLoadHistoryStatuses"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateLoadSummaries-{rateLoadSummarySeq}-rateLoadHistories-{rateLoadHistorySeq}-rateLoadHistoryStatuses-{statusValueGid}-get",
                "x-filename-id":"rateloadsummaries-rateloadsummaryseq-rateloadhistories-rateloadhistoryseq-rateloadhistorystatuses-statusvaluegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Rate Load Summary/Rate Load History/Rate Load History Status"
                ],
                "summary":"Delete a Rate Load History Statu",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rateLoadSummaries-{rateLoadSummarySeq}-rateLoadHistories-{rateLoadHistorySeq}-rateLoadHistoryStatuses-{statusValueGid}-delete",
                "x-filename-id":"rateloadsummaries-rateloadsummaryseq-rateloadhistories-rateloadhistoryseq-rateloadhistorystatuses-statusvaluegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Rate Load Summary/Rate Load History/Rate Load History Status"
                ],
                "summary":"Update a Rate Load History Statu",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rateLoadSummaries-{rateLoadSummarySeq}-rateLoadHistories-{rateLoadHistorySeq}-rateLoadHistoryStatuses-{statusValueGid}-patch",
                "x-filename-id":"rateloadsummaries-rateloadsummaryseq-rateloadhistories-rateloadhistoryseq-rateloadhistorystatuses-statusvaluegid-patch"
            }
        },
        "/rateLoadSummaries/{rateLoadSummarySeq}/rateLoadHistories/{rateLoadHistorySeq}/rateLoadErrors":{
            "parameters":[
                {
                    "name":"rateLoadSummarySeq",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"rateLoadHistorySeq",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Rate Load Summary/Rate Load History/Rate Load Error"
                ],
                "summary":"Get Rate Load Error",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/rateLoadSummaries.rateLoadHistories.rateLoadErrors"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateLoadSummaries-{rateLoadSummarySeq}-rateLoadHistories-{rateLoadHistorySeq}-rateLoadErrors-get",
                "x-filename-id":"rateloadsummaries-rateloadsummaryseq-rateloadhistories-rateloadhistoryseq-rateloaderrors-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Rate Load Summary/Rate Load History/Rate Load Error"
                ],
                "summary":"Create a Rate Load Error",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/rateLoadSummaries.rateLoadHistories.rateLoadErrors"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/rateLoadSummaries.rateLoadHistories.rateLoadErrors"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateLoadSummaries.rateLoadHistories.rateLoadErrors"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/rateLoadSummaries.rateLoadHistories.rateLoadErrors"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateLoadSummaries-{rateLoadSummarySeq}-rateLoadHistories-{rateLoadHistorySeq}-rateLoadErrors-post",
                "x-filename-id":"rateloadsummaries-rateloadsummaryseq-rateloadhistories-rateloadhistoryseq-rateloaderrors-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Rate Load Summary/Rate Load History/Rate Load Error"
                ],
                "summary":"Update Rate Load Error",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rateLoadSummaries-{rateLoadSummarySeq}-rateLoadHistories-{rateLoadHistorySeq}-rateLoadErrors-patch",
                "x-filename-id":"rateloadsummaries-rateloadsummaryseq-rateloadhistories-rateloadhistoryseq-rateloaderrors-patch"
            }
        },
        "/rateLoadSummaries/{rateLoadSummarySeq}/rateLoadHistories/{rateLoadHistorySeq}/rateLoadErrors/{rateLoadErrorSequence}":{
            "parameters":[
                {
                    "name":"rateLoadSummarySeq",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"rateLoadHistorySeq",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"rateLoadErrorSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Rate Load Summary/Rate Load History/Rate Load Error"
                ],
                "summary":"Get a Rate Load Error",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateLoadSummaries.rateLoadHistories.rateLoadErrors"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateLoadSummaries-{rateLoadSummarySeq}-rateLoadHistories-{rateLoadHistorySeq}-rateLoadErrors-{rateLoadErrorSequence}-get",
                "x-filename-id":"rateloadsummaries-rateloadsummaryseq-rateloadhistories-rateloadhistoryseq-rateloaderrors-rateloaderrorsequence-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Rate Load Summary/Rate Load History/Rate Load Error"
                ],
                "summary":"Delete a Rate Load Error",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rateLoadSummaries-{rateLoadSummarySeq}-rateLoadHistories-{rateLoadHistorySeq}-rateLoadErrors-{rateLoadErrorSequence}-delete",
                "x-filename-id":"rateloadsummaries-rateloadsummaryseq-rateloadhistories-rateloadhistoryseq-rateloaderrors-rateloaderrorsequence-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Rate Load Summary/Rate Load History/Rate Load Error"
                ],
                "summary":"Update a Rate Load Error",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rateLoadSummaries-{rateLoadSummarySeq}-rateLoadHistories-{rateLoadHistorySeq}-rateLoadErrors-{rateLoadErrorSequence}-patch",
                "x-filename-id":"rateloadsummaries-rateloadsummaryseq-rateloadhistories-rateloadhistoryseq-rateloaderrors-rateloaderrorsequence-patch"
            }
        },
        "/rateLoadSummaries/{rateLoadSummarySeq}/rateLoadRoDs":{
            "parameters":[
                {
                    "name":"rateLoadSummarySeq",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Rate Load Summary/Rate Load Rate Offering Detail"
                ],
                "summary":"Get Rate Load Rate Offering Detail",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/rateLoadSummaries.rateLoadRoDs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateLoadSummaries-{rateLoadSummarySeq}-rateLoadRoDs-get",
                "x-filename-id":"rateloadsummaries-rateloadsummaryseq-rateloadrods-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Rate Load Summary/Rate Load Rate Offering Detail"
                ],
                "summary":"Create a Rate Load Rate Offering Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/rateLoadSummaries.rateLoadRoDs"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/rateLoadSummaries.rateLoadRoDs"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateLoadSummaries.rateLoadRoDs"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/rateLoadSummaries.rateLoadRoDs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateLoadSummaries-{rateLoadSummarySeq}-rateLoadRoDs-post",
                "x-filename-id":"rateloadsummaries-rateloadsummaryseq-rateloadrods-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Rate Load Summary/Rate Load Rate Offering Detail"
                ],
                "summary":"Update Rate Load Rate Offering Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rateLoadSummaries-{rateLoadSummarySeq}-rateLoadRoDs-patch",
                "x-filename-id":"rateloadsummaries-rateloadsummaryseq-rateloadrods-patch"
            }
        },
        "/rateLoadSummaries/{rateLoadSummarySeq}/rateLoadRoDs/{rateLoadRoDSeq}":{
            "parameters":[
                {
                    "name":"rateLoadSummarySeq",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"rateLoadRoDSeq",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Rate Load Summary/Rate Load Rate Offering Detail"
                ],
                "summary":"Get a Rate Load Rate Offering Detail",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateLoadSummaries.rateLoadRoDs"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateLoadSummaries-{rateLoadSummarySeq}-rateLoadRoDs-{rateLoadRoDSeq}-get",
                "x-filename-id":"rateloadsummaries-rateloadsummaryseq-rateloadrods-rateloadrodseq-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Rate Load Summary/Rate Load Rate Offering Detail"
                ],
                "summary":"Delete a Rate Load Rate Offering Detail",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rateLoadSummaries-{rateLoadSummarySeq}-rateLoadRoDs-{rateLoadRoDSeq}-delete",
                "x-filename-id":"rateloadsummaries-rateloadsummaryseq-rateloadrods-rateloadrodseq-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Rate Load Summary/Rate Load Rate Offering Detail"
                ],
                "summary":"Update a Rate Load Rate Offering Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rateLoadSummaries-{rateLoadSummarySeq}-rateLoadRoDs-{rateLoadRoDSeq}-patch",
                "x-filename-id":"rateloadsummaries-rateloadsummaryseq-rateloadrods-rateloadrodseq-patch"
            }
        },
        "/rateLoadSummaries/{rateLoadSummarySeq}/rateLoadRoDs/{rateLoadRoDSeq}/rateLoadRoDStatuses":{
            "parameters":[
                {
                    "name":"rateLoadSummarySeq",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"rateLoadRoDSeq",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Rate Load Summary/Rate Load Rate Offering Detail/Rate Load Rate Offering Detail Status"
                ],
                "summary":"Get Rate Load Rate Offering Detail Status",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/rateLoadSummaries.rateLoadRoDs.rateLoadRoDStatuses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateLoadSummaries-{rateLoadSummarySeq}-rateLoadRoDs-{rateLoadRoDSeq}-rateLoadRoDStatuses-get",
                "x-filename-id":"rateloadsummaries-rateloadsummaryseq-rateloadrods-rateloadrodseq-rateloadrodstatuses-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Rate Load Summary/Rate Load Rate Offering Detail/Rate Load Rate Offering Detail Status"
                ],
                "summary":"Create a Rate Load Rate Offering Detail Statu",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/rateLoadSummaries.rateLoadRoDs.rateLoadRoDStatuses"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/rateLoadSummaries.rateLoadRoDs.rateLoadRoDStatuses"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateLoadSummaries.rateLoadRoDs.rateLoadRoDStatuses"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/rateLoadSummaries.rateLoadRoDs.rateLoadRoDStatuses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateLoadSummaries-{rateLoadSummarySeq}-rateLoadRoDs-{rateLoadRoDSeq}-rateLoadRoDStatuses-post",
                "x-filename-id":"rateloadsummaries-rateloadsummaryseq-rateloadrods-rateloadrodseq-rateloadrodstatuses-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Rate Load Summary/Rate Load Rate Offering Detail/Rate Load Rate Offering Detail Status"
                ],
                "summary":"Update Rate Load Rate Offering Detail Status",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rateLoadSummaries-{rateLoadSummarySeq}-rateLoadRoDs-{rateLoadRoDSeq}-rateLoadRoDStatuses-patch",
                "x-filename-id":"rateloadsummaries-rateloadsummaryseq-rateloadrods-rateloadrodseq-rateloadrodstatuses-patch"
            }
        },
        "/rateLoadSummaries/{rateLoadSummarySeq}/rateLoadRoDs/{rateLoadRoDSeq}/rateLoadRoDStatuses/{statusTypeGid}":{
            "parameters":[
                {
                    "name":"rateLoadSummarySeq",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"rateLoadRoDSeq",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"statusTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Rate Load Summary/Rate Load Rate Offering Detail/Rate Load Rate Offering Detail Status"
                ],
                "summary":"Get a Rate Load Rate Offering Detail Statu",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateLoadSummaries.rateLoadRoDs.rateLoadRoDStatuses"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateLoadSummaries-{rateLoadSummarySeq}-rateLoadRoDs-{rateLoadRoDSeq}-rateLoadRoDStatuses-{statusTypeGid}-get",
                "x-filename-id":"rateloadsummaries-rateloadsummaryseq-rateloadrods-rateloadrodseq-rateloadrodstatuses-statustypegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Rate Load Summary/Rate Load Rate Offering Detail/Rate Load Rate Offering Detail Status"
                ],
                "summary":"Delete a Rate Load Rate Offering Detail Statu",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rateLoadSummaries-{rateLoadSummarySeq}-rateLoadRoDs-{rateLoadRoDSeq}-rateLoadRoDStatuses-{statusTypeGid}-delete",
                "x-filename-id":"rateloadsummaries-rateloadsummaryseq-rateloadrods-rateloadrodseq-rateloadrodstatuses-statustypegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Rate Load Summary/Rate Load Rate Offering Detail/Rate Load Rate Offering Detail Status"
                ],
                "summary":"Update a Rate Load Rate Offering Detail Statu",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rateLoadSummaries-{rateLoadSummarySeq}-rateLoadRoDs-{rateLoadRoDSeq}-rateLoadRoDStatuses-{statusTypeGid}-patch",
                "x-filename-id":"rateloadsummaries-rateloadsummaryseq-rateloadrods-rateloadrodseq-rateloadrodstatuses-statustypegid-patch"
            }
        },
        "/rateLoadSummaries/{rateLoadSummarySeq}/rateLoadRoDs/{rateLoadRoDSeq}/rateLoadRoDWarnings":{
            "parameters":[
                {
                    "name":"rateLoadSummarySeq",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"rateLoadRoDSeq",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Rate Load Summary/Rate Load Rate Offering Detail/Rate Load Rate Offering Detail Warning"
                ],
                "summary":"Get Rate Load Rate Offering Detail Warning",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/rateLoadSummaries.rateLoadRoDs.rateLoadRoDWarnings"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateLoadSummaries-{rateLoadSummarySeq}-rateLoadRoDs-{rateLoadRoDSeq}-rateLoadRoDWarnings-get",
                "x-filename-id":"rateloadsummaries-rateloadsummaryseq-rateloadrods-rateloadrodseq-rateloadrodwarnings-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Rate Load Summary/Rate Load Rate Offering Detail/Rate Load Rate Offering Detail Warning"
                ],
                "summary":"Create a Rate Load Rate Offering Detail Warning",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/rateLoadSummaries.rateLoadRoDs.rateLoadRoDWarnings"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/rateLoadSummaries.rateLoadRoDs.rateLoadRoDWarnings"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateLoadSummaries.rateLoadRoDs.rateLoadRoDWarnings"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/rateLoadSummaries.rateLoadRoDs.rateLoadRoDWarnings"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateLoadSummaries-{rateLoadSummarySeq}-rateLoadRoDs-{rateLoadRoDSeq}-rateLoadRoDWarnings-post",
                "x-filename-id":"rateloadsummaries-rateloadsummaryseq-rateloadrods-rateloadrodseq-rateloadrodwarnings-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Rate Load Summary/Rate Load Rate Offering Detail/Rate Load Rate Offering Detail Warning"
                ],
                "summary":"Update Rate Load Rate Offering Detail Warning",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rateLoadSummaries-{rateLoadSummarySeq}-rateLoadRoDs-{rateLoadRoDSeq}-rateLoadRoDWarnings-patch",
                "x-filename-id":"rateloadsummaries-rateloadsummaryseq-rateloadrods-rateloadrodseq-rateloadrodwarnings-patch"
            }
        },
        "/rateLoadSummaries/{rateLoadSummarySeq}/rateLoadRoDs/{rateLoadRoDSeq}/rateLoadRoDWarnings/{rateLoadWarningGid}":{
            "parameters":[
                {
                    "name":"rateLoadSummarySeq",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"rateLoadRoDSeq",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"rateLoadWarningGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Rate Load Summary/Rate Load Rate Offering Detail/Rate Load Rate Offering Detail Warning"
                ],
                "summary":"Get a Rate Load Rate Offering Detail Warning",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateLoadSummaries.rateLoadRoDs.rateLoadRoDWarnings"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateLoadSummaries-{rateLoadSummarySeq}-rateLoadRoDs-{rateLoadRoDSeq}-rateLoadRoDWarnings-{rateLoadWarningGid}-get",
                "x-filename-id":"rateloadsummaries-rateloadsummaryseq-rateloadrods-rateloadrodseq-rateloadrodwarnings-rateloadwarninggid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Rate Load Summary/Rate Load Rate Offering Detail/Rate Load Rate Offering Detail Warning"
                ],
                "summary":"Delete a Rate Load Rate Offering Detail Warning",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rateLoadSummaries-{rateLoadSummarySeq}-rateLoadRoDs-{rateLoadRoDSeq}-rateLoadRoDWarnings-{rateLoadWarningGid}-delete",
                "x-filename-id":"rateloadsummaries-rateloadsummaryseq-rateloadrods-rateloadrodseq-rateloadrodwarnings-rateloadwarninggid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Rate Load Summary/Rate Load Rate Offering Detail/Rate Load Rate Offering Detail Warning"
                ],
                "summary":"Update a Rate Load Rate Offering Detail Warning",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rateLoadSummaries-{rateLoadSummarySeq}-rateLoadRoDs-{rateLoadRoDSeq}-rateLoadRoDWarnings-{rateLoadWarningGid}-patch",
                "x-filename-id":"rateloadsummaries-rateloadsummaryseq-rateloadrods-rateloadrodseq-rateloadrodwarnings-rateloadwarninggid-patch"
            }
        },
        "/rateLoadSummaries/{rateLoadSummarySeq}/rateLoadRoDs/{rateLoadRoDSeq}/rateLoadRrDs":{
            "parameters":[
                {
                    "name":"rateLoadSummarySeq",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"rateLoadRoDSeq",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Rate Load Summary/Rate Load Rate Offering Detail/Rate Load Rate Record Detail"
                ],
                "summary":"Get Rate Load Rate Record Detail",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/rateLoadSummaries.rateLoadRoDs.rateLoadRrDs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateLoadSummaries-{rateLoadSummarySeq}-rateLoadRoDs-{rateLoadRoDSeq}-rateLoadRrDs-get",
                "x-filename-id":"rateloadsummaries-rateloadsummaryseq-rateloadrods-rateloadrodseq-rateloadrrds-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Rate Load Summary/Rate Load Rate Offering Detail/Rate Load Rate Record Detail"
                ],
                "summary":"Create a Rate Load Rate Record Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/rateLoadSummaries.rateLoadRoDs.rateLoadRrDs"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/rateLoadSummaries.rateLoadRoDs.rateLoadRrDs"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateLoadSummaries.rateLoadRoDs.rateLoadRrDs"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/rateLoadSummaries.rateLoadRoDs.rateLoadRrDs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateLoadSummaries-{rateLoadSummarySeq}-rateLoadRoDs-{rateLoadRoDSeq}-rateLoadRrDs-post",
                "x-filename-id":"rateloadsummaries-rateloadsummaryseq-rateloadrods-rateloadrodseq-rateloadrrds-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Rate Load Summary/Rate Load Rate Offering Detail/Rate Load Rate Record Detail"
                ],
                "summary":"Update Rate Load Rate Record Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rateLoadSummaries-{rateLoadSummarySeq}-rateLoadRoDs-{rateLoadRoDSeq}-rateLoadRrDs-patch",
                "x-filename-id":"rateloadsummaries-rateloadsummaryseq-rateloadrods-rateloadrodseq-rateloadrrds-patch"
            }
        },
        "/rateLoadSummaries/{rateLoadSummarySeq}/rateLoadRoDs/{rateLoadRoDSeq}/rateLoadRrDs/{rateLoadRrDSeq}":{
            "parameters":[
                {
                    "name":"rateLoadSummarySeq",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"rateLoadRoDSeq",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"rateLoadRrDSeq",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Rate Load Summary/Rate Load Rate Offering Detail/Rate Load Rate Record Detail"
                ],
                "summary":"Get a Rate Load Rate Record Detail",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateLoadSummaries.rateLoadRoDs.rateLoadRrDs"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateLoadSummaries-{rateLoadSummarySeq}-rateLoadRoDs-{rateLoadRoDSeq}-rateLoadRrDs-{rateLoadRrDSeq}-get",
                "x-filename-id":"rateloadsummaries-rateloadsummaryseq-rateloadrods-rateloadrodseq-rateloadrrds-rateloadrrdseq-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Rate Load Summary/Rate Load Rate Offering Detail/Rate Load Rate Record Detail"
                ],
                "summary":"Delete a Rate Load Rate Record Detail",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rateLoadSummaries-{rateLoadSummarySeq}-rateLoadRoDs-{rateLoadRoDSeq}-rateLoadRrDs-{rateLoadRrDSeq}-delete",
                "x-filename-id":"rateloadsummaries-rateloadsummaryseq-rateloadrods-rateloadrodseq-rateloadrrds-rateloadrrdseq-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Rate Load Summary/Rate Load Rate Offering Detail/Rate Load Rate Record Detail"
                ],
                "summary":"Update a Rate Load Rate Record Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rateLoadSummaries-{rateLoadSummarySeq}-rateLoadRoDs-{rateLoadRoDSeq}-rateLoadRrDs-{rateLoadRrDSeq}-patch",
                "x-filename-id":"rateloadsummaries-rateloadsummaryseq-rateloadrods-rateloadrodseq-rateloadrrds-rateloadrrdseq-patch"
            }
        },
        "/rateLoadSummaries/{rateLoadSummarySeq}/rateLoadRoDs/{rateLoadRoDSeq}/rateLoadRrDs/{rateLoadRrDSeq}/rateLoadRrDWarnings":{
            "parameters":[
                {
                    "name":"rateLoadSummarySeq",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"rateLoadRoDSeq",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"rateLoadRrDSeq",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Rate Load Summary/Rate Load Rate Offering Detail/Rate Load Rate Record Detail/Rate Load Rate Record Detail Warning"
                ],
                "summary":"Get Rate Load Rate Record Detail Warning",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/rateLoadSummaries.rateLoadRoDs.rateLoadRrDs.rateLoadRrDWarnings"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateLoadSummaries-{rateLoadSummarySeq}-rateLoadRoDs-{rateLoadRoDSeq}-rateLoadRrDs-{rateLoadRrDSeq}-rateLoadRrDWarnings-get",
                "x-filename-id":"rateloadsummaries-rateloadsummaryseq-rateloadrods-rateloadrodseq-rateloadrrds-rateloadrrdseq-rateloadrrdwarnings-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Rate Load Summary/Rate Load Rate Offering Detail/Rate Load Rate Record Detail/Rate Load Rate Record Detail Warning"
                ],
                "summary":"Create a Rate Load Rate Record Detail Warning",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/rateLoadSummaries.rateLoadRoDs.rateLoadRrDs.rateLoadRrDWarnings"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/rateLoadSummaries.rateLoadRoDs.rateLoadRrDs.rateLoadRrDWarnings"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateLoadSummaries.rateLoadRoDs.rateLoadRrDs.rateLoadRrDWarnings"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/rateLoadSummaries.rateLoadRoDs.rateLoadRrDs.rateLoadRrDWarnings"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateLoadSummaries-{rateLoadSummarySeq}-rateLoadRoDs-{rateLoadRoDSeq}-rateLoadRrDs-{rateLoadRrDSeq}-rateLoadRrDWarnings-post",
                "x-filename-id":"rateloadsummaries-rateloadsummaryseq-rateloadrods-rateloadrodseq-rateloadrrds-rateloadrrdseq-rateloadrrdwarnings-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Rate Load Summary/Rate Load Rate Offering Detail/Rate Load Rate Record Detail/Rate Load Rate Record Detail Warning"
                ],
                "summary":"Update Rate Load Rate Record Detail Warning",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rateLoadSummaries-{rateLoadSummarySeq}-rateLoadRoDs-{rateLoadRoDSeq}-rateLoadRrDs-{rateLoadRrDSeq}-rateLoadRrDWarnings-patch",
                "x-filename-id":"rateloadsummaries-rateloadsummaryseq-rateloadrods-rateloadrodseq-rateloadrrds-rateloadrrdseq-rateloadrrdwarnings-patch"
            }
        },
        "/rateLoadSummaries/{rateLoadSummarySeq}/rateLoadRoDs/{rateLoadRoDSeq}/rateLoadRrDs/{rateLoadRrDSeq}/rateLoadRrDWarnings/{rateLoadWarningGid}":{
            "parameters":[
                {
                    "name":"rateLoadSummarySeq",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"rateLoadRoDSeq",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"rateLoadRrDSeq",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"rateLoadWarningGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Rate Load Summary/Rate Load Rate Offering Detail/Rate Load Rate Record Detail/Rate Load Rate Record Detail Warning"
                ],
                "summary":"Get a Rate Load Rate Record Detail Warning",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateLoadSummaries.rateLoadRoDs.rateLoadRrDs.rateLoadRrDWarnings"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateLoadSummaries-{rateLoadSummarySeq}-rateLoadRoDs-{rateLoadRoDSeq}-rateLoadRrDs-{rateLoadRrDSeq}-rateLoadRrDWarnings-{rateLoadWarningGid}-get",
                "x-filename-id":"rateloadsummaries-rateloadsummaryseq-rateloadrods-rateloadrodseq-rateloadrrds-rateloadrrdseq-rateloadrrdwarnings-rateloadwarninggid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Rate Load Summary/Rate Load Rate Offering Detail/Rate Load Rate Record Detail/Rate Load Rate Record Detail Warning"
                ],
                "summary":"Delete a Rate Load Rate Record Detail Warning",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rateLoadSummaries-{rateLoadSummarySeq}-rateLoadRoDs-{rateLoadRoDSeq}-rateLoadRrDs-{rateLoadRrDSeq}-rateLoadRrDWarnings-{rateLoadWarningGid}-delete",
                "x-filename-id":"rateloadsummaries-rateloadsummaryseq-rateloadrods-rateloadrodseq-rateloadrrds-rateloadrrdseq-rateloadrrdwarnings-rateloadwarninggid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Rate Load Summary/Rate Load Rate Offering Detail/Rate Load Rate Record Detail/Rate Load Rate Record Detail Warning"
                ],
                "summary":"Update a Rate Load Rate Record Detail Warning",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rateLoadSummaries-{rateLoadSummarySeq}-rateLoadRoDs-{rateLoadRoDSeq}-rateLoadRrDs-{rateLoadRrDSeq}-rateLoadRrDWarnings-{rateLoadWarningGid}-patch",
                "x-filename-id":"rateloadsummaries-rateloadsummaryseq-rateloadrods-rateloadrodseq-rateloadrrds-rateloadrrdseq-rateloadrrdwarnings-rateloadwarninggid-patch"
            }
        },
        "/rateLoadSummaries/{rateLoadSummarySeq}/rateLoadRoDs/{rateLoadRoDSeq}/rateLoadRrDs/{rateLoadRrDSeq}/rateLoadRrDStatuses":{
            "parameters":[
                {
                    "name":"rateLoadSummarySeq",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"rateLoadRoDSeq",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"rateLoadRrDSeq",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Rate Load Summary/Rate Load Rate Offering Detail/Rate Load Rate Record Detail/Rate Load Rate Record Detail Status"
                ],
                "summary":"Get Rate Load Rate Record Detail Status",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/rateLoadSummaries.rateLoadRoDs.rateLoadRrDs.rateLoadRrDStatuses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateLoadSummaries-{rateLoadSummarySeq}-rateLoadRoDs-{rateLoadRoDSeq}-rateLoadRrDs-{rateLoadRrDSeq}-rateLoadRrDStatuses-get",
                "x-filename-id":"rateloadsummaries-rateloadsummaryseq-rateloadrods-rateloadrodseq-rateloadrrds-rateloadrrdseq-rateloadrrdstatuses-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Rate Load Summary/Rate Load Rate Offering Detail/Rate Load Rate Record Detail/Rate Load Rate Record Detail Status"
                ],
                "summary":"Create a Rate Load Rate Record Detail Statu",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/rateLoadSummaries.rateLoadRoDs.rateLoadRrDs.rateLoadRrDStatuses"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/rateLoadSummaries.rateLoadRoDs.rateLoadRrDs.rateLoadRrDStatuses"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateLoadSummaries.rateLoadRoDs.rateLoadRrDs.rateLoadRrDStatuses"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/rateLoadSummaries.rateLoadRoDs.rateLoadRrDs.rateLoadRrDStatuses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateLoadSummaries-{rateLoadSummarySeq}-rateLoadRoDs-{rateLoadRoDSeq}-rateLoadRrDs-{rateLoadRrDSeq}-rateLoadRrDStatuses-post",
                "x-filename-id":"rateloadsummaries-rateloadsummaryseq-rateloadrods-rateloadrodseq-rateloadrrds-rateloadrrdseq-rateloadrrdstatuses-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Rate Load Summary/Rate Load Rate Offering Detail/Rate Load Rate Record Detail/Rate Load Rate Record Detail Status"
                ],
                "summary":"Update Rate Load Rate Record Detail Status",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rateLoadSummaries-{rateLoadSummarySeq}-rateLoadRoDs-{rateLoadRoDSeq}-rateLoadRrDs-{rateLoadRrDSeq}-rateLoadRrDStatuses-patch",
                "x-filename-id":"rateloadsummaries-rateloadsummaryseq-rateloadrods-rateloadrodseq-rateloadrrds-rateloadrrdseq-rateloadrrdstatuses-patch"
            }
        },
        "/rateLoadSummaries/{rateLoadSummarySeq}/rateLoadRoDs/{rateLoadRoDSeq}/rateLoadRrDs/{rateLoadRrDSeq}/rateLoadRrDStatuses/{statusTypeGid}":{
            "parameters":[
                {
                    "name":"rateLoadSummarySeq",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"rateLoadRoDSeq",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"rateLoadRrDSeq",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"statusTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Rate Load Summary/Rate Load Rate Offering Detail/Rate Load Rate Record Detail/Rate Load Rate Record Detail Status"
                ],
                "summary":"Get a Rate Load Rate Record Detail Statu",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateLoadSummaries.rateLoadRoDs.rateLoadRrDs.rateLoadRrDStatuses"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateLoadSummaries-{rateLoadSummarySeq}-rateLoadRoDs-{rateLoadRoDSeq}-rateLoadRrDs-{rateLoadRrDSeq}-rateLoadRrDStatuses-{statusTypeGid}-get",
                "x-filename-id":"rateloadsummaries-rateloadsummaryseq-rateloadrods-rateloadrodseq-rateloadrrds-rateloadrrdseq-rateloadrrdstatuses-statustypegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Rate Load Summary/Rate Load Rate Offering Detail/Rate Load Rate Record Detail/Rate Load Rate Record Detail Status"
                ],
                "summary":"Delete a Rate Load Rate Record Detail Statu",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rateLoadSummaries-{rateLoadSummarySeq}-rateLoadRoDs-{rateLoadRoDSeq}-rateLoadRrDs-{rateLoadRrDSeq}-rateLoadRrDStatuses-{statusTypeGid}-delete",
                "x-filename-id":"rateloadsummaries-rateloadsummaryseq-rateloadrods-rateloadrodseq-rateloadrrds-rateloadrrdseq-rateloadrrdstatuses-statustypegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Rate Load Summary/Rate Load Rate Offering Detail/Rate Load Rate Record Detail/Rate Load Rate Record Detail Status"
                ],
                "summary":"Update a Rate Load Rate Record Detail Statu",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rateLoadSummaries-{rateLoadSummarySeq}-rateLoadRoDs-{rateLoadRoDSeq}-rateLoadRrDs-{rateLoadRrDSeq}-rateLoadRrDStatuses-{statusTypeGid}-patch",
                "x-filename-id":"rateloadsummaries-rateloadsummaryseq-rateloadrods-rateloadrodseq-rateloadrrds-rateloadrrdseq-rateloadrrdstatuses-statustypegid-patch"
            }
        },
        "/rateLoadSummaries/{rateLoadSummarySeq}/rateLoadGroups":{
            "parameters":[
                {
                    "name":"rateLoadSummarySeq",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Rate Load Summary/Rate Load Groups"
                ],
                "summary":"Get Rate Load Groups",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/rateLoadSummaries.rateLoadGroups"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateLoadSummaries-{rateLoadSummarySeq}-rateLoadGroups-get",
                "x-filename-id":"rateloadsummaries-rateloadsummaryseq-rateloadgroups-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Rate Load Summary/Rate Load Groups"
                ],
                "summary":"Create a Rate Load Group",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/rateLoadSummaries.rateLoadGroups"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/rateLoadSummaries.rateLoadGroups"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateLoadSummaries.rateLoadGroups"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/rateLoadSummaries.rateLoadGroups"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateLoadSummaries-{rateLoadSummarySeq}-rateLoadGroups-post",
                "x-filename-id":"rateloadsummaries-rateloadsummaryseq-rateloadgroups-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Rate Load Summary/Rate Load Groups"
                ],
                "summary":"Update Rate Load Groups",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rateLoadSummaries-{rateLoadSummarySeq}-rateLoadGroups-patch",
                "x-filename-id":"rateloadsummaries-rateloadsummaryseq-rateloadgroups-patch"
            }
        },
        "/rateLoadSummaries/{rateLoadSummarySeq}/rateLoadGroups/{rateLoadGroupGid}":{
            "parameters":[
                {
                    "name":"rateLoadSummarySeq",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"rateLoadGroupGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Rate Load Summary/Rate Load Groups"
                ],
                "summary":"Get a Rate Load Group",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateLoadSummaries.rateLoadGroups"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateLoadSummaries-{rateLoadSummarySeq}-rateLoadGroups-{rateLoadGroupGid}-get",
                "x-filename-id":"rateloadsummaries-rateloadsummaryseq-rateloadgroups-rateloadgroupgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Rate Load Summary/Rate Load Groups"
                ],
                "summary":"Delete a Rate Load Group",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rateLoadSummaries-{rateLoadSummarySeq}-rateLoadGroups-{rateLoadGroupGid}-delete",
                "x-filename-id":"rateloadsummaries-rateloadsummaryseq-rateloadgroups-rateloadgroupgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Rate Load Summary/Rate Load Groups"
                ],
                "summary":"Update a Rate Load Group",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rateLoadSummaries-{rateLoadSummarySeq}-rateLoadGroups-{rateLoadGroupGid}-patch",
                "x-filename-id":"rateloadsummaries-rateloadsummaryseq-rateloadgroups-rateloadgroupgid-patch"
            }
        },
        "/declaredValueQualifiers":{
            "get":{
                "tags":[
                    "Power Data/Declared Value Qualifiers"
                ],
                "summary":"Get Declared Value Qualifiers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/declaredValueQualifiers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"declaredValueQualifiers-get",
                "x-filename-id":"declaredvaluequalifiers-get"
            },
            "post":{
                "tags":[
                    "Power Data/Declared Value Qualifiers"
                ],
                "summary":"Create a Declared Value Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/declaredValueQualifiers"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/declaredValueQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"declaredValueQualifiers-post",
                "x-filename-id":"declaredvaluequalifiers-post"
            }
        },
        "/declaredValueQualifiers/{declaredValueQualGid}":{
            "parameters":[
                {
                    "name":"declaredValueQualGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Declared Value Qualifiers"
                ],
                "summary":"Get a Declared Value Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/declaredValueQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"declaredValueQualifiers-{declaredValueQualGid}-get",
                "x-filename-id":"declaredvaluequalifiers-declaredvaluequalgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Declared Value Qualifiers"
                ],
                "summary":"Delete a Declared Value Qualifier",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"declaredValueQualifiers-{declaredValueQualGid}-delete",
                "x-filename-id":"declaredvaluequalifiers-declaredvaluequalgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Declared Value Qualifiers"
                ],
                "summary":"Update a Declared Value Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"declaredValueQualifiers-{declaredValueQualGid}-patch",
                "x-filename-id":"declaredvaluequalifiers-declaredvaluequalgid-patch"
            }
        },
        "/transportNetworks":{
            "get":{
                "tags":[
                    "Business Objects/Transport Networks"
                ],
                "summary":"Get Transport Networks",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/transportNetworks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"transportNetworks-get",
                "x-filename-id":"transportnetworks-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Transport Networks"
                ],
                "summary":"Create a Transport Network",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/transportNetworks"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/transportNetworks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"transportNetworks-post",
                "x-filename-id":"transportnetworks-post"
            }
        },
        "/transportNetworks/{transportNetworkGid}":{
            "parameters":[
                {
                    "name":"transportNetworkGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Transport Networks"
                ],
                "summary":"Get a Transport Network",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/transportNetworks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"transportNetworks-{transportNetworkGid}-get",
                "x-filename-id":"transportnetworks-transportnetworkgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Transport Networks"
                ],
                "summary":"Delete a Transport Network",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"transportNetworks-{transportNetworkGid}-delete",
                "x-filename-id":"transportnetworks-transportnetworkgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Transport Networks"
                ],
                "summary":"Update a Transport Network",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"transportNetworks-{transportNetworkGid}-patch",
                "x-filename-id":"transportnetworks-transportnetworkgid-patch"
            }
        },
        "/transportNetworks/{transportNetworkGid}/schedules":{
            "parameters":[
                {
                    "name":"transportNetworkGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Transport Networks/Schedules"
                ],
                "summary":"Get Schedules",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/transportNetworks.schedules"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"transportNetworks-{transportNetworkGid}-schedules-get",
                "x-filename-id":"transportnetworks-transportnetworkgid-schedules-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Transport Networks/Schedules"
                ],
                "summary":"Create a Schedule",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/transportNetworks.schedules"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/transportNetworks.schedules"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/transportNetworks.schedules"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/transportNetworks.schedules"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"transportNetworks-{transportNetworkGid}-schedules-post",
                "x-filename-id":"transportnetworks-transportnetworkgid-schedules-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Transport Networks/Schedules"
                ],
                "summary":"Update Schedules",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"transportNetworks-{transportNetworkGid}-schedules-patch",
                "x-filename-id":"transportnetworks-transportnetworkgid-schedules-patch"
            }
        },
        "/transportNetworks/{transportNetworkGid}/schedules/{repetitionScheduleGid}":{
            "parameters":[
                {
                    "name":"transportNetworkGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"repetitionScheduleGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Transport Networks/Schedules"
                ],
                "summary":"Get a Schedule",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/transportNetworks.schedules"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"transportNetworks-{transportNetworkGid}-schedules-{repetitionScheduleGid}-get",
                "x-filename-id":"transportnetworks-transportnetworkgid-schedules-repetitionschedulegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Transport Networks/Schedules"
                ],
                "summary":"Delete a Schedule",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"transportNetworks-{transportNetworkGid}-schedules-{repetitionScheduleGid}-delete",
                "x-filename-id":"transportnetworks-transportnetworkgid-schedules-repetitionschedulegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Transport Networks/Schedules"
                ],
                "summary":"Update a Schedule",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"transportNetworks-{transportNetworkGid}-schedules-{repetitionScheduleGid}-patch",
                "x-filename-id":"transportnetworks-transportnetworkgid-schedules-repetitionschedulegid-patch"
            }
        },
        "/transportNetworks/{transportNetworkGid}/involvedParties":{
            "parameters":[
                {
                    "name":"transportNetworkGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Transport Networks/Involved Parties"
                ],
                "summary":"Get Involved Parties",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/transportNetworks.involvedParties"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"transportNetworks-{transportNetworkGid}-involvedParties-get",
                "x-filename-id":"transportnetworks-transportnetworkgid-involvedparties-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Transport Networks/Involved Parties"
                ],
                "summary":"Create an Involved Party",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/transportNetworks.involvedParties"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/transportNetworks.involvedParties"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/transportNetworks.involvedParties"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/transportNetworks.involvedParties"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"transportNetworks-{transportNetworkGid}-involvedParties-post",
                "x-filename-id":"transportnetworks-transportnetworkgid-involvedparties-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Transport Networks/Involved Parties"
                ],
                "summary":"Update Involved Parties",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"transportNetworks-{transportNetworkGid}-involvedParties-patch",
                "x-filename-id":"transportnetworks-transportnetworkgid-involvedparties-patch"
            }
        },
        "/transportNetworks/{transportNetworkGid}/involvedParties/{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}":{
            "parameters":[
                {
                    "name":"transportNetworkGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Transport Networks/Involved Parties"
                ],
                "summary":"Get an Involved Party",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/transportNetworks.involvedParties"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"transportNetworks-{transportNetworkGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-get",
                "x-filename-id":"transportnetworks-transportnetworkgid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Transport Networks/Involved Parties"
                ],
                "summary":"Delete an Involved Party",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"transportNetworks-{transportNetworkGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-delete",
                "x-filename-id":"transportnetworks-transportnetworkgid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Transport Networks/Involved Parties"
                ],
                "summary":"Update an Involved Party",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"transportNetworks-{transportNetworkGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-patch",
                "x-filename-id":"transportnetworks-transportnetworkgid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-patch"
            }
        },
        "/capacityLimits":{
            "get":{
                "tags":[
                    "Power Data/Capacity Limits"
                ],
                "summary":"Get Capacity Limits",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/capacityLimits"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"capacityLimits-get",
                "x-filename-id":"capacitylimits-get"
            },
            "post":{
                "tags":[
                    "Power Data/Capacity Limits"
                ],
                "summary":"Create a Capacity Limit",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/capacityLimits"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/capacityLimits"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"capacityLimits-post",
                "x-filename-id":"capacitylimits-post"
            }
        },
        "/capacityLimits/{capacityLimitGid}":{
            "parameters":[
                {
                    "name":"capacityLimitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Capacity Limits"
                ],
                "summary":"Get a Capacity Limit",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/capacityLimits"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"capacityLimits-{capacityLimitGid}-get",
                "x-filename-id":"capacitylimits-capacitylimitgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Capacity Limits"
                ],
                "summary":"Delete a Capacity Limit",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"capacityLimits-{capacityLimitGid}-delete",
                "x-filename-id":"capacitylimits-capacitylimitgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Capacity Limits"
                ],
                "summary":"Update a Capacity Limit",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"capacityLimits-{capacityLimitGid}-patch",
                "x-filename-id":"capacitylimits-capacitylimitgid-patch"
            }
        },
        "/specialServices":{
            "get":{
                "tags":[
                    "Power Data/Special Services"
                ],
                "summary":"Get Special Services",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/specialServices"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"specialServices-get",
                "x-filename-id":"specialservices-get"
            },
            "post":{
                "tags":[
                    "Power Data/Special Services"
                ],
                "summary":"Create a Special Service",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/specialServices"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/specialServices"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"specialServices-post",
                "x-filename-id":"specialservices-post"
            }
        },
        "/specialServices/{specialServiceGid}":{
            "parameters":[
                {
                    "name":"specialServiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Special Services"
                ],
                "summary":"Get a Special Service",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/specialServices"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"specialServices-{specialServiceGid}-get",
                "x-filename-id":"specialservices-specialservicegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Special Services"
                ],
                "summary":"Delete a Special Service",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"specialServices-{specialServiceGid}-delete",
                "x-filename-id":"specialservices-specialservicegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Special Services"
                ],
                "summary":"Update a Special Service",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"specialServices-{specialServiceGid}-patch",
                "x-filename-id":"specialservices-specialservicegid-patch"
            }
        },
        "/specialServices/{specialServiceGid}/compatibleSets":{
            "parameters":[
                {
                    "name":"specialServiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Special Services/Compatible Sets"
                ],
                "summary":"Get Compatible Sets",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/specialServices.compatibleSets"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"specialServices-{specialServiceGid}-compatibleSets-get",
                "x-filename-id":"specialservices-specialservicegid-compatiblesets-get"
            },
            "post":{
                "tags":[
                    "Power Data/Special Services/Compatible Sets"
                ],
                "summary":"Create a Compatible Set",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/specialServices.compatibleSets"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/specialServices.compatibleSets"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/specialServices.compatibleSets"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/specialServices.compatibleSets"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"specialServices-{specialServiceGid}-compatibleSets-post",
                "x-filename-id":"specialservices-specialservicegid-compatiblesets-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Special Services/Compatible Sets"
                ],
                "summary":"Update Compatible Sets",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"specialServices-{specialServiceGid}-compatibleSets-patch",
                "x-filename-id":"specialservices-specialservicegid-compatiblesets-patch"
            }
        },
        "/specialServices/{specialServiceGid}/compatibleSets/{objectType}":{
            "parameters":[
                {
                    "name":"specialServiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"objectType",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Special Services/Compatible Sets"
                ],
                "summary":"Get a Compatible Set",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/specialServices.compatibleSets"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"specialServices-{specialServiceGid}-compatibleSets-{objectType}-get",
                "x-filename-id":"specialservices-specialservicegid-compatiblesets-objecttype-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Special Services/Compatible Sets"
                ],
                "summary":"Delete a Compatible Set",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"specialServices-{specialServiceGid}-compatibleSets-{objectType}-delete",
                "x-filename-id":"specialservices-specialservicegid-compatiblesets-objecttype-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Special Services/Compatible Sets"
                ],
                "summary":"Update a Compatible Set",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"specialServices-{specialServiceGid}-compatibleSets-{objectType}-patch",
                "x-filename-id":"specialservices-specialservicegid-compatiblesets-objecttype-patch"
            }
        },
        "/specialServices/{specialServiceGid}/attributeRules":{
            "parameters":[
                {
                    "name":"specialServiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Special Services/Attribute Rules"
                ],
                "summary":"Get Attribute Rules",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/specialServices.attributeRules"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"specialServices-{specialServiceGid}-attributeRules-get",
                "x-filename-id":"specialservices-specialservicegid-attributerules-get"
            },
            "post":{
                "tags":[
                    "Power Data/Special Services/Attribute Rules"
                ],
                "summary":"Create an Attribute Rule",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/specialServices.attributeRules"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/specialServices.attributeRules"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/specialServices.attributeRules"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/specialServices.attributeRules"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"specialServices-{specialServiceGid}-attributeRules-post",
                "x-filename-id":"specialservices-specialservicegid-attributerules-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Special Services/Attribute Rules"
                ],
                "summary":"Update Attribute Rules",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"specialServices-{specialServiceGid}-attributeRules-patch",
                "x-filename-id":"specialservices-specialservicegid-attributerules-patch"
            }
        },
        "/specialServices/{specialServiceGid}/attributeRules/{objectType}":{
            "parameters":[
                {
                    "name":"specialServiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"objectType",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Special Services/Attribute Rules"
                ],
                "summary":"Get an Attribute Rule",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/specialServices.attributeRules"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"specialServices-{specialServiceGid}-attributeRules-{objectType}-get",
                "x-filename-id":"specialservices-specialservicegid-attributerules-objecttype-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Special Services/Attribute Rules"
                ],
                "summary":"Delete an Attribute Rule",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"specialServices-{specialServiceGid}-attributeRules-{objectType}-delete",
                "x-filename-id":"specialservices-specialservicegid-attributerules-objecttype-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Special Services/Attribute Rules"
                ],
                "summary":"Update an Attribute Rule",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"specialServices-{specialServiceGid}-attributeRules-{objectType}-patch",
                "x-filename-id":"specialservices-specialservicegid-attributerules-objecttype-patch"
            }
        },
        "/quoteReferenceNumberQualifiers":{
            "get":{
                "tags":[
                    "Power Data/Quote Reference Number Qualifiers"
                ],
                "summary":"Get Quote Reference Number Qualifiers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/quoteReferenceNumberQualifiers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"quoteReferenceNumberQualifiers-get",
                "x-filename-id":"quotereferencenumberqualifiers-get"
            },
            "post":{
                "tags":[
                    "Power Data/Quote Reference Number Qualifiers"
                ],
                "summary":"Create a Quote Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/quoteReferenceNumberQualifiers"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/quoteReferenceNumberQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"quoteReferenceNumberQualifiers-post",
                "x-filename-id":"quotereferencenumberqualifiers-post"
            }
        },
        "/quoteReferenceNumberQualifiers/{quoteRefnumQualGid}":{
            "parameters":[
                {
                    "name":"quoteRefnumQualGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Quote Reference Number Qualifiers"
                ],
                "summary":"Get a Quote Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/quoteReferenceNumberQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"quoteReferenceNumberQualifiers-{quoteRefnumQualGid}-get",
                "x-filename-id":"quotereferencenumberqualifiers-quoterefnumqualgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Quote Reference Number Qualifiers"
                ],
                "summary":"Delete a Quote Reference Number Qualifier",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"quoteReferenceNumberQualifiers-{quoteRefnumQualGid}-delete",
                "x-filename-id":"quotereferencenumberqualifiers-quoterefnumqualgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Quote Reference Number Qualifiers"
                ],
                "summary":"Update a Quote Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"quoteReferenceNumberQualifiers-{quoteRefnumQualGid}-patch",
                "x-filename-id":"quotereferencenumberqualifiers-quoterefnumqualgid-patch"
            }
        },
        "/regionDetails":{
            "get":{
                "tags":[
                    "Power Data/Region Details"
                ],
                "summary":"Get Region Details",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/regionDetails"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"regionDetails-get",
                "x-filename-id":"regiondetails-get"
            },
            "post":{
                "tags":[
                    "Power Data/Region Details"
                ],
                "summary":"Create a Region Detail",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/regionDetails"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/regionDetails"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"regionDetails-post",
                "x-filename-id":"regiondetails-post"
            }
        },
        "/regionDetails/{regionGidxsequenceNum}":{
            "parameters":[
                {
                    "name":"regionGidxsequenceNum",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Region Details"
                ],
                "summary":"Get a Region Detail",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/regionDetails"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"regionDetails-{regionGidxsequenceNum}-get",
                "x-filename-id":"regiondetails-regiongidxsequencenum-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Region Details"
                ],
                "summary":"Delete a Region Detail",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"regionDetails-{regionGidxsequenceNum}-delete",
                "x-filename-id":"regiondetails-regiongidxsequencenum-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Region Details"
                ],
                "summary":"Update a Region Detail",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"regionDetails-{regionGidxsequenceNum}-patch",
                "x-filename-id":"regiondetails-regiongidxsequencenum-patch"
            }
        },
        "/workAssignmentBulkPlans":{
            "get":{
                "tags":[
                    "Power Data/Work Assignment Bulk Plans"
                ],
                "summary":"Get Work Assignment Bulk Plans",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/workAssignmentBulkPlans"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"workAssignmentBulkPlans-get",
                "x-filename-id":"workassignmentbulkplans-get"
            }
        },
        "/workAssignmentBulkPlans/{workAssignmentBulkPlanGid}":{
            "parameters":[
                {
                    "name":"workAssignmentBulkPlanGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Work Assignment Bulk Plans"
                ],
                "summary":"Get a Work Assignment Bulk Plan",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/workAssignmentBulkPlans"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"workAssignmentBulkPlans-{workAssignmentBulkPlanGid}-get",
                "x-filename-id":"workassignmentbulkplans-workassignmentbulkplangid-get"
            }
        },
        "/workAssignmentBulkPlans/{workAssignmentBulkPlanGid}/workAssignments":{
            "parameters":[
                {
                    "name":"workAssignmentBulkPlanGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Work Assignment Bulk Plans/Work Assignments"
                ],
                "summary":"Get Work Assignments",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/workAssignmentBulkPlans.workAssignments"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"workAssignmentBulkPlans-{workAssignmentBulkPlanGid}-workAssignments-get",
                "x-filename-id":"workassignmentbulkplans-workassignmentbulkplangid-workassignments-get"
            }
        },
        "/workAssignmentBulkPlans/{workAssignmentBulkPlanGid}/workAssignments/{workAssignmentGid}":{
            "parameters":[
                {
                    "name":"workAssignmentBulkPlanGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"workAssignmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Work Assignment Bulk Plans/Work Assignments"
                ],
                "summary":"Get a Work Assignment",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/workAssignmentBulkPlans.workAssignments"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"workAssignmentBulkPlans-{workAssignmentBulkPlanGid}-workAssignments-{workAssignmentGid}-get",
                "x-filename-id":"workassignmentbulkplans-workassignmentbulkplangid-workassignments-workassignmentgid-get"
            }
        },
        "/scacs":{
            "get":{
                "tags":[
                    "Power Data/SCAC"
                ],
                "summary":"Get SCAC",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/scacs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"scacs-get",
                "x-filename-id":"scacs-get"
            },
            "post":{
                "tags":[
                    "Power Data/SCAC"
                ],
                "summary":"Create a SCAC",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/scacs"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/scacs"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"scacs-post",
                "x-filename-id":"scacs-post"
            }
        },
        "/scacs/{scacGid}":{
            "parameters":[
                {
                    "name":"scacGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/SCAC"
                ],
                "summary":"Get a SCAC",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/scacs"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"scacs-{scacGid}-get",
                "x-filename-id":"scacs-scacgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/SCAC"
                ],
                "summary":"Delete a SCAC",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"scacs-{scacGid}-delete",
                "x-filename-id":"scacs-scacgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/SCAC"
                ],
                "summary":"Update a SCAC",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"scacs-{scacGid}-patch",
                "x-filename-id":"scacs-scacgid-patch"
            }
        },
        "/skus":{
            "get":{
                "tags":[
                    "Power Data/Skus"
                ],
                "summary":"Get Skus",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/skus"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"skus-get",
                "x-filename-id":"skus-get"
            }
        },
        "/skus/{skuGid}":{
            "parameters":[
                {
                    "name":"skuGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Skus"
                ],
                "summary":"Get a Sku",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/skus"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"skus-{skuGid}-get",
                "x-filename-id":"skus-skugid-get"
            }
        },
        "/skus/{skuGid}/levels":{
            "parameters":[
                {
                    "name":"skuGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Skus/Levels"
                ],
                "summary":"Get Levels",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/skus.levels"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"skus-{skuGid}-levels-get",
                "x-filename-id":"skus-skugid-levels-get"
            }
        },
        "/skus/{skuGid}/levels/{skuQuantityTypeGidxskuLevelTypeGid}":{
            "parameters":[
                {
                    "name":"skuGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"skuQuantityTypeGidxskuLevelTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Skus/Levels"
                ],
                "summary":"Get a Level",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/skus.levels"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"skus-{skuGid}-levels-{skuQuantityTypeGidxskuLevelTypeGid}-get",
                "x-filename-id":"skus-skugid-levels-skuquantitytypegidxskuleveltypegid-get"
            }
        },
        "/skus/{skuGid}/quantities":{
            "parameters":[
                {
                    "name":"skuGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Skus/Quantities"
                ],
                "summary":"Get Quantities",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/skus.quantities"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"skus-{skuGid}-quantities-get",
                "x-filename-id":"skus-skugid-quantities-get"
            }
        },
        "/skus/{skuGid}/quantities/{skuQuantityTypeGid}":{
            "parameters":[
                {
                    "name":"skuGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"skuQuantityTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Skus/Quantities"
                ],
                "summary":"Get a Quantity",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/skus.quantities"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"skus-{skuGid}-quantities-{skuQuantityTypeGid}-get",
                "x-filename-id":"skus-skugid-quantities-skuquantitytypegid-get"
            }
        },
        "/skus/{skuGid}/assets":{
            "parameters":[
                {
                    "name":"skuGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Skus/Assets"
                ],
                "summary":"Get Assets",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/skus.assets"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"skus-{skuGid}-assets-get",
                "x-filename-id":"skus-skugid-assets-get"
            }
        },
        "/skus/{skuGid}/assets/{skuQuantityAssetSeq}":{
            "parameters":[
                {
                    "name":"skuGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"skuQuantityAssetSeq",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Skus/Assets"
                ],
                "summary":"Get an Asset",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/skus.assets"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"skus-{skuGid}-assets-{skuQuantityAssetSeq}-get",
                "x-filename-id":"skus-skugid-assets-skuquantityassetseq-get"
            }
        },
        "/vehicleTypes":{
            "get":{
                "tags":[
                    "Power Data/Vehicle Types"
                ],
                "summary":"Get Vehicle Types",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/vehicleTypes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"vehicleTypes-get",
                "x-filename-id":"vehicletypes-get"
            },
            "post":{
                "tags":[
                    "Power Data/Vehicle Types"
                ],
                "summary":"Create a Vehicle Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/vehicleTypes"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/vehicleTypes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"vehicleTypes-post",
                "x-filename-id":"vehicletypes-post"
            }
        },
        "/vehicleTypes/{vehicleTypeGid}":{
            "parameters":[
                {
                    "name":"vehicleTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Vehicle Types"
                ],
                "summary":"Get a Vehicle Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/vehicleTypes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"vehicleTypes-{vehicleTypeGid}-get",
                "x-filename-id":"vehicletypes-vehicletypegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Vehicle Types"
                ],
                "summary":"Delete a Vehicle Type",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"vehicleTypes-{vehicleTypeGid}-delete",
                "x-filename-id":"vehicletypes-vehicletypegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Vehicle Types"
                ],
                "summary":"Update a Vehicle Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"vehicleTypes-{vehicleTypeGid}-patch",
                "x-filename-id":"vehicletypes-vehicletypegid-patch"
            }
        },
        "/vehicleTypes/{vehicleTypeGid}/equipmentGroupCompatibilities":{
            "parameters":[
                {
                    "name":"vehicleTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Vehicle Types/Equipment Group Compatibilities"
                ],
                "summary":"Get Equipment Group Compatibilities",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/vehicleTypes.equipmentGroupCompatibilities"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"vehicleTypes-{vehicleTypeGid}-equipmentGroupCompatibilities-get",
                "x-filename-id":"vehicletypes-vehicletypegid-equipmentgroupcompatibilities-get"
            },
            "post":{
                "tags":[
                    "Power Data/Vehicle Types/Equipment Group Compatibilities"
                ],
                "summary":"Create an Equipment Group Compatibility",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/vehicleTypes.equipmentGroupCompatibilities"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/vehicleTypes.equipmentGroupCompatibilities"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/vehicleTypes.equipmentGroupCompatibilities"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/vehicleTypes.equipmentGroupCompatibilities"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"vehicleTypes-{vehicleTypeGid}-equipmentGroupCompatibilities-post",
                "x-filename-id":"vehicletypes-vehicletypegid-equipmentgroupcompatibilities-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Vehicle Types/Equipment Group Compatibilities"
                ],
                "summary":"Update Equipment Group Compatibilities",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"vehicleTypes-{vehicleTypeGid}-equipmentGroupCompatibilities-patch",
                "x-filename-id":"vehicletypes-vehicletypegid-equipmentgroupcompatibilities-patch"
            }
        },
        "/vehicleTypes/{vehicleTypeGid}/equipmentGroupCompatibilities/{equipmentGroupGid}":{
            "parameters":[
                {
                    "name":"vehicleTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"equipmentGroupGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Vehicle Types/Equipment Group Compatibilities"
                ],
                "summary":"Get an Equipment Group Compatibility",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/vehicleTypes.equipmentGroupCompatibilities"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"vehicleTypes-{vehicleTypeGid}-equipmentGroupCompatibilities-{equipmentGroupGid}-get",
                "x-filename-id":"vehicletypes-vehicletypegid-equipmentgroupcompatibilities-equipmentgroupgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Vehicle Types/Equipment Group Compatibilities"
                ],
                "summary":"Delete an Equipment Group Compatibility",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"vehicleTypes-{vehicleTypeGid}-equipmentGroupCompatibilities-{equipmentGroupGid}-delete",
                "x-filename-id":"vehicletypes-vehicletypegid-equipmentgroupcompatibilities-equipmentgroupgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Vehicle Types/Equipment Group Compatibilities"
                ],
                "summary":"Update an Equipment Group Compatibility",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"vehicleTypes-{vehicleTypeGid}-equipmentGroupCompatibilities-{equipmentGroupGid}-patch",
                "x-filename-id":"vehicletypes-vehicletypegid-equipmentgroupcompatibilities-equipmentgroupgid-patch"
            }
        },
        "/allocationGroups":{
            "get":{
                "tags":[
                    "Power Data/Allocation Groups"
                ],
                "summary":"Get Allocation Groups",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/allocationGroups"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"allocationGroups-get",
                "x-filename-id":"allocationgroups-get"
            },
            "post":{
                "tags":[
                    "Power Data/Allocation Groups"
                ],
                "summary":"Create an Allocation Group",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/allocationGroups"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/allocationGroups"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"allocationGroups-post",
                "x-filename-id":"allocationgroups-post"
            }
        },
        "/allocationGroups/{allocationGroupGid}":{
            "parameters":[
                {
                    "name":"allocationGroupGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Allocation Groups"
                ],
                "summary":"Get an Allocation Group",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/allocationGroups"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"allocationGroups-{allocationGroupGid}-get",
                "x-filename-id":"allocationgroups-allocationgroupgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Allocation Groups"
                ],
                "summary":"Delete an Allocation Group",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"allocationGroups-{allocationGroupGid}-delete",
                "x-filename-id":"allocationgroups-allocationgroupgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Allocation Groups"
                ],
                "summary":"Update an Allocation Group",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"allocationGroups-{allocationGroupGid}-patch",
                "x-filename-id":"allocationgroups-allocationgroupgid-patch"
            }
        },
        "/postalCodeValidations":{
            "get":{
                "tags":[
                    "Power Data/Postal Code Validations"
                ],
                "summary":"Get Postal Code Validations",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/postalCodeValidations"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"postalCodeValidations-get",
                "x-filename-id":"postalcodevalidations-get"
            },
            "post":{
                "tags":[
                    "Power Data/Postal Code Validations"
                ],
                "summary":"Create a Postal Code Validation",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/postalCodeValidations"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/postalCodeValidations"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"postalCodeValidations-post",
                "x-filename-id":"postalcodevalidations-post"
            }
        },
        "/postalCodeValidations/{postalCodeValidateGid}":{
            "parameters":[
                {
                    "name":"postalCodeValidateGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Postal Code Validations"
                ],
                "summary":"Get a Postal Code Validation",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/postalCodeValidations"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"postalCodeValidations-{postalCodeValidateGid}-get",
                "x-filename-id":"postalcodevalidations-postalcodevalidategid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Postal Code Validations"
                ],
                "summary":"Delete a Postal Code Validation",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"postalCodeValidations-{postalCodeValidateGid}-delete",
                "x-filename-id":"postalcodevalidations-postalcodevalidategid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Postal Code Validations"
                ],
                "summary":"Update a Postal Code Validation",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"postalCodeValidations-{postalCodeValidateGid}-patch",
                "x-filename-id":"postalcodevalidations-postalcodevalidategid-patch"
            }
        },
        "/emissionRules":{
            "get":{
                "tags":[
                    "Business Objects/Emission Rules"
                ],
                "summary":"Get Emission Rules",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/emissionRules"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"emissionRules-get",
                "x-filename-id":"emissionrules-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Emission Rules"
                ],
                "summary":"Create an Emission Rule",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/emissionRules"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/emissionRules"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"emissionRules-post",
                "x-filename-id":"emissionrules-post"
            }
        },
        "/emissionRules/{emissionRuleGid}":{
            "parameters":[
                {
                    "name":"emissionRuleGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Emission Rules"
                ],
                "summary":"Get an Emission Rule",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/emissionRules"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"emissionRules-{emissionRuleGid}-get",
                "x-filename-id":"emissionrules-emissionrulegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Emission Rules"
                ],
                "summary":"Delete an Emission Rule",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"emissionRules-{emissionRuleGid}-delete",
                "x-filename-id":"emissionrules-emissionrulegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Emission Rules"
                ],
                "summary":"Update an Emission Rule",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"emissionRules-{emissionRuleGid}-patch",
                "x-filename-id":"emissionrules-emissionrulegid-patch"
            }
        },
        "/emissionRules/{emissionRuleGid}/emissionFactors":{
            "parameters":[
                {
                    "name":"emissionRuleGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Emission Rules/Emission Factors"
                ],
                "summary":"Get Emission Factors",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/emissionRules.emissionFactors"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"emissionRules-{emissionRuleGid}-emissionFactors-get",
                "x-filename-id":"emissionrules-emissionrulegid-emissionfactors-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Emission Rules/Emission Factors"
                ],
                "summary":"Create an Emission Factor",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/emissionRules.emissionFactors"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/emissionRules.emissionFactors"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/emissionRules.emissionFactors"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/emissionRules.emissionFactors"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"emissionRules-{emissionRuleGid}-emissionFactors-post",
                "x-filename-id":"emissionrules-emissionrulegid-emissionfactors-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Emission Rules/Emission Factors"
                ],
                "summary":"Update Emission Factors",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"emissionRules-{emissionRuleGid}-emissionFactors-patch",
                "x-filename-id":"emissionrules-emissionrulegid-emissionfactors-patch"
            }
        },
        "/emissionRules/{emissionRuleGid}/emissionFactors/{emissionFactorSeqNo}":{
            "parameters":[
                {
                    "name":"emissionRuleGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"emissionFactorSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Emission Rules/Emission Factors"
                ],
                "summary":"Get an Emission Factor",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/emissionRules.emissionFactors"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"emissionRules-{emissionRuleGid}-emissionFactors-{emissionFactorSeqNo}-get",
                "x-filename-id":"emissionrules-emissionrulegid-emissionfactors-emissionfactorseqno-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Emission Rules/Emission Factors"
                ],
                "summary":"Delete an Emission Factor",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"emissionRules-{emissionRuleGid}-emissionFactors-{emissionFactorSeqNo}-delete",
                "x-filename-id":"emissionrules-emissionrulegid-emissionfactors-emissionfactorseqno-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Emission Rules/Emission Factors"
                ],
                "summary":"Update an Emission Factor",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"emissionRules-{emissionRuleGid}-emissionFactors-{emissionFactorSeqNo}-patch",
                "x-filename-id":"emissionrules-emissionrulegid-emissionfactors-emissionfactorseqno-patch"
            }
        },
        "/lnmShipments":{
            "get":{
                "tags":[
                    "Business Objects/Modeling Shipments"
                ],
                "summary":"Get Modeling Shipments",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/lnmShipments"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"lnmShipments-get",
                "x-filename-id":"lnmshipments-get"
            }
        },
        "/lnmShipments/{shipmentGid}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Modeling Shipments"
                ],
                "summary":"Get a Modeling Shipment",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/lnmShipments"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"lnmShipments-{shipmentGid}-get",
                "x-filename-id":"lnmshipments-shipmentgid-get"
            }
        },
        "/lnmShipments/{shipmentGid}/costs":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Modeling Shipments/Costs"
                ],
                "summary":"Get Costs",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/lnmShipments.costs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"lnmShipments-{shipmentGid}-costs-get",
                "x-filename-id":"lnmshipments-shipmentgid-costs-get"
            }
        },
        "/lnmShipments/{shipmentGid}/costs/{shipmentCostSeqNo}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"shipmentCostSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Modeling Shipments/Costs"
                ],
                "summary":"Get a Cost",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/lnmShipments.costs"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"lnmShipments-{shipmentGid}-costs-{shipmentCostSeqNo}-get",
                "x-filename-id":"lnmshipments-shipmentgid-costs-shipmentcostseqno-get"
            }
        },
        "/lnmShipments/{shipmentGid}/stops":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Modeling Shipments/Stops"
                ],
                "summary":"Get Stops",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/lnmShipments.stops"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"lnmShipments-{shipmentGid}-stops-get",
                "x-filename-id":"lnmshipments-shipmentgid-stops-get"
            }
        },
        "/lnmShipments/{shipmentGid}/stops/{stopNum}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"stopNum",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Modeling Shipments/Stops"
                ],
                "summary":"Get a Stop",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/lnmShipments.stops"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"lnmShipments-{shipmentGid}-stops-{stopNum}-get",
                "x-filename-id":"lnmshipments-shipmentgid-stops-stopnum-get"
            }
        },
        "/lnmShipments/{shipmentGid}/stops/{stopNum}/details":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"stopNum",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Modeling Shipments/Stops/Details"
                ],
                "summary":"Get Details",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/lnmShipments.stops.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"lnmShipments-{shipmentGid}-stops-{stopNum}-details-get",
                "x-filename-id":"lnmshipments-shipmentgid-stops-stopnum-details-get"
            }
        },
        "/lnmShipments/{shipmentGid}/stops/{stopNum}/details/{sShipUnitGid}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"stopNum",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Modeling Shipments/Stops/Details"
                ],
                "summary":"Get a Detail",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/lnmShipments.stops.details"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"lnmShipments-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-get",
                "x-filename-id":"lnmshipments-shipmentgid-stops-stopnum-details-sshipunitgid-get"
            }
        },
        "/lnmShipments/{shipmentGid}/orderReleases":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Modeling Shipments/Order Releases"
                ],
                "summary":"Get Order Releases",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/lnmShipments.orderReleases"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"lnmShipments-{shipmentGid}-orderReleases-get",
                "x-filename-id":"lnmshipments-shipmentgid-orderreleases-get"
            }
        },
        "/lnmShipments/{shipmentGid}/orderReleases/{orderReleaseGid}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"orderReleaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Modeling Shipments/Order Releases"
                ],
                "summary":"Get an Order Release",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/lnmShipments.orderReleases"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"lnmShipments-{shipmentGid}-orderReleases-{orderReleaseGid}-get",
                "x-filename-id":"lnmshipments-shipmentgid-orderreleases-orderreleasegid-get"
            }
        },
        "/appointmentPriorities":{
            "get":{
                "tags":[
                    "Power Data/Appointment Priorities"
                ],
                "summary":"Get Appointment Priorities",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/appointmentPriorities"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"appointmentPriorities-get",
                "x-filename-id":"appointmentpriorities-get"
            },
            "post":{
                "tags":[
                    "Power Data/Appointment Priorities"
                ],
                "summary":"Create an Appointment Priority",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/appointmentPriorities"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/appointmentPriorities"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"appointmentPriorities-post",
                "x-filename-id":"appointmentpriorities-post"
            }
        },
        "/appointmentPriorities/{appointmentPriorityGid}":{
            "parameters":[
                {
                    "name":"appointmentPriorityGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Appointment Priorities"
                ],
                "summary":"Get an Appointment Priority",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/appointmentPriorities"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"appointmentPriorities-{appointmentPriorityGid}-get",
                "x-filename-id":"appointmentpriorities-appointmentprioritygid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Appointment Priorities"
                ],
                "summary":"Delete an Appointment Priority",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"appointmentPriorities-{appointmentPriorityGid}-delete",
                "x-filename-id":"appointmentpriorities-appointmentprioritygid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Appointment Priorities"
                ],
                "summary":"Update an Appointment Priority",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"appointmentPriorities-{appointmentPriorityGid}-patch",
                "x-filename-id":"appointmentpriorities-appointmentprioritygid-patch"
            }
        },
        "/consolGroups":{
            "get":{
                "tags":[
                    "Business Objects/Consol Groups"
                ],
                "summary":"Get Consol Groups",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/consolGroups"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"consolGroups-get",
                "x-filename-id":"consolgroups-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Consol Groups"
                ],
                "summary":"Create a Consol Group",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/consolGroups"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/consolGroups"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"consolGroups-post",
                "x-filename-id":"consolgroups-post"
            }
        },
        "/consolGroups/{consolGroupGid}":{
            "parameters":[
                {
                    "name":"consolGroupGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Consol Groups"
                ],
                "summary":"Get a Consol Group",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/consolGroups"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"consolGroups-{consolGroupGid}-get",
                "x-filename-id":"consolgroups-consolgroupgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Consol Groups"
                ],
                "summary":"Delete a Consol Group",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"consolGroups-{consolGroupGid}-delete",
                "x-filename-id":"consolgroups-consolgroupgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Consol Groups"
                ],
                "summary":"Update a Consol Group",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"consolGroups-{consolGroupGid}-patch",
                "x-filename-id":"consolgroups-consolgroupgid-patch"
            }
        },
        "/transmissionStatus":{
            "get":{
                "tags":[
                    "Business Objects/Transmission Status"
                ],
                "summary":"Get Transmission Status",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/transmissionStatus"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"transmissionStatus-get",
                "x-filename-id":"transmissionstatus-get"
            }
        },
        "/transmissionStatus/{iTransmissionNo}":{
            "parameters":[
                {
                    "name":"iTransmissionNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Transmission Status"
                ],
                "summary":"Get a Transmission Statu",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/transmissionStatus"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"transmissionStatus-{iTransmissionNo}-get",
                "x-filename-id":"transmissionstatus-itransmissionno-get"
            }
        },
        "/transmissionStatus/{iTransmissionNo}/logs":{
            "parameters":[
                {
                    "name":"iTransmissionNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Transmission Status/Logs"
                ],
                "summary":"Get Logs",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/transmissionStatus.logs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"transmissionStatus-{iTransmissionNo}-logs-get",
                "x-filename-id":"transmissionstatus-itransmissionno-logs-get"
            }
        },
        "/transmissionStatus/{iTransmissionNo}/logs/{iLogSeqno}":{
            "parameters":[
                {
                    "name":"iTransmissionNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"iLogSeqno",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Transmission Status/Logs"
                ],
                "summary":"Get a Log",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/transmissionStatus.logs"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"transmissionStatus-{iTransmissionNo}-logs-{iLogSeqno}-get",
                "x-filename-id":"transmissionstatus-itransmissionno-logs-ilogseqno-get"
            }
        },
        "/transmissionStatus/{iTransmissionNo}/logs/{iLogSeqno}/details":{
            "parameters":[
                {
                    "name":"iTransmissionNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"iLogSeqno",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Transmission Status/Logs/Details"
                ],
                "summary":"Get Details",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/transmissionStatus.logs.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"transmissionStatus-{iTransmissionNo}-logs-{iLogSeqno}-details-get",
                "x-filename-id":"transmissionstatus-itransmissionno-logs-ilogseqno-details-get"
            }
        },
        "/transmissionStatus/{iTransmissionNo}/logs/{iLogSeqno}/details/{iLogDetailSeqno}":{
            "parameters":[
                {
                    "name":"iTransmissionNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"iLogSeqno",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"iLogDetailSeqno",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Transmission Status/Logs/Details"
                ],
                "summary":"Get a Detail",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/transmissionStatus.logs.details"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"transmissionStatus-{iTransmissionNo}-logs-{iLogSeqno}-details-{iLogDetailSeqno}-get",
                "x-filename-id":"transmissionstatus-itransmissionno-logs-ilogseqno-details-ilogdetailseqno-get"
            }
        },
        "/tradeItemStructureComponentReferenceNumberQualifiers":{
            "get":{
                "tags":[
                    "Power Data/Trade Item Structure Component Reference Number Qualifiers"
                ],
                "summary":"Get Trade Item Structure Component Reference Number Qualifiers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeItemStructureComponentReferenceNumberQualifiers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeItemStructureComponentReferenceNumberQualifiers-get",
                "x-filename-id":"tradeitemstructurecomponentreferencenumberqualifiers-get"
            },
            "post":{
                "tags":[
                    "Power Data/Trade Item Structure Component Reference Number Qualifiers"
                ],
                "summary":"Create a Trade Item Structure Component Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeItemStructureComponentReferenceNumberQualifiers"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeItemStructureComponentReferenceNumberQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeItemStructureComponentReferenceNumberQualifiers-post",
                "x-filename-id":"tradeitemstructurecomponentreferencenumberqualifiers-post"
            }
        },
        "/tradeItemStructureComponentReferenceNumberQualifiers/{gtmStrCompRefnumQualGid}":{
            "parameters":[
                {
                    "name":"gtmStrCompRefnumQualGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Trade Item Structure Component Reference Number Qualifiers"
                ],
                "summary":"Get a Trade Item Structure Component Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeItemStructureComponentReferenceNumberQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeItemStructureComponentReferenceNumberQualifiers-{gtmStrCompRefnumQualGid}-get",
                "x-filename-id":"tradeitemstructurecomponentreferencenumberqualifiers-gtmstrcomprefnumqualgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Trade Item Structure Component Reference Number Qualifiers"
                ],
                "summary":"Delete a Trade Item Structure Component Reference Number Qualifier",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeItemStructureComponentReferenceNumberQualifiers-{gtmStrCompRefnumQualGid}-delete",
                "x-filename-id":"tradeitemstructurecomponentreferencenumberqualifiers-gtmstrcomprefnumqualgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Trade Item Structure Component Reference Number Qualifiers"
                ],
                "summary":"Update a Trade Item Structure Component Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeItemStructureComponentReferenceNumberQualifiers-{gtmStrCompRefnumQualGid}-patch",
                "x-filename-id":"tradeitemstructurecomponentreferencenumberqualifiers-gtmstrcomprefnumqualgid-patch"
            }
        },
        "/cutoffRecoveryTimes":{
            "get":{
                "tags":[
                    "Power Data/Cutoff Recovery Times"
                ],
                "summary":"Get Cutoff Recovery Times",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/cutoffRecoveryTimes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"cutoffRecoveryTimes-get",
                "x-filename-id":"cutoffrecoverytimes-get"
            },
            "post":{
                "tags":[
                    "Power Data/Cutoff Recovery Times"
                ],
                "summary":"Create a Cutoff Recovery Time",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/cutoffRecoveryTimes"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/cutoffRecoveryTimes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"cutoffRecoveryTimes-post",
                "x-filename-id":"cutoffrecoverytimes-post"
            }
        },
        "/cutoffRecoveryTimes/{rateServiceGidxservprovGidxlocationGidxdomainName}":{
            "parameters":[
                {
                    "name":"rateServiceGidxservprovGidxlocationGidxdomainName",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Cutoff Recovery Times"
                ],
                "summary":"Get a Cutoff Recovery Time",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/cutoffRecoveryTimes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"cutoffRecoveryTimes-{rateServiceGidxservprovGidxlocationGidxdomainName}-get",
                "x-filename-id":"cutoffrecoverytimes-rateservicegidxservprovgidxlocationgidxdomainname-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Cutoff Recovery Times"
                ],
                "summary":"Delete a Cutoff Recovery Time",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"cutoffRecoveryTimes-{rateServiceGidxservprovGidxlocationGidxdomainName}-delete",
                "x-filename-id":"cutoffrecoverytimes-rateservicegidxservprovgidxlocationgidxdomainname-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Cutoff Recovery Times"
                ],
                "summary":"Update a Cutoff Recovery Time",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"cutoffRecoveryTimes-{rateServiceGidxservprovGidxlocationGidxdomainName}-patch",
                "x-filename-id":"cutoffrecoverytimes-rateservicegidxservprovgidxlocationgidxdomainname-patch"
            }
        },
        "/cutoffRecoveryTimes/{rateServiceGidxservprovGidxlocationGidxdomainName}/details":{
            "parameters":[
                {
                    "name":"rateServiceGidxservprovGidxlocationGidxdomainName",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Cutoff Recovery Times/Details"
                ],
                "summary":"Get Details",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/cutoffRecoveryTimes.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"cutoffRecoveryTimes-{rateServiceGidxservprovGidxlocationGidxdomainName}-details-get",
                "x-filename-id":"cutoffrecoverytimes-rateservicegidxservprovgidxlocationgidxdomainname-details-get"
            },
            "post":{
                "tags":[
                    "Power Data/Cutoff Recovery Times/Details"
                ],
                "summary":"Create a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/cutoffRecoveryTimes.details"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/cutoffRecoveryTimes.details"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/cutoffRecoveryTimes.details"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/cutoffRecoveryTimes.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"cutoffRecoveryTimes-{rateServiceGidxservprovGidxlocationGidxdomainName}-details-post",
                "x-filename-id":"cutoffrecoverytimes-rateservicegidxservprovgidxlocationgidxdomainname-details-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Cutoff Recovery Times/Details"
                ],
                "summary":"Update Details",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"cutoffRecoveryTimes-{rateServiceGidxservprovGidxlocationGidxdomainName}-details-patch",
                "x-filename-id":"cutoffrecoverytimes-rateservicegidxservprovgidxlocationgidxdomainname-details-patch"
            }
        },
        "/cutoffRecoveryTimes/{rateServiceGidxservprovGidxlocationGidxdomainName}/details/{voyageServiceTypeGidxcutoffTypexisCutoff}":{
            "parameters":[
                {
                    "name":"rateServiceGidxservprovGidxlocationGidxdomainName",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"voyageServiceTypeGidxcutoffTypexisCutoff",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Cutoff Recovery Times/Details"
                ],
                "summary":"Get a Detail",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/cutoffRecoveryTimes.details"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"cutoffRecoveryTimes-{rateServiceGidxservprovGidxlocationGidxdomainName}-details-{voyageServiceTypeGidxcutoffTypexisCutoff}-get",
                "x-filename-id":"cutoffrecoverytimes-rateservicegidxservprovgidxlocationgidxdomainname-details-voyageservicetypegidxcutofftypexiscutoff-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Cutoff Recovery Times/Details"
                ],
                "summary":"Delete a Detail",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"cutoffRecoveryTimes-{rateServiceGidxservprovGidxlocationGidxdomainName}-details-{voyageServiceTypeGidxcutoffTypexisCutoff}-delete",
                "x-filename-id":"cutoffrecoverytimes-rateservicegidxservprovgidxlocationgidxdomainname-details-voyageservicetypegidxcutofftypexiscutoff-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Cutoff Recovery Times/Details"
                ],
                "summary":"Update a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"cutoffRecoveryTimes-{rateServiceGidxservprovGidxlocationGidxdomainName}-details-{voyageServiceTypeGidxcutoffTypexisCutoff}-patch",
                "x-filename-id":"cutoffrecoverytimes-rateservicegidxservprovgidxlocationgidxdomainname-details-voyageservicetypegidxcutofftypexiscutoff-patch"
            }
        },
        "/communicationMethods":{
            "get":{
                "tags":[
                    "Power Data/Communication Methods"
                ],
                "summary":"Get Communication Methods",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/communicationMethods"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"communicationMethods-get",
                "x-filename-id":"communicationmethods-get"
            }
        },
        "/communicationMethods/{comMethodGid}":{
            "parameters":[
                {
                    "name":"comMethodGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Communication Methods"
                ],
                "summary":"Get a Communication Method",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/communicationMethods"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"communicationMethods-{comMethodGid}-get",
                "x-filename-id":"communicationmethods-commethodgid-get"
            }
        },
        "/declarationLineReferenceNumberQualifiers":{
            "get":{
                "tags":[
                    "Power Data/Declaration Line Reference Number Qualifiers"
                ],
                "summary":"Get Declaration Line Reference Number Qualifiers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/declarationLineReferenceNumberQualifiers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"declarationLineReferenceNumberQualifiers-get",
                "x-filename-id":"declarationlinereferencenumberqualifiers-get"
            },
            "post":{
                "tags":[
                    "Power Data/Declaration Line Reference Number Qualifiers"
                ],
                "summary":"Create a Declaration Line Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/declarationLineReferenceNumberQualifiers"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/declarationLineReferenceNumberQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"declarationLineReferenceNumberQualifiers-post",
                "x-filename-id":"declarationlinereferencenumberqualifiers-post"
            }
        },
        "/declarationLineReferenceNumberQualifiers/{gtmTranslineRefnumQualGid}":{
            "parameters":[
                {
                    "name":"gtmTranslineRefnumQualGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Declaration Line Reference Number Qualifiers"
                ],
                "summary":"Get a Declaration Line Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/declarationLineReferenceNumberQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"declarationLineReferenceNumberQualifiers-{gtmTranslineRefnumQualGid}-get",
                "x-filename-id":"declarationlinereferencenumberqualifiers-gtmtranslinerefnumqualgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Declaration Line Reference Number Qualifiers"
                ],
                "summary":"Delete a Declaration Line Reference Number Qualifier",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"declarationLineReferenceNumberQualifiers-{gtmTranslineRefnumQualGid}-delete",
                "x-filename-id":"declarationlinereferencenumberqualifiers-gtmtranslinerefnumqualgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Declaration Line Reference Number Qualifiers"
                ],
                "summary":"Update a Declaration Line Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"declarationLineReferenceNumberQualifiers-{gtmTranslineRefnumQualGid}-patch",
                "x-filename-id":"declarationlinereferencenumberqualifiers-gtmtranslinerefnumqualgid-patch"
            }
        },
        "/serviceParameters":{
            "get":{
                "tags":[
                    "Power Data/Service Parameters"
                ],
                "summary":"Get Service Parameters",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/serviceParameters"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"serviceParameters-get",
                "x-filename-id":"serviceparameters-get"
            },
            "post":{
                "tags":[
                    "Power Data/Service Parameters"
                ],
                "summary":"Create a Service Parameter",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/serviceParameters"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/serviceParameters"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"serviceParameters-post",
                "x-filename-id":"serviceparameters-post"
            }
        },
        "/serviceParameters/{gtmServiceParameterGid}":{
            "parameters":[
                {
                    "name":"gtmServiceParameterGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Service Parameters"
                ],
                "summary":"Get a Service Parameter",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/serviceParameters"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"serviceParameters-{gtmServiceParameterGid}-get",
                "x-filename-id":"serviceparameters-gtmserviceparametergid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Service Parameters"
                ],
                "summary":"Delete a Service Parameter",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"serviceParameters-{gtmServiceParameterGid}-delete",
                "x-filename-id":"serviceparameters-gtmserviceparametergid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Service Parameters"
                ],
                "summary":"Update a Service Parameter",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"serviceParameters-{gtmServiceParameterGid}-patch",
                "x-filename-id":"serviceparameters-gtmserviceparametergid-patch"
            }
        },
        "/serviceParameters/{gtmServiceParameterGid}/restrictedPartyScreenDetail":{
            "parameters":[
                {
                    "name":"gtmServiceParameterGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Service Parameters/Restricted Party Screen Detail"
                ],
                "summary":"Get Restricted Party Screen Detail",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/serviceParameters.restrictedPartyScreenDetail"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"serviceParameters-{gtmServiceParameterGid}-restrictedPartyScreenDetail-get",
                "x-filename-id":"serviceparameters-gtmserviceparametergid-restrictedpartyscreendetail-get"
            },
            "post":{
                "tags":[
                    "Power Data/Service Parameters/Restricted Party Screen Detail"
                ],
                "summary":"Create a Restricted Party Screen Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/serviceParameters.restrictedPartyScreenDetail"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/serviceParameters.restrictedPartyScreenDetail"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/serviceParameters.restrictedPartyScreenDetail"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/serviceParameters.restrictedPartyScreenDetail"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"serviceParameters-{gtmServiceParameterGid}-restrictedPartyScreenDetail-post",
                "x-filename-id":"serviceparameters-gtmserviceparametergid-restrictedpartyscreendetail-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Service Parameters/Restricted Party Screen Detail"
                ],
                "summary":"Update Restricted Party Screen Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"serviceParameters-{gtmServiceParameterGid}-restrictedPartyScreenDetail-patch",
                "x-filename-id":"serviceparameters-gtmserviceparametergid-restrictedpartyscreendetail-patch"
            }
        },
        "/serviceParameters/{gtmServiceParameterGid}/restrictedPartyScreenDetail/{parameterName}":{
            "parameters":[
                {
                    "name":"gtmServiceParameterGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"parameterName",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Service Parameters/Restricted Party Screen Detail"
                ],
                "summary":"Get a Restricted Party Screen Detail",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/serviceParameters.restrictedPartyScreenDetail"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"serviceParameters-{gtmServiceParameterGid}-restrictedPartyScreenDetail-{parameterName}-get",
                "x-filename-id":"serviceparameters-gtmserviceparametergid-restrictedpartyscreendetail-parametername-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Service Parameters/Restricted Party Screen Detail"
                ],
                "summary":"Delete a Restricted Party Screen Detail",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"serviceParameters-{gtmServiceParameterGid}-restrictedPartyScreenDetail-{parameterName}-delete",
                "x-filename-id":"serviceparameters-gtmserviceparametergid-restrictedpartyscreendetail-parametername-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Service Parameters/Restricted Party Screen Detail"
                ],
                "summary":"Update a Restricted Party Screen Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"serviceParameters-{gtmServiceParameterGid}-restrictedPartyScreenDetail-{parameterName}-patch",
                "x-filename-id":"serviceparameters-gtmserviceparametergid-restrictedpartyscreendetail-parametername-patch"
            }
        },
        "/serviceParameters/{gtmServiceParameterGid}/lookUpProductClassificationDetail":{
            "parameters":[
                {
                    "name":"gtmServiceParameterGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Service Parameters/Look Up Product Classification Detail"
                ],
                "summary":"Get Look Up Product Classification Detail",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/serviceParameters.lookUpProductClassificationDetail"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"serviceParameters-{gtmServiceParameterGid}-lookUpProductClassificationDetail-get",
                "x-filename-id":"serviceparameters-gtmserviceparametergid-lookupproductclassificationdetail-get"
            },
            "post":{
                "tags":[
                    "Power Data/Service Parameters/Look Up Product Classification Detail"
                ],
                "summary":"Create a Look Up Product Classification Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/serviceParameters.lookUpProductClassificationDetail"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/serviceParameters.lookUpProductClassificationDetail"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/serviceParameters.lookUpProductClassificationDetail"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/serviceParameters.lookUpProductClassificationDetail"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"serviceParameters-{gtmServiceParameterGid}-lookUpProductClassificationDetail-post",
                "x-filename-id":"serviceparameters-gtmserviceparametergid-lookupproductclassificationdetail-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Service Parameters/Look Up Product Classification Detail"
                ],
                "summary":"Update Look Up Product Classification Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"serviceParameters-{gtmServiceParameterGid}-lookUpProductClassificationDetail-patch",
                "x-filename-id":"serviceparameters-gtmserviceparametergid-lookupproductclassificationdetail-patch"
            }
        },
        "/serviceParameters/{gtmServiceParameterGid}/lookUpProductClassificationDetail/{tradeDirectionxgtmProdClassTypeGid}":{
            "parameters":[
                {
                    "name":"gtmServiceParameterGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"tradeDirectionxgtmProdClassTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Service Parameters/Look Up Product Classification Detail"
                ],
                "summary":"Get a Look Up Product Classification Detail",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/serviceParameters.lookUpProductClassificationDetail"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"serviceParameters-{gtmServiceParameterGid}-lookUpProductClassificationDetail-{tradeDirectionxgtmProdClassTypeGid}-get",
                "x-filename-id":"serviceparameters-gtmserviceparametergid-lookupproductclassificationdetail-tradedirectionxgtmprodclasstypegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Service Parameters/Look Up Product Classification Detail"
                ],
                "summary":"Delete a Look Up Product Classification Detail",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"serviceParameters-{gtmServiceParameterGid}-lookUpProductClassificationDetail-{tradeDirectionxgtmProdClassTypeGid}-delete",
                "x-filename-id":"serviceparameters-gtmserviceparametergid-lookupproductclassificationdetail-tradedirectionxgtmprodclasstypegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Service Parameters/Look Up Product Classification Detail"
                ],
                "summary":"Update a Look Up Product Classification Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"serviceParameters-{gtmServiceParameterGid}-lookUpProductClassificationDetail-{tradeDirectionxgtmProdClassTypeGid}-patch",
                "x-filename-id":"serviceparameters-gtmserviceparametergid-lookupproductclassificationdetail-tradedirectionxgtmprodclasstypegid-patch"
            }
        },
        "/itemTypes":{
            "get":{
                "tags":[
                    "Power Data/Item Types"
                ],
                "summary":"Get Item Types",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itemTypes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemTypes-get",
                "x-filename-id":"itemtypes-get"
            },
            "post":{
                "tags":[
                    "Power Data/Item Types"
                ],
                "summary":"Create an Item Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/itemTypes"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemTypes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemTypes-post",
                "x-filename-id":"itemtypes-post"
            }
        },
        "/itemTypes/{itemTypeGid}":{
            "parameters":[
                {
                    "name":"itemTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Item Types"
                ],
                "summary":"Get an Item Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemTypes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemTypes-{itemTypeGid}-get",
                "x-filename-id":"itemtypes-itemtypegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Item Types"
                ],
                "summary":"Delete an Item Type",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemTypes-{itemTypeGid}-delete",
                "x-filename-id":"itemtypes-itemtypegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Item Types"
                ],
                "summary":"Update an Item Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemTypes-{itemTypeGid}-patch",
                "x-filename-id":"itemtypes-itemtypegid-patch"
            }
        },
        "/equipmentMarks":{
            "get":{
                "tags":[
                    "Power Data/Equipment Mark"
                ],
                "summary":"Get Equipment Mark",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/equipmentMarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"equipmentMarks-get",
                "x-filename-id":"equipmentmarks-get"
            },
            "post":{
                "tags":[
                    "Power Data/Equipment Mark"
                ],
                "summary":"Create an Equipment Mark",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/equipmentMarks"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/equipmentMarks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"equipmentMarks-post",
                "x-filename-id":"equipmentmarks-post"
            }
        },
        "/equipmentMarks/{equipmentMarkGid}":{
            "parameters":[
                {
                    "name":"equipmentMarkGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Equipment Mark"
                ],
                "summary":"Get an Equipment Mark",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/equipmentMarks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"equipmentMarks-{equipmentMarkGid}-get",
                "x-filename-id":"equipmentmarks-equipmentmarkgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Equipment Mark"
                ],
                "summary":"Delete an Equipment Mark",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"equipmentMarks-{equipmentMarkGid}-delete",
                "x-filename-id":"equipmentmarks-equipmentmarkgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Equipment Mark"
                ],
                "summary":"Update an Equipment Mark",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"equipmentMarks-{equipmentMarkGid}-patch",
                "x-filename-id":"equipmentmarks-equipmentmarkgid-patch"
            }
        },
        "/reasonCodeProfiles":{
            "get":{
                "tags":[
                    "Power Data/Reason Code Profiles"
                ],
                "summary":"Get Reason Code Profiles",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/reasonCodeProfiles"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"reasonCodeProfiles-get",
                "x-filename-id":"reasoncodeprofiles-get"
            },
            "post":{
                "tags":[
                    "Power Data/Reason Code Profiles"
                ],
                "summary":"Create a Reason Code Profile",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/reasonCodeProfiles"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/reasonCodeProfiles"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"reasonCodeProfiles-post",
                "x-filename-id":"reasoncodeprofiles-post"
            }
        },
        "/reasonCodeProfiles/{bsReasonCodeProfileGid}":{
            "parameters":[
                {
                    "name":"bsReasonCodeProfileGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Reason Code Profiles"
                ],
                "summary":"Get a Reason Code Profile",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/reasonCodeProfiles"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"reasonCodeProfiles-{bsReasonCodeProfileGid}-get",
                "x-filename-id":"reasoncodeprofiles-bsreasoncodeprofilegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Reason Code Profiles"
                ],
                "summary":"Delete a Reason Code Profile",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"reasonCodeProfiles-{bsReasonCodeProfileGid}-delete",
                "x-filename-id":"reasoncodeprofiles-bsreasoncodeprofilegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Reason Code Profiles"
                ],
                "summary":"Update a Reason Code Profile",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"reasonCodeProfiles-{bsReasonCodeProfileGid}-patch",
                "x-filename-id":"reasoncodeprofiles-bsreasoncodeprofilegid-patch"
            }
        },
        "/reasonCodeProfiles/{bsReasonCodeProfileGid}/details":{
            "parameters":[
                {
                    "name":"bsReasonCodeProfileGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Reason Code Profiles/Details"
                ],
                "summary":"Get Details",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/reasonCodeProfiles.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"reasonCodeProfiles-{bsReasonCodeProfileGid}-details-get",
                "x-filename-id":"reasoncodeprofiles-bsreasoncodeprofilegid-details-get"
            },
            "post":{
                "tags":[
                    "Power Data/Reason Code Profiles/Details"
                ],
                "summary":"Create a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/reasonCodeProfiles.details"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/reasonCodeProfiles.details"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/reasonCodeProfiles.details"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/reasonCodeProfiles.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"reasonCodeProfiles-{bsReasonCodeProfileGid}-details-post",
                "x-filename-id":"reasoncodeprofiles-bsreasoncodeprofilegid-details-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Reason Code Profiles/Details"
                ],
                "summary":"Update Details",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"reasonCodeProfiles-{bsReasonCodeProfileGid}-details-patch",
                "x-filename-id":"reasoncodeprofiles-bsreasoncodeprofilegid-details-patch"
            }
        },
        "/reasonCodeProfiles/{bsReasonCodeProfileGid}/details/{bsReasonCodeGid}":{
            "parameters":[
                {
                    "name":"bsReasonCodeProfileGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"bsReasonCodeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Reason Code Profiles/Details"
                ],
                "summary":"Get a Detail",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/reasonCodeProfiles.details"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"reasonCodeProfiles-{bsReasonCodeProfileGid}-details-{bsReasonCodeGid}-get",
                "x-filename-id":"reasoncodeprofiles-bsreasoncodeprofilegid-details-bsreasoncodegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Reason Code Profiles/Details"
                ],
                "summary":"Delete a Detail",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"reasonCodeProfiles-{bsReasonCodeProfileGid}-details-{bsReasonCodeGid}-delete",
                "x-filename-id":"reasoncodeprofiles-bsreasoncodeprofilegid-details-bsreasoncodegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Reason Code Profiles/Details"
                ],
                "summary":"Update a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"reasonCodeProfiles-{bsReasonCodeProfileGid}-details-{bsReasonCodeGid}-patch",
                "x-filename-id":"reasoncodeprofiles-bsreasoncodeprofilegid-details-bsreasoncodegid-patch"
            }
        },
        "/timeWindowEmphasises":{
            "get":{
                "tags":[
                    "Power Data/Time Window Emphasis"
                ],
                "summary":"Get Time Window Emphasis",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/timeWindowEmphasises"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"timeWindowEmphasises-get",
                "x-filename-id":"timewindowemphasises-get"
            },
            "post":{
                "tags":[
                    "Power Data/Time Window Emphasis"
                ],
                "summary":"Create a Time Window Emphasis",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/timeWindowEmphasises"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/timeWindowEmphasises"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"timeWindowEmphasises-post",
                "x-filename-id":"timewindowemphasises-post"
            }
        },
        "/timeWindowEmphasises/{timeWindowEmphasisGid}":{
            "parameters":[
                {
                    "name":"timeWindowEmphasisGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Time Window Emphasis"
                ],
                "summary":"Get a Time Window Emphasis",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/timeWindowEmphasises"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"timeWindowEmphasises-{timeWindowEmphasisGid}-get",
                "x-filename-id":"timewindowemphasises-timewindowemphasisgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Time Window Emphasis"
                ],
                "summary":"Delete a Time Window Emphasis",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"timeWindowEmphasises-{timeWindowEmphasisGid}-delete",
                "x-filename-id":"timewindowemphasises-timewindowemphasisgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Time Window Emphasis"
                ],
                "summary":"Update a Time Window Emphasis",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"timeWindowEmphasises-{timeWindowEmphasisGid}-patch",
                "x-filename-id":"timewindowemphasises-timewindowemphasisgid-patch"
            }
        },
        "/shipmentInformationalCostQualifiers":{
            "get":{
                "tags":[
                    "Power Data/Shipment Informational Cost Qualifiers"
                ],
                "summary":"Get Shipment Informational Cost Qualifiers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentInformationalCostQualifiers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentInformationalCostQualifiers-get",
                "x-filename-id":"shipmentinformationalcostqualifiers-get"
            },
            "post":{
                "tags":[
                    "Power Data/Shipment Informational Cost Qualifiers"
                ],
                "summary":"Create a Shipment Informational Cost Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipmentInformationalCostQualifiers"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentInformationalCostQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentInformationalCostQualifiers-post",
                "x-filename-id":"shipmentinformationalcostqualifiers-post"
            }
        },
        "/shipmentInformationalCostQualifiers/{shipmentInfCostQualGid}":{
            "parameters":[
                {
                    "name":"shipmentInfCostQualGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Shipment Informational Cost Qualifiers"
                ],
                "summary":"Get a Shipment Informational Cost Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentInformationalCostQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentInformationalCostQualifiers-{shipmentInfCostQualGid}-get",
                "x-filename-id":"shipmentinformationalcostqualifiers-shipmentinfcostqualgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Shipment Informational Cost Qualifiers"
                ],
                "summary":"Delete a Shipment Informational Cost Qualifier",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentInformationalCostQualifiers-{shipmentInfCostQualGid}-delete",
                "x-filename-id":"shipmentinformationalcostqualifiers-shipmentinfcostqualgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Shipment Informational Cost Qualifiers"
                ],
                "summary":"Update a Shipment Informational Cost Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentInformationalCostQualifiers-{shipmentInfCostQualGid}-patch",
                "x-filename-id":"shipmentinformationalcostqualifiers-shipmentinfcostqualgid-patch"
            }
        },
        "/additionalInformations":{
            "get":{
                "tags":[
                    "Power Data/Additional Information"
                ],
                "summary":"Get Additional Information",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/additionalInformations"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"additionalInformations-get",
                "x-filename-id":"additionalinformations-get"
            },
            "post":{
                "tags":[
                    "Power Data/Additional Information"
                ],
                "summary":"Create an Additional Information",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/additionalInformations"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/additionalInformations"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"additionalInformations-post",
                "x-filename-id":"additionalinformations-post"
            }
        },
        "/additionalInformations/{gtmAdditionalInfoGid}":{
            "parameters":[
                {
                    "name":"gtmAdditionalInfoGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Additional Information"
                ],
                "summary":"Get an Additional Information",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/additionalInformations"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"additionalInformations-{gtmAdditionalInfoGid}-get",
                "x-filename-id":"additionalinformations-gtmadditionalinfogid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Additional Information"
                ],
                "summary":"Delete an Additional Information",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"additionalInformations-{gtmAdditionalInfoGid}-delete",
                "x-filename-id":"additionalinformations-gtmadditionalinfogid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Additional Information"
                ],
                "summary":"Update an Additional Information",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"additionalInformations-{gtmAdditionalInfoGid}-patch",
                "x-filename-id":"additionalinformations-gtmadditionalinfogid-patch"
            }
        },
        "/damageCauses":{
            "get":{
                "tags":[
                    "Power Data/Damage Causes"
                ],
                "summary":"Get Damage Causes",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/damageCauses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"damageCauses-get",
                "x-filename-id":"damagecauses-get"
            },
            "post":{
                "tags":[
                    "Power Data/Damage Causes"
                ],
                "summary":"Create a Damage Cause",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/damageCauses"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/damageCauses"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"damageCauses-post",
                "x-filename-id":"damagecauses-post"
            }
        },
        "/damageCauses/{damageCauseGid}":{
            "parameters":[
                {
                    "name":"damageCauseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Damage Causes"
                ],
                "summary":"Get a Damage Cause",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/damageCauses"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"damageCauses-{damageCauseGid}-get",
                "x-filename-id":"damagecauses-damagecausegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Damage Causes"
                ],
                "summary":"Delete a Damage Cause",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"damageCauses-{damageCauseGid}-delete",
                "x-filename-id":"damagecauses-damagecausegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Damage Causes"
                ],
                "summary":"Update a Damage Cause",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"damageCauses-{damageCauseGid}-patch",
                "x-filename-id":"damagecauses-damagecausegid-patch"
            }
        },
        "/equipmentAttributeQualifiers":{
            "get":{
                "tags":[
                    "Power Data/Equipment Attribute Qualifiers"
                ],
                "summary":"Get Equipment Attribute Qualifiers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/equipmentAttributeQualifiers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"equipmentAttributeQualifiers-get",
                "x-filename-id":"equipmentattributequalifiers-get"
            },
            "post":{
                "tags":[
                    "Power Data/Equipment Attribute Qualifiers"
                ],
                "summary":"Create an Equipment Attribute Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/equipmentAttributeQualifiers"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/equipmentAttributeQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"equipmentAttributeQualifiers-post",
                "x-filename-id":"equipmentattributequalifiers-post"
            }
        },
        "/equipmentAttributeQualifiers/{equipmentAttributeQualGid}":{
            "parameters":[
                {
                    "name":"equipmentAttributeQualGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Equipment Attribute Qualifiers"
                ],
                "summary":"Get an Equipment Attribute Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/equipmentAttributeQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"equipmentAttributeQualifiers-{equipmentAttributeQualGid}-get",
                "x-filename-id":"equipmentattributequalifiers-equipmentattributequalgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Equipment Attribute Qualifiers"
                ],
                "summary":"Delete an Equipment Attribute Qualifier",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"equipmentAttributeQualifiers-{equipmentAttributeQualGid}-delete",
                "x-filename-id":"equipmentattributequalifiers-equipmentattributequalgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Equipment Attribute Qualifiers"
                ],
                "summary":"Update an Equipment Attribute Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"equipmentAttributeQualifiers-{equipmentAttributeQualGid}-patch",
                "x-filename-id":"equipmentattributequalifiers-equipmentattributequalgid-patch"
            }
        },
        "/curves":{
            "get":{
                "tags":[
                    "Power Data/Curves"
                ],
                "summary":"Get Curves",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/curves"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"curves-get",
                "x-filename-id":"curves-get"
            },
            "post":{
                "tags":[
                    "Power Data/Curves"
                ],
                "summary":"Create a Curve",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/curves"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/curves"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"curves-post",
                "x-filename-id":"curves-post"
            }
        },
        "/curves/{roofCurvatureGid}":{
            "parameters":[
                {
                    "name":"roofCurvatureGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Curves"
                ],
                "summary":"Get a Curve",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/curves"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"curves-{roofCurvatureGid}-get",
                "x-filename-id":"curves-roofcurvaturegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Curves"
                ],
                "summary":"Delete a Curve",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"curves-{roofCurvatureGid}-delete",
                "x-filename-id":"curves-roofcurvaturegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Curves"
                ],
                "summary":"Update a Curve",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"curves-{roofCurvatureGid}-patch",
                "x-filename-id":"curves-roofcurvaturegid-patch"
            }
        },
        "/curves/{roofCurvatureGid}/heights":{
            "parameters":[
                {
                    "name":"roofCurvatureGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Curves/Heights"
                ],
                "summary":"Get Heights",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/curves.heights"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"curves-{roofCurvatureGid}-heights-get",
                "x-filename-id":"curves-roofcurvaturegid-heights-get"
            },
            "post":{
                "tags":[
                    "Power Data/Curves/Heights"
                ],
                "summary":"Create a Height",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/curves.heights"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/curves.heights"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/curves.heights"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/curves.heights"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"curves-{roofCurvatureGid}-heights-post",
                "x-filename-id":"curves-roofcurvaturegid-heights-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Curves/Heights"
                ],
                "summary":"Update Heights",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"curves-{roofCurvatureGid}-heights-patch",
                "x-filename-id":"curves-roofcurvaturegid-heights-patch"
            }
        },
        "/curves/{roofCurvatureGid}/heights/{curveHeightGid}":{
            "parameters":[
                {
                    "name":"roofCurvatureGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"curveHeightGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Curves/Heights"
                ],
                "summary":"Get a Height",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/curves.heights"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"curves-{roofCurvatureGid}-heights-{curveHeightGid}-get",
                "x-filename-id":"curves-roofcurvaturegid-heights-curveheightgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Curves/Heights"
                ],
                "summary":"Delete a Height",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"curves-{roofCurvatureGid}-heights-{curveHeightGid}-delete",
                "x-filename-id":"curves-roofcurvaturegid-heights-curveheightgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Curves/Heights"
                ],
                "summary":"Update a Height",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"curves-{roofCurvatureGid}-heights-{curveHeightGid}-patch",
                "x-filename-id":"curves-roofcurvaturegid-heights-curveheightgid-patch"
            }
        },
        "/driverLocationPreferences":{
            "get":{
                "tags":[
                    "Power Data/Driver Location Preferences"
                ],
                "summary":"Get Driver Location Preferences",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/driverLocationPreferences"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"driverLocationPreferences-get",
                "x-filename-id":"driverlocationpreferences-get"
            },
            "post":{
                "tags":[
                    "Power Data/Driver Location Preferences"
                ],
                "summary":"Create a Driver Location Preference",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/driverLocationPreferences"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/driverLocationPreferences"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"driverLocationPreferences-post",
                "x-filename-id":"driverlocationpreferences-post"
            }
        },
        "/driverLocationPreferences/{locationPrefGid}":{
            "parameters":[
                {
                    "name":"locationPrefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Driver Location Preferences"
                ],
                "summary":"Get a Driver Location Preference",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/driverLocationPreferences"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"driverLocationPreferences-{locationPrefGid}-get",
                "x-filename-id":"driverlocationpreferences-locationprefgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Driver Location Preferences"
                ],
                "summary":"Delete a Driver Location Preference",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"driverLocationPreferences-{locationPrefGid}-delete",
                "x-filename-id":"driverlocationpreferences-locationprefgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Driver Location Preferences"
                ],
                "summary":"Update a Driver Location Preference",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"driverLocationPreferences-{locationPrefGid}-patch",
                "x-filename-id":"driverlocationpreferences-locationprefgid-patch"
            }
        },
        "/driverLocationPreferences/{locationPrefGid}/details":{
            "parameters":[
                {
                    "name":"locationPrefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Driver Location Preferences/Details"
                ],
                "summary":"Get Details",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/driverLocationPreferences.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"driverLocationPreferences-{locationPrefGid}-details-get",
                "x-filename-id":"driverlocationpreferences-locationprefgid-details-get"
            },
            "post":{
                "tags":[
                    "Power Data/Driver Location Preferences/Details"
                ],
                "summary":"Create a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/driverLocationPreferences.details"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/driverLocationPreferences.details"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/driverLocationPreferences.details"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/driverLocationPreferences.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"driverLocationPreferences-{locationPrefGid}-details-post",
                "x-filename-id":"driverlocationpreferences-locationprefgid-details-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Driver Location Preferences/Details"
                ],
                "summary":"Update Details",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"driverLocationPreferences-{locationPrefGid}-details-patch",
                "x-filename-id":"driverlocationpreferences-locationprefgid-details-patch"
            }
        },
        "/driverLocationPreferences/{locationPrefGid}/details/{locationPrefSeqNo}":{
            "parameters":[
                {
                    "name":"locationPrefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"locationPrefSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Driver Location Preferences/Details"
                ],
                "summary":"Get a Detail",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/driverLocationPreferences.details"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"driverLocationPreferences-{locationPrefGid}-details-{locationPrefSeqNo}-get",
                "x-filename-id":"driverlocationpreferences-locationprefgid-details-locationprefseqno-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Driver Location Preferences/Details"
                ],
                "summary":"Delete a Detail",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"driverLocationPreferences-{locationPrefGid}-details-{locationPrefSeqNo}-delete",
                "x-filename-id":"driverlocationpreferences-locationprefgid-details-locationprefseqno-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Driver Location Preferences/Details"
                ],
                "summary":"Update a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"driverLocationPreferences-{locationPrefGid}-details-{locationPrefSeqNo}-patch",
                "x-filename-id":"driverlocationpreferences-locationprefgid-details-locationprefseqno-patch"
            }
        },
        "/licenseCodes":{
            "get":{
                "tags":[
                    "Power Data/License Codes"
                ],
                "summary":"Get License Codes",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/licenseCodes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"licenseCodes-get",
                "x-filename-id":"licensecodes-get"
            },
            "post":{
                "tags":[
                    "Power Data/License Codes"
                ],
                "summary":"Create a License Code",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/licenseCodes"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/licenseCodes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"licenseCodes-post",
                "x-filename-id":"licensecodes-post"
            }
        },
        "/licenseCodes/{licenseTypeGidxlicenseCode}":{
            "parameters":[
                {
                    "name":"licenseTypeGidxlicenseCode",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/License Codes"
                ],
                "summary":"Get a License Code",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/licenseCodes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"licenseCodes-{licenseTypeGidxlicenseCode}-get",
                "x-filename-id":"licensecodes-licensetypegidxlicensecode-get"
            },
            "delete":{
                "tags":[
                    "Power Data/License Codes"
                ],
                "summary":"Delete a License Code",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"licenseCodes-{licenseTypeGidxlicenseCode}-delete",
                "x-filename-id":"licensecodes-licensetypegidxlicensecode-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/License Codes"
                ],
                "summary":"Update a License Code",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"licenseCodes-{licenseTypeGidxlicenseCode}-patch",
                "x-filename-id":"licensecodes-licensetypegidxlicensecode-patch"
            }
        },
        "/licenseCodes/{licenseTypeGidxlicenseCode}/options":{
            "parameters":[
                {
                    "name":"licenseTypeGidxlicenseCode",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/License Codes/Options"
                ],
                "summary":"Get Options",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/licenseCodes.options"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"licenseCodes-{licenseTypeGidxlicenseCode}-options-get",
                "x-filename-id":"licensecodes-licensetypegidxlicensecode-options-get"
            },
            "post":{
                "tags":[
                    "Power Data/License Codes/Options"
                ],
                "summary":"Create an Option",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/licenseCodes.options"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/licenseCodes.options"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/licenseCodes.options"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/licenseCodes.options"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"licenseCodes-{licenseTypeGidxlicenseCode}-options-post",
                "x-filename-id":"licensecodes-licensetypegidxlicensecode-options-post"
            },
            "patch":{
                "tags":[
                    "Power Data/License Codes/Options"
                ],
                "summary":"Update Options",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"licenseCodes-{licenseTypeGidxlicenseCode}-options-patch",
                "x-filename-id":"licensecodes-licensetypegidxlicensecode-options-patch"
            }
        },
        "/licenseCodes/{licenseTypeGidxlicenseCode}/options/{gtmLicenseCodeSequence}":{
            "parameters":[
                {
                    "name":"licenseTypeGidxlicenseCode",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmLicenseCodeSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/License Codes/Options"
                ],
                "summary":"Get an Option",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/licenseCodes.options"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"licenseCodes-{licenseTypeGidxlicenseCode}-options-{gtmLicenseCodeSequence}-get",
                "x-filename-id":"licensecodes-licensetypegidxlicensecode-options-gtmlicensecodesequence-get"
            },
            "delete":{
                "tags":[
                    "Power Data/License Codes/Options"
                ],
                "summary":"Delete an Option",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"licenseCodes-{licenseTypeGidxlicenseCode}-options-{gtmLicenseCodeSequence}-delete",
                "x-filename-id":"licensecodes-licensetypegidxlicensecode-options-gtmlicensecodesequence-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/License Codes/Options"
                ],
                "summary":"Update an Option",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"licenseCodes-{licenseTypeGidxlicenseCode}-options-{gtmLicenseCodeSequence}-patch",
                "x-filename-id":"licensecodes-licensetypegidxlicensecode-options-gtmlicensecodesequence-patch"
            }
        },
        "/screeningProfiles":{
            "get":{
                "tags":[
                    "Power Data/Screening Profiles"
                ],
                "summary":"Get Screening Profiles",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/screeningProfiles"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"screeningProfiles-get",
                "x-filename-id":"screeningprofiles-get"
            }
        },
        "/screeningProfiles/{gtmRpsProfileGid}":{
            "parameters":[
                {
                    "name":"gtmRpsProfileGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Screening Profiles"
                ],
                "summary":"Get a Screening Profile",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/screeningProfiles"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"screeningProfiles-{gtmRpsProfileGid}-get",
                "x-filename-id":"screeningprofiles-gtmrpsprofilegid-get"
            }
        },
        "/messageProfiles":{
            "get":{
                "tags":[
                    "Power Data/Message Profiles"
                ],
                "summary":"Get Message Profiles",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/messageProfiles"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"messageProfiles-get",
                "x-filename-id":"messageprofiles-get"
            },
            "post":{
                "tags":[
                    "Power Data/Message Profiles"
                ],
                "summary":"Create a Message Profile",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/messageProfiles"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/messageProfiles"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"messageProfiles-post",
                "x-filename-id":"messageprofiles-post"
            }
        },
        "/messageProfiles/{messageProfileGid}":{
            "parameters":[
                {
                    "name":"messageProfileGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Message Profiles"
                ],
                "summary":"Get a Message Profile",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/messageProfiles"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"messageProfiles-{messageProfileGid}-get",
                "x-filename-id":"messageprofiles-messageprofilegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Message Profiles"
                ],
                "summary":"Delete a Message Profile",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"messageProfiles-{messageProfileGid}-delete",
                "x-filename-id":"messageprofiles-messageprofilegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Message Profiles"
                ],
                "summary":"Update a Message Profile",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"messageProfiles-{messageProfileGid}-patch",
                "x-filename-id":"messageprofiles-messageprofilegid-patch"
            }
        },
        "/messageProfiles/{messageProfileGid}/details":{
            "parameters":[
                {
                    "name":"messageProfileGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Message Profiles/Details"
                ],
                "summary":"Get Details",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/messageProfiles.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"messageProfiles-{messageProfileGid}-details-get",
                "x-filename-id":"messageprofiles-messageprofilegid-details-get"
            },
            "post":{
                "tags":[
                    "Power Data/Message Profiles/Details"
                ],
                "summary":"Create a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/messageProfiles.details"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/messageProfiles.details"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/messageProfiles.details"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/messageProfiles.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"messageProfiles-{messageProfileGid}-details-post",
                "x-filename-id":"messageprofiles-messageprofilegid-details-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Message Profiles/Details"
                ],
                "summary":"Update Details",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"messageProfiles-{messageProfileGid}-details-patch",
                "x-filename-id":"messageprofiles-messageprofilegid-details-patch"
            }
        },
        "/messageProfiles/{messageProfileGid}/details/{stylesheetProfileGid}":{
            "parameters":[
                {
                    "name":"messageProfileGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"stylesheetProfileGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Message Profiles/Details"
                ],
                "summary":"Get a Detail",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/messageProfiles.details"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"messageProfiles-{messageProfileGid}-details-{stylesheetProfileGid}-get",
                "x-filename-id":"messageprofiles-messageprofilegid-details-stylesheetprofilegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Message Profiles/Details"
                ],
                "summary":"Delete a Detail",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"messageProfiles-{messageProfileGid}-details-{stylesheetProfileGid}-delete",
                "x-filename-id":"messageprofiles-messageprofilegid-details-stylesheetprofilegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Message Profiles/Details"
                ],
                "summary":"Update a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"messageProfiles-{messageProfileGid}-details-{stylesheetProfileGid}-patch",
                "x-filename-id":"messageprofiles-messageprofilegid-details-stylesheetprofilegid-patch"
            }
        },
        "/tenders":{
            "get":{
                "tags":[
                    "Business Objects/Tenders"
                ],
                "summary":"Get Tenders",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tenders"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tenders-get",
                "x-filename-id":"tenders-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Tenders"
                ],
                "summary":"Create a Tender",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tenders"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tenders"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tenders-post",
                "x-filename-id":"tenders-post"
            }
        },
        "/tenders/{iTransactionNo}":{
            "parameters":[
                {
                    "name":"iTransactionNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Tenders"
                ],
                "summary":"Get a Tender",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tenders"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tenders-{iTransactionNo}-get",
                "x-filename-id":"tenders-itransactionno-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Tenders"
                ],
                "summary":"Delete a Tender",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tenders-{iTransactionNo}-delete",
                "x-filename-id":"tenders-itransactionno-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Tenders"
                ],
                "summary":"Update a Tender",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tenders-{iTransactionNo}-patch",
                "x-filename-id":"tenders-itransactionno-patch"
            }
        },
        "/tenders/{iTransactionNo}/statuses":{
            "parameters":[
                {
                    "name":"iTransactionNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Tenders/Statuses"
                ],
                "summary":"Get Statuses",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tenders.statuses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tenders-{iTransactionNo}-statuses-get",
                "x-filename-id":"tenders-itransactionno-statuses-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Tenders/Statuses"
                ],
                "summary":"Create a Statuse",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tenders.statuses"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tenders.statuses"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tenders.statuses"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tenders.statuses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tenders-{iTransactionNo}-statuses-post",
                "x-filename-id":"tenders-itransactionno-statuses-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Tenders/Statuses"
                ],
                "summary":"Update Statuses",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tenders-{iTransactionNo}-statuses-patch",
                "x-filename-id":"tenders-itransactionno-statuses-patch"
            }
        },
        "/tenders/{iTransactionNo}/statuses/{statusTypeGidxstatusValueGid}":{
            "parameters":[
                {
                    "name":"iTransactionNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"statusTypeGidxstatusValueGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Tenders/Statuses"
                ],
                "summary":"Get a Statuse",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tenders.statuses"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tenders-{iTransactionNo}-statuses-{statusTypeGidxstatusValueGid}-get",
                "x-filename-id":"tenders-itransactionno-statuses-statustypegidxstatusvaluegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Tenders/Statuses"
                ],
                "summary":"Delete a Statuse",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tenders-{iTransactionNo}-statuses-{statusTypeGidxstatusValueGid}-delete",
                "x-filename-id":"tenders-itransactionno-statuses-statustypegidxstatusvaluegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Tenders/Statuses"
                ],
                "summary":"Update a Statuse",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tenders-{iTransactionNo}-statuses-{statusTypeGidxstatusValueGid}-patch",
                "x-filename-id":"tenders-itransactionno-statuses-statustypegidxstatusvaluegid-patch"
            }
        },
        "/tenders/{iTransactionNo}/serviceProviders":{
            "parameters":[
                {
                    "name":"iTransactionNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Tenders/Service Providers"
                ],
                "summary":"Get Service Providers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tenders.serviceProviders"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tenders-{iTransactionNo}-serviceProviders-get",
                "x-filename-id":"tenders-itransactionno-serviceproviders-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Tenders/Service Providers"
                ],
                "summary":"Create a Service Provider",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tenders.serviceProviders"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tenders.serviceProviders"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tenders.serviceProviders"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tenders.serviceProviders"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tenders-{iTransactionNo}-serviceProviders-post",
                "x-filename-id":"tenders-itransactionno-serviceproviders-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Tenders/Service Providers"
                ],
                "summary":"Update Service Providers",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tenders-{iTransactionNo}-serviceProviders-patch",
                "x-filename-id":"tenders-itransactionno-serviceproviders-patch"
            }
        },
        "/tenders/{iTransactionNo}/serviceProviders/{servprovGid}":{
            "parameters":[
                {
                    "name":"iTransactionNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"servprovGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Tenders/Service Providers"
                ],
                "summary":"Get a Service Provider",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tenders.serviceProviders"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tenders-{iTransactionNo}-serviceProviders-{servprovGid}-get",
                "x-filename-id":"tenders-itransactionno-serviceproviders-servprovgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Tenders/Service Providers"
                ],
                "summary":"Delete a Service Provider",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tenders-{iTransactionNo}-serviceProviders-{servprovGid}-delete",
                "x-filename-id":"tenders-itransactionno-serviceproviders-servprovgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Tenders/Service Providers"
                ],
                "summary":"Update a Service Provider",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tenders-{iTransactionNo}-serviceProviders-{servprovGid}-patch",
                "x-filename-id":"tenders-itransactionno-serviceproviders-servprovgid-patch"
            }
        },
        "/tenders/{iTransactionNo}/serviceProviders/{servprovGid}/refnums":{
            "parameters":[
                {
                    "name":"iTransactionNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"servprovGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Tenders/Service Providers/Refnums"
                ],
                "summary":"Get Refnums",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tenders.serviceProviders.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tenders-{iTransactionNo}-serviceProviders-{servprovGid}-refnums-get",
                "x-filename-id":"tenders-itransactionno-serviceproviders-servprovgid-refnums-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Tenders/Service Providers/Refnums"
                ],
                "summary":"Create a Refnum",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tenders.serviceProviders.refnums"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tenders.serviceProviders.refnums"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tenders.serviceProviders.refnums"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tenders.serviceProviders.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tenders-{iTransactionNo}-serviceProviders-{servprovGid}-refnums-post",
                "x-filename-id":"tenders-itransactionno-serviceproviders-servprovgid-refnums-post"
            }
        },
        "/tenders/{iTransactionNo}/serviceProviders/{servprovGid}/refnums/{tenderShipmentRefnumQual}":{
            "parameters":[
                {
                    "name":"iTransactionNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"servprovGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"tenderShipmentRefnumQual",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Tenders/Service Providers/Refnums"
                ],
                "summary":"Get a Refnum",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tenders.serviceProviders.refnums"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tenders-{iTransactionNo}-serviceProviders-{servprovGid}-refnums-{tenderShipmentRefnumQual}-get",
                "x-filename-id":"tenders-itransactionno-serviceproviders-servprovgid-refnums-tendershipmentrefnumqual-get"
            }
        },
        "/tenders/{iTransactionNo}/serviceProviders/{servprovGid}/equipments":{
            "parameters":[
                {
                    "name":"iTransactionNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"servprovGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Tenders/Service Providers/Equipments"
                ],
                "summary":"Get Equipments",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tenders.serviceProviders.equipments"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tenders-{iTransactionNo}-serviceProviders-{servprovGid}-equipments-get",
                "x-filename-id":"tenders-itransactionno-serviceproviders-servprovgid-equipments-get"
            },
            "patch":{
                "tags":[
                    "Business Objects/Tenders/Service Providers/Equipments"
                ],
                "summary":"Update Equipments",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tenders-{iTransactionNo}-serviceProviders-{servprovGid}-equipments-patch",
                "x-filename-id":"tenders-itransactionno-serviceproviders-servprovgid-equipments-patch"
            }
        },
        "/tenders/{iTransactionNo}/serviceProviders/{servprovGid}/equipments/{sequence}":{
            "parameters":[
                {
                    "name":"iTransactionNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"servprovGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Tenders/Service Providers/Equipments"
                ],
                "summary":"Get an Equipment",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tenders.serviceProviders.equipments"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tenders-{iTransactionNo}-serviceProviders-{servprovGid}-equipments-{sequence}-get",
                "x-filename-id":"tenders-itransactionno-serviceproviders-servprovgid-equipments-sequence-get"
            },
            "patch":{
                "tags":[
                    "Business Objects/Tenders/Service Providers/Equipments"
                ],
                "summary":"Update an Equipment",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tenders-{iTransactionNo}-serviceProviders-{servprovGid}-equipments-{sequence}-patch",
                "x-filename-id":"tenders-itransactionno-serviceproviders-servprovgid-equipments-sequence-patch"
            }
        },
        "/tenders/{iTransactionNo}/serviceProviders/{servprovGid}/comments":{
            "parameters":[
                {
                    "name":"iTransactionNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"servprovGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Tenders/Service Providers/Comments"
                ],
                "summary":"Get Comments",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tenders.serviceProviders.comments"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tenders-{iTransactionNo}-serviceProviders-{servprovGid}-comments-get",
                "x-filename-id":"tenders-itransactionno-serviceproviders-servprovgid-comments-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Tenders/Service Providers/Comments"
                ],
                "summary":"Create a Comment",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tenders.serviceProviders.comments"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tenders.serviceProviders.comments"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tenders.serviceProviders.comments"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tenders.serviceProviders.comments"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tenders-{iTransactionNo}-serviceProviders-{servprovGid}-comments-post",
                "x-filename-id":"tenders-itransactionno-serviceproviders-servprovgid-comments-post"
            }
        },
        "/tenders/{iTransactionNo}/serviceProviders/{servprovGid}/comments/{sequence}":{
            "parameters":[
                {
                    "name":"iTransactionNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"servprovGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Tenders/Service Providers/Comments"
                ],
                "summary":"Get a Comment",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tenders.serviceProviders.comments"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tenders-{iTransactionNo}-serviceProviders-{servprovGid}-comments-{sequence}-get",
                "x-filename-id":"tenders-itransactionno-serviceproviders-servprovgid-comments-sequence-get"
            }
        },
        "/tenders/{iTransactionNo}/serviceProviders/{servprovGid}/bids":{
            "parameters":[
                {
                    "name":"iTransactionNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"servprovGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Tenders/Service Providers/Bids"
                ],
                "summary":"Get Bids",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tenders.serviceProviders.bids"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tenders-{iTransactionNo}-serviceProviders-{servprovGid}-bids-get",
                "x-filename-id":"tenders-itransactionno-serviceproviders-servprovgid-bids-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Tenders/Service Providers/Bids"
                ],
                "summary":"Create a Bid",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tenders.serviceProviders.bids"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tenders.serviceProviders.bids"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tenders.serviceProviders.bids"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tenders.serviceProviders.bids"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tenders-{iTransactionNo}-serviceProviders-{servprovGid}-bids-post",
                "x-filename-id":"tenders-itransactionno-serviceproviders-servprovgid-bids-post"
            }
        },
        "/tenders/{iTransactionNo}/serviceProviders/{servprovGid}/bids/{sequenceNo}":{
            "parameters":[
                {
                    "name":"iTransactionNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"servprovGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sequenceNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Tenders/Service Providers/Bids"
                ],
                "summary":"Get a Bid",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tenders.serviceProviders.bids"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tenders-{iTransactionNo}-serviceProviders-{servprovGid}-bids-{sequenceNo}-get",
                "x-filename-id":"tenders-itransactionno-serviceproviders-servprovgid-bids-sequenceno-get"
            }
        },
        "/tenders/{iTransactionNo}/serviceProviders/{servprovGid}/spotRates":{
            "parameters":[
                {
                    "name":"iTransactionNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"servprovGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Tenders/Service Providers/Spot Rates"
                ],
                "summary":"Get Spot Rates",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tenders.serviceProviders.spotRates"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tenders-{iTransactionNo}-serviceProviders-{servprovGid}-spotRates-get",
                "x-filename-id":"tenders-itransactionno-serviceproviders-servprovgid-spotrates-get"
            }
        },
        "/tenders/{iTransactionNo}/serviceProviders/{servprovGid}/spotRates/{spotRateGid}":{
            "parameters":[
                {
                    "name":"iTransactionNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"servprovGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"spotRateGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Tenders/Service Providers/Spot Rates"
                ],
                "summary":"Get a Spot Rate",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tenders.serviceProviders.spotRates"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tenders-{iTransactionNo}-serviceProviders-{servprovGid}-spotRates-{spotRateGid}-get",
                "x-filename-id":"tenders-itransactionno-serviceproviders-servprovgid-spotrates-spotrategid-get"
            }
        },
        "/tenders/{iTransactionNo}/shipmentShipUnits":{
            "parameters":[
                {
                    "name":"iTransactionNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Tenders/Shipment Ship Units"
                ],
                "summary":"Get Shipment Ship Units",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tenders.shipmentShipUnits"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tenders-{iTransactionNo}-shipmentShipUnits-get",
                "x-filename-id":"tenders-itransactionno-shipmentshipunits-get"
            }
        },
        "/tenders/{iTransactionNo}/shipmentShipUnits/{sShipUnitGidxacceptanceCount}":{
            "parameters":[
                {
                    "name":"iTransactionNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitGidxacceptanceCount",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Tenders/Shipment Ship Units"
                ],
                "summary":"Get a Shipment Ship Unit",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tenders.shipmentShipUnits"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tenders-{iTransactionNo}-shipmentShipUnits-{sShipUnitGidxacceptanceCount}-get",
                "x-filename-id":"tenders-itransactionno-shipmentshipunits-sshipunitgidxacceptancecount-get"
            }
        },
        "/tenders/{iTransactionNo}/conditionalBookingFields":{
            "parameters":[
                {
                    "name":"iTransactionNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Tenders/Conditional Booking Fields"
                ],
                "summary":"Get Conditional Booking Fields",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tenders.conditionalBookingFields"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tenders-{iTransactionNo}-conditionalBookingFields-get",
                "x-filename-id":"tenders-itransactionno-conditionalbookingfields-get"
            }
        },
        "/tenders/{iTransactionNo}/conditionalBookingFields/{conditionalBookingFieldGidxstopNumber}":{
            "parameters":[
                {
                    "name":"iTransactionNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"conditionalBookingFieldGidxstopNumber",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Tenders/Conditional Booking Fields"
                ],
                "summary":"Get a Conditional Booking Field",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tenders.conditionalBookingFields"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tenders-{iTransactionNo}-conditionalBookingFields-{conditionalBookingFieldGidxstopNumber}-get",
                "x-filename-id":"tenders-itransactionno-conditionalbookingfields-conditionalbookingfieldgidxstopnumber-get"
            }
        },
        "/custom-actions/acceptDecline/tenders/":{
            "post":{
                "tags":[
                    "Actions/Business Actions/Tenders"
                ],
                "summary":"Perform the Accept or Decline action for one or more Tenders",
                "requestBody":{
                    "content":{
                        "application/json":{
                            "schema":{
                                "$ref":"#/components/schemas/acceptDeclineRequest"
                            }
                        }
                    }
                },
                "responses":{
                    "200":{
                        "description":"Success! A successful POST method returns a 200 status code.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/acceptDeclineResponse"
                                }
                            }
                        }
                    },
                    "400":{
                        "description":"Your request couldn't be processed because it contains missing or invalid information, such as a validation error on an input field, a missing required value, and so forth.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    },
                    "401":{
                        "description":"Unauthorized, the request was not successful because it lacks valid authentication credentials for the requested resource.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    },
                    "403":{
                        "description":"Access to the specified resource has been forbidden.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    },
                    "500":{
                        "description":"The server encountered something unexpected that prevented it from completing the request.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"custom-actions-acceptDecline-tenders--post",
                "x-filename-id":"custom-actions-acceptdecline-tenders-post"
            }
        },
        "/custom-actions/acceptDecline/tenders/{collab id}":{
            "post":{
                "tags":[
                    "Actions/Business Actions/Tenders"
                ],
                "summary":"Perform the Accept or Decline action for a tender",
                "parameters":[
                    {
                        "name":"collab id",
                        "in":"path",
                        "required":true,
                        "description":"Tender Collaboration ID",
                        "schema":{
                            "type":"string"
                        }
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/json":{
                            "schema":{
                                "$ref":"#/components/schemas/acceptDeclineRequest"
                            }
                        }
                    }
                },
                "responses":{
                    "200":{
                        "description":"Success! A successful POST method returns a 200 status code.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/acceptDeclineResponse"
                                }
                            }
                        }
                    },
                    "400":{
                        "description":"Your request couldn't be processed because it contains missing or invalid information, such as a validation error on an input field, a missing required value, and so forth.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    },
                    "401":{
                        "description":"Unauthorized, the request was not successful because it lacks valid authentication credentials for the requested resource.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    },
                    "403":{
                        "description":"Access to the specified resource has been forbidden.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    },
                    "500":{
                        "description":"The server encountered something unexpected that prevented it from completing the request.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"custom-actions-acceptDecline-tenders-{collab id}-post",
                "x-filename-id":"custom-actions-acceptdecline-tenders-collab-id-post"
            }
        },
        "/custom-actions/secureResources/tenders/{shipmentId}":{
            "post":{
                "tags":[
                    "Actions/Business Actions/Tenders"
                ],
                "summary":"Perform the Secure Resources action for a shipment",
                "parameters":[
                    {
                        "name":"shipmentId",
                        "in":"path",
                        "required":true,
                        "description":"Shipment GID",
                        "schema":{
                            "type":"string"
                        }
                    }
                ],
                "responses":{
                    "200":{
                        "description":"OK. Shipment tendered successfully.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/secureResourcesResponse"
                                }
                            }
                        }
                    },
                    "400":{
                        "description":"Bad Request. The server could not understand the request due to invalid syntax or parameters.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    },
                    "401":{
                        "description":"Unauthorized. Authentication is required and has failed or has not yet been provided.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    },
                    "403":{
                        "description":"Forbidden. Access to the specified resource has been forbidden.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    },
                    "500":{
                        "description":"Internal Server Error. The server encountered an internal error that prevented it from fulfilling this request.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"custom-actions-secureResources-tenders-{shipmentId}-post",
                "x-filename-id":"custom-actions-secureresources-tenders-shipmentid-post"
            }
        },
        "/custom-actions/acceptDeclineTenderGroup/tenders/{tender_group gid}":{
            "post":{
                "tags":[
                    "Actions/Business Actions/Tenders"
                ],
                "summary":"Perform the Accept or Decline action for a single Tender Group",
                "parameters":[
                    {
                        "name":"tender_group gid",
                        "in":"path",
                        "required":true,
                        "description":"Tender Group GID",
                        "schema":{
                            "type":"string"
                        }
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/json":{
                            "schema":{
                                "$ref":"#/components/schemas/acceptDeclineTenderGroupRequest"
                            }
                        }
                    }
                },
                "responses":{
                    "200":{
                        "description":"Success! A successful POST method returns a 200 status code.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/acceptDeclineTenderGroupResponse"
                                }
                            }
                        }
                    },
                    "400":{
                        "description":"Your request couldn't be processed because it contains missing or invalid information, such as a validation error on an input field, a missing required value, and so forth.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    },
                    "500":{
                        "description":"The server encountered something unexpected that prevented it from completing the request.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"custom-actions-acceptDeclineTenderGroup-tenders-{tender_group gid}-post",
                "x-filename-id":"custom-actions-acceptdeclinetendergroup-tenders-tender_group-gid-post"
            }
        },
        "/custom-actions/acceptDeclineTenderGroup/tenders/":{
            "post":{
                "tags":[
                    "Actions/Business Actions/Tenders"
                ],
                "summary":"Perform the Accept or Decline action for multiple Tender Groups",
                "requestBody":{
                    "content":{
                        "application/json":{
                            "schema":{
                                "$ref":"#/components/schemas/acceptDeclineTenderGroupRequest"
                            }
                        }
                    }
                },
                "responses":{
                    "200":{
                        "description":"Success! A successful POST method returns a 200 status code.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/acceptDeclineTenderGroupResponse"
                                }
                            }
                        }
                    },
                    "400":{
                        "description":"Your request couldn't be processed because it contains missing or invalid information, such as a validation error on an input field, a missing required value, and so forth.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    },
                    "500":{
                        "description":"The server encountered something unexpected that prevented it from completing the request.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"custom-actions-acceptDeclineTenderGroup-tenders--post",
                "x-filename-id":"custom-actions-acceptdeclinetendergroup-tenders-post"
            }
        },
        "/custom-actions/accept/tenders/{collab id}":{
            "post":{
                "tags":[
                    "Actions/Business Actions/Tenders"
                ],
                "summary":"Perform the Accept action for a tender",
                "parameters":[
                    {
                        "name":"collab id",
                        "in":"path",
                        "required":true,
                        "description":"Tender Collaboration ID",
                        "schema":{
                            "type":"string"
                        }
                    }
                ],
                "responses":{
                    "204":{
                        "description":"Request successful. No content is returned."
                    },
                    "400":{
                        "description":"Your request couldn't be processed because it contains missing or invalid information, such as a validation error on an input field, a missing required value, and so forth.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    },
                    "401":{
                        "description":"Unauthorized, the request was not successful because it lacks valid authentication credentials for the requested resource.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    },
                    "403":{
                        "description":"Access to the specified resource has been forbidden.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    },
                    "500":{
                        "description":"The server encountered something unexpected that prevented it from completing the request.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"custom-actions-accept-tenders-{collab id}-post",
                "x-filename-id":"custom-actions-accept-tenders-collab-id-post"
            }
        },
        "/custom-actions/withdrawTender/tenders/{shipmentId}":{
            "post":{
                "tags":[
                    "Actions/Business Actions/Tenders"
                ],
                "summary":"Perform the Withdraw Tender action for a shipment",
                "parameters":[
                    {
                        "name":"shipmentId",
                        "in":"path",
                        "required":true,
                        "description":"Shipment GID",
                        "schema":{
                            "type":"string"
                        }
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/json":{
                            "schema":{
                                "$ref":"#/components/schemas/withdrawTenderRequest"
                            }
                        }
                    }
                },
                "responses":{
                    "200":{
                        "description":"OK. The tender was withdrawn successfully.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/withdrawTenderResponse"
                                }
                            }
                        }
                    },
                    "400":{
                        "description":"Bad Request. The server could not understand the request due to invalid syntax or parameters.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    },
                    "401":{
                        "description":"Unauthorized. Authentication is required and has failed or has not yet been provided.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    },
                    "403":{
                        "description":"Forbidden. Access to the specified resource has been forbidden.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    },
                    "500":{
                        "description":"Internal Server Error. The server encountered an internal error that prevented it from fulfilling this request.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"custom-actions-withdrawTender-tenders-{shipmentId}-post",
                "x-filename-id":"custom-actions-withdrawtender-tenders-shipmentid-post"
            }
        },
        "/custom-actions/decline/tenders/":{
            "post":{
                "tags":[
                    "Actions/Business Actions/Tenders"
                ],
                "summary":"Perform decline action for one or more Tenders",
                "requestBody":{
                    "content":{
                        "application/json":{
                            "schema":{
                                "$ref":"#/components/schemas/declineRequest"
                            }
                        }
                    }
                },
                "responses":{
                    "200":{
                        "description":"Success! A successful POST method returns a 200 status code.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/declineResponse"
                                }
                            }
                        }
                    },
                    "400":{
                        "description":"Your request couldn't be processed because it contains missing or invalid information, such as a validation error on an input field, a missing required value, and so forth.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    },
                    "401":{
                        "description":"Unauthorized, the request was not successful because it lacks valid authentication credentials for the requested resource.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    },
                    "403":{
                        "description":"Access to the specified resource has been forbidden.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    },
                    "500":{
                        "description":"The server encountered something unexpected that prevented it from completing the request.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"custom-actions-decline-tenders--post",
                "x-filename-id":"custom-actions-decline-tenders-post"
            }
        },
        "/custom-actions/decline/tenders/{collab id}":{
            "post":{
                "tags":[
                    "Actions/Business Actions/Tenders"
                ],
                "summary":"Perform the Decline action for a tender",
                "parameters":[
                    {
                        "name":"collab id",
                        "in":"path",
                        "required":true,
                        "description":"Tender Collaboration ID",
                        "schema":{
                            "type":"string"
                        }
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/json":{
                            "schema":{
                                "$ref":"#/components/schemas/declineRequest"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/declineResponse"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"custom-actions-decline-tenders-{collab id}-post",
                "x-filename-id":"custom-actions-decline-tenders-collab-id-post"
            }
        },
        "/productClassificationCategories":{
            "get":{
                "tags":[
                    "Power Data/Product Classification Categories"
                ],
                "summary":"Get Product Classification Categories",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/productClassificationCategories"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"productClassificationCategories-get",
                "x-filename-id":"productclassificationcategories-get"
            },
            "post":{
                "tags":[
                    "Power Data/Product Classification Categories"
                ],
                "summary":"Create a Product Classification Category",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/productClassificationCategories"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/productClassificationCategories"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"productClassificationCategories-post",
                "x-filename-id":"productclassificationcategories-post"
            }
        },
        "/productClassificationCategories/{gtmProdClassCategoryGid}":{
            "parameters":[
                {
                    "name":"gtmProdClassCategoryGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Product Classification Categories"
                ],
                "summary":"Get a Product Classification Category",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/productClassificationCategories"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"productClassificationCategories-{gtmProdClassCategoryGid}-get",
                "x-filename-id":"productclassificationcategories-gtmprodclasscategorygid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Product Classification Categories"
                ],
                "summary":"Delete a Product Classification Category",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"productClassificationCategories-{gtmProdClassCategoryGid}-delete",
                "x-filename-id":"productclassificationcategories-gtmprodclasscategorygid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Product Classification Categories"
                ],
                "summary":"Update a Product Classification Category",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"productClassificationCategories-{gtmProdClassCategoryGid}-patch",
                "x-filename-id":"productclassificationcategories-gtmprodclasscategorygid-patch"
            }
        },
        "/bulkMixingFamilies":{
            "get":{
                "tags":[
                    "Power Data/Bulk Mixing Families"
                ],
                "summary":"Get Bulk Mixing Families",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/bulkMixingFamilies"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"bulkMixingFamilies-get",
                "x-filename-id":"bulkmixingfamilies-get"
            },
            "post":{
                "tags":[
                    "Power Data/Bulk Mixing Families"
                ],
                "summary":"Create a Bulk Mixing Family",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/bulkMixingFamilies"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/bulkMixingFamilies"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"bulkMixingFamilies-post",
                "x-filename-id":"bulkmixingfamilies-post"
            }
        },
        "/bulkMixingFamilies/{bulkMixingFamilyGid}":{
            "parameters":[
                {
                    "name":"bulkMixingFamilyGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Bulk Mixing Families"
                ],
                "summary":"Get a Bulk Mixing Family",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/bulkMixingFamilies"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"bulkMixingFamilies-{bulkMixingFamilyGid}-get",
                "x-filename-id":"bulkmixingfamilies-bulkmixingfamilygid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Bulk Mixing Families"
                ],
                "summary":"Delete a Bulk Mixing Family",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"bulkMixingFamilies-{bulkMixingFamilyGid}-delete",
                "x-filename-id":"bulkmixingfamilies-bulkmixingfamilygid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Bulk Mixing Families"
                ],
                "summary":"Update a Bulk Mixing Family",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"bulkMixingFamilies-{bulkMixingFamilyGid}-patch",
                "x-filename-id":"bulkmixingfamilies-bulkmixingfamilygid-patch"
            }
        },
        "/deviceReferenceNumberQualifiers":{
            "get":{
                "tags":[
                    "Power Data/Device Reference Number Qualifiers"
                ],
                "summary":"Get Device Reference Number Qualifiers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/deviceReferenceNumberQualifiers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"deviceReferenceNumberQualifiers-get",
                "x-filename-id":"devicereferencenumberqualifiers-get"
            },
            "post":{
                "tags":[
                    "Power Data/Device Reference Number Qualifiers"
                ],
                "summary":"Create a Device Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/deviceReferenceNumberQualifiers"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/deviceReferenceNumberQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"deviceReferenceNumberQualifiers-post",
                "x-filename-id":"devicereferencenumberqualifiers-post"
            }
        },
        "/deviceReferenceNumberQualifiers/{deviceRefnumQualGid}":{
            "parameters":[
                {
                    "name":"deviceRefnumQualGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Device Reference Number Qualifiers"
                ],
                "summary":"Get a Device Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/deviceReferenceNumberQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"deviceReferenceNumberQualifiers-{deviceRefnumQualGid}-get",
                "x-filename-id":"devicereferencenumberqualifiers-devicerefnumqualgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Device Reference Number Qualifiers"
                ],
                "summary":"Delete a Device Reference Number Qualifier",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"deviceReferenceNumberQualifiers-{deviceRefnumQualGid}-delete",
                "x-filename-id":"devicereferencenumberqualifiers-devicerefnumqualgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Device Reference Number Qualifiers"
                ],
                "summary":"Update a Device Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"deviceReferenceNumberQualifiers-{deviceRefnumQualGid}-patch",
                "x-filename-id":"devicereferencenumberqualifiers-devicerefnumqualgid-patch"
            }
        },
        "/levelOfServices":{
            "get":{
                "tags":[
                    "Power Data/Level of Services"
                ],
                "summary":"Get Level of Services",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/levelOfServices"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"levelOfServices-get",
                "x-filename-id":"levelofservices-get"
            },
            "post":{
                "tags":[
                    "Power Data/Level of Services"
                ],
                "summary":"Create a Level of Service",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/levelOfServices"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/levelOfServices"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"levelOfServices-post",
                "x-filename-id":"levelofservices-post"
            }
        },
        "/levelOfServices/{levelOfServiceGid}":{
            "parameters":[
                {
                    "name":"levelOfServiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Level of Services"
                ],
                "summary":"Get a Level of Service",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/levelOfServices"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"levelOfServices-{levelOfServiceGid}-get",
                "x-filename-id":"levelofservices-levelofservicegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Level of Services"
                ],
                "summary":"Delete a Level of Service",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"levelOfServices-{levelOfServiceGid}-delete",
                "x-filename-id":"levelofservices-levelofservicegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Level of Services"
                ],
                "summary":"Update a Level of Service",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"levelOfServices-{levelOfServiceGid}-patch",
                "x-filename-id":"levelofservices-levelofservicegid-patch"
            }
        },
        "/cycleDefinitions":{
            "get":{
                "tags":[
                    "Power Data/Cycle Definitions"
                ],
                "summary":"Get Cycle Definitions",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/cycleDefinitions"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"cycleDefinitions-get",
                "x-filename-id":"cycledefinitions-get"
            },
            "post":{
                "tags":[
                    "Power Data/Cycle Definitions"
                ],
                "summary":"Create a Cycle Definition",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/cycleDefinitions"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/cycleDefinitions"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"cycleDefinitions-post",
                "x-filename-id":"cycledefinitions-post"
            }
        },
        "/cycleDefinitions/{cycleDefinitionGid}":{
            "parameters":[
                {
                    "name":"cycleDefinitionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Cycle Definitions"
                ],
                "summary":"Get a Cycle Definition",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/cycleDefinitions"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"cycleDefinitions-{cycleDefinitionGid}-get",
                "x-filename-id":"cycledefinitions-cycledefinitiongid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Cycle Definitions"
                ],
                "summary":"Delete a Cycle Definition",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"cycleDefinitions-{cycleDefinitionGid}-delete",
                "x-filename-id":"cycledefinitions-cycledefinitiongid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Cycle Definitions"
                ],
                "summary":"Update a Cycle Definition",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"cycleDefinitions-{cycleDefinitionGid}-patch",
                "x-filename-id":"cycledefinitions-cycledefinitiongid-patch"
            }
        },
        "/regimeDocumentDefinitions":{
            "get":{
                "tags":[
                    "Power Data/Regime Document Definitions"
                ],
                "summary":"Get Regime Document Definitions",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/regimeDocumentDefinitions"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"regimeDocumentDefinitions-get",
                "x-filename-id":"regimedocumentdefinitions-get"
            },
            "post":{
                "tags":[
                    "Power Data/Regime Document Definitions"
                ],
                "summary":"Create a Regime Document Definition",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/regimeDocumentDefinitions"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/regimeDocumentDefinitions"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"regimeDocumentDefinitions-post",
                "x-filename-id":"regimedocumentdefinitions-post"
            }
        },
        "/regimeDocumentDefinitions/{gtmRegimeGidxdocumentDefGid}":{
            "parameters":[
                {
                    "name":"gtmRegimeGidxdocumentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Regime Document Definitions"
                ],
                "summary":"Get a Regime Document Definition",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/regimeDocumentDefinitions"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"regimeDocumentDefinitions-{gtmRegimeGidxdocumentDefGid}-get",
                "x-filename-id":"regimedocumentdefinitions-gtmregimegidxdocumentdefgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Regime Document Definitions"
                ],
                "summary":"Delete a Regime Document Definition",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"regimeDocumentDefinitions-{gtmRegimeGidxdocumentDefGid}-delete",
                "x-filename-id":"regimedocumentdefinitions-gtmregimegidxdocumentdefgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Regime Document Definitions"
                ],
                "summary":"Update a Regime Document Definition",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"regimeDocumentDefinitions-{gtmRegimeGidxdocumentDefGid}-patch",
                "x-filename-id":"regimedocumentdefinitions-gtmregimegidxdocumentdefgid-patch"
            }
        },
        "/crOutlierRuleTypes":{
            "get":{
                "tags":[
                    "Power Data/Cr Outlier Rule Types"
                ],
                "summary":"Get Cr Outlier Rule Types",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/crOutlierRuleTypes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"crOutlierRuleTypes-get",
                "x-filename-id":"croutlierruletypes-get"
            },
            "post":{
                "tags":[
                    "Power Data/Cr Outlier Rule Types"
                ],
                "summary":"Create a Cr Outlier Rule Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/crOutlierRuleTypes"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/crOutlierRuleTypes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"crOutlierRuleTypes-post",
                "x-filename-id":"croutlierruletypes-post"
            }
        },
        "/crOutlierRuleTypes/{crOutlierRuleTypeGid}":{
            "parameters":[
                {
                    "name":"crOutlierRuleTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Cr Outlier Rule Types"
                ],
                "summary":"Get a Cr Outlier Rule Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/crOutlierRuleTypes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"crOutlierRuleTypes-{crOutlierRuleTypeGid}-get",
                "x-filename-id":"croutlierruletypes-croutlierruletypegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Cr Outlier Rule Types"
                ],
                "summary":"Delete a Cr Outlier Rule Type",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"crOutlierRuleTypes-{crOutlierRuleTypeGid}-delete",
                "x-filename-id":"croutlierruletypes-croutlierruletypegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Cr Outlier Rule Types"
                ],
                "summary":"Update a Cr Outlier Rule Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"crOutlierRuleTypes-{crOutlierRuleTypeGid}-patch",
                "x-filename-id":"croutlierruletypes-croutlierruletypegid-patch"
            }
        },
        "/campaignLineReferenceNumberQualifiers":{
            "get":{
                "tags":[
                    "Power Data/Campaign Line Reference Number Qualifiers"
                ],
                "summary":"Get Campaign Line Reference Number Qualifiers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/campaignLineReferenceNumberQualifiers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"campaignLineReferenceNumberQualifiers-get",
                "x-filename-id":"campaignlinereferencenumberqualifiers-get"
            },
            "post":{
                "tags":[
                    "Power Data/Campaign Line Reference Number Qualifiers"
                ],
                "summary":"Create a Campaign Line Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/campaignLineReferenceNumberQualifiers"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/campaignLineReferenceNumberQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"campaignLineReferenceNumberQualifiers-post",
                "x-filename-id":"campaignlinereferencenumberqualifiers-post"
            }
        },
        "/campaignLineReferenceNumberQualifiers/{gtmCaLineRefnumQualGid}":{
            "parameters":[
                {
                    "name":"gtmCaLineRefnumQualGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Campaign Line Reference Number Qualifiers"
                ],
                "summary":"Get a Campaign Line Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/campaignLineReferenceNumberQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"campaignLineReferenceNumberQualifiers-{gtmCaLineRefnumQualGid}-get",
                "x-filename-id":"campaignlinereferencenumberqualifiers-gtmcalinerefnumqualgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Campaign Line Reference Number Qualifiers"
                ],
                "summary":"Delete a Campaign Line Reference Number Qualifier",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"campaignLineReferenceNumberQualifiers-{gtmCaLineRefnumQualGid}-delete",
                "x-filename-id":"campaignlinereferencenumberqualifiers-gtmcalinerefnumqualgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Campaign Line Reference Number Qualifiers"
                ],
                "summary":"Update a Campaign Line Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"campaignLineReferenceNumberQualifiers-{gtmCaLineRefnumQualGid}-patch",
                "x-filename-id":"campaignlinereferencenumberqualifiers-gtmcalinerefnumqualgid-patch"
            }
        },
        "/emissionActivities":{
            "get":{
                "tags":[
                    "Business Objects/Emission Activities"
                ],
                "summary":"Get Emission Activities",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/emissionActivities"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"emissionActivities-get",
                "x-filename-id":"emissionactivities-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Emission Activities"
                ],
                "summary":"Create an Emission Activity",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/emissionActivities"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/emissionActivities"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"emissionActivities-post",
                "x-filename-id":"emissionactivities-post"
            }
        },
        "/emissionActivities/{esgActivityGid}":{
            "parameters":[
                {
                    "name":"esgActivityGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Emission Activities"
                ],
                "summary":"Get an Emission Activity",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/emissionActivities"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"emissionActivities-{esgActivityGid}-get",
                "x-filename-id":"emissionactivities-esgactivitygid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Emission Activities"
                ],
                "summary":"Delete an Emission Activity",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"emissionActivities-{esgActivityGid}-delete",
                "x-filename-id":"emissionactivities-esgactivitygid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Emission Activities"
                ],
                "summary":"Update an Emission Activity",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"emissionActivities-{esgActivityGid}-patch",
                "x-filename-id":"emissionactivities-esgactivitygid-patch"
            }
        },
        "/emissionActivities/{esgActivityGid}/emissionActivityDetails":{
            "parameters":[
                {
                    "name":"esgActivityGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Emission Activities/Emission Activity Details"
                ],
                "summary":"Get Emission Activity Details",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/emissionActivities.emissionActivityDetails"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"emissionActivities-{esgActivityGid}-emissionActivityDetails-get",
                "x-filename-id":"emissionactivities-esgactivitygid-emissionactivitydetails-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Emission Activities/Emission Activity Details"
                ],
                "summary":"Create an Emission Activity Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/emissionActivities.emissionActivityDetails"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/emissionActivities.emissionActivityDetails"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/emissionActivities.emissionActivityDetails"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/emissionActivities.emissionActivityDetails"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"emissionActivities-{esgActivityGid}-emissionActivityDetails-post",
                "x-filename-id":"emissionactivities-esgactivitygid-emissionactivitydetails-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Emission Activities/Emission Activity Details"
                ],
                "summary":"Update Emission Activity Details",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"emissionActivities-{esgActivityGid}-emissionActivityDetails-patch",
                "x-filename-id":"emissionactivities-esgactivitygid-emissionactivitydetails-patch"
            }
        },
        "/emissionActivities/{esgActivityGid}/emissionActivityDetails/{activitySeqNo}":{
            "parameters":[
                {
                    "name":"esgActivityGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"activitySeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Emission Activities/Emission Activity Details"
                ],
                "summary":"Get an Emission Activity Detail",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/emissionActivities.emissionActivityDetails"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"emissionActivities-{esgActivityGid}-emissionActivityDetails-{activitySeqNo}-get",
                "x-filename-id":"emissionactivities-esgactivitygid-emissionactivitydetails-activityseqno-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Emission Activities/Emission Activity Details"
                ],
                "summary":"Delete an Emission Activity Detail",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"emissionActivities-{esgActivityGid}-emissionActivityDetails-{activitySeqNo}-delete",
                "x-filename-id":"emissionactivities-esgactivitygid-emissionactivitydetails-activityseqno-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Emission Activities/Emission Activity Details"
                ],
                "summary":"Update an Emission Activity Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"emissionActivities-{esgActivityGid}-emissionActivityDetails-{activitySeqNo}-patch",
                "x-filename-id":"emissionactivities-esgactivitygid-emissionactivitydetails-activityseqno-patch"
            }
        },
        "/emissionActivities/{esgActivityGid}/emissionActivityDetails/{activitySeqNo}/emissionActivityDetailEmissions":{
            "parameters":[
                {
                    "name":"esgActivityGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"activitySeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Emission Activities/Emission Activity Details/Activity Detail Emissions"
                ],
                "summary":"Get Activity Detail Emissions",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/emissionActivities.emissionActivityDetails.emissionActivityDetailEmissions"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"emissionActivities-{esgActivityGid}-emissionActivityDetails-{activitySeqNo}-emissionActivityDetailEmissions-get",
                "x-filename-id":"emissionactivities-esgactivitygid-emissionactivitydetails-activityseqno-emissionactivitydetailemissions-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Emission Activities/Emission Activity Details/Activity Detail Emissions"
                ],
                "summary":"Create an Activity Detail Emission",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/emissionActivities.emissionActivityDetails.emissionActivityDetailEmissions"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/emissionActivities.emissionActivityDetails.emissionActivityDetailEmissions"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/emissionActivities.emissionActivityDetails.emissionActivityDetailEmissions"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/emissionActivities.emissionActivityDetails.emissionActivityDetailEmissions"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"emissionActivities-{esgActivityGid}-emissionActivityDetails-{activitySeqNo}-emissionActivityDetailEmissions-post",
                "x-filename-id":"emissionactivities-esgactivitygid-emissionactivitydetails-activityseqno-emissionactivitydetailemissions-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Emission Activities/Emission Activity Details/Activity Detail Emissions"
                ],
                "summary":"Update Activity Detail Emissions",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"emissionActivities-{esgActivityGid}-emissionActivityDetails-{activitySeqNo}-emissionActivityDetailEmissions-patch",
                "x-filename-id":"emissionactivities-esgactivitygid-emissionactivitydetails-activityseqno-emissionactivitydetailemissions-patch"
            }
        },
        "/emissionActivities/{esgActivityGid}/emissionActivityDetails/{activitySeqNo}/emissionActivityDetailEmissions/{esgEmissionTypeGid}":{
            "parameters":[
                {
                    "name":"esgActivityGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"activitySeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"esgEmissionTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Emission Activities/Emission Activity Details/Activity Detail Emissions"
                ],
                "summary":"Get an Activity Detail Emission",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/emissionActivities.emissionActivityDetails.emissionActivityDetailEmissions"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"emissionActivities-{esgActivityGid}-emissionActivityDetails-{activitySeqNo}-emissionActivityDetailEmissions-{esgEmissionTypeGid}-get",
                "x-filename-id":"emissionactivities-esgactivitygid-emissionactivitydetails-activityseqno-emissionactivitydetailemissions-esgemissiontypegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Emission Activities/Emission Activity Details/Activity Detail Emissions"
                ],
                "summary":"Delete an Activity Detail Emission",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"emissionActivities-{esgActivityGid}-emissionActivityDetails-{activitySeqNo}-emissionActivityDetailEmissions-{esgEmissionTypeGid}-delete",
                "x-filename-id":"emissionactivities-esgactivitygid-emissionactivitydetails-activityseqno-emissionactivitydetailemissions-esgemissiontypegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Emission Activities/Emission Activity Details/Activity Detail Emissions"
                ],
                "summary":"Update an Activity Detail Emission",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"emissionActivities-{esgActivityGid}-emissionActivityDetails-{activitySeqNo}-emissionActivityDetailEmissions-{esgEmissionTypeGid}-patch",
                "x-filename-id":"emissionactivities-esgactivitygid-emissionactivitydetails-activityseqno-emissionactivitydetailemissions-esgemissiontypegid-patch"
            }
        },
        "/emissionActivities/{esgActivityGid}/emissionActivityEmissions":{
            "parameters":[
                {
                    "name":"esgActivityGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Emission Activities/Activity Emissions"
                ],
                "summary":"Get Activity Emissions",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/emissionActivities.emissionActivityEmissions"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"emissionActivities-{esgActivityGid}-emissionActivityEmissions-get",
                "x-filename-id":"emissionactivities-esgactivitygid-emissionactivityemissions-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Emission Activities/Activity Emissions"
                ],
                "summary":"Create an Activity Emission",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/emissionActivities.emissionActivityEmissions"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/emissionActivities.emissionActivityEmissions"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/emissionActivities.emissionActivityEmissions"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/emissionActivities.emissionActivityEmissions"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"emissionActivities-{esgActivityGid}-emissionActivityEmissions-post",
                "x-filename-id":"emissionactivities-esgactivitygid-emissionactivityemissions-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Emission Activities/Activity Emissions"
                ],
                "summary":"Update Activity Emissions",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"emissionActivities-{esgActivityGid}-emissionActivityEmissions-patch",
                "x-filename-id":"emissionactivities-esgactivitygid-emissionactivityemissions-patch"
            }
        },
        "/emissionActivities/{esgActivityGid}/emissionActivityEmissions/{esgEmissionTypeGid}":{
            "parameters":[
                {
                    "name":"esgActivityGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"esgEmissionTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Emission Activities/Activity Emissions"
                ],
                "summary":"Get an Activity Emission",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/emissionActivities.emissionActivityEmissions"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"emissionActivities-{esgActivityGid}-emissionActivityEmissions-{esgEmissionTypeGid}-get",
                "x-filename-id":"emissionactivities-esgactivitygid-emissionactivityemissions-esgemissiontypegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Emission Activities/Activity Emissions"
                ],
                "summary":"Delete an Activity Emission",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"emissionActivities-{esgActivityGid}-emissionActivityEmissions-{esgEmissionTypeGid}-delete",
                "x-filename-id":"emissionactivities-esgactivitygid-emissionactivityemissions-esgemissiontypegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Emission Activities/Activity Emissions"
                ],
                "summary":"Update an Activity Emission",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"emissionActivities-{esgActivityGid}-emissionActivityEmissions-{esgEmissionTypeGid}-patch",
                "x-filename-id":"emissionactivities-esgactivitygid-emissionactivityemissions-esgemissiontypegid-patch"
            }
        },
        "/emissionActivities/{esgActivityGid}/emissionActivityRemarks":{
            "parameters":[
                {
                    "name":"esgActivityGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Emission Activities/Emission Activity Remarks"
                ],
                "summary":"Get Emission Activity Remarks",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/emissionActivities.emissionActivityRemarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"emissionActivities-{esgActivityGid}-emissionActivityRemarks-get",
                "x-filename-id":"emissionactivities-esgactivitygid-emissionactivityremarks-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Emission Activities/Emission Activity Remarks"
                ],
                "summary":"Create an Emission Activity Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/emissionActivities.emissionActivityRemarks"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/emissionActivities.emissionActivityRemarks"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/emissionActivities.emissionActivityRemarks"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/emissionActivities.emissionActivityRemarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"emissionActivities-{esgActivityGid}-emissionActivityRemarks-post",
                "x-filename-id":"emissionactivities-esgactivitygid-emissionactivityremarks-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Emission Activities/Emission Activity Remarks"
                ],
                "summary":"Update Emission Activity Remarks",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"emissionActivities-{esgActivityGid}-emissionActivityRemarks-patch",
                "x-filename-id":"emissionactivities-esgactivitygid-emissionactivityremarks-patch"
            }
        },
        "/emissionActivities/{esgActivityGid}/emissionActivityRemarks/{remarkSequence}":{
            "parameters":[
                {
                    "name":"esgActivityGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"remarkSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Emission Activities/Emission Activity Remarks"
                ],
                "summary":"Get an Emission Activity Remark",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/emissionActivities.emissionActivityRemarks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"emissionActivities-{esgActivityGid}-emissionActivityRemarks-{remarkSequence}-get",
                "x-filename-id":"emissionactivities-esgactivitygid-emissionactivityremarks-remarksequence-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Emission Activities/Emission Activity Remarks"
                ],
                "summary":"Delete an Emission Activity Remark",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"emissionActivities-{esgActivityGid}-emissionActivityRemarks-{remarkSequence}-delete",
                "x-filename-id":"emissionactivities-esgactivitygid-emissionactivityremarks-remarksequence-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Emission Activities/Emission Activity Remarks"
                ],
                "summary":"Update an Emission Activity Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"emissionActivities-{esgActivityGid}-emissionActivityRemarks-{remarkSequence}-patch",
                "x-filename-id":"emissionactivities-esgactivitygid-emissionactivityremarks-remarksequence-patch"
            }
        },
        "/gtmPhysicalInvMovements":{
            "get":{
                "tags":[
                    "Business Objects/Gtm Physical Inv Movements"
                ],
                "summary":"Get Gtm Physical Inv Movements",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/gtmPhysicalInvMovements"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"gtmPhysicalInvMovements-get",
                "x-filename-id":"gtmphysicalinvmovements-get"
            }
        },
        "/gtmPhysicalInvMovements/{gtmPhysicalInvMovementGid}":{
            "parameters":[
                {
                    "name":"gtmPhysicalInvMovementGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Gtm Physical Inv Movements"
                ],
                "summary":"Get a Gtm Physical Inv Movement",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/gtmPhysicalInvMovements"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"gtmPhysicalInvMovements-{gtmPhysicalInvMovementGid}-get",
                "x-filename-id":"gtmphysicalinvmovements-gtmphysicalinvmovementgid-get"
            }
        },
        "/gtmPhysicalInvMovements/{gtmPhysicalInvMovementGid}/values":{
            "parameters":[
                {
                    "name":"gtmPhysicalInvMovementGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Gtm Physical Inv Movements/Values"
                ],
                "summary":"Get Values",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/gtmPhysicalInvMovements.values"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"gtmPhysicalInvMovements-{gtmPhysicalInvMovementGid}-values-get",
                "x-filename-id":"gtmphysicalinvmovements-gtmphysicalinvmovementgid-values-get"
            }
        },
        "/gtmPhysicalInvMovements/{gtmPhysicalInvMovementGid}/values/{valueQualifierGid}":{
            "parameters":[
                {
                    "name":"gtmPhysicalInvMovementGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"valueQualifierGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Gtm Physical Inv Movements/Values"
                ],
                "summary":"Get a Value",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/gtmPhysicalInvMovements.values"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"gtmPhysicalInvMovements-{gtmPhysicalInvMovementGid}-values-{valueQualifierGid}-get",
                "x-filename-id":"gtmphysicalinvmovements-gtmphysicalinvmovementgid-values-valuequalifiergid-get"
            }
        },
        "/tariffRates":{
            "get":{
                "tags":[
                    "Power Data/Tariff Rates"
                ],
                "summary":"Get Tariff Rates",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tariffRates"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tariffRates-get",
                "x-filename-id":"tariffrates-get"
            },
            "post":{
                "tags":[
                    "Power Data/Tariff Rates"
                ],
                "summary":"Create a Tariff Rate",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tariffRates"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tariffRates"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tariffRates-post",
                "x-filename-id":"tariffrates-post"
            }
        },
        "/tariffRates/{gtmTariffCodeGidxclassificationCode}":{
            "parameters":[
                {
                    "name":"gtmTariffCodeGidxclassificationCode",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Tariff Rates"
                ],
                "summary":"Get a Tariff Rate",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tariffRates"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tariffRates-{gtmTariffCodeGidxclassificationCode}-get",
                "x-filename-id":"tariffrates-gtmtariffcodegidxclassificationcode-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Tariff Rates"
                ],
                "summary":"Delete a Tariff Rate",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tariffRates-{gtmTariffCodeGidxclassificationCode}-delete",
                "x-filename-id":"tariffrates-gtmtariffcodegidxclassificationcode-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Tariff Rates"
                ],
                "summary":"Update a Tariff Rate",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tariffRates-{gtmTariffCodeGidxclassificationCode}-patch",
                "x-filename-id":"tariffrates-gtmtariffcodegidxclassificationcode-patch"
            }
        },
        "/responsiblePartyProfiles":{
            "get":{
                "tags":[
                    "Power Data/Responsible Party Profiles"
                ],
                "summary":"Get Responsible Party Profiles",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/responsiblePartyProfiles"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"responsiblePartyProfiles-get",
                "x-filename-id":"responsiblepartyprofiles-get"
            },
            "post":{
                "tags":[
                    "Power Data/Responsible Party Profiles"
                ],
                "summary":"Create a Responsible Party Profile",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/responsiblePartyProfiles"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/responsiblePartyProfiles"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"responsiblePartyProfiles-post",
                "x-filename-id":"responsiblepartyprofiles-post"
            }
        },
        "/responsiblePartyProfiles/{bsRespPartyProfileGid}":{
            "parameters":[
                {
                    "name":"bsRespPartyProfileGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Responsible Party Profiles"
                ],
                "summary":"Get a Responsible Party Profile",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/responsiblePartyProfiles"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"responsiblePartyProfiles-{bsRespPartyProfileGid}-get",
                "x-filename-id":"responsiblepartyprofiles-bsresppartyprofilegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Responsible Party Profiles"
                ],
                "summary":"Delete a Responsible Party Profile",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"responsiblePartyProfiles-{bsRespPartyProfileGid}-delete",
                "x-filename-id":"responsiblepartyprofiles-bsresppartyprofilegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Responsible Party Profiles"
                ],
                "summary":"Update a Responsible Party Profile",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"responsiblePartyProfiles-{bsRespPartyProfileGid}-patch",
                "x-filename-id":"responsiblepartyprofiles-bsresppartyprofilegid-patch"
            }
        },
        "/responsiblePartyProfiles/{bsRespPartyProfileGid}/details":{
            "parameters":[
                {
                    "name":"bsRespPartyProfileGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Responsible Party Profiles/Details"
                ],
                "summary":"Get Details",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/responsiblePartyProfiles.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"responsiblePartyProfiles-{bsRespPartyProfileGid}-details-get",
                "x-filename-id":"responsiblepartyprofiles-bsresppartyprofilegid-details-get"
            },
            "post":{
                "tags":[
                    "Power Data/Responsible Party Profiles/Details"
                ],
                "summary":"Create a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/responsiblePartyProfiles.details"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/responsiblePartyProfiles.details"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/responsiblePartyProfiles.details"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/responsiblePartyProfiles.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"responsiblePartyProfiles-{bsRespPartyProfileGid}-details-post",
                "x-filename-id":"responsiblepartyprofiles-bsresppartyprofilegid-details-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Responsible Party Profiles/Details"
                ],
                "summary":"Update Details",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"responsiblePartyProfiles-{bsRespPartyProfileGid}-details-patch",
                "x-filename-id":"responsiblepartyprofiles-bsresppartyprofilegid-details-patch"
            }
        },
        "/responsiblePartyProfiles/{bsRespPartyProfileGid}/details/{bsResponsiblePartyGid}":{
            "parameters":[
                {
                    "name":"bsRespPartyProfileGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"bsResponsiblePartyGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Responsible Party Profiles/Details"
                ],
                "summary":"Get a Detail",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/responsiblePartyProfiles.details"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"responsiblePartyProfiles-{bsRespPartyProfileGid}-details-{bsResponsiblePartyGid}-get",
                "x-filename-id":"responsiblepartyprofiles-bsresppartyprofilegid-details-bsresponsiblepartygid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Responsible Party Profiles/Details"
                ],
                "summary":"Delete a Detail",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"responsiblePartyProfiles-{bsRespPartyProfileGid}-details-{bsResponsiblePartyGid}-delete",
                "x-filename-id":"responsiblepartyprofiles-bsresppartyprofilegid-details-bsresponsiblepartygid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Responsible Party Profiles/Details"
                ],
                "summary":"Update a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"responsiblePartyProfiles-{bsRespPartyProfileGid}-details-{bsResponsiblePartyGid}-patch",
                "x-filename-id":"responsiblepartyprofiles-bsresppartyprofilegid-details-bsresponsiblepartygid-patch"
            }
        },
        "/crRouteReferenceNumberQualifiers":{
            "get":{
                "tags":[
                    "Power Data/Cr Route Reference Number Qualifiers"
                ],
                "summary":"Get Cr Route Reference Number Qualifiers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/crRouteReferenceNumberQualifiers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"crRouteReferenceNumberQualifiers-get",
                "x-filename-id":"crroutereferencenumberqualifiers-get"
            },
            "post":{
                "tags":[
                    "Power Data/Cr Route Reference Number Qualifiers"
                ],
                "summary":"Create a Cr Route Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/crRouteReferenceNumberQualifiers"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/crRouteReferenceNumberQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"crRouteReferenceNumberQualifiers-post",
                "x-filename-id":"crroutereferencenumberqualifiers-post"
            }
        },
        "/crRouteReferenceNumberQualifiers/{crRouteRefnumQualGid}":{
            "parameters":[
                {
                    "name":"crRouteRefnumQualGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Cr Route Reference Number Qualifiers"
                ],
                "summary":"Get a Cr Route Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/crRouteReferenceNumberQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"crRouteReferenceNumberQualifiers-{crRouteRefnumQualGid}-get",
                "x-filename-id":"crroutereferencenumberqualifiers-crrouterefnumqualgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Cr Route Reference Number Qualifiers"
                ],
                "summary":"Delete a Cr Route Reference Number Qualifier",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"crRouteReferenceNumberQualifiers-{crRouteRefnumQualGid}-delete",
                "x-filename-id":"crroutereferencenumberqualifiers-crrouterefnumqualgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Cr Route Reference Number Qualifiers"
                ],
                "summary":"Update a Cr Route Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"crRouteReferenceNumberQualifiers-{crRouteRefnumQualGid}-patch",
                "x-filename-id":"crroutereferencenumberqualifiers-crrouterefnumqualgid-patch"
            }
        },
        "/valuationMethods":{
            "get":{
                "tags":[
                    "Power Data/Valuation Methods"
                ],
                "summary":"Get Valuation Methods",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/valuationMethods"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"valuationMethods-get",
                "x-filename-id":"valuationmethods-get"
            },
            "post":{
                "tags":[
                    "Power Data/Valuation Methods"
                ],
                "summary":"Create a Valuation Method",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/valuationMethods"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/valuationMethods"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"valuationMethods-post",
                "x-filename-id":"valuationmethods-post"
            }
        },
        "/valuationMethods/{gtmValuationMethodGid}":{
            "parameters":[
                {
                    "name":"gtmValuationMethodGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Valuation Methods"
                ],
                "summary":"Get a Valuation Method",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/valuationMethods"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"valuationMethods-{gtmValuationMethodGid}-get",
                "x-filename-id":"valuationmethods-gtmvaluationmethodgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Valuation Methods"
                ],
                "summary":"Delete a Valuation Method",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"valuationMethods-{gtmValuationMethodGid}-delete",
                "x-filename-id":"valuationmethods-gtmvaluationmethodgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Valuation Methods"
                ],
                "summary":"Update a Valuation Method",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"valuationMethods-{gtmValuationMethodGid}-patch",
                "x-filename-id":"valuationmethods-gtmvaluationmethodgid-patch"
            }
        },
        "/declarationSubTypes":{
            "get":{
                "tags":[
                    "Power Data/Declaration Sub Types"
                ],
                "summary":"Get Declaration Sub Types",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/declarationSubTypes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"declarationSubTypes-get",
                "x-filename-id":"declarationsubtypes-get"
            },
            "post":{
                "tags":[
                    "Power Data/Declaration Sub Types"
                ],
                "summary":"Create a Declaration Sub Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/declarationSubTypes"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/declarationSubTypes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"declarationSubTypes-post",
                "x-filename-id":"declarationsubtypes-post"
            }
        },
        "/declarationSubTypes/{gtmDeclSTypeGid}":{
            "parameters":[
                {
                    "name":"gtmDeclSTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Declaration Sub Types"
                ],
                "summary":"Get a Declaration Sub Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/declarationSubTypes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"declarationSubTypes-{gtmDeclSTypeGid}-get",
                "x-filename-id":"declarationsubtypes-gtmdeclstypegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Declaration Sub Types"
                ],
                "summary":"Delete a Declaration Sub Type",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"declarationSubTypes-{gtmDeclSTypeGid}-delete",
                "x-filename-id":"declarationsubtypes-gtmdeclstypegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Declaration Sub Types"
                ],
                "summary":"Update a Declaration Sub Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"declarationSubTypes-{gtmDeclSTypeGid}-patch",
                "x-filename-id":"declarationsubtypes-gtmdeclstypegid-patch"
            }
        },
        "/activityTypes":{
            "get":{
                "tags":[
                    "Power Data/Activity Types"
                ],
                "summary":"Get Activity Types",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/activityTypes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"activityTypes-get",
                "x-filename-id":"activitytypes-get"
            },
            "post":{
                "tags":[
                    "Power Data/Activity Types"
                ],
                "summary":"Create an Activity Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/activityTypes"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/activityTypes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"activityTypes-post",
                "x-filename-id":"activitytypes-post"
            }
        },
        "/activityTypes/{activityTypeGid}":{
            "parameters":[
                {
                    "name":"activityTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Activity Types"
                ],
                "summary":"Get an Activity Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/activityTypes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"activityTypes-{activityTypeGid}-get",
                "x-filename-id":"activitytypes-activitytypegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Activity Types"
                ],
                "summary":"Delete an Activity Type",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"activityTypes-{activityTypeGid}-delete",
                "x-filename-id":"activitytypes-activitytypegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Activity Types"
                ],
                "summary":"Update an Activity Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"activityTypes-{activityTypeGid}-patch",
                "x-filename-id":"activitytypes-activitytypegid-patch"
            }
        },
        "/voyageServiceTypes":{
            "get":{
                "tags":[
                    "Power Data/Voyage Service Types"
                ],
                "summary":"Get Voyage Service Types",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/voyageServiceTypes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"voyageServiceTypes-get",
                "x-filename-id":"voyageservicetypes-get"
            },
            "post":{
                "tags":[
                    "Power Data/Voyage Service Types"
                ],
                "summary":"Create a Voyage Service Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/voyageServiceTypes"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/voyageServiceTypes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"voyageServiceTypes-post",
                "x-filename-id":"voyageservicetypes-post"
            }
        },
        "/voyageServiceTypes/{voyageServiceTypeGid}":{
            "parameters":[
                {
                    "name":"voyageServiceTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Voyage Service Types"
                ],
                "summary":"Get a Voyage Service Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/voyageServiceTypes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"voyageServiceTypes-{voyageServiceTypeGid}-get",
                "x-filename-id":"voyageservicetypes-voyageservicetypegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Voyage Service Types"
                ],
                "summary":"Delete a Voyage Service Type",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"voyageServiceTypes-{voyageServiceTypeGid}-delete",
                "x-filename-id":"voyageservicetypes-voyageservicetypegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Voyage Service Types"
                ],
                "summary":"Update a Voyage Service Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"voyageServiceTypes-{voyageServiceTypeGid}-patch",
                "x-filename-id":"voyageservicetypes-voyageservicetypegid-patch"
            }
        },
        "/custom-actions/addDocuments/{resourceName}":{
            "post":{
                "tags":[
                    "Actions/Utility Actions"
                ],
                "summary":"Use the Add Document action on a resource.",
                "parameters":[
                    {
                        "name":"resourceName",
                        "in":"path",
                        "required":true,
                        "schema":{
                            "type":"string"
                        },
                        "description":"Target resource name."
                    },
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "required":true,
                    "content":{
                        "application/json":{
                            "schema":{
                                "$ref":"#/components/schemas/addDocumentsRequest"
                            }
                        }
                    }
                },
                "responses":{
                    "200":{
                        "description":"Success! A successful POST method returns a 200 status code.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/documents"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    },
                    "400":{
                        "description":"Your request couldn't be processed because it contains missing or invalid information. For example, a validation error on an input field or a missing required value.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    },
                    "401":{
                        "description":"Unauthorized. The request was not successful because it is missing valid authentication credentials for the requested resource.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    },
                    "403":{
                        "description":"Access to the specified resource has been forbidden.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    },
                    "500":{
                        "description":"The server encountered something unexpected that prevented it from completing the request.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"custom-actions-addDocuments-{resourceName}-post",
                "x-filename-id":"custom-actions-adddocuments-resourcename-post"
            }
        },
        "/currencyExchangeRates":{
            "get":{
                "tags":[
                    "Business Objects/Currency Exchange Rates"
                ],
                "summary":"Get Currency Exchange Rates",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/currencyExchangeRates"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"currencyExchangeRates-get",
                "x-filename-id":"currencyexchangerates-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Currency Exchange Rates"
                ],
                "summary":"Create a Currency Exchange Rate",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/currencyExchangeRates"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/currencyExchangeRates"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"currencyExchangeRates-post",
                "x-filename-id":"currencyexchangerates-post"
            }
        },
        "/currencyExchangeRates/{currencyExchangeRateId}":{
            "parameters":[
                {
                    "name":"currencyExchangeRateId",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Currency Exchange Rates"
                ],
                "summary":"Get a Currency Exchange Rate",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/currencyExchangeRates"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"currencyExchangeRates-{currencyExchangeRateId}-get",
                "x-filename-id":"currencyexchangerates-currencyexchangerateid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Currency Exchange Rates"
                ],
                "summary":"Delete a Currency Exchange Rate",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"currencyExchangeRates-{currencyExchangeRateId}-delete",
                "x-filename-id":"currencyexchangerates-currencyexchangerateid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Currency Exchange Rates"
                ],
                "summary":"Update a Currency Exchange Rate",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"currencyExchangeRates-{currencyExchangeRateId}-patch",
                "x-filename-id":"currencyexchangerates-currencyexchangerateid-patch"
            }
        },
        "/invoices":{
            "get":{
                "tags":[
                    "Business Objects/Invoices"
                ],
                "summary":"Get Invoices",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/invoices"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"invoices-get",
                "x-filename-id":"invoices-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Invoices"
                ],
                "summary":"Create an Invoice",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/invoices"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/invoices"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"invoices-post",
                "x-filename-id":"invoices-post"
            }
        },
        "/invoices/{invoiceGid}":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Invoices"
                ],
                "summary":"Get an Invoice",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/invoices"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-get",
                "x-filename-id":"invoices-invoicegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Invoices"
                ],
                "summary":"Delete an Invoice",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-delete",
                "x-filename-id":"invoices-invoicegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Invoices"
                ],
                "summary":"Update an Invoice",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-patch",
                "x-filename-id":"invoices-invoicegid-patch"
            }
        },
        "/invoices/{invoiceGid}/protectiveServices":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Invoices/Protective Services"
                ],
                "summary":"Get Protective Services",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/invoices.protectiveServices"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-protectiveServices-get",
                "x-filename-id":"invoices-invoicegid-protectiveservices-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Invoices/Protective Services"
                ],
                "summary":"Create a Protective Service",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/invoices.protectiveServices"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/invoices.protectiveServices"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/invoices.protectiveServices"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/invoices.protectiveServices"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-protectiveServices-post",
                "x-filename-id":"invoices-invoicegid-protectiveservices-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Invoices/Protective Services"
                ],
                "summary":"Update Protective Services",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-protectiveServices-patch",
                "x-filename-id":"invoices-invoicegid-protectiveservices-patch"
            }
        },
        "/invoices/{invoiceGid}/protectiveServices/{protSrvSeqNo}":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"protSrvSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Invoices/Protective Services"
                ],
                "summary":"Get a Protective Service",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/invoices.protectiveServices"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-protectiveServices-{protSrvSeqNo}-get",
                "x-filename-id":"invoices-invoicegid-protectiveservices-protsrvseqno-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Invoices/Protective Services"
                ],
                "summary":"Delete a Protective Service",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-protectiveServices-{protSrvSeqNo}-delete",
                "x-filename-id":"invoices-invoicegid-protectiveservices-protsrvseqno-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Invoices/Protective Services"
                ],
                "summary":"Update a Protective Service",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-protectiveServices-{protSrvSeqNo}-patch",
                "x-filename-id":"invoices-invoicegid-protectiveservices-protsrvseqno-patch"
            }
        },
        "/invoices/{invoiceGid}/stops":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Invoices/Stops"
                ],
                "summary":"Get Stops",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/invoices.stops"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-stops-get",
                "x-filename-id":"invoices-invoicegid-stops-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Invoices/Stops"
                ],
                "summary":"Create a Stop",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/invoices.stops"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/invoices.stops"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/invoices.stops"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/invoices.stops"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-stops-post",
                "x-filename-id":"invoices-invoicegid-stops-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Invoices/Stops"
                ],
                "summary":"Update Stops",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-stops-patch",
                "x-filename-id":"invoices-invoicegid-stops-patch"
            }
        },
        "/invoices/{invoiceGid}/stops/{stopSeqNo}":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"stopSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Invoices/Stops"
                ],
                "summary":"Get a Stop",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/invoices.stops"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-stops-{stopSeqNo}-get",
                "x-filename-id":"invoices-invoicegid-stops-stopseqno-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Invoices/Stops"
                ],
                "summary":"Delete a Stop",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-stops-{stopSeqNo}-delete",
                "x-filename-id":"invoices-invoicegid-stops-stopseqno-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Invoices/Stops"
                ],
                "summary":"Update a Stop",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-stops-{stopSeqNo}-patch",
                "x-filename-id":"invoices-invoicegid-stops-stopseqno-patch"
            }
        },
        "/invoices/{invoiceGid}/stops/{stopSeqNo}/seals":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"stopSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Invoices/Stops/Seals"
                ],
                "summary":"Get Seals",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/invoices.stops.seals"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-stops-{stopSeqNo}-seals-get",
                "x-filename-id":"invoices-invoicegid-stops-stopseqno-seals-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Invoices/Stops/Seals"
                ],
                "summary":"Create a Seal",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/invoices.stops.seals"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/invoices.stops.seals"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/invoices.stops.seals"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/invoices.stops.seals"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-stops-{stopSeqNo}-seals-post",
                "x-filename-id":"invoices-invoicegid-stops-stopseqno-seals-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Invoices/Stops/Seals"
                ],
                "summary":"Update Seals",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-stops-{stopSeqNo}-seals-patch",
                "x-filename-id":"invoices-invoicegid-stops-stopseqno-seals-patch"
            }
        },
        "/invoices/{invoiceGid}/stops/{stopSeqNo}/seals/{sealSequence}":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"stopSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sealSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Invoices/Stops/Seals"
                ],
                "summary":"Get a Seal",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/invoices.stops.seals"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-stops-{stopSeqNo}-seals-{sealSequence}-get",
                "x-filename-id":"invoices-invoicegid-stops-stopseqno-seals-sealsequence-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Invoices/Stops/Seals"
                ],
                "summary":"Delete a Seal",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-stops-{stopSeqNo}-seals-{sealSequence}-delete",
                "x-filename-id":"invoices-invoicegid-stops-stopseqno-seals-sealsequence-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Invoices/Stops/Seals"
                ],
                "summary":"Update a Seal",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-stops-{stopSeqNo}-seals-{sealSequence}-patch",
                "x-filename-id":"invoices-invoicegid-stops-stopseqno-seals-sealsequence-patch"
            }
        },
        "/invoices/{invoiceGid}/stops/{stopSeqNo}/refnums":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"stopSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Invoices/Stops/Reference Numbers"
                ],
                "summary":"Get Reference Numbers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/invoices.stops.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-stops-{stopSeqNo}-refnums-get",
                "x-filename-id":"invoices-invoicegid-stops-stopseqno-refnums-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Invoices/Stops/Reference Numbers"
                ],
                "summary":"Create a Reference Number",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/invoices.stops.refnums"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/invoices.stops.refnums"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/invoices.stops.refnums"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/invoices.stops.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-stops-{stopSeqNo}-refnums-post",
                "x-filename-id":"invoices-invoicegid-stops-stopseqno-refnums-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Invoices/Stops/Reference Numbers"
                ],
                "summary":"Update Reference Numbers",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-stops-{stopSeqNo}-refnums-patch",
                "x-filename-id":"invoices-invoicegid-stops-stopseqno-refnums-patch"
            }
        },
        "/invoices/{invoiceGid}/stops/{stopSeqNo}/refnums/{invoiceStopRefnumQualGid}":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"stopSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"invoiceStopRefnumQualGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Invoices/Stops/Reference Numbers"
                ],
                "summary":"Get a Reference Number",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/invoices.stops.refnums"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-stops-{stopSeqNo}-refnums-{invoiceStopRefnumQualGid}-get",
                "x-filename-id":"invoices-invoicegid-stops-stopseqno-refnums-invoicestoprefnumqualgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Invoices/Stops/Reference Numbers"
                ],
                "summary":"Delete a Reference Number",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-stops-{stopSeqNo}-refnums-{invoiceStopRefnumQualGid}-delete",
                "x-filename-id":"invoices-invoicegid-stops-stopseqno-refnums-invoicestoprefnumqualgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Invoices/Stops/Reference Numbers"
                ],
                "summary":"Update a Reference Number",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-stops-{stopSeqNo}-refnums-{invoiceStopRefnumQualGid}-patch",
                "x-filename-id":"invoices-invoicegid-stops-stopseqno-refnums-invoicestoprefnumqualgid-patch"
            }
        },
        "/invoices/{invoiceGid}/ports":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Invoices/Ports"
                ],
                "summary":"Get Ports",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/invoices.ports"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-ports-get",
                "x-filename-id":"invoices-invoicegid-ports-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Invoices/Ports"
                ],
                "summary":"Create a Port",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/invoices.ports"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/invoices.ports"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/invoices.ports"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/invoices.ports"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-ports-post",
                "x-filename-id":"invoices-invoicegid-ports-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Invoices/Ports"
                ],
                "summary":"Update Ports",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-ports-patch",
                "x-filename-id":"invoices-invoicegid-ports-patch"
            }
        },
        "/invoices/{invoiceGid}/ports/{portSeqNo}":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"portSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Invoices/Ports"
                ],
                "summary":"Get a Port",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/invoices.ports"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-ports-{portSeqNo}-get",
                "x-filename-id":"invoices-invoicegid-ports-portseqno-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Invoices/Ports"
                ],
                "summary":"Delete a Port",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-ports-{portSeqNo}-delete",
                "x-filename-id":"invoices-invoicegid-ports-portseqno-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Invoices/Ports"
                ],
                "summary":"Update a Port",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-ports-{portSeqNo}-patch",
                "x-filename-id":"invoices-invoicegid-ports-portseqno-patch"
            }
        },
        "/invoices/{invoiceGid}/lineItems":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Invoices/Line Items"
                ],
                "summary":"Get Line Items",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/invoices.lineItems"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-lineItems-get",
                "x-filename-id":"invoices-invoicegid-lineitems-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Invoices/Line Items"
                ],
                "summary":"Create a Line Item",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/invoices.lineItems"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/invoices.lineItems"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/invoices.lineItems"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/invoices.lineItems"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-lineItems-post",
                "x-filename-id":"invoices-invoicegid-lineitems-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Invoices/Line Items"
                ],
                "summary":"Update Line Items",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-lineItems-patch",
                "x-filename-id":"invoices-invoicegid-lineitems-patch"
            }
        },
        "/invoices/{invoiceGid}/lineItems/{lineitemSeqNo}":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"lineitemSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Invoices/Line Items"
                ],
                "summary":"Get a Line Item",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/invoices.lineItems"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-lineItems-{lineitemSeqNo}-get",
                "x-filename-id":"invoices-invoicegid-lineitems-lineitemseqno-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Invoices/Line Items"
                ],
                "summary":"Delete a Line Item",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-lineItems-{lineitemSeqNo}-delete",
                "x-filename-id":"invoices-invoicegid-lineitems-lineitemseqno-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Invoices/Line Items"
                ],
                "summary":"Update a Line Item",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-lineItems-{lineitemSeqNo}-patch",
                "x-filename-id":"invoices-invoicegid-lineitems-lineitemseqno-patch"
            }
        },
        "/invoices/{invoiceGid}/lineItems/{lineitemSeqNo}/vats":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"lineitemSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Invoices/Line Items/VATs"
                ],
                "summary":"Get VATs",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/invoices.lineItems.vats"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-lineItems-{lineitemSeqNo}-vats-get",
                "x-filename-id":"invoices-invoicegid-lineitems-lineitemseqno-vats-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Invoices/Line Items/VATs"
                ],
                "summary":"Create a VAT",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/invoices.lineItems.vats"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/invoices.lineItems.vats"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/invoices.lineItems.vats"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/invoices.lineItems.vats"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-lineItems-{lineitemSeqNo}-vats-post",
                "x-filename-id":"invoices-invoicegid-lineitems-lineitemseqno-vats-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Invoices/Line Items/VATs"
                ],
                "summary":"Update VATs",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-lineItems-{lineitemSeqNo}-vats-patch",
                "x-filename-id":"invoices-invoicegid-lineitems-lineitemseqno-vats-patch"
            }
        },
        "/invoices/{invoiceGid}/lineItems/{lineitemSeqNo}/vats/{vatSeqno}":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"lineitemSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"vatSeqno",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Invoices/Line Items/VATs"
                ],
                "summary":"Get a VAT",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/invoices.lineItems.vats"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-lineItems-{lineitemSeqNo}-vats-{vatSeqno}-get",
                "x-filename-id":"invoices-invoicegid-lineitems-lineitemseqno-vats-vatseqno-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Invoices/Line Items/VATs"
                ],
                "summary":"Delete a VAT",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-lineItems-{lineitemSeqNo}-vats-{vatSeqno}-delete",
                "x-filename-id":"invoices-invoicegid-lineitems-lineitemseqno-vats-vatseqno-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Invoices/Line Items/VATs"
                ],
                "summary":"Update a VAT",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-lineItems-{lineitemSeqNo}-vats-{vatSeqno}-patch",
                "x-filename-id":"invoices-invoicegid-lineitems-lineitemseqno-vats-vatseqno-patch"
            }
        },
        "/invoices/{invoiceGid}/lineItems/{lineitemSeqNo}/vats/{vatSeqno}/costRefs":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"lineitemSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"vatSeqno",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Invoices/Line Items/VATs/Cost References"
                ],
                "summary":"Get Cost References",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/invoices.lineItems.vats.costRefs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-lineItems-{lineitemSeqNo}-vats-{vatSeqno}-costRefs-get",
                "x-filename-id":"invoices-invoicegid-lineitems-lineitemseqno-vats-vatseqno-costrefs-get"
            }
        },
        "/invoices/{invoiceGid}/lineItems/{lineitemSeqNo}/vats/{vatSeqno}/costRefs/{costReferenceGid}":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"lineitemSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"vatSeqno",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"costReferenceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Invoices/Line Items/VATs/Cost References"
                ],
                "summary":"Get a Cost Reference",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/invoices.lineItems.vats.costRefs"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-lineItems-{lineitemSeqNo}-vats-{vatSeqno}-costRefs-{costReferenceGid}-get",
                "x-filename-id":"invoices-invoicegid-lineitems-lineitemseqno-vats-vatseqno-costrefs-costreferencegid-get"
            }
        },
        "/invoices/{invoiceGid}/lineItems/{lineitemSeqNo}/costRefs":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"lineitemSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Invoices/Line Items/Cost References"
                ],
                "summary":"Get Cost References",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/invoices.lineItems.costRefs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-lineItems-{lineitemSeqNo}-costRefs-get",
                "x-filename-id":"invoices-invoicegid-lineitems-lineitemseqno-costrefs-get"
            }
        },
        "/invoices/{invoiceGid}/lineItems/{lineitemSeqNo}/costRefs/{costReferenceGid}":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"lineitemSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"costReferenceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Invoices/Line Items/Cost References"
                ],
                "summary":"Get a Cost Reference",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/invoices.lineItems.costRefs"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-lineItems-{lineitemSeqNo}-costRefs-{costReferenceGid}-get",
                "x-filename-id":"invoices-invoicegid-lineitems-lineitemseqno-costrefs-costreferencegid-get"
            }
        },
        "/invoices/{invoiceGid}/lineItems/{lineitemSeqNo}/remarks":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"lineitemSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Invoices/Line Items/Remarks"
                ],
                "summary":"Get Remarks",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/invoices.lineItems.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-lineItems-{lineitemSeqNo}-remarks-get",
                "x-filename-id":"invoices-invoicegid-lineitems-lineitemseqno-remarks-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Invoices/Line Items/Remarks"
                ],
                "summary":"Create a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/invoices.lineItems.remarks"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/invoices.lineItems.remarks"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/invoices.lineItems.remarks"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/invoices.lineItems.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-lineItems-{lineitemSeqNo}-remarks-post",
                "x-filename-id":"invoices-invoicegid-lineitems-lineitemseqno-remarks-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Invoices/Line Items/Remarks"
                ],
                "summary":"Update Remarks",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-lineItems-{lineitemSeqNo}-remarks-patch",
                "x-filename-id":"invoices-invoicegid-lineitems-lineitemseqno-remarks-patch"
            }
        },
        "/invoices/{invoiceGid}/lineItems/{lineitemSeqNo}/remarks/{remarkSeqNo}":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"lineitemSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"remarkSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Invoices/Line Items/Remarks"
                ],
                "summary":"Get a Remark",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/invoices.lineItems.remarks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-lineItems-{lineitemSeqNo}-remarks-{remarkSeqNo}-get",
                "x-filename-id":"invoices-invoicegid-lineitems-lineitemseqno-remarks-remarkseqno-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Invoices/Line Items/Remarks"
                ],
                "summary":"Delete a Remark",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-lineItems-{lineitemSeqNo}-remarks-{remarkSeqNo}-delete",
                "x-filename-id":"invoices-invoicegid-lineitems-lineitemseqno-remarks-remarkseqno-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Invoices/Line Items/Remarks"
                ],
                "summary":"Update a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-lineItems-{lineitemSeqNo}-remarks-{remarkSeqNo}-patch",
                "x-filename-id":"invoices-invoicegid-lineitems-lineitemseqno-remarks-remarkseqno-patch"
            }
        },
        "/invoices/{invoiceGid}/lineItems/{lineitemSeqNo}/commercialDatas":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"lineitemSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Invoices/Line Items/Commercial Data"
                ],
                "summary":"Get Commercial Data",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/invoices.lineItems.commercialDatas"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-lineItems-{lineitemSeqNo}-commercialDatas-get",
                "x-filename-id":"invoices-invoicegid-lineitems-lineitemseqno-commercialdatas-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Invoices/Line Items/Commercial Data"
                ],
                "summary":"Create a Commercial Data",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/invoices.lineItems.commercialDatas"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/invoices.lineItems.commercialDatas"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/invoices.lineItems.commercialDatas"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/invoices.lineItems.commercialDatas"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-lineItems-{lineitemSeqNo}-commercialDatas-post",
                "x-filename-id":"invoices-invoicegid-lineitems-lineitemseqno-commercialdatas-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Invoices/Line Items/Commercial Data"
                ],
                "summary":"Update Commercial Data",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-lineItems-{lineitemSeqNo}-commercialDatas-patch",
                "x-filename-id":"invoices-invoicegid-lineitems-lineitemseqno-commercialdatas-patch"
            }
        },
        "/invoices/{invoiceGid}/lineItems/{lineitemSeqNo}/commercialDatas/{commercialDataSeqNo}":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"lineitemSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"commercialDataSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Invoices/Line Items/Commercial Data"
                ],
                "summary":"Get a Commercial Data",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/invoices.lineItems.commercialDatas"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-lineItems-{lineitemSeqNo}-commercialDatas-{commercialDataSeqNo}-get",
                "x-filename-id":"invoices-invoicegid-lineitems-lineitemseqno-commercialdatas-commercialdataseqno-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Invoices/Line Items/Commercial Data"
                ],
                "summary":"Delete a Commercial Data",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-lineItems-{lineitemSeqNo}-commercialDatas-{commercialDataSeqNo}-delete",
                "x-filename-id":"invoices-invoicegid-lineitems-lineitemseqno-commercialdatas-commercialdataseqno-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Invoices/Line Items/Commercial Data"
                ],
                "summary":"Update a Commercial Data",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-lineItems-{lineitemSeqNo}-commercialDatas-{commercialDataSeqNo}-patch",
                "x-filename-id":"invoices-invoicegid-lineitems-lineitemseqno-commercialdatas-commercialdataseqno-patch"
            }
        },
        "/invoices/{invoiceGid}/lineItems/{lineitemSeqNo}/refnums":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"lineitemSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Invoices/Line Items/Reference Numbers"
                ],
                "summary":"Get Reference Numbers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/invoices.lineItems.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-lineItems-{lineitemSeqNo}-refnums-get",
                "x-filename-id":"invoices-invoicegid-lineitems-lineitemseqno-refnums-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Invoices/Line Items/Reference Numbers"
                ],
                "summary":"Create a Reference Number",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/invoices.lineItems.refnums"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/invoices.lineItems.refnums"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/invoices.lineItems.refnums"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/invoices.lineItems.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-lineItems-{lineitemSeqNo}-refnums-post",
                "x-filename-id":"invoices-invoicegid-lineitems-lineitemseqno-refnums-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Invoices/Line Items/Reference Numbers"
                ],
                "summary":"Update Reference Numbers",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-lineItems-{lineitemSeqNo}-refnums-patch",
                "x-filename-id":"invoices-invoicegid-lineitems-lineitemseqno-refnums-patch"
            }
        },
        "/invoices/{invoiceGid}/lineItems/{lineitemSeqNo}/refnums/{invoiceLiRefnumQualGid}":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"lineitemSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"invoiceLiRefnumQualGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Invoices/Line Items/Reference Numbers"
                ],
                "summary":"Get a Reference Number",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/invoices.lineItems.refnums"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-lineItems-{lineitemSeqNo}-refnums-{invoiceLiRefnumQualGid}-get",
                "x-filename-id":"invoices-invoicegid-lineitems-lineitemseqno-refnums-invoicelirefnumqualgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Invoices/Line Items/Reference Numbers"
                ],
                "summary":"Delete a Reference Number",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-lineItems-{lineitemSeqNo}-refnums-{invoiceLiRefnumQualGid}-delete",
                "x-filename-id":"invoices-invoicegid-lineitems-lineitemseqno-refnums-invoicelirefnumqualgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Invoices/Line Items/Reference Numbers"
                ],
                "summary":"Update a Reference Number",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-lineItems-{lineitemSeqNo}-refnums-{invoiceLiRefnumQualGid}-patch",
                "x-filename-id":"invoices-invoicegid-lineitems-lineitemseqno-refnums-invoicelirefnumqualgid-patch"
            }
        },
        "/invoices/{invoiceGid}/lineItems/{lineitemSeqNo}/vouchers":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"lineitemSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Invoices/Line Items/Vouchers"
                ],
                "summary":"Get Vouchers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/invoices.lineItems.vouchers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-lineItems-{lineitemSeqNo}-vouchers-get",
                "x-filename-id":"invoices-invoicegid-lineitems-lineitemseqno-vouchers-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Invoices/Line Items/Vouchers"
                ],
                "summary":"Create a Voucher",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/invoices.lineItems.vouchers"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/invoices.lineItems.vouchers"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/invoices.lineItems.vouchers"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/invoices.lineItems.vouchers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-lineItems-{lineitemSeqNo}-vouchers-post",
                "x-filename-id":"invoices-invoicegid-lineitems-lineitemseqno-vouchers-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Invoices/Line Items/Vouchers"
                ],
                "summary":"Update Vouchers",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-lineItems-{lineitemSeqNo}-vouchers-patch",
                "x-filename-id":"invoices-invoicegid-lineitems-lineitemseqno-vouchers-patch"
            }
        },
        "/invoices/{invoiceGid}/lineItems/{lineitemSeqNo}/vouchers/{voucherGid}":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"lineitemSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"voucherGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Invoices/Line Items/Vouchers"
                ],
                "summary":"Get a Voucher",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/invoices.lineItems.vouchers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-lineItems-{lineitemSeqNo}-vouchers-{voucherGid}-get",
                "x-filename-id":"invoices-invoicegid-lineitems-lineitemseqno-vouchers-vouchergid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Invoices/Line Items/Vouchers"
                ],
                "summary":"Delete a Voucher",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-lineItems-{lineitemSeqNo}-vouchers-{voucherGid}-delete",
                "x-filename-id":"invoices-invoicegid-lineitems-lineitemseqno-vouchers-vouchergid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Invoices/Line Items/Vouchers"
                ],
                "summary":"Update a Voucher",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-lineItems-{lineitemSeqNo}-vouchers-{voucherGid}-patch",
                "x-filename-id":"invoices-invoicegid-lineitems-lineitemseqno-vouchers-vouchergid-patch"
            }
        },
        "/invoices/{invoiceGid}/involvedParties":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Invoices/Involved Parties"
                ],
                "summary":"Get Involved Parties",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/invoices.involvedParties"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-involvedParties-get",
                "x-filename-id":"invoices-invoicegid-involvedparties-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Invoices/Involved Parties"
                ],
                "summary":"Create an Involved Party",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/invoices.involvedParties"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/invoices.involvedParties"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/invoices.involvedParties"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/invoices.involvedParties"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-involvedParties-post",
                "x-filename-id":"invoices-invoicegid-involvedparties-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Invoices/Involved Parties"
                ],
                "summary":"Update Involved Parties",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-involvedParties-patch",
                "x-filename-id":"invoices-invoicegid-involvedparties-patch"
            }
        },
        "/invoices/{invoiceGid}/involvedParties/{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Invoices/Involved Parties"
                ],
                "summary":"Get an Involved Party",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/invoices.involvedParties"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-get",
                "x-filename-id":"invoices-invoicegid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Invoices/Involved Parties"
                ],
                "summary":"Delete an Involved Party",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-delete",
                "x-filename-id":"invoices-invoicegid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Invoices/Involved Parties"
                ],
                "summary":"Update an Involved Party",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-patch",
                "x-filename-id":"invoices-invoicegid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-patch"
            }
        },
        "/invoices/{invoiceGid}/vatAnalyses":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Invoices/VAT Analyses"
                ],
                "summary":"Get VAT Analyses",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/invoices.vatAnalyses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-vatAnalyses-get",
                "x-filename-id":"invoices-invoicegid-vatanalyses-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Invoices/VAT Analyses"
                ],
                "summary":"Create a VAT Analysis",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/invoices.vatAnalyses"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/invoices.vatAnalyses"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/invoices.vatAnalyses"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/invoices.vatAnalyses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-vatAnalyses-post",
                "x-filename-id":"invoices-invoicegid-vatanalyses-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Invoices/VAT Analyses"
                ],
                "summary":"Update VAT Analyses",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-vatAnalyses-patch",
                "x-filename-id":"invoices-invoicegid-vatanalyses-patch"
            }
        },
        "/invoices/{invoiceGid}/vatAnalyses/{vatCodeGid}":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"vatCodeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Invoices/VAT Analyses"
                ],
                "summary":"Get a VAT Analysis",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/invoices.vatAnalyses"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-vatAnalyses-{vatCodeGid}-get",
                "x-filename-id":"invoices-invoicegid-vatanalyses-vatcodegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Invoices/VAT Analyses"
                ],
                "summary":"Delete a VAT Analysis",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-vatAnalyses-{vatCodeGid}-delete",
                "x-filename-id":"invoices-invoicegid-vatanalyses-vatcodegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Invoices/VAT Analyses"
                ],
                "summary":"Update a VAT Analysis",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-vatAnalyses-{vatCodeGid}-patch",
                "x-filename-id":"invoices-invoicegid-vatanalyses-vatcodegid-patch"
            }
        },
        "/invoices/{invoiceGid}/remarks":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Invoices/Remarks"
                ],
                "summary":"Get Remarks",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/invoices.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-remarks-get",
                "x-filename-id":"invoices-invoicegid-remarks-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Invoices/Remarks"
                ],
                "summary":"Create a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/invoices.remarks"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/invoices.remarks"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/invoices.remarks"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/invoices.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-remarks-post",
                "x-filename-id":"invoices-invoicegid-remarks-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Invoices/Remarks"
                ],
                "summary":"Update Remarks",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-remarks-patch",
                "x-filename-id":"invoices-invoicegid-remarks-patch"
            }
        },
        "/invoices/{invoiceGid}/remarks/{remarkSeqNo}":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"remarkSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Invoices/Remarks"
                ],
                "summary":"Get a Remark",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/invoices.remarks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-remarks-{remarkSeqNo}-get",
                "x-filename-id":"invoices-invoicegid-remarks-remarkseqno-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Invoices/Remarks"
                ],
                "summary":"Delete a Remark",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-remarks-{remarkSeqNo}-delete",
                "x-filename-id":"invoices-invoicegid-remarks-remarkseqno-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Invoices/Remarks"
                ],
                "summary":"Update a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-remarks-{remarkSeqNo}-patch",
                "x-filename-id":"invoices-invoicegid-remarks-remarkseqno-patch"
            }
        },
        "/invoices/{invoiceGid}/texts":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Invoices/Texts"
                ],
                "summary":"Get Texts",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/invoices.texts"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-texts-get",
                "x-filename-id":"invoices-invoicegid-texts-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Invoices/Texts"
                ],
                "summary":"Create a Text",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/invoices.texts"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/invoices.texts"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/invoices.texts"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/invoices.texts"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-texts-post",
                "x-filename-id":"invoices-invoicegid-texts-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Invoices/Texts"
                ],
                "summary":"Update Texts",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-texts-patch",
                "x-filename-id":"invoices-invoicegid-texts-patch"
            }
        },
        "/invoices/{invoiceGid}/texts/{textTemplateGidxdocumentDefGid}":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"textTemplateGidxdocumentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Invoices/Texts"
                ],
                "summary":"Get a Text",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/invoices.texts"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-texts-{textTemplateGidxdocumentDefGid}-get",
                "x-filename-id":"invoices-invoicegid-texts-texttemplategidxdocumentdefgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Invoices/Texts"
                ],
                "summary":"Delete a Text",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-texts-{textTemplateGidxdocumentDefGid}-delete",
                "x-filename-id":"invoices-invoicegid-texts-texttemplategidxdocumentdefgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Invoices/Texts"
                ],
                "summary":"Update a Text",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-texts-{textTemplateGidxdocumentDefGid}-patch",
                "x-filename-id":"invoices-invoicegid-texts-texttemplategidxdocumentdefgid-patch"
            }
        },
        "/invoices/{invoiceGid}/equipmentDetails":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Invoices/Equipment Details"
                ],
                "summary":"Get Equipment Details",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/invoices.equipmentDetails"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-equipmentDetails-get",
                "x-filename-id":"invoices-invoicegid-equipmentdetails-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Invoices/Equipment Details"
                ],
                "summary":"Create an Equipment Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/invoices.equipmentDetails"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/invoices.equipmentDetails"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/invoices.equipmentDetails"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/invoices.equipmentDetails"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-equipmentDetails-post",
                "x-filename-id":"invoices-invoicegid-equipmentdetails-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Invoices/Equipment Details"
                ],
                "summary":"Update Equipment Details",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-equipmentDetails-patch",
                "x-filename-id":"invoices-invoicegid-equipmentdetails-patch"
            }
        },
        "/invoices/{invoiceGid}/equipmentDetails/{seqNumber}":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"seqNumber",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Invoices/Equipment Details"
                ],
                "summary":"Get an Equipment Detail",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/invoices.equipmentDetails"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-equipmentDetails-{seqNumber}-get",
                "x-filename-id":"invoices-invoicegid-equipmentdetails-seqnumber-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Invoices/Equipment Details"
                ],
                "summary":"Delete an Equipment Detail",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-equipmentDetails-{seqNumber}-delete",
                "x-filename-id":"invoices-invoicegid-equipmentdetails-seqnumber-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Invoices/Equipment Details"
                ],
                "summary":"Update an Equipment Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-equipmentDetails-{seqNumber}-patch",
                "x-filename-id":"invoices-invoicegid-equipmentdetails-seqnumber-patch"
            }
        },
        "/invoices/{invoiceGid}/equipmentDetails/{seqNumber}/seals":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"seqNumber",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Invoices/Equipment Details/Seals"
                ],
                "summary":"Get Seals",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/invoices.equipmentDetails.seals"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-equipmentDetails-{seqNumber}-seals-get",
                "x-filename-id":"invoices-invoicegid-equipmentdetails-seqnumber-seals-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Invoices/Equipment Details/Seals"
                ],
                "summary":"Create a Seal",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/invoices.equipmentDetails.seals"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/invoices.equipmentDetails.seals"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/invoices.equipmentDetails.seals"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/invoices.equipmentDetails.seals"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-equipmentDetails-{seqNumber}-seals-post",
                "x-filename-id":"invoices-invoicegid-equipmentdetails-seqnumber-seals-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Invoices/Equipment Details/Seals"
                ],
                "summary":"Update Seals",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-equipmentDetails-{seqNumber}-seals-patch",
                "x-filename-id":"invoices-invoicegid-equipmentdetails-seqnumber-seals-patch"
            }
        },
        "/invoices/{invoiceGid}/equipmentDetails/{seqNumber}/seals/{sealSequence}":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"seqNumber",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sealSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Invoices/Equipment Details/Seals"
                ],
                "summary":"Get a Seal",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/invoices.equipmentDetails.seals"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-equipmentDetails-{seqNumber}-seals-{sealSequence}-get",
                "x-filename-id":"invoices-invoicegid-equipmentdetails-seqnumber-seals-sealsequence-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Invoices/Equipment Details/Seals"
                ],
                "summary":"Delete a Seal",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-equipmentDetails-{seqNumber}-seals-{sealSequence}-delete",
                "x-filename-id":"invoices-invoicegid-equipmentdetails-seqnumber-seals-sealsequence-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Invoices/Equipment Details/Seals"
                ],
                "summary":"Update a Seal",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-equipmentDetails-{seqNumber}-seals-{sealSequence}-patch",
                "x-filename-id":"invoices-invoicegid-equipmentdetails-seqnumber-seals-sealsequence-patch"
            }
        },
        "/invoices/{invoiceGid}/routes":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Invoices/Routes"
                ],
                "summary":"Get Routes",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/invoices.routes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-routes-get",
                "x-filename-id":"invoices-invoicegid-routes-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Invoices/Routes"
                ],
                "summary":"Create a Route",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/invoices.routes"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/invoices.routes"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/invoices.routes"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/invoices.routes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-routes-post",
                "x-filename-id":"invoices-invoicegid-routes-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Invoices/Routes"
                ],
                "summary":"Update Routes",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-routes-patch",
                "x-filename-id":"invoices-invoicegid-routes-patch"
            }
        },
        "/invoices/{invoiceGid}/routes/{routeSeqNo}":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"routeSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Invoices/Routes"
                ],
                "summary":"Get a Route",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/invoices.routes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-routes-{routeSeqNo}-get",
                "x-filename-id":"invoices-invoicegid-routes-routeseqno-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Invoices/Routes"
                ],
                "summary":"Delete a Route",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-routes-{routeSeqNo}-delete",
                "x-filename-id":"invoices-invoicegid-routes-routeseqno-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Invoices/Routes"
                ],
                "summary":"Update a Route",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-routes-{routeSeqNo}-patch",
                "x-filename-id":"invoices-invoicegid-routes-routeseqno-patch"
            }
        },
        "/invoices/{invoiceGid}/shipments":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Invoices/Shipments"
                ],
                "summary":"Get Shipments",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/invoices.shipments"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-shipments-get",
                "x-filename-id":"invoices-invoicegid-shipments-get"
            }
        },
        "/invoices/{invoiceGid}/shipments/{sequenceNo}":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sequenceNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Invoices/Shipments"
                ],
                "summary":"Get a Shipment",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/invoices.shipments"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-shipments-{sequenceNo}-get",
                "x-filename-id":"invoices-invoicegid-shipments-sequenceno-get"
            }
        },
        "/invoices/{invoiceGid}/supplyProvinceVatRegs":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Invoices/Supply Province VAT Regulations"
                ],
                "summary":"Get Supply Province VAT Regulations",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/invoices.supplyProvinceVatRegs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-supplyProvinceVatRegs-get",
                "x-filename-id":"invoices-invoicegid-supplyprovincevatregs-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Invoices/Supply Province VAT Regulations"
                ],
                "summary":"Create a Supply Province VAT Regulation",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/invoices.supplyProvinceVatRegs"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/invoices.supplyProvinceVatRegs"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/invoices.supplyProvinceVatRegs"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/invoices.supplyProvinceVatRegs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-supplyProvinceVatRegs-post",
                "x-filename-id":"invoices-invoicegid-supplyprovincevatregs-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Invoices/Supply Province VAT Regulations"
                ],
                "summary":"Update Supply Province VAT Regulations",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-supplyProvinceVatRegs-patch",
                "x-filename-id":"invoices-invoicegid-supplyprovincevatregs-patch"
            }
        },
        "/invoices/{invoiceGid}/supplyProvinceVatRegs/{countryCode3GidxprovinceCode}":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"countryCode3GidxprovinceCode",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Invoices/Supply Province VAT Regulations"
                ],
                "summary":"Get a Supply Province VAT Regulation",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/invoices.supplyProvinceVatRegs"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-supplyProvinceVatRegs-{countryCode3GidxprovinceCode}-get",
                "x-filename-id":"invoices-invoicegid-supplyprovincevatregs-countrycode3gidxprovincecode-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Invoices/Supply Province VAT Regulations"
                ],
                "summary":"Delete a Supply Province VAT Regulation",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-supplyProvinceVatRegs-{countryCode3GidxprovinceCode}-delete",
                "x-filename-id":"invoices-invoicegid-supplyprovincevatregs-countrycode3gidxprovincecode-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Invoices/Supply Province VAT Regulations"
                ],
                "summary":"Update a Supply Province VAT Regulation",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-supplyProvinceVatRegs-{countryCode3GidxprovinceCode}-patch",
                "x-filename-id":"invoices-invoicegid-supplyprovincevatregs-countrycode3gidxprovincecode-patch"
            }
        },
        "/invoices/{invoiceGid}/notes":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "post":{
                "tags":[
                    "Business Objects/Invoices/Notes"
                ],
                "summary":"Create a Note",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/invoices.notes"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/invoices.notes"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/invoices.notes"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/invoices.notes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-notes-post",
                "x-filename-id":"invoices-invoicegid-notes-post"
            }
        },
        "/invoices/{invoiceGid}/notes/{invoiceNoteSeqNo}":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"invoiceNoteSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ]
        },
        "/invoices/{invoiceGid}/summaries":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Invoices/Summaries"
                ],
                "summary":"Get Summaries",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/invoices.summaries"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-summaries-get",
                "x-filename-id":"invoices-invoicegid-summaries-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Invoices/Summaries"
                ],
                "summary":"Create a Summary",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/invoices.summaries"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/invoices.summaries"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/invoices.summaries"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/invoices.summaries"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-summaries-post",
                "x-filename-id":"invoices-invoicegid-summaries-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Invoices/Summaries"
                ],
                "summary":"Update Summaries",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-summaries-patch",
                "x-filename-id":"invoices-invoicegid-summaries-patch"
            }
        },
        "/invoices/{invoiceGid}/summaries/{invoiceSummarySeqNo}":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"invoiceSummarySeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Invoices/Summaries"
                ],
                "summary":"Get a Summary",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/invoices.summaries"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-summaries-{invoiceSummarySeqNo}-get",
                "x-filename-id":"invoices-invoicegid-summaries-invoicesummaryseqno-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Invoices/Summaries"
                ],
                "summary":"Delete a Summary",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-summaries-{invoiceSummarySeqNo}-delete",
                "x-filename-id":"invoices-invoicegid-summaries-invoicesummaryseqno-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Invoices/Summaries"
                ],
                "summary":"Update a Summary",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-summaries-{invoiceSummarySeqNo}-patch",
                "x-filename-id":"invoices-invoicegid-summaries-invoicesummaryseqno-patch"
            }
        },
        "/invoices/{invoiceGid}/summaries/{invoiceSummarySeqNo}/remarks":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"invoiceSummarySeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Invoices/Summaries/Remarks"
                ],
                "summary":"Get Remarks",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/invoices.summaries.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-summaries-{invoiceSummarySeqNo}-remarks-get",
                "x-filename-id":"invoices-invoicegid-summaries-invoicesummaryseqno-remarks-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Invoices/Summaries/Remarks"
                ],
                "summary":"Create a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/invoices.summaries.remarks"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/invoices.summaries.remarks"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/invoices.summaries.remarks"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/invoices.summaries.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-summaries-{invoiceSummarySeqNo}-remarks-post",
                "x-filename-id":"invoices-invoicegid-summaries-invoicesummaryseqno-remarks-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Invoices/Summaries/Remarks"
                ],
                "summary":"Update Remarks",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-summaries-{invoiceSummarySeqNo}-remarks-patch",
                "x-filename-id":"invoices-invoicegid-summaries-invoicesummaryseqno-remarks-patch"
            }
        },
        "/invoices/{invoiceGid}/summaries/{invoiceSummarySeqNo}/remarks/{remarkSeqNo}":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"invoiceSummarySeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"remarkSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Invoices/Summaries/Remarks"
                ],
                "summary":"Get a Remark",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/invoices.summaries.remarks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-summaries-{invoiceSummarySeqNo}-remarks-{remarkSeqNo}-get",
                "x-filename-id":"invoices-invoicegid-summaries-invoicesummaryseqno-remarks-remarkseqno-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Invoices/Summaries/Remarks"
                ],
                "summary":"Delete a Remark",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-summaries-{invoiceSummarySeqNo}-remarks-{remarkSeqNo}-delete",
                "x-filename-id":"invoices-invoicegid-summaries-invoicesummaryseqno-remarks-remarkseqno-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Invoices/Summaries/Remarks"
                ],
                "summary":"Update a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-summaries-{invoiceSummarySeqNo}-remarks-{remarkSeqNo}-patch",
                "x-filename-id":"invoices-invoicegid-summaries-invoicesummaryseqno-remarks-remarkseqno-patch"
            }
        },
        "/invoices/{invoiceGid}/refnums":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Invoices/Reference Numbers"
                ],
                "summary":"Get Reference Numbers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/invoices.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-refnums-get",
                "x-filename-id":"invoices-invoicegid-refnums-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Invoices/Reference Numbers"
                ],
                "summary":"Create a Reference Number",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/invoices.refnums"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/invoices.refnums"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/invoices.refnums"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/invoices.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-refnums-post",
                "x-filename-id":"invoices-invoicegid-refnums-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Invoices/Reference Numbers"
                ],
                "summary":"Update Reference Numbers",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-refnums-patch",
                "x-filename-id":"invoices-invoicegid-refnums-patch"
            }
        },
        "/invoices/{invoiceGid}/refnums/{invoiceRefnumQualGidxinvoiceRefnumValue}":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"invoiceRefnumQualGidxinvoiceRefnumValue",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Invoices/Reference Numbers"
                ],
                "summary":"Get a Reference Number",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/invoices.refnums"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-refnums-{invoiceRefnumQualGidxinvoiceRefnumValue}-get",
                "x-filename-id":"invoices-invoicegid-refnums-invoicerefnumqualgidxinvoicerefnumvalue-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Invoices/Reference Numbers"
                ],
                "summary":"Delete a Reference Number",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-refnums-{invoiceRefnumQualGidxinvoiceRefnumValue}-delete",
                "x-filename-id":"invoices-invoicegid-refnums-invoicerefnumqualgidxinvoicerefnumvalue-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Invoices/Reference Numbers"
                ],
                "summary":"Update a Reference Number",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-refnums-{invoiceRefnumQualGidxinvoiceRefnumValue}-patch",
                "x-filename-id":"invoices-invoicegid-refnums-invoicerefnumqualgidxinvoicerefnumvalue-patch"
            }
        },
        "/invoices/{invoiceGid}/summaryDetails":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Invoices/Summary Details"
                ],
                "summary":"Get Summary Details",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/invoices.summaryDetails"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-summaryDetails-get",
                "x-filename-id":"invoices-invoicegid-summarydetails-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Invoices/Summary Details"
                ],
                "summary":"Create a Summary Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/invoices.summaryDetails"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/invoices.summaryDetails"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/invoices.summaryDetails"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/invoices.summaryDetails"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-summaryDetails-post",
                "x-filename-id":"invoices-invoicegid-summarydetails-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Invoices/Summary Details"
                ],
                "summary":"Update Summary Details",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-summaryDetails-patch",
                "x-filename-id":"invoices-invoicegid-summarydetails-patch"
            }
        },
        "/invoices/{invoiceGid}/summaryDetails/{lineitemSeqNo}":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"lineitemSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Invoices/Summary Details"
                ],
                "summary":"Get a Summary Detail",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/invoices.summaryDetails"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-summaryDetails-{lineitemSeqNo}-get",
                "x-filename-id":"invoices-invoicegid-summarydetails-lineitemseqno-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Invoices/Summary Details"
                ],
                "summary":"Delete a Summary Detail",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-summaryDetails-{lineitemSeqNo}-delete",
                "x-filename-id":"invoices-invoicegid-summarydetails-lineitemseqno-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Invoices/Summary Details"
                ],
                "summary":"Update a Summary Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-summaryDetails-{lineitemSeqNo}-patch",
                "x-filename-id":"invoices-invoicegid-summarydetails-lineitemseqno-patch"
            }
        },
        "/invoices/{invoiceGid}/statuses":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Invoices/Statuses"
                ],
                "summary":"Get Statuses",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/invoices.statuses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-statuses-get",
                "x-filename-id":"invoices-invoicegid-statuses-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Invoices/Statuses"
                ],
                "summary":"Create a Status",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/invoices.statuses"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/invoices.statuses"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/invoices.statuses"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/invoices.statuses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-statuses-post",
                "x-filename-id":"invoices-invoicegid-statuses-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Invoices/Statuses"
                ],
                "summary":"Update Statuses",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-statuses-patch",
                "x-filename-id":"invoices-invoicegid-statuses-patch"
            }
        },
        "/invoices/{invoiceGid}/statuses/{statusTypeGid}":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"statusTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Invoices/Statuses"
                ],
                "summary":"Get a Status",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/invoices.statuses"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-statuses-{statusTypeGid}-get",
                "x-filename-id":"invoices-invoicegid-statuses-statustypegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Invoices/Statuses"
                ],
                "summary":"Delete a Status",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-statuses-{statusTypeGid}-delete",
                "x-filename-id":"invoices-invoicegid-statuses-statustypegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Invoices/Statuses"
                ],
                "summary":"Update a Status",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-statuses-{statusTypeGid}-patch",
                "x-filename-id":"invoices-invoicegid-statuses-statustypegid-patch"
            }
        },
        "/invoices/{invoiceGid}/documents":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Invoices/Documents"
                ],
                "summary":"Get Documents",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/invoices.documents"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-documents-get",
                "x-filename-id":"invoices-invoicegid-documents-get"
            }
        },
        "/invoices/{invoiceGid}/documents/{documentGid}":{
            "parameters":[
                {
                    "name":"invoiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Invoices/Documents"
                ],
                "summary":"Get a Document",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/invoices.documents"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"invoices-{invoiceGid}-documents-{documentGid}-get",
                "x-filename-id":"invoices-invoicegid-documents-documentgid-get"
            }
        },
        "/custom-actions/autoApproveAdjustedCosts/invoices/{invoice id}":{
            "post":{
                "tags":[
                    "Actions/Business Actions/Invoices"
                ],
                "summary":"Performs the Auto Approve Adjusted Costs action for an invoice",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    },
                    {
                        "name":"invoice id",
                        "in":"path",
                        "required":true,
                        "schema":{
                            "type":"string"
                        }
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/json":{
                            "schema":{
                                "$ref":"#/components/schemas/autoApproveAdjustedCostsRequest"
                            }
                        }
                    }
                },
                "responses":{
                    "200":{
                        "description":"Success! A successful POST method returns a 200 status code.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/autoApproveAdjustedCostsResponse"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"custom-actions-autoApproveAdjustedCosts-invoices-{invoice id}-post",
                "x-filename-id":"custom-actions-autoapproveadjustedcosts-invoices-invoice-id-post"
            }
        },
        "/routeCodeCombinations":{
            "get":{
                "tags":[
                    "Power Data/Route Code Combinations"
                ],
                "summary":"Get Route Code Combinations",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/routeCodeCombinations"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"routeCodeCombinations-get",
                "x-filename-id":"routecodecombinations-get"
            }
        },
        "/routeCodeCombinations/{routeCodeCombinationGid}":{
            "parameters":[
                {
                    "name":"routeCodeCombinationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Route Code Combinations"
                ],
                "summary":"Get a Route Code Combination",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/routeCodeCombinations"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"routeCodeCombinations-{routeCodeCombinationGid}-get",
                "x-filename-id":"routecodecombinations-routecodecombinationgid-get"
            }
        },
        "/routeCodeCombinations/{routeCodeCombinationGid}/details":{
            "parameters":[
                {
                    "name":"routeCodeCombinationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Route Code Combinations/Details"
                ],
                "summary":"Get Details",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/routeCodeCombinations.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"routeCodeCombinations-{routeCodeCombinationGid}-details-get",
                "x-filename-id":"routecodecombinations-routecodecombinationgid-details-get"
            }
        },
        "/routeCodeCombinations/{routeCodeCombinationGid}/details/{sequence}":{
            "parameters":[
                {
                    "name":"routeCodeCombinationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Route Code Combinations/Details"
                ],
                "summary":"Get a Detail",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/routeCodeCombinations.details"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"routeCodeCombinations-{routeCodeCombinationGid}-details-{sequence}-get",
                "x-filename-id":"routecodecombinations-routecodecombinationgid-details-sequence-get"
            }
        },
        "/distanceLookups":{
            "get":{
                "tags":[
                    "Power Data/Distance Lookups"
                ],
                "summary":"Get Distance Lookups",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/distanceLookups"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"distanceLookups-get",
                "x-filename-id":"distancelookups-get"
            },
            "post":{
                "tags":[
                    "Power Data/Distance Lookups"
                ],
                "summary":"Create a Distance Lookup",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/distanceLookups"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/distanceLookups"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"distanceLookups-post",
                "x-filename-id":"distancelookups-post"
            }
        },
        "/distanceLookups/{xLaneGidxrateDistanceGid}":{
            "parameters":[
                {
                    "name":"xLaneGidxrateDistanceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Distance Lookups"
                ],
                "summary":"Get a Distance Lookup",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/distanceLookups"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"distanceLookups-{xLaneGidxrateDistanceGid}-get",
                "x-filename-id":"distancelookups-xlanegidxratedistancegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Distance Lookups"
                ],
                "summary":"Delete a Distance Lookup",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"distanceLookups-{xLaneGidxrateDistanceGid}-delete",
                "x-filename-id":"distancelookups-xlanegidxratedistancegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Distance Lookups"
                ],
                "summary":"Update a Distance Lookup",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"distanceLookups-{xLaneGidxrateDistanceGid}-patch",
                "x-filename-id":"distancelookups-xlanegidxratedistancegid-patch"
            }
        },
        "/sEquipments":{
            "get":{
                "tags":[
                    "Business Objects/Shipment Equipment"
                ],
                "summary":"Get Shipment Equipment",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sEquipments"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sEquipments-get",
                "x-filename-id":"sequipments-get"
            }
        },
        "/sEquipments/{sEquipmentGid}":{
            "parameters":[
                {
                    "name":"sEquipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment Equipment"
                ],
                "summary":"Get a Shipment Equipment",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sEquipments"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sEquipments-{sEquipmentGid}-get",
                "x-filename-id":"sequipments-sequipmentgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipment Equipment"
                ],
                "summary":"Delete a Shipment Equipment",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sEquipments-{sEquipmentGid}-delete",
                "x-filename-id":"sequipments-sequipmentgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment Equipment"
                ],
                "summary":"Update a Shipment Equipment",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sEquipments-{sEquipmentGid}-patch",
                "x-filename-id":"sequipments-sequipmentgid-patch"
            }
        },
        "/sEquipments/{sEquipmentGid}/seals":{
            "parameters":[
                {
                    "name":"sEquipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment Equipment/Seals"
                ],
                "summary":"Get Seals",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sEquipments.seals"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sEquipments-{sEquipmentGid}-seals-get",
                "x-filename-id":"sequipments-sequipmentgid-seals-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipment Equipment/Seals"
                ],
                "summary":"Create a Seal",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/sEquipments.seals"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/sEquipments.seals"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sEquipments.seals"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sEquipments.seals"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sEquipments-{sEquipmentGid}-seals-post",
                "x-filename-id":"sequipments-sequipmentgid-seals-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment Equipment/Seals"
                ],
                "summary":"Update Seals",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sEquipments-{sEquipmentGid}-seals-patch",
                "x-filename-id":"sequipments-sequipmentgid-seals-patch"
            }
        },
        "/sEquipments/{sEquipmentGid}/seals/{sealSequence}":{
            "parameters":[
                {
                    "name":"sEquipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sealSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment Equipment/Seals"
                ],
                "summary":"Get a Seal",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sEquipments.seals"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sEquipments-{sEquipmentGid}-seals-{sealSequence}-get",
                "x-filename-id":"sequipments-sequipmentgid-seals-sealsequence-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipment Equipment/Seals"
                ],
                "summary":"Delete a Seal",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sEquipments-{sEquipmentGid}-seals-{sealSequence}-delete",
                "x-filename-id":"sequipments-sequipmentgid-seals-sealsequence-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment Equipment/Seals"
                ],
                "summary":"Update a Seal",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sEquipments-{sEquipmentGid}-seals-{sealSequence}-patch",
                "x-filename-id":"sequipments-sequipmentgid-seals-sealsequence-patch"
            }
        },
        "/sEquipments/{sEquipmentGid}/attributes":{
            "parameters":[
                {
                    "name":"sEquipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment Equipment/Attributes"
                ],
                "summary":"Get Attributes",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sEquipments.attributes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sEquipments-{sEquipmentGid}-attributes-get",
                "x-filename-id":"sequipments-sequipmentgid-attributes-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipment Equipment/Attributes"
                ],
                "summary":"Create an Attribute",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/sEquipments.attributes"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/sEquipments.attributes"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sEquipments.attributes"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sEquipments.attributes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sEquipments-{sEquipmentGid}-attributes-post",
                "x-filename-id":"sequipments-sequipmentgid-attributes-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment Equipment/Attributes"
                ],
                "summary":"Update Attributes",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sEquipments-{sEquipmentGid}-attributes-patch",
                "x-filename-id":"sequipments-sequipmentgid-attributes-patch"
            }
        },
        "/sEquipments/{sEquipmentGid}/attributes/{equipmentAttributeQualGidxequipmentAttributeValue}":{
            "parameters":[
                {
                    "name":"sEquipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"equipmentAttributeQualGidxequipmentAttributeValue",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment Equipment/Attributes"
                ],
                "summary":"Get an Attribute",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sEquipments.attributes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sEquipments-{sEquipmentGid}-attributes-{equipmentAttributeQualGidxequipmentAttributeValue}-get",
                "x-filename-id":"sequipments-sequipmentgid-attributes-equipmentattributequalgidxequipmentattributevalue-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipment Equipment/Attributes"
                ],
                "summary":"Delete an Attribute",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sEquipments-{sEquipmentGid}-attributes-{equipmentAttributeQualGidxequipmentAttributeValue}-delete",
                "x-filename-id":"sequipments-sequipmentgid-attributes-equipmentattributequalgidxequipmentattributevalue-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment Equipment/Attributes"
                ],
                "summary":"Update an Attribute",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sEquipments-{sEquipmentGid}-attributes-{equipmentAttributeQualGidxequipmentAttributeValue}-patch",
                "x-filename-id":"sequipments-sequipmentgid-attributes-equipmentattributequalgidxequipmentattributevalue-patch"
            }
        },
        "/sEquipments/{sEquipmentGid}/statuses":{
            "parameters":[
                {
                    "name":"sEquipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment Equipment/Statuses"
                ],
                "summary":"Get Statuses",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sEquipments.statuses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sEquipments-{sEquipmentGid}-statuses-get",
                "x-filename-id":"sequipments-sequipmentgid-statuses-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipment Equipment/Statuses"
                ],
                "summary":"Create a Statuse",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/sEquipments.statuses"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/sEquipments.statuses"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sEquipments.statuses"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sEquipments.statuses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sEquipments-{sEquipmentGid}-statuses-post",
                "x-filename-id":"sequipments-sequipmentgid-statuses-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment Equipment/Statuses"
                ],
                "summary":"Update Statuses",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sEquipments-{sEquipmentGid}-statuses-patch",
                "x-filename-id":"sequipments-sequipmentgid-statuses-patch"
            }
        },
        "/sEquipments/{sEquipmentGid}/statuses/{statusTypeGid}":{
            "parameters":[
                {
                    "name":"sEquipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"statusTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipment Equipment/Statuses"
                ],
                "summary":"Get a Statuse",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sEquipments.statuses"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sEquipments-{sEquipmentGid}-statuses-{statusTypeGid}-get",
                "x-filename-id":"sequipments-sequipmentgid-statuses-statustypegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipment Equipment/Statuses"
                ],
                "summary":"Delete a Statuse",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sEquipments-{sEquipmentGid}-statuses-{statusTypeGid}-delete",
                "x-filename-id":"sequipments-sequipmentgid-statuses-statustypegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipment Equipment/Statuses"
                ],
                "summary":"Update a Statuse",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sEquipments-{sEquipmentGid}-statuses-{statusTypeGid}-patch",
                "x-filename-id":"sequipments-sequipmentgid-statuses-statustypegid-patch"
            }
        },
        "/tradeLicenses":{
            "get":{
                "tags":[
                    "Business Objects/Trade Licenses"
                ],
                "summary":"Get Trade Licenses",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeLicenses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeLicenses-get",
                "x-filename-id":"tradelicenses-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Licenses"
                ],
                "summary":"Create a Trade License",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeLicenses"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeLicenses"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeLicenses-post",
                "x-filename-id":"tradelicenses-post"
            }
        },
        "/tradeLicenses/{licenseGid}":{
            "parameters":[
                {
                    "name":"licenseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Licenses"
                ],
                "summary":"Get a Trade License",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeLicenses"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeLicenses-{licenseGid}-get",
                "x-filename-id":"tradelicenses-licensegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Licenses"
                ],
                "summary":"Delete a Trade License",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeLicenses-{licenseGid}-delete",
                "x-filename-id":"tradelicenses-licensegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Licenses"
                ],
                "summary":"Update a Trade License",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeLicenses-{licenseGid}-patch",
                "x-filename-id":"tradelicenses-licensegid-patch"
            }
        },
        "/tradeLicenses/{licenseGid}/lines":{
            "parameters":[
                {
                    "name":"licenseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Licenses/Lines"
                ],
                "summary":"Get Lines",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeLicenses.lines"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeLicenses-{licenseGid}-lines-get",
                "x-filename-id":"tradelicenses-licensegid-lines-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Licenses/Lines"
                ],
                "summary":"Create a Line",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeLicenses.lines"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradeLicenses.lines"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeLicenses.lines"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeLicenses.lines"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeLicenses-{licenseGid}-lines-post",
                "x-filename-id":"tradelicenses-licensegid-lines-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Licenses/Lines"
                ],
                "summary":"Update Lines",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeLicenses-{licenseGid}-lines-patch",
                "x-filename-id":"tradelicenses-licensegid-lines-patch"
            }
        },
        "/tradeLicenses/{licenseGid}/lines/{licenseLineGid}":{
            "parameters":[
                {
                    "name":"licenseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"licenseLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Licenses/Lines"
                ],
                "summary":"Get a Line",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeLicenses.lines"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeLicenses-{licenseGid}-lines-{licenseLineGid}-get",
                "x-filename-id":"tradelicenses-licensegid-lines-licenselinegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Licenses/Lines"
                ],
                "summary":"Delete a Line",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeLicenses-{licenseGid}-lines-{licenseLineGid}-delete",
                "x-filename-id":"tradelicenses-licensegid-lines-licenselinegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Licenses/Lines"
                ],
                "summary":"Update a Line",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeLicenses-{licenseGid}-lines-{licenseLineGid}-patch",
                "x-filename-id":"tradelicenses-licensegid-lines-licenselinegid-patch"
            }
        },
        "/tradeLicenses/{licenseGid}/lines/{licenseLineGid}/items":{
            "parameters":[
                {
                    "name":"licenseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"licenseLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Licenses/Lines/Items"
                ],
                "summary":"Get Items",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeLicenses.lines.items"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeLicenses-{licenseGid}-lines-{licenseLineGid}-items-get",
                "x-filename-id":"tradelicenses-licensegid-lines-licenselinegid-items-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Licenses/Lines/Items"
                ],
                "summary":"Create an Item",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeLicenses.lines.items"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradeLicenses.lines.items"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeLicenses.lines.items"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeLicenses.lines.items"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeLicenses-{licenseGid}-lines-{licenseLineGid}-items-post",
                "x-filename-id":"tradelicenses-licensegid-lines-licenselinegid-items-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Licenses/Lines/Items"
                ],
                "summary":"Update Items",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeLicenses-{licenseGid}-lines-{licenseLineGid}-items-patch",
                "x-filename-id":"tradelicenses-licensegid-lines-licenselinegid-items-patch"
            }
        },
        "/tradeLicenses/{licenseGid}/lines/{licenseLineGid}/items/{itemGid}":{
            "parameters":[
                {
                    "name":"licenseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"licenseLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"itemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Licenses/Lines/Items"
                ],
                "summary":"Get an Item",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeLicenses.lines.items"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeLicenses-{licenseGid}-lines-{licenseLineGid}-items-{itemGid}-get",
                "x-filename-id":"tradelicenses-licensegid-lines-licenselinegid-items-itemgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Licenses/Lines/Items"
                ],
                "summary":"Delete an Item",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeLicenses-{licenseGid}-lines-{licenseLineGid}-items-{itemGid}-delete",
                "x-filename-id":"tradelicenses-licensegid-lines-licenselinegid-items-itemgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Licenses/Lines/Items"
                ],
                "summary":"Update an Item",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeLicenses-{licenseGid}-lines-{licenseLineGid}-items-{itemGid}-patch",
                "x-filename-id":"tradelicenses-licensegid-lines-licenselinegid-items-itemgid-patch"
            }
        },
        "/tradeLicenses/{licenseGid}/lines/{licenseLineGid}/values":{
            "parameters":[
                {
                    "name":"licenseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"licenseLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Licenses/Lines/Values"
                ],
                "summary":"Get Values",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeLicenses.lines.values"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeLicenses-{licenseGid}-lines-{licenseLineGid}-values-get",
                "x-filename-id":"tradelicenses-licensegid-lines-licenselinegid-values-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Licenses/Lines/Values"
                ],
                "summary":"Create a Value",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeLicenses.lines.values"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradeLicenses.lines.values"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeLicenses.lines.values"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeLicenses.lines.values"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeLicenses-{licenseGid}-lines-{licenseLineGid}-values-post",
                "x-filename-id":"tradelicenses-licensegid-lines-licenselinegid-values-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Licenses/Lines/Values"
                ],
                "summary":"Update Values",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeLicenses-{licenseGid}-lines-{licenseLineGid}-values-patch",
                "x-filename-id":"tradelicenses-licensegid-lines-licenselinegid-values-patch"
            }
        },
        "/tradeLicenses/{licenseGid}/lines/{licenseLineGid}/values/{gtmValueQualifierGid}":{
            "parameters":[
                {
                    "name":"licenseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"licenseLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmValueQualifierGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Licenses/Lines/Values"
                ],
                "summary":"Get a Value",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeLicenses.lines.values"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeLicenses-{licenseGid}-lines-{licenseLineGid}-values-{gtmValueQualifierGid}-get",
                "x-filename-id":"tradelicenses-licensegid-lines-licenselinegid-values-gtmvaluequalifiergid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Licenses/Lines/Values"
                ],
                "summary":"Delete a Value",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeLicenses-{licenseGid}-lines-{licenseLineGid}-values-{gtmValueQualifierGid}-delete",
                "x-filename-id":"tradelicenses-licensegid-lines-licenselinegid-values-gtmvaluequalifiergid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Licenses/Lines/Values"
                ],
                "summary":"Update a Value",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeLicenses-{licenseGid}-lines-{licenseLineGid}-values-{gtmValueQualifierGid}-patch",
                "x-filename-id":"tradelicenses-licensegid-lines-licenselinegid-values-gtmvaluequalifiergid-patch"
            }
        },
        "/tradeLicenses/{licenseGid}/lines/{licenseLineGid}/refnums":{
            "parameters":[
                {
                    "name":"licenseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"licenseLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Licenses/Lines/Reference Numbers"
                ],
                "summary":"Get Reference Numbers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeLicenses.lines.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeLicenses-{licenseGid}-lines-{licenseLineGid}-refnums-get",
                "x-filename-id":"tradelicenses-licensegid-lines-licenselinegid-refnums-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Licenses/Lines/Reference Numbers"
                ],
                "summary":"Create a Reference Number",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeLicenses.lines.refnums"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradeLicenses.lines.refnums"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeLicenses.lines.refnums"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeLicenses.lines.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeLicenses-{licenseGid}-lines-{licenseLineGid}-refnums-post",
                "x-filename-id":"tradelicenses-licensegid-lines-licenselinegid-refnums-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Licenses/Lines/Reference Numbers"
                ],
                "summary":"Update Reference Numbers",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeLicenses-{licenseGid}-lines-{licenseLineGid}-refnums-patch",
                "x-filename-id":"tradelicenses-licensegid-lines-licenselinegid-refnums-patch"
            }
        },
        "/tradeLicenses/{licenseGid}/lines/{licenseLineGid}/refnums/{refnumValuexgtmLicLineRefnumQualGid}":{
            "parameters":[
                {
                    "name":"licenseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"licenseLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"refnumValuexgtmLicLineRefnumQualGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Licenses/Lines/Reference Numbers"
                ],
                "summary":"Get a Reference Number",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeLicenses.lines.refnums"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeLicenses-{licenseGid}-lines-{licenseLineGid}-refnums-{refnumValuexgtmLicLineRefnumQualGid}-get",
                "x-filename-id":"tradelicenses-licensegid-lines-licenselinegid-refnums-refnumvaluexgtmliclinerefnumqualgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Licenses/Lines/Reference Numbers"
                ],
                "summary":"Delete a Reference Number",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeLicenses-{licenseGid}-lines-{licenseLineGid}-refnums-{refnumValuexgtmLicLineRefnumQualGid}-delete",
                "x-filename-id":"tradelicenses-licensegid-lines-licenselinegid-refnums-refnumvaluexgtmliclinerefnumqualgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Licenses/Lines/Reference Numbers"
                ],
                "summary":"Update a Reference Number",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeLicenses-{licenseGid}-lines-{licenseLineGid}-refnums-{refnumValuexgtmLicLineRefnumQualGid}-patch",
                "x-filename-id":"tradelicenses-licensegid-lines-licenselinegid-refnums-refnumvaluexgtmliclinerefnumqualgid-patch"
            }
        },
        "/tradeLicenses/{licenseGid}/lines/{licenseLineGid}/remarks":{
            "parameters":[
                {
                    "name":"licenseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"licenseLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Licenses/Lines/Remarks"
                ],
                "summary":"Get Remarks",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeLicenses.lines.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeLicenses-{licenseGid}-lines-{licenseLineGid}-remarks-get",
                "x-filename-id":"tradelicenses-licensegid-lines-licenselinegid-remarks-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Licenses/Lines/Remarks"
                ],
                "summary":"Create a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeLicenses.lines.remarks"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradeLicenses.lines.remarks"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeLicenses.lines.remarks"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeLicenses.lines.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeLicenses-{licenseGid}-lines-{licenseLineGid}-remarks-post",
                "x-filename-id":"tradelicenses-licensegid-lines-licenselinegid-remarks-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Licenses/Lines/Remarks"
                ],
                "summary":"Update Remarks",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeLicenses-{licenseGid}-lines-{licenseLineGid}-remarks-patch",
                "x-filename-id":"tradelicenses-licensegid-lines-licenselinegid-remarks-patch"
            }
        },
        "/tradeLicenses/{licenseGid}/lines/{licenseLineGid}/remarks/{remarkSequence}":{
            "parameters":[
                {
                    "name":"licenseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"licenseLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"remarkSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Licenses/Lines/Remarks"
                ],
                "summary":"Get a Remark",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeLicenses.lines.remarks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeLicenses-{licenseGid}-lines-{licenseLineGid}-remarks-{remarkSequence}-get",
                "x-filename-id":"tradelicenses-licensegid-lines-licenselinegid-remarks-remarksequence-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Licenses/Lines/Remarks"
                ],
                "summary":"Delete a Remark",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeLicenses-{licenseGid}-lines-{licenseLineGid}-remarks-{remarkSequence}-delete",
                "x-filename-id":"tradelicenses-licensegid-lines-licenselinegid-remarks-remarksequence-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Licenses/Lines/Remarks"
                ],
                "summary":"Update a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeLicenses-{licenseGid}-lines-{licenseLineGid}-remarks-{remarkSequence}-patch",
                "x-filename-id":"tradelicenses-licensegid-lines-licenselinegid-remarks-remarksequence-patch"
            }
        },
        "/tradeLicenses/{licenseGid}/remarks":{
            "parameters":[
                {
                    "name":"licenseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Licenses/Remarks"
                ],
                "summary":"Get Remarks",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeLicenses.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeLicenses-{licenseGid}-remarks-get",
                "x-filename-id":"tradelicenses-licensegid-remarks-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Licenses/Remarks"
                ],
                "summary":"Create a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeLicenses.remarks"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradeLicenses.remarks"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeLicenses.remarks"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeLicenses.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeLicenses-{licenseGid}-remarks-post",
                "x-filename-id":"tradelicenses-licensegid-remarks-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Licenses/Remarks"
                ],
                "summary":"Update Remarks",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeLicenses-{licenseGid}-remarks-patch",
                "x-filename-id":"tradelicenses-licensegid-remarks-patch"
            }
        },
        "/tradeLicenses/{licenseGid}/remarks/{remarkSequence}":{
            "parameters":[
                {
                    "name":"licenseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"remarkSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Licenses/Remarks"
                ],
                "summary":"Get a Remark",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeLicenses.remarks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeLicenses-{licenseGid}-remarks-{remarkSequence}-get",
                "x-filename-id":"tradelicenses-licensegid-remarks-remarksequence-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Licenses/Remarks"
                ],
                "summary":"Delete a Remark",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeLicenses-{licenseGid}-remarks-{remarkSequence}-delete",
                "x-filename-id":"tradelicenses-licensegid-remarks-remarksequence-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Licenses/Remarks"
                ],
                "summary":"Update a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeLicenses-{licenseGid}-remarks-{remarkSequence}-patch",
                "x-filename-id":"tradelicenses-licensegid-remarks-remarksequence-patch"
            }
        },
        "/tradeLicenses/{licenseGid}/typeCodes":{
            "parameters":[
                {
                    "name":"licenseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Licenses/Type Codes"
                ],
                "summary":"Get Type Codes",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeLicenses.typeCodes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeLicenses-{licenseGid}-typeCodes-get",
                "x-filename-id":"tradelicenses-licensegid-typecodes-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Licenses/Type Codes"
                ],
                "summary":"Create a Type Code",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeLicenses.typeCodes"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradeLicenses.typeCodes"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeLicenses.typeCodes"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeLicenses.typeCodes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeLicenses-{licenseGid}-typeCodes-post",
                "x-filename-id":"tradelicenses-licensegid-typecodes-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Licenses/Type Codes"
                ],
                "summary":"Update Type Codes",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeLicenses-{licenseGid}-typeCodes-patch",
                "x-filename-id":"tradelicenses-licensegid-typecodes-patch"
            }
        },
        "/tradeLicenses/{licenseGid}/typeCodes/{gtmTypeGidxgtmCode}":{
            "parameters":[
                {
                    "name":"licenseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTypeGidxgtmCode",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Licenses/Type Codes"
                ],
                "summary":"Get a Type Code",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeLicenses.typeCodes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeLicenses-{licenseGid}-typeCodes-{gtmTypeGidxgtmCode}-get",
                "x-filename-id":"tradelicenses-licensegid-typecodes-gtmtypegidxgtmcode-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Licenses/Type Codes"
                ],
                "summary":"Delete a Type Code",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeLicenses-{licenseGid}-typeCodes-{gtmTypeGidxgtmCode}-delete",
                "x-filename-id":"tradelicenses-licensegid-typecodes-gtmtypegidxgtmcode-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Licenses/Type Codes"
                ],
                "summary":"Update a Type Code",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeLicenses-{licenseGid}-typeCodes-{gtmTypeGidxgtmCode}-patch",
                "x-filename-id":"tradelicenses-licensegid-typecodes-gtmtypegidxgtmcode-patch"
            }
        },
        "/tradeLicenses/{licenseGid}/statuses":{
            "parameters":[
                {
                    "name":"licenseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Licenses/Statuses"
                ],
                "summary":"Get Statuses",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeLicenses.statuses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeLicenses-{licenseGid}-statuses-get",
                "x-filename-id":"tradelicenses-licensegid-statuses-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Licenses/Statuses"
                ],
                "summary":"Create a Status",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeLicenses.statuses"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradeLicenses.statuses"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeLicenses.statuses"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeLicenses.statuses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeLicenses-{licenseGid}-statuses-post",
                "x-filename-id":"tradelicenses-licensegid-statuses-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Licenses/Statuses"
                ],
                "summary":"Update Statuses",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeLicenses-{licenseGid}-statuses-patch",
                "x-filename-id":"tradelicenses-licensegid-statuses-patch"
            }
        },
        "/tradeLicenses/{licenseGid}/statuses/{statusTypeGid}":{
            "parameters":[
                {
                    "name":"licenseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"statusTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Licenses/Statuses"
                ],
                "summary":"Get a Status",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeLicenses.statuses"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeLicenses-{licenseGid}-statuses-{statusTypeGid}-get",
                "x-filename-id":"tradelicenses-licensegid-statuses-statustypegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Licenses/Statuses"
                ],
                "summary":"Delete a Status",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeLicenses-{licenseGid}-statuses-{statusTypeGid}-delete",
                "x-filename-id":"tradelicenses-licensegid-statuses-statustypegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Licenses/Statuses"
                ],
                "summary":"Update a Status",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeLicenses-{licenseGid}-statuses-{statusTypeGid}-patch",
                "x-filename-id":"tradelicenses-licensegid-statuses-statustypegid-patch"
            }
        },
        "/tradeLicenses/{licenseGid}/tradeRelatedLicenses":{
            "parameters":[
                {
                    "name":"licenseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Licenses/Trade Related Licenses"
                ],
                "summary":"Get Trade Related Licenses",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeLicenses.tradeRelatedLicenses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeLicenses-{licenseGid}-tradeRelatedLicenses-get",
                "x-filename-id":"tradelicenses-licensegid-traderelatedlicenses-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Licenses/Trade Related Licenses"
                ],
                "summary":"Create a Trade Related License",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeLicenses.tradeRelatedLicenses"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradeLicenses.tradeRelatedLicenses"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeLicenses.tradeRelatedLicenses"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeLicenses.tradeRelatedLicenses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeLicenses-{licenseGid}-tradeRelatedLicenses-post",
                "x-filename-id":"tradelicenses-licensegid-traderelatedlicenses-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Licenses/Trade Related Licenses"
                ],
                "summary":"Update Trade Related Licenses",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeLicenses-{licenseGid}-tradeRelatedLicenses-patch",
                "x-filename-id":"tradelicenses-licensegid-traderelatedlicenses-patch"
            }
        },
        "/tradeLicenses/{licenseGid}/tradeRelatedLicenses/{relatedLicenseGid}":{
            "parameters":[
                {
                    "name":"licenseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"relatedLicenseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Licenses/Trade Related Licenses"
                ],
                "summary":"Get a Trade Related License",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeLicenses.tradeRelatedLicenses"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeLicenses-{licenseGid}-tradeRelatedLicenses-{relatedLicenseGid}-get",
                "x-filename-id":"tradelicenses-licensegid-traderelatedlicenses-relatedlicensegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Licenses/Trade Related Licenses"
                ],
                "summary":"Delete a Trade Related License",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeLicenses-{licenseGid}-tradeRelatedLicenses-{relatedLicenseGid}-delete",
                "x-filename-id":"tradelicenses-licensegid-traderelatedlicenses-relatedlicensegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Licenses/Trade Related Licenses"
                ],
                "summary":"Update a Trade Related License",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeLicenses-{licenseGid}-tradeRelatedLicenses-{relatedLicenseGid}-patch",
                "x-filename-id":"tradelicenses-licensegid-traderelatedlicenses-relatedlicensegid-patch"
            }
        },
        "/tradeLicenses/{licenseGid}/tradeRelatedRegistrations":{
            "parameters":[
                {
                    "name":"licenseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Licenses/Trade Related Registrations"
                ],
                "summary":"Get Trade Related Registrations",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeLicenses.tradeRelatedRegistrations"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeLicenses-{licenseGid}-tradeRelatedRegistrations-get",
                "x-filename-id":"tradelicenses-licensegid-traderelatedregistrations-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Licenses/Trade Related Registrations"
                ],
                "summary":"Create a Trade Related Registration",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeLicenses.tradeRelatedRegistrations"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradeLicenses.tradeRelatedRegistrations"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeLicenses.tradeRelatedRegistrations"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeLicenses.tradeRelatedRegistrations"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeLicenses-{licenseGid}-tradeRelatedRegistrations-post",
                "x-filename-id":"tradelicenses-licensegid-traderelatedregistrations-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Licenses/Trade Related Registrations"
                ],
                "summary":"Update Trade Related Registrations",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeLicenses-{licenseGid}-tradeRelatedRegistrations-patch",
                "x-filename-id":"tradelicenses-licensegid-traderelatedregistrations-patch"
            }
        },
        "/tradeLicenses/{licenseGid}/tradeRelatedRegistrations/{gtmRegistrationGid}":{
            "parameters":[
                {
                    "name":"licenseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmRegistrationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Licenses/Trade Related Registrations"
                ],
                "summary":"Get a Trade Related Registration",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeLicenses.tradeRelatedRegistrations"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeLicenses-{licenseGid}-tradeRelatedRegistrations-{gtmRegistrationGid}-get",
                "x-filename-id":"tradelicenses-licensegid-traderelatedregistrations-gtmregistrationgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Licenses/Trade Related Registrations"
                ],
                "summary":"Delete a Trade Related Registration",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeLicenses-{licenseGid}-tradeRelatedRegistrations-{gtmRegistrationGid}-delete",
                "x-filename-id":"tradelicenses-licensegid-traderelatedregistrations-gtmregistrationgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Licenses/Trade Related Registrations"
                ],
                "summary":"Update a Trade Related Registration",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeLicenses-{licenseGid}-tradeRelatedRegistrations-{gtmRegistrationGid}-patch",
                "x-filename-id":"tradelicenses-licensegid-traderelatedregistrations-gtmregistrationgid-patch"
            }
        },
        "/tradeLicenses/{licenseGid}/ports":{
            "parameters":[
                {
                    "name":"licenseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Licenses/Ports"
                ],
                "summary":"Get Ports",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeLicenses.ports"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeLicenses-{licenseGid}-ports-get",
                "x-filename-id":"tradelicenses-licensegid-ports-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Licenses/Ports"
                ],
                "summary":"Create a Port",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeLicenses.ports"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradeLicenses.ports"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeLicenses.ports"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeLicenses.ports"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeLicenses-{licenseGid}-ports-post",
                "x-filename-id":"tradelicenses-licensegid-ports-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Licenses/Ports"
                ],
                "summary":"Update Ports",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeLicenses-{licenseGid}-ports-patch",
                "x-filename-id":"tradelicenses-licensegid-ports-patch"
            }
        },
        "/tradeLicenses/{licenseGid}/ports/{gtmPortQualifierGidxlocationGid}":{
            "parameters":[
                {
                    "name":"licenseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmPortQualifierGidxlocationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Licenses/Ports"
                ],
                "summary":"Get a Port",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeLicenses.ports"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeLicenses-{licenseGid}-ports-{gtmPortQualifierGidxlocationGid}-get",
                "x-filename-id":"tradelicenses-licensegid-ports-gtmportqualifiergidxlocationgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Licenses/Ports"
                ],
                "summary":"Delete a Port",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeLicenses-{licenseGid}-ports-{gtmPortQualifierGidxlocationGid}-delete",
                "x-filename-id":"tradelicenses-licensegid-ports-gtmportqualifiergidxlocationgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Licenses/Ports"
                ],
                "summary":"Update a Port",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeLicenses-{licenseGid}-ports-{gtmPortQualifierGidxlocationGid}-patch",
                "x-filename-id":"tradelicenses-licensegid-ports-gtmportqualifiergidxlocationgid-patch"
            }
        },
        "/tradeLicenses/{licenseGid}/controlTypeCodes":{
            "parameters":[
                {
                    "name":"licenseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Licenses/Control Type Codes"
                ],
                "summary":"Get Control Type Codes",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeLicenses.controlTypeCodes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeLicenses-{licenseGid}-controlTypeCodes-get",
                "x-filename-id":"tradelicenses-licensegid-controltypecodes-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Licenses/Control Type Codes"
                ],
                "summary":"Create a Control Type Code",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeLicenses.controlTypeCodes"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradeLicenses.controlTypeCodes"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeLicenses.controlTypeCodes"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeLicenses.controlTypeCodes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeLicenses-{licenseGid}-controlTypeCodes-post",
                "x-filename-id":"tradelicenses-licensegid-controltypecodes-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Licenses/Control Type Codes"
                ],
                "summary":"Update Control Type Codes",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeLicenses-{licenseGid}-controlTypeCodes-patch",
                "x-filename-id":"tradelicenses-licensegid-controltypecodes-patch"
            }
        },
        "/tradeLicenses/{licenseGid}/controlTypeCodes/{gtmControlTypeGidxcontrolCode}":{
            "parameters":[
                {
                    "name":"licenseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmControlTypeGidxcontrolCode",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Licenses/Control Type Codes"
                ],
                "summary":"Get a Control Type Code",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeLicenses.controlTypeCodes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeLicenses-{licenseGid}-controlTypeCodes-{gtmControlTypeGidxcontrolCode}-get",
                "x-filename-id":"tradelicenses-licensegid-controltypecodes-gtmcontroltypegidxcontrolcode-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Licenses/Control Type Codes"
                ],
                "summary":"Delete a Control Type Code",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeLicenses-{licenseGid}-controlTypeCodes-{gtmControlTypeGidxcontrolCode}-delete",
                "x-filename-id":"tradelicenses-licensegid-controltypecodes-gtmcontroltypegidxcontrolcode-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Licenses/Control Type Codes"
                ],
                "summary":"Update a Control Type Code",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeLicenses-{licenseGid}-controlTypeCodes-{gtmControlTypeGidxcontrolCode}-patch",
                "x-filename-id":"tradelicenses-licensegid-controltypecodes-gtmcontroltypegidxcontrolcode-patch"
            }
        },
        "/tradeLicenses/{licenseGid}/texts":{
            "parameters":[
                {
                    "name":"licenseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Licenses/Texts"
                ],
                "summary":"Get Texts",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeLicenses.texts"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeLicenses-{licenseGid}-texts-get",
                "x-filename-id":"tradelicenses-licensegid-texts-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Licenses/Texts"
                ],
                "summary":"Create a Text",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeLicenses.texts"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradeLicenses.texts"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeLicenses.texts"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeLicenses.texts"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeLicenses-{licenseGid}-texts-post",
                "x-filename-id":"tradelicenses-licensegid-texts-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Licenses/Texts"
                ],
                "summary":"Update Texts",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeLicenses-{licenseGid}-texts-patch",
                "x-filename-id":"tradelicenses-licensegid-texts-patch"
            }
        },
        "/tradeLicenses/{licenseGid}/texts/{textTemplateGidxdocumentDefGid}":{
            "parameters":[
                {
                    "name":"licenseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"textTemplateGidxdocumentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Licenses/Texts"
                ],
                "summary":"Get a Text",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeLicenses.texts"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeLicenses-{licenseGid}-texts-{textTemplateGidxdocumentDefGid}-get",
                "x-filename-id":"tradelicenses-licensegid-texts-texttemplategidxdocumentdefgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Licenses/Texts"
                ],
                "summary":"Delete a Text",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeLicenses-{licenseGid}-texts-{textTemplateGidxdocumentDefGid}-delete",
                "x-filename-id":"tradelicenses-licensegid-texts-texttemplategidxdocumentdefgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Licenses/Texts"
                ],
                "summary":"Update a Text",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeLicenses-{licenseGid}-texts-{textTemplateGidxdocumentDefGid}-patch",
                "x-filename-id":"tradelicenses-licensegid-texts-texttemplategidxdocumentdefgid-patch"
            }
        },
        "/tradeLicenses/{licenseGid}/refnums":{
            "parameters":[
                {
                    "name":"licenseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Licenses/Reference Numbers"
                ],
                "summary":"Get Reference Numbers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeLicenses.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeLicenses-{licenseGid}-refnums-get",
                "x-filename-id":"tradelicenses-licensegid-refnums-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Licenses/Reference Numbers"
                ],
                "summary":"Create a Reference Number",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeLicenses.refnums"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradeLicenses.refnums"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeLicenses.refnums"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeLicenses.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeLicenses-{licenseGid}-refnums-post",
                "x-filename-id":"tradelicenses-licensegid-refnums-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Licenses/Reference Numbers"
                ],
                "summary":"Update Reference Numbers",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeLicenses-{licenseGid}-refnums-patch",
                "x-filename-id":"tradelicenses-licensegid-refnums-patch"
            }
        },
        "/tradeLicenses/{licenseGid}/refnums/{refnumValuexgtmLicenseRefnumQualGid}":{
            "parameters":[
                {
                    "name":"licenseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"refnumValuexgtmLicenseRefnumQualGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Licenses/Reference Numbers"
                ],
                "summary":"Get a Reference Number",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeLicenses.refnums"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeLicenses-{licenseGid}-refnums-{refnumValuexgtmLicenseRefnumQualGid}-get",
                "x-filename-id":"tradelicenses-licensegid-refnums-refnumvaluexgtmlicenserefnumqualgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Licenses/Reference Numbers"
                ],
                "summary":"Delete a Reference Number",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeLicenses-{licenseGid}-refnums-{refnumValuexgtmLicenseRefnumQualGid}-delete",
                "x-filename-id":"tradelicenses-licensegid-refnums-refnumvaluexgtmlicenserefnumqualgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Licenses/Reference Numbers"
                ],
                "summary":"Update a Reference Number",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeLicenses-{licenseGid}-refnums-{refnumValuexgtmLicenseRefnumQualGid}-patch",
                "x-filename-id":"tradelicenses-licensegid-refnums-refnumvaluexgtmlicenserefnumqualgid-patch"
            }
        },
        "/tradeLicenses/{licenseGid}/regions":{
            "parameters":[
                {
                    "name":"licenseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Licenses/Regions"
                ],
                "summary":"Get Regions",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeLicenses.regions"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeLicenses-{licenseGid}-regions-get",
                "x-filename-id":"tradelicenses-licensegid-regions-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Licenses/Regions"
                ],
                "summary":"Create a Region",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeLicenses.regions"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradeLicenses.regions"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeLicenses.regions"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeLicenses.regions"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeLicenses-{licenseGid}-regions-post",
                "x-filename-id":"tradelicenses-licensegid-regions-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Licenses/Regions"
                ],
                "summary":"Update Regions",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeLicenses-{licenseGid}-regions-patch",
                "x-filename-id":"tradelicenses-licensegid-regions-patch"
            }
        },
        "/tradeLicenses/{licenseGid}/regions/{licenseRegionSequence}":{
            "parameters":[
                {
                    "name":"licenseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"licenseRegionSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Licenses/Regions"
                ],
                "summary":"Get a Region",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeLicenses.regions"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeLicenses-{licenseGid}-regions-{licenseRegionSequence}-get",
                "x-filename-id":"tradelicenses-licensegid-regions-licenseregionsequence-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Licenses/Regions"
                ],
                "summary":"Delete a Region",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeLicenses-{licenseGid}-regions-{licenseRegionSequence}-delete",
                "x-filename-id":"tradelicenses-licensegid-regions-licenseregionsequence-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Licenses/Regions"
                ],
                "summary":"Update a Region",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeLicenses-{licenseGid}-regions-{licenseRegionSequence}-patch",
                "x-filename-id":"tradelicenses-licensegid-regions-licenseregionsequence-patch"
            }
        },
        "/tradeLicenses/{licenseGid}/involvedParties":{
            "parameters":[
                {
                    "name":"licenseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Licenses/Involved Parties"
                ],
                "summary":"Get Involved Parties",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeLicenses.involvedParties"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeLicenses-{licenseGid}-involvedParties-get",
                "x-filename-id":"tradelicenses-licensegid-involvedparties-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Licenses/Involved Parties"
                ],
                "summary":"Create an Involved Party",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeLicenses.involvedParties"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradeLicenses.involvedParties"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeLicenses.involvedParties"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeLicenses.involvedParties"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeLicenses-{licenseGid}-involvedParties-post",
                "x-filename-id":"tradelicenses-licensegid-involvedparties-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Licenses/Involved Parties"
                ],
                "summary":"Update Involved Parties",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeLicenses-{licenseGid}-involvedParties-patch",
                "x-filename-id":"tradelicenses-licensegid-involvedparties-patch"
            }
        },
        "/tradeLicenses/{licenseGid}/involvedParties/{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}":{
            "parameters":[
                {
                    "name":"licenseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Licenses/Involved Parties"
                ],
                "summary":"Get an Involved Party",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeLicenses.involvedParties"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeLicenses-{licenseGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-get",
                "x-filename-id":"tradelicenses-licensegid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Licenses/Involved Parties"
                ],
                "summary":"Delete an Involved Party",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeLicenses-{licenseGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-delete",
                "x-filename-id":"tradelicenses-licensegid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Licenses/Involved Parties"
                ],
                "summary":"Update an Involved Party",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeLicenses-{licenseGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-patch",
                "x-filename-id":"tradelicenses-licensegid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-patch"
            }
        },
        "/tradeLicenses/{licenseGid}/licenseDates":{
            "parameters":[
                {
                    "name":"licenseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Licenses/License Dates"
                ],
                "summary":"Get License Dates",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeLicenses.licenseDates"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeLicenses-{licenseGid}-licenseDates-get",
                "x-filename-id":"tradelicenses-licensegid-licensedates-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Licenses/License Dates"
                ],
                "summary":"Create a License Date",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeLicenses.licenseDates"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradeLicenses.licenseDates"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeLicenses.licenseDates"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeLicenses.licenseDates"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeLicenses-{licenseGid}-licenseDates-post",
                "x-filename-id":"tradelicenses-licensegid-licensedates-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Licenses/License Dates"
                ],
                "summary":"Update License Dates",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeLicenses-{licenseGid}-licenseDates-patch",
                "x-filename-id":"tradelicenses-licensegid-licensedates-patch"
            }
        },
        "/tradeLicenses/{licenseGid}/licenseDates/{dateQualifierGid}":{
            "parameters":[
                {
                    "name":"licenseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"dateQualifierGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Licenses/License Dates"
                ],
                "summary":"Get a License Date",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeLicenses.licenseDates"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeLicenses-{licenseGid}-licenseDates-{dateQualifierGid}-get",
                "x-filename-id":"tradelicenses-licensegid-licensedates-datequalifiergid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Licenses/License Dates"
                ],
                "summary":"Delete a License Date",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeLicenses-{licenseGid}-licenseDates-{dateQualifierGid}-delete",
                "x-filename-id":"tradelicenses-licensegid-licensedates-datequalifiergid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Licenses/License Dates"
                ],
                "summary":"Update a License Date",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeLicenses-{licenseGid}-licenseDates-{dateQualifierGid}-patch",
                "x-filename-id":"tradelicenses-licensegid-licensedates-datequalifiergid-patch"
            }
        },
        "/railRouteCodeProfiles":{
            "get":{
                "tags":[
                    "Power Data/Rail Route Code Profiles"
                ],
                "summary":"Get Rail Route Code Profiles",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/railRouteCodeProfiles"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"railRouteCodeProfiles-get",
                "x-filename-id":"railroutecodeprofiles-get"
            },
            "post":{
                "tags":[
                    "Power Data/Rail Route Code Profiles"
                ],
                "summary":"Create a Rail Route Code Profile",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/railRouteCodeProfiles"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/railRouteCodeProfiles"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"railRouteCodeProfiles-post",
                "x-filename-id":"railroutecodeprofiles-post"
            }
        },
        "/railRouteCodeProfiles/{routeCodeProfileGid}":{
            "parameters":[
                {
                    "name":"routeCodeProfileGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Rail Route Code Profiles"
                ],
                "summary":"Get a Rail Route Code Profile",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/railRouteCodeProfiles"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"railRouteCodeProfiles-{routeCodeProfileGid}-get",
                "x-filename-id":"railroutecodeprofiles-routecodeprofilegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Rail Route Code Profiles"
                ],
                "summary":"Delete a Rail Route Code Profile",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"railRouteCodeProfiles-{routeCodeProfileGid}-delete",
                "x-filename-id":"railroutecodeprofiles-routecodeprofilegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Rail Route Code Profiles"
                ],
                "summary":"Update a Rail Route Code Profile",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"railRouteCodeProfiles-{routeCodeProfileGid}-patch",
                "x-filename-id":"railroutecodeprofiles-routecodeprofilegid-patch"
            }
        },
        "/railRouteCodeProfiles/{routeCodeProfileGid}/details":{
            "parameters":[
                {
                    "name":"routeCodeProfileGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Rail Route Code Profiles/Details"
                ],
                "summary":"Get Details",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/railRouteCodeProfiles.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"railRouteCodeProfiles-{routeCodeProfileGid}-details-get",
                "x-filename-id":"railroutecodeprofiles-routecodeprofilegid-details-get"
            },
            "post":{
                "tags":[
                    "Power Data/Rail Route Code Profiles/Details"
                ],
                "summary":"Create a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/railRouteCodeProfiles.details"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/railRouteCodeProfiles.details"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/railRouteCodeProfiles.details"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/railRouteCodeProfiles.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"railRouteCodeProfiles-{routeCodeProfileGid}-details-post",
                "x-filename-id":"railroutecodeprofiles-routecodeprofilegid-details-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Rail Route Code Profiles/Details"
                ],
                "summary":"Update Details",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"railRouteCodeProfiles-{routeCodeProfileGid}-details-patch",
                "x-filename-id":"railroutecodeprofiles-routecodeprofilegid-details-patch"
            }
        },
        "/railRouteCodeProfiles/{routeCodeProfileGid}/details/{routeCodeGid}":{
            "parameters":[
                {
                    "name":"routeCodeProfileGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"routeCodeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Rail Route Code Profiles/Details"
                ],
                "summary":"Get a Detail",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/railRouteCodeProfiles.details"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"railRouteCodeProfiles-{routeCodeProfileGid}-details-{routeCodeGid}-get",
                "x-filename-id":"railroutecodeprofiles-routecodeprofilegid-details-routecodegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Rail Route Code Profiles/Details"
                ],
                "summary":"Delete a Detail",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"railRouteCodeProfiles-{routeCodeProfileGid}-details-{routeCodeGid}-delete",
                "x-filename-id":"railroutecodeprofiles-routecodeprofilegid-details-routecodegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Rail Route Code Profiles/Details"
                ],
                "summary":"Update a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"railRouteCodeProfiles-{routeCodeProfileGid}-details-{routeCodeGid}-patch",
                "x-filename-id":"railroutecodeprofiles-routecodeprofilegid-details-routecodegid-patch"
            }
        },
        "/invoiceSplitRules":{
            "get":{
                "tags":[
                    "Power Data/Invoice/Bill Rules"
                ],
                "summary":"Get Invoice/Bill Rules",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/invoiceSplitRules"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"invoiceSplitRules-get",
                "x-filename-id":"invoicesplitrules-get"
            },
            "post":{
                "tags":[
                    "Power Data/Invoice/Bill Rules"
                ],
                "summary":"Create an Invoice/Bill Rule",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/invoiceSplitRules"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/invoiceSplitRules"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"invoiceSplitRules-post",
                "x-filename-id":"invoicesplitrules-post"
            }
        },
        "/invoiceSplitRules/{invoiceSplitRuleGid}":{
            "parameters":[
                {
                    "name":"invoiceSplitRuleGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Invoice/Bill Rules"
                ],
                "summary":"Get an Invoice/Bill Rule",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/invoiceSplitRules"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"invoiceSplitRules-{invoiceSplitRuleGid}-get",
                "x-filename-id":"invoicesplitrules-invoicesplitrulegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Invoice/Bill Rules"
                ],
                "summary":"Delete an Invoice/Bill Rule",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"invoiceSplitRules-{invoiceSplitRuleGid}-delete",
                "x-filename-id":"invoicesplitrules-invoicesplitrulegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Invoice/Bill Rules"
                ],
                "summary":"Update an Invoice/Bill Rule",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"invoiceSplitRules-{invoiceSplitRuleGid}-patch",
                "x-filename-id":"invoicesplitrules-invoicesplitrulegid-patch"
            }
        },
        "/images":{
            "get":{
                "tags":[
                    "Power Data/Images"
                ],
                "summary":"Get Images",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/images"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"images-get",
                "x-filename-id":"images-get"
            }
        },
        "/images/{iconGid}":{
            "parameters":[
                {
                    "name":"iconGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Images"
                ],
                "summary":"Get an Image",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/images"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"images-{iconGid}-get",
                "x-filename-id":"images-icongid-get"
            }
        },
        "/qualityFactorProfiles":{
            "get":{
                "tags":[
                    "Power Data/Quality Factor Profiles"
                ],
                "summary":"Get Quality Factor Profiles",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/qualityFactorProfiles"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"qualityFactorProfiles-get",
                "x-filename-id":"qualityfactorprofiles-get"
            },
            "post":{
                "tags":[
                    "Power Data/Quality Factor Profiles"
                ],
                "summary":"Create a Quality Factor Profile",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/qualityFactorProfiles"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/qualityFactorProfiles"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"qualityFactorProfiles-post",
                "x-filename-id":"qualityfactorprofiles-post"
            }
        },
        "/qualityFactorProfiles/{qualityFactorProfileGid}":{
            "parameters":[
                {
                    "name":"qualityFactorProfileGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Quality Factor Profiles"
                ],
                "summary":"Get a Quality Factor Profile",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/qualityFactorProfiles"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"qualityFactorProfiles-{qualityFactorProfileGid}-get",
                "x-filename-id":"qualityfactorprofiles-qualityfactorprofilegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Quality Factor Profiles"
                ],
                "summary":"Delete a Quality Factor Profile",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"qualityFactorProfiles-{qualityFactorProfileGid}-delete",
                "x-filename-id":"qualityfactorprofiles-qualityfactorprofilegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Quality Factor Profiles"
                ],
                "summary":"Update a Quality Factor Profile",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"qualityFactorProfiles-{qualityFactorProfileGid}-patch",
                "x-filename-id":"qualityfactorprofiles-qualityfactorprofilegid-patch"
            }
        },
        "/rateZoneProfiles":{
            "get":{
                "tags":[
                    "Power Data/Rate Zone Profiles"
                ],
                "summary":"Get Rate Zone Profiles",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/rateZoneProfiles"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateZoneProfiles-get",
                "x-filename-id":"ratezoneprofiles-get"
            },
            "post":{
                "tags":[
                    "Power Data/Rate Zone Profiles"
                ],
                "summary":"Create a Rate Zone Profile",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/rateZoneProfiles"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateZoneProfiles"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateZoneProfiles-post",
                "x-filename-id":"ratezoneprofiles-post"
            }
        },
        "/rateZoneProfiles/{rateZoneProfileGid}":{
            "parameters":[
                {
                    "name":"rateZoneProfileGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Rate Zone Profiles"
                ],
                "summary":"Get a Rate Zone Profile",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateZoneProfiles"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateZoneProfiles-{rateZoneProfileGid}-get",
                "x-filename-id":"ratezoneprofiles-ratezoneprofilegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Rate Zone Profiles"
                ],
                "summary":"Delete a Rate Zone Profile",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rateZoneProfiles-{rateZoneProfileGid}-delete",
                "x-filename-id":"ratezoneprofiles-ratezoneprofilegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Rate Zone Profiles"
                ],
                "summary":"Update a Rate Zone Profile",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rateZoneProfiles-{rateZoneProfileGid}-patch",
                "x-filename-id":"ratezoneprofiles-ratezoneprofilegid-patch"
            }
        },
        "/rateZoneProfiles/{rateZoneProfileGid}/details":{
            "parameters":[
                {
                    "name":"rateZoneProfileGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Rate Zone Profiles/Details"
                ],
                "summary":"Get Details",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/rateZoneProfiles.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateZoneProfiles-{rateZoneProfileGid}-details-get",
                "x-filename-id":"ratezoneprofiles-ratezoneprofilegid-details-get"
            },
            "post":{
                "tags":[
                    "Power Data/Rate Zone Profiles/Details"
                ],
                "summary":"Create a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/rateZoneProfiles.details"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/rateZoneProfiles.details"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateZoneProfiles.details"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/rateZoneProfiles.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateZoneProfiles-{rateZoneProfileGid}-details-post",
                "x-filename-id":"ratezoneprofiles-ratezoneprofilegid-details-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Rate Zone Profiles/Details"
                ],
                "summary":"Update Details",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rateZoneProfiles-{rateZoneProfileGid}-details-patch",
                "x-filename-id":"ratezoneprofiles-ratezoneprofilegid-details-patch"
            }
        },
        "/rateZoneProfiles/{rateZoneProfileGid}/details/{xLaneGid}":{
            "parameters":[
                {
                    "name":"rateZoneProfileGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"xLaneGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Rate Zone Profiles/Details"
                ],
                "summary":"Get a Detail",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateZoneProfiles.details"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateZoneProfiles-{rateZoneProfileGid}-details-{xLaneGid}-get",
                "x-filename-id":"ratezoneprofiles-ratezoneprofilegid-details-xlanegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Rate Zone Profiles/Details"
                ],
                "summary":"Delete a Detail",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rateZoneProfiles-{rateZoneProfileGid}-details-{xLaneGid}-delete",
                "x-filename-id":"ratezoneprofiles-ratezoneprofilegid-details-xlanegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Rate Zone Profiles/Details"
                ],
                "summary":"Update a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rateZoneProfiles-{rateZoneProfileGid}-details-{xLaneGid}-patch",
                "x-filename-id":"ratezoneprofiles-ratezoneprofilegid-details-xlanegid-patch"
            }
        },
        "/railIntermodalPlans":{
            "get":{
                "tags":[
                    "Power Data/Rail Inter Modal Plans"
                ],
                "summary":"Get Rail Inter Modal Plans",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/railIntermodalPlans"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"railIntermodalPlans-get",
                "x-filename-id":"railintermodalplans-get"
            },
            "post":{
                "tags":[
                    "Power Data/Rail Inter Modal Plans"
                ],
                "summary":"Create a Rail Inter Modal Plan",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/railIntermodalPlans"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/railIntermodalPlans"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"railIntermodalPlans-post",
                "x-filename-id":"railintermodalplans-post"
            }
        },
        "/railIntermodalPlans/{railInterModalPlanGid}":{
            "parameters":[
                {
                    "name":"railInterModalPlanGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Rail Inter Modal Plans"
                ],
                "summary":"Get a Rail Inter Modal Plan",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/railIntermodalPlans"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"railIntermodalPlans-{railInterModalPlanGid}-get",
                "x-filename-id":"railintermodalplans-railintermodalplangid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Rail Inter Modal Plans"
                ],
                "summary":"Delete a Rail Inter Modal Plan",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"railIntermodalPlans-{railInterModalPlanGid}-delete",
                "x-filename-id":"railintermodalplans-railintermodalplangid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Rail Inter Modal Plans"
                ],
                "summary":"Update a Rail Inter Modal Plan",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"railIntermodalPlans-{railInterModalPlanGid}-patch",
                "x-filename-id":"railintermodalplans-railintermodalplangid-patch"
            }
        },
        "/consolidationTypes":{
            "get":{
                "tags":[
                    "Power Data/Consolidation Types"
                ],
                "summary":"Get Consolidation Types",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/consolidationTypes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"consolidationTypes-get",
                "x-filename-id":"consolidationtypes-get"
            },
            "post":{
                "tags":[
                    "Power Data/Consolidation Types"
                ],
                "summary":"Create a Consolidation Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/consolidationTypes"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/consolidationTypes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"consolidationTypes-post",
                "x-filename-id":"consolidationtypes-post"
            }
        },
        "/consolidationTypes/{consolidationTypeGid}":{
            "parameters":[
                {
                    "name":"consolidationTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Consolidation Types"
                ],
                "summary":"Get a Consolidation Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/consolidationTypes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"consolidationTypes-{consolidationTypeGid}-get",
                "x-filename-id":"consolidationtypes-consolidationtypegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Consolidation Types"
                ],
                "summary":"Delete a Consolidation Type",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"consolidationTypes-{consolidationTypeGid}-delete",
                "x-filename-id":"consolidationtypes-consolidationtypegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Consolidation Types"
                ],
                "summary":"Update a Consolidation Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"consolidationTypes-{consolidationTypeGid}-patch",
                "x-filename-id":"consolidationtypes-consolidationtypegid-patch"
            }
        },
        "/driverTypes":{
            "get":{
                "tags":[
                    "Power Data/Driver Types"
                ],
                "summary":"Get Driver Types",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/driverTypes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"driverTypes-get",
                "x-filename-id":"drivertypes-get"
            },
            "post":{
                "tags":[
                    "Power Data/Driver Types"
                ],
                "summary":"Create a Driver Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/driverTypes"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/driverTypes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"driverTypes-post",
                "x-filename-id":"drivertypes-post"
            }
        },
        "/driverTypes/{driverTypeGid}":{
            "parameters":[
                {
                    "name":"driverTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Driver Types"
                ],
                "summary":"Get a Driver Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/driverTypes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"driverTypes-{driverTypeGid}-get",
                "x-filename-id":"drivertypes-drivertypegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Driver Types"
                ],
                "summary":"Delete a Driver Type",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"driverTypes-{driverTypeGid}-delete",
                "x-filename-id":"drivertypes-drivertypegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Driver Types"
                ],
                "summary":"Update a Driver Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"driverTypes-{driverTypeGid}-patch",
                "x-filename-id":"drivertypes-drivertypegid-patch"
            }
        },
        "/driverTypes/{driverTypeGid}/remarks":{
            "parameters":[
                {
                    "name":"driverTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Driver Types/Remarks"
                ],
                "summary":"Get Remarks",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/driverTypes.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"driverTypes-{driverTypeGid}-remarks-get",
                "x-filename-id":"drivertypes-drivertypegid-remarks-get"
            },
            "post":{
                "tags":[
                    "Power Data/Driver Types/Remarks"
                ],
                "summary":"Create a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/driverTypes.remarks"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/driverTypes.remarks"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/driverTypes.remarks"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/driverTypes.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"driverTypes-{driverTypeGid}-remarks-post",
                "x-filename-id":"drivertypes-drivertypegid-remarks-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Driver Types/Remarks"
                ],
                "summary":"Update Remarks",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"driverTypes-{driverTypeGid}-remarks-patch",
                "x-filename-id":"drivertypes-drivertypegid-remarks-patch"
            }
        },
        "/driverTypes/{driverTypeGid}/remarks/{remarkSequence}":{
            "parameters":[
                {
                    "name":"driverTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"remarkSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Driver Types/Remarks"
                ],
                "summary":"Get a Remark",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/driverTypes.remarks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"driverTypes-{driverTypeGid}-remarks-{remarkSequence}-get",
                "x-filename-id":"drivertypes-drivertypegid-remarks-remarksequence-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Driver Types/Remarks"
                ],
                "summary":"Delete a Remark",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"driverTypes-{driverTypeGid}-remarks-{remarkSequence}-delete",
                "x-filename-id":"drivertypes-drivertypegid-remarks-remarksequence-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Driver Types/Remarks"
                ],
                "summary":"Update a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"driverTypes-{driverTypeGid}-remarks-{remarkSequence}-patch",
                "x-filename-id":"drivertypes-drivertypegid-remarks-remarksequence-patch"
            }
        },
        "/driverTypes/{driverTypeGid}/specialServices":{
            "parameters":[
                {
                    "name":"driverTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Driver Types/Special Services"
                ],
                "summary":"Get Special Services",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/driverTypes.specialServices"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"driverTypes-{driverTypeGid}-specialServices-get",
                "x-filename-id":"drivertypes-drivertypegid-specialservices-get"
            },
            "post":{
                "tags":[
                    "Power Data/Driver Types/Special Services"
                ],
                "summary":"Create a Special Service",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/driverTypes.specialServices"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/driverTypes.specialServices"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/driverTypes.specialServices"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/driverTypes.specialServices"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"driverTypes-{driverTypeGid}-specialServices-post",
                "x-filename-id":"drivertypes-drivertypegid-specialservices-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Driver Types/Special Services"
                ],
                "summary":"Update Special Services",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"driverTypes-{driverTypeGid}-specialServices-patch",
                "x-filename-id":"drivertypes-drivertypegid-specialservices-patch"
            }
        },
        "/driverTypes/{driverTypeGid}/specialServices/{specialServiceGid}":{
            "parameters":[
                {
                    "name":"driverTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"specialServiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Driver Types/Special Services"
                ],
                "summary":"Get a Special Service",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/driverTypes.specialServices"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"driverTypes-{driverTypeGid}-specialServices-{specialServiceGid}-get",
                "x-filename-id":"drivertypes-drivertypegid-specialservices-specialservicegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Driver Types/Special Services"
                ],
                "summary":"Delete a Special Service",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"driverTypes-{driverTypeGid}-specialServices-{specialServiceGid}-delete",
                "x-filename-id":"drivertypes-drivertypegid-specialservices-specialservicegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Driver Types/Special Services"
                ],
                "summary":"Update a Special Service",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"driverTypes-{driverTypeGid}-specialServices-{specialServiceGid}-patch",
                "x-filename-id":"drivertypes-drivertypegid-specialservices-specialservicegid-patch"
            }
        },
        "/driverTypes/{driverTypeGid}/calendars":{
            "parameters":[
                {
                    "name":"driverTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Driver Types/Calendars"
                ],
                "summary":"Get Calendars",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/driverTypes.calendars"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"driverTypes-{driverTypeGid}-calendars-get",
                "x-filename-id":"drivertypes-drivertypegid-calendars-get"
            },
            "post":{
                "tags":[
                    "Power Data/Driver Types/Calendars"
                ],
                "summary":"Create a Calendar",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/driverTypes.calendars"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/driverTypes.calendars"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/driverTypes.calendars"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/driverTypes.calendars"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"driverTypes-{driverTypeGid}-calendars-post",
                "x-filename-id":"drivertypes-drivertypegid-calendars-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Driver Types/Calendars"
                ],
                "summary":"Update Calendars",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"driverTypes-{driverTypeGid}-calendars-patch",
                "x-filename-id":"drivertypes-drivertypegid-calendars-patch"
            }
        },
        "/driverTypes/{driverTypeGid}/calendars/{homeLocationGidxactivityCalendarGid}":{
            "parameters":[
                {
                    "name":"driverTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"homeLocationGidxactivityCalendarGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Driver Types/Calendars"
                ],
                "summary":"Get a Calendar",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/driverTypes.calendars"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"driverTypes-{driverTypeGid}-calendars-{homeLocationGidxactivityCalendarGid}-get",
                "x-filename-id":"drivertypes-drivertypegid-calendars-homelocationgidxactivitycalendargid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Driver Types/Calendars"
                ],
                "summary":"Delete a Calendar",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"driverTypes-{driverTypeGid}-calendars-{homeLocationGidxactivityCalendarGid}-delete",
                "x-filename-id":"drivertypes-drivertypegid-calendars-homelocationgidxactivitycalendargid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Driver Types/Calendars"
                ],
                "summary":"Update a Calendar",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"driverTypes-{driverTypeGid}-calendars-{homeLocationGidxactivityCalendarGid}-patch",
                "x-filename-id":"drivertypes-drivertypegid-calendars-homelocationgidxactivitycalendargid-patch"
            }
        },
        "/transactionReferenceNumberQualifiers":{
            "get":{
                "tags":[
                    "Power Data/Transaction Reference Number Qualifiers"
                ],
                "summary":"Get Transaction Reference Number Qualifiers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/transactionReferenceNumberQualifiers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"transactionReferenceNumberQualifiers-get",
                "x-filename-id":"transactionreferencenumberqualifiers-get"
            },
            "post":{
                "tags":[
                    "Power Data/Transaction Reference Number Qualifiers"
                ],
                "summary":"Create a Transaction Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/transactionReferenceNumberQualifiers"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/transactionReferenceNumberQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"transactionReferenceNumberQualifiers-post",
                "x-filename-id":"transactionreferencenumberqualifiers-post"
            }
        },
        "/transactionReferenceNumberQualifiers/{gtmTransRefnumQualGid}":{
            "parameters":[
                {
                    "name":"gtmTransRefnumQualGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Transaction Reference Number Qualifiers"
                ],
                "summary":"Get a Transaction Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/transactionReferenceNumberQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"transactionReferenceNumberQualifiers-{gtmTransRefnumQualGid}-get",
                "x-filename-id":"transactionreferencenumberqualifiers-gtmtransrefnumqualgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Transaction Reference Number Qualifiers"
                ],
                "summary":"Delete a Transaction Reference Number Qualifier",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"transactionReferenceNumberQualifiers-{gtmTransRefnumQualGid}-delete",
                "x-filename-id":"transactionreferencenumberqualifiers-gtmtransrefnumqualgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Transaction Reference Number Qualifiers"
                ],
                "summary":"Update a Transaction Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"transactionReferenceNumberQualifiers-{gtmTransRefnumQualGid}-patch",
                "x-filename-id":"transactionreferencenumberqualifiers-gtmtransrefnumqualgid-patch"
            }
        },
        "/capacityLimitGroups":{
            "get":{
                "tags":[
                    "Power Data/Capacity Limit Group"
                ],
                "summary":"Get Capacity Limit Group",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/capacityLimitGroups"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"capacityLimitGroups-get",
                "x-filename-id":"capacitylimitgroups-get"
            },
            "post":{
                "tags":[
                    "Power Data/Capacity Limit Group"
                ],
                "summary":"Create a Capacity Limit Group",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/capacityLimitGroups"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/capacityLimitGroups"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"capacityLimitGroups-post",
                "x-filename-id":"capacitylimitgroups-post"
            }
        },
        "/capacityLimitGroups/{capacityLimitGroupGid}":{
            "parameters":[
                {
                    "name":"capacityLimitGroupGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Capacity Limit Group"
                ],
                "summary":"Get a Capacity Limit Group",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/capacityLimitGroups"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"capacityLimitGroups-{capacityLimitGroupGid}-get",
                "x-filename-id":"capacitylimitgroups-capacitylimitgroupgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Capacity Limit Group"
                ],
                "summary":"Delete a Capacity Limit Group",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"capacityLimitGroups-{capacityLimitGroupGid}-delete",
                "x-filename-id":"capacitylimitgroups-capacitylimitgroupgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Capacity Limit Group"
                ],
                "summary":"Update a Capacity Limit Group",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"capacityLimitGroups-{capacityLimitGroupGid}-patch",
                "x-filename-id":"capacitylimitgroups-capacitylimitgroupgid-patch"
            }
        },
        "/consolReferenceNumberQualifiers":{
            "get":{
                "tags":[
                    "Power Data/Consol Reference Number Qualifiers"
                ],
                "summary":"Get Consol Reference Number Qualifiers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/consolReferenceNumberQualifiers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"consolReferenceNumberQualifiers-get",
                "x-filename-id":"consolreferencenumberqualifiers-get"
            },
            "post":{
                "tags":[
                    "Power Data/Consol Reference Number Qualifiers"
                ],
                "summary":"Create a Consol Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/consolReferenceNumberQualifiers"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/consolReferenceNumberQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"consolReferenceNumberQualifiers-post",
                "x-filename-id":"consolreferencenumberqualifiers-post"
            }
        },
        "/consolReferenceNumberQualifiers/{consolRefnumQualGid}":{
            "parameters":[
                {
                    "name":"consolRefnumQualGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Consol Reference Number Qualifiers"
                ],
                "summary":"Get a Consol Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/consolReferenceNumberQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"consolReferenceNumberQualifiers-{consolRefnumQualGid}-get",
                "x-filename-id":"consolreferencenumberqualifiers-consolrefnumqualgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Consol Reference Number Qualifiers"
                ],
                "summary":"Delete a Consol Reference Number Qualifier",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"consolReferenceNumberQualifiers-{consolRefnumQualGid}-delete",
                "x-filename-id":"consolreferencenumberqualifiers-consolrefnumqualgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Consol Reference Number Qualifiers"
                ],
                "summary":"Update a Consol Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"consolReferenceNumberQualifiers-{consolRefnumQualGid}-patch",
                "x-filename-id":"consolreferencenumberqualifiers-consolrefnumqualgid-patch"
            }
        },
        "/modeProfiles":{
            "get":{
                "tags":[
                    "Power Data/Mode Profiles"
                ],
                "summary":"Get Mode Profiles",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/modeProfiles"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"modeProfiles-get",
                "x-filename-id":"modeprofiles-get"
            },
            "post":{
                "tags":[
                    "Power Data/Mode Profiles"
                ],
                "summary":"Create a Mode Profile",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/modeProfiles"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/modeProfiles"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"modeProfiles-post",
                "x-filename-id":"modeprofiles-post"
            }
        },
        "/modeProfiles/{modeProfileGid}":{
            "parameters":[
                {
                    "name":"modeProfileGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Mode Profiles"
                ],
                "summary":"Get a Mode Profile",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/modeProfiles"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"modeProfiles-{modeProfileGid}-get",
                "x-filename-id":"modeprofiles-modeprofilegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Mode Profiles"
                ],
                "summary":"Delete a Mode Profile",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"modeProfiles-{modeProfileGid}-delete",
                "x-filename-id":"modeprofiles-modeprofilegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Mode Profiles"
                ],
                "summary":"Update a Mode Profile",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"modeProfiles-{modeProfileGid}-patch",
                "x-filename-id":"modeprofiles-modeprofilegid-patch"
            }
        },
        "/modeProfiles/{modeProfileGid}/details":{
            "parameters":[
                {
                    "name":"modeProfileGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Mode Profiles/Details"
                ],
                "summary":"Get Details",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/modeProfiles.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"modeProfiles-{modeProfileGid}-details-get",
                "x-filename-id":"modeprofiles-modeprofilegid-details-get"
            },
            "post":{
                "tags":[
                    "Power Data/Mode Profiles/Details"
                ],
                "summary":"Create a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/modeProfiles.details"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/modeProfiles.details"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/modeProfiles.details"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/modeProfiles.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"modeProfiles-{modeProfileGid}-details-post",
                "x-filename-id":"modeprofiles-modeprofilegid-details-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Mode Profiles/Details"
                ],
                "summary":"Update Details",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"modeProfiles-{modeProfileGid}-details-patch",
                "x-filename-id":"modeprofiles-modeprofilegid-details-patch"
            }
        },
        "/modeProfiles/{modeProfileGid}/details/{transportModeGid}":{
            "parameters":[
                {
                    "name":"modeProfileGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"transportModeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Mode Profiles/Details"
                ],
                "summary":"Get a Detail",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/modeProfiles.details"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"modeProfiles-{modeProfileGid}-details-{transportModeGid}-get",
                "x-filename-id":"modeprofiles-modeprofilegid-details-transportmodegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Mode Profiles/Details"
                ],
                "summary":"Delete a Detail",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"modeProfiles-{modeProfileGid}-details-{transportModeGid}-delete",
                "x-filename-id":"modeprofiles-modeprofilegid-details-transportmodegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Mode Profiles/Details"
                ],
                "summary":"Update a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"modeProfiles-{modeProfileGid}-details-{transportModeGid}-patch",
                "x-filename-id":"modeprofiles-modeprofilegid-details-transportmodegid-patch"
            }
        },
        "/gtmPhysicalInventorys":{
            "get":{
                "tags":[
                    "Business Objects/Gtm Physical Inventorys"
                ],
                "summary":"Get Gtm Physical Inventorys",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/gtmPhysicalInventorys"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"gtmPhysicalInventorys-get",
                "x-filename-id":"gtmphysicalinventorys-get"
            }
        },
        "/gtmPhysicalInventorys/{gtmPhysicalInventoryGid}":{
            "parameters":[
                {
                    "name":"gtmPhysicalInventoryGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Gtm Physical Inventorys"
                ],
                "summary":"Get a Gtm Physical Inventory",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/gtmPhysicalInventorys"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"gtmPhysicalInventorys-{gtmPhysicalInventoryGid}-get",
                "x-filename-id":"gtmphysicalinventorys-gtmphysicalinventorygid-get"
            }
        },
        "/gtmPhysicalInventorys/{gtmPhysicalInventoryGid}/values":{
            "parameters":[
                {
                    "name":"gtmPhysicalInventoryGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Gtm Physical Inventorys/Values"
                ],
                "summary":"Get Values",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/gtmPhysicalInventorys.values"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"gtmPhysicalInventorys-{gtmPhysicalInventoryGid}-values-get",
                "x-filename-id":"gtmphysicalinventorys-gtmphysicalinventorygid-values-get"
            }
        },
        "/gtmPhysicalInventorys/{gtmPhysicalInventoryGid}/values/{valueQualifierGid}":{
            "parameters":[
                {
                    "name":"gtmPhysicalInventoryGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"valueQualifierGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Gtm Physical Inventorys/Values"
                ],
                "summary":"Get a Value",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/gtmPhysicalInventorys.values"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"gtmPhysicalInventorys-{gtmPhysicalInventoryGid}-values-{valueQualifierGid}-get",
                "x-filename-id":"gtmphysicalinventorys-gtmphysicalinventorygid-values-valuequalifiergid-get"
            }
        },
        "/nmfcClasses":{
            "get":{
                "tags":[
                    "Power Data/NMFC Classes"
                ],
                "summary":"Get NMFC Classes",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/nmfcClasses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"nmfcClasses-get",
                "x-filename-id":"nmfcclasses-get"
            },
            "post":{
                "tags":[
                    "Power Data/NMFC Classes"
                ],
                "summary":"Create a NMFC Class",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/nmfcClasses"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/nmfcClasses"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"nmfcClasses-post",
                "x-filename-id":"nmfcclasses-post"
            }
        },
        "/nmfcClasses/{nmfcClassGid}":{
            "parameters":[
                {
                    "name":"nmfcClassGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/NMFC Classes"
                ],
                "summary":"Get a NMFC Class",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/nmfcClasses"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"nmfcClasses-{nmfcClassGid}-get",
                "x-filename-id":"nmfcclasses-nmfcclassgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/NMFC Classes"
                ],
                "summary":"Delete a NMFC Class",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"nmfcClasses-{nmfcClassGid}-delete",
                "x-filename-id":"nmfcclasses-nmfcclassgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/NMFC Classes"
                ],
                "summary":"Update a NMFC Class",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"nmfcClasses-{nmfcClassGid}-patch",
                "x-filename-id":"nmfcclasses-nmfcclassgid-patch"
            }
        },
        "/compartmentTypeProfiles":{
            "get":{
                "tags":[
                    "Power Data/Compartment Type Profiles"
                ],
                "summary":"Get Compartment Type Profiles",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/compartmentTypeProfiles"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"compartmentTypeProfiles-get",
                "x-filename-id":"compartmenttypeprofiles-get"
            },
            "post":{
                "tags":[
                    "Power Data/Compartment Type Profiles"
                ],
                "summary":"Create a Compartment Type Profile",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/compartmentTypeProfiles"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/compartmentTypeProfiles"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"compartmentTypeProfiles-post",
                "x-filename-id":"compartmenttypeprofiles-post"
            }
        },
        "/compartmentTypeProfiles/{compartmentTypeProfGid}":{
            "parameters":[
                {
                    "name":"compartmentTypeProfGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Compartment Type Profiles"
                ],
                "summary":"Get a Compartment Type Profile",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/compartmentTypeProfiles"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"compartmentTypeProfiles-{compartmentTypeProfGid}-get",
                "x-filename-id":"compartmenttypeprofiles-compartmenttypeprofgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Compartment Type Profiles"
                ],
                "summary":"Delete a Compartment Type Profile",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"compartmentTypeProfiles-{compartmentTypeProfGid}-delete",
                "x-filename-id":"compartmenttypeprofiles-compartmenttypeprofgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Compartment Type Profiles"
                ],
                "summary":"Update a Compartment Type Profile",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"compartmentTypeProfiles-{compartmentTypeProfGid}-patch",
                "x-filename-id":"compartmenttypeprofiles-compartmenttypeprofgid-patch"
            }
        },
        "/compartmentTypeProfiles/{compartmentTypeProfGid}/details":{
            "parameters":[
                {
                    "name":"compartmentTypeProfGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Compartment Type Profiles/Details"
                ],
                "summary":"Get Details",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/compartmentTypeProfiles.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"compartmentTypeProfiles-{compartmentTypeProfGid}-details-get",
                "x-filename-id":"compartmenttypeprofiles-compartmenttypeprofgid-details-get"
            },
            "post":{
                "tags":[
                    "Power Data/Compartment Type Profiles/Details"
                ],
                "summary":"Create a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/compartmentTypeProfiles.details"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/compartmentTypeProfiles.details"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/compartmentTypeProfiles.details"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/compartmentTypeProfiles.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"compartmentTypeProfiles-{compartmentTypeProfGid}-details-post",
                "x-filename-id":"compartmenttypeprofiles-compartmenttypeprofgid-details-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Compartment Type Profiles/Details"
                ],
                "summary":"Update Details",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"compartmentTypeProfiles-{compartmentTypeProfGid}-details-patch",
                "x-filename-id":"compartmenttypeprofiles-compartmenttypeprofgid-details-patch"
            }
        },
        "/compartmentTypeProfiles/{compartmentTypeProfGid}/details/{compartmentTypeGid}":{
            "parameters":[
                {
                    "name":"compartmentTypeProfGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"compartmentTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Compartment Type Profiles/Details"
                ],
                "summary":"Get a Detail",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/compartmentTypeProfiles.details"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"compartmentTypeProfiles-{compartmentTypeProfGid}-details-{compartmentTypeGid}-get",
                "x-filename-id":"compartmenttypeprofiles-compartmenttypeprofgid-details-compartmenttypegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Compartment Type Profiles/Details"
                ],
                "summary":"Delete a Detail",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"compartmentTypeProfiles-{compartmentTypeProfGid}-details-{compartmentTypeGid}-delete",
                "x-filename-id":"compartmenttypeprofiles-compartmenttypeprofgid-details-compartmenttypegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Compartment Type Profiles/Details"
                ],
                "summary":"Update a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"compartmentTypeProfiles-{compartmentTypeProfGid}-details-{compartmentTypeGid}-patch",
                "x-filename-id":"compartmenttypeprofiles-compartmenttypeprofgid-details-compartmenttypegid-patch"
            }
        },
        "/productClassificationPenaltyExemptMaps":{
            "get":{
                "tags":[
                    "Power Data/Product Classification Penalty Exempt Maps"
                ],
                "summary":"Get Product Classification Penalty Exempt Maps",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/productClassificationPenaltyExemptMaps"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"productClassificationPenaltyExemptMaps-get",
                "x-filename-id":"productclassificationpenaltyexemptmaps-get"
            },
            "post":{
                "tags":[
                    "Power Data/Product Classification Penalty Exempt Maps"
                ],
                "summary":"Create a Product Classification Penalty Exempt Map",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/productClassificationPenaltyExemptMaps"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/productClassificationPenaltyExemptMaps"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"productClassificationPenaltyExemptMaps-post",
                "x-filename-id":"productclassificationpenaltyexemptmaps-post"
            }
        },
        "/productClassificationPenaltyExemptMaps/{gtmProdClassCodeGidxpenaltyClassCode}":{
            "parameters":[
                {
                    "name":"gtmProdClassCodeGidxpenaltyClassCode",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Product Classification Penalty Exempt Maps"
                ],
                "summary":"Get a Product Classification Penalty Exempt Map",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/productClassificationPenaltyExemptMaps"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"productClassificationPenaltyExemptMaps-{gtmProdClassCodeGidxpenaltyClassCode}-get",
                "x-filename-id":"productclassificationpenaltyexemptmaps-gtmprodclasscodegidxpenaltyclasscode-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Product Classification Penalty Exempt Maps"
                ],
                "summary":"Delete a Product Classification Penalty Exempt Map",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"productClassificationPenaltyExemptMaps-{gtmProdClassCodeGidxpenaltyClassCode}-delete",
                "x-filename-id":"productclassificationpenaltyexemptmaps-gtmprodclasscodegidxpenaltyclasscode-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Product Classification Penalty Exempt Maps"
                ],
                "summary":"Update a Product Classification Penalty Exempt Map",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"productClassificationPenaltyExemptMaps-{gtmProdClassCodeGidxpenaltyClassCode}-patch",
                "x-filename-id":"productclassificationpenaltyexemptmaps-gtmprodclasscodegidxpenaltyclasscode-patch"
            }
        },
        "/bnTypes":{
            "get":{
                "tags":[
                    "Power Data/BN Types"
                ],
                "summary":"Get BN Types",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/bnTypes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"bnTypes-get",
                "x-filename-id":"bntypes-get"
            },
            "post":{
                "tags":[
                    "Power Data/BN Types"
                ],
                "summary":"Create a BN Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/bnTypes"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/bnTypes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"bnTypes-post",
                "x-filename-id":"bntypes-post"
            }
        },
        "/bnTypes/{bnTypeGid}":{
            "parameters":[
                {
                    "name":"bnTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/BN Types"
                ],
                "summary":"Get a BN Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/bnTypes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"bnTypes-{bnTypeGid}-get",
                "x-filename-id":"bntypes-bntypegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/BN Types"
                ],
                "summary":"Delete a BN Type",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"bnTypes-{bnTypeGid}-delete",
                "x-filename-id":"bntypes-bntypegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/BN Types"
                ],
                "summary":"Update a BN Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"bnTypes-{bnTypeGid}-patch",
                "x-filename-id":"bntypes-bntypegid-patch"
            }
        },
        "/drivers":{
            "get":{
                "tags":[
                    "Business Objects/Drivers"
                ],
                "summary":"Get Drivers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/drivers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"drivers-get",
                "x-filename-id":"drivers-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Drivers"
                ],
                "summary":"Create a Driver",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/drivers"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/drivers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"drivers-post",
                "x-filename-id":"drivers-post"
            }
        },
        "/drivers/{driverGid}":{
            "parameters":[
                {
                    "name":"driverGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Drivers"
                ],
                "summary":"Get a Driver",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/drivers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"drivers-{driverGid}-get",
                "x-filename-id":"drivers-drivergid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Drivers"
                ],
                "summary":"Delete a Driver",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"drivers-{driverGid}-delete",
                "x-filename-id":"drivers-drivergid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Drivers"
                ],
                "summary":"Update a Driver",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"drivers-{driverGid}-patch",
                "x-filename-id":"drivers-drivergid-patch"
            }
        },
        "/drivers/{driverGid}/refnums":{
            "parameters":[
                {
                    "name":"driverGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Drivers/Reference Numbers"
                ],
                "summary":"Get Reference Numbers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/drivers.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"drivers-{driverGid}-refnums-get",
                "x-filename-id":"drivers-drivergid-refnums-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Drivers/Reference Numbers"
                ],
                "summary":"Create a Reference Number",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/drivers.refnums"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/drivers.refnums"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/drivers.refnums"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/drivers.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"drivers-{driverGid}-refnums-post",
                "x-filename-id":"drivers-drivergid-refnums-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Drivers/Reference Numbers"
                ],
                "summary":"Update Reference Numbers",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"drivers-{driverGid}-refnums-patch",
                "x-filename-id":"drivers-drivergid-refnums-patch"
            }
        },
        "/drivers/{driverGid}/refnums/{driverRefnumQualGidxdriverRefnumValue}":{
            "parameters":[
                {
                    "name":"driverGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"driverRefnumQualGidxdriverRefnumValue",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Drivers/Reference Numbers"
                ],
                "summary":"Get a Reference Number",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/drivers.refnums"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"drivers-{driverGid}-refnums-{driverRefnumQualGidxdriverRefnumValue}-get",
                "x-filename-id":"drivers-drivergid-refnums-driverrefnumqualgidxdriverrefnumvalue-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Drivers/Reference Numbers"
                ],
                "summary":"Delete a Reference Number",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"drivers-{driverGid}-refnums-{driverRefnumQualGidxdriverRefnumValue}-delete",
                "x-filename-id":"drivers-drivergid-refnums-driverrefnumqualgidxdriverrefnumvalue-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Drivers/Reference Numbers"
                ],
                "summary":"Update a Reference Number",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"drivers-{driverGid}-refnums-{driverRefnumQualGidxdriverRefnumValue}-patch",
                "x-filename-id":"drivers-drivergid-refnums-driverrefnumqualgidxdriverrefnumvalue-patch"
            }
        },
        "/drivers/{driverGid}/calendars":{
            "parameters":[
                {
                    "name":"driverGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Drivers/Calendars"
                ],
                "summary":"Get Calendars",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/drivers.calendars"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"drivers-{driverGid}-calendars-get",
                "x-filename-id":"drivers-drivergid-calendars-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Drivers/Calendars"
                ],
                "summary":"Create a Calendar",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/drivers.calendars"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/drivers.calendars"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/drivers.calendars"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/drivers.calendars"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"drivers-{driverGid}-calendars-post",
                "x-filename-id":"drivers-drivergid-calendars-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Drivers/Calendars"
                ],
                "summary":"Update Calendars",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"drivers-{driverGid}-calendars-patch",
                "x-filename-id":"drivers-drivergid-calendars-patch"
            }
        },
        "/drivers/{driverGid}/calendars/{homeLocationGidxactivityCalendarGidxeffectiveDate}":{
            "parameters":[
                {
                    "name":"driverGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"homeLocationGidxactivityCalendarGidxeffectiveDate",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Drivers/Calendars"
                ],
                "summary":"Get a Calendar",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/drivers.calendars"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"drivers-{driverGid}-calendars-{homeLocationGidxactivityCalendarGidxeffectiveDate}-get",
                "x-filename-id":"drivers-drivergid-calendars-homelocationgidxactivitycalendargidxeffectivedate-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Drivers/Calendars"
                ],
                "summary":"Delete a Calendar",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"drivers-{driverGid}-calendars-{homeLocationGidxactivityCalendarGidxeffectiveDate}-delete",
                "x-filename-id":"drivers-drivergid-calendars-homelocationgidxactivitycalendargidxeffectivedate-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Drivers/Calendars"
                ],
                "summary":"Update a Calendar",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"drivers-{driverGid}-calendars-{homeLocationGidxactivityCalendarGidxeffectiveDate}-patch",
                "x-filename-id":"drivers-drivergid-calendars-homelocationgidxactivitycalendargidxeffectivedate-patch"
            }
        },
        "/drivers/{driverGid}/driverCdls":{
            "parameters":[
                {
                    "name":"driverGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Drivers/Driver Commercial Drivers Licenses"
                ],
                "summary":"Get Driver Commercial Drivers Licenses",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/drivers.driverCdls"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"drivers-{driverGid}-driverCdls-get",
                "x-filename-id":"drivers-drivergid-drivercdls-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Drivers/Driver Commercial Drivers Licenses"
                ],
                "summary":"Create a Driver Commercial Drivers License",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/drivers.driverCdls"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/drivers.driverCdls"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/drivers.driverCdls"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/drivers.driverCdls"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"drivers-{driverGid}-driverCdls-post",
                "x-filename-id":"drivers-drivergid-drivercdls-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Drivers/Driver Commercial Drivers Licenses"
                ],
                "summary":"Update Driver Commercial Drivers Licenses",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"drivers-{driverGid}-driverCdls-patch",
                "x-filename-id":"drivers-drivergid-drivercdls-patch"
            }
        },
        "/drivers/{driverGid}/driverCdls/{cdlNum}":{
            "parameters":[
                {
                    "name":"driverGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"cdlNum",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Drivers/Driver Commercial Drivers Licenses"
                ],
                "summary":"Get a Driver Commercial Drivers License",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/drivers.driverCdls"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"drivers-{driverGid}-driverCdls-{cdlNum}-get",
                "x-filename-id":"drivers-drivergid-drivercdls-cdlnum-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Drivers/Driver Commercial Drivers Licenses"
                ],
                "summary":"Delete a Driver Commercial Drivers License",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"drivers-{driverGid}-driverCdls-{cdlNum}-delete",
                "x-filename-id":"drivers-drivergid-drivercdls-cdlnum-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Drivers/Driver Commercial Drivers Licenses"
                ],
                "summary":"Update a Driver Commercial Drivers License",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"drivers-{driverGid}-driverCdls-{cdlNum}-patch",
                "x-filename-id":"drivers-drivergid-drivercdls-cdlnum-patch"
            }
        },
        "/drivers/{driverGid}/remarks":{
            "parameters":[
                {
                    "name":"driverGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Drivers/Remarks"
                ],
                "summary":"Get Remarks",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/drivers.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"drivers-{driverGid}-remarks-get",
                "x-filename-id":"drivers-drivergid-remarks-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Drivers/Remarks"
                ],
                "summary":"Create a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/drivers.remarks"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/drivers.remarks"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/drivers.remarks"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/drivers.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"drivers-{driverGid}-remarks-post",
                "x-filename-id":"drivers-drivergid-remarks-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Drivers/Remarks"
                ],
                "summary":"Update Remarks",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"drivers-{driverGid}-remarks-patch",
                "x-filename-id":"drivers-drivergid-remarks-patch"
            }
        },
        "/drivers/{driverGid}/remarks/{remarkSequence}":{
            "parameters":[
                {
                    "name":"driverGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"remarkSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Drivers/Remarks"
                ],
                "summary":"Get a Remark",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/drivers.remarks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"drivers-{driverGid}-remarks-{remarkSequence}-get",
                "x-filename-id":"drivers-drivergid-remarks-remarksequence-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Drivers/Remarks"
                ],
                "summary":"Delete a Remark",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"drivers-{driverGid}-remarks-{remarkSequence}-delete",
                "x-filename-id":"drivers-drivergid-remarks-remarksequence-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Drivers/Remarks"
                ],
                "summary":"Update a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"drivers-{driverGid}-remarks-{remarkSequence}-patch",
                "x-filename-id":"drivers-drivergid-remarks-remarksequence-patch"
            }
        },
        "/drivers/{driverGid}/texts":{
            "parameters":[
                {
                    "name":"driverGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Drivers/Texts"
                ],
                "summary":"Get Texts",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/drivers.texts"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"drivers-{driverGid}-texts-get",
                "x-filename-id":"drivers-drivergid-texts-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Drivers/Texts"
                ],
                "summary":"Create a Text",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/drivers.texts"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/drivers.texts"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/drivers.texts"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/drivers.texts"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"drivers-{driverGid}-texts-post",
                "x-filename-id":"drivers-drivergid-texts-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Drivers/Texts"
                ],
                "summary":"Update Texts",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"drivers-{driverGid}-texts-patch",
                "x-filename-id":"drivers-drivergid-texts-patch"
            }
        },
        "/drivers/{driverGid}/texts/{textTemplateGidxdocumentDefGid}":{
            "parameters":[
                {
                    "name":"driverGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"textTemplateGidxdocumentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Drivers/Texts"
                ],
                "summary":"Get a Text",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/drivers.texts"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"drivers-{driverGid}-texts-{textTemplateGidxdocumentDefGid}-get",
                "x-filename-id":"drivers-drivergid-texts-texttemplategidxdocumentdefgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Drivers/Texts"
                ],
                "summary":"Delete a Text",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"drivers-{driverGid}-texts-{textTemplateGidxdocumentDefGid}-delete",
                "x-filename-id":"drivers-drivergid-texts-texttemplategidxdocumentdefgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Drivers/Texts"
                ],
                "summary":"Update a Text",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"drivers-{driverGid}-texts-{textTemplateGidxdocumentDefGid}-patch",
                "x-filename-id":"drivers-drivergid-texts-texttemplategidxdocumentdefgid-patch"
            }
        },
        "/drivers/{driverGid}/assignments":{
            "parameters":[
                {
                    "name":"driverGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Drivers/Assignments"
                ],
                "summary":"Get Assignments",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/drivers.assignments"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"drivers-{driverGid}-assignments-get",
                "x-filename-id":"drivers-drivergid-assignments-get"
            }
        },
        "/drivers/{driverGid}/assignments/{driverAssignmentSeqNo}":{
            "parameters":[
                {
                    "name":"driverGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"driverAssignmentSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Drivers/Assignments"
                ],
                "summary":"Get an Assignment",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/drivers.assignments"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"drivers-{driverGid}-assignments-{driverAssignmentSeqNo}-get",
                "x-filename-id":"drivers-drivergid-assignments-driverassignmentseqno-get"
            }
        },
        "/drivers/{driverGid}/statuses":{
            "parameters":[
                {
                    "name":"driverGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Drivers/Statuses"
                ],
                "summary":"Get Statuses",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/drivers.statuses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"drivers-{driverGid}-statuses-get",
                "x-filename-id":"drivers-drivergid-statuses-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Drivers/Statuses"
                ],
                "summary":"Create a Status",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/drivers.statuses"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/drivers.statuses"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/drivers.statuses"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/drivers.statuses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"drivers-{driverGid}-statuses-post",
                "x-filename-id":"drivers-drivergid-statuses-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Drivers/Statuses"
                ],
                "summary":"Update Statuses",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"drivers-{driverGid}-statuses-patch",
                "x-filename-id":"drivers-drivergid-statuses-patch"
            }
        },
        "/drivers/{driverGid}/statuses/{statusTypeGid}":{
            "parameters":[
                {
                    "name":"driverGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"statusTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Drivers/Statuses"
                ],
                "summary":"Get a Status",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/drivers.statuses"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"drivers-{driverGid}-statuses-{statusTypeGid}-get",
                "x-filename-id":"drivers-drivergid-statuses-statustypegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Drivers/Statuses"
                ],
                "summary":"Delete a Status",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"drivers-{driverGid}-statuses-{statusTypeGid}-delete",
                "x-filename-id":"drivers-drivergid-statuses-statustypegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Drivers/Statuses"
                ],
                "summary":"Update a Status",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"drivers-{driverGid}-statuses-{statusTypeGid}-patch",
                "x-filename-id":"drivers-drivergid-statuses-statustypegid-patch"
            }
        },
        "/drivers/{driverGid}/involvedParties":{
            "parameters":[
                {
                    "name":"driverGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Drivers/Involved Parties"
                ],
                "summary":"Get Involved Parties",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/drivers.involvedParties"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"drivers-{driverGid}-involvedParties-get",
                "x-filename-id":"drivers-drivergid-involvedparties-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Drivers/Involved Parties"
                ],
                "summary":"Create an Involved Party",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/drivers.involvedParties"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/drivers.involvedParties"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/drivers.involvedParties"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/drivers.involvedParties"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"drivers-{driverGid}-involvedParties-post",
                "x-filename-id":"drivers-drivergid-involvedparties-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Drivers/Involved Parties"
                ],
                "summary":"Update Involved Parties",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"drivers-{driverGid}-involvedParties-patch",
                "x-filename-id":"drivers-drivergid-involvedparties-patch"
            }
        },
        "/drivers/{driverGid}/involvedParties/{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}":{
            "parameters":[
                {
                    "name":"driverGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Drivers/Involved Parties"
                ],
                "summary":"Get an Involved Party",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/drivers.involvedParties"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"drivers-{driverGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-get",
                "x-filename-id":"drivers-drivergid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Drivers/Involved Parties"
                ],
                "summary":"Delete an Involved Party",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"drivers-{driverGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-delete",
                "x-filename-id":"drivers-drivergid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Drivers/Involved Parties"
                ],
                "summary":"Update an Involved Party",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"drivers-{driverGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-patch",
                "x-filename-id":"drivers-drivergid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-patch"
            }
        },
        "/drivers/{driverGid}/calendarEvents":{
            "parameters":[
                {
                    "name":"driverGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Drivers/Calendar Events"
                ],
                "summary":"Get Calendar Events",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/drivers.calendarEvents"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"drivers-{driverGid}-calendarEvents-get",
                "x-filename-id":"drivers-drivergid-calendarevents-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Drivers/Calendar Events"
                ],
                "summary":"Create a Calendar Event",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/drivers.calendarEvents"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/drivers.calendarEvents"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/drivers.calendarEvents"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/drivers.calendarEvents"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"drivers-{driverGid}-calendarEvents-post",
                "x-filename-id":"drivers-drivergid-calendarevents-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Drivers/Calendar Events"
                ],
                "summary":"Update Calendar Events",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"drivers-{driverGid}-calendarEvents-patch",
                "x-filename-id":"drivers-drivergid-calendarevents-patch"
            }
        },
        "/drivers/{driverGid}/calendarEvents/{driverCalEventGid}":{
            "parameters":[
                {
                    "name":"driverGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"driverCalEventGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Drivers/Calendar Events"
                ],
                "summary":"Get a Calendar Event",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/drivers.calendarEvents"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"drivers-{driverGid}-calendarEvents-{driverCalEventGid}-get",
                "x-filename-id":"drivers-drivergid-calendarevents-drivercaleventgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Drivers/Calendar Events"
                ],
                "summary":"Delete a Calendar Event",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"drivers-{driverGid}-calendarEvents-{driverCalEventGid}-delete",
                "x-filename-id":"drivers-drivergid-calendarevents-drivercaleventgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Drivers/Calendar Events"
                ],
                "summary":"Update a Calendar Event",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"drivers-{driverGid}-calendarEvents-{driverCalEventGid}-patch",
                "x-filename-id":"drivers-drivergid-calendarevents-drivercaleventgid-patch"
            }
        },
        "/drivers/{driverGid}/specialServices":{
            "parameters":[
                {
                    "name":"driverGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Drivers/Special Services"
                ],
                "summary":"Get Special Services",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/drivers.specialServices"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"drivers-{driverGid}-specialServices-get",
                "x-filename-id":"drivers-drivergid-specialservices-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Drivers/Special Services"
                ],
                "summary":"Create a Special Service",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/drivers.specialServices"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/drivers.specialServices"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/drivers.specialServices"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/drivers.specialServices"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"drivers-{driverGid}-specialServices-post",
                "x-filename-id":"drivers-drivergid-specialservices-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Drivers/Special Services"
                ],
                "summary":"Update Special Services",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"drivers-{driverGid}-specialServices-patch",
                "x-filename-id":"drivers-drivergid-specialservices-patch"
            }
        },
        "/drivers/{driverGid}/specialServices/{specialServiceGid}":{
            "parameters":[
                {
                    "name":"driverGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"specialServiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Drivers/Special Services"
                ],
                "summary":"Get a Special Service",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/drivers.specialServices"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"drivers-{driverGid}-specialServices-{specialServiceGid}-get",
                "x-filename-id":"drivers-drivergid-specialservices-specialservicegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Drivers/Special Services"
                ],
                "summary":"Delete a Special Service",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"drivers-{driverGid}-specialServices-{specialServiceGid}-delete",
                "x-filename-id":"drivers-drivergid-specialservices-specialservicegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Drivers/Special Services"
                ],
                "summary":"Update a Special Service",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"drivers-{driverGid}-specialServices-{specialServiceGid}-patch",
                "x-filename-id":"drivers-drivergid-specialservices-specialservicegid-patch"
            }
        },
        "/drivers/{driverGid}/powerUnits":{
            "parameters":[
                {
                    "name":"driverGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Drivers/Power Units"
                ],
                "summary":"Get Power Units",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/drivers.powerUnits"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"drivers-{driverGid}-powerUnits-get",
                "x-filename-id":"drivers-drivergid-powerunits-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Drivers/Power Units"
                ],
                "summary":"Create a Power Unit",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/drivers.powerUnits"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/drivers.powerUnits"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/drivers.powerUnits"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/drivers.powerUnits"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"drivers-{driverGid}-powerUnits-post",
                "x-filename-id":"drivers-drivergid-powerunits-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Drivers/Power Units"
                ],
                "summary":"Update Power Units",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"drivers-{driverGid}-powerUnits-patch",
                "x-filename-id":"drivers-drivergid-powerunits-patch"
            }
        },
        "/drivers/{driverGid}/powerUnits/{sequence}":{
            "parameters":[
                {
                    "name":"driverGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Drivers/Power Units"
                ],
                "summary":"Get a Power Unit",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/drivers.powerUnits"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"drivers-{driverGid}-powerUnits-{sequence}-get",
                "x-filename-id":"drivers-drivergid-powerunits-sequence-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Drivers/Power Units"
                ],
                "summary":"Delete a Power Unit",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"drivers-{driverGid}-powerUnits-{sequence}-delete",
                "x-filename-id":"drivers-drivergid-powerunits-sequence-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Drivers/Power Units"
                ],
                "summary":"Update a Power Unit",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"drivers-{driverGid}-powerUnits-{sequence}-patch",
                "x-filename-id":"drivers-drivergid-powerunits-sequence-patch"
            }
        },
        "/drivers/{driverGid}/trackingEvents":{
            "parameters":[
                {
                    "name":"driverGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Drivers/Tracking Events"
                ],
                "summary":"Get Tracking Events",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/drivers.trackingEvents"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"drivers-{driverGid}-trackingEvents-get",
                "x-filename-id":"drivers-drivergid-trackingevents-get"
            }
        },
        "/drivers/{driverGid}/trackingEvents/{iTransactionNo}":{
            "parameters":[
                {
                    "name":"driverGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"iTransactionNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Drivers/Tracking Events"
                ],
                "summary":"Get a Tracking Event",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/drivers.trackingEvents"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"drivers-{driverGid}-trackingEvents-{iTransactionNo}-get",
                "x-filename-id":"drivers-drivergid-trackingevents-itransactionno-get"
            }
        },
        "/drivers/{driverGid}/documents":{
            "parameters":[
                {
                    "name":"driverGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Drivers/Documents"
                ],
                "summary":"Get Documents",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/drivers.documents"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"drivers-{driverGid}-documents-get",
                "x-filename-id":"drivers-drivergid-documents-get"
            }
        },
        "/drivers/{driverGid}/documents/{documentGid}":{
            "parameters":[
                {
                    "name":"driverGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Drivers/Documents"
                ],
                "summary":"Get a Document",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/drivers.documents"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"drivers-{driverGid}-documents-{documentGid}-get",
                "x-filename-id":"drivers-drivergid-documents-documentgid-get"
            }
        },
        "/licenseTypes":{
            "get":{
                "tags":[
                    "Power Data/License Types"
                ],
                "summary":"Get License Types",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/licenseTypes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"licenseTypes-get",
                "x-filename-id":"licensetypes-get"
            },
            "post":{
                "tags":[
                    "Power Data/License Types"
                ],
                "summary":"Create a License Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/licenseTypes"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/licenseTypes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"licenseTypes-post",
                "x-filename-id":"licensetypes-post"
            }
        },
        "/licenseTypes/{licenseTypeGid}":{
            "parameters":[
                {
                    "name":"licenseTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/License Types"
                ],
                "summary":"Get a License Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/licenseTypes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"licenseTypes-{licenseTypeGid}-get",
                "x-filename-id":"licensetypes-licensetypegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/License Types"
                ],
                "summary":"Delete a License Type",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"licenseTypes-{licenseTypeGid}-delete",
                "x-filename-id":"licensetypes-licensetypegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/License Types"
                ],
                "summary":"Update a License Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"licenseTypes-{licenseTypeGid}-patch",
                "x-filename-id":"licensetypes-licensetypegid-patch"
            }
        },
        "/otherLatitudeLongitudes":{
            "get":{
                "tags":[
                    "Power Data/Other Latitude Longitudes"
                ],
                "summary":"Get Other Latitude Longitudes",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/otherLatitudeLongitudes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"otherLatitudeLongitudes-get",
                "x-filename-id":"otherlatitudelongitudes-get"
            },
            "post":{
                "tags":[
                    "Power Data/Other Latitude Longitudes"
                ],
                "summary":"Create an Other Latitude Longitude",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/otherLatitudeLongitudes"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/otherLatitudeLongitudes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"otherLatitudeLongitudes-post",
                "x-filename-id":"otherlatitudelongitudes-post"
            }
        },
        "/otherLatitudeLongitudes/{countryCode3GidxprovinceCodexcityxdomainName}":{
            "parameters":[
                {
                    "name":"countryCode3GidxprovinceCodexcityxdomainName",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Other Latitude Longitudes"
                ],
                "summary":"Get an Other Latitude Longitude",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/otherLatitudeLongitudes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"otherLatitudeLongitudes-{countryCode3GidxprovinceCodexcityxdomainName}-get",
                "x-filename-id":"otherlatitudelongitudes-countrycode3gidxprovincecodexcityxdomainname-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Other Latitude Longitudes"
                ],
                "summary":"Delete an Other Latitude Longitude",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"otherLatitudeLongitudes-{countryCode3GidxprovinceCodexcityxdomainName}-delete",
                "x-filename-id":"otherlatitudelongitudes-countrycode3gidxprovincecodexcityxdomainname-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Other Latitude Longitudes"
                ],
                "summary":"Update an Other Latitude Longitude",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"otherLatitudeLongitudes-{countryCode3GidxprovinceCodexcityxdomainName}-patch",
                "x-filename-id":"otherlatitudelongitudes-countrycode3gidxprovincecodexcityxdomainname-patch"
            }
        },
        "/userDefinedCodeValues":{
            "get":{
                "tags":[
                    "Power Data/User Defined Code Values"
                ],
                "summary":"Get User Defined Code Values",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/userDefinedCodeValues"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"userDefinedCodeValues-get",
                "x-filename-id":"userdefinedcodevalues-get"
            },
            "post":{
                "tags":[
                    "Power Data/User Defined Code Values"
                ],
                "summary":"Create an User Defined Code Value",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/userDefinedCodeValues"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/userDefinedCodeValues"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"userDefinedCodeValues-post",
                "x-filename-id":"userdefinedcodevalues-post"
            }
        },
        "/userDefinedCodeValues/{gtmTypeGidxgtmCode}":{
            "parameters":[
                {
                    "name":"gtmTypeGidxgtmCode",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/User Defined Code Values"
                ],
                "summary":"Get an User Defined Code Value",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/userDefinedCodeValues"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"userDefinedCodeValues-{gtmTypeGidxgtmCode}-get",
                "x-filename-id":"userdefinedcodevalues-gtmtypegidxgtmcode-get"
            },
            "delete":{
                "tags":[
                    "Power Data/User Defined Code Values"
                ],
                "summary":"Delete an User Defined Code Value",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"userDefinedCodeValues-{gtmTypeGidxgtmCode}-delete",
                "x-filename-id":"userdefinedcodevalues-gtmtypegidxgtmcode-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/User Defined Code Values"
                ],
                "summary":"Update an User Defined Code Value",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"userDefinedCodeValues-{gtmTypeGidxgtmCode}-patch",
                "x-filename-id":"userdefinedcodevalues-gtmtypegidxgtmcode-patch"
            }
        },
        "/registrationReferenceNumberQualifiers":{
            "get":{
                "tags":[
                    "Power Data/Registration Reference Number Qualifiers"
                ],
                "summary":"Get Registration Reference Number Qualifiers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/registrationReferenceNumberQualifiers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"registrationReferenceNumberQualifiers-get",
                "x-filename-id":"registrationreferencenumberqualifiers-get"
            },
            "post":{
                "tags":[
                    "Power Data/Registration Reference Number Qualifiers"
                ],
                "summary":"Create a Registration Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/registrationReferenceNumberQualifiers"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/registrationReferenceNumberQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"registrationReferenceNumberQualifiers-post",
                "x-filename-id":"registrationreferencenumberqualifiers-post"
            }
        },
        "/registrationReferenceNumberQualifiers/{gtmRegRefnumQualGid}":{
            "parameters":[
                {
                    "name":"gtmRegRefnumQualGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Registration Reference Number Qualifiers"
                ],
                "summary":"Get a Registration Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/registrationReferenceNumberQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"registrationReferenceNumberQualifiers-{gtmRegRefnumQualGid}-get",
                "x-filename-id":"registrationreferencenumberqualifiers-gtmregrefnumqualgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Registration Reference Number Qualifiers"
                ],
                "summary":"Delete a Registration Reference Number Qualifier",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"registrationReferenceNumberQualifiers-{gtmRegRefnumQualGid}-delete",
                "x-filename-id":"registrationreferencenumberqualifiers-gtmregrefnumqualgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Registration Reference Number Qualifiers"
                ],
                "summary":"Update a Registration Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"registrationReferenceNumberQualifiers-{gtmRegRefnumQualGid}-patch",
                "x-filename-id":"registrationreferencenumberqualifiers-gtmregrefnumqualgid-patch"
            }
        },
        "/bondReferenceNumberQualifiers":{
            "get":{
                "tags":[
                    "Power Data/Bond Reference Number Qualifiers"
                ],
                "summary":"Get Bond Reference Number Qualifiers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/bondReferenceNumberQualifiers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"bondReferenceNumberQualifiers-get",
                "x-filename-id":"bondreferencenumberqualifiers-get"
            },
            "post":{
                "tags":[
                    "Power Data/Bond Reference Number Qualifiers"
                ],
                "summary":"Create a Bond Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/bondReferenceNumberQualifiers"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/bondReferenceNumberQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"bondReferenceNumberQualifiers-post",
                "x-filename-id":"bondreferencenumberqualifiers-post"
            }
        },
        "/bondReferenceNumberQualifiers/{gtmBondRefnumQualGid}":{
            "parameters":[
                {
                    "name":"gtmBondRefnumQualGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Bond Reference Number Qualifiers"
                ],
                "summary":"Get a Bond Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/bondReferenceNumberQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"bondReferenceNumberQualifiers-{gtmBondRefnumQualGid}-get",
                "x-filename-id":"bondreferencenumberqualifiers-gtmbondrefnumqualgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Bond Reference Number Qualifiers"
                ],
                "summary":"Delete a Bond Reference Number Qualifier",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"bondReferenceNumberQualifiers-{gtmBondRefnumQualGid}-delete",
                "x-filename-id":"bondreferencenumberqualifiers-gtmbondrefnumqualgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Bond Reference Number Qualifiers"
                ],
                "summary":"Update a Bond Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"bondReferenceNumberQualifiers-{gtmBondRefnumQualGid}-patch",
                "x-filename-id":"bondreferencenumberqualifiers-gtmbondrefnumqualgid-patch"
            }
        },
        "/regions":{
            "get":{
                "tags":[
                    "Power Data/Regions"
                ],
                "summary":"Get Regions",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/regions"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"regions-get",
                "x-filename-id":"regions-get"
            },
            "post":{
                "tags":[
                    "Power Data/Regions"
                ],
                "summary":"Create a Region",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/regions"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/regions"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"regions-post",
                "x-filename-id":"regions-post"
            }
        },
        "/regions/{regionGid}":{
            "parameters":[
                {
                    "name":"regionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Regions"
                ],
                "summary":"Get a Region",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/regions"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"regions-{regionGid}-get",
                "x-filename-id":"regions-regiongid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Regions"
                ],
                "summary":"Delete a Region",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"regions-{regionGid}-delete",
                "x-filename-id":"regions-regiongid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Regions"
                ],
                "summary":"Update a Region",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"regions-{regionGid}-patch",
                "x-filename-id":"regions-regiongid-patch"
            }
        },
        "/regions/{regionGid}/details":{
            "parameters":[
                {
                    "name":"regionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Regions/Details"
                ],
                "summary":"Get Details",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/regions.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"regions-{regionGid}-details-get",
                "x-filename-id":"regions-regiongid-details-get"
            },
            "post":{
                "tags":[
                    "Power Data/Regions/Details"
                ],
                "summary":"Create a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/regions.details"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/regions.details"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/regions.details"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/regions.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"regions-{regionGid}-details-post",
                "x-filename-id":"regions-regiongid-details-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Regions/Details"
                ],
                "summary":"Update Details",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"regions-{regionGid}-details-patch",
                "x-filename-id":"regions-regiongid-details-patch"
            }
        },
        "/regions/{regionGid}/details/{sequenceNum}":{
            "parameters":[
                {
                    "name":"regionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sequenceNum",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Regions/Details"
                ],
                "summary":"Get a Detail",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/regions.details"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"regions-{regionGid}-details-{sequenceNum}-get",
                "x-filename-id":"regions-regiongid-details-sequencenum-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Regions/Details"
                ],
                "summary":"Delete a Detail",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"regions-{regionGid}-details-{sequenceNum}-delete",
                "x-filename-id":"regions-regiongid-details-sequencenum-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Regions/Details"
                ],
                "summary":"Update a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"regions-{regionGid}-details-{sequenceNum}-patch",
                "x-filename-id":"regions-regiongid-details-sequencenum-patch"
            }
        },
        "/rateServices":{
            "get":{
                "tags":[
                    "Power Data/Rate Services"
                ],
                "summary":"Get Rate Services",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/rateServices"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateServices-get",
                "x-filename-id":"rateservices-get"
            },
            "post":{
                "tags":[
                    "Power Data/Rate Services"
                ],
                "summary":"Create a Rate Service",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/rateServices"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateServices"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateServices-post",
                "x-filename-id":"rateservices-post"
            }
        },
        "/rateServices/{rateServiceGid}":{
            "parameters":[
                {
                    "name":"rateServiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Rate Services"
                ],
                "summary":"Get a Rate Service",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateServices"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateServices-{rateServiceGid}-get",
                "x-filename-id":"rateservices-rateservicegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Rate Services"
                ],
                "summary":"Delete a Rate Service",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rateServices-{rateServiceGid}-delete",
                "x-filename-id":"rateservices-rateservicegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Rate Services"
                ],
                "summary":"Update a Rate Service",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rateServices-{rateServiceGid}-patch",
                "x-filename-id":"rateservices-rateservicegid-patch"
            }
        },
        "/rateServices/{rateServiceGid}/speeds":{
            "parameters":[
                {
                    "name":"rateServiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Rate Services/Speeds"
                ],
                "summary":"Get Speeds",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/rateServices.speeds"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateServices-{rateServiceGid}-speeds-get",
                "x-filename-id":"rateservices-rateservicegid-speeds-get"
            },
            "post":{
                "tags":[
                    "Power Data/Rate Services/Speeds"
                ],
                "summary":"Create a Speed",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/rateServices.speeds"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/rateServices.speeds"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateServices.speeds"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/rateServices.speeds"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateServices-{rateServiceGid}-speeds-post",
                "x-filename-id":"rateservices-rateservicegid-speeds-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Rate Services/Speeds"
                ],
                "summary":"Update Speeds",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rateServices-{rateServiceGid}-speeds-patch",
                "x-filename-id":"rateservices-rateservicegid-speeds-patch"
            }
        },
        "/rateServices/{rateServiceGid}/speeds/{rateServiceSpeedGid}":{
            "parameters":[
                {
                    "name":"rateServiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"rateServiceSpeedGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Rate Services/Speeds"
                ],
                "summary":"Get a Speed",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateServices.speeds"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateServices-{rateServiceGid}-speeds-{rateServiceSpeedGid}-get",
                "x-filename-id":"rateservices-rateservicegid-speeds-rateservicespeedgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Rate Services/Speeds"
                ],
                "summary":"Delete a Speed",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rateServices-{rateServiceGid}-speeds-{rateServiceSpeedGid}-delete",
                "x-filename-id":"rateservices-rateservicegid-speeds-rateservicespeedgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Rate Services/Speeds"
                ],
                "summary":"Update a Speed",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rateServices-{rateServiceGid}-speeds-{rateServiceSpeedGid}-patch",
                "x-filename-id":"rateservices-rateservicegid-speeds-rateservicespeedgid-patch"
            }
        },
        "/rateServices/{rateServiceGid}/voyageServiceMaps":{
            "parameters":[
                {
                    "name":"rateServiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Rate Services/Voyage Service Maps"
                ],
                "summary":"Get Voyage Service Maps",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/rateServices.voyageServiceMaps"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateServices-{rateServiceGid}-voyageServiceMaps-get",
                "x-filename-id":"rateservices-rateservicegid-voyageservicemaps-get"
            },
            "post":{
                "tags":[
                    "Power Data/Rate Services/Voyage Service Maps"
                ],
                "summary":"Create a Voyage Service Map",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/rateServices.voyageServiceMaps"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/rateServices.voyageServiceMaps"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateServices.voyageServiceMaps"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/rateServices.voyageServiceMaps"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateServices-{rateServiceGid}-voyageServiceMaps-post",
                "x-filename-id":"rateservices-rateservicegid-voyageservicemaps-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Rate Services/Voyage Service Maps"
                ],
                "summary":"Update Voyage Service Maps",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rateServices-{rateServiceGid}-voyageServiceMaps-patch",
                "x-filename-id":"rateservices-rateservicegid-voyageservicemaps-patch"
            }
        },
        "/rateServices/{rateServiceGid}/voyageServiceMaps/{voyageServiceTypeGid}":{
            "parameters":[
                {
                    "name":"rateServiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"voyageServiceTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Rate Services/Voyage Service Maps"
                ],
                "summary":"Get a Voyage Service Map",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateServices.voyageServiceMaps"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateServices-{rateServiceGid}-voyageServiceMaps-{voyageServiceTypeGid}-get",
                "x-filename-id":"rateservices-rateservicegid-voyageservicemaps-voyageservicetypegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Rate Services/Voyage Service Maps"
                ],
                "summary":"Delete a Voyage Service Map",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rateServices-{rateServiceGid}-voyageServiceMaps-{voyageServiceTypeGid}-delete",
                "x-filename-id":"rateservices-rateservicegid-voyageservicemaps-voyageservicetypegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Rate Services/Voyage Service Maps"
                ],
                "summary":"Update a Voyage Service Map",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rateServices-{rateServiceGid}-voyageServiceMaps-{voyageServiceTypeGid}-patch",
                "x-filename-id":"rateservices-rateservicegid-voyageservicemaps-voyageservicetypegid-patch"
            }
        },
        "/rateServices/{rateServiceGid}/repetitionScheduleServiceMaps":{
            "parameters":[
                {
                    "name":"rateServiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Rate Services/Repetition Schedule Service Maps"
                ],
                "summary":"Get Repetition Schedule Service Maps",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/rateServices.repetitionScheduleServiceMaps"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateServices-{rateServiceGid}-repetitionScheduleServiceMaps-get",
                "x-filename-id":"rateservices-rateservicegid-repetitionscheduleservicemaps-get"
            },
            "post":{
                "tags":[
                    "Power Data/Rate Services/Repetition Schedule Service Maps"
                ],
                "summary":"Create a Repetition Schedule Service Map",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/rateServices.repetitionScheduleServiceMaps"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/rateServices.repetitionScheduleServiceMaps"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateServices.repetitionScheduleServiceMaps"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/rateServices.repetitionScheduleServiceMaps"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateServices-{rateServiceGid}-repetitionScheduleServiceMaps-post",
                "x-filename-id":"rateservices-rateservicegid-repetitionscheduleservicemaps-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Rate Services/Repetition Schedule Service Maps"
                ],
                "summary":"Update Repetition Schedule Service Maps",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rateServices-{rateServiceGid}-repetitionScheduleServiceMaps-patch",
                "x-filename-id":"rateservices-rateservicegid-repetitionscheduleservicemaps-patch"
            }
        },
        "/rateServices/{rateServiceGid}/repetitionScheduleServiceMaps/{repSchedServiceGid}":{
            "parameters":[
                {
                    "name":"rateServiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"repSchedServiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Rate Services/Repetition Schedule Service Maps"
                ],
                "summary":"Get a Repetition Schedule Service Map",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateServices.repetitionScheduleServiceMaps"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateServices-{rateServiceGid}-repetitionScheduleServiceMaps-{repSchedServiceGid}-get",
                "x-filename-id":"rateservices-rateservicegid-repetitionscheduleservicemaps-repschedservicegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Rate Services/Repetition Schedule Service Maps"
                ],
                "summary":"Delete a Repetition Schedule Service Map",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rateServices-{rateServiceGid}-repetitionScheduleServiceMaps-{repSchedServiceGid}-delete",
                "x-filename-id":"rateservices-rateservicegid-repetitionscheduleservicemaps-repschedservicegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Rate Services/Repetition Schedule Service Maps"
                ],
                "summary":"Update a Repetition Schedule Service Map",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rateServices-{rateServiceGid}-repetitionScheduleServiceMaps-{repSchedServiceGid}-patch",
                "x-filename-id":"rateservices-rateservicegid-repetitionscheduleservicemaps-repschedservicegid-patch"
            }
        },
        "/rateServices/{rateServiceGid}/serviceTimes":{
            "parameters":[
                {
                    "name":"rateServiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Rate Services/Service Times"
                ],
                "summary":"Get Service Times",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/rateServices.serviceTimes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateServices-{rateServiceGid}-serviceTimes-get",
                "x-filename-id":"rateservices-rateservicegid-servicetimes-get"
            },
            "post":{
                "tags":[
                    "Power Data/Rate Services/Service Times"
                ],
                "summary":"Create a Service Time",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/rateServices.serviceTimes"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/rateServices.serviceTimes"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateServices.serviceTimes"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/rateServices.serviceTimes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateServices-{rateServiceGid}-serviceTimes-post",
                "x-filename-id":"rateservices-rateservicegid-servicetimes-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Rate Services/Service Times"
                ],
                "summary":"Update Service Times",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rateServices-{rateServiceGid}-serviceTimes-patch",
                "x-filename-id":"rateservices-rateservicegid-servicetimes-patch"
            }
        },
        "/rateServices/{rateServiceGid}/serviceTimes/{xLaneGid}":{
            "parameters":[
                {
                    "name":"rateServiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"xLaneGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Rate Services/Service Times"
                ],
                "summary":"Get a Service Time",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateServices.serviceTimes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateServices-{rateServiceGid}-serviceTimes-{xLaneGid}-get",
                "x-filename-id":"rateservices-rateservicegid-servicetimes-xlanegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Rate Services/Service Times"
                ],
                "summary":"Delete a Service Time",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rateServices-{rateServiceGid}-serviceTimes-{xLaneGid}-delete",
                "x-filename-id":"rateservices-rateservicegid-servicetimes-xlanegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Rate Services/Service Times"
                ],
                "summary":"Update a Service Time",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rateServices-{rateServiceGid}-serviceTimes-{xLaneGid}-patch",
                "x-filename-id":"rateservices-rateservicegid-servicetimes-xlanegid-patch"
            }
        },
        "/rateServices/{rateServiceGid}/rateZoneServiceTimes":{
            "parameters":[
                {
                    "name":"rateServiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Rate Services/Rate Zone Service Times"
                ],
                "summary":"Get Rate Zone Service Times",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/rateServices.rateZoneServiceTimes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateServices-{rateServiceGid}-rateZoneServiceTimes-get",
                "x-filename-id":"rateservices-rateservicegid-ratezoneservicetimes-get"
            },
            "post":{
                "tags":[
                    "Power Data/Rate Services/Rate Zone Service Times"
                ],
                "summary":"Create a Rate Zone Service Time",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/rateServices.rateZoneServiceTimes"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/rateServices.rateZoneServiceTimes"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateServices.rateZoneServiceTimes"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/rateServices.rateZoneServiceTimes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateServices-{rateServiceGid}-rateZoneServiceTimes-post",
                "x-filename-id":"rateservices-rateservicegid-ratezoneservicetimes-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Rate Services/Rate Zone Service Times"
                ],
                "summary":"Update Rate Zone Service Times",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rateServices-{rateServiceGid}-rateZoneServiceTimes-patch",
                "x-filename-id":"rateservices-rateservicegid-ratezoneservicetimes-patch"
            }
        },
        "/rateServices/{rateServiceGid}/rateZoneServiceTimes/{rateZoneProfileGid}":{
            "parameters":[
                {
                    "name":"rateServiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"rateZoneProfileGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Rate Services/Rate Zone Service Times"
                ],
                "summary":"Get a Rate Zone Service Time",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateServices.rateZoneServiceTimes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateServices-{rateServiceGid}-rateZoneServiceTimes-{rateZoneProfileGid}-get",
                "x-filename-id":"rateservices-rateservicegid-ratezoneservicetimes-ratezoneprofilegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Rate Services/Rate Zone Service Times"
                ],
                "summary":"Delete a Rate Zone Service Time",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rateServices-{rateServiceGid}-rateZoneServiceTimes-{rateZoneProfileGid}-delete",
                "x-filename-id":"rateservices-rateservicegid-ratezoneservicetimes-ratezoneprofilegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Rate Services/Rate Zone Service Times"
                ],
                "summary":"Update a Rate Zone Service Time",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rateServices-{rateServiceGid}-rateZoneServiceTimes-{rateZoneProfileGid}-patch",
                "x-filename-id":"rateservices-rateservicegid-ratezoneservicetimes-ratezoneprofilegid-patch"
            }
        },
        "/rateServices/{rateServiceGid}/distanceServiceTimes":{
            "parameters":[
                {
                    "name":"rateServiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Rate Services/Distance Service Times"
                ],
                "summary":"Get Distance Service Times",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/rateServices.distanceServiceTimes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateServices-{rateServiceGid}-distanceServiceTimes-get",
                "x-filename-id":"rateservices-rateservicegid-distanceservicetimes-get"
            },
            "post":{
                "tags":[
                    "Power Data/Rate Services/Distance Service Times"
                ],
                "summary":"Create a Distance Service Time",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/rateServices.distanceServiceTimes"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/rateServices.distanceServiceTimes"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateServices.distanceServiceTimes"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/rateServices.distanceServiceTimes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateServices-{rateServiceGid}-distanceServiceTimes-post",
                "x-filename-id":"rateservices-rateservicegid-distanceservicetimes-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Rate Services/Distance Service Times"
                ],
                "summary":"Update Distance Service Times",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rateServices-{rateServiceGid}-distanceServiceTimes-patch",
                "x-filename-id":"rateservices-rateservicegid-distanceservicetimes-patch"
            }
        },
        "/rateServices/{rateServiceGid}/distanceServiceTimes/{distanceValue}":{
            "parameters":[
                {
                    "name":"rateServiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"distanceValue",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Rate Services/Distance Service Times"
                ],
                "summary":"Get a Distance Service Time",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateServices.distanceServiceTimes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateServices-{rateServiceGid}-distanceServiceTimes-{distanceValue}-get",
                "x-filename-id":"rateservices-rateservicegid-distanceservicetimes-distancevalue-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Rate Services/Distance Service Times"
                ],
                "summary":"Delete a Distance Service Time",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rateServices-{rateServiceGid}-distanceServiceTimes-{distanceValue}-delete",
                "x-filename-id":"rateservices-rateservicegid-distanceservicetimes-distancevalue-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Rate Services/Distance Service Times"
                ],
                "summary":"Update a Distance Service Time",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rateServices-{rateServiceGid}-distanceServiceTimes-{distanceValue}-patch",
                "x-filename-id":"rateservices-rateservicegid-distanceservicetimes-distancevalue-patch"
            }
        },
        "/rateServices/{rateServiceGid}/accessorialTimes":{
            "parameters":[
                {
                    "name":"rateServiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Rate Services/Accessorial Times"
                ],
                "summary":"Get Accessorial Times",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/rateServices.accessorialTimes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateServices-{rateServiceGid}-accessorialTimes-get",
                "x-filename-id":"rateservices-rateservicegid-accessorialtimes-get"
            },
            "post":{
                "tags":[
                    "Power Data/Rate Services/Accessorial Times"
                ],
                "summary":"Create an Accessorial Time",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/rateServices.accessorialTimes"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/rateServices.accessorialTimes"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateServices.accessorialTimes"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/rateServices.accessorialTimes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateServices-{rateServiceGid}-accessorialTimes-post",
                "x-filename-id":"rateservices-rateservicegid-accessorialtimes-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Rate Services/Accessorial Times"
                ],
                "summary":"Update Accessorial Times",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rateServices-{rateServiceGid}-accessorialTimes-patch",
                "x-filename-id":"rateservices-rateservicegid-accessorialtimes-patch"
            }
        },
        "/rateServices/{rateServiceGid}/accessorialTimes/{accessorialCodeGidxxLaneGid}":{
            "parameters":[
                {
                    "name":"rateServiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"accessorialCodeGidxxLaneGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Rate Services/Accessorial Times"
                ],
                "summary":"Get an Accessorial Time",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateServices.accessorialTimes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateServices-{rateServiceGid}-accessorialTimes-{accessorialCodeGidxxLaneGid}-get",
                "x-filename-id":"rateservices-rateservicegid-accessorialtimes-accessorialcodegidxxlanegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Rate Services/Accessorial Times"
                ],
                "summary":"Delete an Accessorial Time",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rateServices-{rateServiceGid}-accessorialTimes-{accessorialCodeGidxxLaneGid}-delete",
                "x-filename-id":"rateservices-rateservicegid-accessorialtimes-accessorialcodegidxxlanegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Rate Services/Accessorial Times"
                ],
                "summary":"Update an Accessorial Time",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rateServices-{rateServiceGid}-accessorialTimes-{accessorialCodeGidxxLaneGid}-patch",
                "x-filename-id":"rateservices-rateservicegid-accessorialtimes-accessorialcodegidxxlanegid-patch"
            }
        },
        "/sitcs":{
            "get":{
                "tags":[
                    "Power Data/SITC"
                ],
                "summary":"Get SITC",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/sitcs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sitcs-get",
                "x-filename-id":"sitcs-get"
            },
            "post":{
                "tags":[
                    "Power Data/SITC"
                ],
                "summary":"Create a SITC",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/sitcs"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sitcs"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sitcs-post",
                "x-filename-id":"sitcs-post"
            }
        },
        "/sitcs/{sitcGid}":{
            "parameters":[
                {
                    "name":"sitcGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/SITC"
                ],
                "summary":"Get a SITC",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/sitcs"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"sitcs-{sitcGid}-get",
                "x-filename-id":"sitcs-sitcgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/SITC"
                ],
                "summary":"Delete a SITC",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sitcs-{sitcGid}-delete",
                "x-filename-id":"sitcs-sitcgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/SITC"
                ],
                "summary":"Update a SITC",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"sitcs-{sitcGid}-patch",
                "x-filename-id":"sitcs-sitcgid-patch"
            }
        },
        "/hazmatTechnicalNames":{
            "get":{
                "tags":[
                    "Power Data/Hazmat Technical Names"
                ],
                "summary":"Get Hazmat Technical Names",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/hazmatTechnicalNames"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"hazmatTechnicalNames-get",
                "x-filename-id":"hazmattechnicalnames-get"
            },
            "post":{
                "tags":[
                    "Power Data/Hazmat Technical Names"
                ],
                "summary":"Create a Hazmat Technical Name",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/hazmatTechnicalNames"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/hazmatTechnicalNames"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"hazmatTechnicalNames-post",
                "x-filename-id":"hazmattechnicalnames-post"
            }
        },
        "/hazmatTechnicalNames/{technicalNameGid}":{
            "parameters":[
                {
                    "name":"technicalNameGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Hazmat Technical Names"
                ],
                "summary":"Get a Hazmat Technical Name",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/hazmatTechnicalNames"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"hazmatTechnicalNames-{technicalNameGid}-get",
                "x-filename-id":"hazmattechnicalnames-technicalnamegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Hazmat Technical Names"
                ],
                "summary":"Delete a Hazmat Technical Name",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"hazmatTechnicalNames-{technicalNameGid}-delete",
                "x-filename-id":"hazmattechnicalnames-technicalnamegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Hazmat Technical Names"
                ],
                "summary":"Update a Hazmat Technical Name",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"hazmatTechnicalNames-{technicalNameGid}-patch",
                "x-filename-id":"hazmattechnicalnames-technicalnamegid-patch"
            }
        },
        "/equipmentGroupProfiles":{
            "get":{
                "tags":[
                    "Power Data/Equipment Group Profiles"
                ],
                "summary":"Get Equipment Group Profiles",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/equipmentGroupProfiles"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"equipmentGroupProfiles-get",
                "x-filename-id":"equipmentgroupprofiles-get"
            },
            "post":{
                "tags":[
                    "Power Data/Equipment Group Profiles"
                ],
                "summary":"Create an Equipment Group Profile",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/equipmentGroupProfiles"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/equipmentGroupProfiles"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"equipmentGroupProfiles-post",
                "x-filename-id":"equipmentgroupprofiles-post"
            }
        },
        "/equipmentGroupProfiles/{equipmentGroupProfileGid}":{
            "parameters":[
                {
                    "name":"equipmentGroupProfileGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Equipment Group Profiles"
                ],
                "summary":"Get an Equipment Group Profile",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/equipmentGroupProfiles"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"equipmentGroupProfiles-{equipmentGroupProfileGid}-get",
                "x-filename-id":"equipmentgroupprofiles-equipmentgroupprofilegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Equipment Group Profiles"
                ],
                "summary":"Delete an Equipment Group Profile",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"equipmentGroupProfiles-{equipmentGroupProfileGid}-delete",
                "x-filename-id":"equipmentgroupprofiles-equipmentgroupprofilegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Equipment Group Profiles"
                ],
                "summary":"Update an Equipment Group Profile",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"equipmentGroupProfiles-{equipmentGroupProfileGid}-patch",
                "x-filename-id":"equipmentgroupprofiles-equipmentgroupprofilegid-patch"
            }
        },
        "/equipmentGroupProfiles/{equipmentGroupProfileGid}/details":{
            "parameters":[
                {
                    "name":"equipmentGroupProfileGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Equipment Group Profiles/Details"
                ],
                "summary":"Get Details",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/equipmentGroupProfiles.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"equipmentGroupProfiles-{equipmentGroupProfileGid}-details-get",
                "x-filename-id":"equipmentgroupprofiles-equipmentgroupprofilegid-details-get"
            },
            "post":{
                "tags":[
                    "Power Data/Equipment Group Profiles/Details"
                ],
                "summary":"Create a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/equipmentGroupProfiles.details"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/equipmentGroupProfiles.details"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/equipmentGroupProfiles.details"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/equipmentGroupProfiles.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"equipmentGroupProfiles-{equipmentGroupProfileGid}-details-post",
                "x-filename-id":"equipmentgroupprofiles-equipmentgroupprofilegid-details-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Equipment Group Profiles/Details"
                ],
                "summary":"Update Details",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"equipmentGroupProfiles-{equipmentGroupProfileGid}-details-patch",
                "x-filename-id":"equipmentgroupprofiles-equipmentgroupprofilegid-details-patch"
            }
        },
        "/equipmentGroupProfiles/{equipmentGroupProfileGid}/details/{equipmentGroupGid}":{
            "parameters":[
                {
                    "name":"equipmentGroupProfileGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"equipmentGroupGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Equipment Group Profiles/Details"
                ],
                "summary":"Get a Detail",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/equipmentGroupProfiles.details"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"equipmentGroupProfiles-{equipmentGroupProfileGid}-details-{equipmentGroupGid}-get",
                "x-filename-id":"equipmentgroupprofiles-equipmentgroupprofilegid-details-equipmentgroupgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Equipment Group Profiles/Details"
                ],
                "summary":"Delete a Detail",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"equipmentGroupProfiles-{equipmentGroupProfileGid}-details-{equipmentGroupGid}-delete",
                "x-filename-id":"equipmentgroupprofiles-equipmentgroupprofilegid-details-equipmentgroupgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Equipment Group Profiles/Details"
                ],
                "summary":"Update a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"equipmentGroupProfiles-{equipmentGroupProfileGid}-details-{equipmentGroupGid}-patch",
                "x-filename-id":"equipmentgroupprofiles-equipmentgroupprofilegid-details-equipmentgroupgid-patch"
            }
        },
        "/userAssociations":{
            "get":{
                "tags":[
                    "Power Data/User Associations"
                ],
                "summary":"Get User Associations",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/userAssociations"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"userAssociations-get",
                "x-filename-id":"userassociations-get"
            }
        },
        "/userAssociations/{glUserGidxuserAssociationQualxuserAssociationValue}":{
            "parameters":[
                {
                    "name":"glUserGidxuserAssociationQualxuserAssociationValue",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/User Associations"
                ],
                "summary":"Get an User Association",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/userAssociations"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"userAssociations-{glUserGidxuserAssociationQualxuserAssociationValue}-get",
                "x-filename-id":"userassociations-glusergidxuserassociationqualxuserassociationvalue-get"
            }
        },
        "/vesselReferenceNumberQualifiers":{
            "get":{
                "tags":[
                    "Power Data/Vessel Reference Number Qualifiers"
                ],
                "summary":"Get Vessel Reference Number Qualifiers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/vesselReferenceNumberQualifiers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"vesselReferenceNumberQualifiers-get",
                "x-filename-id":"vesselreferencenumberqualifiers-get"
            },
            "post":{
                "tags":[
                    "Power Data/Vessel Reference Number Qualifiers"
                ],
                "summary":"Create a Vessel Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/vesselReferenceNumberQualifiers"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/vesselReferenceNumberQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"vesselReferenceNumberQualifiers-post",
                "x-filename-id":"vesselreferencenumberqualifiers-post"
            }
        },
        "/vesselReferenceNumberQualifiers/{vesselRefnumQualGid}":{
            "parameters":[
                {
                    "name":"vesselRefnumQualGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Vessel Reference Number Qualifiers"
                ],
                "summary":"Get a Vessel Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/vesselReferenceNumberQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"vesselReferenceNumberQualifiers-{vesselRefnumQualGid}-get",
                "x-filename-id":"vesselreferencenumberqualifiers-vesselrefnumqualgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Vessel Reference Number Qualifiers"
                ],
                "summary":"Delete a Vessel Reference Number Qualifier",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"vesselReferenceNumberQualifiers-{vesselRefnumQualGid}-delete",
                "x-filename-id":"vesselreferencenumberqualifiers-vesselrefnumqualgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Vessel Reference Number Qualifiers"
                ],
                "summary":"Update a Vessel Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"vesselReferenceNumberQualifiers-{vesselRefnumQualGid}-patch",
                "x-filename-id":"vesselreferencenumberqualifiers-vesselrefnumqualgid-patch"
            }
        },
        "/repetitionScheduleActivities":{
            "get":{
                "tags":[
                    "Power Data/Repetition Schedule Activities"
                ],
                "summary":"Get Repetition Schedule Activities",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/repetitionScheduleActivities"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"repetitionScheduleActivities-get",
                "x-filename-id":"repetitionscheduleactivities-get"
            },
            "post":{
                "tags":[
                    "Power Data/Repetition Schedule Activities"
                ],
                "summary":"Create a Repetition Schedule Activity",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/repetitionScheduleActivities"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/repetitionScheduleActivities"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"repetitionScheduleActivities-post",
                "x-filename-id":"repetitionscheduleactivities-post"
            }
        },
        "/repetitionScheduleActivities/{repSchedActivityGid}":{
            "parameters":[
                {
                    "name":"repSchedActivityGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Repetition Schedule Activities"
                ],
                "summary":"Get a Repetition Schedule Activity",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/repetitionScheduleActivities"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"repetitionScheduleActivities-{repSchedActivityGid}-get",
                "x-filename-id":"repetitionscheduleactivities-repschedactivitygid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Repetition Schedule Activities"
                ],
                "summary":"Delete a Repetition Schedule Activity",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"repetitionScheduleActivities-{repSchedActivityGid}-delete",
                "x-filename-id":"repetitionscheduleactivities-repschedactivitygid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Repetition Schedule Activities"
                ],
                "summary":"Update a Repetition Schedule Activity",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"repetitionScheduleActivities-{repSchedActivityGid}-patch",
                "x-filename-id":"repetitionscheduleactivities-repschedactivitygid-patch"
            }
        },
        "/percentageValueQualifiers":{
            "get":{
                "tags":[
                    "Power Data/Percentage Value Qualifiers"
                ],
                "summary":"Get Percentage Value Qualifiers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/percentageValueQualifiers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"percentageValueQualifiers-get",
                "x-filename-id":"percentagevaluequalifiers-get"
            },
            "post":{
                "tags":[
                    "Power Data/Percentage Value Qualifiers"
                ],
                "summary":"Create a Percentage Value Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/percentageValueQualifiers"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/percentageValueQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"percentageValueQualifiers-post",
                "x-filename-id":"percentagevaluequalifiers-post"
            }
        },
        "/percentageValueQualifiers/{gtmPercentageValueQualGid}":{
            "parameters":[
                {
                    "name":"gtmPercentageValueQualGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Percentage Value Qualifiers"
                ],
                "summary":"Get a Percentage Value Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/percentageValueQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"percentageValueQualifiers-{gtmPercentageValueQualGid}-get",
                "x-filename-id":"percentagevaluequalifiers-gtmpercentagevaluequalgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Percentage Value Qualifiers"
                ],
                "summary":"Delete a Percentage Value Qualifier",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"percentageValueQualifiers-{gtmPercentageValueQualGid}-delete",
                "x-filename-id":"percentagevaluequalifiers-gtmpercentagevaluequalgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Percentage Value Qualifiers"
                ],
                "summary":"Update a Percentage Value Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"percentageValueQualifiers-{gtmPercentageValueQualGid}-patch",
                "x-filename-id":"percentagevaluequalifiers-gtmpercentagevaluequalgid-patch"
            }
        },
        "/orderMovementReferenceNumberQualifiers":{
            "get":{
                "tags":[
                    "Power Data/Order Movement Reference Number Qualifiers"
                ],
                "summary":"Get Order Movement Reference Number Qualifiers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderMovementReferenceNumberQualifiers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderMovementReferenceNumberQualifiers-get",
                "x-filename-id":"ordermovementreferencenumberqualifiers-get"
            },
            "post":{
                "tags":[
                    "Power Data/Order Movement Reference Number Qualifiers"
                ],
                "summary":"Create an Order Movement Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/orderMovementReferenceNumberQualifiers"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderMovementReferenceNumberQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderMovementReferenceNumberQualifiers-post",
                "x-filename-id":"ordermovementreferencenumberqualifiers-post"
            }
        },
        "/orderMovementReferenceNumberQualifiers/{omRefnumQualGid}":{
            "parameters":[
                {
                    "name":"omRefnumQualGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Order Movement Reference Number Qualifiers"
                ],
                "summary":"Get an Order Movement Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderMovementReferenceNumberQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderMovementReferenceNumberQualifiers-{omRefnumQualGid}-get",
                "x-filename-id":"ordermovementreferencenumberqualifiers-omrefnumqualgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Order Movement Reference Number Qualifiers"
                ],
                "summary":"Delete an Order Movement Reference Number Qualifier",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderMovementReferenceNumberQualifiers-{omRefnumQualGid}-delete",
                "x-filename-id":"ordermovementreferencenumberqualifiers-omrefnumqualgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Order Movement Reference Number Qualifiers"
                ],
                "summary":"Update an Order Movement Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderMovementReferenceNumberQualifiers-{omRefnumQualGid}-patch",
                "x-filename-id":"ordermovementreferencenumberqualifiers-omrefnumqualgid-patch"
            }
        },
        "/shipmentTypes":{
            "get":{
                "tags":[
                    "Power Data/Shipment Types"
                ],
                "summary":"Get Shipment Types",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentTypes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentTypes-get",
                "x-filename-id":"shipmenttypes-get"
            },
            "post":{
                "tags":[
                    "Power Data/Shipment Types"
                ],
                "summary":"Create a Shipment Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipmentTypes"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentTypes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentTypes-post",
                "x-filename-id":"shipmenttypes-post"
            }
        },
        "/shipmentTypes/{shipmentTypeGid}":{
            "parameters":[
                {
                    "name":"shipmentTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Shipment Types"
                ],
                "summary":"Get a Shipment Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentTypes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentTypes-{shipmentTypeGid}-get",
                "x-filename-id":"shipmenttypes-shipmenttypegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Shipment Types"
                ],
                "summary":"Delete a Shipment Type",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentTypes-{shipmentTypeGid}-delete",
                "x-filename-id":"shipmenttypes-shipmenttypegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Shipment Types"
                ],
                "summary":"Update a Shipment Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentTypes-{shipmentTypeGid}-patch",
                "x-filename-id":"shipmenttypes-shipmenttypegid-patch"
            }
        },
        "/shippingAgentRules":{
            "get":{
                "tags":[
                    "Power Data/Shipping Agent Rules"
                ],
                "summary":"Get Shipping Agent Rules",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shippingAgentRules"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shippingAgentRules-get",
                "x-filename-id":"shippingagentrules-get"
            },
            "post":{
                "tags":[
                    "Power Data/Shipping Agent Rules"
                ],
                "summary":"Create a Shipping Agent Rule",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shippingAgentRules"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shippingAgentRules"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shippingAgentRules-post",
                "x-filename-id":"shippingagentrules-post"
            }
        },
        "/shippingAgentRules/{shippingAgentRuleGid}":{
            "parameters":[
                {
                    "name":"shippingAgentRuleGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Shipping Agent Rules"
                ],
                "summary":"Get a Shipping Agent Rule",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shippingAgentRules"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shippingAgentRules-{shippingAgentRuleGid}-get",
                "x-filename-id":"shippingagentrules-shippingagentrulegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Shipping Agent Rules"
                ],
                "summary":"Delete a Shipping Agent Rule",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shippingAgentRules-{shippingAgentRuleGid}-delete",
                "x-filename-id":"shippingagentrules-shippingagentrulegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Shipping Agent Rules"
                ],
                "summary":"Update a Shipping Agent Rule",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shippingAgentRules-{shippingAgentRuleGid}-patch",
                "x-filename-id":"shippingagentrules-shippingagentrulegid-patch"
            }
        },
        "/nonconformanceReasonCodes":{
            "get":{
                "tags":[
                    "Power Data/Non Conformance Reason Codes"
                ],
                "summary":"Get Non Conformance Reason Codes",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/nonconformanceReasonCodes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"nonconformanceReasonCodes-get",
                "x-filename-id":"nonconformancereasoncodes-get"
            },
            "post":{
                "tags":[
                    "Power Data/Non Conformance Reason Codes"
                ],
                "summary":"Create a Non Conformance Reason Code",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/nonconformanceReasonCodes"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/nonconformanceReasonCodes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"nonconformanceReasonCodes-post",
                "x-filename-id":"nonconformancereasoncodes-post"
            }
        },
        "/nonconformanceReasonCodes/{nonConfReasonCodeGid}":{
            "parameters":[
                {
                    "name":"nonConfReasonCodeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Non Conformance Reason Codes"
                ],
                "summary":"Get a Non Conformance Reason Code",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/nonconformanceReasonCodes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"nonconformanceReasonCodes-{nonConfReasonCodeGid}-get",
                "x-filename-id":"nonconformancereasoncodes-nonconfreasoncodegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Non Conformance Reason Codes"
                ],
                "summary":"Delete a Non Conformance Reason Code",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"nonconformanceReasonCodes-{nonConfReasonCodeGid}-delete",
                "x-filename-id":"nonconformancereasoncodes-nonconfreasoncodegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Non Conformance Reason Codes"
                ],
                "summary":"Update a Non Conformance Reason Code",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"nonconformanceReasonCodes-{nonConfReasonCodeGid}-patch",
                "x-filename-id":"nonconformancereasoncodes-nonconfreasoncodegid-patch"
            }
        },
        "/servicePreferences":{
            "get":{
                "tags":[
                    "Power Data/Service Preferences"
                ],
                "summary":"Get Service Preferences",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/servicePreferences"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"servicePreferences-get",
                "x-filename-id":"servicepreferences-get"
            }
        },
        "/servicePreferences/{gtmServicePrefGid}":{
            "parameters":[
                {
                    "name":"gtmServicePrefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Service Preferences"
                ],
                "summary":"Get a Service Preference",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/servicePreferences"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"servicePreferences-{gtmServicePrefGid}-get",
                "x-filename-id":"servicepreferences-gtmserviceprefgid-get"
            }
        },
        "/servicePreferences/{gtmServicePrefGid}/servicePreferenceDetails":{
            "parameters":[
                {
                    "name":"gtmServicePrefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Service Preferences/Service Preference Details"
                ],
                "summary":"Get Service Preference Details",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/servicePreferences.servicePreferenceDetails"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"servicePreferences-{gtmServicePrefGid}-servicePreferenceDetails-get",
                "x-filename-id":"servicepreferences-gtmserviceprefgid-servicepreferencedetails-get"
            }
        },
        "/servicePreferences/{gtmServicePrefGid}/servicePreferenceDetails/{gtmServiceGid}":{
            "parameters":[
                {
                    "name":"gtmServicePrefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmServiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Service Preferences/Service Preference Details"
                ],
                "summary":"Get a Service Preference Detail",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/servicePreferences.servicePreferenceDetails"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"servicePreferences-{gtmServicePrefGid}-servicePreferenceDetails-{gtmServiceGid}-get",
                "x-filename-id":"servicepreferences-gtmserviceprefgid-servicepreferencedetails-gtmservicegid-get"
            }
        },
        "/tradeItemStructureReferenceNumberQualifiers":{
            "get":{
                "tags":[
                    "Power Data/Trade Item Structure Reference Number Qualifiers"
                ],
                "summary":"Get Trade Item Structure Reference Number Qualifiers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeItemStructureReferenceNumberQualifiers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeItemStructureReferenceNumberQualifiers-get",
                "x-filename-id":"tradeitemstructurereferencenumberqualifiers-get"
            },
            "post":{
                "tags":[
                    "Power Data/Trade Item Structure Reference Number Qualifiers"
                ],
                "summary":"Create a Trade Item Structure Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeItemStructureReferenceNumberQualifiers"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeItemStructureReferenceNumberQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeItemStructureReferenceNumberQualifiers-post",
                "x-filename-id":"tradeitemstructurereferencenumberqualifiers-post"
            }
        },
        "/tradeItemStructureReferenceNumberQualifiers/{gtmStructureRefnumQualGid}":{
            "parameters":[
                {
                    "name":"gtmStructureRefnumQualGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Trade Item Structure Reference Number Qualifiers"
                ],
                "summary":"Get a Trade Item Structure Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeItemStructureReferenceNumberQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeItemStructureReferenceNumberQualifiers-{gtmStructureRefnumQualGid}-get",
                "x-filename-id":"tradeitemstructurereferencenumberqualifiers-gtmstructurerefnumqualgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Trade Item Structure Reference Number Qualifiers"
                ],
                "summary":"Delete a Trade Item Structure Reference Number Qualifier",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeItemStructureReferenceNumberQualifiers-{gtmStructureRefnumQualGid}-delete",
                "x-filename-id":"tradeitemstructurereferencenumberqualifiers-gtmstructurerefnumqualgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Trade Item Structure Reference Number Qualifiers"
                ],
                "summary":"Update a Trade Item Structure Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeItemStructureReferenceNumberQualifiers-{gtmStructureRefnumQualGid}-patch",
                "x-filename-id":"tradeitemstructurereferencenumberqualifiers-gtmstructurerefnumqualgid-patch"
            }
        },
        "/userDefinedCodeTypes":{
            "get":{
                "tags":[
                    "Power Data/User Defined Code Types"
                ],
                "summary":"Get User Defined Code Types",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/userDefinedCodeTypes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"userDefinedCodeTypes-get",
                "x-filename-id":"userdefinedcodetypes-get"
            },
            "post":{
                "tags":[
                    "Power Data/User Defined Code Types"
                ],
                "summary":"Create an User Defined Code Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/userDefinedCodeTypes"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/userDefinedCodeTypes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"userDefinedCodeTypes-post",
                "x-filename-id":"userdefinedcodetypes-post"
            }
        },
        "/userDefinedCodeTypes/{gtmTypeGid}":{
            "parameters":[
                {
                    "name":"gtmTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/User Defined Code Types"
                ],
                "summary":"Get an User Defined Code Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/userDefinedCodeTypes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"userDefinedCodeTypes-{gtmTypeGid}-get",
                "x-filename-id":"userdefinedcodetypes-gtmtypegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/User Defined Code Types"
                ],
                "summary":"Delete an User Defined Code Type",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"userDefinedCodeTypes-{gtmTypeGid}-delete",
                "x-filename-id":"userdefinedcodetypes-gtmtypegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/User Defined Code Types"
                ],
                "summary":"Update an User Defined Code Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"userDefinedCodeTypes-{gtmTypeGid}-patch",
                "x-filename-id":"userdefinedcodetypes-gtmtypegid-patch"
            }
        },
        "/userDefinedCodeTypes/{gtmTypeGid}/details":{
            "parameters":[
                {
                    "name":"gtmTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/User Defined Code Types/Details"
                ],
                "summary":"Get Details",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/userDefinedCodeTypes.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"userDefinedCodeTypes-{gtmTypeGid}-details-get",
                "x-filename-id":"userdefinedcodetypes-gtmtypegid-details-get"
            },
            "post":{
                "tags":[
                    "Power Data/User Defined Code Types/Details"
                ],
                "summary":"Create a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/userDefinedCodeTypes.details"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/userDefinedCodeTypes.details"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/userDefinedCodeTypes.details"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/userDefinedCodeTypes.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"userDefinedCodeTypes-{gtmTypeGid}-details-post",
                "x-filename-id":"userdefinedcodetypes-gtmtypegid-details-post"
            },
            "patch":{
                "tags":[
                    "Power Data/User Defined Code Types/Details"
                ],
                "summary":"Update Details",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"userDefinedCodeTypes-{gtmTypeGid}-details-patch",
                "x-filename-id":"userdefinedcodetypes-gtmtypegid-details-patch"
            }
        },
        "/userDefinedCodeTypes/{gtmTypeGid}/details/{objectType}":{
            "parameters":[
                {
                    "name":"gtmTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"objectType",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/User Defined Code Types/Details"
                ],
                "summary":"Get a Detail",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/userDefinedCodeTypes.details"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"userDefinedCodeTypes-{gtmTypeGid}-details-{objectType}-get",
                "x-filename-id":"userdefinedcodetypes-gtmtypegid-details-objecttype-get"
            },
            "delete":{
                "tags":[
                    "Power Data/User Defined Code Types/Details"
                ],
                "summary":"Delete a Detail",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"userDefinedCodeTypes-{gtmTypeGid}-details-{objectType}-delete",
                "x-filename-id":"userdefinedcodetypes-gtmtypegid-details-objecttype-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/User Defined Code Types/Details"
                ],
                "summary":"Update a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"userDefinedCodeTypes-{gtmTypeGid}-details-{objectType}-patch",
                "x-filename-id":"userdefinedcodetypes-gtmtypegid-details-objecttype-patch"
            }
        },
        "/rushHours":{
            "get":{
                "tags":[
                    "Power Data/Rush Hours"
                ],
                "summary":"Get Rush Hours",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/rushHours"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rushHours-get",
                "x-filename-id":"rushhours-get"
            },
            "post":{
                "tags":[
                    "Power Data/Rush Hours"
                ],
                "summary":"Create a Rush Hour",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/rushHours"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rushHours"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rushHours-post",
                "x-filename-id":"rushhours-post"
            }
        },
        "/rushHours/{xLaneGidxcalendarGidxisApplyToSrc}":{
            "parameters":[
                {
                    "name":"xLaneGidxcalendarGidxisApplyToSrc",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Rush Hours"
                ],
                "summary":"Get a Rush Hour",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rushHours"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rushHours-{xLaneGidxcalendarGidxisApplyToSrc}-get",
                "x-filename-id":"rushhours-xlanegidxcalendargidxisapplytosrc-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Rush Hours"
                ],
                "summary":"Delete a Rush Hour",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rushHours-{xLaneGidxcalendarGidxisApplyToSrc}-delete",
                "x-filename-id":"rushhours-xlanegidxcalendargidxisapplytosrc-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Rush Hours"
                ],
                "summary":"Update a Rush Hour",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rushHours-{xLaneGidxcalendarGidxisApplyToSrc}-patch",
                "x-filename-id":"rushhours-xlanegidxcalendargidxisapplytosrc-patch"
            }
        },
        "/powerUnitReferenceNumberQualifiers":{
            "get":{
                "tags":[
                    "Power Data/Power Unit Reference Number Qualifiers"
                ],
                "summary":"Get Power Unit Reference Number Qualifiers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/powerUnitReferenceNumberQualifiers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"powerUnitReferenceNumberQualifiers-get",
                "x-filename-id":"powerunitreferencenumberqualifiers-get"
            },
            "post":{
                "tags":[
                    "Power Data/Power Unit Reference Number Qualifiers"
                ],
                "summary":"Create a Power Unit Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/powerUnitReferenceNumberQualifiers"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/powerUnitReferenceNumberQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"powerUnitReferenceNumberQualifiers-post",
                "x-filename-id":"powerunitreferencenumberqualifiers-post"
            }
        },
        "/powerUnitReferenceNumberQualifiers/{puRefnumQualGid}":{
            "parameters":[
                {
                    "name":"puRefnumQualGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Power Unit Reference Number Qualifiers"
                ],
                "summary":"Get a Power Unit Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/powerUnitReferenceNumberQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"powerUnitReferenceNumberQualifiers-{puRefnumQualGid}-get",
                "x-filename-id":"powerunitreferencenumberqualifiers-purefnumqualgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Power Unit Reference Number Qualifiers"
                ],
                "summary":"Delete a Power Unit Reference Number Qualifier",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"powerUnitReferenceNumberQualifiers-{puRefnumQualGid}-delete",
                "x-filename-id":"powerunitreferencenumberqualifiers-purefnumqualgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Power Unit Reference Number Qualifiers"
                ],
                "summary":"Update a Power Unit Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"powerUnitReferenceNumberQualifiers-{puRefnumQualGid}-patch",
                "x-filename-id":"powerunitreferencenumberqualifiers-purefnumqualgid-patch"
            }
        },
        "/shipUnitLineReferenceNumberQualifiers":{
            "get":{
                "tags":[
                    "Power Data/Ship Unit Line Reference Number Qualifiers"
                ],
                "summary":"Get Ship Unit Line Reference Number Qualifiers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipUnitLineReferenceNumberQualifiers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipUnitLineReferenceNumberQualifiers-get",
                "x-filename-id":"shipunitlinereferencenumberqualifiers-get"
            },
            "post":{
                "tags":[
                    "Power Data/Ship Unit Line Reference Number Qualifiers"
                ],
                "summary":"Create a Ship Unit Line Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipUnitLineReferenceNumberQualifiers"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipUnitLineReferenceNumberQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipUnitLineReferenceNumberQualifiers-post",
                "x-filename-id":"shipunitlinereferencenumberqualifiers-post"
            }
        },
        "/shipUnitLineReferenceNumberQualifiers/{shipUnitLineRefnumQualGid}":{
            "parameters":[
                {
                    "name":"shipUnitLineRefnumQualGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Ship Unit Line Reference Number Qualifiers"
                ],
                "summary":"Get a Ship Unit Line Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipUnitLineReferenceNumberQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipUnitLineReferenceNumberQualifiers-{shipUnitLineRefnumQualGid}-get",
                "x-filename-id":"shipunitlinereferencenumberqualifiers-shipunitlinerefnumqualgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Ship Unit Line Reference Number Qualifiers"
                ],
                "summary":"Delete a Ship Unit Line Reference Number Qualifier",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipUnitLineReferenceNumberQualifiers-{shipUnitLineRefnumQualGid}-delete",
                "x-filename-id":"shipunitlinereferencenumberqualifiers-shipunitlinerefnumqualgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Ship Unit Line Reference Number Qualifiers"
                ],
                "summary":"Update a Ship Unit Line Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipUnitLineReferenceNumberQualifiers-{shipUnitLineRefnumQualGid}-patch",
                "x-filename-id":"shipunitlinereferencenumberqualifiers-shipunitlinerefnumqualgid-patch"
            }
        },
        "/specialServiceProfiles":{
            "get":{
                "tags":[
                    "Power Data/Special Service Profiles"
                ],
                "summary":"Get Special Service Profiles",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/specialServiceProfiles"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"specialServiceProfiles-get",
                "x-filename-id":"specialserviceprofiles-get"
            },
            "post":{
                "tags":[
                    "Power Data/Special Service Profiles"
                ],
                "summary":"Create a Special Service Profile",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/specialServiceProfiles"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/specialServiceProfiles"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"specialServiceProfiles-post",
                "x-filename-id":"specialserviceprofiles-post"
            }
        },
        "/specialServiceProfiles/{specialServiceProfileGid}":{
            "parameters":[
                {
                    "name":"specialServiceProfileGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Special Service Profiles"
                ],
                "summary":"Get a Special Service Profile",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/specialServiceProfiles"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"specialServiceProfiles-{specialServiceProfileGid}-get",
                "x-filename-id":"specialserviceprofiles-specialserviceprofilegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Special Service Profiles"
                ],
                "summary":"Delete a Special Service Profile",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"specialServiceProfiles-{specialServiceProfileGid}-delete",
                "x-filename-id":"specialserviceprofiles-specialserviceprofilegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Special Service Profiles"
                ],
                "summary":"Update a Special Service Profile",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"specialServiceProfiles-{specialServiceProfileGid}-patch",
                "x-filename-id":"specialserviceprofiles-specialserviceprofilegid-patch"
            }
        },
        "/specialServiceProfiles/{specialServiceProfileGid}/details":{
            "parameters":[
                {
                    "name":"specialServiceProfileGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Special Service Profiles/Details"
                ],
                "summary":"Get Details",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/specialServiceProfiles.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"specialServiceProfiles-{specialServiceProfileGid}-details-get",
                "x-filename-id":"specialserviceprofiles-specialserviceprofilegid-details-get"
            },
            "post":{
                "tags":[
                    "Power Data/Special Service Profiles/Details"
                ],
                "summary":"Create a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/specialServiceProfiles.details"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/specialServiceProfiles.details"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/specialServiceProfiles.details"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/specialServiceProfiles.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"specialServiceProfiles-{specialServiceProfileGid}-details-post",
                "x-filename-id":"specialserviceprofiles-specialserviceprofilegid-details-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Special Service Profiles/Details"
                ],
                "summary":"Update Details",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"specialServiceProfiles-{specialServiceProfileGid}-details-patch",
                "x-filename-id":"specialserviceprofiles-specialserviceprofilegid-details-patch"
            }
        },
        "/specialServiceProfiles/{specialServiceProfileGid}/details/{specialServiceGid}":{
            "parameters":[
                {
                    "name":"specialServiceProfileGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"specialServiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Special Service Profiles/Details"
                ],
                "summary":"Get a Detail",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/specialServiceProfiles.details"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"specialServiceProfiles-{specialServiceProfileGid}-details-{specialServiceGid}-get",
                "x-filename-id":"specialserviceprofiles-specialserviceprofilegid-details-specialservicegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Special Service Profiles/Details"
                ],
                "summary":"Delete a Detail",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"specialServiceProfiles-{specialServiceProfileGid}-details-{specialServiceGid}-delete",
                "x-filename-id":"specialserviceprofiles-specialserviceprofilegid-details-specialservicegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Special Service Profiles/Details"
                ],
                "summary":"Update a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"specialServiceProfiles-{specialServiceProfileGid}-details-{specialServiceGid}-patch",
                "x-filename-id":"specialserviceprofiles-specialserviceprofilegid-details-specialservicegid-patch"
            }
        },
        "/partnerItemReferenceNumberQualifiers":{
            "get":{
                "tags":[
                    "Power Data/Partner Item Reference Number Qualifiers"
                ],
                "summary":"Get Partner Item Reference Number Qualifiers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/partnerItemReferenceNumberQualifiers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"partnerItemReferenceNumberQualifiers-get",
                "x-filename-id":"partneritemreferencenumberqualifiers-get"
            },
            "post":{
                "tags":[
                    "Power Data/Partner Item Reference Number Qualifiers"
                ],
                "summary":"Create a Partner Item Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/partnerItemReferenceNumberQualifiers"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/partnerItemReferenceNumberQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"partnerItemReferenceNumberQualifiers-post",
                "x-filename-id":"partneritemreferencenumberqualifiers-post"
            }
        },
        "/partnerItemReferenceNumberQualifiers/{partnerItemRefnumQualGid}":{
            "parameters":[
                {
                    "name":"partnerItemRefnumQualGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Partner Item Reference Number Qualifiers"
                ],
                "summary":"Get a Partner Item Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/partnerItemReferenceNumberQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"partnerItemReferenceNumberQualifiers-{partnerItemRefnumQualGid}-get",
                "x-filename-id":"partneritemreferencenumberqualifiers-partneritemrefnumqualgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Partner Item Reference Number Qualifiers"
                ],
                "summary":"Delete a Partner Item Reference Number Qualifier",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"partnerItemReferenceNumberQualifiers-{partnerItemRefnumQualGid}-delete",
                "x-filename-id":"partneritemreferencenumberqualifiers-partneritemrefnumqualgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Partner Item Reference Number Qualifiers"
                ],
                "summary":"Update a Partner Item Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"partnerItemReferenceNumberQualifiers-{partnerItemRefnumQualGid}-patch",
                "x-filename-id":"partneritemreferencenumberqualifiers-partneritemrefnumqualgid-patch"
            }
        },
        "/itemStructures":{
            "get":{
                "tags":[
                    "Business Objects/Item Structures"
                ],
                "summary":"Get Item Structures",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itemStructures"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemStructures-get",
                "x-filename-id":"itemstructures-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Item Structures"
                ],
                "summary":"Create an Item Structure",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/itemStructures"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemStructures"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemStructures-post",
                "x-filename-id":"itemstructures-post"
            }
        },
        "/itemStructures/{gtmStructureGid}":{
            "parameters":[
                {
                    "name":"gtmStructureGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Item Structures"
                ],
                "summary":"Get an Item Structure",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemStructures"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemStructures-{gtmStructureGid}-get",
                "x-filename-id":"itemstructures-gtmstructuregid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Item Structures"
                ],
                "summary":"Delete an Item Structure",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemStructures-{gtmStructureGid}-delete",
                "x-filename-id":"itemstructures-gtmstructuregid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Item Structures"
                ],
                "summary":"Update an Item Structure",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemStructures-{gtmStructureGid}-patch",
                "x-filename-id":"itemstructures-gtmstructuregid-patch"
            }
        },
        "/itemStructures/{gtmStructureGid}/components":{
            "parameters":[
                {
                    "name":"gtmStructureGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Item Structures/Components"
                ],
                "summary":"Get Components",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itemStructures.components"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemStructures-{gtmStructureGid}-components-get",
                "x-filename-id":"itemstructures-gtmstructuregid-components-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Item Structures/Components"
                ],
                "summary":"Create a Component",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/itemStructures.components"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/itemStructures.components"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemStructures.components"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itemStructures.components"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemStructures-{gtmStructureGid}-components-post",
                "x-filename-id":"itemstructures-gtmstructuregid-components-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Item Structures/Components"
                ],
                "summary":"Update Components",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemStructures-{gtmStructureGid}-components-patch",
                "x-filename-id":"itemstructures-gtmstructuregid-components-patch"
            }
        },
        "/itemStructures/{gtmStructureGid}/components/{gtmStructureComponentSeq}":{
            "parameters":[
                {
                    "name":"gtmStructureGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmStructureComponentSeq",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Item Structures/Components"
                ],
                "summary":"Get a Component",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemStructures.components"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemStructures-{gtmStructureGid}-components-{gtmStructureComponentSeq}-get",
                "x-filename-id":"itemstructures-gtmstructuregid-components-gtmstructurecomponentseq-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Item Structures/Components"
                ],
                "summary":"Delete a Component",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemStructures-{gtmStructureGid}-components-{gtmStructureComponentSeq}-delete",
                "x-filename-id":"itemstructures-gtmstructuregid-components-gtmstructurecomponentseq-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Item Structures/Components"
                ],
                "summary":"Update a Component",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemStructures-{gtmStructureGid}-components-{gtmStructureComponentSeq}-patch",
                "x-filename-id":"itemstructures-gtmstructuregid-components-gtmstructurecomponentseq-patch"
            }
        },
        "/itemStructures/{gtmStructureGid}/components/{gtmStructureComponentSeq}/currencies":{
            "parameters":[
                {
                    "name":"gtmStructureGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmStructureComponentSeq",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Item Structures/Components/Values"
                ],
                "summary":"Get Values",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itemStructures.components.currencies"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemStructures-{gtmStructureGid}-components-{gtmStructureComponentSeq}-currencies-get",
                "x-filename-id":"itemstructures-gtmstructuregid-components-gtmstructurecomponentseq-currencies-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Item Structures/Components/Values"
                ],
                "summary":"Create a Value",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/itemStructures.components.currencies"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/itemStructures.components.currencies"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemStructures.components.currencies"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itemStructures.components.currencies"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemStructures-{gtmStructureGid}-components-{gtmStructureComponentSeq}-currencies-post",
                "x-filename-id":"itemstructures-gtmstructuregid-components-gtmstructurecomponentseq-currencies-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Item Structures/Components/Values"
                ],
                "summary":"Update Values",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemStructures-{gtmStructureGid}-components-{gtmStructureComponentSeq}-currencies-patch",
                "x-filename-id":"itemstructures-gtmstructuregid-components-gtmstructurecomponentseq-currencies-patch"
            }
        },
        "/itemStructures/{gtmStructureGid}/components/{gtmStructureComponentSeq}/currencies/{gtmValueQualifierGid}":{
            "parameters":[
                {
                    "name":"gtmStructureGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmStructureComponentSeq",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmValueQualifierGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Item Structures/Components/Values"
                ],
                "summary":"Get a Value",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemStructures.components.currencies"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemStructures-{gtmStructureGid}-components-{gtmStructureComponentSeq}-currencies-{gtmValueQualifierGid}-get",
                "x-filename-id":"itemstructures-gtmstructuregid-components-gtmstructurecomponentseq-currencies-gtmvaluequalifiergid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Item Structures/Components/Values"
                ],
                "summary":"Delete a Value",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemStructures-{gtmStructureGid}-components-{gtmStructureComponentSeq}-currencies-{gtmValueQualifierGid}-delete",
                "x-filename-id":"itemstructures-gtmstructuregid-components-gtmstructurecomponentseq-currencies-gtmvaluequalifiergid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Item Structures/Components/Values"
                ],
                "summary":"Update a Value",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemStructures-{gtmStructureGid}-components-{gtmStructureComponentSeq}-currencies-{gtmValueQualifierGid}-patch",
                "x-filename-id":"itemstructures-gtmstructuregid-components-gtmstructurecomponentseq-currencies-gtmvaluequalifiergid-patch"
            }
        },
        "/itemStructures/{gtmStructureGid}/components/{gtmStructureComponentSeq}/quantities":{
            "parameters":[
                {
                    "name":"gtmStructureGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmStructureComponentSeq",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Item Structures/Components/Quantities"
                ],
                "summary":"Get Quantities",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itemStructures.components.quantities"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemStructures-{gtmStructureGid}-components-{gtmStructureComponentSeq}-quantities-get",
                "x-filename-id":"itemstructures-gtmstructuregid-components-gtmstructurecomponentseq-quantities-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Item Structures/Components/Quantities"
                ],
                "summary":"Create a Quantity",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/itemStructures.components.quantities"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/itemStructures.components.quantities"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemStructures.components.quantities"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itemStructures.components.quantities"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemStructures-{gtmStructureGid}-components-{gtmStructureComponentSeq}-quantities-post",
                "x-filename-id":"itemstructures-gtmstructuregid-components-gtmstructurecomponentseq-quantities-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Item Structures/Components/Quantities"
                ],
                "summary":"Update Quantities",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemStructures-{gtmStructureGid}-components-{gtmStructureComponentSeq}-quantities-patch",
                "x-filename-id":"itemstructures-gtmstructuregid-components-gtmstructurecomponentseq-quantities-patch"
            }
        },
        "/itemStructures/{gtmStructureGid}/components/{gtmStructureComponentSeq}/quantities/{gtmQuantityTypeGid}":{
            "parameters":[
                {
                    "name":"gtmStructureGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmStructureComponentSeq",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmQuantityTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Item Structures/Components/Quantities"
                ],
                "summary":"Get a Quantity",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemStructures.components.quantities"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemStructures-{gtmStructureGid}-components-{gtmStructureComponentSeq}-quantities-{gtmQuantityTypeGid}-get",
                "x-filename-id":"itemstructures-gtmstructuregid-components-gtmstructurecomponentseq-quantities-gtmquantitytypegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Item Structures/Components/Quantities"
                ],
                "summary":"Delete a Quantity",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemStructures-{gtmStructureGid}-components-{gtmStructureComponentSeq}-quantities-{gtmQuantityTypeGid}-delete",
                "x-filename-id":"itemstructures-gtmstructuregid-components-gtmstructurecomponentseq-quantities-gtmquantitytypegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Item Structures/Components/Quantities"
                ],
                "summary":"Update a Quantity",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemStructures-{gtmStructureGid}-components-{gtmStructureComponentSeq}-quantities-{gtmQuantityTypeGid}-patch",
                "x-filename-id":"itemstructures-gtmstructuregid-components-gtmstructurecomponentseq-quantities-gtmquantitytypegid-patch"
            }
        },
        "/itemStructures/{gtmStructureGid}/components/{gtmStructureComponentSeq}/remarks":{
            "parameters":[
                {
                    "name":"gtmStructureGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmStructureComponentSeq",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Item Structures/Components/Remarks"
                ],
                "summary":"Get Remarks",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itemStructures.components.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemStructures-{gtmStructureGid}-components-{gtmStructureComponentSeq}-remarks-get",
                "x-filename-id":"itemstructures-gtmstructuregid-components-gtmstructurecomponentseq-remarks-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Item Structures/Components/Remarks"
                ],
                "summary":"Create a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/itemStructures.components.remarks"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/itemStructures.components.remarks"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemStructures.components.remarks"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itemStructures.components.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemStructures-{gtmStructureGid}-components-{gtmStructureComponentSeq}-remarks-post",
                "x-filename-id":"itemstructures-gtmstructuregid-components-gtmstructurecomponentseq-remarks-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Item Structures/Components/Remarks"
                ],
                "summary":"Update Remarks",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemStructures-{gtmStructureGid}-components-{gtmStructureComponentSeq}-remarks-patch",
                "x-filename-id":"itemstructures-gtmstructuregid-components-gtmstructurecomponentseq-remarks-patch"
            }
        },
        "/itemStructures/{gtmStructureGid}/components/{gtmStructureComponentSeq}/remarks/{remarkSequence}":{
            "parameters":[
                {
                    "name":"gtmStructureGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmStructureComponentSeq",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"remarkSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Item Structures/Components/Remarks"
                ],
                "summary":"Get a Remark",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemStructures.components.remarks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemStructures-{gtmStructureGid}-components-{gtmStructureComponentSeq}-remarks-{remarkSequence}-get",
                "x-filename-id":"itemstructures-gtmstructuregid-components-gtmstructurecomponentseq-remarks-remarksequence-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Item Structures/Components/Remarks"
                ],
                "summary":"Delete a Remark",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemStructures-{gtmStructureGid}-components-{gtmStructureComponentSeq}-remarks-{remarkSequence}-delete",
                "x-filename-id":"itemstructures-gtmstructuregid-components-gtmstructurecomponentseq-remarks-remarksequence-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Item Structures/Components/Remarks"
                ],
                "summary":"Update a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemStructures-{gtmStructureGid}-components-{gtmStructureComponentSeq}-remarks-{remarkSequence}-patch",
                "x-filename-id":"itemstructures-gtmstructuregid-components-gtmstructurecomponentseq-remarks-remarksequence-patch"
            }
        },
        "/itemStructures/{gtmStructureGid}/components/{gtmStructureComponentSeq}/refnums":{
            "parameters":[
                {
                    "name":"gtmStructureGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmStructureComponentSeq",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Item Structures/Components/Reference Numbers"
                ],
                "summary":"Get Reference Numbers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itemStructures.components.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemStructures-{gtmStructureGid}-components-{gtmStructureComponentSeq}-refnums-get",
                "x-filename-id":"itemstructures-gtmstructuregid-components-gtmstructurecomponentseq-refnums-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Item Structures/Components/Reference Numbers"
                ],
                "summary":"Create a Reference Number",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/itemStructures.components.refnums"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/itemStructures.components.refnums"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemStructures.components.refnums"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itemStructures.components.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemStructures-{gtmStructureGid}-components-{gtmStructureComponentSeq}-refnums-post",
                "x-filename-id":"itemstructures-gtmstructuregid-components-gtmstructurecomponentseq-refnums-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Item Structures/Components/Reference Numbers"
                ],
                "summary":"Update Reference Numbers",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemStructures-{gtmStructureGid}-components-{gtmStructureComponentSeq}-refnums-patch",
                "x-filename-id":"itemstructures-gtmstructuregid-components-gtmstructurecomponentseq-refnums-patch"
            }
        },
        "/itemStructures/{gtmStructureGid}/components/{gtmStructureComponentSeq}/refnums/{gtmStrCompRefnumQualGidxgtmStrCompRefnumValue}":{
            "parameters":[
                {
                    "name":"gtmStructureGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmStructureComponentSeq",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmStrCompRefnumQualGidxgtmStrCompRefnumValue",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Item Structures/Components/Reference Numbers"
                ],
                "summary":"Get a Reference Number",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemStructures.components.refnums"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemStructures-{gtmStructureGid}-components-{gtmStructureComponentSeq}-refnums-{gtmStrCompRefnumQualGidxgtmStrCompRefnumValue}-get",
                "x-filename-id":"itemstructures-gtmstructuregid-components-gtmstructurecomponentseq-refnums-gtmstrcomprefnumqualgidxgtmstrcomprefnumvalue-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Item Structures/Components/Reference Numbers"
                ],
                "summary":"Delete a Reference Number",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemStructures-{gtmStructureGid}-components-{gtmStructureComponentSeq}-refnums-{gtmStrCompRefnumQualGidxgtmStrCompRefnumValue}-delete",
                "x-filename-id":"itemstructures-gtmstructuregid-components-gtmstructurecomponentseq-refnums-gtmstrcomprefnumqualgidxgtmstrcomprefnumvalue-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Item Structures/Components/Reference Numbers"
                ],
                "summary":"Update a Reference Number",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemStructures-{gtmStructureGid}-components-{gtmStructureComponentSeq}-refnums-{gtmStrCompRefnumQualGidxgtmStrCompRefnumValue}-patch",
                "x-filename-id":"itemstructures-gtmstructuregid-components-gtmstructurecomponentseq-refnums-gtmstrcomprefnumqualgidxgtmstrcomprefnumvalue-patch"
            }
        },
        "/itemStructures/{gtmStructureGid}/components/{gtmStructureComponentSeq}/percentageValues":{
            "parameters":[
                {
                    "name":"gtmStructureGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmStructureComponentSeq",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Item Structures/Components/Percentage Values"
                ],
                "summary":"Get Percentage Values",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itemStructures.components.percentageValues"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemStructures-{gtmStructureGid}-components-{gtmStructureComponentSeq}-percentageValues-get",
                "x-filename-id":"itemstructures-gtmstructuregid-components-gtmstructurecomponentseq-percentagevalues-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Item Structures/Components/Percentage Values"
                ],
                "summary":"Create a Percentage Value",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/itemStructures.components.percentageValues"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/itemStructures.components.percentageValues"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemStructures.components.percentageValues"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itemStructures.components.percentageValues"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemStructures-{gtmStructureGid}-components-{gtmStructureComponentSeq}-percentageValues-post",
                "x-filename-id":"itemstructures-gtmstructuregid-components-gtmstructurecomponentseq-percentagevalues-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Item Structures/Components/Percentage Values"
                ],
                "summary":"Update Percentage Values",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemStructures-{gtmStructureGid}-components-{gtmStructureComponentSeq}-percentageValues-patch",
                "x-filename-id":"itemstructures-gtmstructuregid-components-gtmstructurecomponentseq-percentagevalues-patch"
            }
        },
        "/itemStructures/{gtmStructureGid}/components/{gtmStructureComponentSeq}/percentageValues/{gtmPercentageValueQualGid}":{
            "parameters":[
                {
                    "name":"gtmStructureGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmStructureComponentSeq",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmPercentageValueQualGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Item Structures/Components/Percentage Values"
                ],
                "summary":"Get a Percentage Value",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemStructures.components.percentageValues"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemStructures-{gtmStructureGid}-components-{gtmStructureComponentSeq}-percentageValues-{gtmPercentageValueQualGid}-get",
                "x-filename-id":"itemstructures-gtmstructuregid-components-gtmstructurecomponentseq-percentagevalues-gtmpercentagevaluequalgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Item Structures/Components/Percentage Values"
                ],
                "summary":"Delete a Percentage Value",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemStructures-{gtmStructureGid}-components-{gtmStructureComponentSeq}-percentageValues-{gtmPercentageValueQualGid}-delete",
                "x-filename-id":"itemstructures-gtmstructuregid-components-gtmstructurecomponentseq-percentagevalues-gtmpercentagevaluequalgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Item Structures/Components/Percentage Values"
                ],
                "summary":"Update a Percentage Value",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemStructures-{gtmStructureGid}-components-{gtmStructureComponentSeq}-percentageValues-{gtmPercentageValueQualGid}-patch",
                "x-filename-id":"itemstructures-gtmstructuregid-components-gtmstructurecomponentseq-percentagevalues-gtmpercentagevaluequalgid-patch"
            }
        },
        "/itemStructures/{gtmStructureGid}/remarks":{
            "parameters":[
                {
                    "name":"gtmStructureGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Item Structures/Remarks"
                ],
                "summary":"Get Remarks",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itemStructures.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemStructures-{gtmStructureGid}-remarks-get",
                "x-filename-id":"itemstructures-gtmstructuregid-remarks-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Item Structures/Remarks"
                ],
                "summary":"Create a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/itemStructures.remarks"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/itemStructures.remarks"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemStructures.remarks"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itemStructures.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemStructures-{gtmStructureGid}-remarks-post",
                "x-filename-id":"itemstructures-gtmstructuregid-remarks-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Item Structures/Remarks"
                ],
                "summary":"Update Remarks",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemStructures-{gtmStructureGid}-remarks-patch",
                "x-filename-id":"itemstructures-gtmstructuregid-remarks-patch"
            }
        },
        "/itemStructures/{gtmStructureGid}/remarks/{remarkSequence}":{
            "parameters":[
                {
                    "name":"gtmStructureGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"remarkSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Item Structures/Remarks"
                ],
                "summary":"Get a Remark",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemStructures.remarks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemStructures-{gtmStructureGid}-remarks-{remarkSequence}-get",
                "x-filename-id":"itemstructures-gtmstructuregid-remarks-remarksequence-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Item Structures/Remarks"
                ],
                "summary":"Delete a Remark",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemStructures-{gtmStructureGid}-remarks-{remarkSequence}-delete",
                "x-filename-id":"itemstructures-gtmstructuregid-remarks-remarksequence-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Item Structures/Remarks"
                ],
                "summary":"Update a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemStructures-{gtmStructureGid}-remarks-{remarkSequence}-patch",
                "x-filename-id":"itemstructures-gtmstructuregid-remarks-remarksequence-patch"
            }
        },
        "/itemStructures/{gtmStructureGid}/refnums":{
            "parameters":[
                {
                    "name":"gtmStructureGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Item Structures/Reference Numbers"
                ],
                "summary":"Get Reference Numbers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itemStructures.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemStructures-{gtmStructureGid}-refnums-get",
                "x-filename-id":"itemstructures-gtmstructuregid-refnums-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Item Structures/Reference Numbers"
                ],
                "summary":"Create a Reference Number",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/itemStructures.refnums"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/itemStructures.refnums"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemStructures.refnums"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itemStructures.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemStructures-{gtmStructureGid}-refnums-post",
                "x-filename-id":"itemstructures-gtmstructuregid-refnums-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Item Structures/Reference Numbers"
                ],
                "summary":"Update Reference Numbers",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemStructures-{gtmStructureGid}-refnums-patch",
                "x-filename-id":"itemstructures-gtmstructuregid-refnums-patch"
            }
        },
        "/itemStructures/{gtmStructureGid}/refnums/{gtmStructureRefnumQualGidxgtmStructureRefnumValue}":{
            "parameters":[
                {
                    "name":"gtmStructureGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmStructureRefnumQualGidxgtmStructureRefnumValue",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Item Structures/Reference Numbers"
                ],
                "summary":"Get a Reference Number",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemStructures.refnums"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemStructures-{gtmStructureGid}-refnums-{gtmStructureRefnumQualGidxgtmStructureRefnumValue}-get",
                "x-filename-id":"itemstructures-gtmstructuregid-refnums-gtmstructurerefnumqualgidxgtmstructurerefnumvalue-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Item Structures/Reference Numbers"
                ],
                "summary":"Delete a Reference Number",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemStructures-{gtmStructureGid}-refnums-{gtmStructureRefnumQualGidxgtmStructureRefnumValue}-delete",
                "x-filename-id":"itemstructures-gtmstructuregid-refnums-gtmstructurerefnumqualgidxgtmstructurerefnumvalue-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Item Structures/Reference Numbers"
                ],
                "summary":"Update a Reference Number",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemStructures-{gtmStructureGid}-refnums-{gtmStructureRefnumQualGidxgtmStructureRefnumValue}-patch",
                "x-filename-id":"itemstructures-gtmstructuregid-refnums-gtmstructurerefnumqualgidxgtmstructurerefnumvalue-patch"
            }
        },
        "/itemStructures/{gtmStructureGid}/involvedParties":{
            "parameters":[
                {
                    "name":"gtmStructureGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Item Structures/Involved Parties"
                ],
                "summary":"Get Involved Parties",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itemStructures.involvedParties"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemStructures-{gtmStructureGid}-involvedParties-get",
                "x-filename-id":"itemstructures-gtmstructuregid-involvedparties-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Item Structures/Involved Parties"
                ],
                "summary":"Create an Involved Party",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/itemStructures.involvedParties"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/itemStructures.involvedParties"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemStructures.involvedParties"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itemStructures.involvedParties"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemStructures-{gtmStructureGid}-involvedParties-post",
                "x-filename-id":"itemstructures-gtmstructuregid-involvedparties-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Item Structures/Involved Parties"
                ],
                "summary":"Update Involved Parties",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemStructures-{gtmStructureGid}-involvedParties-patch",
                "x-filename-id":"itemstructures-gtmstructuregid-involvedparties-patch"
            }
        },
        "/itemStructures/{gtmStructureGid}/involvedParties/{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}":{
            "parameters":[
                {
                    "name":"gtmStructureGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Item Structures/Involved Parties"
                ],
                "summary":"Get an Involved Party",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemStructures.involvedParties"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemStructures-{gtmStructureGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-get",
                "x-filename-id":"itemstructures-gtmstructuregid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Item Structures/Involved Parties"
                ],
                "summary":"Delete an Involved Party",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemStructures-{gtmStructureGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-delete",
                "x-filename-id":"itemstructures-gtmstructuregid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Item Structures/Involved Parties"
                ],
                "summary":"Update an Involved Party",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemStructures-{gtmStructureGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-patch",
                "x-filename-id":"itemstructures-gtmstructuregid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-patch"
            }
        },
        "/itemStructures/{gtmStructureGid}/typeCodes":{
            "parameters":[
                {
                    "name":"gtmStructureGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Item Structures/User Defined Codes"
                ],
                "summary":"Get User Defined Codes",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itemStructures.typeCodes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemStructures-{gtmStructureGid}-typeCodes-get",
                "x-filename-id":"itemstructures-gtmstructuregid-typecodes-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Item Structures/User Defined Codes"
                ],
                "summary":"Create an User Defined Code",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/itemStructures.typeCodes"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/itemStructures.typeCodes"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemStructures.typeCodes"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itemStructures.typeCodes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemStructures-{gtmStructureGid}-typeCodes-post",
                "x-filename-id":"itemstructures-gtmstructuregid-typecodes-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Item Structures/User Defined Codes"
                ],
                "summary":"Update User Defined Codes",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemStructures-{gtmStructureGid}-typeCodes-patch",
                "x-filename-id":"itemstructures-gtmstructuregid-typecodes-patch"
            }
        },
        "/itemStructures/{gtmStructureGid}/typeCodes/{gtmTypeGidxgtmCode}":{
            "parameters":[
                {
                    "name":"gtmStructureGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTypeGidxgtmCode",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Item Structures/User Defined Codes"
                ],
                "summary":"Get an User Defined Code",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemStructures.typeCodes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemStructures-{gtmStructureGid}-typeCodes-{gtmTypeGidxgtmCode}-get",
                "x-filename-id":"itemstructures-gtmstructuregid-typecodes-gtmtypegidxgtmcode-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Item Structures/User Defined Codes"
                ],
                "summary":"Delete an User Defined Code",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemStructures-{gtmStructureGid}-typeCodes-{gtmTypeGidxgtmCode}-delete",
                "x-filename-id":"itemstructures-gtmstructuregid-typecodes-gtmtypegidxgtmcode-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Item Structures/User Defined Codes"
                ],
                "summary":"Update an User Defined Code",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemStructures-{gtmStructureGid}-typeCodes-{gtmTypeGidxgtmCode}-patch",
                "x-filename-id":"itemstructures-gtmstructuregid-typecodes-gtmtypegidxgtmcode-patch"
            }
        },
        "/itemStructures/{gtmStructureGid}/values":{
            "parameters":[
                {
                    "name":"gtmStructureGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Item Structures/Values"
                ],
                "summary":"Get Values",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itemStructures.values"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemStructures-{gtmStructureGid}-values-get",
                "x-filename-id":"itemstructures-gtmstructuregid-values-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Item Structures/Values"
                ],
                "summary":"Create a Value",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/itemStructures.values"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/itemStructures.values"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemStructures.values"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itemStructures.values"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemStructures-{gtmStructureGid}-values-post",
                "x-filename-id":"itemstructures-gtmstructuregid-values-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Item Structures/Values"
                ],
                "summary":"Update Values",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemStructures-{gtmStructureGid}-values-patch",
                "x-filename-id":"itemstructures-gtmstructuregid-values-patch"
            }
        },
        "/itemStructures/{gtmStructureGid}/values/{gtmValueQualifierGid}":{
            "parameters":[
                {
                    "name":"gtmStructureGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmValueQualifierGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Item Structures/Values"
                ],
                "summary":"Get a Value",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemStructures.values"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemStructures-{gtmStructureGid}-values-{gtmValueQualifierGid}-get",
                "x-filename-id":"itemstructures-gtmstructuregid-values-gtmvaluequalifiergid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Item Structures/Values"
                ],
                "summary":"Delete a Value",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemStructures-{gtmStructureGid}-values-{gtmValueQualifierGid}-delete",
                "x-filename-id":"itemstructures-gtmstructuregid-values-gtmvaluequalifiergid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Item Structures/Values"
                ],
                "summary":"Update a Value",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemStructures-{gtmStructureGid}-values-{gtmValueQualifierGid}-patch",
                "x-filename-id":"itemstructures-gtmstructuregid-values-gtmvaluequalifiergid-patch"
            }
        },
        "/legConsolidationGroups":{
            "get":{
                "tags":[
                    "Power Data/Leg Consolidation Groups"
                ],
                "summary":"Get Leg Consolidation Groups",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/legConsolidationGroups"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"legConsolidationGroups-get",
                "x-filename-id":"legconsolidationgroups-get"
            },
            "post":{
                "tags":[
                    "Power Data/Leg Consolidation Groups"
                ],
                "summary":"Create a Leg Consolidation Group",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/legConsolidationGroups"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/legConsolidationGroups"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"legConsolidationGroups-post",
                "x-filename-id":"legconsolidationgroups-post"
            }
        },
        "/legConsolidationGroups/{legConsolidationGroupGid}":{
            "parameters":[
                {
                    "name":"legConsolidationGroupGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Leg Consolidation Groups"
                ],
                "summary":"Get a Leg Consolidation Group",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/legConsolidationGroups"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"legConsolidationGroups-{legConsolidationGroupGid}-get",
                "x-filename-id":"legconsolidationgroups-legconsolidationgroupgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Leg Consolidation Groups"
                ],
                "summary":"Delete a Leg Consolidation Group",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"legConsolidationGroups-{legConsolidationGroupGid}-delete",
                "x-filename-id":"legconsolidationgroups-legconsolidationgroupgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Leg Consolidation Groups"
                ],
                "summary":"Update a Leg Consolidation Group",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"legConsolidationGroups-{legConsolidationGroupGid}-patch",
                "x-filename-id":"legconsolidationgroups-legconsolidationgroupgid-patch"
            }
        },
        "/invoiceServiceCodes":{
            "get":{
                "tags":[
                    "Power Data/Invoice Service Codes"
                ],
                "summary":"Get Invoice Service Codes",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/invoiceServiceCodes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"invoiceServiceCodes-get",
                "x-filename-id":"invoiceservicecodes-get"
            },
            "post":{
                "tags":[
                    "Power Data/Invoice Service Codes"
                ],
                "summary":"Create an Invoice Service Code",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/invoiceServiceCodes"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/invoiceServiceCodes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"invoiceServiceCodes-post",
                "x-filename-id":"invoiceservicecodes-post"
            }
        },
        "/invoiceServiceCodes/{invoiceServiceCodeGid}":{
            "parameters":[
                {
                    "name":"invoiceServiceCodeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Invoice Service Codes"
                ],
                "summary":"Get an Invoice Service Code",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/invoiceServiceCodes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"invoiceServiceCodes-{invoiceServiceCodeGid}-get",
                "x-filename-id":"invoiceservicecodes-invoiceservicecodegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Invoice Service Codes"
                ],
                "summary":"Delete an Invoice Service Code",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"invoiceServiceCodes-{invoiceServiceCodeGid}-delete",
                "x-filename-id":"invoiceservicecodes-invoiceservicecodegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Invoice Service Codes"
                ],
                "summary":"Update an Invoice Service Code",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"invoiceServiceCodes-{invoiceServiceCodeGid}-patch",
                "x-filename-id":"invoiceservicecodes-invoiceservicecodegid-patch"
            }
        },
        "/currencies":{
            "get":{
                "tags":[
                    "Power Data/Currencies"
                ],
                "summary":"Get Currencies",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/currencies"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"currencies-get",
                "x-filename-id":"currencies-get"
            },
            "post":{
                "tags":[
                    "Power Data/Currencies"
                ],
                "summary":"Create a Currency",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/currencies"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/currencies"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"currencies-post",
                "x-filename-id":"currencies-post"
            }
        },
        "/currencies/{currencyGid}":{
            "parameters":[
                {
                    "name":"currencyGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Currencies"
                ],
                "summary":"Get a Currency",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/currencies"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"currencies-{currencyGid}-get",
                "x-filename-id":"currencies-currencygid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Currencies"
                ],
                "summary":"Delete a Currency",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"currencies-{currencyGid}-delete",
                "x-filename-id":"currencies-currencygid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Currencies"
                ],
                "summary":"Update a Currency",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"currencies-{currencyGid}-patch",
                "x-filename-id":"currencies-currencygid-patch"
            }
        },
        "/packagedItems":{
            "get":{
                "tags":[
                    "Business Objects/Packaged Items"
                ],
                "summary":"Get Packaged Items",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/packagedItems"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"packagedItems-get",
                "x-filename-id":"packageditems-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Packaged Items"
                ],
                "summary":"Create a Packaged Item",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/packagedItems"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/packagedItems"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"packagedItems-post",
                "x-filename-id":"packageditems-post"
            }
        },
        "/packagedItems/{packagedItemGid}":{
            "parameters":[
                {
                    "name":"packagedItemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Packaged Items"
                ],
                "summary":"Get a Packaged Item",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/packagedItems"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"packagedItems-{packagedItemGid}-get",
                "x-filename-id":"packageditems-packageditemgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Packaged Items"
                ],
                "summary":"Delete a Packaged Item",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"packagedItems-{packagedItemGid}-delete",
                "x-filename-id":"packageditems-packageditemgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Packaged Items"
                ],
                "summary":"Update a Packaged Item",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"packagedItems-{packagedItemGid}-patch",
                "x-filename-id":"packageditems-packageditemgid-patch"
            }
        },
        "/packagedItems/{packagedItemGid}/pruUsages":{
            "parameters":[
                {
                    "name":"packagedItemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Packaged Items/Packaging Reference Unit Usages"
                ],
                "summary":"Get Packaging Reference Unit Usages",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/packagedItems.pruUsages"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"packagedItems-{packagedItemGid}-pruUsages-get",
                "x-filename-id":"packageditems-packageditemgid-pruusages-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Packaged Items/Packaging Reference Unit Usages"
                ],
                "summary":"Create a Packaging Reference Unit Usage",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/packagedItems.pruUsages"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/packagedItems.pruUsages"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/packagedItems.pruUsages"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/packagedItems.pruUsages"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"packagedItems-{packagedItemGid}-pruUsages-post",
                "x-filename-id":"packageditems-packageditemgid-pruusages-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Packaged Items/Packaging Reference Unit Usages"
                ],
                "summary":"Update Packaging Reference Unit Usages",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"packagedItems-{packagedItemGid}-pruUsages-patch",
                "x-filename-id":"packageditems-packageditemgid-pruusages-patch"
            }
        },
        "/packagedItems/{packagedItemGid}/pruUsages/{sequenceNo}":{
            "parameters":[
                {
                    "name":"packagedItemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sequenceNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Packaged Items/Packaging Reference Unit Usages"
                ],
                "summary":"Get a Packaging Reference Unit Usage",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/packagedItems.pruUsages"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"packagedItems-{packagedItemGid}-pruUsages-{sequenceNo}-get",
                "x-filename-id":"packageditems-packageditemgid-pruusages-sequenceno-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Packaged Items/Packaging Reference Unit Usages"
                ],
                "summary":"Delete a Packaging Reference Unit Usage",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"packagedItems-{packagedItemGid}-pruUsages-{sequenceNo}-delete",
                "x-filename-id":"packageditems-packageditemgid-pruusages-sequenceno-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Packaged Items/Packaging Reference Unit Usages"
                ],
                "summary":"Update a Packaging Reference Unit Usage",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"packagedItems-{packagedItemGid}-pruUsages-{sequenceNo}-patch",
                "x-filename-id":"packageditems-packageditemgid-pruusages-sequenceno-patch"
            }
        },
        "/packagedItems/{packagedItemGid}/tiHis":{
            "parameters":[
                {
                    "name":"packagedItemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Packaged Items/TiHis"
                ],
                "summary":"Get TiHis",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/packagedItems.tiHis"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"packagedItems-{packagedItemGid}-tiHis-get",
                "x-filename-id":"packageditems-packageditemgid-tihis-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Packaged Items/TiHis"
                ],
                "summary":"Create a TiHi",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/packagedItems.tiHis"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/packagedItems.tiHis"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/packagedItems.tiHis"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/packagedItems.tiHis"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"packagedItems-{packagedItemGid}-tiHis-post",
                "x-filename-id":"packageditems-packageditemgid-tihis-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Packaged Items/TiHis"
                ],
                "summary":"Update TiHis",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"packagedItems-{packagedItemGid}-tiHis-patch",
                "x-filename-id":"packageditems-packageditemgid-tihis-patch"
            }
        },
        "/packagedItems/{packagedItemGid}/tiHis/{sequenceNo}":{
            "parameters":[
                {
                    "name":"packagedItemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sequenceNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Packaged Items/TiHis"
                ],
                "summary":"Get a TiHi",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/packagedItems.tiHis"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"packagedItems-{packagedItemGid}-tiHis-{sequenceNo}-get",
                "x-filename-id":"packageditems-packageditemgid-tihis-sequenceno-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Packaged Items/TiHis"
                ],
                "summary":"Delete a TiHi",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"packagedItems-{packagedItemGid}-tiHis-{sequenceNo}-delete",
                "x-filename-id":"packageditems-packageditemgid-tihis-sequenceno-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Packaged Items/TiHis"
                ],
                "summary":"Update a TiHi",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"packagedItems-{packagedItemGid}-tiHis-{sequenceNo}-patch",
                "x-filename-id":"packageditems-packageditemgid-tihis-sequenceno-patch"
            }
        },
        "/packagedItems/{packagedItemGid}/refnums":{
            "parameters":[
                {
                    "name":"packagedItemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Packaged Items/Reference Numbers"
                ],
                "summary":"Get Reference Numbers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/packagedItems.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"packagedItems-{packagedItemGid}-refnums-get",
                "x-filename-id":"packageditems-packageditemgid-refnums-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Packaged Items/Reference Numbers"
                ],
                "summary":"Create a Reference Number",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/packagedItems.refnums"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/packagedItems.refnums"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/packagedItems.refnums"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/packagedItems.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"packagedItems-{packagedItemGid}-refnums-post",
                "x-filename-id":"packageditems-packageditemgid-refnums-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Packaged Items/Reference Numbers"
                ],
                "summary":"Update Reference Numbers",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"packagedItems-{packagedItemGid}-refnums-patch",
                "x-filename-id":"packageditems-packageditemgid-refnums-patch"
            }
        },
        "/packagedItems/{packagedItemGid}/refnums/{packagedItemRefnumQualGidxrefnumValue}":{
            "parameters":[
                {
                    "name":"packagedItemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"packagedItemRefnumQualGidxrefnumValue",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Packaged Items/Reference Numbers"
                ],
                "summary":"Get a Reference Number",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/packagedItems.refnums"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"packagedItems-{packagedItemGid}-refnums-{packagedItemRefnumQualGidxrefnumValue}-get",
                "x-filename-id":"packageditems-packageditemgid-refnums-packageditemrefnumqualgidxrefnumvalue-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Packaged Items/Reference Numbers"
                ],
                "summary":"Delete a Reference Number",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"packagedItems-{packagedItemGid}-refnums-{packagedItemRefnumQualGidxrefnumValue}-delete",
                "x-filename-id":"packageditems-packageditemgid-refnums-packageditemrefnumqualgidxrefnumvalue-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Packaged Items/Reference Numbers"
                ],
                "summary":"Update a Reference Number",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"packagedItems-{packagedItemGid}-refnums-{packagedItemRefnumQualGidxrefnumValue}-patch",
                "x-filename-id":"packageditems-packageditemgid-refnums-packageditemrefnumqualgidxrefnumvalue-patch"
            }
        },
        "/packagedItems/{packagedItemGid}/equipmentRefUnits":{
            "parameters":[
                {
                    "name":"packagedItemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Packaged Items/Equipment Reference Units"
                ],
                "summary":"Get Equipment Reference Units",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/packagedItems.equipmentRefUnits"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"packagedItems-{packagedItemGid}-equipmentRefUnits-get",
                "x-filename-id":"packageditems-packageditemgid-equipmentrefunits-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Packaged Items/Equipment Reference Units"
                ],
                "summary":"Create an Equipment Reference Unit",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/packagedItems.equipmentRefUnits"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/packagedItems.equipmentRefUnits"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/packagedItems.equipmentRefUnits"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/packagedItems.equipmentRefUnits"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"packagedItems-{packagedItemGid}-equipmentRefUnits-post",
                "x-filename-id":"packageditems-packageditemgid-equipmentrefunits-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Packaged Items/Equipment Reference Units"
                ],
                "summary":"Update Equipment Reference Units",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"packagedItems-{packagedItemGid}-equipmentRefUnits-patch",
                "x-filename-id":"packageditems-packageditemgid-equipmentrefunits-patch"
            }
        },
        "/packagedItems/{packagedItemGid}/equipmentRefUnits/{equipmentReferenceUnitGid}":{
            "parameters":[
                {
                    "name":"packagedItemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"equipmentReferenceUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Packaged Items/Equipment Reference Units"
                ],
                "summary":"Get an Equipment Reference Unit",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/packagedItems.equipmentRefUnits"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"packagedItems-{packagedItemGid}-equipmentRefUnits-{equipmentReferenceUnitGid}-get",
                "x-filename-id":"packageditems-packageditemgid-equipmentrefunits-equipmentreferenceunitgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Packaged Items/Equipment Reference Units"
                ],
                "summary":"Delete an Equipment Reference Unit",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"packagedItems-{packagedItemGid}-equipmentRefUnits-{equipmentReferenceUnitGid}-delete",
                "x-filename-id":"packageditems-packageditemgid-equipmentrefunits-equipmentreferenceunitgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Packaged Items/Equipment Reference Units"
                ],
                "summary":"Update an Equipment Reference Unit",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"packagedItems-{packagedItemGid}-equipmentRefUnits-{equipmentReferenceUnitGid}-patch",
                "x-filename-id":"packageditems-packageditemgid-equipmentrefunits-equipmentreferenceunitgid-patch"
            }
        },
        "/packagedItems/{packagedItemGid}/packageRefUnits":{
            "parameters":[
                {
                    "name":"packagedItemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Packaged Items/Package Reference Units"
                ],
                "summary":"Get Package Reference Units",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/packagedItems.packageRefUnits"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"packagedItems-{packagedItemGid}-packageRefUnits-get",
                "x-filename-id":"packageditems-packageditemgid-packagerefunits-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Packaged Items/Package Reference Units"
                ],
                "summary":"Create a Package Reference Unit",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/packagedItems.packageRefUnits"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/packagedItems.packageRefUnits"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/packagedItems.packageRefUnits"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/packagedItems.packageRefUnits"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"packagedItems-{packagedItemGid}-packageRefUnits-post",
                "x-filename-id":"packageditems-packageditemgid-packagerefunits-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Packaged Items/Package Reference Units"
                ],
                "summary":"Update Package Reference Units",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"packagedItems-{packagedItemGid}-packageRefUnits-patch",
                "x-filename-id":"packageditems-packageditemgid-packagerefunits-patch"
            }
        },
        "/packagedItems/{packagedItemGid}/packageRefUnits/{packagingUnitGid}":{
            "parameters":[
                {
                    "name":"packagedItemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"packagingUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Packaged Items/Package Reference Units"
                ],
                "summary":"Get a Package Reference Unit",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/packagedItems.packageRefUnits"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"packagedItems-{packagedItemGid}-packageRefUnits-{packagingUnitGid}-get",
                "x-filename-id":"packageditems-packageditemgid-packagerefunits-packagingunitgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Packaged Items/Package Reference Units"
                ],
                "summary":"Delete a Package Reference Unit",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"packagedItems-{packagedItemGid}-packageRefUnits-{packagingUnitGid}-delete",
                "x-filename-id":"packageditems-packageditemgid-packagerefunits-packagingunitgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Packaged Items/Package Reference Units"
                ],
                "summary":"Update a Package Reference Unit",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"packagedItems-{packagedItemGid}-packageRefUnits-{packagingUnitGid}-patch",
                "x-filename-id":"packageditems-packageditemgid-packagerefunits-packagingunitgid-patch"
            }
        },
        "/packagedItems/{packagedItemGid}/accessorials":{
            "parameters":[
                {
                    "name":"packagedItemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Packaged Items/Accessorials"
                ],
                "summary":"Get Accessorials",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/packagedItems.accessorials"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"packagedItems-{packagedItemGid}-accessorials-get",
                "x-filename-id":"packageditems-packageditemgid-accessorials-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Packaged Items/Accessorials"
                ],
                "summary":"Create an Accessorial",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/packagedItems.accessorials"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/packagedItems.accessorials"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/packagedItems.accessorials"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/packagedItems.accessorials"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"packagedItems-{packagedItemGid}-accessorials-post",
                "x-filename-id":"packageditems-packageditemgid-accessorials-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Packaged Items/Accessorials"
                ],
                "summary":"Update Accessorials",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"packagedItems-{packagedItemGid}-accessorials-patch",
                "x-filename-id":"packageditems-packageditemgid-accessorials-patch"
            }
        },
        "/packagedItems/{packagedItemGid}/accessorials/{accessorialCodeGid}":{
            "parameters":[
                {
                    "name":"packagedItemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"accessorialCodeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Packaged Items/Accessorials"
                ],
                "summary":"Get an Accessorial",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/packagedItems.accessorials"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"packagedItems-{packagedItemGid}-accessorials-{accessorialCodeGid}-get",
                "x-filename-id":"packageditems-packageditemgid-accessorials-accessorialcodegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Packaged Items/Accessorials"
                ],
                "summary":"Delete an Accessorial",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"packagedItems-{packagedItemGid}-accessorials-{accessorialCodeGid}-delete",
                "x-filename-id":"packageditems-packageditemgid-accessorials-accessorialcodegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Packaged Items/Accessorials"
                ],
                "summary":"Update an Accessorial",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"packagedItems-{packagedItemGid}-accessorials-{accessorialCodeGid}-patch",
                "x-filename-id":"packageditems-packageditemgid-accessorials-accessorialcodegid-patch"
            }
        },
        "/packagedItems/{packagedItemGid}/accessorials/{accessorialCodeGid}/remarks":{
            "parameters":[
                {
                    "name":"packagedItemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"accessorialCodeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Packaged Items/Accessorials/Remarks"
                ],
                "summary":"Get Remarks",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/packagedItems.accessorials.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"packagedItems-{packagedItemGid}-accessorials-{accessorialCodeGid}-remarks-get",
                "x-filename-id":"packageditems-packageditemgid-accessorials-accessorialcodegid-remarks-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Packaged Items/Accessorials/Remarks"
                ],
                "summary":"Create a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/packagedItems.accessorials.remarks"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/packagedItems.accessorials.remarks"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/packagedItems.accessorials.remarks"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/packagedItems.accessorials.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"packagedItems-{packagedItemGid}-accessorials-{accessorialCodeGid}-remarks-post",
                "x-filename-id":"packageditems-packageditemgid-accessorials-accessorialcodegid-remarks-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Packaged Items/Accessorials/Remarks"
                ],
                "summary":"Update Remarks",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"packagedItems-{packagedItemGid}-accessorials-{accessorialCodeGid}-remarks-patch",
                "x-filename-id":"packageditems-packageditemgid-accessorials-accessorialcodegid-remarks-patch"
            }
        },
        "/packagedItems/{packagedItemGid}/accessorials/{accessorialCodeGid}/remarks/{remarkSequence}":{
            "parameters":[
                {
                    "name":"packagedItemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"accessorialCodeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"remarkSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Packaged Items/Accessorials/Remarks"
                ],
                "summary":"Get a Remark",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/packagedItems.accessorials.remarks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"packagedItems-{packagedItemGid}-accessorials-{accessorialCodeGid}-remarks-{remarkSequence}-get",
                "x-filename-id":"packageditems-packageditemgid-accessorials-accessorialcodegid-remarks-remarksequence-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Packaged Items/Accessorials/Remarks"
                ],
                "summary":"Delete a Remark",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"packagedItems-{packagedItemGid}-accessorials-{accessorialCodeGid}-remarks-{remarkSequence}-delete",
                "x-filename-id":"packageditems-packageditemgid-accessorials-accessorialcodegid-remarks-remarksequence-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Packaged Items/Accessorials/Remarks"
                ],
                "summary":"Update a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"packagedItems-{packagedItemGid}-accessorials-{accessorialCodeGid}-remarks-{remarkSequence}-patch",
                "x-filename-id":"packageditems-packageditemgid-accessorials-accessorialcodegid-remarks-remarksequence-patch"
            }
        },
        "/routeCodes":{
            "get":{
                "tags":[
                    "Power Data/Route Codes"
                ],
                "summary":"Get Route Codes",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/routeCodes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"routeCodes-get",
                "x-filename-id":"routecodes-get"
            },
            "post":{
                "tags":[
                    "Power Data/Route Codes"
                ],
                "summary":"Create a Route Code",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/routeCodes"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/routeCodes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"routeCodes-post",
                "x-filename-id":"routecodes-post"
            }
        },
        "/routeCodes/{routeCodeGid}":{
            "parameters":[
                {
                    "name":"routeCodeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Route Codes"
                ],
                "summary":"Get a Route Code",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/routeCodes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"routeCodes-{routeCodeGid}-get",
                "x-filename-id":"routecodes-routecodegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Route Codes"
                ],
                "summary":"Delete a Route Code",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"routeCodes-{routeCodeGid}-delete",
                "x-filename-id":"routecodes-routecodegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Route Codes"
                ],
                "summary":"Update a Route Code",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"routeCodes-{routeCodeGid}-patch",
                "x-filename-id":"routecodes-routecodegid-patch"
            }
        },
        "/routeCodes/{routeCodeGid}/details":{
            "parameters":[
                {
                    "name":"routeCodeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Route Codes/Details"
                ],
                "summary":"Get Details",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/routeCodes.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"routeCodes-{routeCodeGid}-details-get",
                "x-filename-id":"routecodes-routecodegid-details-get"
            },
            "post":{
                "tags":[
                    "Power Data/Route Codes/Details"
                ],
                "summary":"Create a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/routeCodes.details"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/routeCodes.details"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/routeCodes.details"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/routeCodes.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"routeCodes-{routeCodeGid}-details-post",
                "x-filename-id":"routecodes-routecodegid-details-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Route Codes/Details"
                ],
                "summary":"Update Details",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"routeCodes-{routeCodeGid}-details-patch",
                "x-filename-id":"routecodes-routecodegid-details-patch"
            }
        },
        "/routeCodes/{routeCodeGid}/details/{seqNo}":{
            "parameters":[
                {
                    "name":"routeCodeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"seqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Route Codes/Details"
                ],
                "summary":"Get a Detail",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/routeCodes.details"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"routeCodes-{routeCodeGid}-details-{seqNo}-get",
                "x-filename-id":"routecodes-routecodegid-details-seqno-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Route Codes/Details"
                ],
                "summary":"Delete a Detail",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"routeCodes-{routeCodeGid}-details-{seqNo}-delete",
                "x-filename-id":"routecodes-routecodegid-details-seqno-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Route Codes/Details"
                ],
                "summary":"Update a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"routeCodes-{routeCodeGid}-details-{seqNo}-patch",
                "x-filename-id":"routecodes-routecodegid-details-seqno-patch"
            }
        },
        "/routingConstraints":{
            "get":{
                "tags":[
                    "Power Data/Routing Constraints"
                ],
                "summary":"Get Routing Constraints",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/routingConstraints"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"routingConstraints-get",
                "x-filename-id":"routingconstraints-get"
            },
            "post":{
                "tags":[
                    "Power Data/Routing Constraints"
                ],
                "summary":"Create a Routing Constraint",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/routingConstraints"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/routingConstraints"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"routingConstraints-post",
                "x-filename-id":"routingconstraints-post"
            }
        },
        "/routingConstraints/{routingConstraintGid}":{
            "parameters":[
                {
                    "name":"routingConstraintGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Routing Constraints"
                ],
                "summary":"Get a Routing Constraint",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/routingConstraints"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"routingConstraints-{routingConstraintGid}-get",
                "x-filename-id":"routingconstraints-routingconstraintgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Routing Constraints"
                ],
                "summary":"Delete a Routing Constraint",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"routingConstraints-{routingConstraintGid}-delete",
                "x-filename-id":"routingconstraints-routingconstraintgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Routing Constraints"
                ],
                "summary":"Update a Routing Constraint",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"routingConstraints-{routingConstraintGid}-patch",
                "x-filename-id":"routingconstraints-routingconstraintgid-patch"
            }
        },
        "/routingConstraints/{routingConstraintGid}/details":{
            "parameters":[
                {
                    "name":"routingConstraintGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Routing Constraints/Details"
                ],
                "summary":"Get Details",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/routingConstraints.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"routingConstraints-{routingConstraintGid}-details-get",
                "x-filename-id":"routingconstraints-routingconstraintgid-details-get"
            },
            "post":{
                "tags":[
                    "Power Data/Routing Constraints/Details"
                ],
                "summary":"Create a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/routingConstraints.details"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/routingConstraints.details"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/routingConstraints.details"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/routingConstraints.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"routingConstraints-{routingConstraintGid}-details-post",
                "x-filename-id":"routingconstraints-routingconstraintgid-details-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Routing Constraints/Details"
                ],
                "summary":"Update Details",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"routingConstraints-{routingConstraintGid}-details-patch",
                "x-filename-id":"routingconstraints-routingconstraintgid-details-patch"
            }
        },
        "/routingConstraints/{routingConstraintGid}/details/{locationGid}":{
            "parameters":[
                {
                    "name":"routingConstraintGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"locationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Routing Constraints/Details"
                ],
                "summary":"Get a Detail",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/routingConstraints.details"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"routingConstraints-{routingConstraintGid}-details-{locationGid}-get",
                "x-filename-id":"routingconstraints-routingconstraintgid-details-locationgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Routing Constraints/Details"
                ],
                "summary":"Delete a Detail",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"routingConstraints-{routingConstraintGid}-details-{locationGid}-delete",
                "x-filename-id":"routingconstraints-routingconstraintgid-details-locationgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Routing Constraints/Details"
                ],
                "summary":"Update a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"routingConstraints-{routingConstraintGid}-details-{locationGid}-patch",
                "x-filename-id":"routingconstraints-routingconstraintgid-details-locationgid-patch"
            }
        },
        "/valueQualifiers":{
            "get":{
                "tags":[
                    "Power Data/Value Qualifiers"
                ],
                "summary":"Get Value Qualifiers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/valueQualifiers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"valueQualifiers-get",
                "x-filename-id":"valuequalifiers-get"
            },
            "post":{
                "tags":[
                    "Power Data/Value Qualifiers"
                ],
                "summary":"Create a Value Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/valueQualifiers"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/valueQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"valueQualifiers-post",
                "x-filename-id":"valuequalifiers-post"
            }
        },
        "/valueQualifiers/{gtmValueQualifierGid}":{
            "parameters":[
                {
                    "name":"gtmValueQualifierGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Value Qualifiers"
                ],
                "summary":"Get a Value Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/valueQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"valueQualifiers-{gtmValueQualifierGid}-get",
                "x-filename-id":"valuequalifiers-gtmvaluequalifiergid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Value Qualifiers"
                ],
                "summary":"Delete a Value Qualifier",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"valueQualifiers-{gtmValueQualifierGid}-delete",
                "x-filename-id":"valuequalifiers-gtmvaluequalifiergid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Value Qualifiers"
                ],
                "summary":"Update a Value Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"valueQualifiers-{gtmValueQualifierGid}-patch",
                "x-filename-id":"valuequalifiers-gtmvaluequalifiergid-patch"
            }
        },
        "/loadConfigs":{
            "get":{
                "tags":[
                    "Power Data/Load Configs"
                ],
                "summary":"Get Load Configs",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/loadConfigs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"loadConfigs-get",
                "x-filename-id":"loadconfigs-get"
            },
            "post":{
                "tags":[
                    "Power Data/Load Configs"
                ],
                "summary":"Create a Load Config",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/loadConfigs"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/loadConfigs"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"loadConfigs-post",
                "x-filename-id":"loadconfigs-post"
            }
        },
        "/loadConfigs/{loadConfigGid}":{
            "parameters":[
                {
                    "name":"loadConfigGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Load Configs"
                ],
                "summary":"Get a Load Config",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/loadConfigs"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"loadConfigs-{loadConfigGid}-get",
                "x-filename-id":"loadconfigs-loadconfiggid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Load Configs"
                ],
                "summary":"Delete a Load Config",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"loadConfigs-{loadConfigGid}-delete",
                "x-filename-id":"loadconfigs-loadconfiggid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Load Configs"
                ],
                "summary":"Update a Load Config",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"loadConfigs-{loadConfigGid}-patch",
                "x-filename-id":"loadconfigs-loadconfiggid-patch"
            }
        },
        "/loadConfigProfiles":{
            "get":{
                "tags":[
                    "Power Data/Load Config Profiles"
                ],
                "summary":"Get Load Config Profiles",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/loadConfigProfiles"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"loadConfigProfiles-get",
                "x-filename-id":"loadconfigprofiles-get"
            },
            "post":{
                "tags":[
                    "Power Data/Load Config Profiles"
                ],
                "summary":"Create a Load Config Profile",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/loadConfigProfiles"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/loadConfigProfiles"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"loadConfigProfiles-post",
                "x-filename-id":"loadconfigprofiles-post"
            }
        },
        "/loadConfigProfiles/{loadConfigProfileGid}":{
            "parameters":[
                {
                    "name":"loadConfigProfileGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Load Config Profiles"
                ],
                "summary":"Get a Load Config Profile",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/loadConfigProfiles"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"loadConfigProfiles-{loadConfigProfileGid}-get",
                "x-filename-id":"loadconfigprofiles-loadconfigprofilegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Load Config Profiles"
                ],
                "summary":"Delete a Load Config Profile",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"loadConfigProfiles-{loadConfigProfileGid}-delete",
                "x-filename-id":"loadconfigprofiles-loadconfigprofilegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Load Config Profiles"
                ],
                "summary":"Update a Load Config Profile",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"loadConfigProfiles-{loadConfigProfileGid}-patch",
                "x-filename-id":"loadconfigprofiles-loadconfigprofilegid-patch"
            }
        },
        "/loadConfigProfiles/{loadConfigProfileGid}/loadConfigProfileDs":{
            "parameters":[
                {
                    "name":"loadConfigProfileGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Load Config Profiles/Load Config Profile Ds"
                ],
                "summary":"Get Load Config Profile Ds",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/loadConfigProfiles.loadConfigProfileDs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"loadConfigProfiles-{loadConfigProfileGid}-loadConfigProfileDs-get",
                "x-filename-id":"loadconfigprofiles-loadconfigprofilegid-loadconfigprofileds-get"
            },
            "post":{
                "tags":[
                    "Power Data/Load Config Profiles/Load Config Profile Ds"
                ],
                "summary":"Create a Load Config Profile D",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/loadConfigProfiles.loadConfigProfileDs"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/loadConfigProfiles.loadConfigProfileDs"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/loadConfigProfiles.loadConfigProfileDs"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/loadConfigProfiles.loadConfigProfileDs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"loadConfigProfiles-{loadConfigProfileGid}-loadConfigProfileDs-post",
                "x-filename-id":"loadconfigprofiles-loadconfigprofilegid-loadconfigprofileds-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Load Config Profiles/Load Config Profile Ds"
                ],
                "summary":"Update Load Config Profile Ds",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"loadConfigProfiles-{loadConfigProfileGid}-loadConfigProfileDs-patch",
                "x-filename-id":"loadconfigprofiles-loadconfigprofilegid-loadconfigprofileds-patch"
            }
        },
        "/loadConfigProfiles/{loadConfigProfileGid}/loadConfigProfileDs/{loadConfigGid}":{
            "parameters":[
                {
                    "name":"loadConfigProfileGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"loadConfigGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Load Config Profiles/Load Config Profile Ds"
                ],
                "summary":"Get a Load Config Profile D",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/loadConfigProfiles.loadConfigProfileDs"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"loadConfigProfiles-{loadConfigProfileGid}-loadConfigProfileDs-{loadConfigGid}-get",
                "x-filename-id":"loadconfigprofiles-loadconfigprofilegid-loadconfigprofileds-loadconfiggid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Load Config Profiles/Load Config Profile Ds"
                ],
                "summary":"Delete a Load Config Profile D",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"loadConfigProfiles-{loadConfigProfileGid}-loadConfigProfileDs-{loadConfigGid}-delete",
                "x-filename-id":"loadconfigprofiles-loadconfigprofilegid-loadconfigprofileds-loadconfiggid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Load Config Profiles/Load Config Profile Ds"
                ],
                "summary":"Update a Load Config Profile D",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"loadConfigProfiles-{loadConfigProfileGid}-loadConfigProfileDs-{loadConfigGid}-patch",
                "x-filename-id":"loadconfigprofiles-loadconfigprofilegid-loadconfigprofileds-loadconfiggid-patch"
            }
        },
        "/shipmentGroupReferenceNumberQualifiers":{
            "get":{
                "tags":[
                    "Power Data/Shipment Group Reference Number Qualifiers"
                ],
                "summary":"Get Shipment Group Reference Number Qualifiers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipmentGroupReferenceNumberQualifiers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentGroupReferenceNumberQualifiers-get",
                "x-filename-id":"shipmentgroupreferencenumberqualifiers-get"
            },
            "post":{
                "tags":[
                    "Power Data/Shipment Group Reference Number Qualifiers"
                ],
                "summary":"Create a Shipment Group Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipmentGroupReferenceNumberQualifiers"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentGroupReferenceNumberQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentGroupReferenceNumberQualifiers-post",
                "x-filename-id":"shipmentgroupreferencenumberqualifiers-post"
            }
        },
        "/shipmentGroupReferenceNumberQualifiers/{shipGroupRefnumQualGid}":{
            "parameters":[
                {
                    "name":"shipGroupRefnumQualGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Shipment Group Reference Number Qualifiers"
                ],
                "summary":"Get a Shipment Group Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipmentGroupReferenceNumberQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipmentGroupReferenceNumberQualifiers-{shipGroupRefnumQualGid}-get",
                "x-filename-id":"shipmentgroupreferencenumberqualifiers-shipgrouprefnumqualgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Shipment Group Reference Number Qualifiers"
                ],
                "summary":"Delete a Shipment Group Reference Number Qualifier",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentGroupReferenceNumberQualifiers-{shipGroupRefnumQualGid}-delete",
                "x-filename-id":"shipmentgroupreferencenumberqualifiers-shipgrouprefnumqualgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Shipment Group Reference Number Qualifiers"
                ],
                "summary":"Update a Shipment Group Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipmentGroupReferenceNumberQualifiers-{shipGroupRefnumQualGid}-patch",
                "x-filename-id":"shipmentgroupreferencenumberqualifiers-shipgrouprefnumqualgid-patch"
            }
        },
        "/partyReferenceNumberQualifiers":{
            "get":{
                "tags":[
                    "Power Data/Party Reference Number Qualifiers"
                ],
                "summary":"Get Party Reference Number Qualifiers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/partyReferenceNumberQualifiers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"partyReferenceNumberQualifiers-get",
                "x-filename-id":"partyreferencenumberqualifiers-get"
            },
            "post":{
                "tags":[
                    "Power Data/Party Reference Number Qualifiers"
                ],
                "summary":"Create a Party Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/partyReferenceNumberQualifiers"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/partyReferenceNumberQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"partyReferenceNumberQualifiers-post",
                "x-filename-id":"partyreferencenumberqualifiers-post"
            }
        },
        "/partyReferenceNumberQualifiers/{gtmPartyRefnumQualGid}":{
            "parameters":[
                {
                    "name":"gtmPartyRefnumQualGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Party Reference Number Qualifiers"
                ],
                "summary":"Get a Party Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/partyReferenceNumberQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"partyReferenceNumberQualifiers-{gtmPartyRefnumQualGid}-get",
                "x-filename-id":"partyreferencenumberqualifiers-gtmpartyrefnumqualgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Party Reference Number Qualifiers"
                ],
                "summary":"Delete a Party Reference Number Qualifier",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"partyReferenceNumberQualifiers-{gtmPartyRefnumQualGid}-delete",
                "x-filename-id":"partyreferencenumberqualifiers-gtmpartyrefnumqualgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Party Reference Number Qualifiers"
                ],
                "summary":"Update a Party Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"partyReferenceNumberQualifiers-{gtmPartyRefnumQualGid}-patch",
                "x-filename-id":"partyreferencenumberqualifiers-gtmpartyrefnumqualgid-patch"
            }
        },
        "/rateOfferingTypes":{
            "get":{
                "tags":[
                    "Power Data/Rate Offering Types"
                ],
                "summary":"Get Rate Offering Types",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/rateOfferingTypes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateOfferingTypes-get",
                "x-filename-id":"rateofferingtypes-get"
            }
        },
        "/rateOfferingTypes/{rateOfferingTypeGid}":{
            "parameters":[
                {
                    "name":"rateOfferingTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Rate Offering Types"
                ],
                "summary":"Get a Rate Offering Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateOfferingTypes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateOfferingTypes-{rateOfferingTypeGid}-get",
                "x-filename-id":"rateofferingtypes-rateofferingtypegid-get"
            }
        },
        "/remarkQualifiers":{
            "get":{
                "tags":[
                    "Power Data/Remark Qualifiers"
                ],
                "summary":"Get Remark Qualifiers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/remarkQualifiers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"remarkQualifiers-get",
                "x-filename-id":"remarkqualifiers-get"
            },
            "post":{
                "tags":[
                    "Power Data/Remark Qualifiers"
                ],
                "summary":"Create a Remark Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/remarkQualifiers"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/remarkQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"remarkQualifiers-post",
                "x-filename-id":"remarkqualifiers-post"
            }
        },
        "/remarkQualifiers/{remarkQualGid}":{
            "parameters":[
                {
                    "name":"remarkQualGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Remark Qualifiers"
                ],
                "summary":"Get a Remark Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/remarkQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"remarkQualifiers-{remarkQualGid}-get",
                "x-filename-id":"remarkqualifiers-remarkqualgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Remark Qualifiers"
                ],
                "summary":"Delete a Remark Qualifier",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"remarkQualifiers-{remarkQualGid}-delete",
                "x-filename-id":"remarkqualifiers-remarkqualgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Remark Qualifiers"
                ],
                "summary":"Update a Remark Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"remarkQualifiers-{remarkQualGid}-patch",
                "x-filename-id":"remarkqualifiers-remarkqualgid-patch"
            }
        },
        "/custom-actions/diagnosticTreeStats":{
            "post":{
                "tags":[
                    "Actions/Business Queries/Diagnostics"
                ],
                "summary":"Retrieve diagnostic tree data statistics",
                "description":"diagnosticTreeStats returns statistics and filterable objects for a diagnostic log file.",
                "requestBody":{
                    "content":{
                        "application/json":{
                            "schema":{
                                "$ref":"#/components/schemas/DiagnosticTreeStatsRequest"
                            }
                        }
                    }
                },
                "responses":{
                    "200":{
                        "description":"Success! A successful POST method returns a 200 status code.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/DiagnosticTreeStatsResponse"
                                }
                            }
                        }
                    },
                    "400":{
                        "description":"Your request couldn't be processed because it contains missing or invalid information, such as a validation error on an input field, a missing required value, and so forth.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    },
                    "404":{
                        "description":"Your request includes a resource URI that doesn't exist.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"custom-actions-diagnosticTreeStats-post",
                "x-filename-id":"custom-actions-diagnostictreestats-post"
            }
        },
        "/productClassificationCodes":{
            "get":{
                "tags":[
                    "Power Data/Product Classification Codes"
                ],
                "summary":"Get Product Classification Codes",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/productClassificationCodes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"productClassificationCodes-get",
                "x-filename-id":"productclassificationcodes-get"
            },
            "post":{
                "tags":[
                    "Power Data/Product Classification Codes"
                ],
                "summary":"Create a Product Classification Code",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/productClassificationCodes"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/productClassificationCodes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"productClassificationCodes-post",
                "x-filename-id":"productclassificationcodes-post"
            }
        },
        "/productClassificationCodes/{gtmProdClassCodeGid}":{
            "parameters":[
                {
                    "name":"gtmProdClassCodeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Product Classification Codes"
                ],
                "summary":"Get a Product Classification Code",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/productClassificationCodes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"productClassificationCodes-{gtmProdClassCodeGid}-get",
                "x-filename-id":"productclassificationcodes-gtmprodclasscodegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Product Classification Codes"
                ],
                "summary":"Delete a Product Classification Code",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"productClassificationCodes-{gtmProdClassCodeGid}-delete",
                "x-filename-id":"productclassificationcodes-gtmprodclasscodegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Product Classification Codes"
                ],
                "summary":"Update a Product Classification Code",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"productClassificationCodes-{gtmProdClassCodeGid}-patch",
                "x-filename-id":"productclassificationcodes-gtmprodclasscodegid-patch"
            }
        },
        "/productClassificationCodes/{gtmProdClassCodeGid}/gtmProdClassCodeDescriptions":{
            "parameters":[
                {
                    "name":"gtmProdClassCodeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Product Classification Codes/Gtm Prod Class Code Descriptions"
                ],
                "summary":"Get Gtm Prod Class Code Descriptions",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/productClassificationCodes.gtmProdClassCodeDescriptions"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"productClassificationCodes-{gtmProdClassCodeGid}-gtmProdClassCodeDescriptions-get",
                "x-filename-id":"productclassificationcodes-gtmprodclasscodegid-gtmprodclasscodedescriptions-get"
            },
            "post":{
                "tags":[
                    "Power Data/Product Classification Codes/Gtm Prod Class Code Descriptions"
                ],
                "summary":"Create a Gtm Prod Class Code Description",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/productClassificationCodes.gtmProdClassCodeDescriptions"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/productClassificationCodes.gtmProdClassCodeDescriptions"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/productClassificationCodes.gtmProdClassCodeDescriptions"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/productClassificationCodes.gtmProdClassCodeDescriptions"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"productClassificationCodes-{gtmProdClassCodeGid}-gtmProdClassCodeDescriptions-post",
                "x-filename-id":"productclassificationcodes-gtmprodclasscodegid-gtmprodclasscodedescriptions-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Product Classification Codes/Gtm Prod Class Code Descriptions"
                ],
                "summary":"Update Gtm Prod Class Code Descriptions",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"productClassificationCodes-{gtmProdClassCodeGid}-gtmProdClassCodeDescriptions-patch",
                "x-filename-id":"productclassificationcodes-gtmprodclasscodegid-gtmprodclasscodedescriptions-patch"
            }
        },
        "/productClassificationCodes/{gtmProdClassCodeGid}/gtmProdClassCodeDescriptions/{gtmLanguageGid}":{
            "parameters":[
                {
                    "name":"gtmProdClassCodeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmLanguageGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Product Classification Codes/Gtm Prod Class Code Descriptions"
                ],
                "summary":"Get a Gtm Prod Class Code Description",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/productClassificationCodes.gtmProdClassCodeDescriptions"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"productClassificationCodes-{gtmProdClassCodeGid}-gtmProdClassCodeDescriptions-{gtmLanguageGid}-get",
                "x-filename-id":"productclassificationcodes-gtmprodclasscodegid-gtmprodclasscodedescriptions-gtmlanguagegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Product Classification Codes/Gtm Prod Class Code Descriptions"
                ],
                "summary":"Delete a Gtm Prod Class Code Description",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"productClassificationCodes-{gtmProdClassCodeGid}-gtmProdClassCodeDescriptions-{gtmLanguageGid}-delete",
                "x-filename-id":"productclassificationcodes-gtmprodclasscodegid-gtmprodclasscodedescriptions-gtmlanguagegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Product Classification Codes/Gtm Prod Class Code Descriptions"
                ],
                "summary":"Update a Gtm Prod Class Code Description",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"productClassificationCodes-{gtmProdClassCodeGid}-gtmProdClassCodeDescriptions-{gtmLanguageGid}-patch",
                "x-filename-id":"productclassificationcodes-gtmprodclasscodegid-gtmprodclasscodedescriptions-gtmlanguagegid-patch"
            }
        },
        "/productClassificationCodes/{gtmProdClassCodeGid}/gtmClassCodeAttributes":{
            "parameters":[
                {
                    "name":"gtmProdClassCodeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Product Classification Codes/Gtm Class Code Attributes"
                ],
                "summary":"Get Gtm Class Code Attributes",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/productClassificationCodes.gtmClassCodeAttributes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"productClassificationCodes-{gtmProdClassCodeGid}-gtmClassCodeAttributes-get",
                "x-filename-id":"productclassificationcodes-gtmprodclasscodegid-gtmclasscodeattributes-get"
            },
            "post":{
                "tags":[
                    "Power Data/Product Classification Codes/Gtm Class Code Attributes"
                ],
                "summary":"Create a Gtm Class Code Attribute",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/productClassificationCodes.gtmClassCodeAttributes"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/productClassificationCodes.gtmClassCodeAttributes"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/productClassificationCodes.gtmClassCodeAttributes"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/productClassificationCodes.gtmClassCodeAttributes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"productClassificationCodes-{gtmProdClassCodeGid}-gtmClassCodeAttributes-post",
                "x-filename-id":"productclassificationcodes-gtmprodclasscodegid-gtmclasscodeattributes-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Product Classification Codes/Gtm Class Code Attributes"
                ],
                "summary":"Update Gtm Class Code Attributes",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"productClassificationCodes-{gtmProdClassCodeGid}-gtmClassCodeAttributes-patch",
                "x-filename-id":"productclassificationcodes-gtmprodclasscodegid-gtmclasscodeattributes-patch"
            }
        },
        "/productClassificationCodes/{gtmProdClassCodeGid}/gtmClassCodeAttributes/{attributeSequence}":{
            "parameters":[
                {
                    "name":"gtmProdClassCodeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"attributeSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Product Classification Codes/Gtm Class Code Attributes"
                ],
                "summary":"Get a Gtm Class Code Attribute",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/productClassificationCodes.gtmClassCodeAttributes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"productClassificationCodes-{gtmProdClassCodeGid}-gtmClassCodeAttributes-{attributeSequence}-get",
                "x-filename-id":"productclassificationcodes-gtmprodclasscodegid-gtmclasscodeattributes-attributesequence-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Product Classification Codes/Gtm Class Code Attributes"
                ],
                "summary":"Delete a Gtm Class Code Attribute",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"productClassificationCodes-{gtmProdClassCodeGid}-gtmClassCodeAttributes-{attributeSequence}-delete",
                "x-filename-id":"productclassificationcodes-gtmprodclasscodegid-gtmclasscodeattributes-attributesequence-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Product Classification Codes/Gtm Class Code Attributes"
                ],
                "summary":"Update a Gtm Class Code Attribute",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"productClassificationCodes-{gtmProdClassCodeGid}-gtmClassCodeAttributes-{attributeSequence}-patch",
                "x-filename-id":"productclassificationcodes-gtmprodclasscodegid-gtmclasscodeattributes-attributesequence-patch"
            }
        },
        "/productClassificationCodes/{gtmProdClassCodeGid}/gtmProdClassCodeUoms":{
            "parameters":[
                {
                    "name":"gtmProdClassCodeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Product Classification Codes/Gtm Prod Class Code Uoms"
                ],
                "summary":"Get Gtm Prod Class Code Uoms",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/productClassificationCodes.gtmProdClassCodeUoms"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"productClassificationCodes-{gtmProdClassCodeGid}-gtmProdClassCodeUoms-get",
                "x-filename-id":"productclassificationcodes-gtmprodclasscodegid-gtmprodclasscodeuoms-get"
            },
            "post":{
                "tags":[
                    "Power Data/Product Classification Codes/Gtm Prod Class Code Uoms"
                ],
                "summary":"Create a Gtm Prod Class Code Uom",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/productClassificationCodes.gtmProdClassCodeUoms"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/productClassificationCodes.gtmProdClassCodeUoms"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/productClassificationCodes.gtmProdClassCodeUoms"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/productClassificationCodes.gtmProdClassCodeUoms"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"productClassificationCodes-{gtmProdClassCodeGid}-gtmProdClassCodeUoms-post",
                "x-filename-id":"productclassificationcodes-gtmprodclasscodegid-gtmprodclasscodeuoms-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Product Classification Codes/Gtm Prod Class Code Uoms"
                ],
                "summary":"Update Gtm Prod Class Code Uoms",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"productClassificationCodes-{gtmProdClassCodeGid}-gtmProdClassCodeUoms-patch",
                "x-filename-id":"productclassificationcodes-gtmprodclasscodegid-gtmprodclasscodeuoms-patch"
            }
        },
        "/productClassificationCodes/{gtmProdClassCodeGid}/gtmProdClassCodeUoms/{uomName}":{
            "parameters":[
                {
                    "name":"gtmProdClassCodeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"uomName",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Product Classification Codes/Gtm Prod Class Code Uoms"
                ],
                "summary":"Get a Gtm Prod Class Code Uom",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/productClassificationCodes.gtmProdClassCodeUoms"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"productClassificationCodes-{gtmProdClassCodeGid}-gtmProdClassCodeUoms-{uomName}-get",
                "x-filename-id":"productclassificationcodes-gtmprodclasscodegid-gtmprodclasscodeuoms-uomname-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Product Classification Codes/Gtm Prod Class Code Uoms"
                ],
                "summary":"Delete a Gtm Prod Class Code Uom",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"productClassificationCodes-{gtmProdClassCodeGid}-gtmProdClassCodeUoms-{uomName}-delete",
                "x-filename-id":"productclassificationcodes-gtmprodclasscodegid-gtmprodclasscodeuoms-uomname-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Product Classification Codes/Gtm Prod Class Code Uoms"
                ],
                "summary":"Update a Gtm Prod Class Code Uom",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"productClassificationCodes-{gtmProdClassCodeGid}-gtmProdClassCodeUoms-{uomName}-patch",
                "x-filename-id":"productclassificationcodes-gtmprodclasscodegid-gtmprodclasscodeuoms-uomname-patch"
            }
        },
        "/productClassificationCodes/{gtmProdClassCodeGid}/gtmProdClassCodeNotes":{
            "parameters":[
                {
                    "name":"gtmProdClassCodeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Product Classification Codes/Gtm Prod Class Code Notes"
                ],
                "summary":"Get Gtm Prod Class Code Notes",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/productClassificationCodes.gtmProdClassCodeNotes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"productClassificationCodes-{gtmProdClassCodeGid}-gtmProdClassCodeNotes-get",
                "x-filename-id":"productclassificationcodes-gtmprodclasscodegid-gtmprodclasscodenotes-get"
            },
            "post":{
                "tags":[
                    "Power Data/Product Classification Codes/Gtm Prod Class Code Notes"
                ],
                "summary":"Create a Gtm Prod Class Code Note",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/productClassificationCodes.gtmProdClassCodeNotes"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/productClassificationCodes.gtmProdClassCodeNotes"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/productClassificationCodes.gtmProdClassCodeNotes"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/productClassificationCodes.gtmProdClassCodeNotes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"productClassificationCodes-{gtmProdClassCodeGid}-gtmProdClassCodeNotes-post",
                "x-filename-id":"productclassificationcodes-gtmprodclasscodegid-gtmprodclasscodenotes-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Product Classification Codes/Gtm Prod Class Code Notes"
                ],
                "summary":"Update Gtm Prod Class Code Notes",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"productClassificationCodes-{gtmProdClassCodeGid}-gtmProdClassCodeNotes-patch",
                "x-filename-id":"productclassificationcodes-gtmprodclasscodegid-gtmprodclasscodenotes-patch"
            }
        },
        "/productClassificationCodes/{gtmProdClassCodeGid}/gtmProdClassCodeNotes/{noteSequence}":{
            "parameters":[
                {
                    "name":"gtmProdClassCodeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"noteSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Product Classification Codes/Gtm Prod Class Code Notes"
                ],
                "summary":"Get a Gtm Prod Class Code Note",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/productClassificationCodes.gtmProdClassCodeNotes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"productClassificationCodes-{gtmProdClassCodeGid}-gtmProdClassCodeNotes-{noteSequence}-get",
                "x-filename-id":"productclassificationcodes-gtmprodclasscodegid-gtmprodclasscodenotes-notesequence-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Product Classification Codes/Gtm Prod Class Code Notes"
                ],
                "summary":"Delete a Gtm Prod Class Code Note",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"productClassificationCodes-{gtmProdClassCodeGid}-gtmProdClassCodeNotes-{noteSequence}-delete",
                "x-filename-id":"productclassificationcodes-gtmprodclasscodegid-gtmprodclasscodenotes-notesequence-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Product Classification Codes/Gtm Prod Class Code Notes"
                ],
                "summary":"Update a Gtm Prod Class Code Note",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"productClassificationCodes-{gtmProdClassCodeGid}-gtmProdClassCodeNotes-{noteSequence}-patch",
                "x-filename-id":"productclassificationcodes-gtmprodclasscodegid-gtmprodclasscodenotes-notesequence-patch"
            }
        },
        "/productClassificationCodes/{gtmProdClassCodeGid}/productClassificationPenaltyExemptMaps":{
            "parameters":[
                {
                    "name":"gtmProdClassCodeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Product Classification Codes/Product Classification Penalty Exempt Maps"
                ],
                "summary":"Get Product Classification Penalty Exempt Maps",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/productClassificationCodes.productClassificationPenaltyExemptMaps"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"productClassificationCodes-{gtmProdClassCodeGid}-productClassificationPenaltyExemptMaps-get",
                "x-filename-id":"productclassificationcodes-gtmprodclasscodegid-productclassificationpenaltyexemptmaps-get"
            },
            "post":{
                "tags":[
                    "Power Data/Product Classification Codes/Product Classification Penalty Exempt Maps"
                ],
                "summary":"Create a Product Classification Penalty Exempt Map",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/productClassificationCodes.productClassificationPenaltyExemptMaps"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/productClassificationCodes.productClassificationPenaltyExemptMaps"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/productClassificationCodes.productClassificationPenaltyExemptMaps"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/productClassificationCodes.productClassificationPenaltyExemptMaps"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"productClassificationCodes-{gtmProdClassCodeGid}-productClassificationPenaltyExemptMaps-post",
                "x-filename-id":"productclassificationcodes-gtmprodclasscodegid-productclassificationpenaltyexemptmaps-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Product Classification Codes/Product Classification Penalty Exempt Maps"
                ],
                "summary":"Update Product Classification Penalty Exempt Maps",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"productClassificationCodes-{gtmProdClassCodeGid}-productClassificationPenaltyExemptMaps-patch",
                "x-filename-id":"productclassificationcodes-gtmprodclasscodegid-productclassificationpenaltyexemptmaps-patch"
            }
        },
        "/productClassificationCodes/{gtmProdClassCodeGid}/productClassificationPenaltyExemptMaps/{penaltyClassCode}":{
            "parameters":[
                {
                    "name":"gtmProdClassCodeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"penaltyClassCode",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Product Classification Codes/Product Classification Penalty Exempt Maps"
                ],
                "summary":"Get a Product Classification Penalty Exempt Map",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/productClassificationCodes.productClassificationPenaltyExemptMaps"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"productClassificationCodes-{gtmProdClassCodeGid}-productClassificationPenaltyExemptMaps-{penaltyClassCode}-get",
                "x-filename-id":"productclassificationcodes-gtmprodclasscodegid-productclassificationpenaltyexemptmaps-penaltyclasscode-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Product Classification Codes/Product Classification Penalty Exempt Maps"
                ],
                "summary":"Delete a Product Classification Penalty Exempt Map",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"productClassificationCodes-{gtmProdClassCodeGid}-productClassificationPenaltyExemptMaps-{penaltyClassCode}-delete",
                "x-filename-id":"productclassificationcodes-gtmprodclasscodegid-productclassificationpenaltyexemptmaps-penaltyclasscode-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Product Classification Codes/Product Classification Penalty Exempt Maps"
                ],
                "summary":"Update a Product Classification Penalty Exempt Map",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"productClassificationCodes-{gtmProdClassCodeGid}-productClassificationPenaltyExemptMaps-{penaltyClassCode}-patch",
                "x-filename-id":"productclassificationcodes-gtmprodclasscodegid-productclassificationpenaltyexemptmaps-penaltyclasscode-patch"
            }
        },
        "/productClassificationCodes/{gtmProdClassCodeGid}/productClassificationPenaltyUnstacks":{
            "parameters":[
                {
                    "name":"gtmProdClassCodeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Product Classification Codes/Product Classification Penalty Unstacks"
                ],
                "summary":"Get Product Classification Penalty Unstacks",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/productClassificationCodes.productClassificationPenaltyUnstacks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"productClassificationCodes-{gtmProdClassCodeGid}-productClassificationPenaltyUnstacks-get",
                "x-filename-id":"productclassificationcodes-gtmprodclasscodegid-productclassificationpenaltyunstacks-get"
            },
            "post":{
                "tags":[
                    "Power Data/Product Classification Codes/Product Classification Penalty Unstacks"
                ],
                "summary":"Create a Product Classification Penalty Unstack",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/productClassificationCodes.productClassificationPenaltyUnstacks"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/productClassificationCodes.productClassificationPenaltyUnstacks"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/productClassificationCodes.productClassificationPenaltyUnstacks"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/productClassificationCodes.productClassificationPenaltyUnstacks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"productClassificationCodes-{gtmProdClassCodeGid}-productClassificationPenaltyUnstacks-post",
                "x-filename-id":"productclassificationcodes-gtmprodclasscodegid-productclassificationpenaltyunstacks-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Product Classification Codes/Product Classification Penalty Unstacks"
                ],
                "summary":"Update Product Classification Penalty Unstacks",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"productClassificationCodes-{gtmProdClassCodeGid}-productClassificationPenaltyUnstacks-patch",
                "x-filename-id":"productclassificationcodes-gtmprodclasscodegid-productclassificationpenaltyunstacks-patch"
            }
        },
        "/productClassificationCodes/{gtmProdClassCodeGid}/productClassificationPenaltyUnstacks/{exemptedByCode}":{
            "parameters":[
                {
                    "name":"gtmProdClassCodeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"exemptedByCode",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Product Classification Codes/Product Classification Penalty Unstacks"
                ],
                "summary":"Get a Product Classification Penalty Unstack",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/productClassificationCodes.productClassificationPenaltyUnstacks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"productClassificationCodes-{gtmProdClassCodeGid}-productClassificationPenaltyUnstacks-{exemptedByCode}-get",
                "x-filename-id":"productclassificationcodes-gtmprodclasscodegid-productclassificationpenaltyunstacks-exemptedbycode-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Product Classification Codes/Product Classification Penalty Unstacks"
                ],
                "summary":"Delete a Product Classification Penalty Unstack",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"productClassificationCodes-{gtmProdClassCodeGid}-productClassificationPenaltyUnstacks-{exemptedByCode}-delete",
                "x-filename-id":"productclassificationcodes-gtmprodclasscodegid-productclassificationpenaltyunstacks-exemptedbycode-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Product Classification Codes/Product Classification Penalty Unstacks"
                ],
                "summary":"Update a Product Classification Penalty Unstack",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"productClassificationCodes-{gtmProdClassCodeGid}-productClassificationPenaltyUnstacks-{exemptedByCode}-patch",
                "x-filename-id":"productclassificationcodes-gtmprodclasscodegid-productclassificationpenaltyunstacks-exemptedbycode-patch"
            }
        },
        "/transactionLineReferenceNumberQualifiers":{
            "get":{
                "tags":[
                    "Power Data/Transaction Line Reference Number Qualifiers"
                ],
                "summary":"Get Transaction Line Reference Number Qualifiers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/transactionLineReferenceNumberQualifiers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"transactionLineReferenceNumberQualifiers-get",
                "x-filename-id":"transactionlinereferencenumberqualifiers-get"
            },
            "post":{
                "tags":[
                    "Power Data/Transaction Line Reference Number Qualifiers"
                ],
                "summary":"Create a Transaction Line Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/transactionLineReferenceNumberQualifiers"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/transactionLineReferenceNumberQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"transactionLineReferenceNumberQualifiers-post",
                "x-filename-id":"transactionlinereferencenumberqualifiers-post"
            }
        },
        "/transactionLineReferenceNumberQualifiers/{gtmTranslineRefnumQualGid}":{
            "parameters":[
                {
                    "name":"gtmTranslineRefnumQualGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Transaction Line Reference Number Qualifiers"
                ],
                "summary":"Get a Transaction Line Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/transactionLineReferenceNumberQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"transactionLineReferenceNumberQualifiers-{gtmTranslineRefnumQualGid}-get",
                "x-filename-id":"transactionlinereferencenumberqualifiers-gtmtranslinerefnumqualgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Transaction Line Reference Number Qualifiers"
                ],
                "summary":"Delete a Transaction Line Reference Number Qualifier",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"transactionLineReferenceNumberQualifiers-{gtmTranslineRefnumQualGid}-delete",
                "x-filename-id":"transactionlinereferencenumberqualifiers-gtmtranslinerefnumqualgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Transaction Line Reference Number Qualifiers"
                ],
                "summary":"Update a Transaction Line Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"transactionLineReferenceNumberQualifiers-{gtmTranslineRefnumQualGid}-patch",
                "x-filename-id":"transactionlinereferencenumberqualifiers-gtmtranslinerefnumqualgid-patch"
            }
        },
        "/partnerItems":{
            "get":{
                "tags":[
                    "Business Objects/Partner Items"
                ],
                "summary":"Get Partner Items",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/partnerItems"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"partnerItems-get",
                "x-filename-id":"partneritems-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Partner Items"
                ],
                "summary":"Create a Partner Item",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/partnerItems"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/partnerItems"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"partnerItems-post",
                "x-filename-id":"partneritems-post"
            }
        },
        "/partnerItems/{partnerItemGid}":{
            "parameters":[
                {
                    "name":"partnerItemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Partner Items"
                ],
                "summary":"Get a Partner Item",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/partnerItems"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"partnerItems-{partnerItemGid}-get",
                "x-filename-id":"partneritems-partneritemgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Partner Items"
                ],
                "summary":"Delete a Partner Item",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"partnerItems-{partnerItemGid}-delete",
                "x-filename-id":"partneritems-partneritemgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Partner Items"
                ],
                "summary":"Update a Partner Item",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"partnerItems-{partnerItemGid}-patch",
                "x-filename-id":"partneritems-partneritemgid-patch"
            }
        },
        "/partnerItems/{partnerItemGid}/remarks":{
            "parameters":[
                {
                    "name":"partnerItemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Partner Items/Remarks"
                ],
                "summary":"Get Remarks",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/partnerItems.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"partnerItems-{partnerItemGid}-remarks-get",
                "x-filename-id":"partneritems-partneritemgid-remarks-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Partner Items/Remarks"
                ],
                "summary":"Create a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/partnerItems.remarks"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/partnerItems.remarks"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/partnerItems.remarks"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/partnerItems.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"partnerItems-{partnerItemGid}-remarks-post",
                "x-filename-id":"partneritems-partneritemgid-remarks-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Partner Items/Remarks"
                ],
                "summary":"Update Remarks",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"partnerItems-{partnerItemGid}-remarks-patch",
                "x-filename-id":"partneritems-partneritemgid-remarks-patch"
            }
        },
        "/partnerItems/{partnerItemGid}/remarks/{remarkSequence}":{
            "parameters":[
                {
                    "name":"partnerItemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"remarkSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Partner Items/Remarks"
                ],
                "summary":"Get a Remark",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/partnerItems.remarks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"partnerItems-{partnerItemGid}-remarks-{remarkSequence}-get",
                "x-filename-id":"partneritems-partneritemgid-remarks-remarksequence-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Partner Items/Remarks"
                ],
                "summary":"Delete a Remark",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"partnerItems-{partnerItemGid}-remarks-{remarkSequence}-delete",
                "x-filename-id":"partneritems-partneritemgid-remarks-remarksequence-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Partner Items/Remarks"
                ],
                "summary":"Update a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"partnerItems-{partnerItemGid}-remarks-{remarkSequence}-patch",
                "x-filename-id":"partneritems-partneritemgid-remarks-remarksequence-patch"
            }
        },
        "/partnerItems/{partnerItemGid}/refnums":{
            "parameters":[
                {
                    "name":"partnerItemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Partner Items/Reference Numbers"
                ],
                "summary":"Get Reference Numbers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/partnerItems.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"partnerItems-{partnerItemGid}-refnums-get",
                "x-filename-id":"partneritems-partneritemgid-refnums-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Partner Items/Reference Numbers"
                ],
                "summary":"Create a Reference Number",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/partnerItems.refnums"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/partnerItems.refnums"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/partnerItems.refnums"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/partnerItems.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"partnerItems-{partnerItemGid}-refnums-post",
                "x-filename-id":"partneritems-partneritemgid-refnums-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Partner Items/Reference Numbers"
                ],
                "summary":"Update Reference Numbers",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"partnerItems-{partnerItemGid}-refnums-patch",
                "x-filename-id":"partneritems-partneritemgid-refnums-patch"
            }
        },
        "/partnerItems/{partnerItemGid}/refnums/{partnerItemRefnumQualGidxrefnumValue}":{
            "parameters":[
                {
                    "name":"partnerItemGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"partnerItemRefnumQualGidxrefnumValue",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Partner Items/Reference Numbers"
                ],
                "summary":"Get a Reference Number",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/partnerItems.refnums"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"partnerItems-{partnerItemGid}-refnums-{partnerItemRefnumQualGidxrefnumValue}-get",
                "x-filename-id":"partneritems-partneritemgid-refnums-partneritemrefnumqualgidxrefnumvalue-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Partner Items/Reference Numbers"
                ],
                "summary":"Delete a Reference Number",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"partnerItems-{partnerItemGid}-refnums-{partnerItemRefnumQualGidxrefnumValue}-delete",
                "x-filename-id":"partneritems-partneritemgid-refnums-partneritemrefnumqualgidxrefnumvalue-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Partner Items/Reference Numbers"
                ],
                "summary":"Update a Reference Number",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"partnerItems-{partnerItemGid}-refnums-{partnerItemRefnumQualGidxrefnumValue}-patch",
                "x-filename-id":"partneritems-partneritemgid-refnums-partneritemrefnumqualgidxrefnumvalue-patch"
            }
        },
        "/campaignReferenceNumberQualifiers":{
            "get":{
                "tags":[
                    "Power Data/Campaign Reference Number Qualifiers"
                ],
                "summary":"Get Campaign Reference Number Qualifiers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/campaignReferenceNumberQualifiers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"campaignReferenceNumberQualifiers-get",
                "x-filename-id":"campaignreferencenumberqualifiers-get"
            },
            "post":{
                "tags":[
                    "Power Data/Campaign Reference Number Qualifiers"
                ],
                "summary":"Create a Campaign Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/campaignReferenceNumberQualifiers"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/campaignReferenceNumberQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"campaignReferenceNumberQualifiers-post",
                "x-filename-id":"campaignreferencenumberqualifiers-post"
            }
        },
        "/campaignReferenceNumberQualifiers/{gtmCampaignRefnumQualGid}":{
            "parameters":[
                {
                    "name":"gtmCampaignRefnumQualGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Campaign Reference Number Qualifiers"
                ],
                "summary":"Get a Campaign Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/campaignReferenceNumberQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"campaignReferenceNumberQualifiers-{gtmCampaignRefnumQualGid}-get",
                "x-filename-id":"campaignreferencenumberqualifiers-gtmcampaignrefnumqualgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Campaign Reference Number Qualifiers"
                ],
                "summary":"Delete a Campaign Reference Number Qualifier",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"campaignReferenceNumberQualifiers-{gtmCampaignRefnumQualGid}-delete",
                "x-filename-id":"campaignreferencenumberqualifiers-gtmcampaignrefnumqualgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Campaign Reference Number Qualifiers"
                ],
                "summary":"Update a Campaign Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"campaignReferenceNumberQualifiers-{gtmCampaignRefnumQualGid}-patch",
                "x-filename-id":"campaignreferencenumberqualifiers-gtmcampaignrefnumqualgid-patch"
            }
        },
        "/rateDistances":{
            "get":{
                "tags":[
                    "Power Data/Rate Distances"
                ],
                "summary":"Get Rate Distances",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/rateDistances"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateDistances-get",
                "x-filename-id":"ratedistances-get"
            },
            "post":{
                "tags":[
                    "Power Data/Rate Distances"
                ],
                "summary":"Create a Rate Distance",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/rateDistances"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateDistances"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateDistances-post",
                "x-filename-id":"ratedistances-post"
            }
        },
        "/rateDistances/{rateDistanceGid}":{
            "parameters":[
                {
                    "name":"rateDistanceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Rate Distances"
                ],
                "summary":"Get a Rate Distance",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateDistances"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateDistances-{rateDistanceGid}-get",
                "x-filename-id":"ratedistances-ratedistancegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Rate Distances"
                ],
                "summary":"Delete a Rate Distance",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rateDistances-{rateDistanceGid}-delete",
                "x-filename-id":"ratedistances-ratedistancegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Rate Distances"
                ],
                "summary":"Update a Rate Distance",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rateDistances-{rateDistanceGid}-patch",
                "x-filename-id":"ratedistances-ratedistancegid-patch"
            }
        },
        "/countyOverrides":{
            "get":{
                "tags":[
                    "Power Data/County Overrides"
                ],
                "summary":"Get County Overrides",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/countyOverrides"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"countyOverrides-get",
                "x-filename-id":"countyoverrides-get"
            },
            "post":{
                "tags":[
                    "Power Data/County Overrides"
                ],
                "summary":"Create a County Override",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/countyOverrides"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/countyOverrides"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"countyOverrides-post",
                "x-filename-id":"countyoverrides-post"
            }
        },
        "/countyOverrides/{countyOverrideGid}":{
            "parameters":[
                {
                    "name":"countyOverrideGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/County Overrides"
                ],
                "summary":"Get a County Override",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/countyOverrides"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"countyOverrides-{countyOverrideGid}-get",
                "x-filename-id":"countyoverrides-countyoverridegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/County Overrides"
                ],
                "summary":"Delete a County Override",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"countyOverrides-{countyOverrideGid}-delete",
                "x-filename-id":"countyoverrides-countyoverridegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/County Overrides"
                ],
                "summary":"Update a County Override",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"countyOverrides-{countyOverrideGid}-patch",
                "x-filename-id":"countyoverrides-countyoverridegid-patch"
            }
        },
        "/countyOverrides/{countyOverrideGid}/details":{
            "parameters":[
                {
                    "name":"countyOverrideGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/County Overrides/Details"
                ],
                "summary":"Get Details",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/countyOverrides.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"countyOverrides-{countyOverrideGid}-details-get",
                "x-filename-id":"countyoverrides-countyoverridegid-details-get"
            },
            "post":{
                "tags":[
                    "Power Data/County Overrides/Details"
                ],
                "summary":"Create a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/countyOverrides.details"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/countyOverrides.details"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/countyOverrides.details"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/countyOverrides.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"countyOverrides-{countyOverrideGid}-details-post",
                "x-filename-id":"countyoverrides-countyoverridegid-details-post"
            },
            "patch":{
                "tags":[
                    "Power Data/County Overrides/Details"
                ],
                "summary":"Update Details",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"countyOverrides-{countyOverrideGid}-details-patch",
                "x-filename-id":"countyoverrides-countyoverridegid-details-patch"
            }
        },
        "/countyOverrides/{countyOverrideGid}/details/{sequence}":{
            "parameters":[
                {
                    "name":"countyOverrideGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/County Overrides/Details"
                ],
                "summary":"Get a Detail",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/countyOverrides.details"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"countyOverrides-{countyOverrideGid}-details-{sequence}-get",
                "x-filename-id":"countyoverrides-countyoverridegid-details-sequence-get"
            },
            "delete":{
                "tags":[
                    "Power Data/County Overrides/Details"
                ],
                "summary":"Delete a Detail",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"countyOverrides-{countyOverrideGid}-details-{sequence}-delete",
                "x-filename-id":"countyoverrides-countyoverridegid-details-sequence-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/County Overrides/Details"
                ],
                "summary":"Update a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"countyOverrides-{countyOverrideGid}-details-{sequence}-patch",
                "x-filename-id":"countyoverrides-countyoverridegid-details-sequence-patch"
            }
        },
        "/quantityQualifiers":{
            "get":{
                "tags":[
                    "Power Data/Quantity Qualifiers"
                ],
                "summary":"Get Quantity Qualifiers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/quantityQualifiers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"quantityQualifiers-get",
                "x-filename-id":"quantityqualifiers-get"
            },
            "post":{
                "tags":[
                    "Power Data/Quantity Qualifiers"
                ],
                "summary":"Create a Quantity Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/quantityQualifiers"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/quantityQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"quantityQualifiers-post",
                "x-filename-id":"quantityqualifiers-post"
            }
        },
        "/quantityQualifiers/{gtmQuantityTypeGid}":{
            "parameters":[
                {
                    "name":"gtmQuantityTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Quantity Qualifiers"
                ],
                "summary":"Get a Quantity Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/quantityQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"quantityQualifiers-{gtmQuantityTypeGid}-get",
                "x-filename-id":"quantityqualifiers-gtmquantitytypegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Quantity Qualifiers"
                ],
                "summary":"Delete a Quantity Qualifier",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"quantityQualifiers-{gtmQuantityTypeGid}-delete",
                "x-filename-id":"quantityqualifiers-gtmquantitytypegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Quantity Qualifiers"
                ],
                "summary":"Update a Quantity Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"quantityQualifiers-{gtmQuantityTypeGid}-patch",
                "x-filename-id":"quantityqualifiers-gtmquantitytypegid-patch"
            }
        },
        "/custom-actions/multistopSavingsMatrix":{
            "post":{
                "tags":[
                    "Actions/Business Queries/Diagnostics"
                ],
                "summary":"Retrieve the multistop savings matrix",
                "description":"Given a bulk plan GID returns iterations of the candidate combined shipments with savings, plus the list of pairable shipment details.",
                "requestBody":{
                    "content":{
                        "application/json":{
                            "schema":{
                                "$ref":"#/components/schemas/MultistopSavingsMatrixRequest"
                            }
                        }
                    }
                },
                "responses":{
                    "200":{
                        "description":"The successful response containing iterations and shipments.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/MultistopSavingsMatrixResponse"
                                }
                            }
                        }
                    },
                    "400":{
                        "description":"Your request couldn't be processed because it contains missing or invalid information, such as a validation error on an input field, a missing required value, and so forth.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    },
                    "404":{
                        "description":"Your request includes a resource URI that doesn't exist.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"custom-actions-multistopSavingsMatrix-post",
                "x-filename-id":"custom-actions-multistopsavingsmatrix-post"
            }
        },
        "/accessorialCodeProfiles":{
            "get":{
                "tags":[
                    "Power Data/Accessorial Code Profiles"
                ],
                "summary":"Get Accessorial Code Profiles",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/accessorialCodeProfiles"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"accessorialCodeProfiles-get",
                "x-filename-id":"accessorialcodeprofiles-get"
            },
            "post":{
                "tags":[
                    "Power Data/Accessorial Code Profiles"
                ],
                "summary":"Create an Accessorial Code Profile",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/accessorialCodeProfiles"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/accessorialCodeProfiles"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"accessorialCodeProfiles-post",
                "x-filename-id":"accessorialcodeprofiles-post"
            }
        },
        "/accessorialCodeProfiles/{accessorialCodeProfileGid}":{
            "parameters":[
                {
                    "name":"accessorialCodeProfileGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Accessorial Code Profiles"
                ],
                "summary":"Get an Accessorial Code Profile",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/accessorialCodeProfiles"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"accessorialCodeProfiles-{accessorialCodeProfileGid}-get",
                "x-filename-id":"accessorialcodeprofiles-accessorialcodeprofilegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Accessorial Code Profiles"
                ],
                "summary":"Delete an Accessorial Code Profile",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"accessorialCodeProfiles-{accessorialCodeProfileGid}-delete",
                "x-filename-id":"accessorialcodeprofiles-accessorialcodeprofilegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Accessorial Code Profiles"
                ],
                "summary":"Update an Accessorial Code Profile",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"accessorialCodeProfiles-{accessorialCodeProfileGid}-patch",
                "x-filename-id":"accessorialcodeprofiles-accessorialcodeprofilegid-patch"
            }
        },
        "/accessorialCodeProfiles/{accessorialCodeProfileGid}/details":{
            "parameters":[
                {
                    "name":"accessorialCodeProfileGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Accessorial Code Profiles/Details"
                ],
                "summary":"Get Details",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/accessorialCodeProfiles.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"accessorialCodeProfiles-{accessorialCodeProfileGid}-details-get",
                "x-filename-id":"accessorialcodeprofiles-accessorialcodeprofilegid-details-get"
            },
            "post":{
                "tags":[
                    "Power Data/Accessorial Code Profiles/Details"
                ],
                "summary":"Create a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/accessorialCodeProfiles.details"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/accessorialCodeProfiles.details"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/accessorialCodeProfiles.details"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/accessorialCodeProfiles.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"accessorialCodeProfiles-{accessorialCodeProfileGid}-details-post",
                "x-filename-id":"accessorialcodeprofiles-accessorialcodeprofilegid-details-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Accessorial Code Profiles/Details"
                ],
                "summary":"Update Details",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"accessorialCodeProfiles-{accessorialCodeProfileGid}-details-patch",
                "x-filename-id":"accessorialcodeprofiles-accessorialcodeprofilegid-details-patch"
            }
        },
        "/accessorialCodeProfiles/{accessorialCodeProfileGid}/details/{accessorialCodeGid}":{
            "parameters":[
                {
                    "name":"accessorialCodeProfileGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"accessorialCodeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Accessorial Code Profiles/Details"
                ],
                "summary":"Get a Detail",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/accessorialCodeProfiles.details"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"accessorialCodeProfiles-{accessorialCodeProfileGid}-details-{accessorialCodeGid}-get",
                "x-filename-id":"accessorialcodeprofiles-accessorialcodeprofilegid-details-accessorialcodegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Accessorial Code Profiles/Details"
                ],
                "summary":"Delete a Detail",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"accessorialCodeProfiles-{accessorialCodeProfileGid}-details-{accessorialCodeGid}-delete",
                "x-filename-id":"accessorialcodeprofiles-accessorialcodeprofilegid-details-accessorialcodegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Accessorial Code Profiles/Details"
                ],
                "summary":"Update a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"accessorialCodeProfiles-{accessorialCodeProfileGid}-details-{accessorialCodeGid}-patch",
                "x-filename-id":"accessorialcodeprofiles-accessorialcodeprofilegid-details-accessorialcodegid-patch"
            }
        },
        "/compatibilityRules":{
            "get":{
                "tags":[
                    "Power Data/Compatibility Rules"
                ],
                "summary":"Get Compatibility Rules",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/compatibilityRules"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"compatibilityRules-get",
                "x-filename-id":"compatibilityrules-get"
            },
            "post":{
                "tags":[
                    "Power Data/Compatibility Rules"
                ],
                "summary":"Create a Compatibility Rule",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/compatibilityRules"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/compatibilityRules"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"compatibilityRules-post",
                "x-filename-id":"compatibilityrules-post"
            }
        },
        "/compatibilityRules/{compatRuleGid}":{
            "parameters":[
                {
                    "name":"compatRuleGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Compatibility Rules"
                ],
                "summary":"Get a Compatibility Rule",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/compatibilityRules"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"compatibilityRules-{compatRuleGid}-get",
                "x-filename-id":"compatibilityrules-compatrulegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Compatibility Rules"
                ],
                "summary":"Delete a Compatibility Rule",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"compatibilityRules-{compatRuleGid}-delete",
                "x-filename-id":"compatibilityrules-compatrulegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Compatibility Rules"
                ],
                "summary":"Update a Compatibility Rule",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"compatibilityRules-{compatRuleGid}-patch",
                "x-filename-id":"compatibilityrules-compatrulegid-patch"
            }
        },
        "/compatibilityRules/{compatRuleGid}/details":{
            "parameters":[
                {
                    "name":"compatRuleGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Compatibility Rules/Details"
                ],
                "summary":"Get Details",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/compatibilityRules.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"compatibilityRules-{compatRuleGid}-details-get",
                "x-filename-id":"compatibilityrules-compatrulegid-details-get"
            },
            "post":{
                "tags":[
                    "Power Data/Compatibility Rules/Details"
                ],
                "summary":"Create a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/compatibilityRules.details"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/compatibilityRules.details"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/compatibilityRules.details"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/compatibilityRules.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"compatibilityRules-{compatRuleGid}-details-post",
                "x-filename-id":"compatibilityrules-compatrulegid-details-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Compatibility Rules/Details"
                ],
                "summary":"Update Details",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"compatibilityRules-{compatRuleGid}-details-patch",
                "x-filename-id":"compatibilityrules-compatrulegid-details-patch"
            }
        },
        "/compatibilityRules/{compatRuleGid}/details/{sequenceNumber}":{
            "parameters":[
                {
                    "name":"compatRuleGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sequenceNumber",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Compatibility Rules/Details"
                ],
                "summary":"Get a Detail",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/compatibilityRules.details"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"compatibilityRules-{compatRuleGid}-details-{sequenceNumber}-get",
                "x-filename-id":"compatibilityrules-compatrulegid-details-sequencenumber-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Compatibility Rules/Details"
                ],
                "summary":"Delete a Detail",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"compatibilityRules-{compatRuleGid}-details-{sequenceNumber}-delete",
                "x-filename-id":"compatibilityrules-compatrulegid-details-sequencenumber-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Compatibility Rules/Details"
                ],
                "summary":"Update a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"compatibilityRules-{compatRuleGid}-details-{sequenceNumber}-patch",
                "x-filename-id":"compatibilityrules-compatrulegid-details-sequencenumber-patch"
            }
        },
        "/loadConfigSetups":{
            "get":{
                "tags":[
                    "Power Data/Load Configuration Setups"
                ],
                "summary":"Get Load Configuration Setups",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/loadConfigSetups"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"loadConfigSetups-get",
                "x-filename-id":"loadconfigsetups-get"
            },
            "post":{
                "tags":[
                    "Power Data/Load Configuration Setups"
                ],
                "summary":"Create a Load Configuration Setup",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/loadConfigSetups"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/loadConfigSetups"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"loadConfigSetups-post",
                "x-filename-id":"loadconfigsetups-post"
            }
        },
        "/loadConfigSetups/{loadConfigSetupGid}":{
            "parameters":[
                {
                    "name":"loadConfigSetupGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Load Configuration Setups"
                ],
                "summary":"Get a Load Configuration Setup",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/loadConfigSetups"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"loadConfigSetups-{loadConfigSetupGid}-get",
                "x-filename-id":"loadconfigsetups-loadconfigsetupgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Load Configuration Setups"
                ],
                "summary":"Delete a Load Configuration Setup",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"loadConfigSetups-{loadConfigSetupGid}-delete",
                "x-filename-id":"loadconfigsetups-loadconfigsetupgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Load Configuration Setups"
                ],
                "summary":"Update a Load Configuration Setup",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"loadConfigSetups-{loadConfigSetupGid}-patch",
                "x-filename-id":"loadconfigsetups-loadconfigsetupgid-patch"
            }
        },
        "/loadConfigSetups/{loadConfigSetupGid}/orientations":{
            "parameters":[
                {
                    "name":"loadConfigSetupGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Load Configuration Setups/Orientations"
                ],
                "summary":"Get Orientations",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/loadConfigSetups.orientations"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"loadConfigSetups-{loadConfigSetupGid}-orientations-get",
                "x-filename-id":"loadconfigsetups-loadconfigsetupgid-orientations-get"
            },
            "post":{
                "tags":[
                    "Power Data/Load Configuration Setups/Orientations"
                ],
                "summary":"Create an Orientation",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/loadConfigSetups.orientations"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/loadConfigSetups.orientations"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/loadConfigSetups.orientations"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/loadConfigSetups.orientations"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"loadConfigSetups-{loadConfigSetupGid}-orientations-post",
                "x-filename-id":"loadconfigsetups-loadconfigsetupgid-orientations-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Load Configuration Setups/Orientations"
                ],
                "summary":"Update Orientations",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"loadConfigSetups-{loadConfigSetupGid}-orientations-patch",
                "x-filename-id":"loadconfigsetups-loadconfigsetupgid-orientations-patch"
            }
        },
        "/loadConfigSetups/{loadConfigSetupGid}/orientations/{orientationGid}":{
            "parameters":[
                {
                    "name":"loadConfigSetupGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"orientationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Load Configuration Setups/Orientations"
                ],
                "summary":"Get an Orientation",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/loadConfigSetups.orientations"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"loadConfigSetups-{loadConfigSetupGid}-orientations-{orientationGid}-get",
                "x-filename-id":"loadconfigsetups-loadconfigsetupgid-orientations-orientationgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Load Configuration Setups/Orientations"
                ],
                "summary":"Delete an Orientation",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"loadConfigSetups-{loadConfigSetupGid}-orientations-{orientationGid}-delete",
                "x-filename-id":"loadconfigsetups-loadconfigsetupgid-orientations-orientationgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Load Configuration Setups/Orientations"
                ],
                "summary":"Update an Orientation",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"loadConfigSetups-{loadConfigSetupGid}-orientations-{orientationGid}-patch",
                "x-filename-id":"loadconfigsetups-loadconfigsetupgid-orientations-orientationgid-patch"
            }
        },
        "/rateRecordReferenceNumberQualifiers":{
            "get":{
                "tags":[
                    "Power Data/Rate Record Reference Number Qualifiers"
                ],
                "summary":"Get Rate Record Reference Number Qualifiers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/rateRecordReferenceNumberQualifiers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateRecordReferenceNumberQualifiers-get",
                "x-filename-id":"raterecordreferencenumberqualifiers-get"
            },
            "post":{
                "tags":[
                    "Power Data/Rate Record Reference Number Qualifiers"
                ],
                "summary":"Create a Rate Record Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/rateRecordReferenceNumberQualifiers"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateRecordReferenceNumberQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateRecordReferenceNumberQualifiers-post",
                "x-filename-id":"raterecordreferencenumberqualifiers-post"
            }
        },
        "/rateRecordReferenceNumberQualifiers/{rateGeoRefnumQualGid}":{
            "parameters":[
                {
                    "name":"rateGeoRefnumQualGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Rate Record Reference Number Qualifiers"
                ],
                "summary":"Get a Rate Record Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateRecordReferenceNumberQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateRecordReferenceNumberQualifiers-{rateGeoRefnumQualGid}-get",
                "x-filename-id":"raterecordreferencenumberqualifiers-rategeorefnumqualgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Rate Record Reference Number Qualifiers"
                ],
                "summary":"Delete a Rate Record Reference Number Qualifier",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rateRecordReferenceNumberQualifiers-{rateGeoRefnumQualGid}-delete",
                "x-filename-id":"raterecordreferencenumberqualifiers-rategeorefnumqualgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Rate Record Reference Number Qualifiers"
                ],
                "summary":"Update a Rate Record Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rateRecordReferenceNumberQualifiers-{rateGeoRefnumQualGid}-patch",
                "x-filename-id":"raterecordreferencenumberqualifiers-rategeorefnumqualgid-patch"
            }
        },
        "/orderBaseShipUnitContentReferenceNumberQualifiers":{
            "get":{
                "tags":[
                    "Power Data/Order Base Ship Unit Content Reference Number Qualifiers"
                ],
                "summary":"Get Order Base Ship Unit Content Reference Number Qualifiers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderBaseShipUnitContentReferenceNumberQualifiers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBaseShipUnitContentReferenceNumberQualifiers-get",
                "x-filename-id":"orderbaseshipunitcontentreferencenumberqualifiers-get"
            },
            "post":{
                "tags":[
                    "Power Data/Order Base Ship Unit Content Reference Number Qualifiers"
                ],
                "summary":"Create an Order Base Ship Unit Content Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/orderBaseShipUnitContentReferenceNumberQualifiers"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderBaseShipUnitContentReferenceNumberQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBaseShipUnitContentReferenceNumberQualifiers-post",
                "x-filename-id":"orderbaseshipunitcontentreferencenumberqualifiers-post"
            }
        },
        "/orderBaseShipUnitContentReferenceNumberQualifiers/{obSuContentRefnumQualGid}":{
            "parameters":[
                {
                    "name":"obSuContentRefnumQualGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Order Base Ship Unit Content Reference Number Qualifiers"
                ],
                "summary":"Get an Order Base Ship Unit Content Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderBaseShipUnitContentReferenceNumberQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBaseShipUnitContentReferenceNumberQualifiers-{obSuContentRefnumQualGid}-get",
                "x-filename-id":"orderbaseshipunitcontentreferencenumberqualifiers-obsucontentrefnumqualgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Order Base Ship Unit Content Reference Number Qualifiers"
                ],
                "summary":"Delete an Order Base Ship Unit Content Reference Number Qualifier",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBaseShipUnitContentReferenceNumberQualifiers-{obSuContentRefnumQualGid}-delete",
                "x-filename-id":"orderbaseshipunitcontentreferencenumberqualifiers-obsucontentrefnumqualgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Order Base Ship Unit Content Reference Number Qualifiers"
                ],
                "summary":"Update an Order Base Ship Unit Content Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBaseShipUnitContentReferenceNumberQualifiers-{obSuContentRefnumQualGid}-patch",
                "x-filename-id":"orderbaseshipunitcontentreferencenumberqualifiers-obsucontentrefnumqualgid-patch"
            }
        },
        "/campaignTypes":{
            "get":{
                "tags":[
                    "Power Data/Campaign Types"
                ],
                "summary":"Get Campaign Types",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/campaignTypes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"campaignTypes-get",
                "x-filename-id":"campaigntypes-get"
            },
            "post":{
                "tags":[
                    "Power Data/Campaign Types"
                ],
                "summary":"Create a Campaign Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/campaignTypes"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/campaignTypes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"campaignTypes-post",
                "x-filename-id":"campaigntypes-post"
            }
        },
        "/campaignTypes/{gtmCampaignTypeGid}":{
            "parameters":[
                {
                    "name":"gtmCampaignTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Campaign Types"
                ],
                "summary":"Get a Campaign Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/campaignTypes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"campaignTypes-{gtmCampaignTypeGid}-get",
                "x-filename-id":"campaigntypes-gtmcampaigntypegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Campaign Types"
                ],
                "summary":"Delete a Campaign Type",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"campaignTypes-{gtmCampaignTypeGid}-delete",
                "x-filename-id":"campaigntypes-gtmcampaigntypegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Campaign Types"
                ],
                "summary":"Update a Campaign Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"campaignTypes-{gtmCampaignTypeGid}-patch",
                "x-filename-id":"campaigntypes-gtmcampaigntypegid-patch"
            }
        },
        "/gtmAuditTrails":{
            "get":{
                "tags":[
                    "Power Data/Gtm Audit Trails"
                ],
                "summary":"Get Gtm Audit Trails",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/gtmAuditTrails"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"gtmAuditTrails-get",
                "x-filename-id":"gtmaudittrails-get"
            }
        },
        "/gtmAuditTrails/{gtmAuditTrailGid}":{
            "parameters":[
                {
                    "name":"gtmAuditTrailGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Gtm Audit Trails"
                ],
                "summary":"Get a Gtm Audit Trail",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/gtmAuditTrails"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"gtmAuditTrails-{gtmAuditTrailGid}-get",
                "x-filename-id":"gtmaudittrails-gtmaudittrailgid-get"
            }
        },
        "/gtmAuditTrails/{gtmAuditTrailGid}/attributes":{
            "parameters":[
                {
                    "name":"gtmAuditTrailGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Gtm Audit Trails/Attributes"
                ],
                "summary":"Get Attributes",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/gtmAuditTrails.attributes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"gtmAuditTrails-{gtmAuditTrailGid}-attributes-get",
                "x-filename-id":"gtmaudittrails-gtmaudittrailgid-attributes-get"
            }
        },
        "/gtmAuditTrails/{gtmAuditTrailGid}/attributes/{attributeIdxattributeValue}":{
            "parameters":[
                {
                    "name":"gtmAuditTrailGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"attributeIdxattributeValue",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Gtm Audit Trails/Attributes"
                ],
                "summary":"Get an Attribute",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/gtmAuditTrails.attributes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"gtmAuditTrails-{gtmAuditTrailGid}-attributes-{attributeIdxattributeValue}-get",
                "x-filename-id":"gtmaudittrails-gtmaudittrailgid-attributes-attributeidxattributevalue-get"
            }
        },
        "/tradeTransactionLines":{
            "get":{
                "tags":[
                    "Business Objects/Trade Transaction Lines"
                ],
                "summary":"Get Trade Transaction Lines",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionLines"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionLines-get",
                "x-filename-id":"tradetransactionlines-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Transaction Lines"
                ],
                "summary":"Create a Trade Transaction Line",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeTransactionLines"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionLines"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionLines-post",
                "x-filename-id":"tradetransactionlines-post"
            }
        },
        "/tradeTransactionLines/{gtmTransactionLineGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transaction Lines"
                ],
                "summary":"Get a Trade Transaction Line",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionLines"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionLines-{gtmTransactionLineGid}-get",
                "x-filename-id":"tradetransactionlines-gtmtransactionlinegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Transaction Lines"
                ],
                "summary":"Delete a Trade Transaction Line",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionLines-{gtmTransactionLineGid}-delete",
                "x-filename-id":"tradetransactionlines-gtmtransactionlinegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transaction Lines"
                ],
                "summary":"Update a Trade Transaction Line",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionLines-{gtmTransactionLineGid}-patch",
                "x-filename-id":"tradetransactionlines-gtmtransactionlinegid-patch"
            }
        },
        "/tradeTransactionLines/{gtmTransactionLineGid}/quantities":{
            "parameters":[
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transaction Lines/Quantities"
                ],
                "summary":"Get Quantities",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionLines.quantities"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionLines-{gtmTransactionLineGid}-quantities-get",
                "x-filename-id":"tradetransactionlines-gtmtransactionlinegid-quantities-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Transaction Lines/Quantities"
                ],
                "summary":"Create a Quantitie",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeTransactionLines.quantities"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradeTransactionLines.quantities"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionLines.quantities"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionLines.quantities"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionLines-{gtmTransactionLineGid}-quantities-post",
                "x-filename-id":"tradetransactionlines-gtmtransactionlinegid-quantities-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transaction Lines/Quantities"
                ],
                "summary":"Update Quantities",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionLines-{gtmTransactionLineGid}-quantities-patch",
                "x-filename-id":"tradetransactionlines-gtmtransactionlinegid-quantities-patch"
            }
        },
        "/tradeTransactionLines/{gtmTransactionLineGid}/quantities/{gtmTransLineQtySeqNo}":{
            "parameters":[
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransLineQtySeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transaction Lines/Quantities"
                ],
                "summary":"Get a Quantitie",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionLines.quantities"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionLines-{gtmTransactionLineGid}-quantities-{gtmTransLineQtySeqNo}-get",
                "x-filename-id":"tradetransactionlines-gtmtransactionlinegid-quantities-gtmtranslineqtyseqno-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Transaction Lines/Quantities"
                ],
                "summary":"Delete a Quantitie",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionLines-{gtmTransactionLineGid}-quantities-{gtmTransLineQtySeqNo}-delete",
                "x-filename-id":"tradetransactionlines-gtmtransactionlinegid-quantities-gtmtranslineqtyseqno-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transaction Lines/Quantities"
                ],
                "summary":"Update a Quantitie",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionLines-{gtmTransactionLineGid}-quantities-{gtmTransLineQtySeqNo}-patch",
                "x-filename-id":"tradetransactionlines-gtmtransactionlinegid-quantities-gtmtranslineqtyseqno-patch"
            }
        },
        "/tradeTransactionLines/{gtmTransactionLineGid}/values":{
            "parameters":[
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transaction Lines/Values"
                ],
                "summary":"Get Values",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionLines.values"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionLines-{gtmTransactionLineGid}-values-get",
                "x-filename-id":"tradetransactionlines-gtmtransactionlinegid-values-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Transaction Lines/Values"
                ],
                "summary":"Create a Value",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeTransactionLines.values"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradeTransactionLines.values"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionLines.values"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionLines.values"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionLines-{gtmTransactionLineGid}-values-post",
                "x-filename-id":"tradetransactionlines-gtmtransactionlinegid-values-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transaction Lines/Values"
                ],
                "summary":"Update Values",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionLines-{gtmTransactionLineGid}-values-patch",
                "x-filename-id":"tradetransactionlines-gtmtransactionlinegid-values-patch"
            }
        },
        "/tradeTransactionLines/{gtmTransactionLineGid}/values/{gtmValueQualifierGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmValueQualifierGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transaction Lines/Values"
                ],
                "summary":"Get a Value",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionLines.values"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionLines-{gtmTransactionLineGid}-values-{gtmValueQualifierGid}-get",
                "x-filename-id":"tradetransactionlines-gtmtransactionlinegid-values-gtmvaluequalifiergid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Transaction Lines/Values"
                ],
                "summary":"Delete a Value",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionLines-{gtmTransactionLineGid}-values-{gtmValueQualifierGid}-delete",
                "x-filename-id":"tradetransactionlines-gtmtransactionlinegid-values-gtmvaluequalifiergid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transaction Lines/Values"
                ],
                "summary":"Update a Value",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionLines-{gtmTransactionLineGid}-values-{gtmValueQualifierGid}-patch",
                "x-filename-id":"tradetransactionlines-gtmtransactionlinegid-values-gtmvaluequalifiergid-patch"
            }
        },
        "/tradeTransactionLines/{gtmTransactionLineGid}/values/{gtmValueQualifierGid}/valueDetails":{
            "parameters":[
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmValueQualifierGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transaction Lines/Values/Value Details"
                ],
                "summary":"Get Value Details",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionLines.values.valueDetails"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionLines-{gtmTransactionLineGid}-values-{gtmValueQualifierGid}-valueDetails-get",
                "x-filename-id":"tradetransactionlines-gtmtransactionlinegid-values-gtmvaluequalifiergid-valuedetails-get"
            }
        },
        "/tradeTransactionLines/{gtmTransactionLineGid}/values/{gtmValueQualifierGid}/valueDetails/{sequenceNo}":{
            "parameters":[
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmValueQualifierGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sequenceNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transaction Lines/Values/Value Details"
                ],
                "summary":"Get a Value Detail",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionLines.values.valueDetails"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionLines-{gtmTransactionLineGid}-values-{gtmValueQualifierGid}-valueDetails-{sequenceNo}-get",
                "x-filename-id":"tradetransactionlines-gtmtransactionlinegid-values-gtmvaluequalifiergid-valuedetails-sequenceno-get"
            }
        },
        "/tradeTransactionLines/{gtmTransactionLineGid}/percentageValues":{
            "parameters":[
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transaction Lines/Percentage Values"
                ],
                "summary":"Get Percentage Values",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionLines.percentageValues"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionLines-{gtmTransactionLineGid}-percentageValues-get",
                "x-filename-id":"tradetransactionlines-gtmtransactionlinegid-percentagevalues-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Transaction Lines/Percentage Values"
                ],
                "summary":"Create a Percentage Value",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeTransactionLines.percentageValues"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradeTransactionLines.percentageValues"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionLines.percentageValues"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionLines.percentageValues"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionLines-{gtmTransactionLineGid}-percentageValues-post",
                "x-filename-id":"tradetransactionlines-gtmtransactionlinegid-percentagevalues-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transaction Lines/Percentage Values"
                ],
                "summary":"Update Percentage Values",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionLines-{gtmTransactionLineGid}-percentageValues-patch",
                "x-filename-id":"tradetransactionlines-gtmtransactionlinegid-percentagevalues-patch"
            }
        },
        "/tradeTransactionLines/{gtmTransactionLineGid}/percentageValues/{gtmPercentageValueQualGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmPercentageValueQualGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transaction Lines/Percentage Values"
                ],
                "summary":"Get a Percentage Value",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionLines.percentageValues"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionLines-{gtmTransactionLineGid}-percentageValues-{gtmPercentageValueQualGid}-get",
                "x-filename-id":"tradetransactionlines-gtmtransactionlinegid-percentagevalues-gtmpercentagevaluequalgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Transaction Lines/Percentage Values"
                ],
                "summary":"Delete a Percentage Value",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionLines-{gtmTransactionLineGid}-percentageValues-{gtmPercentageValueQualGid}-delete",
                "x-filename-id":"tradetransactionlines-gtmtransactionlinegid-percentagevalues-gtmpercentagevaluequalgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transaction Lines/Percentage Values"
                ],
                "summary":"Update a Percentage Value",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionLines-{gtmTransactionLineGid}-percentageValues-{gtmPercentageValueQualGid}-patch",
                "x-filename-id":"tradetransactionlines-gtmtransactionlinegid-percentagevalues-gtmpercentagevaluequalgid-patch"
            }
        },
        "/tradeTransactionLines/{gtmTransactionLineGid}/textLinks":{
            "parameters":[
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transaction Lines/Text Links"
                ],
                "summary":"Get Text Links",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionLines.textLinks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionLines-{gtmTransactionLineGid}-textLinks-get",
                "x-filename-id":"tradetransactionlines-gtmtransactionlinegid-textlinks-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Transaction Lines/Text Links"
                ],
                "summary":"Create a Text Link",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeTransactionLines.textLinks"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradeTransactionLines.textLinks"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionLines.textLinks"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionLines.textLinks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionLines-{gtmTransactionLineGid}-textLinks-post",
                "x-filename-id":"tradetransactionlines-gtmtransactionlinegid-textlinks-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transaction Lines/Text Links"
                ],
                "summary":"Update Text Links",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionLines-{gtmTransactionLineGid}-textLinks-patch",
                "x-filename-id":"tradetransactionlines-gtmtransactionlinegid-textlinks-patch"
            }
        },
        "/tradeTransactionLines/{gtmTransactionLineGid}/textLinks/{gtmTransLineTextLinkGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransLineTextLinkGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transaction Lines/Text Links"
                ],
                "summary":"Get a Text Link",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionLines.textLinks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionLines-{gtmTransactionLineGid}-textLinks-{gtmTransLineTextLinkGid}-get",
                "x-filename-id":"tradetransactionlines-gtmtransactionlinegid-textlinks-gtmtranslinetextlinkgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Transaction Lines/Text Links"
                ],
                "summary":"Delete a Text Link",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionLines-{gtmTransactionLineGid}-textLinks-{gtmTransLineTextLinkGid}-delete",
                "x-filename-id":"tradetransactionlines-gtmtransactionlinegid-textlinks-gtmtranslinetextlinkgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transaction Lines/Text Links"
                ],
                "summary":"Update a Text Link",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionLines-{gtmTransactionLineGid}-textLinks-{gtmTransLineTextLinkGid}-patch",
                "x-filename-id":"tradetransactionlines-gtmtransactionlinegid-textlinks-gtmtranslinetextlinkgid-patch"
            }
        },
        "/tradeTransactionLines/{gtmTransactionLineGid}/statuses":{
            "parameters":[
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transaction Lines/Statuses"
                ],
                "summary":"Get Statuses",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionLines.statuses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionLines-{gtmTransactionLineGid}-statuses-get",
                "x-filename-id":"tradetransactionlines-gtmtransactionlinegid-statuses-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Transaction Lines/Statuses"
                ],
                "summary":"Create a Statuse",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeTransactionLines.statuses"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradeTransactionLines.statuses"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionLines.statuses"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionLines.statuses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionLines-{gtmTransactionLineGid}-statuses-post",
                "x-filename-id":"tradetransactionlines-gtmtransactionlinegid-statuses-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transaction Lines/Statuses"
                ],
                "summary":"Update Statuses",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionLines-{gtmTransactionLineGid}-statuses-patch",
                "x-filename-id":"tradetransactionlines-gtmtransactionlinegid-statuses-patch"
            }
        },
        "/tradeTransactionLines/{gtmTransactionLineGid}/statuses/{statusTypeGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"statusTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transaction Lines/Statuses"
                ],
                "summary":"Get a Statuse",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionLines.statuses"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionLines-{gtmTransactionLineGid}-statuses-{statusTypeGid}-get",
                "x-filename-id":"tradetransactionlines-gtmtransactionlinegid-statuses-statustypegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Transaction Lines/Statuses"
                ],
                "summary":"Delete a Statuse",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionLines-{gtmTransactionLineGid}-statuses-{statusTypeGid}-delete",
                "x-filename-id":"tradetransactionlines-gtmtransactionlinegid-statuses-statustypegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transaction Lines/Statuses"
                ],
                "summary":"Update a Statuse",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionLines-{gtmTransactionLineGid}-statuses-{statusTypeGid}-patch",
                "x-filename-id":"tradetransactionlines-gtmtransactionlinegid-statuses-statustypegid-patch"
            }
        },
        "/tradeTransactionLines/{gtmTransactionLineGid}/otherControls":{
            "parameters":[
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transaction Lines/Other Controls"
                ],
                "summary":"Get Other Controls",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionLines.otherControls"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionLines-{gtmTransactionLineGid}-otherControls-get",
                "x-filename-id":"tradetransactionlines-gtmtransactionlinegid-othercontrols-get"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transaction Lines/Other Controls"
                ],
                "summary":"Update Other Controls",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionLines-{gtmTransactionLineGid}-otherControls-patch",
                "x-filename-id":"tradetransactionlines-gtmtransactionlinegid-othercontrols-patch"
            }
        },
        "/tradeTransactionLines/{gtmTransactionLineGid}/otherControls/{gtmTrOtherControlGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTrOtherControlGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transaction Lines/Other Controls"
                ],
                "summary":"Get an Other Control",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionLines.otherControls"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionLines-{gtmTransactionLineGid}-otherControls-{gtmTrOtherControlGid}-get",
                "x-filename-id":"tradetransactionlines-gtmtransactionlinegid-othercontrols-gtmtrothercontrolgid-get"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transaction Lines/Other Controls"
                ],
                "summary":"Update an Other Control",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionLines-{gtmTransactionLineGid}-otherControls-{gtmTrOtherControlGid}-patch",
                "x-filename-id":"tradetransactionlines-gtmtransactionlinegid-othercontrols-gtmtrothercontrolgid-patch"
            }
        },
        "/tradeTransactionLines/{gtmTransactionLineGid}/remarks":{
            "parameters":[
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transaction Lines/Remarks"
                ],
                "summary":"Get Remarks",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionLines.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionLines-{gtmTransactionLineGid}-remarks-get",
                "x-filename-id":"tradetransactionlines-gtmtransactionlinegid-remarks-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Transaction Lines/Remarks"
                ],
                "summary":"Create a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeTransactionLines.remarks"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradeTransactionLines.remarks"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionLines.remarks"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionLines.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionLines-{gtmTransactionLineGid}-remarks-post",
                "x-filename-id":"tradetransactionlines-gtmtransactionlinegid-remarks-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transaction Lines/Remarks"
                ],
                "summary":"Update Remarks",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionLines-{gtmTransactionLineGid}-remarks-patch",
                "x-filename-id":"tradetransactionlines-gtmtransactionlinegid-remarks-patch"
            }
        },
        "/tradeTransactionLines/{gtmTransactionLineGid}/remarks/{remarkSequence}":{
            "parameters":[
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"remarkSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transaction Lines/Remarks"
                ],
                "summary":"Get a Remark",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionLines.remarks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionLines-{gtmTransactionLineGid}-remarks-{remarkSequence}-get",
                "x-filename-id":"tradetransactionlines-gtmtransactionlinegid-remarks-remarksequence-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Transaction Lines/Remarks"
                ],
                "summary":"Delete a Remark",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionLines-{gtmTransactionLineGid}-remarks-{remarkSequence}-delete",
                "x-filename-id":"tradetransactionlines-gtmtransactionlinegid-remarks-remarksequence-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transaction Lines/Remarks"
                ],
                "summary":"Update a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionLines-{gtmTransactionLineGid}-remarks-{remarkSequence}-patch",
                "x-filename-id":"tradetransactionlines-gtmtransactionlinegid-remarks-remarksequence-patch"
            }
        },
        "/tradeTransactionLines/{gtmTransactionLineGid}/licenses":{
            "parameters":[
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transaction Lines/Licenses"
                ],
                "summary":"Get Licenses",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionLines.licenses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionLines-{gtmTransactionLineGid}-licenses-get",
                "x-filename-id":"tradetransactionlines-gtmtransactionlinegid-licenses-get"
            }
        },
        "/tradeTransactionLines/{gtmTransactionLineGid}/licenses/{gtmTransLineLicenseSeq}":{
            "parameters":[
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransLineLicenseSeq",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transaction Lines/Licenses"
                ],
                "summary":"Get a License",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionLines.licenses"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionLines-{gtmTransactionLineGid}-licenses-{gtmTransLineLicenseSeq}-get",
                "x-filename-id":"tradetransactionlines-gtmtransactionlinegid-licenses-gtmtranslinelicenseseq-get"
            }
        },
        "/tradeTransactionLines/{gtmTransactionLineGid}/licenses/{gtmTransLineLicenseSeq}/tradeLicenses":{
            "parameters":[
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransLineLicenseSeq",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transaction Lines/Licenses/Trade Licenses"
                ],
                "summary":"Get Trade Licenses",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionLines.licenses.tradeLicenses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionLines-{gtmTransactionLineGid}-licenses-{gtmTransLineLicenseSeq}-tradeLicenses-get",
                "x-filename-id":"tradetransactionlines-gtmtransactionlinegid-licenses-gtmtranslinelicenseseq-tradelicenses-get"
            }
        },
        "/tradeTransactionLines/{gtmTransactionLineGid}/licenses/{gtmTransLineLicenseSeq}/tradeLicenses/{licenseGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransLineLicenseSeq",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"licenseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transaction Lines/Licenses/Trade Licenses"
                ],
                "summary":"Get a Trade License",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionLines.licenses.tradeLicenses"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionLines-{gtmTransactionLineGid}-licenses-{gtmTransLineLicenseSeq}-tradeLicenses-{licenseGid}-get",
                "x-filename-id":"tradetransactionlines-gtmtransactionlinegid-licenses-gtmtranslinelicenseseq-tradelicenses-licensegid-get"
            }
        },
        "/tradeTransactionLines/{gtmTransactionLineGid}/reqdClassifications":{
            "parameters":[
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transaction Lines/Reqd Classifications"
                ],
                "summary":"Get Reqd Classifications",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionLines.reqdClassifications"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionLines-{gtmTransactionLineGid}-reqdClassifications-get",
                "x-filename-id":"tradetransactionlines-gtmtransactionlinegid-reqdclassifications-get"
            }
        },
        "/tradeTransactionLines/{gtmTransactionLineGid}/reqdClassifications/{gtmProdClassTypeGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmProdClassTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transaction Lines/Reqd Classifications"
                ],
                "summary":"Get a Reqd Classification",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionLines.reqdClassifications"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionLines-{gtmTransactionLineGid}-reqdClassifications-{gtmProdClassTypeGid}-get",
                "x-filename-id":"tradetransactionlines-gtmtransactionlinegid-reqdclassifications-gtmprodclasstypegid-get"
            }
        },
        "/tradeTransactionLines/{gtmTransactionLineGid}/controlScreens":{
            "parameters":[
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transaction Lines/Control Screens"
                ],
                "summary":"Get Control Screens",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionLines.controlScreens"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionLines-{gtmTransactionLineGid}-controlScreens-get",
                "x-filename-id":"tradetransactionlines-gtmtransactionlinegid-controlscreens-get"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transaction Lines/Control Screens"
                ],
                "summary":"Update Control Screens",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionLines-{gtmTransactionLineGid}-controlScreens-patch",
                "x-filename-id":"tradetransactionlines-gtmtransactionlinegid-controlscreens-patch"
            }
        },
        "/tradeTransactionLines/{gtmTransactionLineGid}/controlScreens/{gtmTrControlScreenGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTrControlScreenGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transaction Lines/Control Screens"
                ],
                "summary":"Get a Control Screen",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionLines.controlScreens"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionLines-{gtmTransactionLineGid}-controlScreens-{gtmTrControlScreenGid}-get",
                "x-filename-id":"tradetransactionlines-gtmtransactionlinegid-controlscreens-gtmtrcontrolscreengid-get"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transaction Lines/Control Screens"
                ],
                "summary":"Update a Control Screen",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionLines-{gtmTransactionLineGid}-controlScreens-{gtmTrControlScreenGid}-patch",
                "x-filename-id":"tradetransactionlines-gtmtransactionlinegid-controlscreens-gtmtrcontrolscreengid-patch"
            }
        },
        "/tradeTransactionLines/{gtmTransactionLineGid}/reportQuantities":{
            "parameters":[
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transaction Lines/Report Quantities"
                ],
                "summary":"Get Report Quantities",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionLines.reportQuantities"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionLines-{gtmTransactionLineGid}-reportQuantities-get",
                "x-filename-id":"tradetransactionlines-gtmtransactionlinegid-reportquantities-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Transaction Lines/Report Quantities"
                ],
                "summary":"Create a Report Quantitie",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeTransactionLines.reportQuantities"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradeTransactionLines.reportQuantities"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionLines.reportQuantities"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionLines.reportQuantities"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionLines-{gtmTransactionLineGid}-reportQuantities-post",
                "x-filename-id":"tradetransactionlines-gtmtransactionlinegid-reportquantities-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transaction Lines/Report Quantities"
                ],
                "summary":"Update Report Quantities",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionLines-{gtmTransactionLineGid}-reportQuantities-patch",
                "x-filename-id":"tradetransactionlines-gtmtransactionlinegid-reportquantities-patch"
            }
        },
        "/tradeTransactionLines/{gtmTransactionLineGid}/reportQuantities/{gtlrqSeqNum}":{
            "parameters":[
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtlrqSeqNum",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transaction Lines/Report Quantities"
                ],
                "summary":"Get a Report Quantitie",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionLines.reportQuantities"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionLines-{gtmTransactionLineGid}-reportQuantities-{gtlrqSeqNum}-get",
                "x-filename-id":"tradetransactionlines-gtmtransactionlinegid-reportquantities-gtlrqseqnum-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Transaction Lines/Report Quantities"
                ],
                "summary":"Delete a Report Quantitie",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionLines-{gtmTransactionLineGid}-reportQuantities-{gtlrqSeqNum}-delete",
                "x-filename-id":"tradetransactionlines-gtmtransactionlinegid-reportquantities-gtlrqseqnum-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transaction Lines/Report Quantities"
                ],
                "summary":"Update a Report Quantitie",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionLines-{gtmTransactionLineGid}-reportQuantities-{gtlrqSeqNum}-patch",
                "x-filename-id":"tradetransactionlines-gtmtransactionlinegid-reportquantities-gtlrqseqnum-patch"
            }
        },
        "/tradeTransactionLines/{gtmTransactionLineGid}/notes":{
            "parameters":[
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transaction Lines/Notes"
                ],
                "summary":"Get Notes",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionLines.notes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionLines-{gtmTransactionLineGid}-notes-get",
                "x-filename-id":"tradetransactionlines-gtmtransactionlinegid-notes-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Transaction Lines/Notes"
                ],
                "summary":"Create a Note",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeTransactionLines.notes"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradeTransactionLines.notes"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionLines.notes"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionLines.notes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionLines-{gtmTransactionLineGid}-notes-post",
                "x-filename-id":"tradetransactionlines-gtmtransactionlinegid-notes-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transaction Lines/Notes"
                ],
                "summary":"Update Notes",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionLines-{gtmTransactionLineGid}-notes-patch",
                "x-filename-id":"tradetransactionlines-gtmtransactionlinegid-notes-patch"
            }
        },
        "/tradeTransactionLines/{gtmTransactionLineGid}/notes/{noteSequenceNo}":{
            "parameters":[
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"noteSequenceNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transaction Lines/Notes"
                ],
                "summary":"Get a Note",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionLines.notes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionLines-{gtmTransactionLineGid}-notes-{noteSequenceNo}-get",
                "x-filename-id":"tradetransactionlines-gtmtransactionlinegid-notes-notesequenceno-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Transaction Lines/Notes"
                ],
                "summary":"Delete a Note",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionLines-{gtmTransactionLineGid}-notes-{noteSequenceNo}-delete",
                "x-filename-id":"tradetransactionlines-gtmtransactionlinegid-notes-notesequenceno-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transaction Lines/Notes"
                ],
                "summary":"Update a Note",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionLines-{gtmTransactionLineGid}-notes-{noteSequenceNo}-patch",
                "x-filename-id":"tradetransactionlines-gtmtransactionlinegid-notes-notesequenceno-patch"
            }
        },
        "/tradeTransactionLines/{gtmTransactionLineGid}/codes":{
            "parameters":[
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transaction Lines/Codes"
                ],
                "summary":"Get Codes",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionLines.codes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionLines-{gtmTransactionLineGid}-codes-get",
                "x-filename-id":"tradetransactionlines-gtmtransactionlinegid-codes-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Transaction Lines/Codes"
                ],
                "summary":"Create a Code",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeTransactionLines.codes"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradeTransactionLines.codes"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionLines.codes"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionLines.codes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionLines-{gtmTransactionLineGid}-codes-post",
                "x-filename-id":"tradetransactionlines-gtmtransactionlinegid-codes-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transaction Lines/Codes"
                ],
                "summary":"Update Codes",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionLines-{gtmTransactionLineGid}-codes-patch",
                "x-filename-id":"tradetransactionlines-gtmtransactionlinegid-codes-patch"
            }
        },
        "/tradeTransactionLines/{gtmTransactionLineGid}/codes/{gtmTypeGidxgtmCode}":{
            "parameters":[
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTypeGidxgtmCode",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transaction Lines/Codes"
                ],
                "summary":"Get a Code",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionLines.codes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionLines-{gtmTransactionLineGid}-codes-{gtmTypeGidxgtmCode}-get",
                "x-filename-id":"tradetransactionlines-gtmtransactionlinegid-codes-gtmtypegidxgtmcode-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Transaction Lines/Codes"
                ],
                "summary":"Delete a Code",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionLines-{gtmTransactionLineGid}-codes-{gtmTypeGidxgtmCode}-delete",
                "x-filename-id":"tradetransactionlines-gtmtransactionlinegid-codes-gtmtypegidxgtmcode-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transaction Lines/Codes"
                ],
                "summary":"Update a Code",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionLines-{gtmTransactionLineGid}-codes-{gtmTypeGidxgtmCode}-patch",
                "x-filename-id":"tradetransactionlines-gtmtransactionlinegid-codes-gtmtypegidxgtmcode-patch"
            }
        },
        "/tradeTransactionLines/{gtmTransactionLineGid}/dates":{
            "parameters":[
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transaction Lines/Dates"
                ],
                "summary":"Get Dates",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionLines.dates"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionLines-{gtmTransactionLineGid}-dates-get",
                "x-filename-id":"tradetransactionlines-gtmtransactionlinegid-dates-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Transaction Lines/Dates"
                ],
                "summary":"Create a Date",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeTransactionLines.dates"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradeTransactionLines.dates"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionLines.dates"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionLines.dates"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionLines-{gtmTransactionLineGid}-dates-post",
                "x-filename-id":"tradetransactionlines-gtmtransactionlinegid-dates-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transaction Lines/Dates"
                ],
                "summary":"Update Dates",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionLines-{gtmTransactionLineGid}-dates-patch",
                "x-filename-id":"tradetransactionlines-gtmtransactionlinegid-dates-patch"
            }
        },
        "/tradeTransactionLines/{gtmTransactionLineGid}/dates/{dateQualifierGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"dateQualifierGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transaction Lines/Dates"
                ],
                "summary":"Get a Date",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionLines.dates"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionLines-{gtmTransactionLineGid}-dates-{dateQualifierGid}-get",
                "x-filename-id":"tradetransactionlines-gtmtransactionlinegid-dates-datequalifiergid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Transaction Lines/Dates"
                ],
                "summary":"Delete a Date",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionLines-{gtmTransactionLineGid}-dates-{dateQualifierGid}-delete",
                "x-filename-id":"tradetransactionlines-gtmtransactionlinegid-dates-datequalifiergid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transaction Lines/Dates"
                ],
                "summary":"Update a Date",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionLines-{gtmTransactionLineGid}-dates-{dateQualifierGid}-patch",
                "x-filename-id":"tradetransactionlines-gtmtransactionlinegid-dates-datequalifiergid-patch"
            }
        },
        "/tradeTransactionLines/{gtmTransactionLineGid}/partyScreens":{
            "parameters":[
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transaction Lines/Party Screens"
                ],
                "summary":"Get Party Screens",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionLines.partyScreens"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionLines-{gtmTransactionLineGid}-partyScreens-get",
                "x-filename-id":"tradetransactionlines-gtmtransactionlinegid-partyscreens-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Transaction Lines/Party Screens"
                ],
                "summary":"Create a Party Screen",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeTransactionLines.partyScreens"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradeTransactionLines.partyScreens"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionLines.partyScreens"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionLines.partyScreens"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionLines-{gtmTransactionLineGid}-partyScreens-post",
                "x-filename-id":"tradetransactionlines-gtmtransactionlinegid-partyscreens-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transaction Lines/Party Screens"
                ],
                "summary":"Update Party Screens",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionLines-{gtmTransactionLineGid}-partyScreens-patch",
                "x-filename-id":"tradetransactionlines-gtmtransactionlinegid-partyscreens-patch"
            }
        },
        "/tradeTransactionLines/{gtmTransactionLineGid}/partyScreens/{gtmTrPartyScreenGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTrPartyScreenGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transaction Lines/Party Screens"
                ],
                "summary":"Get a Party Screen",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionLines.partyScreens"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionLines-{gtmTransactionLineGid}-partyScreens-{gtmTrPartyScreenGid}-get",
                "x-filename-id":"tradetransactionlines-gtmtransactionlinegid-partyscreens-gtmtrpartyscreengid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Transaction Lines/Party Screens"
                ],
                "summary":"Delete a Party Screen",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionLines-{gtmTransactionLineGid}-partyScreens-{gtmTrPartyScreenGid}-delete",
                "x-filename-id":"tradetransactionlines-gtmtransactionlinegid-partyscreens-gtmtrpartyscreengid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transaction Lines/Party Screens"
                ],
                "summary":"Update a Party Screen",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionLines-{gtmTransactionLineGid}-partyScreens-{gtmTrPartyScreenGid}-patch",
                "x-filename-id":"tradetransactionlines-gtmtransactionlinegid-partyscreens-gtmtrpartyscreengid-patch"
            }
        },
        "/tradeTransactionLines/{gtmTransactionLineGid}/prodClassifications":{
            "parameters":[
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transaction Lines/Prod Classifications"
                ],
                "summary":"Get Prod Classifications",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionLines.prodClassifications"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionLines-{gtmTransactionLineGid}-prodClassifications-get",
                "x-filename-id":"tradetransactionlines-gtmtransactionlinegid-prodclassifications-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Transaction Lines/Prod Classifications"
                ],
                "summary":"Create a Prod Classification",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeTransactionLines.prodClassifications"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradeTransactionLines.prodClassifications"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionLines.prodClassifications"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionLines.prodClassifications"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionLines-{gtmTransactionLineGid}-prodClassifications-post",
                "x-filename-id":"tradetransactionlines-gtmtransactionlinegid-prodclassifications-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transaction Lines/Prod Classifications"
                ],
                "summary":"Update Prod Classifications",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionLines-{gtmTransactionLineGid}-prodClassifications-patch",
                "x-filename-id":"tradetransactionlines-gtmtransactionlinegid-prodclassifications-patch"
            }
        },
        "/tradeTransactionLines/{gtmTransactionLineGid}/prodClassifications/{gtmTrProdClassificationGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTrProdClassificationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transaction Lines/Prod Classifications"
                ],
                "summary":"Get a Prod Classification",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionLines.prodClassifications"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionLines-{gtmTransactionLineGid}-prodClassifications-{gtmTrProdClassificationGid}-get",
                "x-filename-id":"tradetransactionlines-gtmtransactionlinegid-prodclassifications-gtmtrprodclassificationgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Transaction Lines/Prod Classifications"
                ],
                "summary":"Delete a Prod Classification",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionLines-{gtmTransactionLineGid}-prodClassifications-{gtmTrProdClassificationGid}-delete",
                "x-filename-id":"tradetransactionlines-gtmtransactionlinegid-prodclassifications-gtmtrprodclassificationgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transaction Lines/Prod Classifications"
                ],
                "summary":"Update a Prod Classification",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionLines-{gtmTransactionLineGid}-prodClassifications-{gtmTrProdClassificationGid}-patch",
                "x-filename-id":"tradetransactionlines-gtmtransactionlinegid-prodclassifications-gtmtrprodclassificationgid-patch"
            }
        },
        "/tradeTransactionLines/{gtmTransactionLineGid}/involvedParties":{
            "parameters":[
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transaction Lines/Involved Parties"
                ],
                "summary":"Get Involved Parties",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionLines.involvedParties"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionLines-{gtmTransactionLineGid}-involvedParties-get",
                "x-filename-id":"tradetransactionlines-gtmtransactionlinegid-involvedparties-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Transaction Lines/Involved Parties"
                ],
                "summary":"Create an Involved Partie",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeTransactionLines.involvedParties"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradeTransactionLines.involvedParties"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionLines.involvedParties"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionLines.involvedParties"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionLines-{gtmTransactionLineGid}-involvedParties-post",
                "x-filename-id":"tradetransactionlines-gtmtransactionlinegid-involvedparties-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transaction Lines/Involved Parties"
                ],
                "summary":"Update Involved Parties",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionLines-{gtmTransactionLineGid}-involvedParties-patch",
                "x-filename-id":"tradetransactionlines-gtmtransactionlinegid-involvedparties-patch"
            }
        },
        "/tradeTransactionLines/{gtmTransactionLineGid}/involvedParties/{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transaction Lines/Involved Parties"
                ],
                "summary":"Get an Involved Partie",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionLines.involvedParties"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionLines-{gtmTransactionLineGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-get",
                "x-filename-id":"tradetransactionlines-gtmtransactionlinegid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Transaction Lines/Involved Parties"
                ],
                "summary":"Delete an Involved Partie",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionLines-{gtmTransactionLineGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-delete",
                "x-filename-id":"tradetransactionlines-gtmtransactionlinegid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transaction Lines/Involved Parties"
                ],
                "summary":"Update an Involved Partie",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionLines-{gtmTransactionLineGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-patch",
                "x-filename-id":"tradetransactionlines-gtmtransactionlinegid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-patch"
            }
        },
        "/tradeTransactionLines/{gtmTransactionLineGid}/sanctions":{
            "parameters":[
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transaction Lines/Sanctions"
                ],
                "summary":"Get Sanctions",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionLines.sanctions"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionLines-{gtmTransactionLineGid}-sanctions-get",
                "x-filename-id":"tradetransactionlines-gtmtransactionlinegid-sanctions-get"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transaction Lines/Sanctions"
                ],
                "summary":"Update Sanctions",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionLines-{gtmTransactionLineGid}-sanctions-patch",
                "x-filename-id":"tradetransactionlines-gtmtransactionlinegid-sanctions-patch"
            }
        },
        "/tradeTransactionLines/{gtmTransactionLineGid}/sanctions/{gtmTrSanctionGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTrSanctionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transaction Lines/Sanctions"
                ],
                "summary":"Get a Sanction",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionLines.sanctions"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionLines-{gtmTransactionLineGid}-sanctions-{gtmTrSanctionGid}-get",
                "x-filename-id":"tradetransactionlines-gtmtransactionlinegid-sanctions-gtmtrsanctiongid-get"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transaction Lines/Sanctions"
                ],
                "summary":"Update a Sanction",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionLines-{gtmTransactionLineGid}-sanctions-{gtmTrSanctionGid}-patch",
                "x-filename-id":"tradetransactionlines-gtmtransactionlinegid-sanctions-gtmtrsanctiongid-patch"
            }
        },
        "/tradeTransactionLines/{gtmTransactionLineGid}/reqdocLinks":{
            "parameters":[
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transaction Lines/Reqdoc Links"
                ],
                "summary":"Get Reqdoc Links",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionLines.reqdocLinks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionLines-{gtmTransactionLineGid}-reqdocLinks-get",
                "x-filename-id":"tradetransactionlines-gtmtransactionlinegid-reqdoclinks-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Transaction Lines/Reqdoc Links"
                ],
                "summary":"Create a Reqdoc Link",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeTransactionLines.reqdocLinks"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradeTransactionLines.reqdocLinks"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionLines.reqdocLinks"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionLines.reqdocLinks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionLines-{gtmTransactionLineGid}-reqdocLinks-post",
                "x-filename-id":"tradetransactionlines-gtmtransactionlinegid-reqdoclinks-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transaction Lines/Reqdoc Links"
                ],
                "summary":"Update Reqdoc Links",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionLines-{gtmTransactionLineGid}-reqdocLinks-patch",
                "x-filename-id":"tradetransactionlines-gtmtransactionlinegid-reqdoclinks-patch"
            }
        },
        "/tradeTransactionLines/{gtmTransactionLineGid}/reqdocLinks/{gtmTransLineReqdocLinkGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransLineReqdocLinkGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transaction Lines/Reqdoc Links"
                ],
                "summary":"Get a Reqdoc Link",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionLines.reqdocLinks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionLines-{gtmTransactionLineGid}-reqdocLinks-{gtmTransLineReqdocLinkGid}-get",
                "x-filename-id":"tradetransactionlines-gtmtransactionlinegid-reqdoclinks-gtmtranslinereqdoclinkgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Transaction Lines/Reqdoc Links"
                ],
                "summary":"Delete a Reqdoc Link",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionLines-{gtmTransactionLineGid}-reqdocLinks-{gtmTransLineReqdocLinkGid}-delete",
                "x-filename-id":"tradetransactionlines-gtmtransactionlinegid-reqdoclinks-gtmtranslinereqdoclinkgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transaction Lines/Reqdoc Links"
                ],
                "summary":"Update a Reqdoc Link",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionLines-{gtmTransactionLineGid}-reqdocLinks-{gtmTransLineReqdocLinkGid}-patch",
                "x-filename-id":"tradetransactionlines-gtmtransactionlinegid-reqdoclinks-gtmtranslinereqdoclinkgid-patch"
            }
        },
        "/tradeTransactionLines/{gtmTransactionLineGid}/refnums":{
            "parameters":[
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transaction Lines/Refnums"
                ],
                "summary":"Get Refnums",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionLines.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionLines-{gtmTransactionLineGid}-refnums-get",
                "x-filename-id":"tradetransactionlines-gtmtransactionlinegid-refnums-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Transaction Lines/Refnums"
                ],
                "summary":"Create a Refnum",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeTransactionLines.refnums"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradeTransactionLines.refnums"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionLines.refnums"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionLines.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionLines-{gtmTransactionLineGid}-refnums-post",
                "x-filename-id":"tradetransactionlines-gtmtransactionlinegid-refnums-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transaction Lines/Refnums"
                ],
                "summary":"Update Refnums",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionLines-{gtmTransactionLineGid}-refnums-patch",
                "x-filename-id":"tradetransactionlines-gtmtransactionlinegid-refnums-patch"
            }
        },
        "/tradeTransactionLines/{gtmTransactionLineGid}/refnums/{gtmTranslineRefnumQualGidxrefnumValue}":{
            "parameters":[
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTranslineRefnumQualGidxrefnumValue",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transaction Lines/Refnums"
                ],
                "summary":"Get a Refnum",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionLines.refnums"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionLines-{gtmTransactionLineGid}-refnums-{gtmTranslineRefnumQualGidxrefnumValue}-get",
                "x-filename-id":"tradetransactionlines-gtmtransactionlinegid-refnums-gtmtranslinerefnumqualgidxrefnumvalue-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Transaction Lines/Refnums"
                ],
                "summary":"Delete a Refnum",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionLines-{gtmTransactionLineGid}-refnums-{gtmTranslineRefnumQualGidxrefnumValue}-delete",
                "x-filename-id":"tradetransactionlines-gtmtransactionlinegid-refnums-gtmtranslinerefnumqualgidxrefnumvalue-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transaction Lines/Refnums"
                ],
                "summary":"Update a Refnum",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionLines-{gtmTransactionLineGid}-refnums-{gtmTranslineRefnumQualGidxrefnumValue}-patch",
                "x-filename-id":"tradetransactionlines-gtmtransactionlinegid-refnums-gtmtranslinerefnumqualgidxrefnumvalue-patch"
            }
        },
        "/packagingReferenceUnits":{
            "get":{
                "tags":[
                    "Power Data/Packaging Reference Units"
                ],
                "summary":"Get Packaging Reference Units",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/packagingReferenceUnits"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"packagingReferenceUnits-get",
                "x-filename-id":"packagingreferenceunits-get"
            },
            "post":{
                "tags":[
                    "Power Data/Packaging Reference Units"
                ],
                "summary":"Create a Packaging Reference Unit",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/packagingReferenceUnits"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/packagingReferenceUnits"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"packagingReferenceUnits-post",
                "x-filename-id":"packagingreferenceunits-post"
            }
        },
        "/packagingReferenceUnits/{packagingReferenceUnitGid}":{
            "parameters":[
                {
                    "name":"packagingReferenceUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Packaging Reference Units"
                ],
                "summary":"Get a Packaging Reference Unit",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/packagingReferenceUnits"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"packagingReferenceUnits-{packagingReferenceUnitGid}-get",
                "x-filename-id":"packagingreferenceunits-packagingreferenceunitgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Packaging Reference Units"
                ],
                "summary":"Delete a Packaging Reference Unit",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"packagingReferenceUnits-{packagingReferenceUnitGid}-delete",
                "x-filename-id":"packagingreferenceunits-packagingreferenceunitgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Packaging Reference Units"
                ],
                "summary":"Update a Packaging Reference Unit",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"packagingReferenceUnits-{packagingReferenceUnitGid}-patch",
                "x-filename-id":"packagingreferenceunits-packagingreferenceunitgid-patch"
            }
        },
        "/hazmatExternalDistanceEngineMappings":{
            "get":{
                "tags":[
                    "Power Data/Hazmat External Distance Engine Mappings"
                ],
                "summary":"Get Hazmat External Distance Engine Mappings",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/hazmatExternalDistanceEngineMappings"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"hazmatExternalDistanceEngineMappings-get",
                "x-filename-id":"hazmatexternaldistanceenginemappings-get"
            },
            "post":{
                "tags":[
                    "Power Data/Hazmat External Distance Engine Mappings"
                ],
                "summary":"Create a Hazmat External Distance Engine Mapping",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/hazmatExternalDistanceEngineMappings"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/hazmatExternalDistanceEngineMappings"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"hazmatExternalDistanceEngineMappings-post",
                "x-filename-id":"hazmatexternaldistanceenginemappings-post"
            }
        },
        "/hazmatExternalDistanceEngineMappings/{hazmatEdeMappingSeqNo}":{
            "parameters":[
                {
                    "name":"hazmatEdeMappingSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Hazmat External Distance Engine Mappings"
                ],
                "summary":"Get a Hazmat External Distance Engine Mapping",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/hazmatExternalDistanceEngineMappings"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"hazmatExternalDistanceEngineMappings-{hazmatEdeMappingSeqNo}-get",
                "x-filename-id":"hazmatexternaldistanceenginemappings-hazmatedemappingseqno-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Hazmat External Distance Engine Mappings"
                ],
                "summary":"Delete a Hazmat External Distance Engine Mapping",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"hazmatExternalDistanceEngineMappings-{hazmatEdeMappingSeqNo}-delete",
                "x-filename-id":"hazmatexternaldistanceenginemappings-hazmatedemappingseqno-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Hazmat External Distance Engine Mappings"
                ],
                "summary":"Update a Hazmat External Distance Engine Mapping",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"hazmatExternalDistanceEngineMappings-{hazmatEdeMappingSeqNo}-patch",
                "x-filename-id":"hazmatexternaldistanceenginemappings-hazmatedemappingseqno-patch"
            }
        },
        "/invoiceStopReasons":{
            "get":{
                "tags":[
                    "Power Data/Invoice Stop Reasons"
                ],
                "summary":"Get Invoice Stop Reasons",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/invoiceStopReasons"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"invoiceStopReasons-get",
                "x-filename-id":"invoicestopreasons-get"
            },
            "post":{
                "tags":[
                    "Power Data/Invoice Stop Reasons"
                ],
                "summary":"Create an Invoice Stop Reason",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/invoiceStopReasons"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/invoiceStopReasons"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"invoiceStopReasons-post",
                "x-filename-id":"invoicestopreasons-post"
            }
        },
        "/invoiceStopReasons/{invoiceStopReasonGid}":{
            "parameters":[
                {
                    "name":"invoiceStopReasonGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Invoice Stop Reasons"
                ],
                "summary":"Get an Invoice Stop Reason",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/invoiceStopReasons"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"invoiceStopReasons-{invoiceStopReasonGid}-get",
                "x-filename-id":"invoicestopreasons-invoicestopreasongid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Invoice Stop Reasons"
                ],
                "summary":"Delete an Invoice Stop Reason",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"invoiceStopReasons-{invoiceStopReasonGid}-delete",
                "x-filename-id":"invoicestopreasons-invoicestopreasongid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Invoice Stop Reasons"
                ],
                "summary":"Update an Invoice Stop Reason",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"invoiceStopReasons-{invoiceStopReasonGid}-patch",
                "x-filename-id":"invoicestopreasons-invoicestopreasongid-patch"
            }
        },
        "/regionGroups":{
            "get":{
                "tags":[
                    "Power Data/Region Groups"
                ],
                "summary":"Get Region Groups",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/regionGroups"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"regionGroups-get",
                "x-filename-id":"regiongroups-get"
            },
            "post":{
                "tags":[
                    "Power Data/Region Groups"
                ],
                "summary":"Create a Region Group",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/regionGroups"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/regionGroups"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"regionGroups-post",
                "x-filename-id":"regiongroups-post"
            }
        },
        "/regionGroups/{regionGroupGid}":{
            "parameters":[
                {
                    "name":"regionGroupGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Region Groups"
                ],
                "summary":"Get a Region Group",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/regionGroups"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"regionGroups-{regionGroupGid}-get",
                "x-filename-id":"regiongroups-regiongroupgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Region Groups"
                ],
                "summary":"Delete a Region Group",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"regionGroups-{regionGroupGid}-delete",
                "x-filename-id":"regiongroups-regiongroupgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Region Groups"
                ],
                "summary":"Update a Region Group",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"regionGroups-{regionGroupGid}-patch",
                "x-filename-id":"regiongroups-regiongroupgid-patch"
            }
        },
        "/regionGroups/{regionGroupGid}/details":{
            "parameters":[
                {
                    "name":"regionGroupGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Region Groups/Details"
                ],
                "summary":"Get Details",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/regionGroups.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"regionGroups-{regionGroupGid}-details-get",
                "x-filename-id":"regiongroups-regiongroupgid-details-get"
            },
            "post":{
                "tags":[
                    "Power Data/Region Groups/Details"
                ],
                "summary":"Create a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/regionGroups.details"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/regionGroups.details"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/regionGroups.details"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/regionGroups.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"regionGroups-{regionGroupGid}-details-post",
                "x-filename-id":"regiongroups-regiongroupgid-details-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Region Groups/Details"
                ],
                "summary":"Update Details",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"regionGroups-{regionGroupGid}-details-patch",
                "x-filename-id":"regiongroups-regiongroupgid-details-patch"
            }
        },
        "/regionGroups/{regionGroupGid}/details/{regionGid}":{
            "parameters":[
                {
                    "name":"regionGroupGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"regionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Region Groups/Details"
                ],
                "summary":"Get a Detail",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/regionGroups.details"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"regionGroups-{regionGroupGid}-details-{regionGid}-get",
                "x-filename-id":"regiongroups-regiongroupgid-details-regiongid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Region Groups/Details"
                ],
                "summary":"Delete a Detail",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"regionGroups-{regionGroupGid}-details-{regionGid}-delete",
                "x-filename-id":"regiongroups-regiongroupgid-details-regiongid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Region Groups/Details"
                ],
                "summary":"Update a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"regionGroups-{regionGroupGid}-details-{regionGid}-patch",
                "x-filename-id":"regiongroups-regiongroupgid-details-regiongid-patch"
            }
        },
        "/equipmentMarkLists":{
            "get":{
                "tags":[
                    "Power Data/Equipment Mark Lists"
                ],
                "summary":"Get Equipment Mark Lists",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/equipmentMarkLists"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"equipmentMarkLists-get",
                "x-filename-id":"equipmentmarklists-get"
            },
            "post":{
                "tags":[
                    "Power Data/Equipment Mark Lists"
                ],
                "summary":"Create an Equipment Mark List",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/equipmentMarkLists"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/equipmentMarkLists"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"equipmentMarkLists-post",
                "x-filename-id":"equipmentmarklists-post"
            }
        },
        "/equipmentMarkLists/{equipmentMarkListGid}":{
            "parameters":[
                {
                    "name":"equipmentMarkListGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Equipment Mark Lists"
                ],
                "summary":"Get an Equipment Mark List",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/equipmentMarkLists"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"equipmentMarkLists-{equipmentMarkListGid}-get",
                "x-filename-id":"equipmentmarklists-equipmentmarklistgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Equipment Mark Lists"
                ],
                "summary":"Delete an Equipment Mark List",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"equipmentMarkLists-{equipmentMarkListGid}-delete",
                "x-filename-id":"equipmentmarklists-equipmentmarklistgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Equipment Mark Lists"
                ],
                "summary":"Update an Equipment Mark List",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"equipmentMarkLists-{equipmentMarkListGid}-patch",
                "x-filename-id":"equipmentmarklists-equipmentmarklistgid-patch"
            }
        },
        "/equipmentMarkLists/{equipmentMarkListGid}/details":{
            "parameters":[
                {
                    "name":"equipmentMarkListGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Equipment Mark Lists/Details"
                ],
                "summary":"Get Details",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/equipmentMarkLists.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"equipmentMarkLists-{equipmentMarkListGid}-details-get",
                "x-filename-id":"equipmentmarklists-equipmentmarklistgid-details-get"
            },
            "post":{
                "tags":[
                    "Power Data/Equipment Mark Lists/Details"
                ],
                "summary":"Create a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/equipmentMarkLists.details"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/equipmentMarkLists.details"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/equipmentMarkLists.details"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/equipmentMarkLists.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"equipmentMarkLists-{equipmentMarkListGid}-details-post",
                "x-filename-id":"equipmentmarklists-equipmentmarklistgid-details-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Equipment Mark Lists/Details"
                ],
                "summary":"Update Details",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"equipmentMarkLists-{equipmentMarkListGid}-details-patch",
                "x-filename-id":"equipmentmarklists-equipmentmarklistgid-details-patch"
            }
        },
        "/equipmentMarkLists/{equipmentMarkListGid}/details/{equipmentMarkGid}":{
            "parameters":[
                {
                    "name":"equipmentMarkListGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"equipmentMarkGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Equipment Mark Lists/Details"
                ],
                "summary":"Get a Detail",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/equipmentMarkLists.details"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"equipmentMarkLists-{equipmentMarkListGid}-details-{equipmentMarkGid}-get",
                "x-filename-id":"equipmentmarklists-equipmentmarklistgid-details-equipmentmarkgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Equipment Mark Lists/Details"
                ],
                "summary":"Delete a Detail",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"equipmentMarkLists-{equipmentMarkListGid}-details-{equipmentMarkGid}-delete",
                "x-filename-id":"equipmentmarklists-equipmentmarklistgid-details-equipmentmarkgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Equipment Mark Lists/Details"
                ],
                "summary":"Update a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"equipmentMarkLists-{equipmentMarkListGid}-details-{equipmentMarkGid}-patch",
                "x-filename-id":"equipmentmarklists-equipmentmarklistgid-details-equipmentmarkgid-patch"
            }
        },
        "/claimLineItemReferenceNumberQualifiers":{
            "get":{
                "tags":[
                    "Power Data/Claim Line Item Claim Reference Number Qualifiers"
                ],
                "summary":"Get Claim Line Item Claim Reference Number Qualifiers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/claimLineItemReferenceNumberQualifiers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"claimLineItemReferenceNumberQualifiers-get",
                "x-filename-id":"claimlineitemreferencenumberqualifiers-get"
            },
            "post":{
                "tags":[
                    "Power Data/Claim Line Item Claim Reference Number Qualifiers"
                ],
                "summary":"Create a Claim Line Item Claim Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/claimLineItemReferenceNumberQualifiers"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/claimLineItemReferenceNumberQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"claimLineItemReferenceNumberQualifiers-post",
                "x-filename-id":"claimlineitemreferencenumberqualifiers-post"
            }
        },
        "/claimLineItemReferenceNumberQualifiers/{claimLiRefnumQualGid}":{
            "parameters":[
                {
                    "name":"claimLiRefnumQualGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Claim Line Item Claim Reference Number Qualifiers"
                ],
                "summary":"Get a Claim Line Item Claim Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/claimLineItemReferenceNumberQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"claimLineItemReferenceNumberQualifiers-{claimLiRefnumQualGid}-get",
                "x-filename-id":"claimlineitemreferencenumberqualifiers-claimlirefnumqualgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Claim Line Item Claim Reference Number Qualifiers"
                ],
                "summary":"Delete a Claim Line Item Claim Reference Number Qualifier",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"claimLineItemReferenceNumberQualifiers-{claimLiRefnumQualGid}-delete",
                "x-filename-id":"claimlineitemreferencenumberqualifiers-claimlirefnumqualgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Claim Line Item Claim Reference Number Qualifiers"
                ],
                "summary":"Update a Claim Line Item Claim Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"claimLineItemReferenceNumberQualifiers-{claimLiRefnumQualGid}-patch",
                "x-filename-id":"claimlineitemreferencenumberqualifiers-claimlirefnumqualgid-patch"
            }
        },
        "/tradePreferences":{
            "get":{
                "tags":[
                    "Power Data/Trade Preferences"
                ],
                "summary":"Get Trade Preferences",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradePreferences"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradePreferences-get",
                "x-filename-id":"tradepreferences-get"
            },
            "post":{
                "tags":[
                    "Power Data/Trade Preferences"
                ],
                "summary":"Create a Trade Preference",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradePreferences"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradePreferences"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradePreferences-post",
                "x-filename-id":"tradepreferences-post"
            }
        },
        "/tradePreferences/{gtmTradePreferenceGid}":{
            "parameters":[
                {
                    "name":"gtmTradePreferenceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Trade Preferences"
                ],
                "summary":"Get a Trade Preference",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradePreferences"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradePreferences-{gtmTradePreferenceGid}-get",
                "x-filename-id":"tradepreferences-gtmtradepreferencegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Trade Preferences"
                ],
                "summary":"Delete a Trade Preference",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradePreferences-{gtmTradePreferenceGid}-delete",
                "x-filename-id":"tradepreferences-gtmtradepreferencegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Trade Preferences"
                ],
                "summary":"Update a Trade Preference",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradePreferences-{gtmTradePreferenceGid}-patch",
                "x-filename-id":"tradepreferences-gtmtradepreferencegid-patch"
            }
        },
        "/junctionCodes":{
            "get":{
                "tags":[
                    "Power Data/Junction Codes"
                ],
                "summary":"Get Junction Codes",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/junctionCodes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"junctionCodes-get",
                "x-filename-id":"junctioncodes-get"
            },
            "post":{
                "tags":[
                    "Power Data/Junction Codes"
                ],
                "summary":"Create a Junction Code",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/junctionCodes"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/junctionCodes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"junctionCodes-post",
                "x-filename-id":"junctioncodes-post"
            }
        },
        "/junctionCodes/{junctionCodeGid}":{
            "parameters":[
                {
                    "name":"junctionCodeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Junction Codes"
                ],
                "summary":"Get a Junction Code",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/junctionCodes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"junctionCodes-{junctionCodeGid}-get",
                "x-filename-id":"junctioncodes-junctioncodegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Junction Codes"
                ],
                "summary":"Delete a Junction Code",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"junctionCodes-{junctionCodeGid}-delete",
                "x-filename-id":"junctioncodes-junctioncodegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Junction Codes"
                ],
                "summary":"Update a Junction Code",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"junctionCodes-{junctionCodeGid}-patch",
                "x-filename-id":"junctioncodes-junctioncodegid-patch"
            }
        },
        "/orderBaseReferenceNumberQualifiers":{
            "get":{
                "tags":[
                    "Power Data/Order Base Reference Number Qualifiers"
                ],
                "summary":"Get Order Base Reference Number Qualifiers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/orderBaseReferenceNumberQualifiers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBaseReferenceNumberQualifiers-get",
                "x-filename-id":"orderbasereferencenumberqualifiers-get"
            },
            "post":{
                "tags":[
                    "Power Data/Order Base Reference Number Qualifiers"
                ],
                "summary":"Create an Order Base Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/orderBaseReferenceNumberQualifiers"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderBaseReferenceNumberQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBaseReferenceNumberQualifiers-post",
                "x-filename-id":"orderbasereferencenumberqualifiers-post"
            }
        },
        "/orderBaseReferenceNumberQualifiers/{obRefnumQualGid}":{
            "parameters":[
                {
                    "name":"obRefnumQualGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Order Base Reference Number Qualifiers"
                ],
                "summary":"Get an Order Base Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/orderBaseReferenceNumberQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"orderBaseReferenceNumberQualifiers-{obRefnumQualGid}-get",
                "x-filename-id":"orderbasereferencenumberqualifiers-obrefnumqualgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Order Base Reference Number Qualifiers"
                ],
                "summary":"Delete an Order Base Reference Number Qualifier",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBaseReferenceNumberQualifiers-{obRefnumQualGid}-delete",
                "x-filename-id":"orderbasereferencenumberqualifiers-obrefnumqualgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Order Base Reference Number Qualifiers"
                ],
                "summary":"Update an Order Base Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"orderBaseReferenceNumberQualifiers-{obRefnumQualGid}-patch",
                "x-filename-id":"orderbasereferencenumberqualifiers-obrefnumqualgid-patch"
            }
        },
        "/userMenuLayouts":{
            "get":{
                "tags":[
                    "Power Data/User Menu Layouts"
                ],
                "summary":"Get User Menu Layouts",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/userMenuLayouts"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"userMenuLayouts-get",
                "x-filename-id":"usermenulayouts-get"
            },
            "post":{
                "tags":[
                    "Power Data/User Menu Layouts"
                ],
                "summary":"Create an User Menu Layout",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/userMenuLayouts"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/userMenuLayouts"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"userMenuLayouts-post",
                "x-filename-id":"usermenulayouts-post"
            }
        },
        "/userMenuLayouts/{userMenuLayoutGid}":{
            "parameters":[
                {
                    "name":"userMenuLayoutGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/User Menu Layouts"
                ],
                "summary":"Get an User Menu Layout",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/userMenuLayouts"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"userMenuLayouts-{userMenuLayoutGid}-get",
                "x-filename-id":"usermenulayouts-usermenulayoutgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/User Menu Layouts"
                ],
                "summary":"Delete an User Menu Layout",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"userMenuLayouts-{userMenuLayoutGid}-delete",
                "x-filename-id":"usermenulayouts-usermenulayoutgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/User Menu Layouts"
                ],
                "summary":"Update an User Menu Layout",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"userMenuLayouts-{userMenuLayoutGid}-patch",
                "x-filename-id":"usermenulayouts-usermenulayoutgid-patch"
            }
        },
        "/hazmatPackageTypes":{
            "get":{
                "tags":[
                    "Power Data/Hazmat Package Type"
                ],
                "summary":"Get Hazmat Package Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/hazmatPackageTypes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"hazmatPackageTypes-get",
                "x-filename-id":"hazmatpackagetypes-get"
            },
            "post":{
                "tags":[
                    "Power Data/Hazmat Package Type"
                ],
                "summary":"Create a Hazmat Package Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/hazmatPackageTypes"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/hazmatPackageTypes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"hazmatPackageTypes-post",
                "x-filename-id":"hazmatpackagetypes-post"
            }
        },
        "/hazmatPackageTypes/{hazmatPackageTypeGid}":{
            "parameters":[
                {
                    "name":"hazmatPackageTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Hazmat Package Type"
                ],
                "summary":"Get a Hazmat Package Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/hazmatPackageTypes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"hazmatPackageTypes-{hazmatPackageTypeGid}-get",
                "x-filename-id":"hazmatpackagetypes-hazmatpackagetypegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Hazmat Package Type"
                ],
                "summary":"Delete a Hazmat Package Type",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"hazmatPackageTypes-{hazmatPackageTypeGid}-delete",
                "x-filename-id":"hazmatpackagetypes-hazmatpackagetypegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Hazmat Package Type"
                ],
                "summary":"Update a Hazmat Package Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"hazmatPackageTypes-{hazmatPackageTypeGid}-patch",
                "x-filename-id":"hazmatpackagetypes-hazmatpackagetypegid-patch"
            }
        },
        "/adjustmentReasons":{
            "get":{
                "tags":[
                    "Power Data/Adjustment Reasons"
                ],
                "summary":"Get Adjustment Reasons",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/adjustmentReasons"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"adjustmentReasons-get",
                "x-filename-id":"adjustmentreasons-get"
            },
            "post":{
                "tags":[
                    "Power Data/Adjustment Reasons"
                ],
                "summary":"Create an Adjustment Reason",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/adjustmentReasons"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/adjustmentReasons"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"adjustmentReasons-post",
                "x-filename-id":"adjustmentreasons-post"
            }
        },
        "/adjustmentReasons/{adjustmentReasonGid}":{
            "parameters":[
                {
                    "name":"adjustmentReasonGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Adjustment Reasons"
                ],
                "summary":"Get an Adjustment Reason",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/adjustmentReasons"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"adjustmentReasons-{adjustmentReasonGid}-get",
                "x-filename-id":"adjustmentreasons-adjustmentreasongid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Adjustment Reasons"
                ],
                "summary":"Delete an Adjustment Reason",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"adjustmentReasons-{adjustmentReasonGid}-delete",
                "x-filename-id":"adjustmentreasons-adjustmentreasongid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Adjustment Reasons"
                ],
                "summary":"Update an Adjustment Reason",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"adjustmentReasons-{adjustmentReasonGid}-patch",
                "x-filename-id":"adjustmentreasons-adjustmentreasongid-patch"
            }
        },
        "/regimes":{
            "get":{
                "tags":[
                    "Power Data/Regimes"
                ],
                "summary":"Get Regimes",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/regimes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"regimes-get",
                "x-filename-id":"regimes-get"
            },
            "post":{
                "tags":[
                    "Power Data/Regimes"
                ],
                "summary":"Create a Regime",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/regimes"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/regimes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"regimes-post",
                "x-filename-id":"regimes-post"
            }
        },
        "/regimes/{gtmRegimeGid}":{
            "parameters":[
                {
                    "name":"gtmRegimeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Regimes"
                ],
                "summary":"Get a Regime",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/regimes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"regimes-{gtmRegimeGid}-get",
                "x-filename-id":"regimes-gtmregimegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Regimes"
                ],
                "summary":"Delete a Regime",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"regimes-{gtmRegimeGid}-delete",
                "x-filename-id":"regimes-gtmregimegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Regimes"
                ],
                "summary":"Update a Regime",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"regimes-{gtmRegimeGid}-patch",
                "x-filename-id":"regimes-gtmregimegid-patch"
            }
        },
        "/regulationReferences":{
            "get":{
                "tags":[
                    "Power Data/Regulation References"
                ],
                "summary":"Get Regulation References",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/regulationReferences"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"regulationReferences-get",
                "x-filename-id":"regulationreferences-get"
            },
            "post":{
                "tags":[
                    "Power Data/Regulation References"
                ],
                "summary":"Create a Regulation Reference",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/regulationReferences"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/regulationReferences"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"regulationReferences-post",
                "x-filename-id":"regulationreferences-post"
            }
        },
        "/regulationReferences/{gtmRegulationReferenceGid}":{
            "parameters":[
                {
                    "name":"gtmRegulationReferenceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Regulation References"
                ],
                "summary":"Get a Regulation Reference",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/regulationReferences"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"regulationReferences-{gtmRegulationReferenceGid}-get",
                "x-filename-id":"regulationreferences-gtmregulationreferencegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Regulation References"
                ],
                "summary":"Delete a Regulation Reference",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"regulationReferences-{gtmRegulationReferenceGid}-delete",
                "x-filename-id":"regulationreferences-gtmregulationreferencegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Regulation References"
                ],
                "summary":"Update a Regulation Reference",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"regulationReferences-{gtmRegulationReferenceGid}-patch",
                "x-filename-id":"regulationreferences-gtmregulationreferencegid-patch"
            }
        },
        "/capacityUsages":{
            "get":{
                "tags":[
                    "Power Data/Capacity Usage"
                ],
                "summary":"Get Capacity Usage",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/capacityUsages"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"capacityUsages-get",
                "x-filename-id":"capacityusages-get"
            },
            "post":{
                "tags":[
                    "Power Data/Capacity Usage"
                ],
                "summary":"Create a Capacity Usage",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/capacityUsages"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/capacityUsages"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"capacityUsages-post",
                "x-filename-id":"capacityusages-post"
            }
        },
        "/capacityUsages/{capacityUsageGid}":{
            "parameters":[
                {
                    "name":"capacityUsageGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Capacity Usage"
                ],
                "summary":"Get a Capacity Usage",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/capacityUsages"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"capacityUsages-{capacityUsageGid}-get",
                "x-filename-id":"capacityusages-capacityusagegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Capacity Usage"
                ],
                "summary":"Delete a Capacity Usage",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"capacityUsages-{capacityUsageGid}-delete",
                "x-filename-id":"capacityusages-capacityusagegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Capacity Usage"
                ],
                "summary":"Update a Capacity Usage",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"capacityUsages-{capacityUsageGid}-patch",
                "x-filename-id":"capacityusages-capacityusagegid-patch"
            }
        },
        "/externalDistanceEngines":{
            "get":{
                "tags":[
                    "Power Data/External Distance Engines"
                ],
                "summary":"Get External Distance Engines",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/externalDistanceEngines"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"externalDistanceEngines-get",
                "x-filename-id":"externaldistanceengines-get"
            },
            "post":{
                "tags":[
                    "Power Data/External Distance Engines"
                ],
                "summary":"Create an External Distance Engine",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/externalDistanceEngines"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/externalDistanceEngines"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"externalDistanceEngines-post",
                "x-filename-id":"externaldistanceengines-post"
            }
        },
        "/externalDistanceEngines/{distanceExternalEngineGid}":{
            "parameters":[
                {
                    "name":"distanceExternalEngineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/External Distance Engines"
                ],
                "summary":"Get an External Distance Engine",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/externalDistanceEngines"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"externalDistanceEngines-{distanceExternalEngineGid}-get",
                "x-filename-id":"externaldistanceengines-distanceexternalenginegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/External Distance Engines"
                ],
                "summary":"Delete an External Distance Engine",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"externalDistanceEngines-{distanceExternalEngineGid}-delete",
                "x-filename-id":"externaldistanceengines-distanceexternalenginegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/External Distance Engines"
                ],
                "summary":"Update an External Distance Engine",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"externalDistanceEngines-{distanceExternalEngineGid}-patch",
                "x-filename-id":"externaldistanceengines-distanceexternalenginegid-patch"
            }
        },
        "/externalDistanceEngines/{distanceExternalEngineGid}/parameters":{
            "parameters":[
                {
                    "name":"distanceExternalEngineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/External Distance Engines/Parameters"
                ],
                "summary":"Get Parameters",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/externalDistanceEngines.parameters"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"externalDistanceEngines-{distanceExternalEngineGid}-parameters-get",
                "x-filename-id":"externaldistanceengines-distanceexternalenginegid-parameters-get"
            },
            "post":{
                "tags":[
                    "Power Data/External Distance Engines/Parameters"
                ],
                "summary":"Create a Parameter",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/externalDistanceEngines.parameters"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/externalDistanceEngines.parameters"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/externalDistanceEngines.parameters"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/externalDistanceEngines.parameters"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"externalDistanceEngines-{distanceExternalEngineGid}-parameters-post",
                "x-filename-id":"externaldistanceengines-distanceexternalenginegid-parameters-post"
            },
            "patch":{
                "tags":[
                    "Power Data/External Distance Engines/Parameters"
                ],
                "summary":"Update Parameters",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"externalDistanceEngines-{distanceExternalEngineGid}-parameters-patch",
                "x-filename-id":"externaldistanceengines-distanceexternalenginegid-parameters-patch"
            }
        },
        "/externalDistanceEngines/{distanceExternalEngineGid}/parameters/{parmxcountryCode3Gid}":{
            "parameters":[
                {
                    "name":"distanceExternalEngineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"parmxcountryCode3Gid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/External Distance Engines/Parameters"
                ],
                "summary":"Get a Parameter",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/externalDistanceEngines.parameters"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"externalDistanceEngines-{distanceExternalEngineGid}-parameters-{parmxcountryCode3Gid}-get",
                "x-filename-id":"externaldistanceengines-distanceexternalenginegid-parameters-parmxcountrycode3gid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/External Distance Engines/Parameters"
                ],
                "summary":"Delete a Parameter",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"externalDistanceEngines-{distanceExternalEngineGid}-parameters-{parmxcountryCode3Gid}-delete",
                "x-filename-id":"externaldistanceengines-distanceexternalenginegid-parameters-parmxcountrycode3gid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/External Distance Engines/Parameters"
                ],
                "summary":"Update a Parameter",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"externalDistanceEngines-{distanceExternalEngineGid}-parameters-{parmxcountryCode3Gid}-patch",
                "x-filename-id":"externaldistanceengines-distanceexternalenginegid-parameters-parmxcountrycode3gid-patch"
            }
        },
        "/externalDistanceEngines/{distanceExternalEngineGid}/geoHierarchies":{
            "parameters":[
                {
                    "name":"distanceExternalEngineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/External Distance Engines/GEO Hierarchies"
                ],
                "summary":"Get GEO Hierarchies",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/externalDistanceEngines.geoHierarchies"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"externalDistanceEngines-{distanceExternalEngineGid}-geoHierarchies-get",
                "x-filename-id":"externaldistanceengines-distanceexternalenginegid-geohierarchies-get"
            },
            "post":{
                "tags":[
                    "Power Data/External Distance Engines/GEO Hierarchies"
                ],
                "summary":"Create a GEO Hierarchy",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/externalDistanceEngines.geoHierarchies"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/externalDistanceEngines.geoHierarchies"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/externalDistanceEngines.geoHierarchies"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/externalDistanceEngines.geoHierarchies"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"externalDistanceEngines-{distanceExternalEngineGid}-geoHierarchies-post",
                "x-filename-id":"externaldistanceengines-distanceexternalenginegid-geohierarchies-post"
            },
            "patch":{
                "tags":[
                    "Power Data/External Distance Engines/GEO Hierarchies"
                ],
                "summary":"Update GEO Hierarchies",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"externalDistanceEngines-{distanceExternalEngineGid}-geoHierarchies-patch",
                "x-filename-id":"externaldistanceengines-distanceexternalenginegid-geohierarchies-patch"
            }
        },
        "/externalDistanceEngines/{distanceExternalEngineGid}/geoHierarchies/{countryCode3Gid}":{
            "parameters":[
                {
                    "name":"distanceExternalEngineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"countryCode3Gid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/External Distance Engines/GEO Hierarchies"
                ],
                "summary":"Get a GEO Hierarchy",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/externalDistanceEngines.geoHierarchies"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"externalDistanceEngines-{distanceExternalEngineGid}-geoHierarchies-{countryCode3Gid}-get",
                "x-filename-id":"externaldistanceengines-distanceexternalenginegid-geohierarchies-countrycode3gid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/External Distance Engines/GEO Hierarchies"
                ],
                "summary":"Delete a GEO Hierarchy",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"externalDistanceEngines-{distanceExternalEngineGid}-geoHierarchies-{countryCode3Gid}-delete",
                "x-filename-id":"externaldistanceengines-distanceexternalenginegid-geohierarchies-countrycode3gid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/External Distance Engines/GEO Hierarchies"
                ],
                "summary":"Update a GEO Hierarchy",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"externalDistanceEngines-{distanceExternalEngineGid}-geoHierarchies-{countryCode3Gid}-patch",
                "x-filename-id":"externaldistanceengines-distanceexternalenginegid-geohierarchies-countrycode3gid-patch"
            }
        },
        "/shipments":{
            "get":{
                "tags":[
                    "Business Objects/Shipments"
                ],
                "summary":"Get Shipments",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipments"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-get",
                "x-filename-id":"shipments-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipments"
                ],
                "summary":"Create a Shipment",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipments"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipments"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-post",
                "x-filename-id":"shipments-post"
            }
        },
        "/shipments/{shipmentGid}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipments"
                ],
                "summary":"Get a Shipment",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipments"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-get",
                "x-filename-id":"shipments-shipmentgid-get"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipments"
                ],
                "summary":"Update a Shipment",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-patch",
                "x-filename-id":"shipments-shipmentgid-patch"
            }
        },
        "/shipments/{shipmentGid}/texts":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipments/Texts"
                ],
                "summary":"Get Texts",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipments.texts"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-texts-get",
                "x-filename-id":"shipments-shipmentgid-texts-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipments/Texts"
                ],
                "summary":"Create a Text",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipments.texts"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/shipments.texts"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipments.texts"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipments.texts"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-texts-post",
                "x-filename-id":"shipments-shipmentgid-texts-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipments/Texts"
                ],
                "summary":"Update Texts",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-texts-patch",
                "x-filename-id":"shipments-shipmentgid-texts-patch"
            }
        },
        "/shipments/{shipmentGid}/texts/{textTemplateGidxdocumentDefGid}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"textTemplateGidxdocumentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipments/Texts"
                ],
                "summary":"Get a Text",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipments.texts"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-texts-{textTemplateGidxdocumentDefGid}-get",
                "x-filename-id":"shipments-shipmentgid-texts-texttemplategidxdocumentdefgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipments/Texts"
                ],
                "summary":"Delete a Text",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-texts-{textTemplateGidxdocumentDefGid}-delete",
                "x-filename-id":"shipments-shipmentgid-texts-texttemplategidxdocumentdefgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipments/Texts"
                ],
                "summary":"Update a Text",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-texts-{textTemplateGidxdocumentDefGid}-patch",
                "x-filename-id":"shipments-shipmentgid-texts-texttemplategidxdocumentdefgid-patch"
            }
        },
        "/shipments/{shipmentGid}/informationalCosts":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipments/Informational Costs"
                ],
                "summary":"Get Informational Costs",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipments.informationalCosts"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-informationalCosts-get",
                "x-filename-id":"shipments-shipmentgid-informationalcosts-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipments/Informational Costs"
                ],
                "summary":"Create an Informational Cost",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipments.informationalCosts"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/shipments.informationalCosts"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipments.informationalCosts"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipments.informationalCosts"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-informationalCosts-post",
                "x-filename-id":"shipments-shipmentgid-informationalcosts-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipments/Informational Costs"
                ],
                "summary":"Update Informational Costs",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-informationalCosts-patch",
                "x-filename-id":"shipments-shipmentgid-informationalcosts-patch"
            }
        },
        "/shipments/{shipmentGid}/informationalCosts/{shipmentInfCostSeqno}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"shipmentInfCostSeqno",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipments/Informational Costs"
                ],
                "summary":"Get an Informational Cost",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipments.informationalCosts"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-informationalCosts-{shipmentInfCostSeqno}-get",
                "x-filename-id":"shipments-shipmentgid-informationalcosts-shipmentinfcostseqno-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipments/Informational Costs"
                ],
                "summary":"Delete an Informational Cost",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-informationalCosts-{shipmentInfCostSeqno}-delete",
                "x-filename-id":"shipments-shipmentgid-informationalcosts-shipmentinfcostseqno-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipments/Informational Costs"
                ],
                "summary":"Update an Informational Cost",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-informationalCosts-{shipmentInfCostSeqno}-patch",
                "x-filename-id":"shipments-shipmentgid-informationalcosts-shipmentinfcostseqno-patch"
            }
        },
        "/shipments/{shipmentGid}/informationalCosts/{shipmentInfCostSeqno}/remarks":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"shipmentInfCostSeqno",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipments/Informational Costs/Remarks"
                ],
                "summary":"Get Remarks",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipments.informationalCosts.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-informationalCosts-{shipmentInfCostSeqno}-remarks-get",
                "x-filename-id":"shipments-shipmentgid-informationalcosts-shipmentinfcostseqno-remarks-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipments/Informational Costs/Remarks"
                ],
                "summary":"Create a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipments.informationalCosts.remarks"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/shipments.informationalCosts.remarks"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipments.informationalCosts.remarks"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipments.informationalCosts.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-informationalCosts-{shipmentInfCostSeqno}-remarks-post",
                "x-filename-id":"shipments-shipmentgid-informationalcosts-shipmentinfcostseqno-remarks-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipments/Informational Costs/Remarks"
                ],
                "summary":"Update Remarks",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-informationalCosts-{shipmentInfCostSeqno}-remarks-patch",
                "x-filename-id":"shipments-shipmentgid-informationalcosts-shipmentinfcostseqno-remarks-patch"
            }
        },
        "/shipments/{shipmentGid}/informationalCosts/{shipmentInfCostSeqno}/remarks/{remarkSeq}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"shipmentInfCostSeqno",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"remarkSeq",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipments/Informational Costs/Remarks"
                ],
                "summary":"Get a Remark",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipments.informationalCosts.remarks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-informationalCosts-{shipmentInfCostSeqno}-remarks-{remarkSeq}-get",
                "x-filename-id":"shipments-shipmentgid-informationalcosts-shipmentinfcostseqno-remarks-remarkseq-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipments/Informational Costs/Remarks"
                ],
                "summary":"Delete a Remark",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-informationalCosts-{shipmentInfCostSeqno}-remarks-{remarkSeq}-delete",
                "x-filename-id":"shipments-shipmentgid-informationalcosts-shipmentinfcostseqno-remarks-remarkseq-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipments/Informational Costs/Remarks"
                ],
                "summary":"Update a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-informationalCosts-{shipmentInfCostSeqno}-remarks-{remarkSeq}-patch",
                "x-filename-id":"shipments-shipmentgid-informationalcosts-shipmentinfcostseqno-remarks-remarkseq-patch"
            }
        },
        "/shipments/{shipmentGid}/informationalCosts/{shipmentInfCostSeqno}/details":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"shipmentInfCostSeqno",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipments/Informational Costs/Details"
                ],
                "summary":"Get Details",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipments.informationalCosts.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-informationalCosts-{shipmentInfCostSeqno}-details-get",
                "x-filename-id":"shipments-shipmentgid-informationalcosts-shipmentinfcostseqno-details-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipments/Informational Costs/Details"
                ],
                "summary":"Create a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipments.informationalCosts.details"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/shipments.informationalCosts.details"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipments.informationalCosts.details"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipments.informationalCosts.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-informationalCosts-{shipmentInfCostSeqno}-details-post",
                "x-filename-id":"shipments-shipmentgid-informationalcosts-shipmentinfcostseqno-details-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipments/Informational Costs/Details"
                ],
                "summary":"Update Details",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-informationalCosts-{shipmentInfCostSeqno}-details-patch",
                "x-filename-id":"shipments-shipmentgid-informationalcosts-shipmentinfcostseqno-details-patch"
            }
        },
        "/shipments/{shipmentGid}/informationalCosts/{shipmentInfCostSeqno}/details/{detailSeqno}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"shipmentInfCostSeqno",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"detailSeqno",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipments/Informational Costs/Details"
                ],
                "summary":"Get a Detail",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipments.informationalCosts.details"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-informationalCosts-{shipmentInfCostSeqno}-details-{detailSeqno}-get",
                "x-filename-id":"shipments-shipmentgid-informationalcosts-shipmentinfcostseqno-details-detailseqno-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipments/Informational Costs/Details"
                ],
                "summary":"Delete a Detail",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-informationalCosts-{shipmentInfCostSeqno}-details-{detailSeqno}-delete",
                "x-filename-id":"shipments-shipmentgid-informationalcosts-shipmentinfcostseqno-details-detailseqno-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipments/Informational Costs/Details"
                ],
                "summary":"Update a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-informationalCosts-{shipmentInfCostSeqno}-details-{detailSeqno}-patch",
                "x-filename-id":"shipments-shipmentgid-informationalcosts-shipmentinfcostseqno-details-detailseqno-patch"
            }
        },
        "/shipments/{shipmentGid}/specialServices":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipments/Special Services"
                ],
                "summary":"Get Special Services",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipments.specialServices"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-specialServices-get",
                "x-filename-id":"shipments-shipmentgid-specialservices-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipments/Special Services"
                ],
                "summary":"Create a Special Service",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipments.specialServices"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/shipments.specialServices"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipments.specialServices"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipments.specialServices"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-specialServices-post",
                "x-filename-id":"shipments-shipmentgid-specialservices-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipments/Special Services"
                ],
                "summary":"Update Special Services",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-specialServices-patch",
                "x-filename-id":"shipments-shipmentgid-specialservices-patch"
            }
        },
        "/shipments/{shipmentGid}/specialServices/{shipmentSpecialServiceSeq}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"shipmentSpecialServiceSeq",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipments/Special Services"
                ],
                "summary":"Get a Special Service",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipments.specialServices"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-specialServices-{shipmentSpecialServiceSeq}-get",
                "x-filename-id":"shipments-shipmentgid-specialservices-shipmentspecialserviceseq-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipments/Special Services"
                ],
                "summary":"Delete a Special Service",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-specialServices-{shipmentSpecialServiceSeq}-delete",
                "x-filename-id":"shipments-shipmentgid-specialservices-shipmentspecialserviceseq-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipments/Special Services"
                ],
                "summary":"Update a Special Service",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-specialServices-{shipmentSpecialServiceSeq}-patch",
                "x-filename-id":"shipments-shipmentgid-specialservices-shipmentspecialserviceseq-patch"
            }
        },
        "/shipments/{shipmentGid}/specialServices/{shipmentSpecialServiceSeq}/remarks":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"shipmentSpecialServiceSeq",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipments/Special Services/Remarks"
                ],
                "summary":"Get Remarks",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipments.specialServices.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-specialServices-{shipmentSpecialServiceSeq}-remarks-get",
                "x-filename-id":"shipments-shipmentgid-specialservices-shipmentspecialserviceseq-remarks-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipments/Special Services/Remarks"
                ],
                "summary":"Create a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipments.specialServices.remarks"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/shipments.specialServices.remarks"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipments.specialServices.remarks"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipments.specialServices.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-specialServices-{shipmentSpecialServiceSeq}-remarks-post",
                "x-filename-id":"shipments-shipmentgid-specialservices-shipmentspecialserviceseq-remarks-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipments/Special Services/Remarks"
                ],
                "summary":"Update Remarks",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-specialServices-{shipmentSpecialServiceSeq}-remarks-patch",
                "x-filename-id":"shipments-shipmentgid-specialservices-shipmentspecialserviceseq-remarks-patch"
            }
        },
        "/shipments/{shipmentGid}/specialServices/{shipmentSpecialServiceSeq}/remarks/{remarkSequence}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"shipmentSpecialServiceSeq",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"remarkSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipments/Special Services/Remarks"
                ],
                "summary":"Get a Remark",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipments.specialServices.remarks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-specialServices-{shipmentSpecialServiceSeq}-remarks-{remarkSequence}-get",
                "x-filename-id":"shipments-shipmentgid-specialservices-shipmentspecialserviceseq-remarks-remarksequence-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipments/Special Services/Remarks"
                ],
                "summary":"Delete a Remark",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-specialServices-{shipmentSpecialServiceSeq}-remarks-{remarkSequence}-delete",
                "x-filename-id":"shipments-shipmentgid-specialservices-shipmentspecialserviceseq-remarks-remarksequence-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipments/Special Services/Remarks"
                ],
                "summary":"Update a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-specialServices-{shipmentSpecialServiceSeq}-remarks-{remarkSequence}-patch",
                "x-filename-id":"shipments-shipmentgid-specialservices-shipmentspecialserviceseq-remarks-remarksequence-patch"
            }
        },
        "/shipments/{shipmentGid}/specialServices/{shipmentSpecialServiceSeq}/refs":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"shipmentSpecialServiceSeq",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipments/Special Services/References"
                ],
                "summary":"Get References",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipments.specialServices.refs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-specialServices-{shipmentSpecialServiceSeq}-refs-get",
                "x-filename-id":"shipments-shipmentgid-specialservices-shipmentspecialserviceseq-refs-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipments/Special Services/References"
                ],
                "summary":"Create a Reference",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipments.specialServices.refs"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/shipments.specialServices.refs"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipments.specialServices.refs"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipments.specialServices.refs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-specialServices-{shipmentSpecialServiceSeq}-refs-post",
                "x-filename-id":"shipments-shipmentgid-specialservices-shipmentspecialserviceseq-refs-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipments/Special Services/References"
                ],
                "summary":"Update References",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-specialServices-{shipmentSpecialServiceSeq}-refs-patch",
                "x-filename-id":"shipments-shipmentgid-specialservices-shipmentspecialserviceseq-refs-patch"
            }
        },
        "/shipments/{shipmentGid}/specialServices/{shipmentSpecialServiceSeq}/refs/{costReferenceGid}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"shipmentSpecialServiceSeq",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"costReferenceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipments/Special Services/References"
                ],
                "summary":"Get a Reference",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipments.specialServices.refs"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-specialServices-{shipmentSpecialServiceSeq}-refs-{costReferenceGid}-get",
                "x-filename-id":"shipments-shipmentgid-specialservices-shipmentspecialserviceseq-refs-costreferencegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipments/Special Services/References"
                ],
                "summary":"Delete a Reference",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-specialServices-{shipmentSpecialServiceSeq}-refs-{costReferenceGid}-delete",
                "x-filename-id":"shipments-shipmentgid-specialservices-shipmentspecialserviceseq-refs-costreferencegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipments/Special Services/References"
                ],
                "summary":"Update a Reference",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-specialServices-{shipmentSpecialServiceSeq}-refs-{costReferenceGid}-patch",
                "x-filename-id":"shipments-shipmentgid-specialservices-shipmentspecialserviceseq-refs-costreferencegid-patch"
            }
        },
        "/shipments/{shipmentGid}/specialServices/{shipmentSpecialServiceSeq}/secondaryCharges":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"shipmentSpecialServiceSeq",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipments/Special Services/Secondary Charges"
                ],
                "summary":"Get Secondary Charges",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipments.specialServices.secondaryCharges"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-specialServices-{shipmentSpecialServiceSeq}-secondaryCharges-get",
                "x-filename-id":"shipments-shipmentgid-specialservices-shipmentspecialserviceseq-secondarycharges-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipments/Special Services/Secondary Charges"
                ],
                "summary":"Create a Secondary Charge",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipments.specialServices.secondaryCharges"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/shipments.specialServices.secondaryCharges"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipments.specialServices.secondaryCharges"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipments.specialServices.secondaryCharges"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-specialServices-{shipmentSpecialServiceSeq}-secondaryCharges-post",
                "x-filename-id":"shipments-shipmentgid-specialservices-shipmentspecialserviceseq-secondarycharges-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipments/Special Services/Secondary Charges"
                ],
                "summary":"Update Secondary Charges",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-specialServices-{shipmentSpecialServiceSeq}-secondaryCharges-patch",
                "x-filename-id":"shipments-shipmentgid-specialservices-shipmentspecialserviceseq-secondarycharges-patch"
            }
        },
        "/shipments/{shipmentGid}/specialServices/{shipmentSpecialServiceSeq}/secondaryCharges/{ID}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"shipmentSpecialServiceSeq",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"ID",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipments/Special Services/Secondary Charges"
                ],
                "summary":"Get a Secondary Charge",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipments.specialServices.secondaryCharges"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-specialServices-{shipmentSpecialServiceSeq}-secondaryCharges-{ID}-get",
                "x-filename-id":"shipments-shipmentgid-specialservices-shipmentspecialserviceseq-secondarycharges-id-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipments/Special Services/Secondary Charges"
                ],
                "summary":"Delete a Secondary Charge",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-specialServices-{shipmentSpecialServiceSeq}-secondaryCharges-{ID}-delete",
                "x-filename-id":"shipments-shipmentgid-specialservices-shipmentspecialserviceseq-secondarycharges-id-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipments/Special Services/Secondary Charges"
                ],
                "summary":"Update a Secondary Charge",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-specialServices-{shipmentSpecialServiceSeq}-secondaryCharges-{ID}-patch",
                "x-filename-id":"shipments-shipmentgid-specialservices-shipmentspecialserviceseq-secondarycharges-id-patch"
            }
        },
        "/shipments/{shipmentGid}/orderReleases":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipments/Order Releases"
                ],
                "summary":"Get Order Releases",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipments.orderReleases"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-orderReleases-get",
                "x-filename-id":"shipments-shipmentgid-orderreleases-get"
            }
        },
        "/shipments/{shipmentGid}/orderReleases/{orderReleaseGid}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"orderReleaseGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipments/Order Releases"
                ],
                "summary":"Get an Order Release",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipments.orderReleases"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-orderReleases-{orderReleaseGid}-get",
                "x-filename-id":"shipments-shipmentgid-orderreleases-orderreleasegid-get"
            }
        },
        "/shipments/{shipmentGid}/containerGroups":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipments/Container Groups"
                ],
                "summary":"Get Container Groups",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipments.containerGroups"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-containerGroups-get",
                "x-filename-id":"shipments-shipmentgid-containergroups-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipments/Container Groups"
                ],
                "summary":"Create a Container Group",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipments.containerGroups"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/shipments.containerGroups"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipments.containerGroups"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipments.containerGroups"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-containerGroups-post",
                "x-filename-id":"shipments-shipmentgid-containergroups-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipments/Container Groups"
                ],
                "summary":"Update Container Groups",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-containerGroups-patch",
                "x-filename-id":"shipments-shipmentgid-containergroups-patch"
            }
        },
        "/shipments/{shipmentGid}/containerGroups/{containerGroupGid}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"containerGroupGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipments/Container Groups"
                ],
                "summary":"Get a Container Group",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipments.containerGroups"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-containerGroups-{containerGroupGid}-get",
                "x-filename-id":"shipments-shipmentgid-containergroups-containergroupgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipments/Container Groups"
                ],
                "summary":"Delete a Container Group",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-containerGroups-{containerGroupGid}-delete",
                "x-filename-id":"shipments-shipmentgid-containergroups-containergroupgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipments/Container Groups"
                ],
                "summary":"Update a Container Group",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-containerGroups-{containerGroupGid}-patch",
                "x-filename-id":"shipments-shipmentgid-containergroups-containergroupgid-patch"
            }
        },
        "/shipments/{shipmentGid}/containerGroups/{containerGroupGid}/details":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"containerGroupGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipments/Container Groups/Details"
                ],
                "summary":"Get Details",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipments.containerGroups.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-containerGroups-{containerGroupGid}-details-get",
                "x-filename-id":"shipments-shipmentgid-containergroups-containergroupgid-details-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipments/Container Groups/Details"
                ],
                "summary":"Create a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipments.containerGroups.details"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/shipments.containerGroups.details"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipments.containerGroups.details"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipments.containerGroups.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-containerGroups-{containerGroupGid}-details-post",
                "x-filename-id":"shipments-shipmentgid-containergroups-containergroupgid-details-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipments/Container Groups/Details"
                ],
                "summary":"Update Details",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-containerGroups-{containerGroupGid}-details-patch",
                "x-filename-id":"shipments-shipmentgid-containergroups-containergroupgid-details-patch"
            }
        },
        "/shipments/{shipmentGid}/containerGroups/{containerGroupGid}/details/{sEquipmentGid}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"containerGroupGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sEquipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipments/Container Groups/Details"
                ],
                "summary":"Get a Detail",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipments.containerGroups.details"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-containerGroups-{containerGroupGid}-details-{sEquipmentGid}-get",
                "x-filename-id":"shipments-shipmentgid-containergroups-containergroupgid-details-sequipmentgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipments/Container Groups/Details"
                ],
                "summary":"Delete a Detail",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-containerGroups-{containerGroupGid}-details-{sEquipmentGid}-delete",
                "x-filename-id":"shipments-shipmentgid-containergroups-containergroupgid-details-sequipmentgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipments/Container Groups/Details"
                ],
                "summary":"Update a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-containerGroups-{containerGroupGid}-details-{sEquipmentGid}-patch",
                "x-filename-id":"shipments-shipmentgid-containergroups-containergroupgid-details-sequipmentgid-patch"
            }
        },
        "/shipments/{shipmentGid}/accessorials":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipments/Accessorials"
                ],
                "summary":"Get Accessorials",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipments.accessorials"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-accessorials-get",
                "x-filename-id":"shipments-shipmentgid-accessorials-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipments/Accessorials"
                ],
                "summary":"Create an Accessorial",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipments.accessorials"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/shipments.accessorials"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipments.accessorials"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipments.accessorials"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-accessorials-post",
                "x-filename-id":"shipments-shipmentgid-accessorials-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipments/Accessorials"
                ],
                "summary":"Update Accessorials",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-accessorials-patch",
                "x-filename-id":"shipments-shipmentgid-accessorials-patch"
            }
        },
        "/shipments/{shipmentGid}/accessorials/{accessorialCodeGid}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"accessorialCodeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipments/Accessorials"
                ],
                "summary":"Get an Accessorial",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipments.accessorials"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-accessorials-{accessorialCodeGid}-get",
                "x-filename-id":"shipments-shipmentgid-accessorials-accessorialcodegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipments/Accessorials"
                ],
                "summary":"Delete an Accessorial",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-accessorials-{accessorialCodeGid}-delete",
                "x-filename-id":"shipments-shipmentgid-accessorials-accessorialcodegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipments/Accessorials"
                ],
                "summary":"Update an Accessorial",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-accessorials-{accessorialCodeGid}-patch",
                "x-filename-id":"shipments-shipmentgid-accessorials-accessorialcodegid-patch"
            }
        },
        "/shipments/{shipmentGid}/accessorials/{accessorialCodeGid}/costRefs":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"accessorialCodeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipments/Accessorials/Cost References"
                ],
                "summary":"Get Cost References",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipments.accessorials.costRefs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-accessorials-{accessorialCodeGid}-costRefs-get",
                "x-filename-id":"shipments-shipmentgid-accessorials-accessorialcodegid-costrefs-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipments/Accessorials/Cost References"
                ],
                "summary":"Create a Cost Reference",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipments.accessorials.costRefs"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/shipments.accessorials.costRefs"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipments.accessorials.costRefs"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipments.accessorials.costRefs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-accessorials-{accessorialCodeGid}-costRefs-post",
                "x-filename-id":"shipments-shipmentgid-accessorials-accessorialcodegid-costrefs-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipments/Accessorials/Cost References"
                ],
                "summary":"Update Cost References",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-accessorials-{accessorialCodeGid}-costRefs-patch",
                "x-filename-id":"shipments-shipmentgid-accessorials-accessorialcodegid-costrefs-patch"
            }
        },
        "/shipments/{shipmentGid}/accessorials/{accessorialCodeGid}/costRefs/{costReferenceGid}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"accessorialCodeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"costReferenceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipments/Accessorials/Cost References"
                ],
                "summary":"Get a Cost Reference",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipments.accessorials.costRefs"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-accessorials-{accessorialCodeGid}-costRefs-{costReferenceGid}-get",
                "x-filename-id":"shipments-shipmentgid-accessorials-accessorialcodegid-costrefs-costreferencegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipments/Accessorials/Cost References"
                ],
                "summary":"Delete a Cost Reference",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-accessorials-{accessorialCodeGid}-costRefs-{costReferenceGid}-delete",
                "x-filename-id":"shipments-shipmentgid-accessorials-accessorialcodegid-costrefs-costreferencegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipments/Accessorials/Cost References"
                ],
                "summary":"Update a Cost Reference",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-accessorials-{accessorialCodeGid}-costRefs-{costReferenceGid}-patch",
                "x-filename-id":"shipments-shipmentgid-accessorials-accessorialcodegid-costrefs-costreferencegid-patch"
            }
        },
        "/shipments/{shipmentGid}/accessorials/{accessorialCodeGid}/remarks":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"accessorialCodeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipments/Accessorials/Remarks"
                ],
                "summary":"Get Remarks",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipments.accessorials.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-accessorials-{accessorialCodeGid}-remarks-get",
                "x-filename-id":"shipments-shipmentgid-accessorials-accessorialcodegid-remarks-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipments/Accessorials/Remarks"
                ],
                "summary":"Create a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipments.accessorials.remarks"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/shipments.accessorials.remarks"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipments.accessorials.remarks"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipments.accessorials.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-accessorials-{accessorialCodeGid}-remarks-post",
                "x-filename-id":"shipments-shipmentgid-accessorials-accessorialcodegid-remarks-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipments/Accessorials/Remarks"
                ],
                "summary":"Update Remarks",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-accessorials-{accessorialCodeGid}-remarks-patch",
                "x-filename-id":"shipments-shipmentgid-accessorials-accessorialcodegid-remarks-patch"
            }
        },
        "/shipments/{shipmentGid}/accessorials/{accessorialCodeGid}/remarks/{remarkSequence}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"accessorialCodeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"remarkSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipments/Accessorials/Remarks"
                ],
                "summary":"Get a Remark",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipments.accessorials.remarks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-accessorials-{accessorialCodeGid}-remarks-{remarkSequence}-get",
                "x-filename-id":"shipments-shipmentgid-accessorials-accessorialcodegid-remarks-remarksequence-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipments/Accessorials/Remarks"
                ],
                "summary":"Delete a Remark",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-accessorials-{accessorialCodeGid}-remarks-{remarkSequence}-delete",
                "x-filename-id":"shipments-shipmentgid-accessorials-accessorialcodegid-remarks-remarksequence-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipments/Accessorials/Remarks"
                ],
                "summary":"Update a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-accessorials-{accessorialCodeGid}-remarks-{remarkSequence}-patch",
                "x-filename-id":"shipments-shipmentgid-accessorials-accessorialcodegid-remarks-remarksequence-patch"
            }
        },
        "/shipments/{shipmentGid}/remarks":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipments/Remarks"
                ],
                "summary":"Get Remarks",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipments.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-remarks-get",
                "x-filename-id":"shipments-shipmentgid-remarks-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipments/Remarks"
                ],
                "summary":"Create a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipments.remarks"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/shipments.remarks"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipments.remarks"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipments.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-remarks-post",
                "x-filename-id":"shipments-shipmentgid-remarks-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipments/Remarks"
                ],
                "summary":"Update Remarks",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-remarks-patch",
                "x-filename-id":"shipments-shipmentgid-remarks-patch"
            }
        },
        "/shipments/{shipmentGid}/remarks/{remarkSequence}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"remarkSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipments/Remarks"
                ],
                "summary":"Get a Remark",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipments.remarks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-remarks-{remarkSequence}-get",
                "x-filename-id":"shipments-shipmentgid-remarks-remarksequence-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipments/Remarks"
                ],
                "summary":"Delete a Remark",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-remarks-{remarkSequence}-delete",
                "x-filename-id":"shipments-shipmentgid-remarks-remarksequence-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipments/Remarks"
                ],
                "summary":"Update a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-remarks-{remarkSequence}-patch",
                "x-filename-id":"shipments-shipmentgid-remarks-remarksequence-patch"
            }
        },
        "/shipments/{shipmentGid}/reqdocs":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipments/Required Documents"
                ],
                "summary":"Get Required Documents",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipments.reqdocs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-reqdocs-get",
                "x-filename-id":"shipments-shipmentgid-reqdocs-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipments/Required Documents"
                ],
                "summary":"Create a Required Document",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipments.reqdocs"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/shipments.reqdocs"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipments.reqdocs"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipments.reqdocs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-reqdocs-post",
                "x-filename-id":"shipments-shipmentgid-reqdocs-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipments/Required Documents"
                ],
                "summary":"Update Required Documents",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-reqdocs-patch",
                "x-filename-id":"shipments-shipmentgid-reqdocs-patch"
            }
        },
        "/shipments/{shipmentGid}/reqdocs/{documentDefGid}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipments/Required Documents"
                ],
                "summary":"Get a Required Document",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipments.reqdocs"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-reqdocs-{documentDefGid}-get",
                "x-filename-id":"shipments-shipmentgid-reqdocs-documentdefgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipments/Required Documents"
                ],
                "summary":"Delete a Required Document",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-reqdocs-{documentDefGid}-delete",
                "x-filename-id":"shipments-shipmentgid-reqdocs-documentdefgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipments/Required Documents"
                ],
                "summary":"Update a Required Document",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-reqdocs-{documentDefGid}-patch",
                "x-filename-id":"shipments-shipmentgid-reqdocs-documentdefgid-patch"
            }
        },
        "/shipments/{shipmentGid}/reqdocs/{documentDefGid}/statuses":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipments/Required Documents/Statuses"
                ],
                "summary":"Get Statuses",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipments.reqdocs.statuses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-reqdocs-{documentDefGid}-statuses-get",
                "x-filename-id":"shipments-shipmentgid-reqdocs-documentdefgid-statuses-get"
            }
        },
        "/shipments/{shipmentGid}/reqdocs/{documentDefGid}/statuses/{statusTypeGidxstatusValueGid}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"statusTypeGidxstatusValueGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipments/Required Documents/Statuses"
                ],
                "summary":"Get a Status",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipments.reqdocs.statuses"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-reqdocs-{documentDefGid}-statuses-{statusTypeGidxstatusValueGid}-get",
                "x-filename-id":"shipments-shipmentgid-reqdocs-documentdefgid-statuses-statustypegidxstatusvaluegid-get"
            }
        },
        "/shipments/{shipmentGid}/reqdocs/{documentDefGid}/reviewers":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipments/Required Documents/Reviewers"
                ],
                "summary":"Get Reviewers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipments.reqdocs.reviewers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-reqdocs-{documentDefGid}-reviewers-get",
                "x-filename-id":"shipments-shipmentgid-reqdocs-documentdefgid-reviewers-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipments/Required Documents/Reviewers"
                ],
                "summary":"Create a Reviewer",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipments.reqdocs.reviewers"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/shipments.reqdocs.reviewers"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipments.reqdocs.reviewers"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipments.reqdocs.reviewers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-reqdocs-{documentDefGid}-reviewers-post",
                "x-filename-id":"shipments-shipmentgid-reqdocs-documentdefgid-reviewers-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipments/Required Documents/Reviewers"
                ],
                "summary":"Update Reviewers",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-reqdocs-{documentDefGid}-reviewers-patch",
                "x-filename-id":"shipments-shipmentgid-reqdocs-documentdefgid-reviewers-patch"
            }
        },
        "/shipments/{shipmentGid}/reqdocs/{documentDefGid}/reviewers/{contactGid}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"contactGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipments/Required Documents/Reviewers"
                ],
                "summary":"Get a Reviewer",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipments.reqdocs.reviewers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-reqdocs-{documentDefGid}-reviewers-{contactGid}-get",
                "x-filename-id":"shipments-shipmentgid-reqdocs-documentdefgid-reviewers-contactgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipments/Required Documents/Reviewers"
                ],
                "summary":"Delete a Reviewer",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-reqdocs-{documentDefGid}-reviewers-{contactGid}-delete",
                "x-filename-id":"shipments-shipmentgid-reqdocs-documentdefgid-reviewers-contactgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipments/Required Documents/Reviewers"
                ],
                "summary":"Update a Reviewer",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-reqdocs-{documentDefGid}-reviewers-{contactGid}-patch",
                "x-filename-id":"shipments-shipmentgid-reqdocs-documentdefgid-reviewers-contactgid-patch"
            }
        },
        "/shipments/{shipmentGid}/reqdocs/{documentDefGid}/subscribers":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipments/Required Documents/Subscribers"
                ],
                "summary":"Get Subscribers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipments.reqdocs.subscribers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-reqdocs-{documentDefGid}-subscribers-get",
                "x-filename-id":"shipments-shipmentgid-reqdocs-documentdefgid-subscribers-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipments/Required Documents/Subscribers"
                ],
                "summary":"Create a Subscriber",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipments.reqdocs.subscribers"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/shipments.reqdocs.subscribers"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipments.reqdocs.subscribers"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipments.reqdocs.subscribers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-reqdocs-{documentDefGid}-subscribers-post",
                "x-filename-id":"shipments-shipmentgid-reqdocs-documentdefgid-subscribers-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipments/Required Documents/Subscribers"
                ],
                "summary":"Update Subscribers",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-reqdocs-{documentDefGid}-subscribers-patch",
                "x-filename-id":"shipments-shipmentgid-reqdocs-documentdefgid-subscribers-patch"
            }
        },
        "/shipments/{shipmentGid}/reqdocs/{documentDefGid}/subscribers/{contactGid}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"contactGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipments/Required Documents/Subscribers"
                ],
                "summary":"Get a Subscriber",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipments.reqdocs.subscribers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-reqdocs-{documentDefGid}-subscribers-{contactGid}-get",
                "x-filename-id":"shipments-shipmentgid-reqdocs-documentdefgid-subscribers-contactgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipments/Required Documents/Subscribers"
                ],
                "summary":"Delete a Subscriber",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-reqdocs-{documentDefGid}-subscribers-{contactGid}-delete",
                "x-filename-id":"shipments-shipmentgid-reqdocs-documentdefgid-subscribers-contactgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipments/Required Documents/Subscribers"
                ],
                "summary":"Update a Subscriber",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-reqdocs-{documentDefGid}-subscribers-{contactGid}-patch",
                "x-filename-id":"shipments-shipmentgid-reqdocs-documentdefgid-subscribers-contactgid-patch"
            }
        },
        "/shipments/{shipmentGid}/reqdocs/{documentDefGid}/texts":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipments/Required Documents/Texts"
                ],
                "summary":"Get Texts",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipments.reqdocs.texts"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-reqdocs-{documentDefGid}-texts-get",
                "x-filename-id":"shipments-shipmentgid-reqdocs-documentdefgid-texts-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipments/Required Documents/Texts"
                ],
                "summary":"Create a Text",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipments.reqdocs.texts"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/shipments.reqdocs.texts"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipments.reqdocs.texts"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipments.reqdocs.texts"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-reqdocs-{documentDefGid}-texts-post",
                "x-filename-id":"shipments-shipmentgid-reqdocs-documentdefgid-texts-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipments/Required Documents/Texts"
                ],
                "summary":"Update Texts",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-reqdocs-{documentDefGid}-texts-patch",
                "x-filename-id":"shipments-shipmentgid-reqdocs-documentdefgid-texts-patch"
            }
        },
        "/shipments/{shipmentGid}/reqdocs/{documentDefGid}/texts/{textTemplateGid}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"textTemplateGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipments/Required Documents/Texts"
                ],
                "summary":"Get a Text",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipments.reqdocs.texts"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-reqdocs-{documentDefGid}-texts-{textTemplateGid}-get",
                "x-filename-id":"shipments-shipmentgid-reqdocs-documentdefgid-texts-texttemplategid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipments/Required Documents/Texts"
                ],
                "summary":"Delete a Text",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-reqdocs-{documentDefGid}-texts-{textTemplateGid}-delete",
                "x-filename-id":"shipments-shipmentgid-reqdocs-documentdefgid-texts-texttemplategid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipments/Required Documents/Texts"
                ],
                "summary":"Update a Text",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-reqdocs-{documentDefGid}-texts-{textTemplateGid}-patch",
                "x-filename-id":"shipments-shipmentgid-reqdocs-documentdefgid-texts-texttemplategid-patch"
            }
        },
        "/shipments/{shipmentGid}/reqdocs/{documentDefGid}/docs":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipments/Required Documents/Documents"
                ],
                "summary":"Get Documents",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipments.reqdocs.docs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-reqdocs-{documentDefGid}-docs-get",
                "x-filename-id":"shipments-shipmentgid-reqdocs-documentdefgid-docs-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipments/Required Documents/Documents"
                ],
                "summary":"Create a Document",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipments.reqdocs.docs"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/shipments.reqdocs.docs"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipments.reqdocs.docs"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipments.reqdocs.docs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-reqdocs-{documentDefGid}-docs-post",
                "x-filename-id":"shipments-shipmentgid-reqdocs-documentdefgid-docs-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipments/Required Documents/Documents"
                ],
                "summary":"Update Documents",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-reqdocs-{documentDefGid}-docs-patch",
                "x-filename-id":"shipments-shipmentgid-reqdocs-documentdefgid-docs-patch"
            }
        },
        "/shipments/{shipmentGid}/reqdocs/{documentDefGid}/docs/{documentGid}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipments/Required Documents/Documents"
                ],
                "summary":"Get a Document",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipments.reqdocs.docs"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-reqdocs-{documentDefGid}-docs-{documentGid}-get",
                "x-filename-id":"shipments-shipmentgid-reqdocs-documentdefgid-docs-documentgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipments/Required Documents/Documents"
                ],
                "summary":"Delete a Document",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-reqdocs-{documentDefGid}-docs-{documentGid}-delete",
                "x-filename-id":"shipments-shipmentgid-reqdocs-documentdefgid-docs-documentgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipments/Required Documents/Documents"
                ],
                "summary":"Update a Document",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-reqdocs-{documentDefGid}-docs-{documentGid}-patch",
                "x-filename-id":"shipments-shipmentgid-reqdocs-documentdefgid-docs-documentgid-patch"
            }
        },
        "/shipments/{shipmentGid}/reqdocs/{documentDefGid}/docs/{documentGid}/reviews":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipments/Required Documents/Documents/Reviews"
                ],
                "summary":"Get Reviews",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipments.reqdocs.docs.reviews"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-reqdocs-{documentDefGid}-docs-{documentGid}-reviews-get",
                "x-filename-id":"shipments-shipmentgid-reqdocs-documentdefgid-docs-documentgid-reviews-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipments/Required Documents/Documents/Reviews"
                ],
                "summary":"Create a Review",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipments.reqdocs.docs.reviews"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/shipments.reqdocs.docs.reviews"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipments.reqdocs.docs.reviews"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipments.reqdocs.docs.reviews"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-reqdocs-{documentDefGid}-docs-{documentGid}-reviews-post",
                "x-filename-id":"shipments-shipmentgid-reqdocs-documentdefgid-docs-documentgid-reviews-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipments/Required Documents/Documents/Reviews"
                ],
                "summary":"Update Reviews",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-reqdocs-{documentDefGid}-docs-{documentGid}-reviews-patch",
                "x-filename-id":"shipments-shipmentgid-reqdocs-documentdefgid-docs-documentgid-reviews-patch"
            }
        },
        "/shipments/{shipmentGid}/reqdocs/{documentDefGid}/docs/{documentGid}/reviews/{contactGid}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"contactGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipments/Required Documents/Documents/Reviews"
                ],
                "summary":"Get a Review",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipments.reqdocs.docs.reviews"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-reqdocs-{documentDefGid}-docs-{documentGid}-reviews-{contactGid}-get",
                "x-filename-id":"shipments-shipmentgid-reqdocs-documentdefgid-docs-documentgid-reviews-contactgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipments/Required Documents/Documents/Reviews"
                ],
                "summary":"Delete a Review",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-reqdocs-{documentDefGid}-docs-{documentGid}-reviews-{contactGid}-delete",
                "x-filename-id":"shipments-shipmentgid-reqdocs-documentdefgid-docs-documentgid-reviews-contactgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipments/Required Documents/Documents/Reviews"
                ],
                "summary":"Update a Review",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-reqdocs-{documentDefGid}-docs-{documentGid}-reviews-{contactGid}-patch",
                "x-filename-id":"shipments-shipmentgid-reqdocs-documentdefgid-docs-documentgid-reviews-contactgid-patch"
            }
        },
        "/shipments/{shipmentGid}/sEquipments":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipments/Shipment Equipment"
                ],
                "summary":"Get Shipment Equipment",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipments.sEquipments"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-sEquipments-get",
                "x-filename-id":"shipments-shipmentgid-sequipments-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipments/Shipment Equipment"
                ],
                "summary":"Create a Shipment Equipment",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipments.sEquipments"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/shipments.sEquipments"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipments.sEquipments"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipments.sEquipments"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-sEquipments-post",
                "x-filename-id":"shipments-shipmentgid-sequipments-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipments/Shipment Equipment"
                ],
                "summary":"Update Shipment Equipment",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-sEquipments-patch",
                "x-filename-id":"shipments-shipmentgid-sequipments-patch"
            }
        },
        "/shipments/{shipmentGid}/sEquipments/{sEquipmentGid}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sEquipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipments/Shipment Equipment"
                ],
                "summary":"Get a Shipment Equipment",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipments.sEquipments"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-sEquipments-{sEquipmentGid}-get",
                "x-filename-id":"shipments-shipmentgid-sequipments-sequipmentgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipments/Shipment Equipment"
                ],
                "summary":"Delete a Shipment Equipment",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-sEquipments-{sEquipmentGid}-delete",
                "x-filename-id":"shipments-shipmentgid-sequipments-sequipmentgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipments/Shipment Equipment"
                ],
                "summary":"Update a Shipment Equipment",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-sEquipments-{sEquipmentGid}-patch",
                "x-filename-id":"shipments-shipmentgid-sequipments-sequipmentgid-patch"
            }
        },
        "/shipments/{shipmentGid}/statuses":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipments/Statuses"
                ],
                "summary":"Get Statuses",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipments.statuses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-statuses-get",
                "x-filename-id":"shipments-shipmentgid-statuses-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipments/Statuses"
                ],
                "summary":"Create a Status",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipments.statuses"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/shipments.statuses"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipments.statuses"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipments.statuses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-statuses-post",
                "x-filename-id":"shipments-shipmentgid-statuses-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipments/Statuses"
                ],
                "summary":"Update Statuses",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-statuses-patch",
                "x-filename-id":"shipments-shipmentgid-statuses-patch"
            }
        },
        "/shipments/{shipmentGid}/statuses/{statusTypeGid}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"statusTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipments/Statuses"
                ],
                "summary":"Get a Status",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipments.statuses"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-statuses-{statusTypeGid}-get",
                "x-filename-id":"shipments-shipmentgid-statuses-statustypegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipments/Statuses"
                ],
                "summary":"Delete a Status",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-statuses-{statusTypeGid}-delete",
                "x-filename-id":"shipments-shipmentgid-statuses-statustypegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipments/Statuses"
                ],
                "summary":"Update a Status",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-statuses-{statusTypeGid}-patch",
                "x-filename-id":"shipments-shipmentgid-statuses-statustypegid-patch"
            }
        },
        "/shipments/{shipmentGid}/costs":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipments/Costs"
                ],
                "summary":"Get Costs",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipments.costs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-costs-get",
                "x-filename-id":"shipments-shipmentgid-costs-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipments/Costs"
                ],
                "summary":"Create a Cost",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipments.costs"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/shipments.costs"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipments.costs"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipments.costs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-costs-post",
                "x-filename-id":"shipments-shipmentgid-costs-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipments/Costs"
                ],
                "summary":"Update Costs",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-costs-patch",
                "x-filename-id":"shipments-shipmentgid-costs-patch"
            }
        },
        "/shipments/{shipmentGid}/costs/{shipmentCostSeqno}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"shipmentCostSeqno",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipments/Costs"
                ],
                "summary":"Get a Cost",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipments.costs"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-costs-{shipmentCostSeqno}-get",
                "x-filename-id":"shipments-shipmentgid-costs-shipmentcostseqno-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipments/Costs"
                ],
                "summary":"Delete a Cost",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-costs-{shipmentCostSeqno}-delete",
                "x-filename-id":"shipments-shipmentgid-costs-shipmentcostseqno-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipments/Costs"
                ],
                "summary":"Update a Cost",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-costs-{shipmentCostSeqno}-patch",
                "x-filename-id":"shipments-shipmentgid-costs-shipmentcostseqno-patch"
            }
        },
        "/shipments/{shipmentGid}/costs/{shipmentCostSeqno}/remarks":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"shipmentCostSeqno",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipments/Costs/Remarks"
                ],
                "summary":"Get Remarks",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipments.costs.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-costs-{shipmentCostSeqno}-remarks-get",
                "x-filename-id":"shipments-shipmentgid-costs-shipmentcostseqno-remarks-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipments/Costs/Remarks"
                ],
                "summary":"Create a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipments.costs.remarks"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/shipments.costs.remarks"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipments.costs.remarks"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipments.costs.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-costs-{shipmentCostSeqno}-remarks-post",
                "x-filename-id":"shipments-shipmentgid-costs-shipmentcostseqno-remarks-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipments/Costs/Remarks"
                ],
                "summary":"Update Remarks",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-costs-{shipmentCostSeqno}-remarks-patch",
                "x-filename-id":"shipments-shipmentgid-costs-shipmentcostseqno-remarks-patch"
            }
        },
        "/shipments/{shipmentGid}/costs/{shipmentCostSeqno}/remarks/{remarkSequence}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"shipmentCostSeqno",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"remarkSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipments/Costs/Remarks"
                ],
                "summary":"Get a Remark",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipments.costs.remarks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-costs-{shipmentCostSeqno}-remarks-{remarkSequence}-get",
                "x-filename-id":"shipments-shipmentgid-costs-shipmentcostseqno-remarks-remarksequence-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipments/Costs/Remarks"
                ],
                "summary":"Delete a Remark",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-costs-{shipmentCostSeqno}-remarks-{remarkSequence}-delete",
                "x-filename-id":"shipments-shipmentgid-costs-shipmentcostseqno-remarks-remarksequence-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipments/Costs/Remarks"
                ],
                "summary":"Update a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-costs-{shipmentCostSeqno}-remarks-{remarkSequence}-patch",
                "x-filename-id":"shipments-shipmentgid-costs-shipmentcostseqno-remarks-remarksequence-patch"
            }
        },
        "/shipments/{shipmentGid}/costs/{shipmentCostSeqno}/details":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"shipmentCostSeqno",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipments/Costs/Details"
                ],
                "summary":"Get Details",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipments.costs.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-costs-{shipmentCostSeqno}-details-get",
                "x-filename-id":"shipments-shipmentgid-costs-shipmentcostseqno-details-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipments/Costs/Details"
                ],
                "summary":"Create a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipments.costs.details"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/shipments.costs.details"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipments.costs.details"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipments.costs.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-costs-{shipmentCostSeqno}-details-post",
                "x-filename-id":"shipments-shipmentgid-costs-shipmentcostseqno-details-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipments/Costs/Details"
                ],
                "summary":"Update Details",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-costs-{shipmentCostSeqno}-details-patch",
                "x-filename-id":"shipments-shipmentgid-costs-shipmentcostseqno-details-patch"
            }
        },
        "/shipments/{shipmentGid}/costs/{shipmentCostSeqno}/details/{detailSeqno}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"shipmentCostSeqno",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"detailSeqno",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipments/Costs/Details"
                ],
                "summary":"Get a Detail",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipments.costs.details"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-costs-{shipmentCostSeqno}-details-{detailSeqno}-get",
                "x-filename-id":"shipments-shipmentgid-costs-shipmentcostseqno-details-detailseqno-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipments/Costs/Details"
                ],
                "summary":"Delete a Detail",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-costs-{shipmentCostSeqno}-details-{detailSeqno}-delete",
                "x-filename-id":"shipments-shipmentgid-costs-shipmentcostseqno-details-detailseqno-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipments/Costs/Details"
                ],
                "summary":"Update a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-costs-{shipmentCostSeqno}-details-{detailSeqno}-patch",
                "x-filename-id":"shipments-shipmentgid-costs-shipmentcostseqno-details-detailseqno-patch"
            }
        },
        "/shipments/{shipmentGid}/costs/{shipmentCostSeqno}/refs":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"shipmentCostSeqno",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipments/Costs/References"
                ],
                "summary":"Get References",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipments.costs.refs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-costs-{shipmentCostSeqno}-refs-get",
                "x-filename-id":"shipments-shipmentgid-costs-shipmentcostseqno-refs-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipments/Costs/References"
                ],
                "summary":"Create a Reference",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipments.costs.refs"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/shipments.costs.refs"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipments.costs.refs"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipments.costs.refs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-costs-{shipmentCostSeqno}-refs-post",
                "x-filename-id":"shipments-shipmentgid-costs-shipmentcostseqno-refs-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipments/Costs/References"
                ],
                "summary":"Update References",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-costs-{shipmentCostSeqno}-refs-patch",
                "x-filename-id":"shipments-shipmentgid-costs-shipmentcostseqno-refs-patch"
            }
        },
        "/shipments/{shipmentGid}/costs/{shipmentCostSeqno}/refs/{seqno}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"shipmentCostSeqno",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"seqno",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipments/Costs/References"
                ],
                "summary":"Get a Reference",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipments.costs.refs"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-costs-{shipmentCostSeqno}-refs-{seqno}-get",
                "x-filename-id":"shipments-shipmentgid-costs-shipmentcostseqno-refs-seqno-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipments/Costs/References"
                ],
                "summary":"Delete a Reference",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-costs-{shipmentCostSeqno}-refs-{seqno}-delete",
                "x-filename-id":"shipments-shipmentgid-costs-shipmentcostseqno-refs-seqno-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipments/Costs/References"
                ],
                "summary":"Update a Reference",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-costs-{shipmentCostSeqno}-refs-{seqno}-patch",
                "x-filename-id":"shipments-shipmentgid-costs-shipmentcostseqno-refs-seqno-patch"
            }
        },
        "/shipments/{shipmentGid}/stops":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipments/Stops"
                ],
                "summary":"Get Stops",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipments.stops"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-stops-get",
                "x-filename-id":"shipments-shipmentgid-stops-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipments/Stops"
                ],
                "summary":"Create a Stop",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipments.stops"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/shipments.stops"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipments.stops"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipments.stops"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-stops-post",
                "x-filename-id":"shipments-shipmentgid-stops-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipments/Stops"
                ],
                "summary":"Update Stops",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-stops-patch",
                "x-filename-id":"shipments-shipmentgid-stops-patch"
            }
        },
        "/shipments/{shipmentGid}/stops/{stopNum}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"stopNum",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipments/Stops"
                ],
                "summary":"Get a Stop",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipments.stops"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-stops-{stopNum}-get",
                "x-filename-id":"shipments-shipmentgid-stops-stopnum-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipments/Stops"
                ],
                "summary":"Delete a Stop",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-stops-{stopNum}-delete",
                "x-filename-id":"shipments-shipmentgid-stops-stopnum-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipments/Stops"
                ],
                "summary":"Update a Stop",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-stops-{stopNum}-patch",
                "x-filename-id":"shipments-shipmentgid-stops-stopnum-patch"
            }
        },
        "/shipments/{shipmentGid}/stops/{stopNum}/debriefs":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"stopNum",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipments/Stops/Debriefs"
                ],
                "summary":"Get Debriefs",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipments.stops.debriefs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-stops-{stopNum}-debriefs-get",
                "x-filename-id":"shipments-shipmentgid-stops-stopnum-debriefs-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipments/Stops/Debriefs"
                ],
                "summary":"Create a Debrief",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipments.stops.debriefs"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/shipments.stops.debriefs"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipments.stops.debriefs"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipments.stops.debriefs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-stops-{stopNum}-debriefs-post",
                "x-filename-id":"shipments-shipmentgid-stops-stopnum-debriefs-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipments/Stops/Debriefs"
                ],
                "summary":"Update Debriefs",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-stops-{stopNum}-debriefs-patch",
                "x-filename-id":"shipments-shipmentgid-stops-stopnum-debriefs-patch"
            }
        },
        "/shipments/{shipmentGid}/stops/{stopNum}/debriefs/{activityxsequenceNo}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"stopNum",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"activityxsequenceNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipments/Stops/Debriefs"
                ],
                "summary":"Get a Debrief",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipments.stops.debriefs"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-stops-{stopNum}-debriefs-{activityxsequenceNo}-get",
                "x-filename-id":"shipments-shipmentgid-stops-stopnum-debriefs-activityxsequenceno-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipments/Stops/Debriefs"
                ],
                "summary":"Delete a Debrief",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-stops-{stopNum}-debriefs-{activityxsequenceNo}-delete",
                "x-filename-id":"shipments-shipmentgid-stops-stopnum-debriefs-activityxsequenceno-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipments/Stops/Debriefs"
                ],
                "summary":"Update a Debrief",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-stops-{stopNum}-debriefs-{activityxsequenceNo}-patch",
                "x-filename-id":"shipments-shipmentgid-stops-stopnum-debriefs-activityxsequenceno-patch"
            }
        },
        "/shipments/{shipmentGid}/stops/{stopNum}/involvedParties":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"stopNum",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipments/Stops/Involved Parties"
                ],
                "summary":"Get Involved Parties",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipments.stops.involvedParties"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-stops-{stopNum}-involvedParties-get",
                "x-filename-id":"shipments-shipmentgid-stops-stopnum-involvedparties-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipments/Stops/Involved Parties"
                ],
                "summary":"Create an Involved Party",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipments.stops.involvedParties"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/shipments.stops.involvedParties"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipments.stops.involvedParties"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipments.stops.involvedParties"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-stops-{stopNum}-involvedParties-post",
                "x-filename-id":"shipments-shipmentgid-stops-stopnum-involvedparties-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipments/Stops/Involved Parties"
                ],
                "summary":"Update Involved Parties",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-stops-{stopNum}-involvedParties-patch",
                "x-filename-id":"shipments-shipmentgid-stops-stopnum-involvedparties-patch"
            }
        },
        "/shipments/{shipmentGid}/stops/{stopNum}/involvedParties/{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"stopNum",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipments/Stops/Involved Parties"
                ],
                "summary":"Get an Involved Party",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipments.stops.involvedParties"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-stops-{stopNum}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-get",
                "x-filename-id":"shipments-shipmentgid-stops-stopnum-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipments/Stops/Involved Parties"
                ],
                "summary":"Delete an Involved Party",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-stops-{stopNum}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-delete",
                "x-filename-id":"shipments-shipmentgid-stops-stopnum-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipments/Stops/Involved Parties"
                ],
                "summary":"Update an Involved Party",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-stops-{stopNum}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-patch",
                "x-filename-id":"shipments-shipmentgid-stops-stopnum-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-patch"
            }
        },
        "/shipments/{shipmentGid}/stops/{stopNum}/remarks":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"stopNum",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipments/Stops/Remarks"
                ],
                "summary":"Get Remarks",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipments.stops.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-stops-{stopNum}-remarks-get",
                "x-filename-id":"shipments-shipmentgid-stops-stopnum-remarks-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipments/Stops/Remarks"
                ],
                "summary":"Create a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipments.stops.remarks"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/shipments.stops.remarks"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipments.stops.remarks"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipments.stops.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-stops-{stopNum}-remarks-post",
                "x-filename-id":"shipments-shipmentgid-stops-stopnum-remarks-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipments/Stops/Remarks"
                ],
                "summary":"Update Remarks",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-stops-{stopNum}-remarks-patch",
                "x-filename-id":"shipments-shipmentgid-stops-stopnum-remarks-patch"
            }
        },
        "/shipments/{shipmentGid}/stops/{stopNum}/remarks/{remarkSequence}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"stopNum",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"remarkSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipments/Stops/Remarks"
                ],
                "summary":"Get a Remark",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipments.stops.remarks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-stops-{stopNum}-remarks-{remarkSequence}-get",
                "x-filename-id":"shipments-shipmentgid-stops-stopnum-remarks-remarksequence-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipments/Stops/Remarks"
                ],
                "summary":"Delete a Remark",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-stops-{stopNum}-remarks-{remarkSequence}-delete",
                "x-filename-id":"shipments-shipmentgid-stops-stopnum-remarks-remarksequence-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipments/Stops/Remarks"
                ],
                "summary":"Update a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-stops-{stopNum}-remarks-{remarkSequence}-patch",
                "x-filename-id":"shipments-shipmentgid-stops-stopnum-remarks-remarksequence-patch"
            }
        },
        "/shipments/{shipmentGid}/stops/{stopNum}/refnums":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"stopNum",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipments/Stops/Reference Numbers"
                ],
                "summary":"Get Reference Numbers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipments.stops.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-stops-{stopNum}-refnums-get",
                "x-filename-id":"shipments-shipmentgid-stops-stopnum-refnums-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipments/Stops/Reference Numbers"
                ],
                "summary":"Create a Reference Number",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipments.stops.refnums"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/shipments.stops.refnums"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipments.stops.refnums"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipments.stops.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-stops-{stopNum}-refnums-post",
                "x-filename-id":"shipments-shipmentgid-stops-stopnum-refnums-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipments/Stops/Reference Numbers"
                ],
                "summary":"Update Reference Numbers",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-stops-{stopNum}-refnums-patch",
                "x-filename-id":"shipments-shipmentgid-stops-stopnum-refnums-patch"
            }
        },
        "/shipments/{shipmentGid}/stops/{stopNum}/refnums/{shipmentStopRefnumQualGidxshipmentStopRefnumValue}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"stopNum",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"shipmentStopRefnumQualGidxshipmentStopRefnumValue",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipments/Stops/Reference Numbers"
                ],
                "summary":"Get a Reference Number",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipments.stops.refnums"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-stops-{stopNum}-refnums-{shipmentStopRefnumQualGidxshipmentStopRefnumValue}-get",
                "x-filename-id":"shipments-shipmentgid-stops-stopnum-refnums-shipmentstoprefnumqualgidxshipmentstoprefnumvalue-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipments/Stops/Reference Numbers"
                ],
                "summary":"Delete a Reference Number",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-stops-{stopNum}-refnums-{shipmentStopRefnumQualGidxshipmentStopRefnumValue}-delete",
                "x-filename-id":"shipments-shipmentgid-stops-stopnum-refnums-shipmentstoprefnumqualgidxshipmentstoprefnumvalue-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipments/Stops/Reference Numbers"
                ],
                "summary":"Update a Reference Number",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-stops-{stopNum}-refnums-{shipmentStopRefnumQualGidxshipmentStopRefnumValue}-patch",
                "x-filename-id":"shipments-shipmentgid-stops-stopnum-refnums-shipmentstoprefnumqualgidxshipmentstoprefnumvalue-patch"
            }
        },
        "/shipments/{shipmentGid}/stops/{stopNum}/details":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"stopNum",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipments/Stops/Details"
                ],
                "summary":"Get Details",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipments.stops.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-stops-{stopNum}-details-get",
                "x-filename-id":"shipments-shipmentgid-stops-stopnum-details-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipments/Stops/Details"
                ],
                "summary":"Create a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipments.stops.details"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/shipments.stops.details"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipments.stops.details"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipments.stops.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-stops-{stopNum}-details-post",
                "x-filename-id":"shipments-shipmentgid-stops-stopnum-details-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipments/Stops/Details"
                ],
                "summary":"Update Details",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-stops-{stopNum}-details-patch",
                "x-filename-id":"shipments-shipmentgid-stops-stopnum-details-patch"
            }
        },
        "/shipments/{shipmentGid}/stops/{stopNum}/details/{sShipUnitGid}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"stopNum",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipments/Stops/Details"
                ],
                "summary":"Get a Detail",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipments.stops.details"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-get",
                "x-filename-id":"shipments-shipmentgid-stops-stopnum-details-sshipunitgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipments/Stops/Details"
                ],
                "summary":"Delete a Detail",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-delete",
                "x-filename-id":"shipments-shipmentgid-stops-stopnum-details-sshipunitgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipments/Stops/Details"
                ],
                "summary":"Update a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-patch",
                "x-filename-id":"shipments-shipmentgid-stops-stopnum-details-sshipunitgid-patch"
            }
        },
        "/shipments/{shipmentGid}/stops/{stopNum}/details/{sShipUnitGid}/involvedParties":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"stopNum",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipments/Stops/Details/Involved Parties"
                ],
                "summary":"Get Involved Parties",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipments.stops.details.involvedParties"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-involvedParties-get",
                "x-filename-id":"shipments-shipmentgid-stops-stopnum-details-sshipunitgid-involvedparties-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipments/Stops/Details/Involved Parties"
                ],
                "summary":"Create an Involved Party",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipments.stops.details.involvedParties"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/shipments.stops.details.involvedParties"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipments.stops.details.involvedParties"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipments.stops.details.involvedParties"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-involvedParties-post",
                "x-filename-id":"shipments-shipmentgid-stops-stopnum-details-sshipunitgid-involvedparties-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipments/Stops/Details/Involved Parties"
                ],
                "summary":"Update Involved Parties",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-involvedParties-patch",
                "x-filename-id":"shipments-shipmentgid-stops-stopnum-details-sshipunitgid-involvedparties-patch"
            }
        },
        "/shipments/{shipmentGid}/stops/{stopNum}/details/{sShipUnitGid}/involvedParties/{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"stopNum",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipments/Stops/Details/Involved Parties"
                ],
                "summary":"Get an Involved Party",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipments.stops.details.involvedParties"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-get",
                "x-filename-id":"shipments-shipmentgid-stops-stopnum-details-sshipunitgid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipments/Stops/Details/Involved Parties"
                ],
                "summary":"Delete an Involved Party",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-delete",
                "x-filename-id":"shipments-shipmentgid-stops-stopnum-details-sshipunitgid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipments/Stops/Details/Involved Parties"
                ],
                "summary":"Update an Involved Party",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-stops-{stopNum}-details-{sShipUnitGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-patch",
                "x-filename-id":"shipments-shipmentgid-stops-stopnum-details-sshipunitgid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-patch"
            }
        },
        "/shipments/{shipmentGid}/involvedParties":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipments/Involved Parties"
                ],
                "summary":"Get Involved Parties",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipments.involvedParties"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-involvedParties-get",
                "x-filename-id":"shipments-shipmentgid-involvedparties-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipments/Involved Parties"
                ],
                "summary":"Create an Involved Party",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipments.involvedParties"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/shipments.involvedParties"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipments.involvedParties"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipments.involvedParties"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-involvedParties-post",
                "x-filename-id":"shipments-shipmentgid-involvedparties-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipments/Involved Parties"
                ],
                "summary":"Update Involved Parties",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-involvedParties-patch",
                "x-filename-id":"shipments-shipmentgid-involvedparties-patch"
            }
        },
        "/shipments/{shipmentGid}/involvedParties/{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipments/Involved Parties"
                ],
                "summary":"Get an Involved Party",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipments.involvedParties"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-get",
                "x-filename-id":"shipments-shipmentgid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipments/Involved Parties"
                ],
                "summary":"Delete an Involved Party",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-delete",
                "x-filename-id":"shipments-shipmentgid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipments/Involved Parties"
                ],
                "summary":"Update an Involved Party",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-patch",
                "x-filename-id":"shipments-shipmentgid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-patch"
            }
        },
        "/shipments/{shipmentGid}/involvedParties/{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}/overrideAddresses":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipments/Involved Parties/Override Addresses"
                ],
                "summary":"Get Override Addresses",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipments.involvedParties.overrideAddresses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-overrideAddresses-get",
                "x-filename-id":"shipments-shipmentgid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-overrideaddresses-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipments/Involved Parties/Override Addresses"
                ],
                "summary":"Create an Override Address",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipments.involvedParties.overrideAddresses"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/shipments.involvedParties.overrideAddresses"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipments.involvedParties.overrideAddresses"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipments.involvedParties.overrideAddresses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-overrideAddresses-post",
                "x-filename-id":"shipments-shipmentgid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-overrideaddresses-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipments/Involved Parties/Override Addresses"
                ],
                "summary":"Update Override Addresses",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-overrideAddresses-patch",
                "x-filename-id":"shipments-shipmentgid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-overrideaddresses-patch"
            }
        },
        "/shipments/{shipmentGid}/involvedParties/{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}/overrideAddresses/{lineSequence}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"lineSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipments/Involved Parties/Override Addresses"
                ],
                "summary":"Get an Override Address",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipments.involvedParties.overrideAddresses"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-overrideAddresses-{lineSequence}-get",
                "x-filename-id":"shipments-shipmentgid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-overrideaddresses-linesequence-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipments/Involved Parties/Override Addresses"
                ],
                "summary":"Delete an Override Address",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-overrideAddresses-{lineSequence}-delete",
                "x-filename-id":"shipments-shipmentgid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-overrideaddresses-linesequence-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipments/Involved Parties/Override Addresses"
                ],
                "summary":"Update an Override Address",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-overrideAddresses-{lineSequence}-patch",
                "x-filename-id":"shipments-shipmentgid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-overrideaddresses-linesequence-patch"
            }
        },
        "/shipments/{shipmentGid}/refnums":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipments/Reference Numbers"
                ],
                "summary":"Get Reference Numbers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipments.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-refnums-get",
                "x-filename-id":"shipments-shipmentgid-refnums-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipments/Reference Numbers"
                ],
                "summary":"Create a Reference Number",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipments.refnums"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/shipments.refnums"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipments.refnums"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipments.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-refnums-post",
                "x-filename-id":"shipments-shipmentgid-refnums-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipments/Reference Numbers"
                ],
                "summary":"Update Reference Numbers",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-refnums-patch",
                "x-filename-id":"shipments-shipmentgid-refnums-patch"
            }
        },
        "/shipments/{shipmentGid}/refnums/{shipmentRefnumQualGidxshipmentRefnumValue}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"shipmentRefnumQualGidxshipmentRefnumValue",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipments/Reference Numbers"
                ],
                "summary":"Get a Reference Number",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipments.refnums"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-refnums-{shipmentRefnumQualGidxshipmentRefnumValue}-get",
                "x-filename-id":"shipments-shipmentgid-refnums-shipmentrefnumqualgidxshipmentrefnumvalue-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipments/Reference Numbers"
                ],
                "summary":"Delete a Reference Number",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-refnums-{shipmentRefnumQualGidxshipmentRefnumValue}-delete",
                "x-filename-id":"shipments-shipmentgid-refnums-shipmentrefnumqualgidxshipmentrefnumvalue-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipments/Reference Numbers"
                ],
                "summary":"Update a Reference Number",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-refnums-{shipmentRefnumQualGidxshipmentRefnumValue}-patch",
                "x-filename-id":"shipments-shipmentgid-refnums-shipmentrefnumqualgidxshipmentrefnumvalue-patch"
            }
        },
        "/shipments/{shipmentGid}/trackingEvents":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipments/Tracking Events"
                ],
                "summary":"Get Tracking Events",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipments.trackingEvents"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-trackingEvents-get",
                "x-filename-id":"shipments-shipmentgid-trackingevents-get"
            }
        },
        "/shipments/{shipmentGid}/trackingEvents/{iTransactionNo}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"iTransactionNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipments/Tracking Events"
                ],
                "summary":"Get a Tracking Event",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipments.trackingEvents"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-trackingEvents-{iTransactionNo}-get",
                "x-filename-id":"shipments-shipmentgid-trackingevents-itransactionno-get"
            }
        },
        "/shipments/{shipmentGid}/documents":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipments/Documents"
                ],
                "summary":"Get Documents",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipments.documents"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-documents-get",
                "x-filename-id":"shipments-shipmentgid-documents-get"
            }
        },
        "/shipments/{shipmentGid}/documents/{documentGid}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipments/Documents"
                ],
                "summary":"Get a Document",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipments.documents"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-documents-{documentGid}-get",
                "x-filename-id":"shipments-shipmentgid-documents-documentgid-get"
            }
        },
        "/shipments/{shipmentGid}/allocations":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipments/Allocations"
                ],
                "summary":"Get Allocations",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipments.allocations"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-allocations-get",
                "x-filename-id":"shipments-shipmentgid-allocations-get"
            }
        },
        "/shipments/{shipmentGid}/allocations/{allocSeqNo}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"allocSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipments/Allocations"
                ],
                "summary":"Get an Allocation",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipments.allocations"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-allocations-{allocSeqNo}-get",
                "x-filename-id":"shipments-shipmentgid-allocations-allocseqno-get"
            }
        },
        "/shipments/{shipmentGid}/allocations/{allocSeqNo}/orderAllocations":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"allocSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipments/Allocations/Order Release Allocations"
                ],
                "summary":"Get Order Release Allocations",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipments.allocations.orderAllocations"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-allocations-{allocSeqNo}-orderAllocations-get",
                "x-filename-id":"shipments-shipmentgid-allocations-allocseqno-orderallocations-get"
            }
        },
        "/shipments/{shipmentGid}/allocations/{allocSeqNo}/orderAllocations/{allocCostSeqno}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"allocSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"allocCostSeqno",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipments/Allocations/Order Release Allocations"
                ],
                "summary":"Get an Order Release Allocation",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipments.allocations.orderAllocations"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-allocations-{allocSeqNo}-orderAllocations-{allocCostSeqno}-get",
                "x-filename-id":"shipments-shipmentgid-allocations-allocseqno-orderallocations-alloccostseqno-get"
            }
        },
        "/shipments/{shipmentGid}/allocations/{allocSeqNo}/orderLineAllocations":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"allocSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipments/Allocations/Order Release Line Allocations"
                ],
                "summary":"Get Order Release Line Allocations",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipments.allocations.orderLineAllocations"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-allocations-{allocSeqNo}-orderLineAllocations-get",
                "x-filename-id":"shipments-shipmentgid-allocations-allocseqno-orderlineallocations-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipments/Allocations/Order Release Line Allocations"
                ],
                "summary":"Create an Order Release Line Allocation",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipments.allocations.orderLineAllocations"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/shipments.allocations.orderLineAllocations"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipments.allocations.orderLineAllocations"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipments.allocations.orderLineAllocations"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-allocations-{allocSeqNo}-orderLineAllocations-post",
                "x-filename-id":"shipments-shipmentgid-allocations-allocseqno-orderlineallocations-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipments/Allocations/Order Release Line Allocations"
                ],
                "summary":"Update Order Release Line Allocations",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-allocations-{allocSeqNo}-orderLineAllocations-patch",
                "x-filename-id":"shipments-shipmentgid-allocations-allocseqno-orderlineallocations-patch"
            }
        },
        "/shipments/{shipmentGid}/allocations/{allocSeqNo}/orderLineAllocations/{allocCostSeqno}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"allocSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"allocCostSeqno",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipments/Allocations/Order Release Line Allocations"
                ],
                "summary":"Get an Order Release Line Allocation",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipments.allocations.orderLineAllocations"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-allocations-{allocSeqNo}-orderLineAllocations-{allocCostSeqno}-get",
                "x-filename-id":"shipments-shipmentgid-allocations-allocseqno-orderlineallocations-alloccostseqno-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipments/Allocations/Order Release Line Allocations"
                ],
                "summary":"Delete an Order Release Line Allocation",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-allocations-{allocSeqNo}-orderLineAllocations-{allocCostSeqno}-delete",
                "x-filename-id":"shipments-shipmentgid-allocations-allocseqno-orderlineallocations-alloccostseqno-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipments/Allocations/Order Release Line Allocations"
                ],
                "summary":"Update an Order Release Line Allocation",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-allocations-{allocSeqNo}-orderLineAllocations-{allocCostSeqno}-patch",
                "x-filename-id":"shipments-shipmentgid-allocations-allocseqno-orderlineallocations-alloccostseqno-patch"
            }
        },
        "/shipments/{shipmentGid}/allocations/{allocSeqNo}/orderBaseLineAllocations":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"allocSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipments/Allocations/Order Base Line Allocations"
                ],
                "summary":"Get Order Base Line Allocations",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipments.allocations.orderBaseLineAllocations"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-allocations-{allocSeqNo}-orderBaseLineAllocations-get",
                "x-filename-id":"shipments-shipmentgid-allocations-allocseqno-orderbaselineallocations-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipments/Allocations/Order Base Line Allocations"
                ],
                "summary":"Create an Order Base Line Allocation",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipments.allocations.orderBaseLineAllocations"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/shipments.allocations.orderBaseLineAllocations"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipments.allocations.orderBaseLineAllocations"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipments.allocations.orderBaseLineAllocations"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-allocations-{allocSeqNo}-orderBaseLineAllocations-post",
                "x-filename-id":"shipments-shipmentgid-allocations-allocseqno-orderbaselineallocations-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipments/Allocations/Order Base Line Allocations"
                ],
                "summary":"Update Order Base Line Allocations",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-allocations-{allocSeqNo}-orderBaseLineAllocations-patch",
                "x-filename-id":"shipments-shipmentgid-allocations-allocseqno-orderbaselineallocations-patch"
            }
        },
        "/shipments/{shipmentGid}/allocations/{allocSeqNo}/orderBaseLineAllocations/{allocCostSeqno}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"allocSeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"allocCostSeqno",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipments/Allocations/Order Base Line Allocations"
                ],
                "summary":"Get an Order Base Line Allocation",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipments.allocations.orderBaseLineAllocations"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-allocations-{allocSeqNo}-orderBaseLineAllocations-{allocCostSeqno}-get",
                "x-filename-id":"shipments-shipmentgid-allocations-allocseqno-orderbaselineallocations-alloccostseqno-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipments/Allocations/Order Base Line Allocations"
                ],
                "summary":"Delete an Order Base Line Allocation",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-allocations-{allocSeqNo}-orderBaseLineAllocations-{allocCostSeqno}-delete",
                "x-filename-id":"shipments-shipmentgid-allocations-allocseqno-orderbaselineallocations-alloccostseqno-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipments/Allocations/Order Base Line Allocations"
                ],
                "summary":"Update an Order Base Line Allocation",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-allocations-{allocSeqNo}-orderBaseLineAllocations-{allocCostSeqno}-patch",
                "x-filename-id":"shipments-shipmentgid-allocations-allocseqno-orderbaselineallocations-alloccostseqno-patch"
            }
        },
        "/shipments/{shipmentGid}/tenders":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipments/Tenders"
                ],
                "summary":"Get Tenders",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipments.tenders"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-tenders-get",
                "x-filename-id":"shipments-shipmentgid-tenders-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipments/Tenders"
                ],
                "summary":"Create a Tender",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipments.tenders"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/shipments.tenders"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipments.tenders"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipments.tenders"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-tenders-post",
                "x-filename-id":"shipments-shipmentgid-tenders-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipments/Tenders"
                ],
                "summary":"Update Tenders",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-tenders-patch",
                "x-filename-id":"shipments-shipmentgid-tenders-patch"
            }
        },
        "/shipments/{shipmentGid}/tenders/{iTransactionNo}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"iTransactionNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipments/Tenders"
                ],
                "summary":"Get a Tender",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipments.tenders"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-tenders-{iTransactionNo}-get",
                "x-filename-id":"shipments-shipmentgid-tenders-itransactionno-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipments/Tenders"
                ],
                "summary":"Delete a Tender",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-tenders-{iTransactionNo}-delete",
                "x-filename-id":"shipments-shipmentgid-tenders-itransactionno-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipments/Tenders"
                ],
                "summary":"Update a Tender",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-tenders-{iTransactionNo}-patch",
                "x-filename-id":"shipments-shipmentgid-tenders-itransactionno-patch"
            }
        },
        "/shipments/{shipmentGid}/sShipUnits":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipments/S Ship Units"
                ],
                "summary":"Get S Ship Units",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipments.sShipUnits"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-sShipUnits-get",
                "x-filename-id":"shipments-shipmentgid-sshipunits-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipments/S Ship Units"
                ],
                "summary":"Create a S Ship Unit",
                "description":"A shipment ship unit can only be created in two cases. One, when it is provided as a part of the shipment payload. Two, when a shipment ship unit (sShipUnits) resource is targeted directly. It cannot be created when you use only a sShipUnit payload and a shipment resource URL.",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipments.sShipUnits"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/shipments.sShipUnits"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipments.sShipUnits"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipments.sShipUnits"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-sShipUnits-post",
                "x-filename-id":"shipments-shipmentgid-sshipunits-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipments/S Ship Units"
                ],
                "summary":"Update S Ship Units",
                "description":"A shipment ship unit can only be updated in two cases. One, when it is provided as a part of the shipment payload. Two, when a shipment ship unit (sShipUnits) resource is targeted directly. It cannot be updated when you use only a sShipUnit payload and a shipment resource URL.",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-sShipUnits-patch",
                "x-filename-id":"shipments-shipmentgid-sshipunits-patch"
            }
        },
        "/shipments/{shipmentGid}/sShipUnits/{sShipUnitGid}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipments/S Ship Units"
                ],
                "summary":"Get a S Ship Unit",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipments.sShipUnits"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-sShipUnits-{sShipUnitGid}-get",
                "x-filename-id":"shipments-shipmentgid-sshipunits-sshipunitgid-get"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipments/S Ship Units"
                ],
                "summary":"Update a S Ship Unit",
                "description":"A shipment ship unit can only be updated in two cases. One, when it is provided as a part of the shipment payload. Two, when a shipment ship unit (sShipUnits) resource is targeted directly. It cannot be updated when you use only a sShipUnit payload and a shipment resource URL.",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-sShipUnits-{sShipUnitGid}-patch",
                "x-filename-id":"shipments-shipmentgid-sshipunits-sshipunitgid-patch"
            }
        },
        "/shipments/{shipmentGid}/sShipUnits/{sShipUnitGid}/refnums":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipments/S Ship Units/Refnums"
                ],
                "summary":"Get Refnums",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipments.sShipUnits.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-sShipUnits-{sShipUnitGid}-refnums-get",
                "x-filename-id":"shipments-shipmentgid-sshipunits-sshipunitgid-refnums-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipments/S Ship Units/Refnums"
                ],
                "summary":"Create a Refnum",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipments.sShipUnits.refnums"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/shipments.sShipUnits.refnums"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipments.sShipUnits.refnums"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipments.sShipUnits.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-sShipUnits-{sShipUnitGid}-refnums-post",
                "x-filename-id":"shipments-shipmentgid-sshipunits-sshipunitgid-refnums-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipments/S Ship Units/Refnums"
                ],
                "summary":"Update Refnums",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-sShipUnits-{sShipUnitGid}-refnums-patch",
                "x-filename-id":"shipments-shipmentgid-sshipunits-sshipunitgid-refnums-patch"
            }
        },
        "/shipments/{shipmentGid}/sShipUnits/{sShipUnitGid}/refnums/{sShipUnitRefnumQualGidxrefnumValue}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitRefnumQualGidxrefnumValue",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipments/S Ship Units/Refnums"
                ],
                "summary":"Get a Refnum",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipments.sShipUnits.refnums"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-sShipUnits-{sShipUnitGid}-refnums-{sShipUnitRefnumQualGidxrefnumValue}-get",
                "x-filename-id":"shipments-shipmentgid-sshipunits-sshipunitgid-refnums-sshipunitrefnumqualgidxrefnumvalue-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipments/S Ship Units/Refnums"
                ],
                "summary":"Delete a Refnum",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-sShipUnits-{sShipUnitGid}-refnums-{sShipUnitRefnumQualGidxrefnumValue}-delete",
                "x-filename-id":"shipments-shipmentgid-sshipunits-sshipunitgid-refnums-sshipunitrefnumqualgidxrefnumvalue-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipments/S Ship Units/Refnums"
                ],
                "summary":"Update a Refnum",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-sShipUnits-{sShipUnitGid}-refnums-{sShipUnitRefnumQualGidxrefnumValue}-patch",
                "x-filename-id":"shipments-shipmentgid-sshipunits-sshipunitgid-refnums-sshipunitrefnumqualgidxrefnumvalue-patch"
            }
        },
        "/shipments/{shipmentGid}/sShipUnits/{sShipUnitGid}/accessorials":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipments/S Ship Units/Accessorials"
                ],
                "summary":"Get Accessorials",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipments.sShipUnits.accessorials"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-sShipUnits-{sShipUnitGid}-accessorials-get",
                "x-filename-id":"shipments-shipmentgid-sshipunits-sshipunitgid-accessorials-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipments/S Ship Units/Accessorials"
                ],
                "summary":"Create an Accessorial",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipments.sShipUnits.accessorials"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/shipments.sShipUnits.accessorials"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipments.sShipUnits.accessorials"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipments.sShipUnits.accessorials"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-sShipUnits-{sShipUnitGid}-accessorials-post",
                "x-filename-id":"shipments-shipmentgid-sshipunits-sshipunitgid-accessorials-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipments/S Ship Units/Accessorials"
                ],
                "summary":"Update Accessorials",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-sShipUnits-{sShipUnitGid}-accessorials-patch",
                "x-filename-id":"shipments-shipmentgid-sshipunits-sshipunitgid-accessorials-patch"
            }
        },
        "/shipments/{shipmentGid}/sShipUnits/{sShipUnitGid}/accessorials/{accessorialCodeGid}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"accessorialCodeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipments/S Ship Units/Accessorials"
                ],
                "summary":"Get an Accessorial",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipments.sShipUnits.accessorials"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-sShipUnits-{sShipUnitGid}-accessorials-{accessorialCodeGid}-get",
                "x-filename-id":"shipments-shipmentgid-sshipunits-sshipunitgid-accessorials-accessorialcodegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipments/S Ship Units/Accessorials"
                ],
                "summary":"Delete an Accessorial",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-sShipUnits-{sShipUnitGid}-accessorials-{accessorialCodeGid}-delete",
                "x-filename-id":"shipments-shipmentgid-sshipunits-sshipunitgid-accessorials-accessorialcodegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipments/S Ship Units/Accessorials"
                ],
                "summary":"Update an Accessorial",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-sShipUnits-{sShipUnitGid}-accessorials-{accessorialCodeGid}-patch",
                "x-filename-id":"shipments-shipmentgid-sshipunits-sshipunitgid-accessorials-accessorialcodegid-patch"
            }
        },
        "/shipments/{shipmentGid}/sShipUnits/{sShipUnitGid}/seals":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipments/S Ship Units/Seals"
                ],
                "summary":"Get Seals",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipments.sShipUnits.seals"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-sShipUnits-{sShipUnitGid}-seals-get",
                "x-filename-id":"shipments-shipmentgid-sshipunits-sshipunitgid-seals-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipments/S Ship Units/Seals"
                ],
                "summary":"Create a Seal",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipments.sShipUnits.seals"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/shipments.sShipUnits.seals"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipments.sShipUnits.seals"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipments.sShipUnits.seals"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-sShipUnits-{sShipUnitGid}-seals-post",
                "x-filename-id":"shipments-shipmentgid-sshipunits-sshipunitgid-seals-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipments/S Ship Units/Seals"
                ],
                "summary":"Update Seals",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-sShipUnits-{sShipUnitGid}-seals-patch",
                "x-filename-id":"shipments-shipmentgid-sshipunits-sshipunitgid-seals-patch"
            }
        },
        "/shipments/{shipmentGid}/sShipUnits/{sShipUnitGid}/seals/{equipmentSeal}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"equipmentSeal",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipments/S Ship Units/Seals"
                ],
                "summary":"Get a Seal",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipments.sShipUnits.seals"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-sShipUnits-{sShipUnitGid}-seals-{equipmentSeal}-get",
                "x-filename-id":"shipments-shipmentgid-sshipunits-sshipunitgid-seals-equipmentseal-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipments/S Ship Units/Seals"
                ],
                "summary":"Delete a Seal",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-sShipUnits-{sShipUnitGid}-seals-{equipmentSeal}-delete",
                "x-filename-id":"shipments-shipmentgid-sshipunits-sshipunitgid-seals-equipmentseal-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipments/S Ship Units/Seals"
                ],
                "summary":"Update a Seal",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-sShipUnits-{sShipUnitGid}-seals-{equipmentSeal}-patch",
                "x-filename-id":"shipments-shipmentgid-sshipunits-sshipunitgid-seals-equipmentseal-patch"
            }
        },
        "/shipments/{shipmentGid}/sShipUnits/{sShipUnitGid}/sEquipments":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipments/S Ship Units/S Equipments"
                ],
                "summary":"Get S Equipments",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipments.sShipUnits.sEquipments"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-sShipUnits-{sShipUnitGid}-sEquipments-get",
                "x-filename-id":"shipments-shipmentgid-sshipunits-sshipunitgid-sequipments-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipments/S Ship Units/S Equipments"
                ],
                "summary":"Create a S Equipment",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipments.sShipUnits.sEquipments"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/shipments.sShipUnits.sEquipments"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipments.sShipUnits.sEquipments"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipments.sShipUnits.sEquipments"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-sShipUnits-{sShipUnitGid}-sEquipments-post",
                "x-filename-id":"shipments-shipmentgid-sshipunits-sshipunitgid-sequipments-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipments/S Ship Units/S Equipments"
                ],
                "summary":"Update S Equipments",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-sShipUnits-{sShipUnitGid}-sEquipments-patch",
                "x-filename-id":"shipments-shipmentgid-sshipunits-sshipunitgid-sequipments-patch"
            }
        },
        "/shipments/{shipmentGid}/sShipUnits/{sShipUnitGid}/sEquipments/{sEquipmentGid}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sEquipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipments/S Ship Units/S Equipments"
                ],
                "summary":"Get a S Equipment",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipments.sShipUnits.sEquipments"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-sShipUnits-{sShipUnitGid}-sEquipments-{sEquipmentGid}-get",
                "x-filename-id":"shipments-shipmentgid-sshipunits-sshipunitgid-sequipments-sequipmentgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipments/S Ship Units/S Equipments"
                ],
                "summary":"Delete a S Equipment",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-sShipUnits-{sShipUnitGid}-sEquipments-{sEquipmentGid}-delete",
                "x-filename-id":"shipments-shipmentgid-sshipunits-sshipunitgid-sequipments-sequipmentgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipments/S Ship Units/S Equipments"
                ],
                "summary":"Update a S Equipment",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-sShipUnits-{sShipUnitGid}-sEquipments-{sEquipmentGid}-patch",
                "x-filename-id":"shipments-shipmentgid-sshipunits-sshipunitgid-sequipments-sequipmentgid-patch"
            }
        },
        "/shipments/{shipmentGid}/sShipUnits/{sShipUnitGid}/lines":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipments/S Ship Units/Lines"
                ],
                "summary":"Get Lines",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipments.sShipUnits.lines"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-sShipUnits-{sShipUnitGid}-lines-get",
                "x-filename-id":"shipments-shipmentgid-sshipunits-sshipunitgid-lines-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipments/S Ship Units/Lines"
                ],
                "summary":"Create a Line",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipments.sShipUnits.lines"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/shipments.sShipUnits.lines"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipments.sShipUnits.lines"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipments.sShipUnits.lines"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-sShipUnits-{sShipUnitGid}-lines-post",
                "x-filename-id":"shipments-shipmentgid-sshipunits-sshipunitgid-lines-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipments/S Ship Units/Lines"
                ],
                "summary":"Update Lines",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-sShipUnits-{sShipUnitGid}-lines-patch",
                "x-filename-id":"shipments-shipmentgid-sshipunits-sshipunitgid-lines-patch"
            }
        },
        "/shipments/{shipmentGid}/sShipUnits/{sShipUnitGid}/lines/{sShipUnitLineNo}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitLineNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipments/S Ship Units/Lines"
                ],
                "summary":"Get a Line",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipments.sShipUnits.lines"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-sShipUnits-{sShipUnitGid}-lines-{sShipUnitLineNo}-get",
                "x-filename-id":"shipments-shipmentgid-sshipunits-sshipunitgid-lines-sshipunitlineno-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipments/S Ship Units/Lines"
                ],
                "summary":"Delete a Line",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-sShipUnits-{sShipUnitGid}-lines-{sShipUnitLineNo}-delete",
                "x-filename-id":"shipments-shipmentgid-sshipunits-sshipunitgid-lines-sshipunitlineno-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipments/S Ship Units/Lines"
                ],
                "summary":"Update a Line",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-sShipUnits-{sShipUnitGid}-lines-{sShipUnitLineNo}-patch",
                "x-filename-id":"shipments-shipmentgid-sshipunits-sshipunitgid-lines-sshipunitlineno-patch"
            }
        },
        "/shipments/{shipmentGid}/sShipUnits/{sShipUnitGid}/lines/{sShipUnitLineNo}/remarks":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitLineNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipments/S Ship Units/Lines/Remarks"
                ],
                "summary":"Get Remarks",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipments.sShipUnits.lines.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-sShipUnits-{sShipUnitGid}-lines-{sShipUnitLineNo}-remarks-get",
                "x-filename-id":"shipments-shipmentgid-sshipunits-sshipunitgid-lines-sshipunitlineno-remarks-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipments/S Ship Units/Lines/Remarks"
                ],
                "summary":"Create a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipments.sShipUnits.lines.remarks"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/shipments.sShipUnits.lines.remarks"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipments.sShipUnits.lines.remarks"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipments.sShipUnits.lines.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-sShipUnits-{sShipUnitGid}-lines-{sShipUnitLineNo}-remarks-post",
                "x-filename-id":"shipments-shipmentgid-sshipunits-sshipunitgid-lines-sshipunitlineno-remarks-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipments/S Ship Units/Lines/Remarks"
                ],
                "summary":"Update Remarks",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-sShipUnits-{sShipUnitGid}-lines-{sShipUnitLineNo}-remarks-patch",
                "x-filename-id":"shipments-shipmentgid-sshipunits-sshipunitgid-lines-sshipunitlineno-remarks-patch"
            }
        },
        "/shipments/{shipmentGid}/sShipUnits/{sShipUnitGid}/lines/{sShipUnitLineNo}/remarks/{remarkSequence}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitLineNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"remarkSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipments/S Ship Units/Lines/Remarks"
                ],
                "summary":"Get a Remark",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipments.sShipUnits.lines.remarks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-sShipUnits-{sShipUnitGid}-lines-{sShipUnitLineNo}-remarks-{remarkSequence}-get",
                "x-filename-id":"shipments-shipmentgid-sshipunits-sshipunitgid-lines-sshipunitlineno-remarks-remarksequence-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipments/S Ship Units/Lines/Remarks"
                ],
                "summary":"Delete a Remark",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-sShipUnits-{sShipUnitGid}-lines-{sShipUnitLineNo}-remarks-{remarkSequence}-delete",
                "x-filename-id":"shipments-shipmentgid-sshipunits-sshipunitgid-lines-sshipunitlineno-remarks-remarksequence-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipments/S Ship Units/Lines/Remarks"
                ],
                "summary":"Update a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-sShipUnits-{sShipUnitGid}-lines-{sShipUnitLineNo}-remarks-{remarkSequence}-patch",
                "x-filename-id":"shipments-shipmentgid-sshipunits-sshipunitgid-lines-sshipunitlineno-remarks-remarksequence-patch"
            }
        },
        "/shipments/{shipmentGid}/sShipUnits/{sShipUnitGid}/lines/{sShipUnitLineNo}/refnums":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitLineNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipments/S Ship Units/Lines/Refnums"
                ],
                "summary":"Get Refnums",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipments.sShipUnits.lines.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-sShipUnits-{sShipUnitGid}-lines-{sShipUnitLineNo}-refnums-get",
                "x-filename-id":"shipments-shipmentgid-sshipunits-sshipunitgid-lines-sshipunitlineno-refnums-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipments/S Ship Units/Lines/Refnums"
                ],
                "summary":"Create a Refnum",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipments.sShipUnits.lines.refnums"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/shipments.sShipUnits.lines.refnums"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipments.sShipUnits.lines.refnums"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipments.sShipUnits.lines.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-sShipUnits-{sShipUnitGid}-lines-{sShipUnitLineNo}-refnums-post",
                "x-filename-id":"shipments-shipmentgid-sshipunits-sshipunitgid-lines-sshipunitlineno-refnums-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipments/S Ship Units/Lines/Refnums"
                ],
                "summary":"Update Refnums",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-sShipUnits-{sShipUnitGid}-lines-{sShipUnitLineNo}-refnums-patch",
                "x-filename-id":"shipments-shipmentgid-sshipunits-sshipunitgid-lines-sshipunitlineno-refnums-patch"
            }
        },
        "/shipments/{shipmentGid}/sShipUnits/{sShipUnitGid}/lines/{sShipUnitLineNo}/refnums/{sSulRefnumQualGidxrefnumValue}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitLineNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sSulRefnumQualGidxrefnumValue",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipments/S Ship Units/Lines/Refnums"
                ],
                "summary":"Get a Refnum",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipments.sShipUnits.lines.refnums"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-sShipUnits-{sShipUnitGid}-lines-{sShipUnitLineNo}-refnums-{sSulRefnumQualGidxrefnumValue}-get",
                "x-filename-id":"shipments-shipmentgid-sshipunits-sshipunitgid-lines-sshipunitlineno-refnums-ssulrefnumqualgidxrefnumvalue-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipments/S Ship Units/Lines/Refnums"
                ],
                "summary":"Delete a Refnum",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-sShipUnits-{sShipUnitGid}-lines-{sShipUnitLineNo}-refnums-{sSulRefnumQualGidxrefnumValue}-delete",
                "x-filename-id":"shipments-shipmentgid-sshipunits-sshipunitgid-lines-sshipunitlineno-refnums-ssulrefnumqualgidxrefnumvalue-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipments/S Ship Units/Lines/Refnums"
                ],
                "summary":"Update a Refnum",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-sShipUnits-{sShipUnitGid}-lines-{sShipUnitLineNo}-refnums-{sSulRefnumQualGidxrefnumValue}-patch",
                "x-filename-id":"shipments-shipmentgid-sshipunits-sshipunitgid-lines-sshipunitlineno-refnums-ssulrefnumqualgidxrefnumvalue-patch"
            }
        },
        "/shipments/{shipmentGid}/sShipUnits/{sShipUnitGid}/lines/{sShipUnitLineNo}/accessorials":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitLineNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipments/S Ship Units/Lines/Accessorials"
                ],
                "summary":"Get Accessorials",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipments.sShipUnits.lines.accessorials"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-sShipUnits-{sShipUnitGid}-lines-{sShipUnitLineNo}-accessorials-get",
                "x-filename-id":"shipments-shipmentgid-sshipunits-sshipunitgid-lines-sshipunitlineno-accessorials-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipments/S Ship Units/Lines/Accessorials"
                ],
                "summary":"Create an Accessorial",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipments.sShipUnits.lines.accessorials"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/shipments.sShipUnits.lines.accessorials"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipments.sShipUnits.lines.accessorials"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipments.sShipUnits.lines.accessorials"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-sShipUnits-{sShipUnitGid}-lines-{sShipUnitLineNo}-accessorials-post",
                "x-filename-id":"shipments-shipmentgid-sshipunits-sshipunitgid-lines-sshipunitlineno-accessorials-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipments/S Ship Units/Lines/Accessorials"
                ],
                "summary":"Update Accessorials",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-sShipUnits-{sShipUnitGid}-lines-{sShipUnitLineNo}-accessorials-patch",
                "x-filename-id":"shipments-shipmentgid-sshipunits-sshipunitgid-lines-sshipunitlineno-accessorials-patch"
            }
        },
        "/shipments/{shipmentGid}/sShipUnits/{sShipUnitGid}/lines/{sShipUnitLineNo}/accessorials/{accessorialCodeGid}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitLineNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"accessorialCodeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipments/S Ship Units/Lines/Accessorials"
                ],
                "summary":"Get an Accessorial",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipments.sShipUnits.lines.accessorials"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-sShipUnits-{sShipUnitGid}-lines-{sShipUnitLineNo}-accessorials-{accessorialCodeGid}-get",
                "x-filename-id":"shipments-shipmentgid-sshipunits-sshipunitgid-lines-sshipunitlineno-accessorials-accessorialcodegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipments/S Ship Units/Lines/Accessorials"
                ],
                "summary":"Delete an Accessorial",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-sShipUnits-{sShipUnitGid}-lines-{sShipUnitLineNo}-accessorials-{accessorialCodeGid}-delete",
                "x-filename-id":"shipments-shipmentgid-sshipunits-sshipunitgid-lines-sshipunitlineno-accessorials-accessorialcodegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipments/S Ship Units/Lines/Accessorials"
                ],
                "summary":"Update an Accessorial",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-sShipUnits-{sShipUnitGid}-lines-{sShipUnitLineNo}-accessorials-{accessorialCodeGid}-patch",
                "x-filename-id":"shipments-shipmentgid-sshipunits-sshipunitgid-lines-sshipunitlineno-accessorials-accessorialcodegid-patch"
            }
        },
        "/shipments/{shipmentGid}/sShipUnits/{sShipUnitGid}/lines/{sShipUnitLineNo}/accessorials/{accessorialCodeGid}/remarks":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitLineNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"accessorialCodeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipments/S Ship Units/Lines/Accessorials/Remarks"
                ],
                "summary":"Get Remarks",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipments.sShipUnits.lines.accessorials.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-sShipUnits-{sShipUnitGid}-lines-{sShipUnitLineNo}-accessorials-{accessorialCodeGid}-remarks-get",
                "x-filename-id":"shipments-shipmentgid-sshipunits-sshipunitgid-lines-sshipunitlineno-accessorials-accessorialcodegid-remarks-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipments/S Ship Units/Lines/Accessorials/Remarks"
                ],
                "summary":"Create a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipments.sShipUnits.lines.accessorials.remarks"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/shipments.sShipUnits.lines.accessorials.remarks"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipments.sShipUnits.lines.accessorials.remarks"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipments.sShipUnits.lines.accessorials.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-sShipUnits-{sShipUnitGid}-lines-{sShipUnitLineNo}-accessorials-{accessorialCodeGid}-remarks-post",
                "x-filename-id":"shipments-shipmentgid-sshipunits-sshipunitgid-lines-sshipunitlineno-accessorials-accessorialcodegid-remarks-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipments/S Ship Units/Lines/Accessorials/Remarks"
                ],
                "summary":"Update Remarks",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-sShipUnits-{sShipUnitGid}-lines-{sShipUnitLineNo}-accessorials-{accessorialCodeGid}-remarks-patch",
                "x-filename-id":"shipments-shipmentgid-sshipunits-sshipunitgid-lines-sshipunitlineno-accessorials-accessorialcodegid-remarks-patch"
            }
        },
        "/shipments/{shipmentGid}/sShipUnits/{sShipUnitGid}/lines/{sShipUnitLineNo}/accessorials/{accessorialCodeGid}/remarks/{remarkSequence}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitLineNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"accessorialCodeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"remarkSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipments/S Ship Units/Lines/Accessorials/Remarks"
                ],
                "summary":"Get a Remark",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipments.sShipUnits.lines.accessorials.remarks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-sShipUnits-{sShipUnitGid}-lines-{sShipUnitLineNo}-accessorials-{accessorialCodeGid}-remarks-{remarkSequence}-get",
                "x-filename-id":"shipments-shipmentgid-sshipunits-sshipunitgid-lines-sshipunitlineno-accessorials-accessorialcodegid-remarks-remarksequence-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipments/S Ship Units/Lines/Accessorials/Remarks"
                ],
                "summary":"Delete a Remark",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-sShipUnits-{sShipUnitGid}-lines-{sShipUnitLineNo}-accessorials-{accessorialCodeGid}-remarks-{remarkSequence}-delete",
                "x-filename-id":"shipments-shipmentgid-sshipunits-sshipunitgid-lines-sshipunitlineno-accessorials-accessorialcodegid-remarks-remarksequence-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipments/S Ship Units/Lines/Accessorials/Remarks"
                ],
                "summary":"Update a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-sShipUnits-{sShipUnitGid}-lines-{sShipUnitLineNo}-accessorials-{accessorialCodeGid}-remarks-{remarkSequence}-patch",
                "x-filename-id":"shipments-shipmentgid-sshipunits-sshipunitgid-lines-sshipunitlineno-accessorials-accessorialcodegid-remarks-remarksequence-patch"
            }
        },
        "/shipments/{shipmentGid}/sShipUnits/{sShipUnitGid}/specialServices":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipments/S Ship Units/Special Services"
                ],
                "summary":"Get Special Services",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipments.sShipUnits.specialServices"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-sShipUnits-{sShipUnitGid}-specialServices-get",
                "x-filename-id":"shipments-shipmentgid-sshipunits-sshipunitgid-specialservices-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipments/S Ship Units/Special Services"
                ],
                "summary":"Create a Special Service",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipments.sShipUnits.specialServices"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/shipments.sShipUnits.specialServices"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipments.sShipUnits.specialServices"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipments.sShipUnits.specialServices"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-sShipUnits-{sShipUnitGid}-specialServices-post",
                "x-filename-id":"shipments-shipmentgid-sshipunits-sshipunitgid-specialservices-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipments/S Ship Units/Special Services"
                ],
                "summary":"Update Special Services",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-sShipUnits-{sShipUnitGid}-specialServices-patch",
                "x-filename-id":"shipments-shipmentgid-sshipunits-sshipunitgid-specialservices-patch"
            }
        },
        "/shipments/{shipmentGid}/sShipUnits/{sShipUnitGid}/specialServices/{specialServiceGid}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"specialServiceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipments/S Ship Units/Special Services"
                ],
                "summary":"Get a Special Service",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipments.sShipUnits.specialServices"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-sShipUnits-{sShipUnitGid}-specialServices-{specialServiceGid}-get",
                "x-filename-id":"shipments-shipmentgid-sshipunits-sshipunitgid-specialservices-specialservicegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipments/S Ship Units/Special Services"
                ],
                "summary":"Delete a Special Service",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-sShipUnits-{sShipUnitGid}-specialServices-{specialServiceGid}-delete",
                "x-filename-id":"shipments-shipmentgid-sshipunits-sshipunitgid-specialservices-specialservicegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipments/S Ship Units/Special Services"
                ],
                "summary":"Update a Special Service",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-sShipUnits-{sShipUnitGid}-specialServices-{specialServiceGid}-patch",
                "x-filename-id":"shipments-shipmentgid-sshipunits-sshipunitgid-specialservices-specialservicegid-patch"
            }
        },
        "/shipments/{shipmentGid}/sShipUnits/{sShipUnitGid}/remarks":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipments/S Ship Units/Remarks"
                ],
                "summary":"Get Remarks",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipments.sShipUnits.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-sShipUnits-{sShipUnitGid}-remarks-get",
                "x-filename-id":"shipments-shipmentgid-sshipunits-sshipunitgid-remarks-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Shipments/S Ship Units/Remarks"
                ],
                "summary":"Create a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/shipments.sShipUnits.remarks"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/shipments.sShipUnits.remarks"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipments.sShipUnits.remarks"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipments.sShipUnits.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-sShipUnits-{sShipUnitGid}-remarks-post",
                "x-filename-id":"shipments-shipmentgid-sshipunits-sshipunitgid-remarks-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipments/S Ship Units/Remarks"
                ],
                "summary":"Update Remarks",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-sShipUnits-{sShipUnitGid}-remarks-patch",
                "x-filename-id":"shipments-shipmentgid-sshipunits-sshipunitgid-remarks-patch"
            }
        },
        "/shipments/{shipmentGid}/sShipUnits/{sShipUnitGid}/remarks/{remarkSequence}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"remarkSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipments/S Ship Units/Remarks"
                ],
                "summary":"Get a Remark",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipments.sShipUnits.remarks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-sShipUnits-{sShipUnitGid}-remarks-{remarkSequence}-get",
                "x-filename-id":"shipments-shipmentgid-sshipunits-sshipunitgid-remarks-remarksequence-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Shipments/S Ship Units/Remarks"
                ],
                "summary":"Delete a Remark",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-sShipUnits-{sShipUnitGid}-remarks-{remarkSequence}-delete",
                "x-filename-id":"shipments-shipmentgid-sshipunits-sshipunitgid-remarks-remarksequence-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Shipments/S Ship Units/Remarks"
                ],
                "summary":"Update a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-sShipUnits-{sShipUnitGid}-remarks-{remarkSequence}-patch",
                "x-filename-id":"shipments-shipmentgid-sshipunits-sshipunitgid-remarks-remarksequence-patch"
            }
        },
        "/shipments/{shipmentGid}/sShipUnits/{sShipUnitGid}/trackingEvents":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipments/S Ship Units/Tracking Events"
                ],
                "summary":"Get Tracking Events",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipments.sShipUnits.trackingEvents"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-sShipUnits-{sShipUnitGid}-trackingEvents-get",
                "x-filename-id":"shipments-shipmentgid-sshipunits-sshipunitgid-trackingevents-get"
            }
        },
        "/shipments/{shipmentGid}/sShipUnits/{sShipUnitGid}/trackingEvents/{iTransactionNo}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"iTransactionNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipments/S Ship Units/Tracking Events"
                ],
                "summary":"Get a Tracking Event",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipments.sShipUnits.trackingEvents"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-sShipUnits-{sShipUnitGid}-trackingEvents-{iTransactionNo}-get",
                "x-filename-id":"shipments-shipmentgid-sshipunits-sshipunitgid-trackingevents-itransactionno-get"
            }
        },
        "/shipments/{shipmentGid}/sShipUnits/{sShipUnitGid}/pieces":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipments/S Ship Units/Pieces"
                ],
                "summary":"Get Pieces",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/shipments.sShipUnits.pieces"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-sShipUnits-{sShipUnitGid}-pieces-get",
                "x-filename-id":"shipments-shipmentgid-sshipunits-sshipunitgid-pieces-get"
            }
        },
        "/shipments/{shipmentGid}/sShipUnits/{sShipUnitGid}/pieces/{pieceNumber}":{
            "parameters":[
                {
                    "name":"shipmentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sShipUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"pieceNumber",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Shipments/S Ship Units/Pieces"
                ],
                "summary":"Get a Piece",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/shipments.sShipUnits.pieces"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"shipments-{shipmentGid}-sShipUnits-{sShipUnitGid}-pieces-{pieceNumber}-get",
                "x-filename-id":"shipments-shipmentgid-sshipunits-sshipunitgid-pieces-piecenumber-get"
            }
        },
        "/custom-actions/getServiceProviderOptions/shipments/{shipmentId}":{
            "post":{
                "tags":[
                    "Actions/Business Actions/Shipments"
                ],
                "summary":"Get service provider options for a shipment",
                "parameters":[
                    {
                        "name":"shipmentId",
                        "in":"path",
                        "required":true,
                        "description":"Shipment GID",
                        "schema":{
                            "type":"string"
                        }
                    }
                ],
                "requestBody":{
                    "required":false,
                    "content":{
                        "application/json":{
                            "schema":{
                                "$ref":"#/components/schemas/getServiceProviderOptionsRequest"
                            }
                        }
                    }
                },
                "responses":{
                    "200":{
                        "description":"OK. Service provider options returned.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/getServiceProviderOptionsResponse"
                                }
                            }
                        }
                    },
                    "400":{
                        "description":"Bad Request. The server could not understand the request due to invalid syntax or parameters.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    },
                    "401":{
                        "description":"Unauthorized. Authentication is required and has failed or has not yet been provided.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    },
                    "403":{
                        "description":"Forbidden. Access to the specified resource has been forbidden.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    },
                    "500":{
                        "description":"Internal Server Error. The server encountered an internal error that prevented it from fulfilling this request.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"custom-actions-getServiceProviderOptions-shipments-{shipmentId}-post",
                "x-filename-id":"custom-actions-getserviceprovideroptions-shipments-shipmentid-post"
            }
        },
        "/custom-actions/addToGroupByType/shipments/{shipment id}":{
            "post":{
                "tags":[
                    "Actions/Business Actions/Shipments"
                ],
                "summary":"Add a shipment to a shipment group by group type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/json":{
                            "schema":{
                                "$ref":"#/components/schemas/addToGroupByTypeRequest"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/addToGroupByTypeResponse"
                                }
                            }
                        }
                    },
                    "400":{
                        "description":"Your request couldn't be processed because it contains missing or invalid information, such as a validation error on an input field, a missing required value, and so forth.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    },
                    "401":{
                        "description":"Unauthorized, the request was not successful because it lacks valid authentication credentials for the requested resource.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    },
                    "403":{
                        "description":"Access to the specified resource has been forbidden.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    },
                    "500":{
                        "description":"The server encountered something unexpected that prevented it from completing the request.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"custom-actions-addToGroupByType-shipments-{shipment id}-post",
                "x-filename-id":"custom-actions-addtogroupbytype-shipments-shipment-id-post"
            }
        },
        "/custom-actions/editServiceProviderAndCost/shipments/":{
            "post":{
                "tags":[
                    "Actions/Business Actions/Shipments"
                ],
                "summary":"Performs the Edit the Service Provider and Cost action for one or more shipments",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/json":{
                            "schema":{
                                "$ref":"#/components/schemas/editServiceProviderAndCostRequest"
                            }
                        }
                    }
                },
                "responses":{
                    "200":{
                        "description":"Success! A successful POST method returns a 200 status code.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/editServiceProviderAndCostResponse"
                                }
                            }
                        }
                    },
                    "400":{
                        "description":"Your request couldn't be processed because it contains missing or invalid information, such as a validation error on an input field, a missing required value, and so forth.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    },
                    "401":{
                        "description":"Unauthorized, the request was not successful because it lacks valid authentication credentials for the requested resource.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    },
                    "403":{
                        "description":"Access to the specified resource has been forbidden.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    },
                    "500":{
                        "description":"The server encountered something unexpected that prevented it from completing the request.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"custom-actions-editServiceProviderAndCost-shipments--post",
                "x-filename-id":"custom-actions-editserviceproviderandcost-shipments-post"
            }
        },
        "/custom-actions/editServiceProviderAndCost/shipments/{shipment id}":{
            "post":{
                "tags":[
                    "Actions/Business Actions/Shipments"
                ],
                "summary":"Performs the Edit the Service Provider and Cost action for a shipment",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    },
                    {
                        "name":"shipment id",
                        "in":"path",
                        "required":true,
                        "schema":{
                            "type":"string"
                        }
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/json":{
                            "schema":{
                                "$ref":"#/components/schemas/editServiceProviderAndCostRequest"
                            }
                        }
                    }
                },
                "responses":{
                    "200":{
                        "description":"Success! A successful POST method returns a 200 status code.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/editServiceProviderAndCostResponse"
                                }
                            }
                        }
                    },
                    "400":{
                        "description":"Your request couldn't be processed because it contains missing or invalid information, such as a validation error on an input field, a missing required value, and so forth.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    },
                    "401":{
                        "description":"Unauthorized, the request was not successful because it lacks valid authentication credentials for the requested resource.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    },
                    "403":{
                        "description":"Access to the specified resource has been forbidden.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    },
                    "500":{
                        "description":"The server encountered something unexpected that prevented it from completing the request.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"custom-actions-editServiceProviderAndCost-shipments-{shipment id}-post",
                "x-filename-id":"custom-actions-editserviceproviderandcost-shipments-shipment-id-post"
            }
        },
        "/custom-actions/changeServiceProvider/shipments/":{
            "post":{
                "tags":[
                    "Actions/Business Actions/Shipments"
                ],
                "summary":"Performs the Change Service Provider action for a shipment",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/json":{
                            "schema":{
                                "$ref":"#/components/schemas/changeServiceProviderRequest"
                            }
                        }
                    }
                },
                "responses":{
                    "200":{
                        "description":"Success! A successful POST method returns a 200 status code.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/changeServiceProviderResponse"
                                }
                            }
                        }
                    },
                    "400":{
                        "description":"Your request couldn't be processed because it contains missing or invalid information, such as a validation error on an input field, a missing required value, and so forth.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    },
                    "401":{
                        "description":"Unauthorized, the request was not successful because it lacks valid authentication credentials for the requested resource.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    },
                    "403":{
                        "description":"Access to the specified resource has been forbidden.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    },
                    "500":{
                        "description":"The server encountered something unexpected that prevented it from completing the request.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"custom-actions-changeServiceProvider-shipments--post",
                "x-filename-id":"custom-actions-changeserviceprovider-shipments-post"
            }
        },
        "/custom-actions/changeServiceProvider/shipments/{shipment id}":{
            "post":{
                "tags":[
                    "Actions/Business Actions/Shipments"
                ],
                "summary":"Performs the Change Service Provider action by shipment ID",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    },
                    {
                        "name":"shipment id",
                        "in":"path",
                        "required":true,
                        "schema":{
                            "type":"integer"
                        }
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/json":{
                            "schema":{
                                "$ref":"#/components/schemas/changeServiceProviderRequest"
                            }
                        }
                    }
                },
                "responses":{
                    "200":{
                        "description":"Success! A successful POST method returns a 200 status code.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/changeServiceProviderResponse"
                                }
                            }
                        }
                    },
                    "400":{
                        "description":"Your request couldn't be processed because it contains missing or invalid information, such as a validation error on an input field, a missing required value, and so forth.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    },
                    "401":{
                        "description":"Unauthorized, the request was not successful because it lacks valid authentication credentials for the requested resource.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    },
                    "403":{
                        "description":"Access to the specified resource has been forbidden.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    },
                    "500":{
                        "description":"The server encountered something unexpected that prevented it from completing the request.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"custom-actions-changeServiceProvider-shipments-{shipment id}-post",
                "x-filename-id":"custom-actions-changeserviceprovider-shipments-shipment-id-post"
            }
        },
        "/custom-actions/scheduleAppointment/shipments/":{
            "post":{
                "tags":[
                    "Actions/Business Actions/Shipments"
                ],
                "summary":"Schedule an appointment for a shipment",
                "requestBody":{
                    "required":true,
                    "content":{
                        "application/json":{
                            "schema":{
                                "$ref":"#/components/schemas/scheduleAppointmentRequest"
                            }
                        }
                    }
                },
                "responses":{
                    "200":{
                        "description":"Success! A successful POST method returns a 200 status code.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/scheduleAppointmentResponse"
                                }
                            }
                        }
                    },
                    "400":{
                        "description":"Your request couldn't be processed because it contains missing or invalid information, such as a validation error on an input field, a missing required value, and so forth.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    },
                    "401":{
                        "description":"Unauthorized, the request was not successful because it lacks valid authentication credentials for the requested resource.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    },
                    "403":{
                        "description":"Access to the specified resource has been forbidden.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    },
                    "500":{
                        "description":"The server encountered something unexpected that prevented it from completing the request.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"custom-actions-scheduleAppointment-shipments--post",
                "x-filename-id":"custom-actions-scheduleappointment-shipments-post"
            }
        },
        "/custom-actions/addToGroup/shipments/":{
            "post":{
                "tags":[
                    "Actions/Business Actions/Shipments"
                ],
                "summary":"Add multiple shipments to one or more shipment groups",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/json":{
                            "schema":{
                                "$ref":"#/components/schemas/addToGroupRequest"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/addToGroupResponse"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"custom-actions-addToGroup-shipments--post",
                "x-filename-id":"custom-actions-addtogroup-shipments-post"
            }
        },
        "/custom-actions/addToGroup/shipments/{shipment id}":{
            "post":{
                "tags":[
                    "Actions/Business Actions/Shipments"
                ],
                "summary":"Add a shipment to one or more shipment groups",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/json":{
                            "schema":{
                                "$ref":"#/components/schemas/addToGroupRequest"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/addToGroupResponse"
                                }
                            }
                        }
                    },
                    "400":{
                        "description":"Your request couldn't be processed because it contains missing or invalid information, such as a validation error on an input field, a missing required value, and so forth.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    },
                    "401":{
                        "description":"Unauthorized, the request was not successful because it lacks valid authentication credentials for the requested resource.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    },
                    "403":{
                        "description":"Access to the specified resource has been forbidden.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    },
                    "500":{
                        "description":"The server encountered something unexpected that prevented it from completing the request.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"custom-actions-addToGroup-shipments-{shipment id}-post",
                "x-filename-id":"custom-actions-addtogroup-shipments-shipment-id-post"
            }
        },
        "/custom-actions/getAvailableAppointments/shipments/":{
            "post":{
                "tags":[
                    "Actions/Business Actions/Shipments"
                ],
                "summary":"Get the available appointments for a shipment",
                "requestBody":{
                    "required":true,
                    "content":{
                        "application/json":{
                            "schema":{
                                "$ref":"#/components/schemas/availableAppointmentOptionsRequest"
                            }
                        }
                    }
                },
                "responses":{
                    "200":{
                        "description":"Success! A successful POST method returns a 200 status code.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/availableAppointmentOptionsResponse"
                                }
                            }
                        }
                    },
                    "400":{
                        "description":"Your request couldn't be processed because it contains missing or invalid information, such as a validation error on an input field, a missing required value, and so forth.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    },
                    "401":{
                        "description":"Unauthorized, the request was not successful because it lacks valid authentication credentials for the requested resource.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    },
                    "403":{
                        "description":"Access to the specified resource has been forbidden.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    },
                    "500":{
                        "description":"The server encountered something unexpected that prevented it from completing the request.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"custom-actions-getAvailableAppointments-shipments--post",
                "x-filename-id":"custom-actions-getavailableappointments-shipments-post"
            }
        },
        "/custom-actions/removeAppointment/shipments/":{
            "post":{
                "tags":[
                    "Actions/Business Actions/Shipments"
                ],
                "summary":"Remove an appointment for a shipment",
                "requestBody":{
                    "required":true,
                    "content":{
                        "application/json":{
                            "schema":{
                                "$ref":"#/components/schemas/removeAppointmentRequest"
                            }
                        }
                    }
                },
                "responses":{
                    "200":{
                        "description":"Success! A successful POST method returns a 200 status code.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/removeAppointmentResponse"
                                }
                            }
                        }
                    },
                    "400":{
                        "description":"Your request couldn't be processed because it contains missing or invalid information, such as a validation error on an input field, a missing required value, and so forth.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    },
                    "401":{
                        "description":"Unauthorized, the request was not successful because it lacks valid authentication credentials for the requested resource.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    },
                    "403":{
                        "description":"Access to the specified resource has been forbidden.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    },
                    "500":{
                        "description":"The server encountered something unexpected that prevented it from completing the request.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"custom-actions-removeAppointment-shipments--post",
                "x-filename-id":"custom-actions-removeappointment-shipments-post"
            }
        },
        "/custom-actions/modifyAppointment/shipments/":{
            "post":{
                "tags":[
                    "Actions/Business Actions/Shipments"
                ],
                "summary":"Modify an appointment for a shipment",
                "requestBody":{
                    "required":true,
                    "content":{
                        "application/json":{
                            "schema":{
                                "$ref":"#/components/schemas/modifyAppointmentRequest"
                            }
                        }
                    }
                },
                "responses":{
                    "200":{
                        "description":"Success! A successful POST method returns a 200 status code.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/modifyAppointmentResponse"
                                }
                            }
                        }
                    },
                    "400":{
                        "description":"Your request couldn't be processed because it contains missing or invalid information, such as a validation error on an input field, a missing required value, and so forth.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    },
                    "401":{
                        "description":"Unauthorized, the request was not successful because it lacks valid authentication credentials for the requested resource.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    },
                    "403":{
                        "description":"Access to the specified resource has been forbidden.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    },
                    "500":{
                        "description":"The server encountered something unexpected that prevented it from completing the request.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"custom-actions-modifyAppointment-shipments--post",
                "x-filename-id":"custom-actions-modifyappointment-shipments-post"
            }
        },
        "/custom-actions/withdrawOpenTender/shipments":{
            "post":{
                "tags":[
                    "Actions/Business Actions/Shipments"
                ],
                "summary":"Withdraw open tender offers for one or more shipments",
                "requestBody":{
                    "required":true,
                    "content":{
                        "application/json":{
                            "schema":{
                                "$ref":"#/components/schemas/withdrawOpenTenderRequest"
                            }
                        }
                    }
                },
                "responses":{
                    "200":{
                        "description":"Success. A successful POST method returns a 200 status code.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/withdrawOpenTenderResponse"
                                }
                            }
                        }
                    },
                    "400":{
                        "description":"Bad Request. The server could not process the request due to missing or invalid input.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    },
                    "401":{
                        "description":"Unauthorized. Valid authentication credentials are required.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    },
                    "403":{
                        "description":"Forbidden. Access to the specified resource is denied.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    },
                    "500":{
                        "description":"Internal Server Error. The server encountered an unexpected condition.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"custom-actions-withdrawOpenTender-shipments-post",
                "x-filename-id":"custom-actions-withdrawopentender-shipments-post"
            }
        },
        "/custom-actions/withdrawOpenTender/shipments/{shipmentId}":{
            "post":{
                "tags":[
                    "Actions/Business Actions/Shipments"
                ],
                "summary":"Withdraw open tender offers for a shipment",
                "parameters":[
                    {
                        "name":"shipmentId",
                        "in":"path",
                        "required":true,
                        "description":"Shipment GID",
                        "schema":{
                            "type":"string"
                        }
                    }
                ],
                "requestBody":{
                    "required":true,
                    "content":{
                        "application/json":{
                            "schema":{
                                "$ref":"#/components/schemas/withdrawOpenTenderRequest"
                            }
                        }
                    }
                },
                "responses":{
                    "200":{
                        "description":"Success. A successful POST method returns a 200 status code.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/withdrawOpenTenderResponse"
                                }
                            }
                        }
                    },
                    "400":{
                        "description":"Bad Request. The server could not process the request due to missing or invalid input.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    },
                    "401":{
                        "description":"Unauthorized. Valid authentication credentials are required.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    },
                    "403":{
                        "description":"Forbidden. Access to the specified resource is denied.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    },
                    "500":{
                        "description":"Internal Server Error. The server encountered an unexpected condition.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"custom-actions-withdrawOpenTender-shipments-{shipmentId}-post",
                "x-filename-id":"custom-actions-withdrawopentender-shipments-shipmentid-post"
            }
        },
        "/custom-actions/submitOpenTender/shipments":{
            "post":{
                "tags":[
                    "Actions/Business Actions/Shipments"
                ],
                "summary":"Submit open tender offers for one or more shipments",
                "requestBody":{
                    "required":true,
                    "content":{
                        "application/json":{
                            "schema":{
                                "$ref":"#/components/schemas/submitOpenTenderRequest"
                            }
                        }
                    }
                },
                "responses":{
                    "200":{
                        "description":"Success. A successful POST method returns a 200 status code.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/submitOpenTenderResponse"
                                }
                            }
                        }
                    },
                    "400":{
                        "description":"Bad Request. The server could not process the request due to missing or invalid input.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    },
                    "401":{
                        "description":"Unauthorized. Valid authentication credentials are required.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    },
                    "403":{
                        "description":"Forbidden. Access to the specified resource is denied.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    },
                    "500":{
                        "description":"Internal Server Error. The server encountered an unexpected condition.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"custom-actions-submitOpenTender-shipments-post",
                "x-filename-id":"custom-actions-submitopentender-shipments-post"
            }
        },
        "/custom-actions/submitOpenTender/shipments/{shipmentId}":{
            "post":{
                "tags":[
                    "Actions/Business Actions/Shipments"
                ],
                "summary":"Submit open tender offers for a shipment",
                "parameters":[
                    {
                        "name":"shipmentId",
                        "in":"path",
                        "required":true,
                        "description":"Shipment GID",
                        "schema":{
                            "type":"string"
                        }
                    }
                ],
                "requestBody":{
                    "required":true,
                    "content":{
                        "application/json":{
                            "schema":{
                                "$ref":"#/components/schemas/submitOpenTenderRequest"
                            }
                        }
                    }
                },
                "responses":{
                    "200":{
                        "description":"Success. A successful POST method returns a 200 status code.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/submitOpenTenderResponse"
                                }
                            }
                        }
                    },
                    "400":{
                        "description":"Bad Request. The server could not process the request due to missing or invalid input.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    },
                    "401":{
                        "description":"Unauthorized. Valid authentication credentials are required.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    },
                    "403":{
                        "description":"Forbidden. Access to the specified resource is denied.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    },
                    "500":{
                        "description":"Internal Server Error. The server encountered an unexpected condition.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"custom-actions-submitOpenTender-shipments-{shipmentId}-post",
                "x-filename-id":"custom-actions-submitopentender-shipments-shipmentid-post"
            }
        },
        "/custom-actions/getOpenTenderServiceProviderOptions/shipments":{
            "post":{
                "tags":[
                    "Actions/Business Actions/Shipments"
                ],
                "summary":"Get open tender service provider options for one or more shipments",
                "requestBody":{
                    "required":true,
                    "content":{
                        "application/json":{
                            "schema":{
                                "$ref":"#/components/schemas/getOpenTenderServiceProviderOptionsRequest"
                            }
                        }
                    }
                },
                "responses":{
                    "200":{
                        "description":"OK. Open tender service provider options returned.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/getOpenTenderServiceProviderOptionsResponse"
                                }
                            }
                        }
                    },
                    "400":{
                        "description":"Bad Request. The server could not understand the request due to invalid syntax or parameters.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    },
                    "401":{
                        "description":"Unauthorized. Authentication is required and has failed or has not yet been provided.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    },
                    "403":{
                        "description":"Forbidden. Access to the specified resource has been forbidden.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    },
                    "500":{
                        "description":"Internal Server Error. The server encountered an internal error that prevented it from fulfilling this request.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"custom-actions-getOpenTenderServiceProviderOptions-shipments-post",
                "x-filename-id":"custom-actions-getopentenderserviceprovideroptions-shipments-post"
            }
        },
        "/custom-actions/getOpenTenderServiceProviderOptions/shipments/{shipmentId}":{
            "post":{
                "tags":[
                    "Actions/Business Actions/Shipments"
                ],
                "summary":"Get open tender service provider options for a shipment",
                "parameters":[
                    {
                        "name":"shipmentId",
                        "in":"path",
                        "required":true,
                        "description":"Shipment GID",
                        "schema":{
                            "type":"string"
                        }
                    }
                ],
                "requestBody":{
                    "required":false,
                    "content":{
                        "application/json":{
                            "schema":{
                                "$ref":"#/components/schemas/getOpenTenderServiceProviderOptionsRequest"
                            }
                        }
                    }
                },
                "responses":{
                    "200":{
                        "description":"OK. Open tender service provider options returned.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/getOpenTenderServiceProviderOptionsResponse"
                                }
                            }
                        }
                    },
                    "400":{
                        "description":"Bad Request. The server could not understand the request due to invalid syntax or parameters.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    },
                    "401":{
                        "description":"Unauthorized. Authentication is required and has failed or has not yet been provided.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    },
                    "403":{
                        "description":"Forbidden. Access to the specified resource has been forbidden.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    },
                    "500":{
                        "description":"Internal Server Error. The server encountered an internal error that prevented it from fulfilling this request.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"custom-actions-getOpenTenderServiceProviderOptions-shipments-{shipmentId}-post",
                "x-filename-id":"custom-actions-getopentenderserviceprovideroptions-shipments-shipmentid-post"
            }
        },
        "/custom-actions/changeStartTime/shipments/":{
            "post":{
                "tags":[
                    "Actions/Business Actions/Shipments"
                ],
                "summary":"Change Start Time",
                "requestBody":{
                    "required":true,
                    "content":{
                        "application/json":{
                            "schema":{
                                "$ref":"#/components/schemas/changeStartTimeRequest"
                            }
                        }
                    }
                },
                "responses":{
                    "200":{
                        "description":"Successful.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/changeStartTimeResponse"
                                }
                            }
                        }
                    },
                    "400":{
                        "description":"Your request couldn't be processed because it contains missing or invalid information, such as a validation error on an input field or a missing required value.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    },
                    "401":{
                        "description":"Unauthorized. The request was not successful because it lacks the valid authentication credentials for the requested resource.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    },
                    "403":{
                        "description":"Access to the specified resource is forbidden.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    },
                    "500":{
                        "description":"The server encountered something unexpected that prevented it from completing the request.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"custom-actions-changeStartTime-shipments--post",
                "x-filename-id":"custom-actions-changestarttime-shipments-post"
            }
        },
        "/laneDefinitions":{
            "get":{
                "tags":[
                    "Power Data/Lane Definitions"
                ],
                "summary":"Get Lane Definitions",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/laneDefinitions"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"laneDefinitions-get",
                "x-filename-id":"lanedefinitions-get"
            },
            "post":{
                "tags":[
                    "Power Data/Lane Definitions"
                ],
                "summary":"Create a Lane Definition",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/laneDefinitions"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/laneDefinitions"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"laneDefinitions-post",
                "x-filename-id":"lanedefinitions-post"
            }
        },
        "/laneDefinitions/{xLaneGid}":{
            "parameters":[
                {
                    "name":"xLaneGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Lane Definitions"
                ],
                "summary":"Get a Lane Definition",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/laneDefinitions"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"laneDefinitions-{xLaneGid}-get",
                "x-filename-id":"lanedefinitions-xlanegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Lane Definitions"
                ],
                "summary":"Delete a Lane Definition",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"laneDefinitions-{xLaneGid}-delete",
                "x-filename-id":"lanedefinitions-xlanegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Lane Definitions"
                ],
                "summary":"Update a Lane Definition",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"laneDefinitions-{xLaneGid}-patch",
                "x-filename-id":"lanedefinitions-xlanegid-patch"
            }
        },
        "/laneDefinitions/{xLaneGid}/remarks":{
            "parameters":[
                {
                    "name":"xLaneGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Lane Definitions/Remarks"
                ],
                "summary":"Get Remarks",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/laneDefinitions.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"laneDefinitions-{xLaneGid}-remarks-get",
                "x-filename-id":"lanedefinitions-xlanegid-remarks-get"
            },
            "post":{
                "tags":[
                    "Power Data/Lane Definitions/Remarks"
                ],
                "summary":"Create a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/laneDefinitions.remarks"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/laneDefinitions.remarks"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/laneDefinitions.remarks"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/laneDefinitions.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"laneDefinitions-{xLaneGid}-remarks-post",
                "x-filename-id":"lanedefinitions-xlanegid-remarks-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Lane Definitions/Remarks"
                ],
                "summary":"Update Remarks",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"laneDefinitions-{xLaneGid}-remarks-patch",
                "x-filename-id":"lanedefinitions-xlanegid-remarks-patch"
            }
        },
        "/laneDefinitions/{xLaneGid}/remarks/{remarkSequence}":{
            "parameters":[
                {
                    "name":"xLaneGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"remarkSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Lane Definitions/Remarks"
                ],
                "summary":"Get a Remark",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/laneDefinitions.remarks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"laneDefinitions-{xLaneGid}-remarks-{remarkSequence}-get",
                "x-filename-id":"lanedefinitions-xlanegid-remarks-remarksequence-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Lane Definitions/Remarks"
                ],
                "summary":"Delete a Remark",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"laneDefinitions-{xLaneGid}-remarks-{remarkSequence}-delete",
                "x-filename-id":"lanedefinitions-xlanegid-remarks-remarksequence-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Lane Definitions/Remarks"
                ],
                "summary":"Update a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"laneDefinitions-{xLaneGid}-remarks-{remarkSequence}-patch",
                "x-filename-id":"lanedefinitions-xlanegid-remarks-remarksequence-patch"
            }
        },
        "/laneDefinitions/{xLaneGid}/tenderInfos":{
            "parameters":[
                {
                    "name":"xLaneGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Lane Definitions/Tender Information"
                ],
                "summary":"Get Tender Information",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/laneDefinitions.tenderInfos"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"laneDefinitions-{xLaneGid}-tenderInfos-get",
                "x-filename-id":"lanedefinitions-xlanegid-tenderinfos-get"
            },
            "post":{
                "tags":[
                    "Power Data/Lane Definitions/Tender Information"
                ],
                "summary":"Create a Tender Information",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/laneDefinitions.tenderInfos"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/laneDefinitions.tenderInfos"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/laneDefinitions.tenderInfos"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/laneDefinitions.tenderInfos"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"laneDefinitions-{xLaneGid}-tenderInfos-post",
                "x-filename-id":"lanedefinitions-xlanegid-tenderinfos-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Lane Definitions/Tender Information"
                ],
                "summary":"Update Tender Information",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"laneDefinitions-{xLaneGid}-tenderInfos-patch",
                "x-filename-id":"lanedefinitions-xlanegid-tenderinfos-patch"
            }
        },
        "/laneDefinitions/{xLaneGid}/tenderInfos/{laneTenderInfoGid}":{
            "parameters":[
                {
                    "name":"xLaneGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"laneTenderInfoGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Lane Definitions/Tender Information"
                ],
                "summary":"Get a Tender Information",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/laneDefinitions.tenderInfos"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"laneDefinitions-{xLaneGid}-tenderInfos-{laneTenderInfoGid}-get",
                "x-filename-id":"lanedefinitions-xlanegid-tenderinfos-lanetenderinfogid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Lane Definitions/Tender Information"
                ],
                "summary":"Delete a Tender Information",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"laneDefinitions-{xLaneGid}-tenderInfos-{laneTenderInfoGid}-delete",
                "x-filename-id":"lanedefinitions-xlanegid-tenderinfos-lanetenderinfogid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Lane Definitions/Tender Information"
                ],
                "summary":"Update a Tender Information",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"laneDefinitions-{xLaneGid}-tenderInfos-{laneTenderInfoGid}-patch",
                "x-filename-id":"lanedefinitions-xlanegid-tenderinfos-lanetenderinfogid-patch"
            }
        },
        "/laneDefinitions/{xLaneGid}/profileLanes":{
            "parameters":[
                {
                    "name":"xLaneGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Lane Definitions/Profile Lanes"
                ],
                "summary":"Get Profile Lanes",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/laneDefinitions.profileLanes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"laneDefinitions-{xLaneGid}-profileLanes-get",
                "x-filename-id":"lanedefinitions-xlanegid-profilelanes-get"
            },
            "post":{
                "tags":[
                    "Power Data/Lane Definitions/Profile Lanes"
                ],
                "summary":"Create a Profile Lane",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/laneDefinitions.profileLanes"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/laneDefinitions.profileLanes"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/laneDefinitions.profileLanes"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/laneDefinitions.profileLanes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"laneDefinitions-{xLaneGid}-profileLanes-post",
                "x-filename-id":"lanedefinitions-xlanegid-profilelanes-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Lane Definitions/Profile Lanes"
                ],
                "summary":"Update Profile Lanes",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"laneDefinitions-{xLaneGid}-profileLanes-patch",
                "x-filename-id":"lanedefinitions-xlanegid-profilelanes-patch"
            }
        },
        "/laneDefinitions/{xLaneGid}/profileLanes/{autoSecResProfileGid}":{
            "parameters":[
                {
                    "name":"xLaneGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"autoSecResProfileGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Lane Definitions/Profile Lanes"
                ],
                "summary":"Get a Profile Lane",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/laneDefinitions.profileLanes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"laneDefinitions-{xLaneGid}-profileLanes-{autoSecResProfileGid}-get",
                "x-filename-id":"lanedefinitions-xlanegid-profilelanes-autosecresprofilegid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Lane Definitions/Profile Lanes"
                ],
                "summary":"Delete a Profile Lane",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"laneDefinitions-{xLaneGid}-profileLanes-{autoSecResProfileGid}-delete",
                "x-filename-id":"lanedefinitions-xlanegid-profilelanes-autosecresprofilegid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Lane Definitions/Profile Lanes"
                ],
                "summary":"Update a Profile Lane",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"laneDefinitions-{xLaneGid}-profileLanes-{autoSecResProfileGid}-patch",
                "x-filename-id":"lanedefinitions-xlanegid-profilelanes-autosecresprofilegid-patch"
            }
        },
        "/generalLedgerCodes":{
            "get":{
                "tags":[
                    "Power Data/General Ledger Codes"
                ],
                "summary":"Get General Ledger Codes",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/generalLedgerCodes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"generalLedgerCodes-get",
                "x-filename-id":"generalledgercodes-get"
            },
            "post":{
                "tags":[
                    "Power Data/General Ledger Codes"
                ],
                "summary":"Create a General Ledger Code",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/generalLedgerCodes"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/generalLedgerCodes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"generalLedgerCodes-post",
                "x-filename-id":"generalledgercodes-post"
            }
        },
        "/generalLedgerCodes/{generalLedgerGid}":{
            "parameters":[
                {
                    "name":"generalLedgerGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/General Ledger Codes"
                ],
                "summary":"Get a General Ledger Code",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/generalLedgerCodes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"generalLedgerCodes-{generalLedgerGid}-get",
                "x-filename-id":"generalledgercodes-generalledgergid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/General Ledger Codes"
                ],
                "summary":"Delete a General Ledger Code",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"generalLedgerCodes-{generalLedgerGid}-delete",
                "x-filename-id":"generalledgercodes-generalledgergid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/General Ledger Codes"
                ],
                "summary":"Update a General Ledger Code",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"generalLedgerCodes-{generalLedgerGid}-patch",
                "x-filename-id":"generalledgercodes-generalledgergid-patch"
            }
        },
        "/generalLedgerCodes/{generalLedgerGid}/buyOrders":{
            "parameters":[
                {
                    "name":"generalLedgerGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/General Ledger Codes/Buy Orders"
                ],
                "summary":"Get Buy Orders",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/generalLedgerCodes.buyOrders"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"generalLedgerCodes-{generalLedgerGid}-buyOrders-get",
                "x-filename-id":"generalledgercodes-generalledgergid-buyorders-get"
            },
            "post":{
                "tags":[
                    "Power Data/General Ledger Codes/Buy Orders"
                ],
                "summary":"Create a Buy Order",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/generalLedgerCodes.buyOrders"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/generalLedgerCodes.buyOrders"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/generalLedgerCodes.buyOrders"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/generalLedgerCodes.buyOrders"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"generalLedgerCodes-{generalLedgerGid}-buyOrders-post",
                "x-filename-id":"generalledgercodes-generalledgergid-buyorders-post"
            },
            "patch":{
                "tags":[
                    "Power Data/General Ledger Codes/Buy Orders"
                ],
                "summary":"Update Buy Orders",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"generalLedgerCodes-{generalLedgerGid}-buyOrders-patch",
                "x-filename-id":"generalledgercodes-generalledgergid-buyorders-patch"
            }
        },
        "/generalLedgerCodes/{generalLedgerGid}/buyOrders/{keyValuexdomainNamexglLookupKeyGid}":{
            "parameters":[
                {
                    "name":"generalLedgerGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"keyValuexdomainNamexglLookupKeyGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/General Ledger Codes/Buy Orders"
                ],
                "summary":"Get a Buy Order",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/generalLedgerCodes.buyOrders"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"generalLedgerCodes-{generalLedgerGid}-buyOrders-{keyValuexdomainNamexglLookupKeyGid}-get",
                "x-filename-id":"generalledgercodes-generalledgergid-buyorders-keyvaluexdomainnamexgllookupkeygid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/General Ledger Codes/Buy Orders"
                ],
                "summary":"Delete a Buy Order",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"generalLedgerCodes-{generalLedgerGid}-buyOrders-{keyValuexdomainNamexglLookupKeyGid}-delete",
                "x-filename-id":"generalledgercodes-generalledgergid-buyorders-keyvaluexdomainnamexgllookupkeygid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/General Ledger Codes/Buy Orders"
                ],
                "summary":"Update a Buy Order",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"generalLedgerCodes-{generalLedgerGid}-buyOrders-{keyValuexdomainNamexglLookupKeyGid}-patch",
                "x-filename-id":"generalledgercodes-generalledgergid-buyorders-keyvaluexdomainnamexgllookupkeygid-patch"
            }
        },
        "/generalLedgerCodes/{generalLedgerGid}/buyShipments":{
            "parameters":[
                {
                    "name":"generalLedgerGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/General Ledger Codes/Buy Shipments"
                ],
                "summary":"Get Buy Shipments",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/generalLedgerCodes.buyShipments"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"generalLedgerCodes-{generalLedgerGid}-buyShipments-get",
                "x-filename-id":"generalledgercodes-generalledgergid-buyshipments-get"
            },
            "post":{
                "tags":[
                    "Power Data/General Ledger Codes/Buy Shipments"
                ],
                "summary":"Create a Buy Shipment",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/generalLedgerCodes.buyShipments"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/generalLedgerCodes.buyShipments"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/generalLedgerCodes.buyShipments"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/generalLedgerCodes.buyShipments"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"generalLedgerCodes-{generalLedgerGid}-buyShipments-post",
                "x-filename-id":"generalledgercodes-generalledgergid-buyshipments-post"
            },
            "patch":{
                "tags":[
                    "Power Data/General Ledger Codes/Buy Shipments"
                ],
                "summary":"Update Buy Shipments",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"generalLedgerCodes-{generalLedgerGid}-buyShipments-patch",
                "x-filename-id":"generalledgercodes-generalledgergid-buyshipments-patch"
            }
        },
        "/generalLedgerCodes/{generalLedgerGid}/buyShipments/{keyValuexdomainNamexglLookupKeyGid}":{
            "parameters":[
                {
                    "name":"generalLedgerGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"keyValuexdomainNamexglLookupKeyGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/General Ledger Codes/Buy Shipments"
                ],
                "summary":"Get a Buy Shipment",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/generalLedgerCodes.buyShipments"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"generalLedgerCodes-{generalLedgerGid}-buyShipments-{keyValuexdomainNamexglLookupKeyGid}-get",
                "x-filename-id":"generalledgercodes-generalledgergid-buyshipments-keyvaluexdomainnamexgllookupkeygid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/General Ledger Codes/Buy Shipments"
                ],
                "summary":"Delete a Buy Shipment",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"generalLedgerCodes-{generalLedgerGid}-buyShipments-{keyValuexdomainNamexglLookupKeyGid}-delete",
                "x-filename-id":"generalledgercodes-generalledgergid-buyshipments-keyvaluexdomainnamexgllookupkeygid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/General Ledger Codes/Buy Shipments"
                ],
                "summary":"Update a Buy Shipment",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"generalLedgerCodes-{generalLedgerGid}-buyShipments-{keyValuexdomainNamexglLookupKeyGid}-patch",
                "x-filename-id":"generalledgercodes-generalledgergid-buyshipments-keyvaluexdomainnamexgllookupkeygid-patch"
            }
        },
        "/generalLedgerCodes/{generalLedgerGid}/sellOrders":{
            "parameters":[
                {
                    "name":"generalLedgerGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/General Ledger Codes/Sell Orders"
                ],
                "summary":"Get Sell Orders",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/generalLedgerCodes.sellOrders"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"generalLedgerCodes-{generalLedgerGid}-sellOrders-get",
                "x-filename-id":"generalledgercodes-generalledgergid-sellorders-get"
            },
            "post":{
                "tags":[
                    "Power Data/General Ledger Codes/Sell Orders"
                ],
                "summary":"Create a Sell Order",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/generalLedgerCodes.sellOrders"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/generalLedgerCodes.sellOrders"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/generalLedgerCodes.sellOrders"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/generalLedgerCodes.sellOrders"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"generalLedgerCodes-{generalLedgerGid}-sellOrders-post",
                "x-filename-id":"generalledgercodes-generalledgergid-sellorders-post"
            },
            "patch":{
                "tags":[
                    "Power Data/General Ledger Codes/Sell Orders"
                ],
                "summary":"Update Sell Orders",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"generalLedgerCodes-{generalLedgerGid}-sellOrders-patch",
                "x-filename-id":"generalledgercodes-generalledgergid-sellorders-patch"
            }
        },
        "/generalLedgerCodes/{generalLedgerGid}/sellOrders/{keyValuexdomainNamexglLookupKeyGid}":{
            "parameters":[
                {
                    "name":"generalLedgerGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"keyValuexdomainNamexglLookupKeyGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/General Ledger Codes/Sell Orders"
                ],
                "summary":"Get a Sell Order",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/generalLedgerCodes.sellOrders"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"generalLedgerCodes-{generalLedgerGid}-sellOrders-{keyValuexdomainNamexglLookupKeyGid}-get",
                "x-filename-id":"generalledgercodes-generalledgergid-sellorders-keyvaluexdomainnamexgllookupkeygid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/General Ledger Codes/Sell Orders"
                ],
                "summary":"Delete a Sell Order",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"generalLedgerCodes-{generalLedgerGid}-sellOrders-{keyValuexdomainNamexglLookupKeyGid}-delete",
                "x-filename-id":"generalledgercodes-generalledgergid-sellorders-keyvaluexdomainnamexgllookupkeygid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/General Ledger Codes/Sell Orders"
                ],
                "summary":"Update a Sell Order",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"generalLedgerCodes-{generalLedgerGid}-sellOrders-{keyValuexdomainNamexglLookupKeyGid}-patch",
                "x-filename-id":"generalledgercodes-generalledgergid-sellorders-keyvaluexdomainnamexgllookupkeygid-patch"
            }
        },
        "/generalLedgerCodes/{generalLedgerGid}/sellShipments":{
            "parameters":[
                {
                    "name":"generalLedgerGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/General Ledger Codes/Sell Shipments"
                ],
                "summary":"Get Sell Shipments",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/generalLedgerCodes.sellShipments"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"generalLedgerCodes-{generalLedgerGid}-sellShipments-get",
                "x-filename-id":"generalledgercodes-generalledgergid-sellshipments-get"
            },
            "post":{
                "tags":[
                    "Power Data/General Ledger Codes/Sell Shipments"
                ],
                "summary":"Create a Sell Shipment",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/generalLedgerCodes.sellShipments"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/generalLedgerCodes.sellShipments"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/generalLedgerCodes.sellShipments"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/generalLedgerCodes.sellShipments"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"generalLedgerCodes-{generalLedgerGid}-sellShipments-post",
                "x-filename-id":"generalledgercodes-generalledgergid-sellshipments-post"
            },
            "patch":{
                "tags":[
                    "Power Data/General Ledger Codes/Sell Shipments"
                ],
                "summary":"Update Sell Shipments",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"generalLedgerCodes-{generalLedgerGid}-sellShipments-patch",
                "x-filename-id":"generalledgercodes-generalledgergid-sellshipments-patch"
            }
        },
        "/generalLedgerCodes/{generalLedgerGid}/sellShipments/{keyValuexdomainNamexglLookupKeyGid}":{
            "parameters":[
                {
                    "name":"generalLedgerGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"keyValuexdomainNamexglLookupKeyGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/General Ledger Codes/Sell Shipments"
                ],
                "summary":"Get a Sell Shipment",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/generalLedgerCodes.sellShipments"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"generalLedgerCodes-{generalLedgerGid}-sellShipments-{keyValuexdomainNamexglLookupKeyGid}-get",
                "x-filename-id":"generalledgercodes-generalledgergid-sellshipments-keyvaluexdomainnamexgllookupkeygid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/General Ledger Codes/Sell Shipments"
                ],
                "summary":"Delete a Sell Shipment",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"generalLedgerCodes-{generalLedgerGid}-sellShipments-{keyValuexdomainNamexglLookupKeyGid}-delete",
                "x-filename-id":"generalledgercodes-generalledgergid-sellshipments-keyvaluexdomainnamexgllookupkeygid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/General Ledger Codes/Sell Shipments"
                ],
                "summary":"Update a Sell Shipment",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"generalLedgerCodes-{generalLedgerGid}-sellShipments-{keyValuexdomainNamexglLookupKeyGid}-patch",
                "x-filename-id":"generalledgercodes-generalledgergid-sellshipments-keyvaluexdomainnamexgllookupkeygid-patch"
            }
        },
        "/generalLedgerCodes/{generalLedgerGid}/invoices":{
            "parameters":[
                {
                    "name":"generalLedgerGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/General Ledger Codes/Invoices"
                ],
                "summary":"Get Invoices",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/generalLedgerCodes.invoices"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"generalLedgerCodes-{generalLedgerGid}-invoices-get",
                "x-filename-id":"generalledgercodes-generalledgergid-invoices-get"
            },
            "post":{
                "tags":[
                    "Power Data/General Ledger Codes/Invoices"
                ],
                "summary":"Create an Invoice",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/generalLedgerCodes.invoices"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/generalLedgerCodes.invoices"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/generalLedgerCodes.invoices"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/generalLedgerCodes.invoices"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"generalLedgerCodes-{generalLedgerGid}-invoices-post",
                "x-filename-id":"generalledgercodes-generalledgergid-invoices-post"
            },
            "patch":{
                "tags":[
                    "Power Data/General Ledger Codes/Invoices"
                ],
                "summary":"Update Invoices",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"generalLedgerCodes-{generalLedgerGid}-invoices-patch",
                "x-filename-id":"generalledgercodes-generalledgergid-invoices-patch"
            }
        },
        "/generalLedgerCodes/{generalLedgerGid}/invoices/{keyValuexdomainNamexglLookupKeyGid}":{
            "parameters":[
                {
                    "name":"generalLedgerGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"keyValuexdomainNamexglLookupKeyGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/General Ledger Codes/Invoices"
                ],
                "summary":"Get an Invoice",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/generalLedgerCodes.invoices"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"generalLedgerCodes-{generalLedgerGid}-invoices-{keyValuexdomainNamexglLookupKeyGid}-get",
                "x-filename-id":"generalledgercodes-generalledgergid-invoices-keyvaluexdomainnamexgllookupkeygid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/General Ledger Codes/Invoices"
                ],
                "summary":"Delete an Invoice",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"generalLedgerCodes-{generalLedgerGid}-invoices-{keyValuexdomainNamexglLookupKeyGid}-delete",
                "x-filename-id":"generalledgercodes-generalledgergid-invoices-keyvaluexdomainnamexgllookupkeygid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/General Ledger Codes/Invoices"
                ],
                "summary":"Update an Invoice",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"generalLedgerCodes-{generalLedgerGid}-invoices-{keyValuexdomainNamexglLookupKeyGid}-patch",
                "x-filename-id":"generalledgercodes-generalledgergid-invoices-keyvaluexdomainnamexgllookupkeygid-patch"
            }
        },
        "/generalLedgerCodes/{generalLedgerGid}/bills":{
            "parameters":[
                {
                    "name":"generalLedgerGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/General Ledger Codes/Bills"
                ],
                "summary":"Get Bills",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/generalLedgerCodes.bills"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"generalLedgerCodes-{generalLedgerGid}-bills-get",
                "x-filename-id":"generalledgercodes-generalledgergid-bills-get"
            },
            "post":{
                "tags":[
                    "Power Data/General Ledger Codes/Bills"
                ],
                "summary":"Create a Bill",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/generalLedgerCodes.bills"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/generalLedgerCodes.bills"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/generalLedgerCodes.bills"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/generalLedgerCodes.bills"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"generalLedgerCodes-{generalLedgerGid}-bills-post",
                "x-filename-id":"generalledgercodes-generalledgergid-bills-post"
            },
            "patch":{
                "tags":[
                    "Power Data/General Ledger Codes/Bills"
                ],
                "summary":"Update Bills",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"generalLedgerCodes-{generalLedgerGid}-bills-patch",
                "x-filename-id":"generalledgercodes-generalledgergid-bills-patch"
            }
        },
        "/generalLedgerCodes/{generalLedgerGid}/bills/{keyValuexdomainNamexglLookupKeyGid}":{
            "parameters":[
                {
                    "name":"generalLedgerGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"keyValuexdomainNamexglLookupKeyGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/General Ledger Codes/Bills"
                ],
                "summary":"Get a Bill",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/generalLedgerCodes.bills"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"generalLedgerCodes-{generalLedgerGid}-bills-{keyValuexdomainNamexglLookupKeyGid}-get",
                "x-filename-id":"generalledgercodes-generalledgergid-bills-keyvaluexdomainnamexgllookupkeygid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/General Ledger Codes/Bills"
                ],
                "summary":"Delete a Bill",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"generalLedgerCodes-{generalLedgerGid}-bills-{keyValuexdomainNamexglLookupKeyGid}-delete",
                "x-filename-id":"generalledgercodes-generalledgergid-bills-keyvaluexdomainnamexgllookupkeygid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/General Ledger Codes/Bills"
                ],
                "summary":"Update a Bill",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"generalLedgerCodes-{generalLedgerGid}-bills-{keyValuexdomainNamexglLookupKeyGid}-patch",
                "x-filename-id":"generalledgercodes-generalledgergid-bills-keyvaluexdomainnamexgllookupkeygid-patch"
            }
        },
        "/routingRuleReferenceNumberQualifiers":{
            "get":{
                "tags":[
                    "Power Data/Routing Rule Reference Number Qualifiers"
                ],
                "summary":"Get Routing Rule Reference Number Qualifiers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/routingRuleReferenceNumberQualifiers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"routingRuleReferenceNumberQualifiers-get",
                "x-filename-id":"routingrulereferencenumberqualifiers-get"
            },
            "post":{
                "tags":[
                    "Power Data/Routing Rule Reference Number Qualifiers"
                ],
                "summary":"Create a Routing Rule Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/routingRuleReferenceNumberQualifiers"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/routingRuleReferenceNumberQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"routingRuleReferenceNumberQualifiers-post",
                "x-filename-id":"routingrulereferencenumberqualifiers-post"
            }
        },
        "/routingRuleReferenceNumberQualifiers/{routingRuleRefnumQualGid}":{
            "parameters":[
                {
                    "name":"routingRuleRefnumQualGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Routing Rule Reference Number Qualifiers"
                ],
                "summary":"Get a Routing Rule Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/routingRuleReferenceNumberQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"routingRuleReferenceNumberQualifiers-{routingRuleRefnumQualGid}-get",
                "x-filename-id":"routingrulereferencenumberqualifiers-routingrulerefnumqualgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Routing Rule Reference Number Qualifiers"
                ],
                "summary":"Delete a Routing Rule Reference Number Qualifier",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"routingRuleReferenceNumberQualifiers-{routingRuleRefnumQualGid}-delete",
                "x-filename-id":"routingrulereferencenumberqualifiers-routingrulerefnumqualgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Routing Rule Reference Number Qualifiers"
                ],
                "summary":"Update a Routing Rule Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"routingRuleReferenceNumberQualifiers-{routingRuleRefnumQualGid}-patch",
                "x-filename-id":"routingrulereferencenumberqualifiers-routingrulerefnumqualgid-patch"
            }
        },
        "/loadingPatterns":{
            "get":{
                "tags":[
                    "Power Data/Loading Patterns"
                ],
                "summary":"Get Loading Patterns",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/loadingPatterns"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"loadingPatterns-get",
                "x-filename-id":"loadingpatterns-get"
            }
        },
        "/loadingPatterns/{loadingPatternGid}":{
            "parameters":[
                {
                    "name":"loadingPatternGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Loading Patterns"
                ],
                "summary":"Get a Loading Pattern",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/loadingPatterns"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"loadingPatterns-{loadingPatternGid}-get",
                "x-filename-id":"loadingpatterns-loadingpatterngid-get"
            }
        },
        "/rateClassifications":{
            "get":{
                "tags":[
                    "Power Data/Rates Classifications"
                ],
                "summary":"Get Rates Classifications",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/rateClassifications"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateClassifications-get",
                "x-filename-id":"rateclassifications-get"
            },
            "post":{
                "tags":[
                    "Power Data/Rates Classifications"
                ],
                "summary":"Create a Rates Classification",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/rateClassifications"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateClassifications"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateClassifications-post",
                "x-filename-id":"rateclassifications-post"
            }
        },
        "/rateClassifications/{rateClassificationGid}":{
            "parameters":[
                {
                    "name":"rateClassificationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Rates Classifications"
                ],
                "summary":"Get a Rates Classification",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/rateClassifications"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"rateClassifications-{rateClassificationGid}-get",
                "x-filename-id":"rateclassifications-rateclassificationgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Rates Classifications"
                ],
                "summary":"Delete a Rates Classification",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rateClassifications-{rateClassificationGid}-delete",
                "x-filename-id":"rateclassifications-rateclassificationgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Rates Classifications"
                ],
                "summary":"Update a Rates Classification",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"rateClassifications-{rateClassificationGid}-patch",
                "x-filename-id":"rateclassifications-rateclassificationgid-patch"
            }
        },
        "/locations":{
            "get":{
                "tags":[
                    "Business Objects/Locations"
                ],
                "summary":"Get Locations",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/locations"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locations-get",
                "x-filename-id":"locations-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Locations"
                ],
                "summary":"Create a Location",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/locations"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/locations"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locations-post",
                "x-filename-id":"locations-post"
            }
        },
        "/locations/{locationGid}":{
            "parameters":[
                {
                    "name":"locationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Locations"
                ],
                "summary":"Get a Location",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/locations"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locations-{locationGid}-get",
                "x-filename-id":"locations-locationgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Locations"
                ],
                "summary":"Delete a Location",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"locations-{locationGid}-delete",
                "x-filename-id":"locations-locationgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Locations"
                ],
                "summary":"Update a Location",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"locations-{locationGid}-patch",
                "x-filename-id":"locations-locationgid-patch"
            }
        },
        "/locations/{locationGid}/resourceGroups":{
            "parameters":[
                {
                    "name":"locationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Locations/Resource Groups"
                ],
                "summary":"Get Resource Groups",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/locations.resourceGroups"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locations-{locationGid}-resourceGroups-get",
                "x-filename-id":"locations-locationgid-resourcegroups-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Locations/Resource Groups"
                ],
                "summary":"Create a Resource Group",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/locations.resourceGroups"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/locations.resourceGroups"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/locations.resourceGroups"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/locations.resourceGroups"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locations-{locationGid}-resourceGroups-post",
                "x-filename-id":"locations-locationgid-resourcegroups-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Locations/Resource Groups"
                ],
                "summary":"Update Resource Groups",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"locations-{locationGid}-resourceGroups-patch",
                "x-filename-id":"locations-locationgid-resourcegroups-patch"
            }
        },
        "/locations/{locationGid}/resourceGroups/{locationResourceGroupGid}":{
            "parameters":[
                {
                    "name":"locationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"locationResourceGroupGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Locations/Resource Groups"
                ],
                "summary":"Get a Resource Group",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/locations.resourceGroups"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locations-{locationGid}-resourceGroups-{locationResourceGroupGid}-get",
                "x-filename-id":"locations-locationgid-resourcegroups-locationresourcegroupgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Locations/Resource Groups"
                ],
                "summary":"Delete a Resource Group",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"locations-{locationGid}-resourceGroups-{locationResourceGroupGid}-delete",
                "x-filename-id":"locations-locationgid-resourcegroups-locationresourcegroupgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Locations/Resource Groups"
                ],
                "summary":"Update a Resource Group",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"locations-{locationGid}-resourceGroups-{locationResourceGroupGid}-patch",
                "x-filename-id":"locations-locationgid-resourcegroups-locationresourcegroupgid-patch"
            }
        },
        "/locations/{locationGid}/accessorials":{
            "parameters":[
                {
                    "name":"locationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Locations/Accessorials"
                ],
                "summary":"Get Accessorials",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/locations.accessorials"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locations-{locationGid}-accessorials-get",
                "x-filename-id":"locations-locationgid-accessorials-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Locations/Accessorials"
                ],
                "summary":"Create an Accessorial",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/locations.accessorials"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/locations.accessorials"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/locations.accessorials"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/locations.accessorials"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locations-{locationGid}-accessorials-post",
                "x-filename-id":"locations-locationgid-accessorials-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Locations/Accessorials"
                ],
                "summary":"Update Accessorials",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"locations-{locationGid}-accessorials-patch",
                "x-filename-id":"locations-locationgid-accessorials-patch"
            }
        },
        "/locations/{locationGid}/accessorials/{accessorialCodeGid}":{
            "parameters":[
                {
                    "name":"locationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"accessorialCodeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Locations/Accessorials"
                ],
                "summary":"Get an Accessorial",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/locations.accessorials"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locations-{locationGid}-accessorials-{accessorialCodeGid}-get",
                "x-filename-id":"locations-locationgid-accessorials-accessorialcodegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Locations/Accessorials"
                ],
                "summary":"Delete an Accessorial",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"locations-{locationGid}-accessorials-{accessorialCodeGid}-delete",
                "x-filename-id":"locations-locationgid-accessorials-accessorialcodegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Locations/Accessorials"
                ],
                "summary":"Update an Accessorial",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"locations-{locationGid}-accessorials-{accessorialCodeGid}-patch",
                "x-filename-id":"locations-locationgid-accessorials-accessorialcodegid-patch"
            }
        },
        "/locations/{locationGid}/remarks":{
            "parameters":[
                {
                    "name":"locationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Locations/Remarks"
                ],
                "summary":"Get Remarks",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/locations.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locations-{locationGid}-remarks-get",
                "x-filename-id":"locations-locationgid-remarks-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Locations/Remarks"
                ],
                "summary":"Create a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/locations.remarks"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/locations.remarks"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/locations.remarks"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/locations.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locations-{locationGid}-remarks-post",
                "x-filename-id":"locations-locationgid-remarks-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Locations/Remarks"
                ],
                "summary":"Update Remarks",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"locations-{locationGid}-remarks-patch",
                "x-filename-id":"locations-locationgid-remarks-patch"
            }
        },
        "/locations/{locationGid}/remarks/{remarkSequence}":{
            "parameters":[
                {
                    "name":"locationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"remarkSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Locations/Remarks"
                ],
                "summary":"Get a Remark",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/locations.remarks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locations-{locationGid}-remarks-{remarkSequence}-get",
                "x-filename-id":"locations-locationgid-remarks-remarksequence-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Locations/Remarks"
                ],
                "summary":"Delete a Remark",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"locations-{locationGid}-remarks-{remarkSequence}-delete",
                "x-filename-id":"locations-locationgid-remarks-remarksequence-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Locations/Remarks"
                ],
                "summary":"Update a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"locations-{locationGid}-remarks-{remarkSequence}-patch",
                "x-filename-id":"locations-locationgid-remarks-remarksequence-patch"
            }
        },
        "/locations/{locationGid}/normalizedAttrs":{
            "parameters":[
                {
                    "name":"locationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Locations/Normalized Attributes"
                ],
                "summary":"Get Normalized Attributes",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/locations.normalizedAttrs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locations-{locationGid}-normalizedAttrs-get",
                "x-filename-id":"locations-locationgid-normalizedattrs-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Locations/Normalized Attributes"
                ],
                "summary":"Create a Normalized Attribute",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/locations.normalizedAttrs"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/locations.normalizedAttrs"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/locations.normalizedAttrs"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/locations.normalizedAttrs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locations-{locationGid}-normalizedAttrs-post",
                "x-filename-id":"locations-locationgid-normalizedattrs-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Locations/Normalized Attributes"
                ],
                "summary":"Update Normalized Attributes",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"locations-{locationGid}-normalizedAttrs-patch",
                "x-filename-id":"locations-locationgid-normalizedattrs-patch"
            }
        },
        "/locations/{locationGid}/normalizedAttrs/{attributeName}":{
            "parameters":[
                {
                    "name":"locationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"attributeName",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Locations/Normalized Attributes"
                ],
                "summary":"Get a Normalized Attribute",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/locations.normalizedAttrs"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locations-{locationGid}-normalizedAttrs-{attributeName}-get",
                "x-filename-id":"locations-locationgid-normalizedattrs-attributename-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Locations/Normalized Attributes"
                ],
                "summary":"Delete a Normalized Attribute",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"locations-{locationGid}-normalizedAttrs-{attributeName}-delete",
                "x-filename-id":"locations-locationgid-normalizedattrs-attributename-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Locations/Normalized Attributes"
                ],
                "summary":"Update a Normalized Attribute",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"locations-{locationGid}-normalizedAttrs-{attributeName}-patch",
                "x-filename-id":"locations-locationgid-normalizedattrs-attributename-patch"
            }
        },
        "/locations/{locationGid}/contacts":{
            "parameters":[
                {
                    "name":"locationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Locations/Contacts"
                ],
                "summary":"Get Contacts",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/locations.contacts"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locations-{locationGid}-contacts-get",
                "x-filename-id":"locations-locationgid-contacts-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Locations/Contacts"
                ],
                "summary":"Create a Contact",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/locations.contacts"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/locations.contacts"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/locations.contacts"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/locations.contacts"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locations-{locationGid}-contacts-post",
                "x-filename-id":"locations-locationgid-contacts-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Locations/Contacts"
                ],
                "summary":"Update Contacts",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"locations-{locationGid}-contacts-patch",
                "x-filename-id":"locations-locationgid-contacts-patch"
            }
        },
        "/locations/{locationGid}/contacts/{contactGid}":{
            "parameters":[
                {
                    "name":"locationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"contactGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Locations/Contacts"
                ],
                "summary":"Get a Contact",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/locations.contacts"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locations-{locationGid}-contacts-{contactGid}-get",
                "x-filename-id":"locations-locationgid-contacts-contactgid-get"
            },
            "patch":{
                "tags":[
                    "Business Objects/Locations/Contacts"
                ],
                "summary":"Update a Contact",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"locations-{locationGid}-contacts-{contactGid}-patch",
                "x-filename-id":"locations-locationgid-contacts-contactgid-patch"
            }
        },
        "/locations/{locationGid}/contacts/{contactGid}/comMethods":{
            "parameters":[
                {
                    "name":"locationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"contactGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Locations/Contacts/Communication Methods"
                ],
                "summary":"Get Communication Methods",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/locations.contacts.comMethods"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locations-{locationGid}-contacts-{contactGid}-comMethods-get",
                "x-filename-id":"locations-locationgid-contacts-contactgid-commethods-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Locations/Contacts/Communication Methods"
                ],
                "summary":"Create a Communication Method",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/locations.contacts.comMethods"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/locations.contacts.comMethods"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/locations.contacts.comMethods"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/locations.contacts.comMethods"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locations-{locationGid}-contacts-{contactGid}-comMethods-post",
                "x-filename-id":"locations-locationgid-contacts-contactgid-commethods-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Locations/Contacts/Communication Methods"
                ],
                "summary":"Update Communication Methods",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"locations-{locationGid}-contacts-{contactGid}-comMethods-patch",
                "x-filename-id":"locations-locationgid-contacts-contactgid-commethods-patch"
            }
        },
        "/locations/{locationGid}/contacts/{contactGid}/comMethods/{comMethodRankxcomMethodGid}":{
            "parameters":[
                {
                    "name":"locationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"contactGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"comMethodRankxcomMethodGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Locations/Contacts/Communication Methods"
                ],
                "summary":"Get a Communication Method",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/locations.contacts.comMethods"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locations-{locationGid}-contacts-{contactGid}-comMethods-{comMethodRankxcomMethodGid}-get",
                "x-filename-id":"locations-locationgid-contacts-contactgid-commethods-commethodrankxcommethodgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Locations/Contacts/Communication Methods"
                ],
                "summary":"Delete a Communication Method",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"locations-{locationGid}-contacts-{contactGid}-comMethods-{comMethodRankxcomMethodGid}-delete",
                "x-filename-id":"locations-locationgid-contacts-contactgid-commethods-commethodrankxcommethodgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Locations/Contacts/Communication Methods"
                ],
                "summary":"Update a Communication Method",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"locations-{locationGid}-contacts-{contactGid}-comMethods-{comMethodRankxcomMethodGid}-patch",
                "x-filename-id":"locations-locationgid-contacts-contactgid-commethods-commethodrankxcommethodgid-patch"
            }
        },
        "/locations/{locationGid}/contacts/{contactGid}/contactPreferences":{
            "parameters":[
                {
                    "name":"locationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"contactGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Locations/Contacts/Contact Preferences"
                ],
                "summary":"Get Contact Preferences",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/locations.contacts.contactPreferences"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locations-{locationGid}-contacts-{contactGid}-contactPreferences-get",
                "x-filename-id":"locations-locationgid-contacts-contactgid-contactpreferences-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Locations/Contacts/Contact Preferences"
                ],
                "summary":"Create a Contact Preference",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/locations.contacts.contactPreferences"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/locations.contacts.contactPreferences"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/locations.contacts.contactPreferences"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/locations.contacts.contactPreferences"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locations-{locationGid}-contacts-{contactGid}-contactPreferences-post",
                "x-filename-id":"locations-locationgid-contacts-contactgid-contactpreferences-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Locations/Contacts/Contact Preferences"
                ],
                "summary":"Update Contact Preferences",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"locations-{locationGid}-contacts-{contactGid}-contactPreferences-patch",
                "x-filename-id":"locations-locationgid-contacts-contactgid-contactpreferences-patch"
            }
        },
        "/locations/{locationGid}/contacts/{contactGid}/contactPreferences/{preferenceGid}":{
            "parameters":[
                {
                    "name":"locationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"contactGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"preferenceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Locations/Contacts/Contact Preferences"
                ],
                "summary":"Get a Contact Preference",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/locations.contacts.contactPreferences"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locations-{locationGid}-contacts-{contactGid}-contactPreferences-{preferenceGid}-get",
                "x-filename-id":"locations-locationgid-contacts-contactgid-contactpreferences-preferencegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Locations/Contacts/Contact Preferences"
                ],
                "summary":"Delete a Contact Preference",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"locations-{locationGid}-contacts-{contactGid}-contactPreferences-{preferenceGid}-delete",
                "x-filename-id":"locations-locationgid-contacts-contactgid-contactpreferences-preferencegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Locations/Contacts/Contact Preferences"
                ],
                "summary":"Update a Contact Preference",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"locations-{locationGid}-contacts-{contactGid}-contactPreferences-{preferenceGid}-patch",
                "x-filename-id":"locations-locationgid-contacts-contactgid-contactpreferences-preferencegid-patch"
            }
        },
        "/locations/{locationGid}/operationalLocations":{
            "parameters":[
                {
                    "name":"locationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Locations/Operational Locations"
                ],
                "summary":"Get Operational Locations",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/locations.operationalLocations"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locations-{locationGid}-operationalLocations-get",
                "x-filename-id":"locations-locationgid-operationallocations-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Locations/Operational Locations"
                ],
                "summary":"Create an Operational Location",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/locations.operationalLocations"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/locations.operationalLocations"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/locations.operationalLocations"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/locations.operationalLocations"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locations-{locationGid}-operationalLocations-post",
                "x-filename-id":"locations-locationgid-operationallocations-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Locations/Operational Locations"
                ],
                "summary":"Update Operational Locations",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"locations-{locationGid}-operationalLocations-patch",
                "x-filename-id":"locations-locationgid-operationallocations-patch"
            }
        },
        "/locations/{locationGid}/operationalLocations/{operationalLocationGid}":{
            "parameters":[
                {
                    "name":"locationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"operationalLocationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Locations/Operational Locations"
                ],
                "summary":"Get an Operational Location",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/locations.operationalLocations"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locations-{locationGid}-operationalLocations-{operationalLocationGid}-get",
                "x-filename-id":"locations-locationgid-operationallocations-operationallocationgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Locations/Operational Locations"
                ],
                "summary":"Delete an Operational Location",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"locations-{locationGid}-operationalLocations-{operationalLocationGid}-delete",
                "x-filename-id":"locations-locationgid-operationallocations-operationallocationgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Locations/Operational Locations"
                ],
                "summary":"Update an Operational Location",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"locations-{locationGid}-operationalLocations-{operationalLocationGid}-patch",
                "x-filename-id":"locations-locationgid-operationallocations-operationallocationgid-patch"
            }
        },
        "/locations/{locationGid}/operationalLocations/{operationalLocationGid}/details":{
            "parameters":[
                {
                    "name":"locationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"operationalLocationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Locations/Operational Locations/Details"
                ],
                "summary":"Get Details",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/locations.operationalLocations.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locations-{locationGid}-operationalLocations-{operationalLocationGid}-details-get",
                "x-filename-id":"locations-locationgid-operationallocations-operationallocationgid-details-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Locations/Operational Locations/Details"
                ],
                "summary":"Create a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/locations.operationalLocations.details"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/locations.operationalLocations.details"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/locations.operationalLocations.details"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/locations.operationalLocations.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locations-{locationGid}-operationalLocations-{operationalLocationGid}-details-post",
                "x-filename-id":"locations-locationgid-operationallocations-operationallocationgid-details-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Locations/Operational Locations/Details"
                ],
                "summary":"Update Details",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"locations-{locationGid}-operationalLocations-{operationalLocationGid}-details-patch",
                "x-filename-id":"locations-locationgid-operationallocations-operationallocationgid-details-patch"
            }
        },
        "/locations/{locationGid}/operationalLocations/{operationalLocationGid}/details/{seqNo}":{
            "parameters":[
                {
                    "name":"locationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"operationalLocationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"seqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Locations/Operational Locations/Details"
                ],
                "summary":"Get a Detail",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/locations.operationalLocations.details"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locations-{locationGid}-operationalLocations-{operationalLocationGid}-details-{seqNo}-get",
                "x-filename-id":"locations-locationgid-operationallocations-operationallocationgid-details-seqno-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Locations/Operational Locations/Details"
                ],
                "summary":"Delete a Detail",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"locations-{locationGid}-operationalLocations-{operationalLocationGid}-details-{seqNo}-delete",
                "x-filename-id":"locations-locationgid-operationallocations-operationallocationgid-details-seqno-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Locations/Operational Locations/Details"
                ],
                "summary":"Update a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"locations-{locationGid}-operationalLocations-{operationalLocationGid}-details-{seqNo}-patch",
                "x-filename-id":"locations-locationgid-operationallocations-operationallocationgid-details-seqno-patch"
            }
        },
        "/locations/{locationGid}/specialServices":{
            "parameters":[
                {
                    "name":"locationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Locations/Special Services"
                ],
                "summary":"Get Special Services",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/locations.specialServices"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locations-{locationGid}-specialServices-get",
                "x-filename-id":"locations-locationgid-specialservices-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Locations/Special Services"
                ],
                "summary":"Create a Special Service",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/locations.specialServices"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/locations.specialServices"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/locations.specialServices"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/locations.specialServices"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locations-{locationGid}-specialServices-post",
                "x-filename-id":"locations-locationgid-specialservices-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Locations/Special Services"
                ],
                "summary":"Update Special Services",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"locations-{locationGid}-specialServices-patch",
                "x-filename-id":"locations-locationgid-specialservices-patch"
            }
        },
        "/locations/{locationGid}/specialServices/{specialServiceCodeGid}":{
            "parameters":[
                {
                    "name":"locationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"specialServiceCodeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Locations/Special Services"
                ],
                "summary":"Get a Special Service",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/locations.specialServices"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locations-{locationGid}-specialServices-{specialServiceCodeGid}-get",
                "x-filename-id":"locations-locationgid-specialservices-specialservicecodegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Locations/Special Services"
                ],
                "summary":"Delete a Special Service",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"locations-{locationGid}-specialServices-{specialServiceCodeGid}-delete",
                "x-filename-id":"locations-locationgid-specialservices-specialservicecodegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Locations/Special Services"
                ],
                "summary":"Update a Special Service",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"locations-{locationGid}-specialServices-{specialServiceCodeGid}-patch",
                "x-filename-id":"locations-locationgid-specialservices-specialservicecodegid-patch"
            }
        },
        "/locations/{locationGid}/capacityGroups":{
            "parameters":[
                {
                    "name":"locationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Locations/Capacity Groups"
                ],
                "summary":"Get Capacity Groups",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/locations.capacityGroups"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locations-{locationGid}-capacityGroups-get",
                "x-filename-id":"locations-locationgid-capacitygroups-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Locations/Capacity Groups"
                ],
                "summary":"Create a Capacity Group",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/locations.capacityGroups"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/locations.capacityGroups"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/locations.capacityGroups"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/locations.capacityGroups"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locations-{locationGid}-capacityGroups-post",
                "x-filename-id":"locations-locationgid-capacitygroups-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Locations/Capacity Groups"
                ],
                "summary":"Update Capacity Groups",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"locations-{locationGid}-capacityGroups-patch",
                "x-filename-id":"locations-locationgid-capacitygroups-patch"
            }
        },
        "/locations/{locationGid}/capacityGroups/{locCapacityGroupGid}":{
            "parameters":[
                {
                    "name":"locationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"locCapacityGroupGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Locations/Capacity Groups"
                ],
                "summary":"Get a Capacity Group",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/locations.capacityGroups"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locations-{locationGid}-capacityGroups-{locCapacityGroupGid}-get",
                "x-filename-id":"locations-locationgid-capacitygroups-loccapacitygroupgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Locations/Capacity Groups"
                ],
                "summary":"Delete a Capacity Group",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"locations-{locationGid}-capacityGroups-{locCapacityGroupGid}-delete",
                "x-filename-id":"locations-locationgid-capacitygroups-loccapacitygroupgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Locations/Capacity Groups"
                ],
                "summary":"Update a Capacity Group",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"locations-{locationGid}-capacityGroups-{locCapacityGroupGid}-patch",
                "x-filename-id":"locations-locationgid-capacitygroups-loccapacitygroupgid-patch"
            }
        },
        "/locations/{locationGid}/roleProfiles":{
            "parameters":[
                {
                    "name":"locationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Locations/Role Profiles"
                ],
                "summary":"Get Role Profiles",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/locations.roleProfiles"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locations-{locationGid}-roleProfiles-get",
                "x-filename-id":"locations-locationgid-roleprofiles-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Locations/Role Profiles"
                ],
                "summary":"Create a Role Profile",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/locations.roleProfiles"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/locations.roleProfiles"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/locations.roleProfiles"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/locations.roleProfiles"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locations-{locationGid}-roleProfiles-post",
                "x-filename-id":"locations-locationgid-roleprofiles-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Locations/Role Profiles"
                ],
                "summary":"Update Role Profiles",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"locations-{locationGid}-roleProfiles-patch",
                "x-filename-id":"locations-locationgid-roleprofiles-patch"
            }
        },
        "/locations/{locationGid}/roleProfiles/{locationRoleGid}":{
            "parameters":[
                {
                    "name":"locationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"locationRoleGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Locations/Role Profiles"
                ],
                "summary":"Get a Role Profile",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/locations.roleProfiles"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locations-{locationGid}-roleProfiles-{locationRoleGid}-get",
                "x-filename-id":"locations-locationgid-roleprofiles-locationrolegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Locations/Role Profiles"
                ],
                "summary":"Delete a Role Profile",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"locations-{locationGid}-roleProfiles-{locationRoleGid}-delete",
                "x-filename-id":"locations-locationgid-roleprofiles-locationrolegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Locations/Role Profiles"
                ],
                "summary":"Update a Role Profile",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"locations-{locationGid}-roleProfiles-{locationRoleGid}-patch",
                "x-filename-id":"locations-locationgid-roleprofiles-locationrolegid-patch"
            }
        },
        "/locations/{locationGid}/roleProfiles/{locationRoleGid}/activityTimeDefs":{
            "parameters":[
                {
                    "name":"locationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"locationRoleGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Locations/Role Profiles/Activity Time Definitions"
                ],
                "summary":"Get Activity Time Definitions",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/locations.roleProfiles.activityTimeDefs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locations-{locationGid}-roleProfiles-{locationRoleGid}-activityTimeDefs-get",
                "x-filename-id":"locations-locationgid-roleprofiles-locationrolegid-activitytimedefs-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Locations/Role Profiles/Activity Time Definitions"
                ],
                "summary":"Create an Activity Time Definition",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/locations.roleProfiles.activityTimeDefs"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/locations.roleProfiles.activityTimeDefs"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/locations.roleProfiles.activityTimeDefs"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/locations.roleProfiles.activityTimeDefs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locations-{locationGid}-roleProfiles-{locationRoleGid}-activityTimeDefs-post",
                "x-filename-id":"locations-locationgid-roleprofiles-locationrolegid-activitytimedefs-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Locations/Role Profiles/Activity Time Definitions"
                ],
                "summary":"Update Activity Time Definitions",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"locations-{locationGid}-roleProfiles-{locationRoleGid}-activityTimeDefs-patch",
                "x-filename-id":"locations-locationgid-roleprofiles-locationrolegid-activitytimedefs-patch"
            }
        },
        "/locations/{locationGid}/roleProfiles/{locationRoleGid}/activityTimeDefs/{activityTimeDefGid}":{
            "parameters":[
                {
                    "name":"locationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"locationRoleGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"activityTimeDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Locations/Role Profiles/Activity Time Definitions"
                ],
                "summary":"Get an Activity Time Definition",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/locations.roleProfiles.activityTimeDefs"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locations-{locationGid}-roleProfiles-{locationRoleGid}-activityTimeDefs-{activityTimeDefGid}-get",
                "x-filename-id":"locations-locationgid-roleprofiles-locationrolegid-activitytimedefs-activitytimedefgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Locations/Role Profiles/Activity Time Definitions"
                ],
                "summary":"Delete an Activity Time Definition",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"locations-{locationGid}-roleProfiles-{locationRoleGid}-activityTimeDefs-{activityTimeDefGid}-delete",
                "x-filename-id":"locations-locationgid-roleprofiles-locationrolegid-activitytimedefs-activitytimedefgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Locations/Role Profiles/Activity Time Definitions"
                ],
                "summary":"Update an Activity Time Definition",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"locations-{locationGid}-roleProfiles-{locationRoleGid}-activityTimeDefs-{activityTimeDefGid}-patch",
                "x-filename-id":"locations-locationgid-roleprofiles-locationrolegid-activitytimedefs-activitytimedefgid-patch"
            }
        },
        "/locations/{locationGid}/roleProfiles/{locationRoleGid}/calendars":{
            "parameters":[
                {
                    "name":"locationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"locationRoleGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Locations/Role Profiles/Calendars"
                ],
                "summary":"Get Calendars",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/locations.roleProfiles.calendars"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locations-{locationGid}-roleProfiles-{locationRoleGid}-calendars-get",
                "x-filename-id":"locations-locationgid-roleprofiles-locationrolegid-calendars-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Locations/Role Profiles/Calendars"
                ],
                "summary":"Create a Calendar",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/locations.roleProfiles.calendars"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/locations.roleProfiles.calendars"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/locations.roleProfiles.calendars"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/locations.roleProfiles.calendars"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locations-{locationGid}-roleProfiles-{locationRoleGid}-calendars-post",
                "x-filename-id":"locations-locationgid-roleprofiles-locationrolegid-calendars-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Locations/Role Profiles/Calendars"
                ],
                "summary":"Update Calendars",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"locations-{locationGid}-roleProfiles-{locationRoleGid}-calendars-patch",
                "x-filename-id":"locations-locationgid-roleprofiles-locationrolegid-calendars-patch"
            }
        },
        "/locations/{locationGid}/roleProfiles/{locationRoleGid}/calendars/{locationRoleProfCalSeq}":{
            "parameters":[
                {
                    "name":"locationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"locationRoleGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"locationRoleProfCalSeq",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Locations/Role Profiles/Calendars"
                ],
                "summary":"Get a Calendar",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/locations.roleProfiles.calendars"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locations-{locationGid}-roleProfiles-{locationRoleGid}-calendars-{locationRoleProfCalSeq}-get",
                "x-filename-id":"locations-locationgid-roleprofiles-locationrolegid-calendars-locationroleprofcalseq-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Locations/Role Profiles/Calendars"
                ],
                "summary":"Delete a Calendar",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"locations-{locationGid}-roleProfiles-{locationRoleGid}-calendars-{locationRoleProfCalSeq}-delete",
                "x-filename-id":"locations-locationgid-roleprofiles-locationrolegid-calendars-locationroleprofcalseq-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Locations/Role Profiles/Calendars"
                ],
                "summary":"Update a Calendar",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"locations-{locationGid}-roleProfiles-{locationRoleGid}-calendars-{locationRoleProfCalSeq}-patch",
                "x-filename-id":"locations-locationgid-roleprofiles-locationrolegid-calendars-locationroleprofcalseq-patch"
            }
        },
        "/locations/{locationGid}/roleProfiles/{locationRoleGid}/thuCapacities":{
            "parameters":[
                {
                    "name":"locationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"locationRoleGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Locations/Role Profiles/Transport Handling Unit Capacities"
                ],
                "summary":"Get Transport Handling Unit Capacities",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/locations.roleProfiles.thuCapacities"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locations-{locationGid}-roleProfiles-{locationRoleGid}-thuCapacities-get",
                "x-filename-id":"locations-locationgid-roleprofiles-locationrolegid-thucapacities-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Locations/Role Profiles/Transport Handling Unit Capacities"
                ],
                "summary":"Create a Transport Handling Unit Capacity",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/locations.roleProfiles.thuCapacities"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/locations.roleProfiles.thuCapacities"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/locations.roleProfiles.thuCapacities"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/locations.roleProfiles.thuCapacities"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locations-{locationGid}-roleProfiles-{locationRoleGid}-thuCapacities-post",
                "x-filename-id":"locations-locationgid-roleprofiles-locationrolegid-thucapacities-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Locations/Role Profiles/Transport Handling Unit Capacities"
                ],
                "summary":"Update Transport Handling Unit Capacities",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"locations-{locationGid}-roleProfiles-{locationRoleGid}-thuCapacities-patch",
                "x-filename-id":"locations-locationgid-roleprofiles-locationrolegid-thucapacities-patch"
            }
        },
        "/locations/{locationGid}/roleProfiles/{locationRoleGid}/thuCapacities/{transportHandlingUnitGid}":{
            "parameters":[
                {
                    "name":"locationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"locationRoleGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"transportHandlingUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Locations/Role Profiles/Transport Handling Unit Capacities"
                ],
                "summary":"Get a Transport Handling Unit Capacity",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/locations.roleProfiles.thuCapacities"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locations-{locationGid}-roleProfiles-{locationRoleGid}-thuCapacities-{transportHandlingUnitGid}-get",
                "x-filename-id":"locations-locationgid-roleprofiles-locationrolegid-thucapacities-transporthandlingunitgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Locations/Role Profiles/Transport Handling Unit Capacities"
                ],
                "summary":"Delete a Transport Handling Unit Capacity",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"locations-{locationGid}-roleProfiles-{locationRoleGid}-thuCapacities-{transportHandlingUnitGid}-delete",
                "x-filename-id":"locations-locationgid-roleprofiles-locationrolegid-thucapacities-transporthandlingunitgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Locations/Role Profiles/Transport Handling Unit Capacities"
                ],
                "summary":"Update a Transport Handling Unit Capacity",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"locations-{locationGid}-roleProfiles-{locationRoleGid}-thuCapacities-{transportHandlingUnitGid}-patch",
                "x-filename-id":"locations-locationgid-roleprofiles-locationrolegid-thucapacities-transporthandlingunitgid-patch"
            }
        },
        "/locations/{locationGid}/roleProfiles/{locationRoleGid}/thuCapacities/{transportHandlingUnitGid}/pruCapacities":{
            "parameters":[
                {
                    "name":"locationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"locationRoleGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"transportHandlingUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Locations/Role Profiles/Transport Handling Unit Capacities/Packaging Reference Unit Capacities"
                ],
                "summary":"Get Packaging Reference Unit Capacities",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/locations.roleProfiles.thuCapacities.pruCapacities"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locations-{locationGid}-roleProfiles-{locationRoleGid}-thuCapacities-{transportHandlingUnitGid}-pruCapacities-get",
                "x-filename-id":"locations-locationgid-roleprofiles-locationrolegid-thucapacities-transporthandlingunitgid-prucapacities-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Locations/Role Profiles/Transport Handling Unit Capacities/Packaging Reference Unit Capacities"
                ],
                "summary":"Create a Packaging Reference Unit Capacity",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/locations.roleProfiles.thuCapacities.pruCapacities"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/locations.roleProfiles.thuCapacities.pruCapacities"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/locations.roleProfiles.thuCapacities.pruCapacities"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/locations.roleProfiles.thuCapacities.pruCapacities"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locations-{locationGid}-roleProfiles-{locationRoleGid}-thuCapacities-{transportHandlingUnitGid}-pruCapacities-post",
                "x-filename-id":"locations-locationgid-roleprofiles-locationrolegid-thucapacities-transporthandlingunitgid-prucapacities-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Locations/Role Profiles/Transport Handling Unit Capacities/Packaging Reference Unit Capacities"
                ],
                "summary":"Update Packaging Reference Unit Capacities",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"locations-{locationGid}-roleProfiles-{locationRoleGid}-thuCapacities-{transportHandlingUnitGid}-pruCapacities-patch",
                "x-filename-id":"locations-locationgid-roleprofiles-locationrolegid-thucapacities-transporthandlingunitgid-prucapacities-patch"
            }
        },
        "/locations/{locationGid}/roleProfiles/{locationRoleGid}/thuCapacities/{transportHandlingUnitGid}/pruCapacities/{packagingReferenceUnitGid}":{
            "parameters":[
                {
                    "name":"locationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"locationRoleGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"transportHandlingUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"packagingReferenceUnitGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Locations/Role Profiles/Transport Handling Unit Capacities/Packaging Reference Unit Capacities"
                ],
                "summary":"Get a Packaging Reference Unit Capacity",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/locations.roleProfiles.thuCapacities.pruCapacities"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locations-{locationGid}-roleProfiles-{locationRoleGid}-thuCapacities-{transportHandlingUnitGid}-pruCapacities-{packagingReferenceUnitGid}-get",
                "x-filename-id":"locations-locationgid-roleprofiles-locationrolegid-thucapacities-transporthandlingunitgid-prucapacities-packagingreferenceunitgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Locations/Role Profiles/Transport Handling Unit Capacities/Packaging Reference Unit Capacities"
                ],
                "summary":"Delete a Packaging Reference Unit Capacity",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"locations-{locationGid}-roleProfiles-{locationRoleGid}-thuCapacities-{transportHandlingUnitGid}-pruCapacities-{packagingReferenceUnitGid}-delete",
                "x-filename-id":"locations-locationgid-roleprofiles-locationrolegid-thucapacities-transporthandlingunitgid-prucapacities-packagingreferenceunitgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Locations/Role Profiles/Transport Handling Unit Capacities/Packaging Reference Unit Capacities"
                ],
                "summary":"Update a Packaging Reference Unit Capacity",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"locations-{locationGid}-roleProfiles-{locationRoleGid}-thuCapacities-{transportHandlingUnitGid}-pruCapacities-{packagingReferenceUnitGid}-patch",
                "x-filename-id":"locations-locationgid-roleprofiles-locationrolegid-thucapacities-transporthandlingunitgid-prucapacities-packagingreferenceunitgid-patch"
            }
        },
        "/locations/{locationGid}/roleProfiles/{locationRoleGid}/handlings":{
            "parameters":[
                {
                    "name":"locationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"locationRoleGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Locations/Role Profiles/Handlings"
                ],
                "summary":"Get Handlings",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/locations.roleProfiles.handlings"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locations-{locationGid}-roleProfiles-{locationRoleGid}-handlings-get",
                "x-filename-id":"locations-locationgid-roleprofiles-locationrolegid-handlings-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Locations/Role Profiles/Handlings"
                ],
                "summary":"Create a Handling",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/locations.roleProfiles.handlings"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/locations.roleProfiles.handlings"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/locations.roleProfiles.handlings"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/locations.roleProfiles.handlings"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locations-{locationGid}-roleProfiles-{locationRoleGid}-handlings-post",
                "x-filename-id":"locations-locationgid-roleprofiles-locationrolegid-handlings-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Locations/Role Profiles/Handlings"
                ],
                "summary":"Update Handlings",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"locations-{locationGid}-roleProfiles-{locationRoleGid}-handlings-patch",
                "x-filename-id":"locations-locationgid-roleprofiles-locationrolegid-handlings-patch"
            }
        },
        "/locations/{locationGid}/roleProfiles/{locationRoleGid}/handlings/{locationRoleProfHandSeq}":{
            "parameters":[
                {
                    "name":"locationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"locationRoleGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"locationRoleProfHandSeq",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Locations/Role Profiles/Handlings"
                ],
                "summary":"Get a Handling",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/locations.roleProfiles.handlings"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locations-{locationGid}-roleProfiles-{locationRoleGid}-handlings-{locationRoleProfHandSeq}-get",
                "x-filename-id":"locations-locationgid-roleprofiles-locationrolegid-handlings-locationroleprofhandseq-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Locations/Role Profiles/Handlings"
                ],
                "summary":"Delete a Handling",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"locations-{locationGid}-roleProfiles-{locationRoleGid}-handlings-{locationRoleProfHandSeq}-delete",
                "x-filename-id":"locations-locationgid-roleprofiles-locationrolegid-handlings-locationroleprofhandseq-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Locations/Role Profiles/Handlings"
                ],
                "summary":"Update a Handling",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"locations-{locationGid}-roleProfiles-{locationRoleGid}-handlings-{locationRoleProfHandSeq}-patch",
                "x-filename-id":"locations-locationgid-roleprofiles-locationrolegid-handlings-locationroleprofhandseq-patch"
            }
        },
        "/locations/{locationGid}/loadUnloadPoints":{
            "parameters":[
                {
                    "name":"locationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Locations/Load Unload Points"
                ],
                "summary":"Get Load Unload Points",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/locations.loadUnloadPoints"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locations-{locationGid}-loadUnloadPoints-get",
                "x-filename-id":"locations-locationgid-loadunloadpoints-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Locations/Load Unload Points"
                ],
                "summary":"Create a Load Unload Point",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/locations.loadUnloadPoints"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/locations.loadUnloadPoints"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/locations.loadUnloadPoints"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/locations.loadUnloadPoints"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locations-{locationGid}-loadUnloadPoints-post",
                "x-filename-id":"locations-locationgid-loadunloadpoints-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Locations/Load Unload Points"
                ],
                "summary":"Update Load Unload Points",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"locations-{locationGid}-loadUnloadPoints-patch",
                "x-filename-id":"locations-locationgid-loadunloadpoints-patch"
            }
        },
        "/locations/{locationGid}/loadUnloadPoints/{loadUnloadPoint}":{
            "parameters":[
                {
                    "name":"locationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"loadUnloadPoint",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Locations/Load Unload Points"
                ],
                "summary":"Get a Load Unload Point",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/locations.loadUnloadPoints"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locations-{locationGid}-loadUnloadPoints-{loadUnloadPoint}-get",
                "x-filename-id":"locations-locationgid-loadunloadpoints-loadunloadpoint-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Locations/Load Unload Points"
                ],
                "summary":"Delete a Load Unload Point",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"locations-{locationGid}-loadUnloadPoints-{loadUnloadPoint}-delete",
                "x-filename-id":"locations-locationgid-loadunloadpoints-loadunloadpoint-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Locations/Load Unload Points"
                ],
                "summary":"Update a Load Unload Point",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"locations-{locationGid}-loadUnloadPoints-{loadUnloadPoint}-patch",
                "x-filename-id":"locations-locationgid-loadunloadpoints-loadunloadpoint-patch"
            }
        },
        "/locations/{locationGid}/addresses":{
            "parameters":[
                {
                    "name":"locationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Locations/Addresses"
                ],
                "summary":"Get Addresses",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/locations.addresses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locations-{locationGid}-addresses-get",
                "x-filename-id":"locations-locationgid-addresses-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Locations/Addresses"
                ],
                "summary":"Create an Address",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/locations.addresses"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/locations.addresses"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/locations.addresses"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/locations.addresses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locations-{locationGid}-addresses-post",
                "x-filename-id":"locations-locationgid-addresses-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Locations/Addresses"
                ],
                "summary":"Update Addresses",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"locations-{locationGid}-addresses-patch",
                "x-filename-id":"locations-locationgid-addresses-patch"
            }
        },
        "/locations/{locationGid}/addresses/{lineSequence}":{
            "parameters":[
                {
                    "name":"locationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"lineSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Locations/Addresses"
                ],
                "summary":"Get an Address",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/locations.addresses"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locations-{locationGid}-addresses-{lineSequence}-get",
                "x-filename-id":"locations-locationgid-addresses-linesequence-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Locations/Addresses"
                ],
                "summary":"Delete an Address",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"locations-{locationGid}-addresses-{lineSequence}-delete",
                "x-filename-id":"locations-locationgid-addresses-linesequence-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Locations/Addresses"
                ],
                "summary":"Update an Address",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"locations-{locationGid}-addresses-{lineSequence}-patch",
                "x-filename-id":"locations-locationgid-addresses-linesequence-patch"
            }
        },
        "/locations/{locationGid}/resourceTypes":{
            "parameters":[
                {
                    "name":"locationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Locations/Resource Types"
                ],
                "summary":"Get Resource Types",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/locations.resourceTypes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locations-{locationGid}-resourceTypes-get",
                "x-filename-id":"locations-locationgid-resourcetypes-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Locations/Resource Types"
                ],
                "summary":"Create a Resource Type",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/locations.resourceTypes"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/locations.resourceTypes"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/locations.resourceTypes"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/locations.resourceTypes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locations-{locationGid}-resourceTypes-post",
                "x-filename-id":"locations-locationgid-resourcetypes-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Locations/Resource Types"
                ],
                "summary":"Update Resource Types",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"locations-{locationGid}-resourceTypes-patch",
                "x-filename-id":"locations-locationgid-resourcetypes-patch"
            }
        },
        "/locations/{locationGid}/resourceTypes/{resourceTypeGid}":{
            "parameters":[
                {
                    "name":"locationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"resourceTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Locations/Resource Types"
                ],
                "summary":"Get a Resource Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/locations.resourceTypes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locations-{locationGid}-resourceTypes-{resourceTypeGid}-get",
                "x-filename-id":"locations-locationgid-resourcetypes-resourcetypegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Locations/Resource Types"
                ],
                "summary":"Delete a Resource Type",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"locations-{locationGid}-resourceTypes-{resourceTypeGid}-delete",
                "x-filename-id":"locations-locationgid-resourcetypes-resourcetypegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Locations/Resource Types"
                ],
                "summary":"Update a Resource Type",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"locations-{locationGid}-resourceTypes-{resourceTypeGid}-patch",
                "x-filename-id":"locations-locationgid-resourcetypes-resourcetypegid-patch"
            }
        },
        "/locations/{locationGid}/resourceTypes/{resourceTypeGid}/resources":{
            "parameters":[
                {
                    "name":"locationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"resourceTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Locations/Resource Types/Resources"
                ],
                "summary":"Get Resources",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/locations.resourceTypes.resources"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locations-{locationGid}-resourceTypes-{resourceTypeGid}-resources-get",
                "x-filename-id":"locations-locationgid-resourcetypes-resourcetypegid-resources-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Locations/Resource Types/Resources"
                ],
                "summary":"Create a Resource",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/locations.resourceTypes.resources"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/locations.resourceTypes.resources"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/locations.resourceTypes.resources"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/locations.resourceTypes.resources"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locations-{locationGid}-resourceTypes-{resourceTypeGid}-resources-post",
                "x-filename-id":"locations-locationgid-resourcetypes-resourcetypegid-resources-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Locations/Resource Types/Resources"
                ],
                "summary":"Update Resources",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"locations-{locationGid}-resourceTypes-{resourceTypeGid}-resources-patch",
                "x-filename-id":"locations-locationgid-resourcetypes-resourcetypegid-resources-patch"
            }
        },
        "/locations/{locationGid}/resourceTypes/{resourceTypeGid}/resources/{locationResourceGid}":{
            "parameters":[
                {
                    "name":"locationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"resourceTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"locationResourceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Locations/Resource Types/Resources"
                ],
                "summary":"Get a Resource",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/locations.resourceTypes.resources"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locations-{locationGid}-resourceTypes-{resourceTypeGid}-resources-{locationResourceGid}-get",
                "x-filename-id":"locations-locationgid-resourcetypes-resourcetypegid-resources-locationresourcegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Locations/Resource Types/Resources"
                ],
                "summary":"Delete a Resource",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"locations-{locationGid}-resourceTypes-{resourceTypeGid}-resources-{locationResourceGid}-delete",
                "x-filename-id":"locations-locationgid-resourcetypes-resourcetypegid-resources-locationresourcegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Locations/Resource Types/Resources"
                ],
                "summary":"Update a Resource",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"locations-{locationGid}-resourceTypes-{resourceTypeGid}-resources-{locationResourceGid}-patch",
                "x-filename-id":"locations-locationgid-resourcetypes-resourcetypegid-resources-locationresourcegid-patch"
            }
        },
        "/locations/{locationGid}/resourceTypes/{resourceTypeGid}/resources/{locationResourceGid}/apptRuleSets":{
            "parameters":[
                {
                    "name":"locationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"resourceTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"locationResourceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Locations/Resource Types/Resources/Appointment Rule Sets"
                ],
                "summary":"Get Appointment Rule Sets",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/locations.resourceTypes.resources.apptRuleSets"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locations-{locationGid}-resourceTypes-{resourceTypeGid}-resources-{locationResourceGid}-apptRuleSets-get",
                "x-filename-id":"locations-locationgid-resourcetypes-resourcetypegid-resources-locationresourcegid-apptrulesets-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Locations/Resource Types/Resources/Appointment Rule Sets"
                ],
                "summary":"Create an Appointment Rule Set",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/locations.resourceTypes.resources.apptRuleSets"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/locations.resourceTypes.resources.apptRuleSets"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/locations.resourceTypes.resources.apptRuleSets"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/locations.resourceTypes.resources.apptRuleSets"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locations-{locationGid}-resourceTypes-{resourceTypeGid}-resources-{locationResourceGid}-apptRuleSets-post",
                "x-filename-id":"locations-locationgid-resourcetypes-resourcetypegid-resources-locationresourcegid-apptrulesets-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Locations/Resource Types/Resources/Appointment Rule Sets"
                ],
                "summary":"Update Appointment Rule Sets",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"locations-{locationGid}-resourceTypes-{resourceTypeGid}-resources-{locationResourceGid}-apptRuleSets-patch",
                "x-filename-id":"locations-locationgid-resourcetypes-resourcetypegid-resources-locationresourcegid-apptrulesets-patch"
            }
        },
        "/locations/{locationGid}/resourceTypes/{resourceTypeGid}/resources/{locationResourceGid}/apptRuleSets/{apptRuleSetGid}":{
            "parameters":[
                {
                    "name":"locationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"resourceTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"locationResourceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"apptRuleSetGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Locations/Resource Types/Resources/Appointment Rule Sets"
                ],
                "summary":"Get an Appointment Rule Set",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/locations.resourceTypes.resources.apptRuleSets"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locations-{locationGid}-resourceTypes-{resourceTypeGid}-resources-{locationResourceGid}-apptRuleSets-{apptRuleSetGid}-get",
                "x-filename-id":"locations-locationgid-resourcetypes-resourcetypegid-resources-locationresourcegid-apptrulesets-apptrulesetgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Locations/Resource Types/Resources/Appointment Rule Sets"
                ],
                "summary":"Delete an Appointment Rule Set",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"locations-{locationGid}-resourceTypes-{resourceTypeGid}-resources-{locationResourceGid}-apptRuleSets-{apptRuleSetGid}-delete",
                "x-filename-id":"locations-locationgid-resourcetypes-resourcetypegid-resources-locationresourcegid-apptrulesets-apptrulesetgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Locations/Resource Types/Resources/Appointment Rule Sets"
                ],
                "summary":"Update an Appointment Rule Set",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"locations-{locationGid}-resourceTypes-{resourceTypeGid}-resources-{locationResourceGid}-apptRuleSets-{apptRuleSetGid}-patch",
                "x-filename-id":"locations-locationgid-resourcetypes-resourcetypegid-resources-locationresourcegid-apptrulesets-apptrulesetgid-patch"
            }
        },
        "/locations/{locationGid}/resourceTypes/{resourceTypeGid}/resources/{locationResourceGid}/apptRuleSets/{apptRuleSetGid}/flexFields":{
            "parameters":[
                {
                    "name":"locationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"resourceTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"locationResourceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"apptRuleSetGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Locations/Resource Types/Resources/Appointment Rule Sets/Flex Fields"
                ],
                "summary":"Get Flex Fields",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/locations.resourceTypes.resources.apptRuleSets.flexFields"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locations-{locationGid}-resourceTypes-{resourceTypeGid}-resources-{locationResourceGid}-apptRuleSets-{apptRuleSetGid}-flexFields-get",
                "x-filename-id":"locations-locationgid-resourcetypes-resourcetypegid-resources-locationresourcegid-apptrulesets-apptrulesetgid-flexfields-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Locations/Resource Types/Resources/Appointment Rule Sets/Flex Fields"
                ],
                "summary":"Create a Flex Field",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/locations.resourceTypes.resources.apptRuleSets.flexFields"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/locations.resourceTypes.resources.apptRuleSets.flexFields"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/locations.resourceTypes.resources.apptRuleSets.flexFields"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/locations.resourceTypes.resources.apptRuleSets.flexFields"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locations-{locationGid}-resourceTypes-{resourceTypeGid}-resources-{locationResourceGid}-apptRuleSets-{apptRuleSetGid}-flexFields-post",
                "x-filename-id":"locations-locationgid-resourcetypes-resourcetypegid-resources-locationresourcegid-apptrulesets-apptrulesetgid-flexfields-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Locations/Resource Types/Resources/Appointment Rule Sets/Flex Fields"
                ],
                "summary":"Update Flex Fields",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"locations-{locationGid}-resourceTypes-{resourceTypeGid}-resources-{locationResourceGid}-apptRuleSets-{apptRuleSetGid}-flexFields-patch",
                "x-filename-id":"locations-locationgid-resourcetypes-resourcetypegid-resources-locationresourcegid-apptrulesets-apptrulesetgid-flexfields-patch"
            }
        },
        "/locations/{locationGid}/resourceTypes/{resourceTypeGid}/resources/{locationResourceGid}/apptRuleSets/{apptRuleSetGid}/flexFields/{flexFieldName}":{
            "parameters":[
                {
                    "name":"locationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"resourceTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"locationResourceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"apptRuleSetGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"flexFieldName",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Locations/Resource Types/Resources/Appointment Rule Sets/Flex Fields"
                ],
                "summary":"Get a Flex Field",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/locations.resourceTypes.resources.apptRuleSets.flexFields"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locations-{locationGid}-resourceTypes-{resourceTypeGid}-resources-{locationResourceGid}-apptRuleSets-{apptRuleSetGid}-flexFields-{flexFieldName}-get",
                "x-filename-id":"locations-locationgid-resourcetypes-resourcetypegid-resources-locationresourcegid-apptrulesets-apptrulesetgid-flexfields-flexfieldname-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Locations/Resource Types/Resources/Appointment Rule Sets/Flex Fields"
                ],
                "summary":"Delete a Flex Field",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"{locationGid}-resourceTypes-{resourceTypeGid}-resources-{locationResourceGid}-apptRuleSets-{apptRuleSetGid}-flexFields-{flexFieldName}-delete",
                "x-filename-id":"locationgid-resourcetypes-resourcetypegid-resources-locationresourcegid-apptrulesets-apptrulesetgid-flexfields-flexfieldname-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Locations/Resource Types/Resources/Appointment Rule Sets/Flex Fields"
                ],
                "summary":"Update a Flex Field",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"locations-{locationGid}-resourceTypes-{resourceTypeGid}-resources-{locationResourceGid}-apptRuleSets-{apptRuleSetGid}-flexFields-{flexFieldName}-patch",
                "x-filename-id":"locations-locationgid-resourcetypes-resourcetypegid-resources-locationresourcegid-apptrulesets-apptrulesetgid-flexfields-flexfieldname-patch"
            }
        },
        "/locations/{locationGid}/resourceTypes/{resourceTypeGid}/resources/{locationResourceGid}/apptRuleSets/{apptRuleSetGid}/refnums":{
            "parameters":[
                {
                    "name":"locationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"resourceTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"locationResourceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"apptRuleSetGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Locations/Resource Types/Resources/Appointment Rule Sets/Reference Numbers"
                ],
                "summary":"Get Reference Numbers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/locations.resourceTypes.resources.apptRuleSets.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locations-{locationGid}-resourceTypes-{resourceTypeGid}-resources-{locationResourceGid}-apptRuleSets-{apptRuleSetGid}-refnums-get",
                "x-filename-id":"locations-locationgid-resourcetypes-resourcetypegid-resources-locationresourcegid-apptrulesets-apptrulesetgid-refnums-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Locations/Resource Types/Resources/Appointment Rule Sets/Reference Numbers"
                ],
                "summary":"Create a Reference Number",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/locations.resourceTypes.resources.apptRuleSets.refnums"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/locations.resourceTypes.resources.apptRuleSets.refnums"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/locations.resourceTypes.resources.apptRuleSets.refnums"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/locations.resourceTypes.resources.apptRuleSets.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locations-{locationGid}-resourceTypes-{resourceTypeGid}-resources-{locationResourceGid}-apptRuleSets-{apptRuleSetGid}-refnums-post",
                "x-filename-id":"locations-locationgid-resourcetypes-resourcetypegid-resources-locationresourcegid-apptrulesets-apptrulesetgid-refnums-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Locations/Resource Types/Resources/Appointment Rule Sets/Reference Numbers"
                ],
                "summary":"Update Reference Numbers",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"locations-{locationGid}-resourceTypes-{resourceTypeGid}-resources-{locationResourceGid}-apptRuleSets-{apptRuleSetGid}-refnums-patch",
                "x-filename-id":"locations-locationgid-resourcetypes-resourcetypegid-resources-locationresourcegid-apptrulesets-apptrulesetgid-refnums-patch"
            }
        },
        "/locations/{locationGid}/resourceTypes/{resourceTypeGid}/resources/{locationResourceGid}/apptRuleSets/{apptRuleSetGid}/refnums/{apptRefnumQualGid}":{
            "parameters":[
                {
                    "name":"locationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"resourceTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"locationResourceGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"apptRuleSetGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"apptRefnumQualGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Locations/Resource Types/Resources/Appointment Rule Sets/Reference Numbers"
                ],
                "summary":"Get a Reference Number",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/locations.resourceTypes.resources.apptRuleSets.refnums"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locations-{locationGid}-resourceTypes-{resourceTypeGid}-resources-{locationResourceGid}-apptRuleSets-{apptRuleSetGid}-refnums-{apptRefnumQualGid}-get",
                "x-filename-id":"locations-locationgid-resourcetypes-resourcetypegid-resources-locationresourcegid-apptrulesets-apptrulesetgid-refnums-apptrefnumqualgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Locations/Resource Types/Resources/Appointment Rule Sets/Reference Numbers"
                ],
                "summary":"Delete a Reference Number",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"{locationGid}-resourceTypes-{resourceTypeGid}-resources-{locationResourceGid}-apptRuleSets-{apptRuleSetGid}-refnums-{apptRefnumQualGid}-delete",
                "x-filename-id":"locationgid-resourcetypes-resourcetypegid-resources-locationresourcegid-apptrulesets-apptrulesetgid-refnums-apptrefnumqualgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Locations/Resource Types/Resources/Appointment Rule Sets/Reference Numbers"
                ],
                "summary":"Update a Reference Number",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"{locationGid}-resourceTypes-{resourceTypeGid}-resources-{locationResourceGid}-apptRuleSets-{apptRuleSetGid}-refnums-{apptRefnumQualGid}-patch",
                "x-filename-id":"locationgid-resourcetypes-resourcetypegid-resources-locationresourcegid-apptrulesets-apptrulesetgid-refnums-apptrefnumqualgid-patch"
            }
        },
        "/locations/{locationGid}/statuses":{
            "parameters":[
                {
                    "name":"locationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Locations/Statuses"
                ],
                "summary":"Get Statuses",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/locations.statuses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locations-{locationGid}-statuses-get",
                "x-filename-id":"locations-locationgid-statuses-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Locations/Statuses"
                ],
                "summary":"Create a Status",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/locations.statuses"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/locations.statuses"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/locations.statuses"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/locations.statuses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locations-{locationGid}-statuses-post",
                "x-filename-id":"locations-locationgid-statuses-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Locations/Statuses"
                ],
                "summary":"Update Statuses",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"locations-{locationGid}-statuses-patch",
                "x-filename-id":"locations-locationgid-statuses-patch"
            }
        },
        "/locations/{locationGid}/statuses/{statusTypeGid}":{
            "parameters":[
                {
                    "name":"locationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"statusTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Locations/Statuses"
                ],
                "summary":"Get a Status",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/locations.statuses"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locations-{locationGid}-statuses-{statusTypeGid}-get",
                "x-filename-id":"locations-locationgid-statuses-statustypegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Locations/Statuses"
                ],
                "summary":"Delete a Status",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"locations-{locationGid}-statuses-{statusTypeGid}-delete",
                "x-filename-id":"locations-locationgid-statuses-statustypegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Locations/Statuses"
                ],
                "summary":"Update a Status",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"locations-{locationGid}-statuses-{statusTypeGid}-patch",
                "x-filename-id":"locations-locationgid-statuses-statustypegid-patch"
            }
        },
        "/locations/{locationGid}/servprovPrefs":{
            "parameters":[
                {
                    "name":"locationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Locations/Service Provider Preferences"
                ],
                "summary":"Get Service Provider Preferences",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/locations.servprovPrefs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locations-{locationGid}-servprovPrefs-get",
                "x-filename-id":"locations-locationgid-servprovprefs-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Locations/Service Provider Preferences"
                ],
                "summary":"Create a Service Provider Preference",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/locations.servprovPrefs"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/locations.servprovPrefs"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/locations.servprovPrefs"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/locations.servprovPrefs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locations-{locationGid}-servprovPrefs-post",
                "x-filename-id":"locations-locationgid-servprovprefs-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Locations/Service Provider Preferences"
                ],
                "summary":"Update Service Provider Preferences",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"locations-{locationGid}-servprovPrefs-patch",
                "x-filename-id":"locations-locationgid-servprovprefs-patch"
            }
        },
        "/locations/{locationGid}/servprovPrefs/{locationServprovPrefGid}":{
            "parameters":[
                {
                    "name":"locationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"locationServprovPrefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Locations/Service Provider Preferences"
                ],
                "summary":"Get a Service Provider Preference",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/locations.servprovPrefs"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locations-{locationGid}-servprovPrefs-{locationServprovPrefGid}-get",
                "x-filename-id":"locations-locationgid-servprovprefs-locationservprovprefgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Locations/Service Provider Preferences"
                ],
                "summary":"Delete a Service Provider Preference",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"locations-{locationGid}-servprovPrefs-{locationServprovPrefGid}-delete",
                "x-filename-id":"locations-locationgid-servprovprefs-locationservprovprefgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Locations/Service Provider Preferences"
                ],
                "summary":"Update a Service Provider Preference",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"locations-{locationGid}-servprovPrefs-{locationServprovPrefGid}-patch",
                "x-filename-id":"locations-locationgid-servprovprefs-locationservprovprefgid-patch"
            }
        },
        "/locations/{locationGid}/servprovPrefs/{locationServprovPrefGid}/details":{
            "parameters":[
                {
                    "name":"locationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"locationServprovPrefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Locations/Service Provider Preferences/Details"
                ],
                "summary":"Get Details",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/locations.servprovPrefs.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locations-{locationGid}-servprovPrefs-{locationServprovPrefGid}-details-get",
                "x-filename-id":"locations-locationgid-servprovprefs-locationservprovprefgid-details-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Locations/Service Provider Preferences/Details"
                ],
                "summary":"Create a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/locations.servprovPrefs.details"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/locations.servprovPrefs.details"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/locations.servprovPrefs.details"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/locations.servprovPrefs.details"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locations-{locationGid}-servprovPrefs-{locationServprovPrefGid}-details-post",
                "x-filename-id":"locations-locationgid-servprovprefs-locationservprovprefgid-details-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Locations/Service Provider Preferences/Details"
                ],
                "summary":"Update Details",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"locations-{locationGid}-servprovPrefs-{locationServprovPrefGid}-details-patch",
                "x-filename-id":"locations-locationgid-servprovprefs-locationservprovprefgid-details-patch"
            }
        },
        "/locations/{locationGid}/servprovPrefs/{locationServprovPrefGid}/details/{locationServprovPrefDSeq}":{
            "parameters":[
                {
                    "name":"locationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"locationServprovPrefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"locationServprovPrefDSeq",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Locations/Service Provider Preferences/Details"
                ],
                "summary":"Get a Detail",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/locations.servprovPrefs.details"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locations-{locationGid}-servprovPrefs-{locationServprovPrefGid}-details-{locationServprovPrefDSeq}-get",
                "x-filename-id":"locations-locationgid-servprovprefs-locationservprovprefgid-details-locationservprovprefdseq-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Locations/Service Provider Preferences/Details"
                ],
                "summary":"Delete a Detail",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"locations-{locationGid}-servprovPrefs-{locationServprovPrefGid}-details-{locationServprovPrefDSeq}-delete",
                "x-filename-id":"locations-locationgid-servprovprefs-locationservprovprefgid-details-locationservprovprefdseq-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Locations/Service Provider Preferences/Details"
                ],
                "summary":"Update a Detail",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"locations-{locationGid}-servprovPrefs-{locationServprovPrefGid}-details-{locationServprovPrefDSeq}-patch",
                "x-filename-id":"locations-locationgid-servprovprefs-locationservprovprefgid-details-locationservprovprefdseq-patch"
            }
        },
        "/locations/{locationGid}/substitutes":{
            "parameters":[
                {
                    "name":"locationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Locations/Substitutes"
                ],
                "summary":"Get Substitutes",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/locations.substitutes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locations-{locationGid}-substitutes-get",
                "x-filename-id":"locations-locationgid-substitutes-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Locations/Substitutes"
                ],
                "summary":"Create a Substitute",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/locations.substitutes"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/locations.substitutes"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/locations.substitutes"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/locations.substitutes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locations-{locationGid}-substitutes-post",
                "x-filename-id":"locations-locationgid-substitutes-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Locations/Substitutes"
                ],
                "summary":"Update Substitutes",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"locations-{locationGid}-substitutes-patch",
                "x-filename-id":"locations-locationgid-substitutes-patch"
            }
        },
        "/locations/{locationGid}/substitutes/{ID}":{
            "parameters":[
                {
                    "name":"locationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"ID",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Locations/Substitutes"
                ],
                "summary":"Get a Substitute",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/locations.substitutes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locations-{locationGid}-substitutes-{ID}-get",
                "x-filename-id":"locations-locationgid-substitutes-id-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Locations/Substitutes"
                ],
                "summary":"Delete a Substitute",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"locations-{locationGid}-substitutes-{ID}-delete",
                "x-filename-id":"locations-locationgid-substitutes-id-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Locations/Substitutes"
                ],
                "summary":"Update a Substitute",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"locations-{locationGid}-substitutes-{ID}-patch",
                "x-filename-id":"locations-locationgid-substitutes-id-patch"
            }
        },
        "/locations/{locationGid}/refnums":{
            "parameters":[
                {
                    "name":"locationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Locations/Reference Numbers"
                ],
                "summary":"Get Reference Numbers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/locations.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locations-{locationGid}-refnums-get",
                "x-filename-id":"locations-locationgid-refnums-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Locations/Reference Numbers"
                ],
                "summary":"Create a Reference Number",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/locations.refnums"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/locations.refnums"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/locations.refnums"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/locations.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locations-{locationGid}-refnums-post",
                "x-filename-id":"locations-locationgid-refnums-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Locations/Reference Numbers"
                ],
                "summary":"Update Reference Numbers",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"locations-{locationGid}-refnums-patch",
                "x-filename-id":"locations-locationgid-refnums-patch"
            }
        },
        "/locations/{locationGid}/refnums/{locationRefnumQualGidxlocationRefnumValue}":{
            "parameters":[
                {
                    "name":"locationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"locationRefnumQualGidxlocationRefnumValue",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Locations/Reference Numbers"
                ],
                "summary":"Get a Reference Number",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/locations.refnums"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locations-{locationGid}-refnums-{locationRefnumQualGidxlocationRefnumValue}-get",
                "x-filename-id":"locations-locationgid-refnums-locationrefnumqualgidxlocationrefnumvalue-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Locations/Reference Numbers"
                ],
                "summary":"Delete a Reference Number",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"locations-{locationGid}-refnums-{locationRefnumQualGidxlocationRefnumValue}-delete",
                "x-filename-id":"locations-locationgid-refnums-locationrefnumqualgidxlocationrefnumvalue-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Locations/Reference Numbers"
                ],
                "summary":"Update a Reference Number",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"locations-{locationGid}-refnums-{locationRefnumQualGidxlocationRefnumValue}-patch",
                "x-filename-id":"locations-locationgid-refnums-locationrefnumqualgidxlocationrefnumvalue-patch"
            }
        },
        "/locations/{locationGid}/corporations":{
            "parameters":[
                {
                    "name":"locationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Locations/Corporations"
                ],
                "summary":"Get Corporations",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/locations.corporations"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locations-{locationGid}-corporations-get",
                "x-filename-id":"locations-locationgid-corporations-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Locations/Corporations"
                ],
                "summary":"Create a Corporation",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/locations.corporations"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/locations.corporations"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/locations.corporations"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/locations.corporations"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locations-{locationGid}-corporations-post",
                "x-filename-id":"locations-locationgid-corporations-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Locations/Corporations"
                ],
                "summary":"Update Corporations",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"locations-{locationGid}-corporations-patch",
                "x-filename-id":"locations-locationgid-corporations-patch"
            }
        },
        "/locations/{locationGid}/corporations/{ID}":{
            "parameters":[
                {
                    "name":"locationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"ID",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Locations/Corporations"
                ],
                "summary":"Get a Corporation",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/locations.corporations"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locations-{locationGid}-corporations-{ID}-get",
                "x-filename-id":"locations-locationgid-corporations-id-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Locations/Corporations"
                ],
                "summary":"Delete a Corporation",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"locations-{locationGid}-corporations-{ID}-delete",
                "x-filename-id":"locations-locationgid-corporations-id-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Locations/Corporations"
                ],
                "summary":"Update a Corporation",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"locations-{locationGid}-corporations-{ID}-patch",
                "x-filename-id":"locations-locationgid-corporations-id-patch"
            }
        },
        "/locations/{locationGid}/documents":{
            "parameters":[
                {
                    "name":"locationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Locations/Documents"
                ],
                "summary":"Get Documents",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/locations.documents"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locations-{locationGid}-documents-get",
                "x-filename-id":"locations-locationgid-documents-get"
            }
        },
        "/locations/{locationGid}/documents/{documentGid}":{
            "parameters":[
                {
                    "name":"locationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Locations/Documents"
                ],
                "summary":"Get a Document",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/locations.documents"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"locations-{locationGid}-documents-{documentGid}-get",
                "x-filename-id":"locations-locationgid-documents-documentgid-get"
            }
        },
        "/costTypes":{
            "get":{
                "tags":[
                    "Power Data/Cost Types"
                ],
                "summary":"Get Cost Types",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/costTypes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"costTypes-get",
                "x-filename-id":"costtypes-get"
            }
        },
        "/costTypes/{costTypeGid}":{
            "parameters":[
                {
                    "name":"costTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Cost Types"
                ],
                "summary":"Get a Cost Type",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/costTypes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"costTypes-{costTypeGid}-get",
                "x-filename-id":"costtypes-costtypegid-get"
            }
        },
        "/tradeTransactionsNoTradeLicenses":{
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses"
                ],
                "summary":"Get Trade Transactions No Trade Licenses",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-get",
                "x-filename-id":"tradetransactionsnotradelicenses-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses"
                ],
                "summary":"Create a Trade Transactions No Trade License",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-post",
                "x-filename-id":"tradetransactionsnotradelicenses-post"
            }
        },
        "/tradeTransactionsNoTradeLicenses/{gtmTransactionGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses"
                ],
                "summary":"Get a Trade Transactions No Trade License",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-get",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses"
                ],
                "summary":"Delete a Trade Transactions No Trade License",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-delete",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses"
                ],
                "summary":"Update a Trade Transactions No Trade License",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-patch",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-patch"
            }
        },
        "/tradeTransactionsNoTradeLicenses/{gtmTransactionGid}/quantities":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Quantities"
                ],
                "summary":"Get Quantities",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.quantities"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-quantities-get",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-quantities-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Quantities"
                ],
                "summary":"Create a Quantitie",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.quantities"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.quantities"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.quantities"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.quantities"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-quantities-post",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-quantities-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Quantities"
                ],
                "summary":"Update Quantities",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-quantities-patch",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-quantities-patch"
            }
        },
        "/tradeTransactionsNoTradeLicenses/{gtmTransactionGid}/quantities/{gtmQuantityTypeGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmQuantityTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Quantities"
                ],
                "summary":"Get a Quantitie",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.quantities"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-quantities-{gtmQuantityTypeGid}-get",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-quantities-gtmquantitytypegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Quantities"
                ],
                "summary":"Delete a Quantitie",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-quantities-{gtmQuantityTypeGid}-delete",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-quantities-gtmquantitytypegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Quantities"
                ],
                "summary":"Update a Quantitie",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-quantities-{gtmQuantityTypeGid}-patch",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-quantities-gtmquantitytypegid-patch"
            }
        },
        "/tradeTransactionsNoTradeLicenses/{gtmTransactionGid}/values":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Values"
                ],
                "summary":"Get Values",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.values"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-values-get",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-values-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Values"
                ],
                "summary":"Create a Value",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.values"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.values"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.values"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.values"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-values-post",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-values-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Values"
                ],
                "summary":"Update Values",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-values-patch",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-values-patch"
            }
        },
        "/tradeTransactionsNoTradeLicenses/{gtmTransactionGid}/values/{gtmValueQualifierGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmValueQualifierGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Values"
                ],
                "summary":"Get a Value",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.values"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-values-{gtmValueQualifierGid}-get",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-values-gtmvaluequalifiergid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Values"
                ],
                "summary":"Delete a Value",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-values-{gtmValueQualifierGid}-delete",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-values-gtmvaluequalifiergid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Values"
                ],
                "summary":"Update a Value",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-values-{gtmValueQualifierGid}-patch",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-values-gtmvaluequalifiergid-patch"
            }
        },
        "/tradeTransactionsNoTradeLicenses/{gtmTransactionGid}/transactionDates":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Transaction Dates"
                ],
                "summary":"Get Transaction Dates",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.transactionDates"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-transactionDates-get",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-transactiondates-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Transaction Dates"
                ],
                "summary":"Create a Transaction Date",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.transactionDates"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.transactionDates"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.transactionDates"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.transactionDates"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-transactionDates-post",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-transactiondates-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Transaction Dates"
                ],
                "summary":"Update Transaction Dates",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-transactionDates-patch",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-transactiondates-patch"
            }
        },
        "/tradeTransactionsNoTradeLicenses/{gtmTransactionGid}/transactionDates/{dateQualifierGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"dateQualifierGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Transaction Dates"
                ],
                "summary":"Get a Transaction Date",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.transactionDates"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-transactionDates-{dateQualifierGid}-get",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-transactiondates-datequalifiergid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Transaction Dates"
                ],
                "summary":"Delete a Transaction Date",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-transactionDates-{dateQualifierGid}-delete",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-transactiondates-datequalifiergid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Transaction Dates"
                ],
                "summary":"Update a Transaction Date",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-transactionDates-{dateQualifierGid}-patch",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-transactiondates-datequalifiergid-patch"
            }
        },
        "/tradeTransactionsNoTradeLicenses/{gtmTransactionGid}/conveyances":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Conveyances"
                ],
                "summary":"Get Conveyances",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.conveyances"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-conveyances-get",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-conveyances-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Conveyances"
                ],
                "summary":"Create a Conveyance",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.conveyances"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.conveyances"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.conveyances"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.conveyances"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-conveyances-post",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-conveyances-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Conveyances"
                ],
                "summary":"Update Conveyances",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-conveyances-patch",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-conveyances-patch"
            }
        },
        "/tradeTransactionsNoTradeLicenses/{gtmTransactionGid}/conveyances/{sequenceNo}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sequenceNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Conveyances"
                ],
                "summary":"Get a Conveyance",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.conveyances"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-conveyances-{sequenceNo}-get",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-conveyances-sequenceno-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Conveyances"
                ],
                "summary":"Delete a Conveyance",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-conveyances-{sequenceNo}-delete",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-conveyances-sequenceno-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Conveyances"
                ],
                "summary":"Update a Conveyance",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-conveyances-{sequenceNo}-patch",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-conveyances-sequenceno-patch"
            }
        },
        "/tradeTransactionsNoTradeLicenses/{gtmTransactionGid}/documents":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Documents"
                ],
                "summary":"Get Documents",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.documents"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-documents-get",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-documents-get"
            }
        },
        "/tradeTransactionsNoTradeLicenses/{gtmTransactionGid}/documents/{documentGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Documents"
                ],
                "summary":"Get a Document",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.documents"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-documents-{documentGid}-get",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-documents-documentgid-get"
            }
        },
        "/tradeTransactionsNoTradeLicenses/{gtmTransactionGid}/lines":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Lines"
                ],
                "summary":"Get Lines",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-lines-get",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-lines-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Lines"
                ],
                "summary":"Create a Line",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-lines-post",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-lines-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Lines"
                ],
                "summary":"Update Lines",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-lines-patch",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-lines-patch"
            }
        },
        "/tradeTransactionsNoTradeLicenses/{gtmTransactionGid}/lines/{gtmTransactionLineGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Lines"
                ],
                "summary":"Get a Line",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-get",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Lines"
                ],
                "summary":"Delete a Line",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-delete",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Lines"
                ],
                "summary":"Update a Line",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-patch",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-patch"
            }
        },
        "/tradeTransactionsNoTradeLicenses/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/quantities":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Lines/Quantities"
                ],
                "summary":"Get Quantities",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.quantities"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-quantities-get",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-quantities-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Lines/Quantities"
                ],
                "summary":"Create a Quantitie",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.quantities"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.quantities"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.quantities"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.quantities"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-quantities-post",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-quantities-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Lines/Quantities"
                ],
                "summary":"Update Quantities",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-quantities-patch",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-quantities-patch"
            }
        },
        "/tradeTransactionsNoTradeLicenses/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/quantities/{gtmTransLineQtySeqNo}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransLineQtySeqNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Lines/Quantities"
                ],
                "summary":"Get a Quantitie",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.quantities"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-quantities-{gtmTransLineQtySeqNo}-get",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-quantities-gtmtranslineqtyseqno-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Lines/Quantities"
                ],
                "summary":"Delete a Quantitie",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-quantities-{gtmTransLineQtySeqNo}-delete",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-quantities-gtmtranslineqtyseqno-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Lines/Quantities"
                ],
                "summary":"Update a Quantitie",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-quantities-{gtmTransLineQtySeqNo}-patch",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-quantities-gtmtranslineqtyseqno-patch"
            }
        },
        "/tradeTransactionsNoTradeLicenses/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/values":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Lines/Values"
                ],
                "summary":"Get Values",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.values"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-values-get",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-values-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Lines/Values"
                ],
                "summary":"Create a Value",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.values"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.values"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.values"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.values"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-values-post",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-values-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Lines/Values"
                ],
                "summary":"Update Values",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-values-patch",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-values-patch"
            }
        },
        "/tradeTransactionsNoTradeLicenses/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/values/{gtmValueQualifierGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmValueQualifierGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Lines/Values"
                ],
                "summary":"Get a Value",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.values"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-values-{gtmValueQualifierGid}-get",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-values-gtmvaluequalifiergid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Lines/Values"
                ],
                "summary":"Delete a Value",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-values-{gtmValueQualifierGid}-delete",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-values-gtmvaluequalifiergid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Lines/Values"
                ],
                "summary":"Update a Value",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-values-{gtmValueQualifierGid}-patch",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-values-gtmvaluequalifiergid-patch"
            }
        },
        "/tradeTransactionsNoTradeLicenses/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/values/{gtmValueQualifierGid}/valueDetails":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmValueQualifierGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Lines/Values/Value Details"
                ],
                "summary":"Get Value Details",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.values.valueDetails"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-values-{gtmValueQualifierGid}-valueDetails-get",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-values-gtmvaluequalifiergid-valuedetails-get"
            }
        },
        "/tradeTransactionsNoTradeLicenses/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/values/{gtmValueQualifierGid}/valueDetails/{sequenceNo}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmValueQualifierGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sequenceNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Lines/Values/Value Details"
                ],
                "summary":"Get a Value Detail",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.values.valueDetails"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-values-{gtmValueQualifierGid}-valueDetails-{sequenceNo}-get",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-values-gtmvaluequalifiergid-valuedetails-sequenceno-get"
            }
        },
        "/tradeTransactionsNoTradeLicenses/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/percentageValues":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Lines/Percentage Values"
                ],
                "summary":"Get Percentage Values",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.percentageValues"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-percentageValues-get",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-percentagevalues-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Lines/Percentage Values"
                ],
                "summary":"Create a Percentage Value",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.percentageValues"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.percentageValues"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.percentageValues"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.percentageValues"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-percentageValues-post",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-percentagevalues-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Lines/Percentage Values"
                ],
                "summary":"Update Percentage Values",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-percentageValues-patch",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-percentagevalues-patch"
            }
        },
        "/tradeTransactionsNoTradeLicenses/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/percentageValues/{gtmPercentageValueQualGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmPercentageValueQualGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Lines/Percentage Values"
                ],
                "summary":"Get a Percentage Value",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.percentageValues"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-percentageValues-{gtmPercentageValueQualGid}-get",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-percentagevalues-gtmpercentagevaluequalgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Lines/Percentage Values"
                ],
                "summary":"Delete a Percentage Value",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-percentageValues-{gtmPercentageValueQualGid}-delete",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-percentagevalues-gtmpercentagevaluequalgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Lines/Percentage Values"
                ],
                "summary":"Update a Percentage Value",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-percentageValues-{gtmPercentageValueQualGid}-patch",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-percentagevalues-gtmpercentagevaluequalgid-patch"
            }
        },
        "/tradeTransactionsNoTradeLicenses/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/textLinks":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Lines/Text Links"
                ],
                "summary":"Get Text Links",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.textLinks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-textLinks-get",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-textlinks-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Lines/Text Links"
                ],
                "summary":"Create a Text Link",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.textLinks"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.textLinks"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.textLinks"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.textLinks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-textLinks-post",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-textlinks-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Lines/Text Links"
                ],
                "summary":"Update Text Links",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-textLinks-patch",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-textlinks-patch"
            }
        },
        "/tradeTransactionsNoTradeLicenses/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/textLinks/{gtmTransLineTextLinkGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransLineTextLinkGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Lines/Text Links"
                ],
                "summary":"Get a Text Link",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.textLinks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-textLinks-{gtmTransLineTextLinkGid}-get",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-textlinks-gtmtranslinetextlinkgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Lines/Text Links"
                ],
                "summary":"Delete a Text Link",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-textLinks-{gtmTransLineTextLinkGid}-delete",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-textlinks-gtmtranslinetextlinkgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Lines/Text Links"
                ],
                "summary":"Update a Text Link",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-textLinks-{gtmTransLineTextLinkGid}-patch",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-textlinks-gtmtranslinetextlinkgid-patch"
            }
        },
        "/tradeTransactionsNoTradeLicenses/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/statuses":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Lines/Statuses"
                ],
                "summary":"Get Statuses",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.statuses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-statuses-get",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-statuses-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Lines/Statuses"
                ],
                "summary":"Create a Statuse",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.statuses"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.statuses"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.statuses"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.statuses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-statuses-post",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-statuses-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Lines/Statuses"
                ],
                "summary":"Update Statuses",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-statuses-patch",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-statuses-patch"
            }
        },
        "/tradeTransactionsNoTradeLicenses/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/statuses/{statusTypeGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"statusTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Lines/Statuses"
                ],
                "summary":"Get a Statuse",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.statuses"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-statuses-{statusTypeGid}-get",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-statuses-statustypegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Lines/Statuses"
                ],
                "summary":"Delete a Statuse",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-statuses-{statusTypeGid}-delete",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-statuses-statustypegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Lines/Statuses"
                ],
                "summary":"Update a Statuse",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-statuses-{statusTypeGid}-patch",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-statuses-statustypegid-patch"
            }
        },
        "/tradeTransactionsNoTradeLicenses/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/otherControls":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Lines/Other Controls"
                ],
                "summary":"Get Other Controls",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.otherControls"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-otherControls-get",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-othercontrols-get"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Lines/Other Controls"
                ],
                "summary":"Update Other Controls",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-otherControls-patch",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-othercontrols-patch"
            }
        },
        "/tradeTransactionsNoTradeLicenses/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/otherControls/{gtmTrOtherControlGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTrOtherControlGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Lines/Other Controls"
                ],
                "summary":"Get an Other Control",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.otherControls"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-otherControls-{gtmTrOtherControlGid}-get",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-othercontrols-gtmtrothercontrolgid-get"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Lines/Other Controls"
                ],
                "summary":"Update an Other Control",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-otherControls-{gtmTrOtherControlGid}-patch",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-othercontrols-gtmtrothercontrolgid-patch"
            }
        },
        "/tradeTransactionsNoTradeLicenses/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/remarks":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Lines/Remarks"
                ],
                "summary":"Get Remarks",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-remarks-get",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-remarks-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Lines/Remarks"
                ],
                "summary":"Create a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.remarks"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.remarks"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.remarks"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-remarks-post",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-remarks-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Lines/Remarks"
                ],
                "summary":"Update Remarks",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-remarks-patch",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-remarks-patch"
            }
        },
        "/tradeTransactionsNoTradeLicenses/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/remarks/{remarkSequence}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"remarkSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Lines/Remarks"
                ],
                "summary":"Get a Remark",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.remarks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-remarks-{remarkSequence}-get",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-remarks-remarksequence-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Lines/Remarks"
                ],
                "summary":"Delete a Remark",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-remarks-{remarkSequence}-delete",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-remarks-remarksequence-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Lines/Remarks"
                ],
                "summary":"Update a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-remarks-{remarkSequence}-patch",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-remarks-remarksequence-patch"
            }
        },
        "/tradeTransactionsNoTradeLicenses/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/licenses":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Lines/Licenses"
                ],
                "summary":"Get Licenses",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.licenses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-licenses-get",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-licenses-get"
            }
        },
        "/tradeTransactionsNoTradeLicenses/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/licenses/{gtmTransLineLicenseSeq}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransLineLicenseSeq",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Lines/Licenses"
                ],
                "summary":"Get a License",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.licenses"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-licenses-{gtmTransLineLicenseSeq}-get",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-licenses-gtmtranslinelicenseseq-get"
            }
        },
        "/tradeTransactionsNoTradeLicenses/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/reqdClassifications":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Lines/Reqd Classifications"
                ],
                "summary":"Get Reqd Classifications",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.reqdClassifications"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-reqdClassifications-get",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-reqdclassifications-get"
            }
        },
        "/tradeTransactionsNoTradeLicenses/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/reqdClassifications/{gtmProdClassTypeGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmProdClassTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Lines/Reqd Classifications"
                ],
                "summary":"Get a Reqd Classification",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.reqdClassifications"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-reqdClassifications-{gtmProdClassTypeGid}-get",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-reqdclassifications-gtmprodclasstypegid-get"
            }
        },
        "/tradeTransactionsNoTradeLicenses/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/controlScreens":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Lines/Control Screens"
                ],
                "summary":"Get Control Screens",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.controlScreens"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-controlScreens-get",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-controlscreens-get"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Lines/Control Screens"
                ],
                "summary":"Update Control Screens",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-controlScreens-patch",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-controlscreens-patch"
            }
        },
        "/tradeTransactionsNoTradeLicenses/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/controlScreens/{gtmTrControlScreenGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTrControlScreenGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Lines/Control Screens"
                ],
                "summary":"Get a Control Screen",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.controlScreens"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-controlScreens-{gtmTrControlScreenGid}-get",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-controlscreens-gtmtrcontrolscreengid-get"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Lines/Control Screens"
                ],
                "summary":"Update a Control Screen",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-controlScreens-{gtmTrControlScreenGid}-patch",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-controlscreens-gtmtrcontrolscreengid-patch"
            }
        },
        "/tradeTransactionsNoTradeLicenses/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/reportQuantities":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Lines/Report Quantities"
                ],
                "summary":"Get Report Quantities",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.reportQuantities"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-reportQuantities-get",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-reportquantities-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Lines/Report Quantities"
                ],
                "summary":"Create a Report Quantitie",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.reportQuantities"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.reportQuantities"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.reportQuantities"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.reportQuantities"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-reportQuantities-post",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-reportquantities-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Lines/Report Quantities"
                ],
                "summary":"Update Report Quantities",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-reportQuantities-patch",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-reportquantities-patch"
            }
        },
        "/tradeTransactionsNoTradeLicenses/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/reportQuantities/{gtlrqSeqNum}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtlrqSeqNum",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Lines/Report Quantities"
                ],
                "summary":"Get a Report Quantitie",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.reportQuantities"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-reportQuantities-{gtlrqSeqNum}-get",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-reportquantities-gtlrqseqnum-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Lines/Report Quantities"
                ],
                "summary":"Delete a Report Quantitie",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-reportQuantities-{gtlrqSeqNum}-delete",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-reportquantities-gtlrqseqnum-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Lines/Report Quantities"
                ],
                "summary":"Update a Report Quantitie",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-reportQuantities-{gtlrqSeqNum}-patch",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-reportquantities-gtlrqseqnum-patch"
            }
        },
        "/tradeTransactionsNoTradeLicenses/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/notes":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Lines/Notes"
                ],
                "summary":"Get Notes",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.notes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-notes-get",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-notes-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Lines/Notes"
                ],
                "summary":"Create a Note",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.notes"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.notes"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.notes"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.notes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-notes-post",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-notes-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Lines/Notes"
                ],
                "summary":"Update Notes",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-notes-patch",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-notes-patch"
            }
        },
        "/tradeTransactionsNoTradeLicenses/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/notes/{noteSequenceNo}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"noteSequenceNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Lines/Notes"
                ],
                "summary":"Get a Note",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.notes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-notes-{noteSequenceNo}-get",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-notes-notesequenceno-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Lines/Notes"
                ],
                "summary":"Delete a Note",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-notes-{noteSequenceNo}-delete",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-notes-notesequenceno-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Lines/Notes"
                ],
                "summary":"Update a Note",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-notes-{noteSequenceNo}-patch",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-notes-notesequenceno-patch"
            }
        },
        "/tradeTransactionsNoTradeLicenses/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/codes":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Lines/Codes"
                ],
                "summary":"Get Codes",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.codes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-codes-get",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-codes-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Lines/Codes"
                ],
                "summary":"Create a Code",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.codes"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.codes"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.codes"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.codes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-codes-post",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-codes-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Lines/Codes"
                ],
                "summary":"Update Codes",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-codes-patch",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-codes-patch"
            }
        },
        "/tradeTransactionsNoTradeLicenses/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/codes/{gtmTypeGidxgtmCode}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTypeGidxgtmCode",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Lines/Codes"
                ],
                "summary":"Get a Code",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.codes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-codes-{gtmTypeGidxgtmCode}-get",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-codes-gtmtypegidxgtmcode-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Lines/Codes"
                ],
                "summary":"Delete a Code",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-codes-{gtmTypeGidxgtmCode}-delete",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-codes-gtmtypegidxgtmcode-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Lines/Codes"
                ],
                "summary":"Update a Code",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-codes-{gtmTypeGidxgtmCode}-patch",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-codes-gtmtypegidxgtmcode-patch"
            }
        },
        "/tradeTransactionsNoTradeLicenses/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/dates":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Lines/Dates"
                ],
                "summary":"Get Dates",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.dates"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-dates-get",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-dates-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Lines/Dates"
                ],
                "summary":"Create a Date",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.dates"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.dates"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.dates"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.dates"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-dates-post",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-dates-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Lines/Dates"
                ],
                "summary":"Update Dates",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-dates-patch",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-dates-patch"
            }
        },
        "/tradeTransactionsNoTradeLicenses/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/dates/{dateQualifierGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"dateQualifierGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Lines/Dates"
                ],
                "summary":"Get a Date",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.dates"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-dates-{dateQualifierGid}-get",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-dates-datequalifiergid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Lines/Dates"
                ],
                "summary":"Delete a Date",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-dates-{dateQualifierGid}-delete",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-dates-datequalifiergid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Lines/Dates"
                ],
                "summary":"Update a Date",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-dates-{dateQualifierGid}-patch",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-dates-datequalifiergid-patch"
            }
        },
        "/tradeTransactionsNoTradeLicenses/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/partyScreens":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Lines/Party Screens"
                ],
                "summary":"Get Party Screens",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.partyScreens"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-partyScreens-get",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-partyscreens-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Lines/Party Screens"
                ],
                "summary":"Create a Party Screen",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.partyScreens"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.partyScreens"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.partyScreens"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.partyScreens"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-partyScreens-post",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-partyscreens-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Lines/Party Screens"
                ],
                "summary":"Update Party Screens",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-partyScreens-patch",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-partyscreens-patch"
            }
        },
        "/tradeTransactionsNoTradeLicenses/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/partyScreens/{gtmTrPartyScreenGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTrPartyScreenGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Lines/Party Screens"
                ],
                "summary":"Get a Party Screen",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.partyScreens"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-partyScreens-{gtmTrPartyScreenGid}-get",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-partyscreens-gtmtrpartyscreengid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Lines/Party Screens"
                ],
                "summary":"Delete a Party Screen",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-partyScreens-{gtmTrPartyScreenGid}-delete",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-partyscreens-gtmtrpartyscreengid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Lines/Party Screens"
                ],
                "summary":"Update a Party Screen",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-partyScreens-{gtmTrPartyScreenGid}-patch",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-partyscreens-gtmtrpartyscreengid-patch"
            }
        },
        "/tradeTransactionsNoTradeLicenses/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/prodClassifications":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Lines/Prod Classifications"
                ],
                "summary":"Get Prod Classifications",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.prodClassifications"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-prodClassifications-get",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-prodclassifications-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Lines/Prod Classifications"
                ],
                "summary":"Create a Prod Classification",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.prodClassifications"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.prodClassifications"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.prodClassifications"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.prodClassifications"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-prodClassifications-post",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-prodclassifications-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Lines/Prod Classifications"
                ],
                "summary":"Update Prod Classifications",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-prodClassifications-patch",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-prodclassifications-patch"
            }
        },
        "/tradeTransactionsNoTradeLicenses/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/prodClassifications/{gtmTrProdClassificationGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTrProdClassificationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Lines/Prod Classifications"
                ],
                "summary":"Get a Prod Classification",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.prodClassifications"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-prodClassifications-{gtmTrProdClassificationGid}-get",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-prodclassifications-gtmtrprodclassificationgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Lines/Prod Classifications"
                ],
                "summary":"Delete a Prod Classification",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-prodClassifications-{gtmTrProdClassificationGid}-delete",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-prodclassifications-gtmtrprodclassificationgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Lines/Prod Classifications"
                ],
                "summary":"Update a Prod Classification",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-prodClassifications-{gtmTrProdClassificationGid}-patch",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-prodclassifications-gtmtrprodclassificationgid-patch"
            }
        },
        "/tradeTransactionsNoTradeLicenses/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/involvedParties":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Lines/Involved Parties"
                ],
                "summary":"Get Involved Parties",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.involvedParties"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-involvedParties-get",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-involvedparties-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Lines/Involved Parties"
                ],
                "summary":"Create an Involved Partie",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.involvedParties"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.involvedParties"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.involvedParties"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.involvedParties"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-involvedParties-post",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-involvedparties-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Lines/Involved Parties"
                ],
                "summary":"Update Involved Parties",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-involvedParties-patch",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-involvedparties-patch"
            }
        },
        "/tradeTransactionsNoTradeLicenses/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/involvedParties/{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Lines/Involved Parties"
                ],
                "summary":"Get an Involved Partie",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.involvedParties"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"2-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-get",
                "x-filename-id":"2-gtmtransactiongid-lines-gtmtransactionlinegid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Lines/Involved Parties"
                ],
                "summary":"Delete an Involved Partie",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"3-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-delete",
                "x-filename-id":"3-gtmtransactiongid-lines-gtmtransactionlinegid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Lines/Involved Parties"
                ],
                "summary":"Update an Involved Partie",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"3-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-patch",
                "x-filename-id":"3-gtmtransactiongid-lines-gtmtransactionlinegid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-patch"
            }
        },
        "/tradeTransactionsNoTradeLicenses/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/sanctions":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Lines/Sanctions"
                ],
                "summary":"Get Sanctions",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.sanctions"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-sanctions-get",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-sanctions-get"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Lines/Sanctions"
                ],
                "summary":"Update Sanctions",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-sanctions-patch",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-sanctions-patch"
            }
        },
        "/tradeTransactionsNoTradeLicenses/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/sanctions/{gtmTrSanctionGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTrSanctionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Lines/Sanctions"
                ],
                "summary":"Get a Sanction",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.sanctions"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-sanctions-{gtmTrSanctionGid}-get",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-sanctions-gtmtrsanctiongid-get"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Lines/Sanctions"
                ],
                "summary":"Update a Sanction",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-sanctions-{gtmTrSanctionGid}-patch",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-sanctions-gtmtrsanctiongid-patch"
            }
        },
        "/tradeTransactionsNoTradeLicenses/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/reqdocLinks":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Lines/Reqdoc Links"
                ],
                "summary":"Get Reqdoc Links",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.reqdocLinks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-reqdocLinks-get",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-reqdoclinks-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Lines/Reqdoc Links"
                ],
                "summary":"Create a Reqdoc Link",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.reqdocLinks"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.reqdocLinks"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.reqdocLinks"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.reqdocLinks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-reqdocLinks-post",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-reqdoclinks-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Lines/Reqdoc Links"
                ],
                "summary":"Update Reqdoc Links",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-reqdocLinks-patch",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-reqdoclinks-patch"
            }
        },
        "/tradeTransactionsNoTradeLicenses/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/reqdocLinks/{gtmTransLineReqdocLinkGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransLineReqdocLinkGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Lines/Reqdoc Links"
                ],
                "summary":"Get a Reqdoc Link",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.reqdocLinks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-reqdocLinks-{gtmTransLineReqdocLinkGid}-get",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-reqdoclinks-gtmtranslinereqdoclinkgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Lines/Reqdoc Links"
                ],
                "summary":"Delete a Reqdoc Link",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-reqdocLinks-{gtmTransLineReqdocLinkGid}-delete",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-reqdoclinks-gtmtranslinereqdoclinkgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Lines/Reqdoc Links"
                ],
                "summary":"Update a Reqdoc Link",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-reqdocLinks-{gtmTransLineReqdocLinkGid}-patch",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-reqdoclinks-gtmtranslinereqdoclinkgid-patch"
            }
        },
        "/tradeTransactionsNoTradeLicenses/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/baseAmounts":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Lines/Base Amounts"
                ],
                "summary":"Get Base Amounts",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.baseAmounts"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-baseAmounts-get",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-baseamounts-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Lines/Base Amounts"
                ],
                "summary":"Create a Base Amount",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.baseAmounts"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.baseAmounts"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.baseAmounts"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.baseAmounts"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-baseAmounts-post",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-baseamounts-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Lines/Base Amounts"
                ],
                "summary":"Update Base Amounts",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-baseAmounts-patch",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-baseamounts-patch"
            }
        },
        "/tradeTransactionsNoTradeLicenses/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/baseAmounts/{gtmBaseAmountTypeGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmBaseAmountTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Lines/Base Amounts"
                ],
                "summary":"Get a Base Amount",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.baseAmounts"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-baseAmounts-{gtmBaseAmountTypeGid}-get",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-baseamounts-gtmbaseamounttypegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Lines/Base Amounts"
                ],
                "summary":"Delete a Base Amount",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-baseAmounts-{gtmBaseAmountTypeGid}-delete",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-baseamounts-gtmbaseamounttypegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Lines/Base Amounts"
                ],
                "summary":"Update a Base Amount",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-baseAmounts-{gtmBaseAmountTypeGid}-patch",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-baseamounts-gtmbaseamounttypegid-patch"
            }
        },
        "/tradeTransactionsNoTradeLicenses/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/refnums":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Lines/Refnums"
                ],
                "summary":"Get Refnums",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-refnums-get",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-refnums-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Lines/Refnums"
                ],
                "summary":"Create a Refnum",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.refnums"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.refnums"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.refnums"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-refnums-post",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-refnums-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Lines/Refnums"
                ],
                "summary":"Update Refnums",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-refnums-patch",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-refnums-patch"
            }
        },
        "/tradeTransactionsNoTradeLicenses/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/refnums/{gtmTranslineRefnumQualGidxrefnumValue}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransactionLineGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTranslineRefnumQualGidxrefnumValue",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Lines/Refnums"
                ],
                "summary":"Get a Refnum",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.refnums"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-refnums-{gtmTranslineRefnumQualGidxrefnumValue}-get",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-refnums-gtmtranslinerefnumqualgidxrefnumvalue-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Lines/Refnums"
                ],
                "summary":"Delete a Refnum",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-refnums-{gtmTranslineRefnumQualGidxrefnumValue}-delete",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-refnums-gtmtranslinerefnumqualgidxrefnumvalue-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Lines/Refnums"
                ],
                "summary":"Update a Refnum",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-lines-{gtmTransactionLineGid}-refnums-{gtmTranslineRefnumQualGidxrefnumValue}-patch",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-lines-gtmtransactionlinegid-refnums-gtmtranslinerefnumqualgidxrefnumvalue-patch"
            }
        },
        "/tradeTransactionsNoTradeLicenses/{gtmTransactionGid}/remarks":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Remarks"
                ],
                "summary":"Get Remarks",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-remarks-get",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-remarks-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Remarks"
                ],
                "summary":"Create a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.remarks"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.remarks"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.remarks"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.remarks"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-remarks-post",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-remarks-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Remarks"
                ],
                "summary":"Update Remarks",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-remarks-patch",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-remarks-patch"
            }
        },
        "/tradeTransactionsNoTradeLicenses/{gtmTransactionGid}/remarks/{remarkSequence}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"remarkSequence",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Remarks"
                ],
                "summary":"Get a Remark",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.remarks"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-remarks-{remarkSequence}-get",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-remarks-remarksequence-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Remarks"
                ],
                "summary":"Delete a Remark",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-remarks-{remarkSequence}-delete",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-remarks-remarksequence-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Remarks"
                ],
                "summary":"Update a Remark",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-remarks-{remarkSequence}-patch",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-remarks-remarksequence-patch"
            }
        },
        "/tradeTransactionsNoTradeLicenses/{gtmTransactionGid}/reqdocs":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Reqdocs"
                ],
                "summary":"Get Reqdocs",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.reqdocs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-reqdocs-get",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-reqdocs-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Reqdocs"
                ],
                "summary":"Create a Reqdoc",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.reqdocs"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.reqdocs"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.reqdocs"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.reqdocs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-reqdocs-post",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-reqdocs-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Reqdocs"
                ],
                "summary":"Update Reqdocs",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-reqdocs-patch",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-reqdocs-patch"
            }
        },
        "/tradeTransactionsNoTradeLicenses/{gtmTransactionGid}/reqdocs/{documentDefGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Reqdocs"
                ],
                "summary":"Get a Reqdoc",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.reqdocs"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-reqdocs-{documentDefGid}-get",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-reqdocs-documentdefgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Reqdocs"
                ],
                "summary":"Delete a Reqdoc",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-reqdocs-{documentDefGid}-delete",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-reqdocs-documentdefgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Reqdocs"
                ],
                "summary":"Update a Reqdoc",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-reqdocs-{documentDefGid}-patch",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-reqdocs-documentdefgid-patch"
            }
        },
        "/tradeTransactionsNoTradeLicenses/{gtmTransactionGid}/reqdocs/{documentDefGid}/reviewers":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Reqdocs/Reviewers"
                ],
                "summary":"Get Reviewers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.reqdocs.reviewers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-reqdocs-{documentDefGid}-reviewers-get",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-reqdocs-documentdefgid-reviewers-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Reqdocs/Reviewers"
                ],
                "summary":"Create a Reviewer",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.reqdocs.reviewers"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.reqdocs.reviewers"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.reqdocs.reviewers"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.reqdocs.reviewers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-reqdocs-{documentDefGid}-reviewers-post",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-reqdocs-documentdefgid-reviewers-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Reqdocs/Reviewers"
                ],
                "summary":"Update Reviewers",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-reqdocs-{documentDefGid}-reviewers-patch",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-reqdocs-documentdefgid-reviewers-patch"
            }
        },
        "/tradeTransactionsNoTradeLicenses/{gtmTransactionGid}/reqdocs/{documentDefGid}/reviewers/{contactGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"contactGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Reqdocs/Reviewers"
                ],
                "summary":"Get a Reviewer",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.reqdocs.reviewers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-reqdocs-{documentDefGid}-reviewers-{contactGid}-get",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-reqdocs-documentdefgid-reviewers-contactgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Reqdocs/Reviewers"
                ],
                "summary":"Delete a Reviewer",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-reqdocs-{documentDefGid}-reviewers-{contactGid}-delete",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-reqdocs-documentdefgid-reviewers-contactgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Reqdocs/Reviewers"
                ],
                "summary":"Update a Reviewer",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-reqdocs-{documentDefGid}-reviewers-{contactGid}-patch",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-reqdocs-documentdefgid-reviewers-contactgid-patch"
            }
        },
        "/tradeTransactionsNoTradeLicenses/{gtmTransactionGid}/reqdocs/{documentDefGid}/texts":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Reqdocs/Texts"
                ],
                "summary":"Get Texts",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.reqdocs.texts"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-reqdocs-{documentDefGid}-texts-get",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-reqdocs-documentdefgid-texts-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Reqdocs/Texts"
                ],
                "summary":"Create a Text",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.reqdocs.texts"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.reqdocs.texts"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.reqdocs.texts"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.reqdocs.texts"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-reqdocs-{documentDefGid}-texts-post",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-reqdocs-documentdefgid-texts-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Reqdocs/Texts"
                ],
                "summary":"Update Texts",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-reqdocs-{documentDefGid}-texts-patch",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-reqdocs-documentdefgid-texts-patch"
            }
        },
        "/tradeTransactionsNoTradeLicenses/{gtmTransactionGid}/reqdocs/{documentDefGid}/texts/{textTemplateGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"textTemplateGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Reqdocs/Texts"
                ],
                "summary":"Get a Text",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.reqdocs.texts"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-reqdocs-{documentDefGid}-texts-{textTemplateGid}-get",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-reqdocs-documentdefgid-texts-texttemplategid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Reqdocs/Texts"
                ],
                "summary":"Delete a Text",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-reqdocs-{documentDefGid}-texts-{textTemplateGid}-delete",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-reqdocs-documentdefgid-texts-texttemplategid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Reqdocs/Texts"
                ],
                "summary":"Update a Text",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-reqdocs-{documentDefGid}-texts-{textTemplateGid}-patch",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-reqdocs-documentdefgid-texts-texttemplategid-patch"
            }
        },
        "/tradeTransactionsNoTradeLicenses/{gtmTransactionGid}/reqdocs/{documentDefGid}/references":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Reqdocs/References"
                ],
                "summary":"Get References",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.reqdocs.references"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-reqdocs-{documentDefGid}-references-get",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-reqdocs-documentdefgid-references-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Reqdocs/References"
                ],
                "summary":"Create a Reference",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.reqdocs.references"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.reqdocs.references"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.reqdocs.references"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.reqdocs.references"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-reqdocs-{documentDefGid}-references-post",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-reqdocs-documentdefgid-references-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Reqdocs/References"
                ],
                "summary":"Update References",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-reqdocs-{documentDefGid}-references-patch",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-reqdocs-documentdefgid-references-patch"
            }
        },
        "/tradeTransactionsNoTradeLicenses/{gtmTransactionGid}/reqdocs/{documentDefGid}/references/{sequenceNo}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"sequenceNo",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Reqdocs/References"
                ],
                "summary":"Get a Reference",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.reqdocs.references"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-reqdocs-{documentDefGid}-references-{sequenceNo}-get",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-reqdocs-documentdefgid-references-sequenceno-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Reqdocs/References"
                ],
                "summary":"Delete a Reference",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-reqdocs-{documentDefGid}-references-{sequenceNo}-delete",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-reqdocs-documentdefgid-references-sequenceno-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Reqdocs/References"
                ],
                "summary":"Update a Reference",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-reqdocs-{documentDefGid}-references-{sequenceNo}-patch",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-reqdocs-documentdefgid-references-sequenceno-patch"
            }
        },
        "/tradeTransactionsNoTradeLicenses/{gtmTransactionGid}/reqdocs/{documentDefGid}/docs":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Reqdocs/Docs"
                ],
                "summary":"Get Docs",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.reqdocs.docs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-reqdocs-{documentDefGid}-docs-get",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-reqdocs-documentdefgid-docs-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Reqdocs/Docs"
                ],
                "summary":"Create a Doc",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.reqdocs.docs"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.reqdocs.docs"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.reqdocs.docs"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.reqdocs.docs"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-reqdocs-{documentDefGid}-docs-post",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-reqdocs-documentdefgid-docs-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Reqdocs/Docs"
                ],
                "summary":"Update Docs",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-reqdocs-{documentDefGid}-docs-patch",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-reqdocs-documentdefgid-docs-patch"
            }
        },
        "/tradeTransactionsNoTradeLicenses/{gtmTransactionGid}/reqdocs/{documentDefGid}/docs/{documentGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Reqdocs/Docs"
                ],
                "summary":"Get a Doc",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.reqdocs.docs"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-reqdocs-{documentDefGid}-docs-{documentGid}-get",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-reqdocs-documentdefgid-docs-documentgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Reqdocs/Docs"
                ],
                "summary":"Delete a Doc",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-reqdocs-{documentDefGid}-docs-{documentGid}-delete",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-reqdocs-documentdefgid-docs-documentgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Reqdocs/Docs"
                ],
                "summary":"Update a Doc",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-reqdocs-{documentDefGid}-docs-{documentGid}-patch",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-reqdocs-documentdefgid-docs-documentgid-patch"
            }
        },
        "/tradeTransactionsNoTradeLicenses/{gtmTransactionGid}/reqdocs/{documentDefGid}/docs/{documentGid}/reviews":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Reqdocs/Docs/Reviews"
                ],
                "summary":"Get Reviews",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.reqdocs.docs.reviews"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-reqdocs-{documentDefGid}-docs-{documentGid}-reviews-get",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-reqdocs-documentdefgid-docs-documentgid-reviews-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Reqdocs/Docs/Reviews"
                ],
                "summary":"Create a Review",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.reqdocs.docs.reviews"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.reqdocs.docs.reviews"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.reqdocs.docs.reviews"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.reqdocs.docs.reviews"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-reqdocs-{documentDefGid}-docs-{documentGid}-reviews-post",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-reqdocs-documentdefgid-docs-documentgid-reviews-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Reqdocs/Docs/Reviews"
                ],
                "summary":"Update Reviews",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-reqdocs-{documentDefGid}-docs-{documentGid}-reviews-patch",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-reqdocs-documentdefgid-docs-documentgid-reviews-patch"
            }
        },
        "/tradeTransactionsNoTradeLicenses/{gtmTransactionGid}/reqdocs/{documentDefGid}/docs/{documentGid}/reviews/{contactGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"contactGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Reqdocs/Docs/Reviews"
                ],
                "summary":"Get a Review",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.reqdocs.docs.reviews"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-reqdocs-{documentDefGid}-docs-{documentGid}-reviews-{contactGid}-get",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-reqdocs-documentdefgid-docs-documentgid-reviews-contactgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Reqdocs/Docs/Reviews"
                ],
                "summary":"Delete a Review",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-reqdocs-{documentDefGid}-docs-{documentGid}-reviews-{contactGid}-delete",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-reqdocs-documentdefgid-docs-documentgid-reviews-contactgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Reqdocs/Docs/Reviews"
                ],
                "summary":"Update a Review",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-reqdocs-{documentDefGid}-docs-{documentGid}-reviews-{contactGid}-patch",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-reqdocs-documentdefgid-docs-documentgid-reviews-contactgid-patch"
            }
        },
        "/tradeTransactionsNoTradeLicenses/{gtmTransactionGid}/reqdocs/{documentDefGid}/subscribers":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Reqdocs/Subscribers"
                ],
                "summary":"Get Subscribers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.reqdocs.subscribers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-reqdocs-{documentDefGid}-subscribers-get",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-reqdocs-documentdefgid-subscribers-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Reqdocs/Subscribers"
                ],
                "summary":"Create a Subscriber",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.reqdocs.subscribers"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.reqdocs.subscribers"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.reqdocs.subscribers"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.reqdocs.subscribers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-reqdocs-{documentDefGid}-subscribers-post",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-reqdocs-documentdefgid-subscribers-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Reqdocs/Subscribers"
                ],
                "summary":"Update Subscribers",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-reqdocs-{documentDefGid}-subscribers-patch",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-reqdocs-documentdefgid-subscribers-patch"
            }
        },
        "/tradeTransactionsNoTradeLicenses/{gtmTransactionGid}/reqdocs/{documentDefGid}/subscribers/{contactGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"contactGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Reqdocs/Subscribers"
                ],
                "summary":"Get a Subscriber",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.reqdocs.subscribers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-reqdocs-{documentDefGid}-subscribers-{contactGid}-get",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-reqdocs-documentdefgid-subscribers-contactgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Reqdocs/Subscribers"
                ],
                "summary":"Delete a Subscriber",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-reqdocs-{documentDefGid}-subscribers-{contactGid}-delete",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-reqdocs-documentdefgid-subscribers-contactgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Reqdocs/Subscribers"
                ],
                "summary":"Update a Subscriber",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-reqdocs-{documentDefGid}-subscribers-{contactGid}-patch",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-reqdocs-documentdefgid-subscribers-contactgid-patch"
            }
        },
        "/tradeTransactionsNoTradeLicenses/{gtmTransactionGid}/reqdocs/{documentDefGid}/statuses":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Reqdocs/Statuses"
                ],
                "summary":"Get Statuses",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.reqdocs.statuses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-reqdocs-{documentDefGid}-statuses-get",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-reqdocs-documentdefgid-statuses-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Reqdocs/Statuses"
                ],
                "summary":"Create a Statuse",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.reqdocs.statuses"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.reqdocs.statuses"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.reqdocs.statuses"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.reqdocs.statuses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-reqdocs-{documentDefGid}-statuses-post",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-reqdocs-documentdefgid-statuses-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Reqdocs/Statuses"
                ],
                "summary":"Update Statuses",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-reqdocs-{documentDefGid}-statuses-patch",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-reqdocs-documentdefgid-statuses-patch"
            }
        },
        "/tradeTransactionsNoTradeLicenses/{gtmTransactionGid}/reqdocs/{documentDefGid}/statuses/{statusTypeGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"documentDefGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"statusTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Reqdocs/Statuses"
                ],
                "summary":"Get a Statuse",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.reqdocs.statuses"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-reqdocs-{documentDefGid}-statuses-{statusTypeGid}-get",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-reqdocs-documentdefgid-statuses-statustypegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Reqdocs/Statuses"
                ],
                "summary":"Delete a Statuse",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-reqdocs-{documentDefGid}-statuses-{statusTypeGid}-delete",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-reqdocs-documentdefgid-statuses-statustypegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Reqdocs/Statuses"
                ],
                "summary":"Update a Statuse",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-reqdocs-{documentDefGid}-statuses-{statusTypeGid}-patch",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-reqdocs-documentdefgid-statuses-statustypegid-patch"
            }
        },
        "/tradeTransactionsNoTradeLicenses/{gtmTransactionGid}/refnums":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Refnums"
                ],
                "summary":"Get Refnums",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-refnums-get",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-refnums-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Refnums"
                ],
                "summary":"Create a Refnum",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.refnums"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.refnums"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.refnums"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.refnums"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-refnums-post",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-refnums-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Refnums"
                ],
                "summary":"Update Refnums",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-refnums-patch",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-refnums-patch"
            }
        },
        "/tradeTransactionsNoTradeLicenses/{gtmTransactionGid}/refnums/{gtmTransRefnumQualGidxrefnumValue}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTransRefnumQualGidxrefnumValue",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Refnums"
                ],
                "summary":"Get a Refnum",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.refnums"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-refnums-{gtmTransRefnumQualGidxrefnumValue}-get",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-refnums-gtmtransrefnumqualgidxrefnumvalue-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Refnums"
                ],
                "summary":"Delete a Refnum",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-refnums-{gtmTransRefnumQualGidxrefnumValue}-delete",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-refnums-gtmtransrefnumqualgidxrefnumvalue-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Refnums"
                ],
                "summary":"Update a Refnum",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-refnums-{gtmTransRefnumQualGidxrefnumValue}-patch",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-refnums-gtmtransrefnumqualgidxrefnumvalue-patch"
            }
        },
        "/tradeTransactionsNoTradeLicenses/{gtmTransactionGid}/codes":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Codes"
                ],
                "summary":"Get Codes",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.codes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-codes-get",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-codes-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Codes"
                ],
                "summary":"Create a Code",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.codes"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.codes"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.codes"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.codes"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-codes-post",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-codes-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Codes"
                ],
                "summary":"Update Codes",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-codes-patch",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-codes-patch"
            }
        },
        "/tradeTransactionsNoTradeLicenses/{gtmTransactionGid}/codes/{gtmTypeGidxgtmCode}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmTypeGidxgtmCode",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Codes"
                ],
                "summary":"Get a Code",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.codes"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-codes-{gtmTypeGidxgtmCode}-get",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-codes-gtmtypegidxgtmcode-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Codes"
                ],
                "summary":"Delete a Code",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-codes-{gtmTypeGidxgtmCode}-delete",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-codes-gtmtypegidxgtmcode-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Codes"
                ],
                "summary":"Update a Code",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-codes-{gtmTypeGidxgtmCode}-patch",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-codes-gtmtypegidxgtmcode-patch"
            }
        },
        "/tradeTransactionsNoTradeLicenses/{gtmTransactionGid}/involvedLocations":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Involved Locations"
                ],
                "summary":"Get Involved Locations",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.involvedLocations"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-involvedLocations-get",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-involvedlocations-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Involved Locations"
                ],
                "summary":"Create an Involved Location",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.involvedLocations"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.involvedLocations"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.involvedLocations"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.involvedLocations"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-involvedLocations-post",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-involvedlocations-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Involved Locations"
                ],
                "summary":"Update Involved Locations",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-involvedLocations-patch",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-involvedlocations-patch"
            }
        },
        "/tradeTransactionsNoTradeLicenses/{gtmTransactionGid}/involvedLocations/{involvedLocationQualGidxinvolvedLocationGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"involvedLocationQualGidxinvolvedLocationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Involved Locations"
                ],
                "summary":"Get an Involved Location",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.involvedLocations"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-involvedLocations-{involvedLocationQualGidxinvolvedLocationGid}-get",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-involvedlocations-involvedlocationqualgidxinvolvedlocationgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Involved Locations"
                ],
                "summary":"Delete an Involved Location",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-involvedLocations-{involvedLocationQualGidxinvolvedLocationGid}-delete",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-involvedlocations-involvedlocationqualgidxinvolvedlocationgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Involved Locations"
                ],
                "summary":"Update an Involved Location",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-involvedLocations-{involvedLocationQualGidxinvolvedLocationGid}-patch",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-involvedlocations-involvedlocationqualgidxinvolvedlocationgid-patch"
            }
        },
        "/tradeTransactionsNoTradeLicenses/{gtmTransactionGid}/involvedParties":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Involved Parties"
                ],
                "summary":"Get Involved Parties",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.involvedParties"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-involvedParties-get",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-involvedparties-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Involved Parties"
                ],
                "summary":"Create an Involved Partie",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.involvedParties"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.involvedParties"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.involvedParties"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.involvedParties"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-involvedParties-post",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-involvedparties-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Involved Parties"
                ],
                "summary":"Update Involved Parties",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-involvedParties-patch",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-involvedparties-patch"
            }
        },
        "/tradeTransactionsNoTradeLicenses/{gtmTransactionGid}/involvedParties/{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Involved Parties"
                ],
                "summary":"Get an Involved Partie",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.involvedParties"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-get",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Involved Parties"
                ],
                "summary":"Delete an Involved Partie",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-delete",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Involved Parties"
                ],
                "summary":"Update an Involved Partie",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-involvedParties-{involvedPartyQualGidxinvolvedPartyContactGidxcomMethodGid}-patch",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-involvedparties-involvedpartyqualgidxinvolvedpartycontactgidxcommethodgid-patch"
            }
        },
        "/tradeTransactionsNoTradeLicenses/{gtmTransactionGid}/statuses":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Statuses"
                ],
                "summary":"Get Statuses",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.statuses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-statuses-get",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-statuses-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Statuses"
                ],
                "summary":"Create a Statuse",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.statuses"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.statuses"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.statuses"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.statuses"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-statuses-post",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-statuses-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Statuses"
                ],
                "summary":"Update Statuses",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-statuses-patch",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-statuses-patch"
            }
        },
        "/tradeTransactionsNoTradeLicenses/{gtmTransactionGid}/statuses/{statusTypeGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"statusTypeGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Statuses"
                ],
                "summary":"Get a Statuse",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.statuses"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-statuses-{statusTypeGid}-get",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-statuses-statustypegid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Statuses"
                ],
                "summary":"Delete a Statuse",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-statuses-{statusTypeGid}-delete",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-statuses-statustypegid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Statuses"
                ],
                "summary":"Update a Statuse",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-statuses-{statusTypeGid}-patch",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-statuses-statustypegid-patch"
            }
        },
        "/tradeTransactionsNoTradeLicenses/{gtmTransactionGid}/ports":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Ports"
                ],
                "summary":"Get Ports",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.ports"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-ports-get",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-ports-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Ports"
                ],
                "summary":"Create a Port",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.ports"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.ports"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.ports"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.ports"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-ports-post",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-ports-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Ports"
                ],
                "summary":"Update Ports",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-ports-patch",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-ports-patch"
            }
        },
        "/tradeTransactionsNoTradeLicenses/{gtmTransactionGid}/ports/{gtmPortQualifierGidxlocationGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmPortQualifierGidxlocationGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Ports"
                ],
                "summary":"Get a Port",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.ports"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-ports-{gtmPortQualifierGidxlocationGid}-get",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-ports-gtmportqualifiergidxlocationgid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Ports"
                ],
                "summary":"Delete a Port",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-ports-{gtmPortQualifierGidxlocationGid}-delete",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-ports-gtmportqualifiergidxlocationgid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Ports"
                ],
                "summary":"Update a Port",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-ports-{gtmPortQualifierGidxlocationGid}-patch",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-ports-gtmportqualifiergidxlocationgid-patch"
            }
        },
        "/tradeTransactionsNoTradeLicenses/{gtmTransactionGid}/policies":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Policies"
                ],
                "summary":"Get Policies",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.policies"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-policies-get",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-policies-get"
            },
            "post":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Policies"
                ],
                "summary":"Create a Policie",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.policies"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.policies"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.policies"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.policies"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-policies-post",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-policies-post"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Policies"
                ],
                "summary":"Update Policies",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-policies-patch",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-policies-patch"
            }
        },
        "/tradeTransactionsNoTradeLicenses/{gtmTransactionGid}/policies/{gtmPolicyQualifierGidxgtmComplianceTemplateGid}":{
            "parameters":[
                {
                    "name":"gtmTransactionGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"gtmPolicyQualifierGidxgtmComplianceTemplateGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Policies"
                ],
                "summary":"Get a Policie",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.policies"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-policies-{gtmPolicyQualifierGidxgtmComplianceTemplateGid}-get",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-policies-gtmpolicyqualifiergidxgtmcompliancetemplategid-get"
            },
            "delete":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Policies"
                ],
                "summary":"Delete a Policie",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-policies-{gtmPolicyQualifierGidxgtmComplianceTemplateGid}-delete",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-policies-gtmpolicyqualifiergidxgtmcompliancetemplategid-delete"
            },
            "patch":{
                "tags":[
                    "Business Objects/Trade Transactions No Trade Licenses/Policies"
                ],
                "summary":"Update a Policie",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeTransactionsNoTradeLicenses-{gtmTransactionGid}-policies-{gtmPolicyQualifierGidxgtmComplianceTemplateGid}-patch",
                "x-filename-id":"tradetransactionsnotradelicenses-gtmtransactiongid-policies-gtmpolicyqualifiergidxgtmcompliancetemplategid-patch"
            }
        },
        "/flights":{
            "get":{
                "tags":[
                    "Power Data/Flights"
                ],
                "summary":"Get Flights",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/flights"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"flights-get",
                "x-filename-id":"flights-get"
            },
            "post":{
                "tags":[
                    "Power Data/Flights"
                ],
                "summary":"Create a Flight",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/flights"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/flights"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"flights-post",
                "x-filename-id":"flights-post"
            }
        },
        "/flights/{flightGid}":{
            "parameters":[
                {
                    "name":"flightGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Flights"
                ],
                "summary":"Get a Flight",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/flights"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"flights-{flightGid}-get",
                "x-filename-id":"flights-flightgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Flights"
                ],
                "summary":"Delete a Flight",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"flights-{flightGid}-delete",
                "x-filename-id":"flights-flightgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Flights"
                ],
                "summary":"Update a Flight",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"flights-{flightGid}-patch",
                "x-filename-id":"flights-flightgid-patch"
            }
        },
        "/flights/{flightGid}/interimFlights":{
            "parameters":[
                {
                    "name":"flightGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Flights/Interim Flights"
                ],
                "summary":"Get Interim Flights",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/flights.interimFlights"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"flights-{flightGid}-interimFlights-get",
                "x-filename-id":"flights-flightgid-interimflights-get"
            },
            "post":{
                "tags":[
                    "Power Data/Flights/Interim Flights"
                ],
                "summary":"Create an Interim Flight",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/flights.interimFlights"
                            }
                        },
                        "application/vnd.oracle.resource+json;type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/flights.interimFlights"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/flights.interimFlights"
                                }
                            },
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/flights.interimFlights"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"flights-{flightGid}-interimFlights-post",
                "x-filename-id":"flights-flightgid-interimflights-post"
            },
            "patch":{
                "tags":[
                    "Power Data/Flights/Interim Flights"
                ],
                "summary":"Update Interim Flights",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=collection":{
                            "schema":{
                                "properties":{
                                    "items":{
                                        "type":"array",
                                        "items":{
                                            "$ref":"#/components/schemas/patchCollectionRequestBody"
                                        }
                                    }
                                },
                                "required":[
                                    "items"
                                ]
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"flights-{flightGid}-interimFlights-patch",
                "x-filename-id":"flights-flightgid-interimflights-patch"
            }
        },
        "/flights/{flightGid}/interimFlights/{flightNumberxrecordCode}":{
            "parameters":[
                {
                    "name":"flightGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                },
                {
                    "name":"flightNumberxrecordCode",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Flights/Interim Flights"
                ],
                "summary":"Get an Interim Flight",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/flights.interimFlights"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"flights-{flightGid}-interimFlights-{flightNumberxrecordCode}-get",
                "x-filename-id":"flights-flightgid-interimflights-flightnumberxrecordcode-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Flights/Interim Flights"
                ],
                "summary":"Delete an Interim Flight",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"flights-{flightGid}-interimFlights-{flightNumberxrecordCode}-delete",
                "x-filename-id":"flights-flightgid-interimflights-flightnumberxrecordcode-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Flights/Interim Flights"
                ],
                "summary":"Update an Interim Flight",
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"flights-{flightGid}-interimFlights-{flightNumberxrecordCode}-patch",
                "x-filename-id":"flights-flightgid-interimflights-flightnumberxrecordcode-patch"
            }
        },
        "/tradeItemReferenceNumberQualifiers":{
            "get":{
                "tags":[
                    "Power Data/Trade Item Reference Number Qualifiers"
                ],
                "summary":"Get Trade Item Reference Number Qualifiers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/tradeItemReferenceNumberQualifiers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeItemReferenceNumberQualifiers-get",
                "x-filename-id":"tradeitemreferencenumberqualifiers-get"
            },
            "post":{
                "tags":[
                    "Power Data/Trade Item Reference Number Qualifiers"
                ],
                "summary":"Create a Trade Item Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/tradeItemReferenceNumberQualifiers"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeItemReferenceNumberQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeItemReferenceNumberQualifiers-post",
                "x-filename-id":"tradeitemreferencenumberqualifiers-post"
            }
        },
        "/tradeItemReferenceNumberQualifiers/{itemRefnumQualGid}":{
            "parameters":[
                {
                    "name":"itemRefnumQualGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Trade Item Reference Number Qualifiers"
                ],
                "summary":"Get a Trade Item Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/tradeItemReferenceNumberQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"tradeItemReferenceNumberQualifiers-{itemRefnumQualGid}-get",
                "x-filename-id":"tradeitemreferencenumberqualifiers-itemrefnumqualgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Trade Item Reference Number Qualifiers"
                ],
                "summary":"Delete a Trade Item Reference Number Qualifier",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeItemReferenceNumberQualifiers-{itemRefnumQualGid}-delete",
                "x-filename-id":"tradeitemreferencenumberqualifiers-itemrefnumqualgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Trade Item Reference Number Qualifiers"
                ],
                "summary":"Update a Trade Item Reference Number Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"tradeItemReferenceNumberQualifiers-{itemRefnumQualGid}-patch",
                "x-filename-id":"tradeitemreferencenumberqualifiers-itemrefnumqualgid-patch"
            }
        },
        "/custom-actions/adhocRPS":{
            "post":{
                "tags":[
                    "Actions/Business Queries"
                ],
                "summary":"Perform adhoc Restricted Party Screening",
                "requestBody":{
                    "content":{
                        "application/json":{
                            "schema":{
                                "$ref":"#/components/schemas/adhocRPSRequest"
                            }
                        }
                    }
                },
                "responses":{
                    "200":{
                        "description":"Success! A successful POST method returns a 200 status code.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/adhocRPSResponse"
                                }
                            }
                        }
                    },
                    "400":{
                        "description":"Your request couldn't be processed because it contains missing or invalid information, such as a validation error on an input field, a missing required value, and so forth.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    },
                    "429":{
                        "description":"Indicates that the client has sent too many requests to the server at any given point of time. The maximum number of allowed concurrent requests is a configurable property.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    },
                    "500":{
                        "description":"The server encountered something unexpected that prevented it from completing the request.",
                        "content":{
                            "application/json":{
                                "schema":{
                                    "$ref":"#/components/schemas/errorResponse"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"custom-actions-adhocRPS-post",
                "x-filename-id":"custom-actions-adhocrps-post"
            }
        },
        "/itemFeatureQualifiers":{
            "get":{
                "tags":[
                    "Power Data/Item Feature Qualifiers"
                ],
                "summary":"Get Item Feature Qualifiers",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/limit"
                    },
                    {
                        "$ref":"#/components/parameters/offset"
                    },
                    {
                        "$ref":"#/components/parameters/orderBy"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    },
                    {
                        "$ref":"#/components/parameters/totalResults"
                    },
                    {
                        "$ref":"#/components/parameters/q"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=collection":{
                                "schema":{
                                    "properties":{
                                        "items":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/itemFeatureQualifiers"
                                            }
                                        },
                                        "links":{
                                            "type":"array",
                                            "items":{
                                                "$ref":"#/components/schemas/links"
                                            }
                                        }
                                    },
                                    "required":[
                                        "items"
                                    ]
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemFeatureQualifiers-get",
                "x-filename-id":"itemfeaturequalifiers-get"
            },
            "post":{
                "tags":[
                    "Power Data/Item Feature Qualifiers"
                ],
                "summary":"Create an Item Feature Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json;type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/itemFeatureQualifiers"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemFeatureQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemFeatureQualifiers-post",
                "x-filename-id":"itemfeaturequalifiers-post"
            }
        },
        "/itemFeatureQualifiers/{itemFeatureQualGid}":{
            "parameters":[
                {
                    "name":"itemFeatureQualGid",
                    "in":"path",
                    "required":true,
                    "description":"Resource ID",
                    "schema":{
                        "type":"string"
                    }
                }
            ],
            "get":{
                "tags":[
                    "Power Data/Item Feature Qualifiers"
                ],
                "summary":"Get an Item Feature Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/expand"
                    },
                    {
                        "$ref":"#/components/parameters/fields"
                    }
                ],
                "responses":{
                    "default":{
                        "description":"Default Response.",
                        "content":{
                            "application/vnd.oracle.resource+json;type=singular":{
                                "schema":{
                                    "$ref":"#/components/schemas/itemFeatureQualifiers"
                                }
                            }
                        }
                    }
                },
                "x-internal-id":"itemFeatureQualifiers-{itemFeatureQualGid}-get",
                "x-filename-id":"itemfeaturequalifiers-itemfeaturequalgid-get"
            },
            "delete":{
                "tags":[
                    "Power Data/Item Feature Qualifiers"
                ],
                "summary":"Delete an Item Feature Qualifier",
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemFeatureQualifiers-{itemFeatureQualGid}-delete",
                "x-filename-id":"itemfeaturequalifiers-itemfeaturequalgid-delete"
            },
            "patch":{
                "tags":[
                    "Power Data/Item Feature Qualifiers"
                ],
                "summary":"Update an Item Feature Qualifier",
                "parameters":[
                    {
                        "$ref":"#/components/parameters/asyncHeader"
                    }
                ],
                "requestBody":{
                    "content":{
                        "application/vnd.oracle.resource+json; type=singular":{
                            "schema":{
                                "$ref":"#/components/schemas/patchSingularRequestBody"
                            }
                        }
                    }
                },
                "responses":{
                    "default":{
                        "description":"Default Response."
                    }
                },
                "x-internal-id":"itemFeatureQualifiers-{itemFeatureQualGid}-patch",
                "x-filename-id":"itemfeaturequalifiers-itemfeaturequalgid-patch"
            }
        }
    },
    "components":{
        "schemas":{
            "metadataLayouts":{
                "properties":{
                    "metadataLayoutGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "metadataLayoutXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "metadataLayoutName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "metadataLayoutDesc":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "queryTableGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "incoterms":{
                "properties":{
                    "incoTermGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "incoTermXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "incoTermDesc":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "provinceCodeProfiles":{
                "properties":{
                    "provinceCodeProfileGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "provinceCodeProfileXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isCompatible":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "details":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/provinceCodeProfiles.details"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "provinceCodeProfiles.details":{
                "properties":{
                    "provinceCode":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "countryCode3Gid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "appointmentShipmentStopActivityProfiles":{
                "properties":{
                    "apptSsActivityProfGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "apptSsActivityProfXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "apptSsActivityProfName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isCompatible":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "details":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/appointmentShipmentStopActivityProfiles.details"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "appointmentShipmentStopActivityProfiles.details":{
                "properties":{
                    "activityGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "agencyCodeProfiles":{
                "properties":{
                    "gtmAgencyCodeProfileGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmAgencyCodeProfileXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmAgencyCodeProfileName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isCompatible":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "details":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/agencyCodeProfiles.details"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "agencyCodeProfiles.details":{
                "properties":{
                    "agencyCodeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "equipmentReferenceUnits":{
                "properties":{
                    "equipmentReferenceUnitGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "equipmentReferenceUnitXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "equipmentReferenceUnitName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "applicationRule":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "roundingThreshold":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "roundingGroupingLevel":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isIndependent":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "transportHandlingUnits":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/equipmentReferenceUnits.transportHandlingUnits"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "equipmentGroups":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/equipmentReferenceUnits.equipmentGroups"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "equipmentReferenceUnits.transportHandlingUnits":{
                "properties":{
                    "transportHandlingUnitGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "numReferenceUnits":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "equipmentReferenceUnits.equipmentGroups":{
                "properties":{
                    "equipmentGroupGid":{
                        "description":"No description. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "equipmentGroup":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property equipmentGroupGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/equipmentGroups"
                            }
                        ],
                        "readOnly":true
                    },
                    "compartmentNum":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "numReferenceUnits":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "limitNumReferenceUnits":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "groundReferenceNumberQualifiers":{
                "properties":{
                    "groundRefnumQualGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "groundRefnumQualXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "groundRefnumQualDesc":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateFlag":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "shippingAgentContacts":{
                "properties":{
                    "shippingAgentContactGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "shippingAgentContactXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "shippingAgentGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "involvedPartyQualGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "involvedPartyContactGid":{
                        "description":"No description. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "involvedPartyContact":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property involvedPartyContactGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "comMethodGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isActive":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "effectiveDate":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "expirationDate":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "primaryLegModeProfileGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "destLocRegionGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "shipperLocationProfileGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "consigneeLocationProfileGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isPrimary":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "isAllowHouseCollect":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "maxHouseCollectAmt":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "mastBlType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "mastBlConsigneeType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "mastBlConsContactGid":{
                        "description":"No description. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "mastBlConsContact":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property mastBlConsContactGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "mastBlConsComMethGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "mastBlNotifyType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "mastBlNotifyContactGid":{
                        "description":"No description. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "mastBlNotifyContact":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property mastBlNotifyContactGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "mastBlNotifyComMethGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "mastBlANotifyType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "mastBlANotifyContactGid":{
                        "description":"No description. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "mastBlANotifyContact":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property mastBlANotifyContactGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "mastBlANotifyComMethGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isInternal":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "paymentMethodCodeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "nfrcRuleGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "shippingAgentTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "notes":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shippingAgentContacts.notes"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "profits":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shippingAgentContacts.profits"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "shippingAgentContacts.notes":{
                "properties":{
                    "shipAgentContNoteSeqNo":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "noteDate":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "note":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "shippingAgentContacts.profits":{
                "properties":{
                    "shippingAgentContProfitGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "shippingAgentContProfitXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "primaryLegModeProfileGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "jobType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "shipperLocationProfileGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "consigneeLocationProfileGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "profitSplitPercentage":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "profitSplitAmt":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "consolTypeProfileGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "legClassifications":{
                "properties":{
                    "legClassificationGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "legClassificationXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "legClassificationName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isTemporary":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "sequencingFactor":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "transmissionReferenceNumberQualifiers":{
                "properties":{
                    "iTransmissionRefnumQualGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "iTransmissionRefnumQualXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateFlag":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "userDefinedCommodities":{
                "properties":{
                    "userDefinedCommodityGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefinedCommodityXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefinedCommodityName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefinedCommodityDesc":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "campaigns":{
                "properties":{
                    "gtmCampaignGid":{
                        "description":"The GID for the GTM campaign.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "gtmCampaignXid":{
                        "description":"The external identifier XID for the GTM campaign.",
                        "type":"string"
                    },
                    "gtmCampaignTypeGid":{
                        "description":"The GID for the GTM campaign type.",
                        "type":"string"
                    },
                    "perspective":{
                        "description":"Specifies from whom the campaign information is being collected. Values are S(for SUPPLIER) or C(for CUSTOMER).",
                        "type":"string"
                    },
                    "campaignName":{
                        "description":"The descriptive name given to the campaign.",
                        "type":"string"
                    },
                    "campaignPurpose":{
                        "description":"Provides details about the purpose of the campaign.",
                        "type":"string"
                    },
                    "externalReferenceCode":{
                        "description":"Code that is externally used to identify the campaign.",
                        "type":"string"
                    },
                    "gtmTradeAgreementGid":{
                        "description":"The GID for the GTM trade agreement.",
                        "type":"string"
                    },
                    "gtmProdClassTypeGid":{
                        "description":"The GID for the GTM product classification type.",
                        "type":"string"
                    },
                    "effectiveDate":{
                        "description":"The start date of the campaign.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "expirationDate":{
                        "description":"The end date of the campaign.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "remDuration":{
                        "description":"The duration in which a reminder will be sent to the supplier.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "indicator":{
                        "description":"Marks the condition or state of the GTM campaign using colors.",
                        "type":"string"
                    },
                    "userDefined1IconGid":{
                        "description":"Marks the condition or state of the GTM campaign using images. It is a foreign key reference to ICON table. ",
                        "type":"string"
                    },
                    "userDefined2IconGid":{
                        "description":"Marks the condition or state of the GTM campaign using images. It is a foreign key reference to ICON table. ",
                        "type":"string"
                    },
                    "userDefined3IconGid":{
                        "description":"Marks the condition or state of the GTM campaign using images. It is a foreign key reference to ICON table. ",
                        "type":"string"
                    },
                    "userDefined4IconGid":{
                        "description":"Marks the condition or state of the GTM campaign using images. It is a foreign key reference to ICON table. ",
                        "type":"string"
                    },
                    "userDefined5IconGid":{
                        "description":"Marks the condition or state of the GTM campaign using images. It is a foreign key reference to ICON table. ",
                        "type":"string"
                    },
                    "attribute1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attributeNumber1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "processControlRequestId":{
                        "description":"Used to store the process control request id of reminder process",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeNumber11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "countryOfImportGid":{
                        "description":"Country of import GID linked to the Country Code 3 GID of the country_code table",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "refnums":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/campaigns.refnums"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "remarks":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/campaigns.remarks"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "statuses":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/campaigns.statuses"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "involvedParties":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/campaigns.involvedParties"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "lines":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/campaigns.lines"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "documents":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/campaigns.documents"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "campaigns.refnums":{
                "properties":{
                    "gtmCampaignRefnumQualGid":{
                        "description":"The GID for the GTM campaign reference number qualifier.",
                        "type":"string"
                    },
                    "refnumValue":{
                        "description":"The value of the reference number.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "campaigns.remarks":{
                "properties":{
                    "remarkSequence":{
                        "description":"The sequence number for the GTM campaign remark. ",
                        "type":"number",
                        "format":"int64"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "remarkQualGid":{
                        "description":"The GID for the GTM campaign remark.",
                        "type":"string"
                    },
                    "remarkText":{
                        "description":"The remark text for the GTM campaign. ",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "campaigns.statuses":{
                "properties":{
                    "statusTypeGid":{
                        "description":"The GID for the campaign status type.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "statusValueGid":{
                        "description":"The GID for the campaign status value.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "campaigns.involvedParties":{
                "properties":{
                    "involvedPartyQualGid":{
                        "description":"The GID for the involved party qualifier.",
                        "type":"string"
                    },
                    "involvedPartyContactGid":{
                        "description":"The GID for the involved party contact or party. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "involvedPartyContact":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property involvedPartyContactGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "comMethodGid":{
                        "description":"The GID for the communication method of the involved party.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "campaigns.lines":{
                "properties":{
                    "gtmCampaignLineGid":{
                        "description":"The GID for the GTM campaign line.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "gtmCampaignLineXid":{
                        "description":"The XID for the GTM campaign line.",
                        "type":"string"
                    },
                    "partnerItemGid":{
                        "description":"The GID for the GTM trading partner item.",
                        "type":"string"
                    },
                    "lineDescription":{
                        "description":"The description for the campaign line.",
                        "type":"string"
                    },
                    "gtmProdClassTypeGid":{
                        "description":"The GID for the product classification type assigned to the GTM campaign line.",
                        "type":"string"
                    },
                    "classificationCode":{
                        "description":"The classification code associated with the classification type.",
                        "type":"string"
                    },
                    "indicator":{
                        "description":"Marks the condition or state of the GTM campaign line using colors.",
                        "type":"string"
                    },
                    "userDefined1IconGid":{
                        "description":"Marks the condition or state of the GTM campaign line using images. It is a foreign key reference to ICON table. ",
                        "type":"string"
                    },
                    "userDefined2IconGid":{
                        "description":"Marks the condition or state of the GTM campaign line using images. It is a foreign key reference to ICON table. ",
                        "type":"string"
                    },
                    "userDefined3IconGid":{
                        "description":"Marks the condition or state of the GTM campaign line using images. It is a foreign key reference to ICON table. ",
                        "type":"string"
                    },
                    "userDefined4IconGid":{
                        "description":"Marks the condition or state of the GTM campaign line using images. It is a foreign key reference to ICON table. ",
                        "type":"string"
                    },
                    "userDefined5IconGid":{
                        "description":"Marks the condition or state of the GTM campaign line using images. It is a foreign key reference to ICON table. ",
                        "type":"string"
                    },
                    "attribute1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attributeNumber1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "partySiteGid":{
                        "description":"The GID for the party site associated with the GTM campaign line.",
                        "type":"string"
                    },
                    "isQualified":{
                        "description":"Indicates if an item qualified for a trade agreement. Can have \"Y\",\"N\", \"NS\" and \"D\", where Y is Yes, N is No, NS is Not Started, and D is Discontinued. The default value is \"NS\"",
                        "type":"string"
                    },
                    "qfPreferenceCriteriaGid":{
                        "description":"The GID for the preference criteria related to the trade program for which the goods qualify.",
                        "type":"string"
                    },
                    "qfRvcMethodGid":{
                        "description":"The GID for the regional value content method related to the trade program for which the goods qualify.",
                        "type":"string"
                    },
                    "producer":{
                        "description":"Indicates the producer of the goods.",
                        "type":"string"
                    },
                    "qfEffectiveDate":{
                        "description":"The date on which the qualification for a trade program is effective.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "qfExpirationDate":{
                        "description":"The date on which the qualification for a trade program expires.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "countryOfOrigin":{
                        "description":"The country of origin of the goods on the campaign line.",
                        "type":"string"
                    },
                    "originEffectiveDate":{
                        "description":"The date on which the country of origin is effective.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "originExpirationDate":{
                        "description":"The date on which the country of origin expires.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "itemGid":{
                        "description":"This column stores the Item GID for which the Campaign Line is created. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "item":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property itemGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid"
                            }
                        ],
                        "readOnly":true
                    },
                    "attributeDate11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeNumber11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "rvcPercentage":{
                        "description":"Field for Regional Value Content Percentage",
                        "type":"number",
                        "format":"double"
                    },
                    "whollyOriginating":{
                        "description":"Indicates if the partner item is wholly originating.",
                        "type":"string"
                    },
                    "refnums":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/campaigns.lines.refnums"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "remarks":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/campaigns.lines.remarks"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "statuses":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/campaigns.lines.statuses"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "involvedParties":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/campaigns.lines.involvedParties"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "notes":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/campaigns.lines.notes"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "reqdocs":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/campaigns.lines.reqdocs"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "values":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/campaigns.lines.values"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "campaigns.lines.refnums":{
                "properties":{
                    "gtmCaLineRefnumQualGid":{
                        "description":"This field represents unique campaign line refnum qualifier ID across all domains.",
                        "type":"string"
                    },
                    "refnumValue":{
                        "description":"The reference number value for campaign line.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "campaigns.lines.remarks":{
                "properties":{
                    "remarkSequence":{
                        "description":"The sequence number for campaign line remark.",
                        "type":"number",
                        "format":"int64"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "remarkQualGid":{
                        "description":"The unique identifier for the remark qualifier.",
                        "type":"string"
                    },
                    "remarkText":{
                        "description":"Campaign line remark text value.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "campaigns.lines.statuses":{
                "properties":{
                    "statusTypeGid":{
                        "description":"This field represents unique status type ID across all domains.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "statusValueGid":{
                        "description":"This field represents unique status value ID across all domains.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "campaigns.lines.involvedParties":{
                "properties":{
                    "involvedPartyQualGid":{
                        "description":"Unique involved party qualifier ID accross all domains.",
                        "type":"string"
                    },
                    "involvedPartyContactGid":{
                        "description":"Unique contact ID accross all domains. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "involvedPartyContact":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property involvedPartyContactGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "comMethodGid":{
                        "description":"Unique com method ID across all domains.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "campaigns.lines.notes":{
                "properties":{
                    "gtmCaLineNoteSeqNo":{
                        "description":"The sequence number for campaign line note.",
                        "type":"number",
                        "format":"int64"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "summary":{
                        "description":"Summery of user or system comment.",
                        "type":"string"
                    },
                    "note":{
                        "description":"Holds details note of user or system comment.",
                        "type":"string"
                    },
                    "isSystemGenerated":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "noteEnteredBy":{
                        "description":"User id of user who provides the comment.",
                        "type":"string"
                    },
                    "noteDate":{
                        "description":"This fields holds the date on which note was added on campaign line.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "campaigns.lines.reqdocs":{
                "properties":{
                    "documentDefGid":{
                        "description":"Required document type.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "numRevisions":{
                        "description":"Number of document revisions generated",
                        "type":"number",
                        "format":"int32"
                    },
                    "reviewStatus":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "instructions":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "reviewers":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/campaigns.lines.reqdocs.reviewers"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "docs":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/campaigns.lines.reqdocs.docs"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "statuses":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/campaigns.lines.reqdocs.statuses"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "subscribers":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/campaigns.lines.reqdocs.subscribers"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "texts":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/campaigns.lines.reqdocs.texts"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "campaigns.lines.reqdocs.reviewers":{
                "properties":{
                    "contactGid":{
                        "description":"Reviewer <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "contact":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property contactGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "campaigns.lines.reqdocs.docs":{
                "properties":{
                    "documentGid":{
                        "description":"Document instance <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "document":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property documentGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/documents"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentRevision":{
                        "description":"Document revision count",
                        "type":"number",
                        "format":"int32"
                    },
                    "review":{
                        "description":"Document review state",
                        "type":"string"
                    },
                    "annotations":{
                        "description":"Document revision annotations",
                        "type":"string"
                    },
                    "documentCmsName":{
                        "description":"The document name used to identify a set of revisions (versions) for a CMS.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "campaigns.lines.reqdocs.statuses":{
                "properties":{
                    "statusTypeGid":{
                        "description":"Status Type",
                        "type":"string"
                    },
                    "statusValueGid":{
                        "description":"Status Value",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "campaigns.lines.reqdocs.subscribers":{
                "properties":{
                    "contactGid":{
                        "description":"Subscriber <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "contact":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property contactGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "campaigns.lines.reqdocs.texts":{
                "properties":{
                    "textTemplateGid":{
                        "description":"Text template ID",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "campaigns.lines.values":{
                "properties":{
                    "gtmValueQualifierGid":{
                        "description":"Value qualifier",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "currencyValue":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "exchangeRateGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "exchangeRateDate":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "campaigns.documents":{
                "properties":{
                    "documentGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentDefGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentUrl":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentMimeType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentFilename":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "ownerDataQueryTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "reportGid":{
                        "description":"The report associated with the document attachment, if content was generated by the report subsystem.",
                        "type":"string"
                    },
                    "generatedAt":{
                        "description":"If preparation, date/time content was last generated",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "uploadedAt":{
                        "description":"If attachment, date/time content was last updated",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "documentTrackingNum":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentCmsId":{
                        "description":"A GUID to associate the document with content stored on its remote CMS. Valid when document_type=CMS.",
                        "type":"string"
                    },
                    "contentManagementSystemGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "usedAs":{
                        "description":"Represents the classification of a document.(C/I/L/T)",
                        "type":"string"
                    },
                    "relatedDocumentGid":{
                        "description":"Represents the related document for consolidated/linked documents. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "relatedDocument":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property relatedDocumentGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/documents"
                            }
                        ],
                        "readOnly":true
                    },
                    "effectiveDate":{
                        "description":"represents effective date for a document",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "expirationDate":{
                        "description":"Represents expiration date for a document.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "userDefined1IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined2IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined3IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined4IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined5IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "bulkPlans":{
                "properties":{
                    "bulkPlanGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "bulkPlanXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "queryName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "startTime":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "endTime":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "numOfOrdersSelected":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "numOfOrdersUnassigned":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "numOfOrdersPlanned":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "numOfShipmentsBuilt":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "numOrdersPlannedFailed":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "perspective":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "logProcessId":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "appMachineGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "planningParameterSetGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "numOrderMovementsSelected":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "numOrderMovementsUnassigned":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "numOrderMovementsPlanned":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "numOrderMovementsFailed":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "numOrdersExcluded":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "numOrderMovementsExcluded":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "totalCost":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "totalWeight":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "totalVolume":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "totalDistance":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "totalNumStops":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "state":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "since":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "scenarioGroup":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "shipmentsSuppressed":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "terminationTime":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "terminationUser":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "terminationReason":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "totalShipmentTimeSecs":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "totalWeightCapacity":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "totalVolumeCapacity":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "numOfOrdersThruPool":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "numOfOrdersThruXdock":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "totalBestDirectCost":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "totalActualCost":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "numOfWaCreated":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "projectGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "scenarioGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "workAssignmentBulkPlanGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "numOrderMovementsCreated":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "processEndTime":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "plannedCo2Emission":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "plannedCo2eEmission":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "byModes":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/bulkPlans.byModes"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "serviceProviders":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/bulkPlans.serviceProviders"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "continuousMoves":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/bulkPlans.continuousMoves"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "partitions":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/bulkPlans.partitions"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "bulkPlans.byModes":{
                "properties":{
                    "transportModeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "numOrdersPlanned":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "numOrderMovementsPlanned":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "numShipmentsBuilt":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "totalCost":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "totalNumStops":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "totalWeight":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "totalVolume":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "totalDistance":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "totalShipmentTimeSecs":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "totalWeightCapacity":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "totalVolumeCapacity":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "bulkPlans.serviceProviders":{
                "properties":{
                    "servprovGid":{
                        "description":"No description. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "servprov":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property servprovGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/serviceProviders"
                            }
                        ],
                        "readOnly":true
                    },
                    "numOrdersPlanned":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "numOrderMovementsPlanned":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "numShipmentsBuilt":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "totalCost":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "totalWeight":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "totalVolume":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "totalDistance":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "totalNumStops":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "totalShipmentTimeSecs":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "totalWeightCapacity":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "totalVolumeCapacity":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "bulkPlans.continuousMoves":{
                "properties":{
                    "bulkCmGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "bulkCmXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "queryName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "startTime":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "endTime":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "numOfShipmentsSelected":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "numOfShipmentsLinked":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "logProcessId":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "appMachineGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "planningParameterSetGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "numShipmentsConsidered":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "numOfCmCreated":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "totalCostBefore":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "totalCostAfter":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "totalEmptyDistance":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "totalLoadedDistance":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "totalDistanceBefore":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "totalDistanceAfter":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "cmWithTwoShipments":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "cmWithThreeShipments":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "cmWithFourShipments":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "cmWithFiveShipments":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "cmWithSixOrMoreShipments":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "state":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "totalTimeForAllCm":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "bulkPlans.partitions":{
                "properties":{
                    "partitionGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "submitTime":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "startTime":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "endTime":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "numOfOrdersSelected":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "numOfOrdersUnassigned":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "numOfOrdersPlanned":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "numOfShipmentsBuilt":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "numOrdersPlannedFailed":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "logProcessId":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "numOrderMovementsSelected":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "numOrderMovementsUnassigned":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "numOrderMovementsPlanned":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "numOrderMovementsFailed":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "totalNumStops":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "totalCost":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "totalWeight":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "totalVolume":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "totalDistance":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "state":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "since":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "appMachineGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "totalShipmentTimeSecs":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "totalWeightCapacity":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "totalVolumeCapacity":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "numOfOrdersThruPool":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "numOfOrdersThruXdock":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "totalBestDirectCost":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "numOfWaCreated":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "numOrderMovementsCreated":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "byModes":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/bulkPlans.partitions.byModes"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "serviceProviders":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/bulkPlans.partitions.serviceProviders"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "bulkPlans.partitions.byModes":{
                "properties":{
                    "transportModeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "numOrdersPlanned":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "numOrderMovementsPlanned":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "totalCost":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "totalNumStops":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "totalWeight":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "totalVolume":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "totalDistance":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "numShipmentsBuilt":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "totalShipmentTimeSecs":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "totalWeightCapacity":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "totalVolumeCapacity":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "bulkPlans.partitions.serviceProviders":{
                "properties":{
                    "servprovGid":{
                        "description":"No description. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "servprov":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property servprovGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/serviceProviders"
                            }
                        ],
                        "readOnly":true
                    },
                    "numOrdersPlanned":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "numOrderMovementsPlanned":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "numShipmentsBuilt":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "totalCost":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "totalWeight":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "totalVolume":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "totalDistance":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "totalNumStops":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "totalShipmentTimeSecs":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "totalWeightCapacity":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "totalVolumeCapacity":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "autoSecResCriterion":{
                "properties":{
                    "autoSecResCriterionGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "autoSecResCriterionXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "objectName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "fieldName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "dataType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "uomCode":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "minValue":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "maxValue":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "damageNotifyPoints":{
                "properties":{
                    "damageNotifyPointGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "damageNotifyPointXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "planningGroups":{
                "properties":{
                    "planningGroupGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "planningGroupXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "planningGroupName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tipInventoryMovements":{
                "properties":{
                    "gtmTipInvMovementGid":{
                        "description":"Trade Incentive Program Inventory Movement GID",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmTipInvMovementXid":{
                        "description":"Trade Incentive Program Inventory Movement XID",
                        "type":"string"
                    },
                    "gtmTradeIncentivePgmGid":{
                        "description":"Trade Incentive Program GID",
                        "type":"string"
                    },
                    "inventoryOrganizationGid":{
                        "description":"Inventory Organization <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "inventoryOrganization":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property inventoryOrganizationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "locationGid":{
                        "description":"Inventory Location GID <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "location":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property locationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "itemGid":{
                        "description":"Item GID <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "item":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property itemGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid"
                            }
                        ],
                        "readOnly":true
                    },
                    "gtmProcedureGid":{
                        "description":"Procedure GID",
                        "type":"string"
                    },
                    "postedOn":{
                        "description":"Posted on date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "receiptIssue":{
                        "description":"Receipt or Issue",
                        "type":"string"
                    },
                    "quantity":{
                        "description":"Quantity Value declared for import / export",
                        "type":"number",
                        "format":"double"
                    },
                    "quantityUom":{
                        "description":"Quantity Unit of Measure",
                        "type":"string"
                    },
                    "movementCategory":{
                        "description":"Movement category import / export",
                        "type":"string"
                    },
                    "referenceType":{
                        "description":"Reference Type",
                        "type":"string"
                    },
                    "referenceNumber":{
                        "description":"Reference Number",
                        "type":"string"
                    },
                    "actionNotes":{
                        "description":"Notes to capture the action taken",
                        "type":"string"
                    },
                    "reasonCode":{
                        "description":"Reason code",
                        "type":"string"
                    },
                    "attribute1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attributeNumber1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "gtmProdClassTypeGid":{
                        "description":"Product Classification Type",
                        "type":"string"
                    },
                    "classificationCode":{
                        "description":"Product Classification Code",
                        "type":"string"
                    },
                    "generatedReferenceNo":{
                        "description":"Generated Sequence Number of a structure component",
                        "type":"string"
                    },
                    "gtmDeclarationTypeGid":{
                        "description":"GTM Declaration Type GID",
                        "type":"string"
                    },
                    "gtmDeclSTypeGid":{
                        "description":"GTM Declaration Sub Type GID",
                        "type":"string"
                    },
                    "gtmTipRuleGid":{
                        "description":"GTM Trade Incentive Program Rule ID",
                        "type":"string"
                    },
                    "sequenceNo":{
                        "description":"Sequence Number of the GTM Trade Incentive Program Product Specific Rule",
                        "type":"number",
                        "format":"double"
                    },
                    "usageType":{
                        "description":"Usage Type with possible values A (Actual), R (Reserved) with default value A.",
                        "type":"string"
                    },
                    "countryOfOrigin":{
                        "description":"The country of origin of the goods.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "refnums":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tipInventoryMovements.refnums"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "values":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tipInventoryMovements.values"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tipInventoryMovements.refnums":{
                "properties":{
                    "gtmTipRefnumQualGid":{
                        "description":"Trade Incentive Program Reference Number Qualifier GID",
                        "type":"string"
                    },
                    "refnumValue":{
                        "description":"Reference Number Value",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tipInventoryMovements.values":{
                "properties":{
                    "gtmValueQualifierGid":{
                        "description":"GID of the value qualifier on the GTM Trade Incentive Program Movements.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "value":{
                        "description":"Currency value of the GTM Trade Incentive Program Movements.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "exchangeRateGid":{
                        "description":"Indicates the set of exchange rates to use for currency conversions; if null, the default conversion should be used. ",
                        "type":"string"
                    },
                    "exchangeRateDate":{
                        "description":"Indicates the date to be used for any currency conversion; if null, the latest conversion should be used.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "valueNote":{
                        "description":"A note that shows how value qualifier is calculated.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "externalEngineParams":{
                "properties":{
                    "parameterName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "externalEngineType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "objectType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "dataType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "translationGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "externalEngineParamValues":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/externalEngineParams.externalEngineParamValues"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "externalEngineParams.externalEngineParamValues":{
                "properties":{
                    "value":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "translationGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "orderBaseShipUnitReferenceNumberQualifiers":{
                "properties":{
                    "obShipUnitRefnumQualGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "obShipUnitRefnumQualXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "obShipUnitRefnumQualDesc":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isVisibleIfMasterCarr":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "defaultRefnumBnTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateFlag":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "externalSystems":{
                "properties":{
                    "externalSystemGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "externalSystemXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "url":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "maxBytesPerTransmission":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "maxTransactsPerTransmission":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "ipAddress":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "expectedResponseTime":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "isGuaranteedDelivery":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "intQueueName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "socketTimeout":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "bpelDomain":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "bpelFlow":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "bpelProcess":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "bpelProvider":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "activeMode":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isEnableDebug":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "isLogResponseMsg":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "reattemptMode":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "reattemptMax":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "reattemptDelay":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "reattemptDeadline":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "maxThreads":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "httpAckExpected":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "httpUseAckStatus":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "httpReadResponse":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "serviceAckExpected":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "serviceUseAckStatus":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "bpelAckExpected":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "bpelUseAckStatus":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "bpelJnsUser":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "bpelMode":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "httpCloseConnection":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "delayedStreamTransport":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "intPreferenceGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "useProxyServer":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "sendDigest":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "httpProfileGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "responseStylesheetGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "targetNamespace":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "authenticationType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "authSvcAuthType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "authSvcUrl":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "applScope":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "signatureAlg":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "contentType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "useHttpPostOverride":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "httpMethod":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "httpHeaderProfileGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "allowFollowRedirect":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "trustClientId":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "trustClientKid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "trustSignPrivateKey":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "trustSignAlgorithm":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "trustSignCertificate":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "trustIdcsUrl":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "trustAudience":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "trustScope":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "translations":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/externalSystems.translations"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "outXmlProfiles":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/externalSystems.outXmlProfiles"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "services":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/externalSystems.services"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "externalSystems.translations":{
                "properties":{
                    "glogXmlElementGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "sequenceNum":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "stylesheetName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "applyXslTo":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "addXmlDeclaration":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "multiTransactionWrapper":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "stylesheetProfileGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "externalSystems.outXmlProfiles":{
                "properties":{
                    "intGlogXmlElementGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "outXmlProfileGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "transmissionPriority":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "externalSystems.services":{
                "properties":{
                    "webServiceGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "serviceOperation":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "serviceEndpointId":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "damageClaims":{
                "properties":{
                    "claimGid":{
                        "description":"The GID for damage claim.",
                        "type":"string"
                    },
                    "claimXid":{
                        "description":"The XID for the claim.",
                        "type":"string"
                    },
                    "damageInformation":{
                        "description":"Text description of damage.",
                        "type":"string"
                    },
                    "reportDate":{
                        "description":"Date incident is reported.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "incidentDate":{
                        "description":"Date incident occurred.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "damageNotifyPointGid":{
                        "description":"Code for notification point for damage claim, user defined in power data.",
                        "type":"string"
                    },
                    "damageCauseGid":{
                        "description":"Code for cause of damage, user defined in power data.",
                        "type":"string"
                    },
                    "damageNatureGid":{
                        "description":"Code for nature of damage, user defined in power data.",
                        "type":"string"
                    },
                    "damageValue":{
                        "description":"Financial loss (value) of only the damaged goods; may be calculated by the system or specified by the user.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "isDamageValueFixed":{
                        "description":"If Y, the system will not calculate damage value and will keep the value entered by user.",
                        "type":"boolean"
                    },
                    "sizeOfLoss":{
                        "description":"Financial loss for the entire claim including all losses incurred and credits; may be calculated by the system or specified by the user.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "isSizeOfLossFixed":{
                        "description":"If Y, the system will not calculate size of loss and will keep the value entered by user.",
                        "type":"boolean"
                    },
                    "shipmentGid":{
                        "description":"The GID of the shipment relating to the claim. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "shipment":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property shipmentGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/sellShipments"
                            }
                        ],
                        "readOnly":true
                    },
                    "userDefined1IconGid":{
                        "description":"A user-defined icon for the claim.",
                        "type":"string"
                    },
                    "userDefined2IconGid":{
                        "description":"A user-defined icon for the claim.",
                        "type":"string"
                    },
                    "userDefined3IconGid":{
                        "description":"A user-defined icon for the claim.",
                        "type":"string"
                    },
                    "userDefined4IconGid":{
                        "description":"A user-defined icon for the claim.",
                        "type":"string"
                    },
                    "userDefined5IconGid":{
                        "description":"A user-defined icon for the claim.",
                        "type":"string"
                    },
                    "notificationDate":{
                        "description":"Date of notification for the claim.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "notifyPartyContactGid":{
                        "description":"Party that notified of the damage. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "notifyPartyContact":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property notifyPartyContactGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "liablePartyContactGid":{
                        "description":"Party responsible for causing damage. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "liablePartyContact":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property liablePartyContactGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "isSelfRecondition":{
                        "description":"Indicates if the claim is self-reconditioning.",
                        "type":"boolean"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "attribute1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attributeNumber1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeCurrency1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "attributeCurrency2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "attributeCurrency3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "involvedParties":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/damageClaims.involvedParties"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "lineItems":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/damageClaims.lineItems"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "statuses":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/damageClaims.statuses"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "costs":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/damageClaims.costs"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "notes":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/damageClaims.notes"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "remarks":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/damageClaims.remarks"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "refnums":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/damageClaims.refnums"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "documents":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/damageClaims.documents"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "damageClaims.involvedParties":{
                "properties":{
                    "involvedPartyQualGid":{
                        "description":"Involved party qualifier GID.",
                        "type":"string"
                    },
                    "involvedPartyContactGid":{
                        "description":"Involved party contact GID. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "involvedPartyContact":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property involvedPartyContactGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "comMethodGid":{
                        "description":"The communication method GID.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "damageClaims.lineItems":{
                "properties":{
                    "lineItemSeqNo":{
                        "description":"Sequence number to keep claim line items unique; actual line items should start with sequence number 1; 0 is reserved to attach costs that relate to the claim as a whole.",
                        "type":"number",
                        "format":"int64"
                    },
                    "orderReleaseLineGid":{
                        "description":"The GID for the order release (if applicable) to which this claim line item applies. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "orderReleaseLine":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property orderReleaseLineGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/orderReleaseLines"
                            }
                        ],
                        "readOnly":true
                    },
                    "serialNumber":{
                        "description":"Serial number for the claim line item.",
                        "type":"string"
                    },
                    "damageTypeGid":{
                        "description":"Type of damage; these values are user defined.",
                        "type":"string"
                    },
                    "damagedWeight":{
                        "description":"Weight of damaged portion.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "damagedVolume":{
                        "description":"Volume of damaged portion.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "damagedQuantity":{
                        "description":"Quantity of damaged goods.",
                        "type":"number",
                        "format":"int64"
                    },
                    "damagedFraction":{
                        "description":"Percentage of damage.",
                        "type":"number",
                        "format":"double"
                    },
                    "originalWeight":{
                        "description":"Total or original weight for the line item (undamaged + damaged goods).",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "originalVolume":{
                        "description":"Total or original volume for the line item (undamaged + damaged goods).",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "originalQuantity":{
                        "description":"Total or original quantity for the line item (undamaged + damaged goods).",
                        "type":"number",
                        "format":"int64"
                    },
                    "newWeight":{
                        "description":"New weight after reconditioning activities.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "newVolume":{
                        "description":"New volume after reconditioning activities",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "newQuantity":{
                        "description":"New quantity after reconditioning activities.",
                        "type":"number",
                        "format":"int64"
                    },
                    "removedWeight":{
                        "description":"Weight of portion that was removed as part of reconditioning.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "removedVolume":{
                        "description":"Volume of portion that was removed as part of reconditioning.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "removedQuantity":{
                        "description":"Quantity of goods that were removed as part of reconditioning.",
                        "type":"number",
                        "format":"int64"
                    },
                    "origCylinderDiam":{
                        "description":"For cylindrical objects, the original diameter prior to damage.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "origCylCoreDiam":{
                        "description":"For cylindrical objects, the hollow core diameter that should not be counted as damaged product in damage calculations.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "removedCylDepth":{
                        "description":"For cylindrical objects, the depth from the outer edge of the cylinder that was removed.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "newCylinderDiam":{
                        "description":"For cylindrical objects, the new diameter of the object.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "removedFraction":{
                        "description":"Percentage of goods removed as part of reconditioning.",
                        "type":"number",
                        "format":"double"
                    },
                    "declaredValue":{
                        "description":"Declared value of the entire amount of goods represented on the line; the system will populate this when creating a claim from objects in GC3 if the declared value is available.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "packageStatusGid":{
                        "description":"Indicates the status of packages on the claim line item.",
                        "type":"string"
                    },
                    "transportHandlingUnitGid":{
                        "description":"Transport handling unit for the claim line item.",
                        "type":"string"
                    },
                    "pricePerUnit":{
                        "description":"Sales value of goods per unit specified (for a $10/lb. value, this field represents the $10 part); used in the damage value calculation.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "pricePerUnitUomType":{
                        "description":"UOM type of the unit for which sales value is defined such as 'weight' or 'volume'; used in the damage value calculation.",
                        "type":"string"
                    },
                    "pricePerUnitUomCode":{
                        "description":"UOM for the per value for size of loss (for a $10/lb. value, this field represents the 'lb.' part); used in the damage value calculation.",
                        "type":"string"
                    },
                    "sizeOfLoss":{
                        "description":"The calculated total of all claim line item costs for this claim line item.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "refnums":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/damageClaims.lineItems.refnums"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "costs":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/damageClaims.lineItems.costs"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "damageClaims.lineItems.refnums":{
                "properties":{
                    "claimLiRefnumQualGid":{
                        "description":"The qualifier for the reference number.",
                        "type":"string"
                    },
                    "refnumValue":{
                        "description":"The value of reference number.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "damageClaims.lineItems.costs":{
                "properties":{
                    "costSeqNo":{
                        "description":"The sequence number to keep costs on claim lines unique.",
                        "type":"number",
                        "format":"int64"
                    },
                    "cost":{
                        "description":"The cost amount.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "claimCostTypeGid":{
                        "description":"The cost type such as DAMAGE or SALVAGE.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "payeeContactGid":{
                        "description":"The GID for the payee contact. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "payeeContact":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property payeeContactGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "payorContactGid":{
                        "description":"The GID for the payer contact. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "payorContact":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property payorContactGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "damageClaims.statuses":{
                "properties":{
                    "statusTypeGid":{
                        "description":"Status type for claim status.",
                        "type":"string"
                    },
                    "statusValueGid":{
                        "description":"Value of status type.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "damageClaims.costs":{
                "properties":{
                    "costSeqNo":{
                        "description":"Sequence number to keep costs unique.",
                        "type":"number",
                        "format":"int64"
                    },
                    "cost":{
                        "description":"Value of the claim cost.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "claimCostTypeGid":{
                        "description":"Cost type of the claim cost. These values are a combination of PUBLIC types shippped with the system and types specified by the user. The cost type will indicate if this cost should be added or subtracted from the claim damage/loss value.",
                        "type":"string"
                    },
                    "payeeContactGid":{
                        "description":"The GID for the payee contact. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "payeeContact":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property payeeContactGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "payorContactGid":{
                        "description":"The GID for the payor contact. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "payorContact":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property payorContactGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "damageClaims.notes":{
                "properties":{
                    "claimNoteSeqNo":{
                        "description":"Sequence number to keep notes unique.",
                        "type":"number",
                        "format":"int64"
                    },
                    "timestamp":{
                        "description":"Timestamp for the note.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "note":{
                        "description":"The note text.",
                        "type":"string"
                    },
                    "isSystemGenerated":{
                        "description":"Indicates if this note was added to the claim by the system.",
                        "type":"boolean"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "damageClaims.remarks":{
                "properties":{
                    "remarkSeqNo":{
                        "description":"The sequence number for remarks to allow multiple remarks.",
                        "type":"number",
                        "format":"int64"
                    },
                    "remarkQualGid":{
                        "description":"The remark qualifier.",
                        "type":"string"
                    },
                    "remarkText":{
                        "description":"The text of the remark.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "damageClaims.refnums":{
                "properties":{
                    "claimRefnumQualGid":{
                        "description":"Qualifier for claim reference number.",
                        "type":"string"
                    },
                    "refnumValue":{
                        "description":"Value of claim reference number.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "damageClaims.documents":{
                "properties":{
                    "documentGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentDefGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentUrl":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentMimeType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentFilename":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "ownerDataQueryTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "reportGid":{
                        "description":"The report associated with the document attachment, if content was generated by the report subsystem.",
                        "type":"string"
                    },
                    "generatedAt":{
                        "description":"If preparation, date/time content was last generated",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "uploadedAt":{
                        "description":"If attachment, date/time content was last updated",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "documentTrackingNum":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentCmsId":{
                        "description":"A GUID to associate the document with content stored on its remote CMS. Valid when document_type=CMS.",
                        "type":"string"
                    },
                    "contentManagementSystemGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "usedAs":{
                        "description":"Represents the classification of a document.(C/I/L/T)",
                        "type":"string"
                    },
                    "relatedDocumentGid":{
                        "description":"Represents the related document for consolidated/linked documents. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "relatedDocument":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property relatedDocumentGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/documents"
                            }
                        ],
                        "readOnly":true
                    },
                    "effectiveDate":{
                        "description":"represents effective date for a document",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "expirationDate":{
                        "description":"Represents expiration date for a document.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "userDefined1IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined2IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined3IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined4IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined5IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "rateOfferingTimePeriodDefinitions":{
                "properties":{
                    "roTimePeriodDefGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "roTimePeriodDefXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "startDate":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "cycleType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "cycleCount":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "timeZoneLocales":{
                "properties":{
                    "timeZoneLocaleId":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "timeZoneGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "countryCode3Gid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "provinceCode":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "province":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "postalCodeLow":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "postalCodeHigh":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "city":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "productClassificationTypes":{
                "properties":{
                    "gtmProdClassTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmProdClassTypeXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "classificationCategory":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmContentTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "regionGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "countryCode3Gid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "restrictedPartys":{
                "properties":{
                    "gtmDeniedPartyGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmDeniedPartyXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "firstName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "lastName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "companyName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "vesselName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "addressLine1":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "addressLine2":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "addressLine3":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "city":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "province":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "postalCode":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "country":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "effectiveDate":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "expirationDate":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "dateOfBirth":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "placeOfBirth":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "passportNumber":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "passportIssuingCountry":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "passportIssuingDate":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "altPassportNumber":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "altPassportIssuingCountry":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "altPassportIssuingDate":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "driverLicenseNumber":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "driverLicenseAuthority":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "citizenship":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "nationality":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "ssn":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "nit":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "cedula":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "denialCode":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "entryDate":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "entryId":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "agencyCode":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "rulingVolume":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "rulingPageNumber":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "federalRegulationDate":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "notes":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmDataVersionGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isInuse":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "screeningStatus":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "federalRegulationUrl":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "countryCode":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "locationReferenceNumberQualifiers":{
                "properties":{
                    "locationRefnumQualGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "locationRefnumQualXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "locationRefnumQualDesc":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isVisibleIfMasterCarr":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "defaultRefnumBnTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateFlag":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "authorities":{
                "properties":{
                    "gtmAuthorityGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmAuthorityXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "authorityName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "rateFactorSources":{
                "properties":{
                    "rateFactorSourceGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "rateFactorSourceXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "rateFactors":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/rateFactorSources.rateFactors"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "rateFactorSources.rateFactors":{
                "properties":{
                    "effectiveDate":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "expirationDate":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "factorType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "runGroupId":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "factorValue":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "isProcessed":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "rateServiceTypes":{
                "properties":{
                    "rateServiceTy":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "sellShipments":{
                "properties":{
                    "shipmentGid":{
                        "description":"The GID for the shipment.",
                        "type":"string"
                    },
                    "shipmentXid":{
                        "description":"The XID for the shipment.",
                        "type":"string"
                    },
                    "shipmentName":{
                        "description":"A descriptive name of the shipment.",
                        "type":"string"
                    },
                    "transportModeGid":{
                        "description":"A unique identifier to define the transportation modes.",
                        "type":"string"
                    },
                    "isTemplate":{
                        "description":"Indicates whether a shipment is a template. This attribute is marked as Create-Only.",
                        "type":"boolean"
                    },
                    "isPrimary":{
                        "description":"Indicates if the shipment is the primary shipment related to an order (bookings) path.",
                        "type":"boolean"
                    },
                    "isSpotCosted":{
                        "description":"Y/N based on whether the shipment cost is a spot cost specified by the service provider during a spot bid/broadcast tender.",
                        "type":"boolean",
                        "readOnly":true
                    },
                    "isCreditNote":{
                        "description":"Y/N based on an associated credit note.",
                        "type":"boolean"
                    },
                    "cmPrevDestLocationGid":{
                        "description":"The destination location of the previous shipment in the continuous move tour. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "cmPrevDestLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property cmPrevDestLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "cmNextSourceLocationGid":{
                        "description":"The source location of the next shipment in the continuous move tour. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "cmNextSourceLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property cmNextSourceLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "totalActualCost":{
                        "description":"The total actual cost of the shipment. This attribute is marked as Create-Only.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "totalWeightedCost":{
                        "description":"The total weighted cost of the shipment considering any additional preference weighting to influence selection positive or negative. This attribute is marked as Create-Only.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "totalTransCost":{
                        "description":"The total cost of the shipment. It represents the total transportation cost after applying the rebate.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ],
                        "readOnly":true
                    },
                    "loadedDistance":{
                        "description":"The total distance that the truck or the transportation mode will travel when the shipment is loaded.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "unloadedDistance":{
                        "description":"The total distance that the truck or the transportation mode will travel when empty.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "sourceLocationGid":{
                        "description":"The GID of the source location of the shipment. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "sourceLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property sourceLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "destLocationGid":{
                        "description":"The GID of the destination location of the shipment. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "destLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property destLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "startTime":{
                        "description":"The actual shipment start time. Initially it is the system expected start time. It is updated once the carrier actually starts the shipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "endTime":{
                        "description":"The time the shipment is delivered. Initially this is the system expected delivery time. It is updated with the actual delivery time when the shipment is delivered.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "freightTerms":{
                        "description":"The freight terms for the shipment, such as prepaid or collect.",
                        "type":"string"
                    },
                    "parentLegGid":{
                        "description":"The parent leg associated with the itinerary that may have been used to plan the shipment.",
                        "type":"string",
                        "readOnly":true
                    },
                    "voyageGid":{
                        "description":"The voyage identifier associated with the shipment if this shipment is planned using a voyage that has been loaded into the voyage table.",
                        "type":"string"
                    },
                    "servprovGid":{
                        "description":"The service provider identifier associated with the shipment. This attribute is marked as Create-Only. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "servprov":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property servprovGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/serviceProviders"
                            }
                        ],
                        "readOnly":true
                    },
                    "rateOfferingGid":{
                        "description":"The rate offering (contract) identifier that is used by the service provider moving this shipment.",
                        "type":"string"
                    },
                    "rateGeoGid":{
                        "description":"The detailed rate record (contract) identifier that is used by the service provider moving this shipment.",
                        "type":"string"
                    },
                    "originalShipmentGid":{
                        "description":"If the shipment represents a secondary charge, this points back to the \"parent\" shipment for which the secondary shipment is a \"child\".",
                        "type":"string"
                    },
                    "shipmentGroupGid":{
                        "description":"The shipment group identifier if this shipment is placed into a single group. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "shipmentGroup":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property shipmentGroupGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/shipmentGroups"
                            }
                        ],
                        "readOnly":true
                    },
                    "isAutoMergeConsolidate":{
                        "description":"Y/N indicating if the auto merge consolidation rule was used from the itinerary when creating this shipment. (View Only)",
                        "type":"boolean",
                        "readOnly":true
                    },
                    "perspective":{
                        "description":"The indicates if the shipment is a buy or sell perspective.",
                        "type":"string"
                    },
                    "flightInstanceId":{
                        "description":"The flight instance (date of flight) identifier associated with the shipment if this shipment is planned using a flight in the flight table.",
                        "type":"number",
                        "format":"int64"
                    },
                    "totalWeight":{
                        "description":"The total weight of the shipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "totalVolume":{
                        "description":"The total volume of the shipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "totalShipUnitCount":{
                        "description":"The total ship unit count of the shipment.",
                        "type":"number",
                        "format":"int64"
                    },
                    "totalPackagingUnitCount":{
                        "description":"The total packaging unit count of the shipment.",
                        "type":"number",
                        "format":"int32",
                        "readOnly":true
                    },
                    "totalItemPackageCount":{
                        "description":"The total item package count of the shipment.",
                        "type":"number",
                        "format":"int32",
                        "readOnly":true
                    },
                    "intermediaryCorporationGid":{
                        "description":"The intermediary corporation identifier if this shipment is being managed by an additional party to the shipper and carrier relationship such as a 3PL corporation. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "intermediaryCorporation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property intermediaryCorporationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/corporations"
                            }
                        ],
                        "readOnly":true
                    },
                    "shipmentTypeGid":{
                        "description":"The shipment type associated with the shipment. This is a system value such as transport, secondary charge shipment, or non-freight related.",
                        "type":"string"
                    },
                    "routeCodeCombinationGid":{
                        "description":"The route code combination identifier of the shipment used for specifying rail shipments.",
                        "type":"string",
                        "readOnly":true
                    },
                    "railInterModalPlanGid":{
                        "description":"The rail intermodal plan identifier of the shipment used for intermodal rail shipments.",
                        "type":"string"
                    },
                    "customerRateCode":{
                        "description":"The customer rate identifier associated with the shipment if this shipment is planned using a customer.",
                        "type":"string"
                    },
                    "cofcTofc":{
                        "description":"The trailer or flat car or the container on flat car code for rail shipments.",
                        "type":"string"
                    },
                    "railReturnLocationGid":{
                        "description":"The rail return location identifier of the rail shipment. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "railReturnLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property railReturnLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "railReturnRouteGid":{
                        "description":"The rail return route identifier of the rail shipment.",
                        "type":"string"
                    },
                    "rule11Indicator":{
                        "description":"The rule 11 indicator of the shipment used for managing rail.",
                        "type":"string"
                    },
                    "currentStopNum":{
                        "description":"The stop number within the shipment. Stop number = 1 is the pickup stop, and the max (stop number) for a shipment is the delivery stop.",
                        "type":"number",
                        "format":"int32",
                        "readOnly":true
                    },
                    "shipmentAsWork":{
                        "description":"Indicates the shipment as work. This attribute is marked as Create-Only.",
                        "type":"boolean"
                    },
                    "secondaryChargeRuleGid":{
                        "description":"The secondary charge rule identifier that was used to generate the shipment if this is a secondary charge shipment.",
                        "type":"string",
                        "readOnly":true
                    },
                    "checkTimeConstraint":{
                        "description":"The indicator to check the time constraints associated with the shipment.",
                        "type":"boolean"
                    },
                    "checkCostConstraint":{
                        "description":"The indicator to check cost constraints associated with the shipment",
                        "type":"boolean"
                    },
                    "checkCapacityConstraint":{
                        "description":"The indicator to check the capacity constraints associated with the shipment.",
                        "type":"boolean"
                    },
                    "cmName":{
                        "description":"The shipment GID of the first shipment in the tour. If the continuous move tour is received as input, this is the supplied tour ID.",
                        "type":"string",
                        "readOnly":true
                    },
                    "cmSequenceNum":{
                        "description":"Indicates the shipment's sequence in the continuous move tour.",
                        "type":"number",
                        "format":"int32",
                        "readOnly":true
                    },
                    "cmCost":{
                        "description":"The shipment cost when the shipment is part of a continuous move tour.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "cmEmptyDistance":{
                        "description":"The empty leg distance between previous and this shipments.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "hazmatModeGid":{
                        "description":"The hazmat mode identifier that is associated with the shipment.",
                        "type":"string"
                    },
                    "hazmatRegionGid":{
                        "description":"The hazmat region identifier that is associated with the shipment.",
                        "type":"string"
                    },
                    "weighCode":{
                        "description":"The weigh code of the shipment that identifies the weight type.",
                        "type":"string"
                    },
                    "rule7":{
                        "description":"A Y/N indicator from the shipper to the carrier that the shipper is not liable for freight charges.",
                        "type":"boolean"
                    },
                    "shipmentReleased":{
                        "description":"A Y/N indicator used for rail shipments that indicate that the shipment is ready.",
                        "type":"boolean"
                    },
                    "processingCodeGid":{
                        "description":"The processing code GID.",
                        "type":"string"
                    },
                    "airRailRouteCode":{
                        "description":"A transportation mode code that is informational for the shipment.",
                        "type":"string"
                    },
                    "paymentMethodCodeGid":{
                        "description":"The payment method code identifier.",
                        "type":"string"
                    },
                    "incoTermGid":{
                        "description":"The Incoterm identifier associated with the shipment.",
                        "type":"string"
                    },
                    "dimWeight":{
                        "description":"The dimensional weight that was calculated for the shipment when using the dimensional rating (DIM) factor.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ],
                        "readOnly":true
                    },
                    "plannedCost":{
                        "description":"The cost when the original shipment was created. This attribute is marked as Create-Only.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "termLocationText":{
                        "description":"The term location text that is informational for the shipment.",
                        "type":"string"
                    },
                    "tariffOrganizationNumber":{
                        "description":"The tariff organization number, for informational purposes.",
                        "type":"string"
                    },
                    "tariffOrganizationName":{
                        "description":"The tariff organization name, for informational purposes.",
                        "type":"string"
                    },
                    "tariffName":{
                        "description":"The tariff name, for informational purposes.",
                        "type":"string"
                    },
                    "tariffNumber":{
                        "description":"The tariff number, for informational purposes.",
                        "type":"string"
                    },
                    "tariffDate":{
                        "description":"The tariff date, for informational purposes.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "isHazardous":{
                        "description":"A Y/N indicator specifying that the shipment is identified as having hazardous material.",
                        "type":"boolean"
                    },
                    "isTemperatureControl":{
                        "description":"A Y/N indicator specifying that the shipment is identified as needing temperature control.",
                        "type":"boolean"
                    },
                    "isCostFixed":{
                        "description":"A Y/N indicator that identifies the shipment having fixed cost that will not be recalculated if the shipment is modified.",
                        "type":"boolean"
                    },
                    "isServiceTimeFixed":{
                        "description":"A Y/N indicator that identifies the shipment having fixed service time that will not be recalculated if the shipment is modified.",
                        "type":"boolean"
                    },
                    "isRateGeoFixed":{
                        "description":"A Y/N indicator that the rate detail (rate geo) has been fixed by the user and will not be reassigned if the shipment is modified.",
                        "type":"boolean"
                    },
                    "isRateOfferingFixed":{
                        "description":"A Y/N indicator that the rate offering has been fixed by the user and will not be reassigned.",
                        "type":"boolean"
                    },
                    "isServprovFixed":{
                        "description":"A Y/N indicator that the service provider has been fixed by the user and will not be reassigned.",
                        "type":"boolean"
                    },
                    "isPreload":{
                        "description":"A Y/N indicator specifying that the shipment is pre-load prior to carrier arriving for transport.",
                        "type":"boolean"
                    },
                    "isFixedTenderContact":{
                        "description":"A Y/N indicator that the tender contact individual has been fixed by the user and will not be reassigned.",
                        "type":"boolean",
                        "readOnly":true
                    },
                    "isToBeHeld":{
                        "description":"A Y/N indicator specifying that the shipment is to be held by the carrier.",
                        "type":"boolean"
                    },
                    "isPreferredCarrier":{
                        "description":"Indicates if the carrier selected for the shipment is preferred.",
                        "type":"boolean"
                    },
                    "isEquipmentFixed":{
                        "description":"Checks if a service provider can update the equipment number and equipment initials when accepting a tendered shipment.",
                        "type":"boolean"
                    },
                    "isRecalcTotals":{
                        "description":"Turns on/off totaling logic.",
                        "type":"boolean"
                    },
                    "hasAppointments":{
                        "description":"Indicates if any stops on the shipment have appointments.",
                        "type":"boolean"
                    },
                    "contactGid":{
                        "description":"The contact identifier linking in the contact table information to the shipment. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string",
                        "readOnly":true
                    },
                    "contact":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property contactGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "bulkPlanGid":{
                        "description":"If the shipment was planned via the bulk plan process, then this is the global identifier for the bulk plan.",
                        "type":"string",
                        "readOnly":true
                    },
                    "totalNumReferenceUnits":{
                        "description":"The total number of reference units of the shipment as defined by the equipment reference units.",
                        "type":"number",
                        "format":"double",
                        "readOnly":true
                    },
                    "itineraryGid":{
                        "description":"The itinerary identifier that was used to build the shipment if it was built with the planning logic. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string",
                        "readOnly":true
                    },
                    "itinerary":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property itineraryGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/itineraries"
                            }
                        ],
                        "readOnly":true
                    },
                    "feasibilityCodeGid":{
                        "description":"The feasibility code associated with the shipment can identify shipment infeasibilities.",
                        "type":"string",
                        "readOnly":true
                    },
                    "numOrderReleases":{
                        "description":"The number of order releases that are on this shipment.",
                        "type":"number",
                        "format":"int32"
                    },
                    "numStops":{
                        "description":"The number of shipment stop records related to this shipment.",
                        "type":"number",
                        "format":"int32"
                    },
                    "totalNetWeight":{
                        "description":"The total net weight of all the freight on the shipment as summed with the shipment ship unit lines net weight.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "totalNetVolume":{
                        "description":"The total net volume of all the freight on the shipment as summed with the shipment ship unit lines net volume.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "earliestStartTime":{
                        "description":"The earliest start time that will make this shipment feasible.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "latestStartTime":{
                        "description":"The latest start time that will make this shipment feasible.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "lastEventGroupGid":{
                        "description":"The last event group identifier specifies the event group code of the last tracking event that was received against the shipment.",
                        "type":"string",
                        "readOnly":true
                    },
                    "repetitionScheduleGid":{
                        "description":"The repetition schedule associated with the shipment if the shipment was built utilizing a repetition schedule.",
                        "type":"string",
                        "readOnly":true
                    },
                    "inTrailerBuild":{
                        "description":"Indicates that this shipment is in a trailer build shipment group.",
                        "type":"boolean",
                        "readOnly":true
                    },
                    "firstEquipmentGroupGid":{
                        "description":"A shipment can contain multiple equipment records. This value is associated to the first equipment group defined for the shipment.",
                        "type":"string",
                        "readOnly":true
                    },
                    "bulkCmGid":{
                        "description":"The identifier for the bulk continuous move if the shipment was selected in the bulk continuous move process.",
                        "type":"string"
                    },
                    "vesselGid":{
                        "description":"The vessel that the shipment is on. If populated, this actually overrides the value that is in the voyage table.",
                        "type":"string"
                    },
                    "userDefined1IconGid":{
                        "description":"The GID for the user defined image/icon. Up to five user-defined image fields can be configured to appear on the Search and Results page that let you query and review the images that are assigned to a business object. Images can be assigned to business objects to visually emphasize certain characteristics such as shipments containing hazardous material, orders for hot commodities, or shipments with over dimensional freight.",
                        "type":"string"
                    },
                    "userDefined2IconGid":{
                        "description":"The GID for the user defined image/icon. Up to five user-defined image fields can be configured to appear on the Search and Results page that let you query and review the images that are assigned to a business object. Images can be assigned to business objects to visually emphasize certain characteristics such as shipments containing hazardous material, orders for hot commodities, or shipments with over dimensional freight.",
                        "type":"string"
                    },
                    "userDefined3IconGid":{
                        "description":"The GID for the user defined image/icon. Up to five user-defined image fields can be configured to appear on the Search and Results page that let you query and review the images that are assigned to a business object. Images can be assigned to business objects to visually emphasize certain characteristics such as shipments containing hazardous material, orders for hot commodities, or shipments with over dimensional freight.",
                        "type":"string"
                    },
                    "userDefined4IconGid":{
                        "description":"The GID for the user defined image/icon. Up to five user-defined image fields can be configured to appear on the Search and Results page that let you query and review the images that are assigned to a business object. Images can be assigned to business objects to visually emphasize certain characteristics such as shipments containing hazardous material, orders for hot commodities, or shipments with over dimensional freight.",
                        "type":"string"
                    },
                    "userDefined5IconGid":{
                        "description":"The GID for the user defined image/icon. Up to five user-defined image fields can be configured to appear on the Search and Results page that let you query and review the images that are assigned to a business object. Images can be assigned to business objects to visually emphasize certain characteristics such as shipments containing hazardous material, orders for hot commodities, or shipments with over dimensional freight.",
                        "type":"string"
                    },
                    "sourceLocationOverrideGid":{
                        "description":"The location identifier that will override the source location that is defined for the shipment.",
                        "type":"string"
                    },
                    "destLocationOverrideGid":{
                        "description":"The location identifier that will override the destination location that is defined for the shipment.",
                        "type":"string"
                    },
                    "equipmentReferenceUnitGid":{
                        "description":"The equipment reference unit GID that is associated with the equipment reference unit utilization of the shipment.",
                        "type":"string"
                    },
                    "scheduleType":{
                        "description":"When the schedule type is populated, it is a consol.",
                        "type":"string",
                        "readOnly":true
                    },
                    "weightUtilization":{
                        "description":"The weight utilization of the shipment as defined by the weight of the freight and the maximum capacity of the equipment.",
                        "type":"number",
                        "format":"double"
                    },
                    "volumeUtilization":{
                        "description":"The volume utilization of the shipment as defined by the volume of the freight and the maximum capacity of the equipment.",
                        "type":"number",
                        "format":"double"
                    },
                    "equipRefUnitUtilization":{
                        "description":"The equipment reference utilization of the shipment as defined by the equipment reference unit amount of the freight and the maximum capacity of the equipment.",
                        "type":"number",
                        "format":"double"
                    },
                    "jobGid":{
                        "description":"The job GID identifier of the shipment, if the shipment is assigned to a job.",
                        "type":"string"
                    },
                    "portOfLoadLocationGid":{
                        "description":"The location ID of the port of load for the primary leg carrier. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "portOfLoadLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property portOfLoadLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "portOfLoadOverrideLocGid":{
                        "description":"The location override ID of the port of load for the primary leg carrier.",
                        "type":"string"
                    },
                    "portOfDisLocationGid":{
                        "description":"The location ID of the port of discharge for the primary leg carrier. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "portOfDisLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property portOfDisLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "portOfDisOverrideLocGid":{
                        "description":"The location override ID of the port of discharge for the primary leg carrier.",
                        "type":"string"
                    },
                    "insurancePolicyNumber":{
                        "description":"The insurance policy number that covers this shipment, for informational purposes.",
                        "type":"string"
                    },
                    "insuranceAmount":{
                        "description":"The insurance amount of the shipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "insurancePremium":{
                        "description":"The insurance premium of the shipment, for informational purposes.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "bolType":{
                        "description":"The bill of lading type defined for the shipment, used for report management.",
                        "type":"string"
                    },
                    "bolIssuanceType":{
                        "description":"The bill of lading issuance type identifier.",
                        "type":"string"
                    },
                    "consolGid":{
                        "description":"The consol identifier if the shipment has been built from a consol structure. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "consol":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property consolGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/consols"
                            }
                        ],
                        "readOnly":true
                    },
                    "placeReceiptLocationGid":{
                        "description":"The place receipt location identifier specifying the location where ownership of freight starts. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "placeReceiptLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property placeReceiptLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "placeDeliverLocationGid":{
                        "description":"The place deliver location identifier specifying the location where ownership of freight ends with delivery. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "placeDeliverLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property placeDeliverLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "sailDate":{
                        "description":"The sail date of the shipment that is populated if the shipment utilizes the vessel schedules.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "railDate":{
                        "description":"The rail date of the shipment that is populated if the shipment utilizes the rail schedules.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "sailCutoffDate":{
                        "description":"The sail cutoff (date of sail) identifier associated with the shipment if this shipment is planned using a sail on the sail table.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "portDischargeEta":{
                        "description":"The estimated port of discharge date associated with ocean-going shipments.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "portOfExitDate":{
                        "description":"The estimated port of exit (for international shipments) associated with ocean going shipments.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "portExitLocGid":{
                        "description":"The designated port the freight will be exiting the country for international shipments. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "portExitLoc":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property portExitLocGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "containerDeliveryLocGid":{
                        "description":"The container delivery location identifier establishing where the ocean going container will be delivered after unloading freight. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "containerDeliveryLoc":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property containerDeliveryLocGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "containerPickupLocGid":{
                        "description":"The container pickup location identifier establishing where the ocean-going container will be picked up prior to loading with freight. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "containerPickupLoc":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property containerPickupLocGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "nfrcRuleGid":{
                        "description":"The NFRC (non freight related charge) rule that was used to generate the shipment if the shipment is a NFRC type of shipment.",
                        "type":"string"
                    },
                    "isCpctyOverrideApplicable":{
                        "description":"A Y/N indicator specifying if the capacity override is applicable where capacity defines the resource a service provider has available for assignment.",
                        "type":"boolean"
                    },
                    "plannedRateOfferingGid":{
                        "description":"The initial planned rate offering ID. It is set when shipment initially gets planned. It will not be changed thereafter.",
                        "type":"string",
                        "readOnly":true
                    },
                    "plannedTransportModeGid":{
                        "description":"The initial planned transport mode ID. It is set when shipment initially gets planned. It will not be changed thereafter.",
                        "type":"string",
                        "readOnly":true
                    },
                    "plannedServprovGid":{
                        "description":"The initial planned service provider ID. It is set when shipment initially gets planned. It will not be changed thereafter. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string",
                        "readOnly":true
                    },
                    "plannedServprov":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property plannedServprovGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/serviceProviders"
                            }
                        ],
                        "readOnly":true
                    },
                    "plannedRateGeoGid":{
                        "description":"The initial planned rate record ID. It is set when shipment initially gets planned. It will not be changed thereafter.",
                        "type":"string",
                        "readOnly":true
                    },
                    "isPermanent":{
                        "description":"Set this flag to 'Y' if the shipment should not be automatically deleted as a result of unassign/merge/split action. In this case, the shipment should be specifically deleted in \"delete shipment\" action.",
                        "type":"boolean"
                    },
                    "isMemoBl":{
                        "description":"Indicate how to handle B/L. Y: no bill of lading generated for this shipment. N: bill of lading generated for this shipment.",
                        "type":"boolean"
                    },
                    "dutyPaid":{
                        "description":"The duty paid of the shipment.",
                        "type":"string"
                    },
                    "exchangeRateDate":{
                        "description":"Indicates the date to be used for any currency conversions; if null, the latest conversion should be used.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "currencyGid":{
                        "description":"Indicates the currency to be used for cost totals; if null, the first shipment cost of type base will dictate the currency.",
                        "type":"string"
                    },
                    "exchangeRateGid":{
                        "description":"Indicates the set of exchange rates to use for currency conversions; if null, the default set should be used.",
                        "type":"string"
                    },
                    "totMatchedInvoiceCost":{
                        "description":"The total matched invoice cost associated with the shipment after the match and pay process runs in freight payment. This attribute is marked as Create-Only.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "originalInvoiceCost":{
                        "description":"The original invoice cost at the point when the invoice was initially created or matched to the shipment. This attribute is marked as Create-Only.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "totalApprovedCost":{
                        "description":"The total approved cost associated with the shipment after the approval step in the freight payment process. This attribute is marked as Create-Only.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "sourcePierLocationGid":{
                        "description":"The source operational location. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "sourcePierLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property sourcePierLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "destPierLocationGid":{
                        "description":"The destination operational location. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "destPierLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property destPierLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "primaryOrderBaseGid":{
                        "description":"A shipment can contain multiple orders and these orders can refer to multiple order bases. The bill to party of an order base is carried forward to the shipment. This field reflects the order base identifier that was used to establish this value. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "primaryOrderBase":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property primaryOrderBaseGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/orderBases"
                            }
                        ],
                        "readOnly":true
                    },
                    "totalDeclaredValue":{
                        "description":"The total declared value of the goods on the shipment. This is the sum of the declared values of the shipment ship unit lines.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "isProfitSplit":{
                        "description":"Indicates if the NFRC shipment will be profit split.",
                        "type":"boolean"
                    },
                    "shippingAgentContactGid":{
                        "description":"Indicate if this NFRC is created from the Assign Shipping Agent action on the job.",
                        "type":"string"
                    },
                    "isAdvancedCharge":{
                        "description":"A Y/N indicator specifying that this NFRC shipment is built as an advanced charge.",
                        "type":"boolean"
                    },
                    "loadConfigEngineTypeGid":{
                        "description":"Null type means no load configuration is performed on the shipment.",
                        "type":"string"
                    },
                    "appointmentPriorityGid":{
                        "description":"The appointment priority identifier associated with the shipment.",
                        "type":"string"
                    },
                    "isFixedDistance":{
                        "description":"Boolean, defaults to N. When set to Y, this flag indicates a user-entered value for the total loaded distance field.",
                        "type":"boolean"
                    },
                    "deliveringServprovGid":{
                        "description":"The service provider who is the delivering service provider for this shipment. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string",
                        "readOnly":true
                    },
                    "deliveringServprov":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property deliveringServprovGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/serviceProviders"
                            }
                        ],
                        "readOnly":true
                    },
                    "originatingServprovGid":{
                        "description":"The service provider who is the originating service provider for this shipment. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string",
                        "readOnly":true
                    },
                    "originatingServprov":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property originatingServprovGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/serviceProviders"
                            }
                        ],
                        "readOnly":true
                    },
                    "chargeableWeight":{
                        "description":"The dimensional weight as determined by the rating process.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ],
                        "readOnly":true
                    },
                    "fixedServiceDays":{
                        "description":"The fixed number of service days, if returned by the rating engine.",
                        "type":"number",
                        "format":"int32"
                    },
                    "sightingLocationGid":{
                        "description":"The location where the shipment was last sighted. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string",
                        "readOnly":true
                    },
                    "sightingLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property sightingLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "sightingDate":{
                        "description":"The date and time when the shipment was last sighted at the sighting location.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ],
                        "readOnly":true
                    },
                    "prevSightingLocationGid":{
                        "description":"The location identifier for the previous sighting location used for rail shipment and tracking events. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string",
                        "readOnly":true
                    },
                    "prevSightingLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property prevSightingLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "prevSightingDate":{
                        "description":"The date associated with the previous sighting location and in the tracking event.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ],
                        "readOnly":true
                    },
                    "driverGid":{
                        "description":"The driver or primary team driver assigned to the shipment. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "driver":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property driverGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/drivers"
                            }
                        ],
                        "readOnly":true
                    },
                    "secondaryDriverGid":{
                        "description":"The secondary team driver assigned to the shipment. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "secondaryDriver":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property secondaryDriverGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/drivers"
                            }
                        ],
                        "readOnly":true
                    },
                    "powerUnitGid":{
                        "description":"The power unit assigned to the shipment. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "powerUnit":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property powerUnitGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/powerUnits"
                            }
                        ],
                        "readOnly":true
                    },
                    "driverAssignBulkPlanGid":{
                        "description":"Fleet bulk plan ID for driver assignment.",
                        "type":"string",
                        "readOnly":true
                    },
                    "equipmentAssignBulkPlanGid":{
                        "description":"Fleet bulk plan ID for equipment assignment.",
                        "type":"string",
                        "readOnly":true
                    },
                    "prevDropInventoryProcessed":{
                        "description":"Indicates fleet equipment inventory processing for driver's previous shipment's equipment.",
                        "type":"boolean"
                    },
                    "pickInventoryProcessed":{
                        "description":"Indicates fleet equipment inventory processing for picking an empty equipment before freight.",
                        "type":"boolean"
                    },
                    "dropInventoryProcessed":{
                        "description":"Indicates fleet equipment inventory processing for dropping an empty equipment after freight.",
                        "type":"boolean"
                    },
                    "dimVolume":{
                        "description":"The dimensional volume. Mathematical weight equivalence according to specified dim rate factor.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ],
                        "readOnly":true
                    },
                    "chargeableVolume":{
                        "description":"The actual volume used in calculating the cost of the shipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"The database domain where this data is stored.",
                        "type":"string"
                    },
                    "planningParameterSetGid":{
                        "description":"The parameter set GID which is used in building this shipment.",
                        "type":"string",
                        "readOnly":true
                    },
                    "numEquipmentOrdered":{
                        "description":"The number of equipment ordered. This is manually set by the user and can be rated on.",
                        "type":"number",
                        "format":"int32"
                    },
                    "emPhoneNumber":{
                        "description":"The emergency phone number when shipping hazardous materials. The 24 hours contact for the shipment.",
                        "type":"string"
                    },
                    "parcelZone":{
                        "description":"The ship to mail zone. A price key used for parcel rate calculations.",
                        "type":"string"
                    },
                    "attribute1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attributeNumber1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeCurrency1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "attributeCurrency2":{
                        "description":"The attribute currency of the shipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "attributeCurrency3":{
                        "description":"The attribute currency of the shipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "combinationEquipGrpGid":{
                        "description":"The equipment group associated with the shipment if the shipment contains combination trailers or combination compartments. This attribute is marked as Create-Only. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "combinationEquipGrp":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property combinationEquipGrpGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/equipmentGroups"
                            }
                        ],
                        "readOnly":true
                    },
                    "siCutoffDate":{
                        "description":"The shippers instruction cutoff date associated with the shipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "cfsCutoffDate":{
                        "description":"The container freight station cutoff date associated with the shipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "srcArbLevelOfServiceGid":{
                        "description":"The source arbitrary level of service identifier if the shipment is built using a rate that has arbitrary values. In this case the shipment will identify the rate service used for the main leg and this will be the service of the source arbitrary part.",
                        "type":"string"
                    },
                    "destArbLevelOfServiceGid":{
                        "description":"The destination arbitrary level of service identifier if the shipment is built using a rate that has arbitrary values. In this case the shipment will identify the rate service used for the main leg and this will be the service of the destination arbitrary part.",
                        "type":"string"
                    },
                    "cfsLocationGid":{
                        "description":"The location identifier for the container freight station. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "cfsLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property cfsLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "isFixedVoyage":{
                        "description":"A Y/N indicator specifying if the voyage part of the shipment is to remain fixed on updates.",
                        "type":"boolean"
                    },
                    "workAssignmentBulkPlanGid":{
                        "description":"Work assignment bulk plan ID which is generated during work assignment bulk plan process.",
                        "type":"string"
                    },
                    "aheadLateTime":{
                        "description":"shipment status",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "aheadOrLate":{
                        "description":"A - Ahead of Schedule O - On Time L - Late T - Tardy - This can mean a degree of lateness depending on the user.  B - Bad Order H - Held N - No Bill Y - Constructive Placed Z - Actual Placed  ",
                        "type":"string"
                    },
                    "etaDate":{
                        "description":"Estimated time of arrival",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "firstEquipmentInitial":{
                        "description":"first equipment intial",
                        "type":"string"
                    },
                    "firstEquipmentNumber":{
                        "description":"first equipment number",
                        "type":"string"
                    },
                    "solePackagedItemGid":{
                        "description":"only one equipment and with only one item \t <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "solePackagedItem":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property solePackagedItemGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/packagedItems"
                            }
                        ],
                        "readOnly":true
                    },
                    "reportedBsStatusCode":{
                        "description":"latest reported event for shipment",
                        "type":"string"
                    },
                    "reportingScac":{
                        "description":"reporting scac",
                        "type":"string"
                    },
                    "equipmentDestination":{
                        "description":"equipment destination <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "equipmentDestinationRefObject":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property equipmentDestination, which will be expanded if expandRefs query parameter is set to true (expandRefs=true) <br> This reference object will be displayed only when the optional feature: APPEND REFOBJECT FOR REF ATTR NOT ENDING WITH GID is enabled.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "prevReportedBsStatusCode":{
                        "description":"previous reported event for shipment",
                        "type":"string"
                    },
                    "prevReportingScac":{
                        "description":"previous reporting scac",
                        "type":"string"
                    },
                    "prevEquipmentDestination":{
                        "description":"previous equipment destination <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "prevEquipmentDestinationRefObject":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property prevEquipmentDestination, which will be expanded if expandRefs query parameter is set to true (expandRefs=true) <br> This reference object will be displayed only when the optional feature: APPEND REFOBJECT FOR REF ATTR NOT ENDING WITH GID is enabled.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "maxNumRetender":{
                        "description":"Maximum number of re-tenders.",
                        "type":"number",
                        "format":"int32"
                    },
                    "attributeNumber11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "reservationNum":{
                        "description":"Saved here to search shipments based on Reservation Number.",
                        "type":"string"
                    },
                    "isArRouteCodeFixed":{
                        "description":"This flag is for rail route code on shipment to allow or restrict cost/rail route code updates.",
                        "type":"boolean"
                    },
                    "waybillDate":{
                        "description":"Waybill date represents contractual agreement of the carriage.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "projectedTourName":{
                        "description":"Represents the identifier for the projected tour. If the projected tour is received as input, this is the supplied tour ID.",
                        "type":"string"
                    },
                    "projectedTourSequenceNum":{
                        "description":"Represents the sequence in which the shipment should appear in the projected tour.",
                        "type":"number",
                        "format":"int32"
                    },
                    "externalVoyageCode":{
                        "description":"Specifies the number of the voyage as assigned by the carrier that transports the shipment.",
                        "type":"string"
                    },
                    "plannedCo2Emission":{
                        "description":"CO2 emissions recorded while planning the shipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "actualCo2Emission":{
                        "description":"Actual CO2 emissions for the shipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "plannedCo2EqEmission":{
                        "description":"CO2 equivalent emissions recorded while planning the shipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "actualCo2EqEmission":{
                        "description":"Actual CO2 equivalent emissions for the shipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "marketCost":{
                        "description":"Market cost based on the shipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "loadingHallPenalty":{
                        "description":"The loading hall penalty used while building loading halls for the shipment.",
                        "type":"number",
                        "format":"double"
                    },
                    "workAssignmentGid":{
                        "description":"The ID of the Work Assignment of which the shipment is part of.",
                        "type":"string"
                    },
                    "rateServiceGid":{
                        "description":"Links to the Rate Service record that tells the system how to calculate a shipment???s time based on the rate service type.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "texts":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/sellShipments.texts"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "informationalCosts":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/sellShipments.informationalCosts"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "specialServices":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/sellShipments.specialServices"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "orderReleases":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/sellShipments.orderReleases"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "containerGroups":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/sellShipments.containerGroups"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "accessorials":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/sellShipments.accessorials"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "remarks":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/sellShipments.remarks"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "reqdocs":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/sellShipments.reqdocs"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "sEquipments":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/sellShipments.sEquipments"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "statuses":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/sellShipments.statuses"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "costs":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/sellShipments.costs"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "stops":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/sellShipments.stops"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "involvedParties":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/sellShipments.involvedParties"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "refnums":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/sellShipments.refnums"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "documents":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/sellShipments.documents"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "allocations":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/sellShipments.allocations"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "sellShipments.texts":{
                "properties":{
                    "textTemplateGid":{
                        "description":"The foreign key to the text template table, in order to include fixed text with this shipment.",
                        "type":"string"
                    },
                    "documentDefGid":{
                        "description":"A document that should hold text.",
                        "type":"string"
                    },
                    "textOverride":{
                        "description":"Transactional override for the template on the specific document.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "sellShipments.informationalCosts":{
                "properties":{
                    "shipmentInfCostSeqno":{
                        "description":"The shipment informational cost sequence number.",
                        "type":"number",
                        "format":"int64"
                    },
                    "cost":{
                        "description":"The cost amount.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "detail":{
                        "description":"Generated text that details the calculation of the cost.",
                        "type":"string"
                    },
                    "infCostType":{
                        "description":"Type of informational cost.  O = Original, D = Display",
                        "type":"string"
                    },
                    "shipmentInfCostQualGid":{
                        "description":"The shipment informational cost qualifier GID for this cost.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "remarks":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/sellShipments.informationalCosts.remarks"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "details":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/sellShipments.informationalCosts.details"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "sellShipments.informationalCosts.remarks":{
                "properties":{
                    "remarkSeq":{
                        "description":"The remark sequence number (key).",
                        "type":"number",
                        "format":"int64"
                    },
                    "remarkQualGid":{
                        "description":"The remark qualifier identifier defining the remark code.",
                        "type":"string"
                    },
                    "remarkText":{
                        "description":"The text associated to the remark code.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "sellShipments.informationalCosts.details":{
                "properties":{
                    "detailSeqno":{
                        "description":"The detail sequence number (key).",
                        "type":"number",
                        "format":"int64"
                    },
                    "costType":{
                        "description":"The cost type for this shipment cost record.",
                        "type":"string"
                    },
                    "cost":{
                        "description":"The cost value. Examples are base and accessorial.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "accessorialCodeGid":{
                        "description":"The accessorial code identifier associated to the cost record if it was calculated from the rate accessorial.",
                        "type":"string"
                    },
                    "accessorialCostGid":{
                        "description":"The accessorial cost identifier associated to the cost record if it was calculated from the rate accessorial.",
                        "type":"string"
                    },
                    "rateGeoCostGroupGid":{
                        "description":"The rate detail cost group identifier that was used in calculating this cost value.",
                        "type":"string"
                    },
                    "rateGeoCostSeq":{
                        "description":"The rate detail cost sequence that was used in calculating this cost value.",
                        "type":"number",
                        "format":"int64"
                    },
                    "specialServiceGid":{
                        "description":"The special service identifier associated to the cost record if it was calculated from a special service.",
                        "type":"string"
                    },
                    "isCostFixed":{
                        "description":"A Y/N indicator defining the cost element as permanent and not to recalculate it based on shipment modifications.",
                        "type":"boolean"
                    },
                    "processAsFlowThru":{
                        "description":"A Y/N indicator defining the cost element as a flow through cost when sent to the financial systems.",
                        "type":"boolean"
                    },
                    "adjustmentReasonGid":{
                        "description":"An adjustment reason code GID  that categorizes the cost element as an adjustment and the type.",
                        "type":"string"
                    },
                    "generalLedgerGid":{
                        "description":"The general ledger GID associated with the cost element and sent to financial systems.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "sellShipments.specialServices":{
                "properties":{
                    "shipmentSpecialServiceSeq":{
                        "description":"The sequence to keep shipment special services unique.",
                        "type":"number",
                        "format":"int64"
                    },
                    "specialServiceGid":{
                        "description":"The special service associated with the remark.",
                        "type":"string"
                    },
                    "stopNum":{
                        "description":"If the special service is for a particular stop, this indicates the stop number.",
                        "type":"number",
                        "format":"int32"
                    },
                    "processAsFlowThru":{
                        "description":"The override for record to be copied to the sell side during rating.",
                        "type":"boolean"
                    },
                    "adjustmentReasonGid":{
                        "description":"The reason why charge was added.",
                        "type":"string"
                    },
                    "completionState":{
                        "description":"Indicates completion state of this special service.",
                        "type":"string"
                    },
                    "payableIndicatorGid":{
                        "description":"Indicates the payable status of this special service; if values, overrides the payable status on the special service itself.",
                        "type":"string"
                    },
                    "billableIndicatorGid":{
                        "description":"indicates the billable status of this special service; if values, overrides the billable status on the special service itself.",
                        "type":"string"
                    },
                    "actualOccurTime":{
                        "description":"The actual date and time special service occurred.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "plannedDuration":{
                        "description":"The planned duration of the special service.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "isPlannedDurationFixed":{
                        "description":"If Y, prevents the system from overwriting the planned duration for the special service.",
                        "type":"boolean"
                    },
                    "actualDuration":{
                        "description":"The actual duration of the special service.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "actualDistance":{
                        "description":"The actual distance of the special service.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "actualWeight":{
                        "description":"The actual weight of the goods applicable to this special service.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "actualVolume":{
                        "description":"The actual volume of the goods applicable to this special service.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "actualShipUnitCount":{
                        "description":"The actual ship unit count applicable to this special service.",
                        "type":"number",
                        "format":"int64"
                    },
                    "actualItemPackageCount":{
                        "description":"The actual package count applicable to this special service.",
                        "type":"number",
                        "format":"int64"
                    },
                    "isSystemGenerated":{
                        "description":"Indicates if this special service was created by the system. It allows logic to determine which special services to leave in place when re-syncing the shipment special services.",
                        "type":"boolean"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "remarks":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/sellShipments.specialServices.remarks"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "refs":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/sellShipments.specialServices.refs"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "sellShipments.specialServices.remarks":{
                "properties":{
                    "remarkSequence":{
                        "description":"The one-up number to make the remark unique.",
                        "type":"number",
                        "format":"int64"
                    },
                    "remarkQualGid":{
                        "description":"The remark qualifier, or type.",
                        "type":"string"
                    },
                    "remarkText":{
                        "description":"The remark text itself.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "sellShipments.specialServices.refs":{
                "properties":{
                    "costReferenceGid":{
                        "description":"The cost reference GID for the shipment special service.",
                        "type":"string"
                    },
                    "shipmentCostQualGid":{
                        "description":"The shipment cost qualifier associated to the cost reference.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "sellShipments.orderReleases":{
                "properties":{
                    "orderReleaseGid":{
                        "description":"The order release GID on the shipment for the equipment reference units used. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "orderRelease":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property orderReleaseGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/orderReleases"
                            }
                        ],
                        "readOnly":true
                    },
                    "numReferenceUnits":{
                        "description":"The number of reference units used.",
                        "type":"number",
                        "format":"double"
                    },
                    "isFixedNumReferenceUnits":{
                        "description":"A Y/N indicator to specify that these calculated fields should remain permanent after a shipment modification.",
                        "type":"boolean"
                    },
                    "equipmentReferenceUnitGid":{
                        "description":"The equipment reference units GID.",
                        "type":"string"
                    },
                    "description":{
                        "description":"The description of the equipment reference unit values.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "sellShipments.containerGroups":{
                "properties":{
                    "containerGroupGid":{
                        "description":"The GID for the container group.",
                        "type":"string"
                    },
                    "containerGroupXid":{
                        "description":"The XID for the container group.",
                        "type":"string"
                    },
                    "unitizationRequestType":{
                        "description":"The unitization request type for this container group that can accept orders with the same unitization request flag and the same stuffing and destuffing location.",
                        "type":"string"
                    },
                    "containerReleaseNumber":{
                        "description":"The container release number is assigned once a sea carrier receives a new booking line item. They return the container release number (CRN) corresponding to the new booking.",
                        "type":"string"
                    },
                    "stuffLocationGid":{
                        "description":"The location where the contents will be loaded (stuffed) into the container. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "stuffLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property stuffLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "destuffLocationGid":{
                        "description":"The location where the contents will be unloaded (destuffed) from the container. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "destuffLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property destuffLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "referenceCode":{
                        "description":"This field is populated with the reference code that was entered on the unitization rule that was used to create this container.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "details":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/sellShipments.containerGroups.details"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "sellShipments.containerGroups.details":{
                "properties":{
                    "sEquipmentGid":{
                        "description":"The GID for the equipment instance on a shipment for this container group. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "sEquipment":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property sEquipmentGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/sEquipments"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "sellShipments.accessorials":{
                "properties":{
                    "accessorialCodeGid":{
                        "description":"The XID for the shipment.",
                        "type":"string"
                    },
                    "processAsFlowThru":{
                        "description":"The override for record to be copied to the sell side during rating.",
                        "type":"boolean"
                    },
                    "adjustmentReasonGid":{
                        "description":"The reason why the accessorial was added.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "costRefs":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/sellShipments.accessorials.costRefs"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "remarks":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/sellShipments.accessorials.remarks"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "sellShipments.accessorials.costRefs":{
                "properties":{
                    "costReferenceGid":{
                        "description":"The cost reference GID.",
                        "type":"string"
                    },
                    "shipmentCostQualGid":{
                        "description":"The shipment cost qualifier GID that defines the type of cost.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "sellShipments.accessorials.remarks":{
                "properties":{
                    "remarkSequence":{
                        "description":"The one-up sequence for the remark, to create a unique identifier.",
                        "type":"number",
                        "format":"int64"
                    },
                    "remarkQualGid":{
                        "description":"The remark qualifier, which identifies the type of remark this is.",
                        "type":"string"
                    },
                    "remarkText":{
                        "description":"The remark itself.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "sellShipments.remarks":{
                "properties":{
                    "remarkSequence":{
                        "description":"The remark sequence (key) associated with the shipment remarks.",
                        "type":"number",
                        "format":"int64"
                    },
                    "remarkQualGid":{
                        "description":"A pointer to the remark type. For example: Service provider assigned equipment number, service provider tender decline reason code, etc.",
                        "type":"string"
                    },
                    "remarkText":{
                        "description":"A user-entered remark on the shipment.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "sellShipments.reqdocs":{
                "properties":{
                    "documentDefGid":{
                        "description":"The required document type for the shipment.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "numRevisions":{
                        "description":"The number of document revisions generated.",
                        "type":"number",
                        "format":"int32"
                    },
                    "reviewStatus":{
                        "description":"The status of the review of the document.",
                        "type":"string"
                    },
                    "instructions":{
                        "description":"The instruction associated with handling of the document.",
                        "type":"string"
                    },
                    "statuses":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/sellShipments.reqdocs.statuses"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "reviewers":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/sellShipments.reqdocs.reviewers"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "subscribers":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/sellShipments.reqdocs.subscribers"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "texts":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/sellShipments.reqdocs.texts"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "docs":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/sellShipments.reqdocs.docs"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "sellShipments.reqdocs.statuses":{
                "properties":{
                    "statusTypeGid":{
                        "description":"The status type.",
                        "type":"string"
                    },
                    "statusValueGid":{
                        "description":"The status value.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "sellShipments.reqdocs.reviewers":{
                "properties":{
                    "contactGid":{
                        "description":"The reviewer. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "contact":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property contactGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "asInvolvedPartyQualGid":{
                        "description":"The involved party qualifier for reviewer, if it is acting as a party on the shipment.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "sellShipments.reqdocs.subscribers":{
                "properties":{
                    "contactGid":{
                        "description":"The subscriber GID. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "contact":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property contactGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "asInvolvedPartyQualGid":{
                        "description":"The involved party qualifier for subscriber, if it is acting as a party on the shipment.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "sellShipments.reqdocs.texts":{
                "properties":{
                    "textTemplateGid":{
                        "description":"The text template ID.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "sShipUnitGid":{
                        "description":"If the text is associated with a ship unit or ship unit line, this holds the ship unit ID.",
                        "type":"string"
                    },
                    "sShipUnitLineNo":{
                        "description":"If the text is associated with a ship unit line, this holds the ship unit line number.",
                        "type":"number",
                        "format":"int64"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "sellShipments.reqdocs.docs":{
                "properties":{
                    "documentGid":{
                        "description":"The document GID. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "document":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property documentGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/documents"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "documentRevision":{
                        "description":"The document revision count.",
                        "type":"number",
                        "format":"int32"
                    },
                    "review":{
                        "description":"The document review state.",
                        "type":"string"
                    },
                    "annotations":{
                        "description":"The document revision annotations.",
                        "type":"string"
                    },
                    "documentCmsName":{
                        "description":"The document name used to identify a set of revisions (versions) for a CMS.",
                        "type":"string"
                    },
                    "reviews":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/sellShipments.reqdocs.docs.reviews"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "sellShipments.reqdocs.docs.reviews":{
                "properties":{
                    "contactGid":{
                        "description":"The reviewer GID. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "contact":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property contactGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "state":{
                        "description":"The review state.",
                        "type":"string"
                    },
                    "comments":{
                        "description":"Comments added by the reviewer.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "sellShipments.sEquipments":{
                "properties":{
                    "sEquipmentGid":{
                        "description":"The GID for the equipment associated with the shipment. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "sEquipment":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property sEquipmentGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/sEquipments"
                            }
                        ],
                        "readOnly":true
                    },
                    "capacityUsageGid":{
                        "description":"The capacity usage GID that was used for the shipment. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "capacityUsage":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property capacityUsageGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/capacityUsages"
                            }
                        ],
                        "readOnly":true
                    },
                    "pickupStopNum":{
                        "description":"The stop number where the equipment is picked up.  It is null if not picked up in this shipment.",
                        "type":"number",
                        "format":"int32"
                    },
                    "dropoffStopNum":{
                        "description":"The stop number where the equipment is dropped off. It is null if not dropped off in this shipment.",
                        "type":"number",
                        "format":"int32"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "sEquipmentIndex":{
                        "description":"The standing order of the equipment on the shipment.",
                        "type":"number",
                        "format":"int32"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "sellShipments.statuses":{
                "properties":{
                    "statusTypeGid":{
                        "description":"The status type GID for the status value on the shipment.",
                        "type":"string"
                    },
                    "statusValueGid":{
                        "description":"The status value for the shipment status.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "sellShipments.costs":{
                "properties":{
                    "shipmentCostSeqno":{
                        "description":"A system-generated unique sequence number to define the shipment costs. This attribute is marked as Create-Only.",
                        "type":"number",
                        "format":"int64"
                    },
                    "costType":{
                        "description":"C, A, B",
                        "type":"string"
                    },
                    "cost":{
                        "description":"The cost as it relegates to the cost type for the shipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "accessorialCodeGid":{
                        "description":"The accessorial code GID associated with the shipment cost.",
                        "type":"string"
                    },
                    "accessorialCostGid":{
                        "description":"The accessorial cost GID associated with the shipment cost.",
                        "type":"string"
                    },
                    "billableIndicatorGid":{
                        "description":"Indicates the billable status of this shipment cost (sell shipment only).",
                        "type":"string"
                    },
                    "rateGeoCostGroupGid":{
                        "description":"The rate detail cost group GID associated with the shipment cost.",
                        "type":"string"
                    },
                    "rateGeoCostSeq":{
                        "description":"The rate detail cost sequence identifier associated with the shipment cost.",
                        "type":"number",
                        "format":"int64"
                    },
                    "specialServiceGid":{
                        "description":"The special service GID associated with the shipment cost.",
                        "type":"string"
                    },
                    "isCostFixed":{
                        "description":"Indicates shipment cost is a fixed cost.",
                        "type":"boolean"
                    },
                    "processAsFlowThru":{
                        "description":"The override for a record to be copied to the sell side during rating.",
                        "type":"boolean"
                    },
                    "adjustmentReasonGid":{
                        "description":"The reason why this cost was added.",
                        "type":"string"
                    },
                    "generalLedgerGid":{
                        "description":"The GL code for the shipment cost record.",
                        "type":"string"
                    },
                    "paymentMethodCodeGid":{
                        "description":"The payment method code for the shipment cost.",
                        "type":"string"
                    },
                    "exchangeRateDate":{
                        "description":"The date to be used for any currency conversions; if null, the latest conversion is used.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "exchangeRateGid":{
                        "description":"The set of exchange rates to use for currency conversions; if null, the default set is used.",
                        "type":"string"
                    },
                    "sShipUnitGid":{
                        "description":"Points to the ship unit (if any) associated with this shipment cost, as a package.",
                        "type":"string"
                    },
                    "sShipUnitLineNo":{
                        "description":"Points to the ship unit line (if any) associated with this shipment cost, as a package.",
                        "type":"number",
                        "format":"int64"
                    },
                    "isWeighted":{
                        "description":"Whether or not the cost affects the total weighted cost of the shipment only.",
                        "type":"boolean",
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "costCategoryGid":{
                        "description":"The Cost Category Identifier associated with the Shipment Cost",
                        "type":"string",
                        "readOnly":true
                    },
                    "trackingNumber":{
                        "description":"Denotes the tracking number associated with a specific charge/cost.",
                        "type":"string"
                    },
                    "costIdentifier":{
                        "description":"It will be used to identify or describe a cost.",
                        "type":"string"
                    },
                    "attribute1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150) ",
                        "type":"string"
                    },
                    "attribute3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attributeNumber1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeCurrency1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "attributeCurrency2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "attributeCurrency3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "remarks":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/sellShipments.costs.remarks"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "details":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/sellShipments.costs.details"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "refs":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/sellShipments.costs.refs"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "sellShipments.costs.remarks":{
                "properties":{
                    "remarkSequence":{
                        "description":"The one-up number to make this remark unique.",
                        "type":"number",
                        "format":"int64"
                    },
                    "remarkQualGid":{
                        "description":"The remark qualifier, or remark type.",
                        "type":"string"
                    },
                    "remarkText":{
                        "description":"The remark text.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "sellShipments.costs.details":{
                "properties":{
                    "detailSeqno":{
                        "description":"A one-up number to make the cost detail record unique.",
                        "type":"number",
                        "format":"int64"
                    },
                    "detail":{
                        "description":"The textual description of the cost detail as calculated and applied by the rating engine.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "sellShipments.costs.refs":{
                "properties":{
                    "seqno":{
                        "description":"A system-generated unique sequence number.",
                        "type":"number",
                        "format":"int64"
                    },
                    "shipmentGid":{
                        "description":"The shipment GID. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "shipment":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property shipmentGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/sellShipments"
                            }
                        ],
                        "readOnly":true
                    },
                    "costReferenceGid":{
                        "description":"The cost reference GID.",
                        "type":"string"
                    },
                    "shipmentCostQualGid":{
                        "description":"A GID for the various cost qualifiers like: item, order base, order release, order release line, etc.",
                        "type":"string"
                    },
                    "isPickup":{
                        "description":"True or false value to specify if the cost is a pickup cost.",
                        "type":"boolean"
                    },
                    "isDropoff":{
                        "description":"True or false value to specify if the cost is a dropoff cost.",
                        "type":"boolean"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "sellShipments.stops":{
                "properties":{
                    "stopNum":{
                        "description":"The stop number within the shipment. Stop number = 1 is the pickup stop, and the max (stop number) for a shipment is the delivery stop. This attribute is marked as Create-Only.",
                        "type":"number",
                        "format":"int32"
                    },
                    "locationGid":{
                        "description":"The location GID for the shipment stop. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "location":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property locationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "locationRoleGid":{
                        "description":"The location role GID for the shipment stop (such as port, cross dock, etc.).",
                        "type":"string"
                    },
                    "plannedArrival":{
                        "description":"The planned date and time of arrival at the stop.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "estimatedArrival":{
                        "description":"The estimated time of arrival at the stop. It represents the up to the minute ETA that takes into account ETA updates. This date is editable by the carrier or load planner and should incorporate any known delays to delivery. It represents to the best of our knowledge, when we expect the shipment to arrive.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "isFixedArrival":{
                        "description":"A Y/N indicator defining the arrival time as fixed and will not be changed on subsequent modification.",
                        "type":"boolean"
                    },
                    "actualArrival":{
                        "description":"A Y/N indicator defining the arrival time as fixed and will not be changed on subsequent modification.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "plannedDeparture":{
                        "description":"The planned departure date and time at the stop.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "estimatedDeparture":{
                        "description":"The estimated time of departure for the stop. It represents the up to the minute ETA that takes into account ETA updates. This date is editable by the carrier or load planner and should incorporate any known delays to departure. It represents to the best of our knowledge, when we expect the shipment to depart from the stop.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "isFixedDeparture":{
                        "description":"A Y/N indicator defining the departure time as fixed and will not be changed on subsequent modification.",
                        "type":"boolean"
                    },
                    "actualDeparture":{
                        "description":"The actual departure date and time at the stop.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "waitTime":{
                        "description":"The time the truck or the transportation mode has to wait at the stop.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "restTime":{
                        "description":"The time the truck or the transportation mode should take for rest at the stop.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "driveTime":{
                        "description":"The drive time to the stop from the last stop.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "distFromPrevStop":{
                        "description":"The distance from the last stop.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "activityTime":{
                        "description":"The time spent at the stop for pickup or delivery.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "isPermanent":{
                        "description":"A Y/N indicator defining the stop as permanent and will not be changed on subsequent modifications.",
                        "type":"boolean"
                    },
                    "isDepot":{
                        "description":"A Y/N indicator used to define if the stop is a depot. This attribute is marked as Create-Only.",
                        "type":"boolean"
                    },
                    "appointmentPickup":{
                        "description":"A Y/N indicator defining if the stop requires a pickup appointment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "appointmentDelivery":{
                        "description":"A Y/N indicator defining if the stop requires a delivery appointment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "accessorialTime":{
                        "description":"The sum of the fixed accessorial time for a particular stop.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "parentLocationGid":{
                        "description":"If an operational location, such as terminal at a port, is chosen for this stop, the location GID will be copied to this field and the location GID field will contain the operational location. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "parentLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property parentLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "locationOverrideGid":{
                        "description":"The location GID defining the location to be used to override the actual location on the stop record.",
                        "type":"string"
                    },
                    "stopRequirementType":{
                        "description":"Used only for trips.",
                        "type":"string"
                    },
                    "rateServiceGid":{
                        "description":"The rate service GID set if the stop times were calculated using the rate service engine.",
                        "type":"string"
                    },
                    "arbitraryType":{
                        "description":"SOURCE or DEST to indicate the type of arbitrary. If null, this stop is not an arbitrary.",
                        "type":"string"
                    },
                    "isFixedDistance":{
                        "description":"When set to Y, indicates the existence of a user-entered value for the distance from previous stop field.",
                        "type":"boolean"
                    },
                    "extSeqNo":{
                        "description":"The external sequence number for the stop.",
                        "type":"number",
                        "format":"int32"
                    },
                    "rushHourTime":{
                        "description":"The amount of time that the drive time defined on the stop in inside the rush hour window.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "voyageGid":{
                        "description":"The voyage GID. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string",
                        "readOnly":true
                    },
                    "voyage":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property voyageGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/voyages"
                            }
                        ],
                        "readOnly":true
                    },
                    "isMotherVessel":{
                        "description":"Designates a leg as mother vessel to automatically populated header.",
                        "type":"boolean"
                    },
                    "flightInstanceId":{
                        "description":"The flight instance GID.",
                        "type":"number",
                        "format":"int64",
                        "readOnly":true
                    },
                    "repetitionScheduleGid":{
                        "description":"The repetition schedule GID if the stop times were calculated from a repetition schedule.",
                        "type":"string",
                        "readOnly":true
                    },
                    "stopType":{
                        "description":"Define the type of this stop.",
                        "type":"string"
                    },
                    "slackVariance":{
                        "description":"The slack variance.",
                        "type":"number",
                        "format":"double",
                        "readOnly":true
                    },
                    "driverNonPayable":{
                        "description":"Allows the user to specify that stop is payable or not.",
                        "type":"boolean"
                    },
                    "repetitionSchedStopNumber":{
                        "description":"The repetition schedule stop GID if the stop times were calculated from a repetition schedule.",
                        "type":"number",
                        "format":"int32",
                        "readOnly":true
                    },
                    "distanceType":{
                        "description":"L - Loaded, B- Bobtail, D - Deadhead",
                        "type":"string",
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "attribute1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attributeNumber1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "appointmentWindowStart":{
                        "description":"The appointment window start.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "appointmentWindowEnd":{
                        "description":"The appointment window end.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "rateDistanceGid":{
                        "description":"The rate distance to be used when finding distance from this stop to next stop. This is done mainly for arbitrary case. ",
                        "type":"string"
                    },
                    "routeCodeGid":{
                        "description":"The route code to be used when finding distance from this stop to next stop This is done mainly for handling arbitrary case. ",
                        "type":"string"
                    },
                    "runningWeight":{
                        "description":"The running total weight from current stop to next stop.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ],
                        "readOnly":true
                    },
                    "runningLength":{
                        "description":"The running total length from current stop to next stop.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ],
                        "readOnly":true
                    },
                    "runningWidth":{
                        "description":"The running total width from current stop to next stop.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ],
                        "readOnly":true
                    },
                    "runningHeight":{
                        "description":"The running total height from current stop to next stop.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ],
                        "readOnly":true
                    },
                    "leftWidthOog":{
                        "description":"The left width-wise out of gauge.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ],
                        "readOnly":true
                    },
                    "rightWidthOog":{
                        "description":"The right width-wise out of gauge.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ],
                        "readOnly":true
                    },
                    "fwdLengthOog":{
                        "description":"The forward length-wise out of gauge.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ],
                        "readOnly":true
                    },
                    "rearLengthOog":{
                        "description":"The rear length-wise out of gauge.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ],
                        "readOnly":true
                    },
                    "attributeNumber11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "predictedArrival":{
                        "description":"Denotes the predicted arrival time at the stop.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ],
                        "readOnly":true
                    },
                    "predictedArrivalLow":{
                        "description":"Denotes the predicted arrival time low value at the stop.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "predictedArrivalHigh":{
                        "description":"Denotes the predicted arrival time high value at the stop.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "externalVoyageCode":{
                        "description":"Specifies the number of the voyage as assigned by the carrier that transports the shipments from this stop.",
                        "type":"string"
                    },
                    "appointmentDuration":{
                        "description":"The total appointment duration at the stop.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "nfrStopType":{
                        "description":"Defines how or process that NFR stop got added",
                        "type":"string"
                    },
                    "debriefs":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/sellShipments.stops.debriefs"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "involvedParties":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/sellShipments.stops.involvedParties"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "remarks":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/sellShipments.stops.remarks"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "refnums":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/sellShipments.stops.refnums"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "details":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/sellShipments.stops.details"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "sellShipments.stops.debriefs":{
                "properties":{
                    "activity":{
                        "description":"Specifies the activity (pickup, drop off) for the stop and the debrief values.",
                        "type":"string"
                    },
                    "sequenceNo":{
                        "description":"The sequence number (key).",
                        "type":"string"
                    },
                    "sShipUnitGid":{
                        "description":"The GID for ship unit for the shipment.",
                        "type":"string"
                    },
                    "sShipUnitLineNo":{
                        "description":"The GID for ship unit line number for the shipment.",
                        "type":"number",
                        "format":"int64"
                    },
                    "itemPackageCount":{
                        "description":"The count of the package item count.",
                        "type":"number",
                        "format":"int64"
                    },
                    "packagingUnitGid":{
                        "description":"The packaging unit GID for the packaging unit count that is contained in the packaged item.",
                        "type":"string"
                    },
                    "packagingUnitCount":{
                        "description":"The packaging unit count for the packing unit contained in the packaged item.",
                        "type":"number",
                        "format":"int64"
                    },
                    "transportHandlingUnitGid":{
                        "description":"The transport handling unit GID associated with the transport handling unit.",
                        "type":"string"
                    },
                    "transportHandlingUnitCount":{
                        "description":"The transport handling count GID for the stop debrief.",
                        "type":"number",
                        "format":"int64"
                    },
                    "itemGid":{
                        "description":"The item GID for the stop debrief. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "item":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property itemGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid"
                            }
                        ],
                        "readOnly":true
                    },
                    "nonConfReasonCodeGid":{
                        "description":"The non conformance reason code GID associated with the stop debrief recording.",
                        "type":"string"
                    },
                    "shipUnitGid":{
                        "description":"The ship unit GID linked to the stop debrief.",
                        "type":"string"
                    },
                    "sEquipmentGid":{
                        "description":"The equipment GID linked to the stop debrief. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "sEquipment":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property sEquipmentGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/sEquipments"
                            }
                        ],
                        "readOnly":true
                    },
                    "matchType":{
                        "description":"The match type code for linking the stop debrief data.",
                        "type":"string"
                    },
                    "orderReleaseLineGid":{
                        "description":"The order release line GID linked to the stop debrief. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "orderReleaseLine":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property orderReleaseLineGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/orderReleaseLines"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "sellShipments.stops.involvedParties":{
                "properties":{
                    "involvedPartyQualGid":{
                        "description":"The qualifier ID for the involved party.",
                        "type":"string"
                    },
                    "involvedPartyContactGid":{
                        "description":"The contact ID for the involved party. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "involvedPartyContact":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property involvedPartyContactGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "comMethodGid":{
                        "description":"The communication method for the involved party.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "sellShipments.stops.remarks":{
                "properties":{
                    "remarkSequence":{
                        "description":"The sequence (key) for the remark.",
                        "type":"number",
                        "format":"int64"
                    },
                    "remarkQualGid":{
                        "description":"A pointer to the remark type. For example: Service provider assigned equipment number,  service provider tender decline reason code, etc.",
                        "type":"string"
                    },
                    "remarkText":{
                        "description":"User entered remark.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "sellShipments.stops.refnums":{
                "properties":{
                    "shipmentStopRefnumQualGid":{
                        "description":"The shipment reference qualifier GID defining the reference type.",
                        "type":"string"
                    },
                    "shipmentStopRefnumValue":{
                        "description":"The shipment stop reference value.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "sellShipments.stops.details":{
                "properties":{
                    "sShipUnitGid":{
                        "description":"A GID to define the shipment ship unit.",
                        "type":"string"
                    },
                    "activity":{
                        "description":"The activity performed at the stop. For example: pickup, delivery, etc.",
                        "type":"string"
                    },
                    "activityTime":{
                        "description":"The time spent performing the activity at the shipment stop.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "isPermanent":{
                        "description":"A Y/N indicator to define the stop as permanent. Any subsequent actions and modifications to the shipment will retain this record.",
                        "type":"boolean"
                    },
                    "domainName":{
                        "description":"Date and time of the most recent data update.",
                        "type":"string"
                    },
                    "shipUnitDwellTime":{
                        "description":"The ship unit dwell time at the stop location as entered.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "sShipUnits":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/sellShipments.stops.details.sShipUnits"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "involvedParties":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/sellShipments.stops.details.involvedParties"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "sellShipments.stops.details.sShipUnits":{
                "properties":{
                    "sShipUnitGid":{
                        "description":"The GID for the ship unit associated to a shipment.",
                        "type":"string"
                    },
                    "sShipUnitXid":{
                        "description":"The XID for the ship unit associated to a shipment.",
                        "type":"string"
                    },
                    "transportHandlingUnitGid":{
                        "description":"The transport handling unit identifier defined for the ship unit. Examples are a box and a pallet.",
                        "type":"string"
                    },
                    "unitLength":{
                        "description":"The length of each shipment ship unit. If this row represents 20 of the same ship units, the total length is 20 x unit length.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "unitWidth":{
                        "description":"The width of each shipment ship unit. Each row may represent the ship unit count number of same ship units. If this field is null or is 0, the weight of this shipment ship unit is computed as the total of container weight from its ship unit specification and the weight of its shipment ship unit lines.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "unitHeight":{
                        "description":"The height of each shipment ship unit. If this row represents the 20 same ship units, the total height is 20 x unit height.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "unitWeight":{
                        "description":"The weight of the ship unit.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "unitVolume":{
                        "description":"The volume of each shipment ship unit. Each row may represent the ship unit count number of same ship units. If this field is null or is 0, the volume of this shipment ship unit is computed as the total of container volume from its ship unit specification and the volume of its shipment ship unit lines.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "flexCommodityCode":{
                        "description":"The user-defined commodity code for the item. For example HTS, SITC, STCC, NMFC, etc.",
                        "type":"string"
                    },
                    "flexCommodityQualGid":{
                        "description":"A GID to define the type of the commodity code. For example HTS, SITC, STCC, NMFC etc.",
                        "type":"string"
                    },
                    "isSplitable":{
                        "description":"A true or false value to define whether the ship unit can be split when creating the shipments.",
                        "type":"boolean"
                    },
                    "shipUnitCount":{
                        "description":"Ship units that have the same dimension/weight and contents are represented as one row in the SHIP_UNIT table. SHIP_UNIT_COUNT is the number of these ship units.",
                        "type":"number",
                        "format":"int64"
                    },
                    "earlyPickupDate":{
                        "description":"The early pickup date defined for the ship unit",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "receivedWeight":{
                        "description":"The received gross weight of the shipment ship unit. It can be entered as a stop debrief. Used for reporting purposes.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "receivedVolume":{
                        "description":"The received volume of the shipment ship unit. It can be entered as a stop debrief. Used for reporting purposes.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "receivedShipUnitCount":{
                        "description":"The received item package count. It can be entered as a stop debrief.",
                        "type":"number",
                        "format":"double"
                    },
                    "shipUnitGid":{
                        "description":"The GID for the order release ship unit that is associated to this shipment ship unit.",
                        "type":"string"
                    },
                    "unitNetWeight":{
                        "description":"The unit net weight of the goods contained in the shipment ship unit.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "unitNetVolume":{
                        "description":"The unit net volume of the goods contained in the shipment ship unit.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "receivedNetWeight":{
                        "description":"The received net weight of the shipment ship unit. It can be entered as a stop debrief. Used for reporting purposes.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "receivedNetVolume":{
                        "description":"The received net volume of the shipment ship unit. It can be entered as a stop debrief. Used for reporting purposes.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "coreDiameter":{
                        "description":"For cylindrical objects, this defines the diameter of the core.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "unitDiameter":{
                        "description":"For cylindrical objects, this defines the diameter of the ship unit.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "tag1":{
                        "description":"A flexible field to contain informational data that has been copied from the order to the shipment.",
                        "type":"string"
                    },
                    "tag2":{
                        "description":"A flexible field to contain informational data that has been copied from the order to the shipment.",
                        "type":"string"
                    },
                    "tag3":{
                        "description":"A flexible field to contain informational data that has been copied from the order to the shipment.",
                        "type":"string"
                    },
                    "tag4":{
                        "description":"A flexible field to contain informational data that has been copied from the order to the shipment.",
                        "type":"string"
                    },
                    "tShipUnitGid":{
                        "description":"A GID for the order release ship unit.",
                        "type":"string"
                    },
                    "isCountSplittable":{
                        "description":"Indicates whether the ship unit can be split on the count boundaries when planning during container optimization.",
                        "type":"boolean"
                    },
                    "totalGrossWeight":{
                        "description":"The total gross weight of the shipment ship unit (transport handling unit + lines).",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "totalGrossVolume":{
                        "description":"The total gross volume of the shipment ship unit (transport handling unit + lines).",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "rangeStart":{
                        "description":"The range start value associated with the ship unit to handle the case where the ship unit count is >1 signifying that there are multiple instances of this record.",
                        "type":"number",
                        "format":"int32"
                    },
                    "rangeEnd":{
                        "description":"The range end value associated with the ship unit to handle the case where the ship unit count is >1 signifying that there are multiple instances of this record.",
                        "type":"number",
                        "format":"int32"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "releaseMethodGid":{
                        "description":"The release method (order configuration identifier) associated with defining this ship unit. It specifies such attributes as if the ship unit weight is calculated from the ship unit line weight.",
                        "type":"string"
                    },
                    "isAllowRepack":{
                        "description":"If this flag is set to false, when planning order movement that contains this ship unit or combine shipments that contains this shipment ship unit, the shipment ship unit building process will not repack this ship unit. ",
                        "type":"boolean"
                    },
                    "totalLoadingSplitWeight":{
                        "description":"Defines the total loading split weight if the ship unit can be split to load into the equipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "totalLoadingSplitVolume":{
                        "description":"Defines the total loading split volume if the ship unit can be split to load into the equipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "priority":{
                        "description":"Defines the priority associated with ship unit.",
                        "type":"number",
                        "format":"int32"
                    },
                    "isFixedEruCount":{
                        "description":"Indicates whether the ERU defined on shipment ship unit is used or the ERU is derived from the order. A null value means N.",
                        "type":"boolean"
                    },
                    "refnums":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/sellShipments.stops.details.sShipUnits.refnums"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "accessorials":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/sellShipments.stops.details.sShipUnits.accessorials"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "seals":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/sellShipments.stops.details.sShipUnits.seals"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "sEquipments":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/sellShipments.stops.details.sShipUnits.sEquipments"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "lines":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/sellShipments.stops.details.sShipUnits.lines"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "specialServices":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/sellShipments.stops.details.sShipUnits.specialServices"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "remarks":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/sellShipments.stops.details.sShipUnits.remarks"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "pieces":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/sellShipments.stops.details.sShipUnits.pieces"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "sellShipments.stops.details.sShipUnits.refnums":{
                "properties":{
                    "sShipUnitRefnumQualGid":{
                        "description":"The reference number qualifier identifier defining the reference code.",
                        "type":"string"
                    },
                    "refnumValue":{
                        "description":"The text associated to the remark code.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "sellShipments.stops.details.sShipUnits.accessorials":{
                "properties":{
                    "accessorialCodeGid":{
                        "description":"The accessorial code GID.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "sellShipments.stops.details.sShipUnits.seals":{
                "properties":{
                    "equipmentSeal":{
                        "description":"The equipment seal number for the shipment ship unit.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "sellShipments.stops.details.sShipUnits.sEquipments":{
                "properties":{
                    "sEquipmentGid":{
                        "description":"The GID for the shipment equipment. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "sEquipment":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property sEquipmentGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/sEquipments"
                            }
                        ],
                        "readOnly":true
                    },
                    "compartmentNum":{
                        "description":"The number associated with the compartment in a multi-compartment equipment. (View Only)",
                        "type":"number",
                        "format":"int32"
                    },
                    "loadingSequence":{
                        "description":"The sequence that the shipment ship unit is loaded into the equipment. (View Only) ",
                        "type":"number",
                        "format":"int32"
                    },
                    "loadingPatternGid":{
                        "description":"The loading pattern used to place ship unit into equipment if load configuration algorithm used is pattern based. (View Only) ",
                        "type":"string"
                    },
                    "numStackingLayers":{
                        "description":"The number associated with the layer stacked for ship unit. (View Only)",
                        "type":"number",
                        "format":"int32"
                    },
                    "numLoadingRows":{
                        "description":"The number associated with the row the ship unit is placed in. (View Only)",
                        "type":"number",
                        "format":"int32"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "sellShipments.stops.details.sShipUnits.lines":{
                "properties":{
                    "sShipUnitLineNo":{
                        "description":"The unique sequence within the ship unit to define the individual line items.",
                        "type":"number",
                        "format":"int64"
                    },
                    "weight":{
                        "description":"The weight of the item.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "volume":{
                        "description":"The volume of the item.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "trackingTag1":{
                        "description":"Additional information about the item. This could be any tracking numbers, SKU codes, SPLC codes etc.",
                        "type":"string"
                    },
                    "trackingTag2":{
                        "description":"Additional information about the item. This could be any tracking numbers, SKU codes, SPLC codes etc.",
                        "type":"string"
                    },
                    "trackingTag3":{
                        "description":"Additional information about the item. This could be any tracking numbers, SKU codes, SPLC codes etc.",
                        "type":"string"
                    },
                    "trackingTag4":{
                        "description":"Additional information about the item. This could be any tracking numbers, SKU codes, SPLC codes etc.",
                        "type":"string"
                    },
                    "orLineGid":{
                        "description":"A unique identifier to define the multiple order release lines per order release. The GID has the domain portion. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "orLine":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property orLineGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/orderReleaseLines"
                            }
                        ],
                        "readOnly":true
                    },
                    "orderReleaseGid":{
                        "description":"A unique identifier created by the system for the order release. The GID contains the domain portion. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "orderRelease":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property orderReleaseGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/orderReleases"
                            }
                        ],
                        "readOnly":true
                    },
                    "orderBaseGid":{
                        "description":"The GID for the order base that is related to the shipment line. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string",
                        "readOnly":true
                    },
                    "orderBase":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property orderBaseGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/orderBases"
                            }
                        ],
                        "readOnly":true
                    },
                    "packagingUnitGid":{
                        "description":"The GID for the packaging unit that is related to the shipment line.",
                        "type":"string"
                    },
                    "packagingUnitCount":{
                        "description":"The packaging unit count for the packaged unit that is being shipped.",
                        "type":"number",
                        "format":"int64"
                    },
                    "itemPackageCount":{
                        "description":"The number of packages in this shipment ship unit line for one ship unit. Its shipment ship unit may represent more than one same ship units. E.g., for 20 ship units that contains 4 cases of 24 cans of cocoa, each shipment ship unit line row will have an item GID: cocoa, item count 4x24, item package specification: case-of-24-cans, item package count: 4. The ship unit count will be 20.",
                        "type":"number",
                        "format":"int64"
                    },
                    "declaredValue":{
                        "description":"The declared value of the packaged item quantity being shipped.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "packagedItemGid":{
                        "description":"The GID for the packaged item. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "packagedItem":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property packagedItemGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/packagedItems"
                            }
                        ],
                        "readOnly":true
                    },
                    "hazmatItemGid":{
                        "description":"The GID for the hazmat item.",
                        "type":"string"
                    },
                    "receivedWeight":{
                        "description":"The received weight of the shipment line. It can be entered as a stop debrief. Used for reporting purposes.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "receivedVolume":{
                        "description":"The received volume of the shipment line. It can be entered as a stop debrief. Used for reporting purposes.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "receivedItemPackageCount":{
                        "description":"The received item package count. It can be entered as a stop debrief.",
                        "type":"number",
                        "format":"double"
                    },
                    "shipUnitGid":{
                        "description":"The GID for the ship unit that contains this shipping line.",
                        "type":"string"
                    },
                    "shipUnitLineNo":{
                        "description":"The ship unit line number defined for this shipping line.",
                        "type":"number",
                        "format":"int32"
                    },
                    "weightPer":{
                        "description":"The weight per shipping line count to handle shipping a multiple count.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "volumePer":{
                        "description":"The weight per shipping line count to handle shipping a multiple count.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "countPerShipUnit":{
                        "description":"The count per ship unit.",
                        "type":"number",
                        "format":"int64"
                    },
                    "receivedPackagingUnitCount":{
                        "description":"The received packaging unit count of the shipment line. It can be entered as stop debrief. Used for reporting purposes.",
                        "type":"number",
                        "format":"int64"
                    },
                    "receivedCountPerShipUnit":{
                        "description":"The received count per ship unit. It can be entered as stop debrief. Used for reporting purposes.",
                        "type":"number",
                        "format":"int64"
                    },
                    "tOrderReleaseGid":{
                        "description":"Used as a non-foreign key reference to the order release.",
                        "type":"string"
                    },
                    "tOrLineGid":{
                        "description":"Used as a non-foreign key reference to the order release line.",
                        "type":"string"
                    },
                    "tShipUnitGid":{
                        "description":"Used as a non-foreign key reference to the order release ship unit line.",
                        "type":"string"
                    },
                    "tShipUnitLineNo":{
                        "description":"Used as a non-foreign key reference to the order release ship unit line.",
                        "type":"number",
                        "format":"int32"
                    },
                    "userDefinedCommodityGid":{
                        "description":"The user defined commodity identifier associated with the item that is being shipped.",
                        "type":"string",
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "userDefined1IconGid":{
                        "description":"Stores a user-defined icon that will appear within the user interface to help visually identify attributes for the ship unit line.",
                        "type":"string"
                    },
                    "userDefined2IconGid":{
                        "description":"Stores a user-defined icon that will appear within the user interface to help visually identify attributes for the ship unit line.",
                        "type":"string"
                    },
                    "userDefined3IconGid":{
                        "description":"Stores a user-defined icon that will appear within the user interface to help visually identify attributes for the ship unit line.",
                        "type":"string"
                    },
                    "marinePollutantIndicator":{
                        "description":"A Y/N indicator if the shipment line item is a marine pollutant.",
                        "type":"boolean"
                    },
                    "hotIndicator":{
                        "description":"A Y/N indicator if the shipment line item is hot.",
                        "type":"boolean"
                    },
                    "loadConfigSetupGid":{
                        "description":"A load configuration set up identifier to be used by the load configuration engine as the input rules during ship unit building during repack.",
                        "type":"string"
                    },
                    "remarks":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/sellShipments.stops.details.sShipUnits.lines.remarks"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "refnums":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/sellShipments.stops.details.sShipUnits.lines.refnums"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "sellShipments.stops.details.sShipUnits.lines.remarks":{
                "properties":{
                    "remarkSequence":{
                        "description":"The sequence identifier for the remark associated with the shipment.",
                        "type":"number",
                        "format":"int64"
                    },
                    "remarkQualGid":{
                        "description":"The remark qualifier identifier defining the remark code.",
                        "type":"string"
                    },
                    "remarkText":{
                        "description":"The text associated to the remark code.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "sellShipments.stops.details.sShipUnits.lines.refnums":{
                "properties":{
                    "sSulRefnumQualGid":{
                        "description":"The reference number qualifier identifier defining the reference code.",
                        "type":"string"
                    },
                    "refnumValue":{
                        "description":"The text associated to the remark code.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "sellShipments.stops.details.sShipUnits.specialServices":{
                "properties":{
                    "specialServiceGid":{
                        "description":"The special service identifier defining the service to be performed.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "sellShipments.stops.details.sShipUnits.remarks":{
                "properties":{
                    "remarkSequence":{
                        "description":"The sequence identifier for the remark associated with the shipment.",
                        "type":"number",
                        "format":"int64"
                    },
                    "remarkQualGid":{
                        "description":"The remark qualifier identifier defining the remark code.",
                        "type":"string"
                    },
                    "remarkText":{
                        "description":"The text associated to the remark code.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "sellShipments.stops.details.sShipUnits.pieces":{
                "properties":{
                    "pieceNumber":{
                        "description":"A unique number given to a piece of SSU for the same S_SHIP_UNIT_GID with multiple counts.",
                        "type":"number",
                        "format":"int32"
                    },
                    "loadingSequence":{
                        "description":"The loading sequence of the SSU singleton.",
                        "type":"number",
                        "format":"int32"
                    },
                    "stackingLayer":{
                        "description":"Stacking layers of the unit. If multiple units are underneath, this is the maximum number of layers underneath added by 1.",
                        "type":"number",
                        "format":"int32"
                    },
                    "orientationGid":{
                        "description":"Orientation of the ship unit piece.",
                        "type":"string"
                    },
                    "xCoordinate":{
                        "description":"The x-coordinate of the unit using container's front lower left corner as the origin.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "yCoordinate":{
                        "description":"The y-coordinate of the unit using container's front lower left corner as the origin.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "zCoordinate":{
                        "description":"The z-coordinate of the unit using container's front lower left corner as the origin.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "totalTopWeight":{
                        "description":"This is the summation of all weights on the top distributed according to the area touching the pieces",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "isSplit":{
                        "description":"To indicate if this is a loading split from the original SSU.",
                        "type":"boolean"
                    },
                    "length":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "width":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "height":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "weight":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "volume":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "loadConfig3dPatternGid":{
                        "description":"Corresponding user defined 3d pattern. If the piece is placed using user defined 3d pattern, this indicates the pattern used.",
                        "type":"string"
                    },
                    "patternInstanceCount":{
                        "description":"Instance of the user pattern used",
                        "type":"number",
                        "format":"int32"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "sellShipments.stops.details.involvedParties":{
                "properties":{
                    "involvedPartyQualGid":{
                        "description":"The qualifier ID for the involved party.",
                        "type":"string"
                    },
                    "involvedPartyContactGid":{
                        "description":"The contact ID for the involved party. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "involvedPartyContact":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property involvedPartyContactGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "comMethodGid":{
                        "description":"The communication method ID for the involved party.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "sellShipments.involvedParties":{
                "properties":{
                    "involvedPartyQualGid":{
                        "description":"The involved party qualifier identifier.",
                        "type":"string"
                    },
                    "involvedPartyContactGid":{
                        "description":"The involved party contact for the qualifier listed on the shipment. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "involvedPartyContact":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property involvedPartyContactGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "comMethodGid":{
                        "description":"The communication ,method for the involved party listed on the shipment.",
                        "type":"string"
                    },
                    "overrideLocationName":{
                        "description":"The location name that is to be used for this involved party on a shipment in place of (overridden) the one on the location table.",
                        "type":"string"
                    },
                    "overrideCity":{
                        "description":"The location city that is to be used for this involved party on a shipment in place of (overridden) the one on the location table.",
                        "type":"string"
                    },
                    "overrideProvince":{
                        "description":"The location providence  that is to be used for this involved party on a shipment in place of (overridden) the one on the location table",
                        "type":"string"
                    },
                    "overrideProvinceCode":{
                        "description":"The location providence code that is to be used for this involved party on a shipment in place of (overridden) the one on the location table",
                        "type":"string"
                    },
                    "overrideCountryCode3Gid":{
                        "description":"The location country code that is to be used for this involved party on a shipment in place of (overridden) the one on the location table",
                        "type":"string"
                    },
                    "overridePostalCode":{
                        "description":"The location postal code that is to be used for this involved party on a shipment in place of (overridden) the one on the location table",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "overrideAddresses":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/sellShipments.involvedParties.overrideAddresses"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "sellShipments.involvedParties.overrideAddresses":{
                "properties":{
                    "lineSequence":{
                        "description":"The line sequence (key) for the involved party on the shipment.",
                        "type":"number",
                        "format":"int64"
                    },
                    "overrideAddressLine":{
                        "description":"The address line that is to be used for this involved party on a shipment in place (Overridden) of the one on the contact table for the involved party.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "sellShipments.refnums":{
                "properties":{
                    "shipmentRefnumQualGid":{
                        "description":"The reference qualifier GID defining the reference  code.",
                        "type":"string"
                    },
                    "shipmentRefnumValue":{
                        "description":"The value associated to the reference code.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "sellShipments.documents":{
                "properties":{
                    "documentGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentDefGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentUrl":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentMimeType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentFilename":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "ownerDataQueryTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "reportGid":{
                        "description":"The report associated with the document attachment, if content was generated by the report subsystem.",
                        "type":"string"
                    },
                    "generatedAt":{
                        "description":"If preparation, date/time content was last generated",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "uploadedAt":{
                        "description":"If attachment, date/time content was last updated",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "documentTrackingNum":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentCmsId":{
                        "description":"A GUID to associate the document with content stored on its remote CMS. Valid when document_type=CMS.",
                        "type":"string"
                    },
                    "contentManagementSystemGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "usedAs":{
                        "description":"Represents the classification of a document.(C/I/L/T)",
                        "type":"string"
                    },
                    "relatedDocumentGid":{
                        "description":"Represents the related document for consolidated/linked documents. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "relatedDocument":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property relatedDocumentGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/documents"
                            }
                        ],
                        "readOnly":true
                    },
                    "effectiveDate":{
                        "description":"represents effective date for a document",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "expirationDate":{
                        "description":"Represents expiration date for a document.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "userDefined1IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined2IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined3IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined4IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined5IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "sellShipments.allocations":{
                "properties":{
                    "allocSeqNo":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "allocTypeQualGid":{
                        "description":"GC3 Global identifier for the entity. Is created by concatenating Domain Name,\".\" and XID.",
                        "type":"string"
                    },
                    "invoiceGid":{
                        "description":"GC3 Global identifier for the entity. Is created by concatenating Domain Name,\".\" and XID. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "invoice":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property invoiceGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/bills"
                            }
                        ],
                        "readOnly":true
                    },
                    "timestamp":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "allocatedCost":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "parentInvoiceGid":{
                        "description":"If populated, the INVOICE_GID indicates that this alllocation is for a child invoice.  This column indicates the parent invoice of the entire consolidation that was allocated. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "parentInvoice":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property parentInvoiceGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/bills"
                            }
                        ],
                        "readOnly":true
                    },
                    "voucherGid":{
                        "description":"GC3 Global identifier for the entity. Is created by concatenating Domain Name,\".\" and XID. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "voucher":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property voucherGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/vouchers"
                            }
                        ],
                        "readOnly":true
                    },
                    "exchangeRateDate":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "exchangeRateGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "shipGroupGid":{
                        "description":"Represents Shipment Group ID. This is populated when allocating a shipment group or a voucher corresponding to an invoice created for a shipment<br>group. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "shipGroup":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property shipGroupGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/shipmentGroups"
                            }
                        ],
                        "readOnly":true
                    },
                    "orderAllocations":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/sellShipments.allocations.orderAllocations"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "orderLineAllocations":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/sellShipments.allocations.orderLineAllocations"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "orderBaseLineAllocations":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/sellShipments.allocations.orderBaseLineAllocations"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "sellShipments.allocations.orderAllocations":{
                "properties":{
                    "allocCostSeqno":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "orderReleaseGid":{
                        "description":"No description. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "orderRelease":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property orderReleaseGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/orderReleases"
                            }
                        ],
                        "readOnly":true
                    },
                    "costDescription":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "accessorialCodeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "cost":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "generalLedgerGid":{
                        "description":"GL code for the allocation order release record.",
                        "type":"string"
                    },
                    "exchangeRateDate":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "exchangeRateGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "costTypeGid":{
                        "description":"cost type for this allocation record",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "shipmentCostSeqno":{
                        "description":"Shipment cost seq no would be stored if we perform allocation based on shipment",
                        "type":"number",
                        "format":"int64"
                    },
                    "lineitemSeqNo":{
                        "description":"Voucher/Bill line item seq no would be stored if we perform allocation based on voucher or bill",
                        "type":"number",
                        "format":"int32"
                    },
                    "invoiceGid":{
                        "description":"Invoice/Bill Gid would be stored in this field if allocation is done based on Invoice or Bill",
                        "type":"string"
                    },
                    "shipmentGid":{
                        "description":"Shipment  Gid would be stored in this field if allocation is done based on  shipment ",
                        "type":"string"
                    },
                    "voucherGid":{
                        "description":"Voucher  Gid would be stored in this field if allocation is done based on voucher",
                        "type":"string"
                    },
                    "attribute1":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute2":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute3":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute4":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute5":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute6":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute7":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute8":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute9":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute10":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute11":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute12":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute13":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute14":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute15":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute16":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute17":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute18":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute19":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute20":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attributeNumber1":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber2":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber3":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber4":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber5":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber6":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber7":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber8":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber9":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber10":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber11":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber12":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber13":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber14":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber15":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber16":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber17":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber18":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber19":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber20":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate1":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate2":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate3":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate4":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate5":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate6":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate7":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate8":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate9":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate10":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate11":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate12":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate13":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate14":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate15":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate16":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate17":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate18":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate19":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate20":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeCurrency1":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is Currency.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "attributeCurrency2":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is Currency.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "attributeCurrency3":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is Currency.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "vatCodeGid":{
                        "description":"The GID for the VAT tax that is being allocated from voucher.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "sellShipments.allocations.orderLineAllocations":{
                "properties":{
                    "allocCostSeqno":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "orderReleaseLineGid":{
                        "description":"No description. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "orderReleaseLine":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property orderReleaseLineGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/orderReleaseLines"
                            }
                        ],
                        "readOnly":true
                    },
                    "costDescription":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "accessorialCodeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "cost":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "generalLedgerGid":{
                        "description":"GL code for the allocation order release line record.",
                        "type":"string"
                    },
                    "invoiceGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "lineitemSeqNo":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "exchangeRateDate":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "exchangeRateGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "costTypeGid":{
                        "description":"cost type for this allocation record",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "shipmentCostSeqno":{
                        "description":"Shipment cost seq no would be stored if we perform allocation based on shipment",
                        "type":"number",
                        "format":"int64"
                    },
                    "shipmentGid":{
                        "description":"Shipment  Gid would be stored in this field if allocation is done based Shipment.",
                        "type":"string"
                    },
                    "voucherGid":{
                        "description":"Voucher  Gid would be stored in this field if allocation is done based on voucher or invoice",
                        "type":"string"
                    },
                    "attribute1":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute2":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute3":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute4":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute5":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute6":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute7":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute8":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute9":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute10":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute11":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute12":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute13":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute14":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute15":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute16":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute17":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute18":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute19":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute20":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attributeNumber1":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber2":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber3":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber4":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber5":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber6":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber7":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber8":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber9":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber10":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber11":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber12":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber13":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber14":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber15":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber16":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber17":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber18":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber19":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber20":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate1":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate2":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate3":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate4":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate5":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate6":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate7":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate8":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate9":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate10":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate11":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate12":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate13":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate14":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate15":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate16":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate17":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate18":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate19":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate20":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeCurrency1":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is Currency.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "attributeCurrency2":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is Currency.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "attributeCurrency3":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is Currency.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "vatCodeGid":{
                        "description":"The GID for the VAT tax that is being allocated from voucher.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "sellShipments.allocations.orderBaseLineAllocations":{
                "properties":{
                    "allocCostSeqno":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "obLineGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "costDescription":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "accessorialCodeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "cost":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "invoiceGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "lineitemSeqNo":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "exchangeRateDate":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "exchangeRateGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "costTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "shipmentCostSeqno":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "shipmentGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "voucherGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "generalLedgerGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute1":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute2":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute3":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute4":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute5":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute6":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute7":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute8":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute9":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute10":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute11":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute12":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute13":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute14":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute15":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute16":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute17":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute18":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute19":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute20":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attributeNumber1":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber2":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber3":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber4":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber5":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber6":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber7":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber8":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber9":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber10":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber11":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber12":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber13":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber14":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber15":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber16":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber17":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber18":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber19":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber20":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate1":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate2":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate3":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate4":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate5":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate6":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate7":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate8":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate9":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate10":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate11":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate12":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate13":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate14":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate15":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate16":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate17":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate18":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate19":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate20":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeCurrency1":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is Currency.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "attributeCurrency2":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is Currency.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "attributeCurrency3":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is Currency.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "vatCodeGid":{
                        "description":"The GID for the VAT tax that is being allocated from voucher.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "locationRoles":{
                "properties":{
                    "locationRoleGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "locationRoleXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "locationRoleName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "serviceProviders":{
                "properties":{
                    "servprovGid":{
                        "description":"The service provider GID.",
                        "type":"string"
                    },
                    "servprovXid":{
                        "description":"The service provider XID.",
                        "type":"string"
                    },
                    "tenderResponseTime":{
                        "description":"The expected response time by this service provider for shipment tenders.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "modeProfileGid":{
                        "description":"A GID to define the mode profiles(group) that the service provider uses.",
                        "type":"string"
                    },
                    "matchRuleProfileGid":{
                        "description":"The GID for the match rule profile. Match Rule Profile Invoices are matched with existing shipments using an ordered list of rules. The Match Rule Profile is a group of service providers that follow the same rules for matching invoices to shipments.",
                        "type":"string"
                    },
                    "matchValidRuleProfileGid":{
                        "description":"A profile for the match validation rules that should be tested if the Validate Match action is run on an invoice for this service provider.",
                        "type":"string"
                    },
                    "autoPaymentFlag":{
                        "description":"Mark Autopay to have Oracle Transportation Management automatically create an invoice with every shipment for this service provider. Clear the check box, if you want to generate invoices manually in Settlement instead.",
                        "type":"boolean"
                    },
                    "autoApproveRuleProfileGid":{
                        "description":"The GID for the auto approve rule profile.",
                        "type":"string"
                    },
                    "allocationRuleProfileGid":{
                        "description":"The GID for the allocation rule profile. Allocation Rule Profile governs how your shipping costs are allocated.",
                        "type":"string"
                    },
                    "isDispatchByRegion":{
                        "description":"A flag to turn on/off the Tender by Locale feature.",
                        "type":"boolean"
                    },
                    "allowTender":{
                        "description":"Allow Tender determines whether the system can automatically tender (ordinary tender as opposed to Broadcast or Spot Bid tenders mentioned below) shipments to this service provider. Clear the check box to prevent the system from automatically tendering shipments to this service provider. If you have not loaded any rates into the system but still want to be able to create shipments, you may want to set up a dummy service provider with this check box cleared. You must mark this check box if you also plan to configure Broadcast/Spot Bid tendering for the service provider.<br>Note: Setting up a service provider's tender timeout requirements is done via the Contact Manager Notification Tab.",
                        "type":"boolean"
                    },
                    "outXmlProfileGid":{
                        "description":"Associates the service provider with an out_xml_profile, which helps define the content of outgoing XML to this service provider.",
                        "type":"string"
                    },
                    "rateServiceGid":{
                        "description":"Rate Service GID. This will be the default Rate Service used to re-drive the shipment if the service provider does not have a rate offering that matches the shipment",
                        "type":"string"
                    },
                    "isAcceptSpotBids":{
                        "description":"Is set to Y(es) if the service provider will participate in spot bid tendering.",
                        "type":"boolean"
                    },
                    "isAcceptBroadcastTenders":{
                        "description":"Is set to Y(es) if the service provider will participate in broadcast tendering.",
                        "type":"boolean"
                    },
                    "isLocalizeBroadcastContact":{
                        "description":"If \"Y\", use the preference /language, etc. of BROADCAST_SPOT_CONTACT. Otherwise, use shipment's LOGISTICS involved party's preference is used for broadcast notification.",
                        "type":"boolean"
                    },
                    "spotRateAdjustmentFactor":{
                        "description":"Spot Rate Adjustment Factor is the percentage factor to be applied to the spot rate for a service provider to adjust the spot rate for service provider performance. For example, 10% means a spot rate of $100 will be adjusted to 100 + 0.1 * 100 = $110.",
                        "type":"number",
                        "format":"double"
                    },
                    "broadcastSpotContactGid":{
                        "description":"Overrides the shipper's primary contact to be used to determine localization preferences for tender notification. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "broadcastSpotContact":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property broadcastSpotContactGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "doConditionalAccepts":{
                        "description":"Determines if the service provider can participate in conditional booking.",
                        "type":"boolean"
                    },
                    "isInternalNvocc":{
                        "description":"The Internal NVOCC check box identifies whether the service provider acts as an NVOCC (Non-Vessel Operating Common Carrier). If this check box is marked, you can use the Book with Internal NVOCC action from a sell shipment (that is assigned a service provider with this setting) on a job to create buy shipments and link them to a new job. ",
                        "type":"boolean"
                    },
                    "nvoccDomainName":{
                        "description":"The NVOCC Domain field determines the domain in which the buy shipments and new job are created.",
                        "type":"string"
                    },
                    "isAcceptBySsuAllowed":{
                        "description":"Mark the Allow Accept By Ship Unit check box to let a service provider partially accept a tender by its shipment's Transport Handling Units. Allowing a service provider to partially accept a tender gives service providers a role on the planning process. A new shipment and tender are created based off the amount the Service provider accepts. The original tender (minus the partially accepted units) is still available for future tendering.",
                        "type":"boolean"
                    },
                    "isCopyInvDeltaBackToShip":{
                        "description":"The Copy Invoice Delta to Shipment check box indicates whether differences between the approved amount and the amount on the actual invoice should be copied to the shipment. So for example, the shipment was $100, and the invoice was $100, but only $80 was approved and this check box was selected. Then the change, or delta, of $20 will be added to the shipment as an extra adjustment charge. This is not supported when the parent/consolidated invoice is approved by total.",
                        "type":"boolean"
                    },
                    "invoicingProcess":{
                        "description":"The Invoicing Process drop-down list box determines what type of invoice will be generated for shipments from this carrier. If it is set to Standard, then regular invoices will be generated. If you set it to BOL Back, then a BOL Back will be generated. BOL backs are often used for ocean shipments.",
                        "type":"string"
                    },
                    "lineApproveTolProfileGid":{
                        "description":"Indicates the line approval tolerance rule profile to apply.",
                        "type":"string"
                    },
                    "scacGid":{
                        "description":"The Standard Carrier Alpha Code for this Service Provider.",
                        "type":"string"
                    },
                    "equipmentMarkListGid":{
                        "description":"The Equipment Mark List for this Service Provider.",
                        "type":"string"
                    },
                    "isMinority":{
                        "description":"Select the Minority check box if the business is minority-owned.",
                        "type":"boolean"
                    },
                    "incumbent":{
                        "description":"Select the Incumbent check box to indicate that this service provider has been used previously.",
                        "type":"boolean"
                    },
                    "tier":{
                        "description":"Enter a value in the Tier field to assign a numerical value to a service provider. The tier value is used to signify which service providers are more important than others.",
                        "type":"number",
                        "format":"double"
                    },
                    "scorecardValue":{
                        "description":"If you use a scorecard to organize your bids, enter a value in the Scorecard Value field.",
                        "type":"number",
                        "format":"double"
                    },
                    "epaIndexValue":{
                        "description":"If the provider participates in the EPA Smartway program, record it's SIF in the EPA Smartway SIF field.",
                        "type":"number",
                        "format":"double"
                    },
                    "isFleet":{
                        "description":"Only shipments created for fleet service providers can perform fleet related actions.",
                        "type":"boolean"
                    },
                    "sourcingContactGid":{
                        "description":"The GID for the contact at the service provider who is responsible for sourcing activities. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "sourcingContact":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property sourcingContactGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "allowSpotRating":{
                        "description":"Flag to indicate that service provider is valid for Spot Rating actions",
                        "type":"boolean"
                    },
                    "attribute1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attributeDate1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeNumber1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "obtXmlProfileGid":{
                        "description":"Associates the service provider with an online_booking_xml_profile, Which helps to define the content of XML to this service provider for UI display.",
                        "type":"string"
                    },
                    "isActive":{
                        "description":"This flag will define whether service provider is active or not.By default this flag will be Y.",
                        "type":"boolean"
                    },
                    "sgTenderOutXmlProfileGid":{
                        "description":"Associates the service provider with an out_xml_profile, which helps define the content of outgoing ship group tender XML to this service provider.",
                        "type":"string"
                    },
                    "allowSgTender":{
                        "description":"Ship group allow tender determines whether the system can automatically tender  ship group to this service provider.By default it is set to 'N'",
                        "type":"boolean"
                    },
                    "servprovLocation":{
                        "description":"The primary location for the service provider. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ]
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "aliases":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/serviceProviders.aliases"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "documents":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/serviceProviders.documents"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "serviceProviders.aliases":{
                "properties":{
                    "servprovAliasQualGid":{
                        "description":"The GID for the service provider alias qualifier.",
                        "type":"string"
                    },
                    "alias":{
                        "description":"Alias provides an alternate way of identifying service providers. For example, you may want to set up an alias that identifies the SCAC of a service provider.  Alternatively, you may want to set up an alias for XY-Z company with a Qualifier ID of SCAC and an alias of ZXY.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "serviceProviders.documents":{
                "properties":{
                    "documentGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentDefGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentUrl":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentMimeType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentFilename":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "ownerDataQueryTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "reportGid":{
                        "description":"The report associated with the document attachment, if content was generated by the report subsystem.",
                        "type":"string"
                    },
                    "generatedAt":{
                        "description":"If preparation, date/time content was last generated",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "uploadedAt":{
                        "description":"If attachment, date/time content was last updated",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "documentTrackingNum":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentCmsId":{
                        "description":"A GUID to associate the document with content stored on its remote CMS. Valid when document_type=CMS.",
                        "type":"string"
                    },
                    "contentManagementSystemGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "usedAs":{
                        "description":"Represents the classification of a document.(C/I/L/T)",
                        "type":"string"
                    },
                    "relatedDocumentGid":{
                        "description":"Represents the related document for consolidated/linked documents. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "relatedDocument":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property relatedDocumentGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/documents"
                            }
                        ],
                        "readOnly":true
                    },
                    "effectiveDate":{
                        "description":"represents effective date for a document",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "expirationDate":{
                        "description":"Represents expiration date for a document.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "userDefined1IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined2IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined3IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined4IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined5IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "equipmentGroups":{
                "properties":{
                    "equipmentGroupGid":{
                        "description":"The GID for the equipment group.",
                        "type":"string"
                    },
                    "equipmentGroupXid":{
                        "description":"The XID for the equipment group.",
                        "type":"string"
                    },
                    "equipmentGroupName":{
                        "description":"Describes the group of equipment.",
                        "type":"string"
                    },
                    "temperatureControlGid":{
                        "description":"A GID to define the temperature controls value for the commodity.",
                        "type":"string"
                    },
                    "effectiveWeight":{
                        "description":"The weight of the equipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "effectiveVolume":{
                        "description":"The capacity for the equipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "width":{
                        "description":"The width of the equipment group.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "length":{
                        "description":"The length of the equipment group.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "height":{
                        "description":"The height of the equipment group.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "teuEquivalentCount":{
                        "description":"The twenty foot unit equivalent count for this equipment group.",
                        "type":"number",
                        "format":"double"
                    },
                    "feuEquivalentCount":{
                        "description":"The forty foot unit equivalent count for this equipment group.",
                        "type":"number",
                        "format":"double"
                    },
                    "doorHeight":{
                        "description":"Height of the door on the equipment group. Used to check against the height of a ship unit. In many cases, the height of the door is not equal to the actual height of the equipment, which can lead to loading limitations. Use the Door Height field to specify the height of the door so the planning logic can take this under consideration.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "curveGid":{
                        "description":"Defined the curve function of the curved roof of the equipment group.",
                        "type":"string"
                    },
                    "isContainer":{
                        "description":"The is container check box to identifies container equipment groups. Equipment groups with this check box marked are considered during the unitization process that can occur when running the Build Buy Shipment on Primary Leg action for an order release.",
                        "type":"boolean"
                    },
                    "maxLhsWeight":{
                        "description":"The max weight allowed on the left hand side of the equipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "maxRhsWeight":{
                        "description":"The max weight allowed on the right hand side of the equipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "maxSideWeightDiff":{
                        "description":"The max weight difference allowed between two sides (left and right) of the equipment to prevent load imbalance.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "allowLifoOnly":{
                        "description":"Indicates whether the equipment is for LIFO only.",
                        "type":"boolean"
                    },
                    "maxLengthPerUnit":{
                        "description":"Stores the maximum per ship unit length allowed. ",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "maxWidthPerUnit":{
                        "description":"Stores the maximum per ship unit width allowed. ",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "maxHeightPerUnit":{
                        "description":"Stores the maximum per ship unit height allowed. ",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "exteriorLength":{
                        "description":"Stores the exterior length of the equipment group.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "exteriorWidth":{
                        "description":"Stores the width length of the equipment group.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "exteriorHeight":{
                        "description":"Stores the exterior height of the equipment group.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "attribute1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attributeNumber1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "combEquipGrpStructSeq":{
                        "description":"If the equipment group is a composite equipment group, it will have this comb_equip_grp_struct_seq populated. It contains the list of equipment groups that belong to a double or triple.",
                        "type":"number",
                        "format":"int32"
                    },
                    "compartmentTypeGid":{
                        "description":"A GID to define the compartment type.",
                        "type":"string"
                    },
                    "hasMeter":{
                        "description":"Indicates if the compartment has METER or not. (The METER is a device that is used the measure how much product is discharged at any given stop).",
                        "type":"boolean"
                    },
                    "commodityGid":{
                        "description":"The commodity that is compatible with the equipment group.",
                        "type":"string"
                    },
                    "isBulk":{
                        "description":"Indicates if it is a BULK. If Y then BULK If N then PACKAGED.",
                        "type":"boolean"
                    },
                    "equipmentTypeCode":{
                        "description":"Alphanumeric code used to designate a specific type of equipment and attributes.",
                        "type":"string"
                    },
                    "mechanicalDesignation":{
                        "description":"Alphabetic code assigned to the physical description of the unit.",
                        "type":"string"
                    },
                    "equipmentOwnerType":{
                        "description":"The type of company that owns the stenciled mark on the equipment. For example private or carrier.",
                        "type":"string"
                    },
                    "equipMaxGrossWt":{
                        "description":"The maximum permissible weight of the equipment and the load.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "floorHeight":{
                        "description":"Actual height of the platform or floor above the ground or the rail.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "emptyCgHeight":{
                        "description":"When empty, indicates the height from Top of Rail to the Center of Gravity.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "truckTypeGid":{
                        "description":"An GID to define the Truck Type to Categorize the Equipment Group.",
                        "type":"string"
                    },
                    "pullingLength":{
                        "description":"Interpreted as the length from the king pin to the rear of the trailer for Semi-Trailer Truck Type. Interpreted as the length from the hitch to the rear of the trailer for Pony-Trailer Truck Type. Interpreted as the length from the front of the vehicle to the hitch for the Dromedary Truck Type. ",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "tareWeight":{
                        "description":"The tare weight of the equipment group.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "emptyCgLength":{
                        "description":"When empty, length wise position of center of gravity from the equipment bottom leftmost corner.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "emptyCgWidth":{
                        "description":"When empty, width wise position of center of gravity from the equipment bottom leftmost corner.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "truckCenterLength":{
                        "description":"The length between the centers of the two truck/bogie systems. Applicable only to rail cars.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "truckCount":{
                        "description":"The total number of trucks/bogies on the equipment. Applicable only to rail cars.",
                        "type":"number",
                        "format":"int32"
                    },
                    "totalAxleCount":{
                        "description":"The total number of axles on the equipment. Applicable only to rail cars.",
                        "type":"number",
                        "format":"int32"
                    },
                    "maxAxleWeight":{
                        "description":"Maximum allowed axle weight. Applicable only to rail cars.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "equipmentTypes":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/equipmentGroups.equipmentTypes"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "compartments":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/equipmentGroups.compartments"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "packagedItems":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/equipmentGroups.packagedItems"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "shipUnitSpecCompatibilities":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/equipmentGroups.shipUnitSpecCompatibilities"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "axleLoadingWeights":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/equipmentGroups.axleLoadingWeights"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "obstructions":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/equipmentGroups.obstructions"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "vehicleTypeCompatibilities":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/equipmentGroups.vehicleTypeCompatibilities"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "equipmentRefUnits":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/equipmentGroups.equipmentRefUnits"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "equipmentGroups.equipmentTypes":{
                "properties":{
                    "equipmentTypeGid":{
                        "description":"The GID for the equipment type. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "equipmentType":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property equipmentTypeGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/equipmentTypes"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "equipmentGroups.compartments":{
                "properties":{
                    "compartmentNum":{
                        "description":"Identifies the compartment by number.",
                        "type":"number",
                        "format":"int32"
                    },
                    "maxWeight":{
                        "description":"The maximum weight for the equipment group compartment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "maxVolume":{
                        "description":"The maximum capacity for the equipment group compartment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "maxMetric3":{
                        "description":"N/A",
                        "type":"number",
                        "format":"double"
                    },
                    "maxMetric4":{
                        "description":"N/A",
                        "type":"number",
                        "format":"double"
                    },
                    "length":{
                        "description":"The length of the equipment group compartment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "width":{
                        "description":"The width of the equipment group compartment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "height":{
                        "description":"The height of the equipment group compartment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "temperatureControlGid":{
                        "description":"The GID to define the temperature controls value for the commodity.",
                        "type":"string"
                    },
                    "allowCommodityMixing":{
                        "description":"Specifies if different commodity items can be shipped in the same compartment in an equipment group. Valid values are Y for yes and N for no.",
                        "type":"boolean"
                    },
                    "doorHeight":{
                        "description":"Defines the height of the door for the compartment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "curveGid":{
                        "description":"The curve function for the roof of the compartment.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "startLengthPosition":{
                        "description":"Defines the starting position for the compartment length wise.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "startWidthPosition":{
                        "description":"Defines the starting position for the compartment, width wise.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "startHeightPosition":{
                        "description":"Defines the starting position for the compartment, height wise.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "compartmentTypeGid":{
                        "description":"A GID to define the compartment type.",
                        "type":"string"
                    },
                    "hasMeter":{
                        "description":"Indicates if the compartment has METER or not (The METER is a device that is used the measure how much product is discharged at any given stop).",
                        "type":"boolean"
                    },
                    "commodityGid":{
                        "description":"Commodity that is compatible with the compartment.",
                        "type":"string"
                    },
                    "isBulk":{
                        "description":"Indicates if it is a BULK. If Y then BULK If N then PACKAGED.",
                        "type":"boolean"
                    },
                    "widthOffset":{
                        "description":"Offset by which the compartment needs to be shifted widthwise to get the OUT OF GAUGE envelope.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "lengthFwdOffset":{
                        "description":"Offset by which the compartment needs to be shifted FORWARD lengthwise to get the OUT OF GAUGE envelope.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "packagedItems":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/equipmentGroups.compartments.packagedItems"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "equipmentGroups.compartments.packagedItems":{
                "properties":{
                    "packagedItemGid":{
                        "description":"The packaged item that is linked to the compartment. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "packagedItem":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property packagedItemGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/packagedItems"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "equipmentGroups.packagedItems":{
                "properties":{
                    "packagedItemGid":{
                        "description":"The packaged item that is linked to the equipment group. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "packagedItem":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property packagedItemGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/packagedItems"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "equipmentGroups.shipUnitSpecCompatibilities":{
                "properties":{
                    "transportHandlingUnitGid":{
                        "description":"The GID for the transport handling unit.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "equipmentGroups.axleLoadingWeights":{
                "properties":{
                    "axleSequenceNo":{
                        "description":"The axle sequence number.",
                        "type":"number",
                        "format":"int32"
                    },
                    "axleName":{
                        "description":"User-specified name for the axle where the distance and max weight are defined, such as front axle or rear axle.",
                        "type":"string"
                    },
                    "axleDistance":{
                        "description":"The distance from the nose of the equipment where the max weight can be loaded.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "maxWeight":{
                        "description":"The max loading weight allowed.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "domainName":{
                        "description":"Axle distance in the base unit of measure.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "equipmentGroups.obstructions":{
                "properties":{
                    "compartmentNum":{
                        "description":"The equipment compartment number for which the obstruction is being defined.",
                        "type":"number",
                        "format":"int32"
                    },
                    "obstructionNum":{
                        "description":"Number identifier for the obstruction.",
                        "type":"number",
                        "format":"int32"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "obstructionName":{
                        "description":"Name given to obstruction.",
                        "type":"string"
                    },
                    "startLengthPosition":{
                        "description":"The start length position coordinate for the obstruction. The starting coordinate is from the forward left corner of the truck.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "startWidthPosition":{
                        "description":"The start width position coordinate for the obstruction. The starting coordinate is from the forward left corner of the truck.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "startHeightPosition":{
                        "description":"The start height position coordinate for the obstruction. The starting coordinate is from the forward left corner of the truck.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "obstrLength":{
                        "description":"The length of the obstruction.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "obstrWidth":{
                        "description":"The width of the obstruction.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "obstrHeight":{
                        "description":"The height coordinate for the obstruction. ",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "equipmentGroups.vehicleTypeCompatibilities":{
                "properties":{
                    "vehicleTypeGid":{
                        "description":"The GID for the vehicle type. Vehicle type generally refers to the type of equipment (aircraft) that will be linked to an air schedule. Vehicle types contain door height and width dimensions that must be added to the equipment group so that ship units assigned to that equipment group can fit through the door when they are loaded onto the plane. For example, you can create a ship unit with dimensions of 10 feet in height by 10 feet in width. You can then assign that ship unit to an equipment group. If you create a vehicle type and assign it to that equipment group, then the vehicle type's door dimensions must be larger than those of the ship unit (for example, 20 feet in height and 20 feet in width).<br>If these door dimensions are not larger than the ship unit dimensions and the equipment group is assigned to a shipment, shipment planning produces an infeasible shipment with this equipment group.<br>If you setup your vehicle types without any equipment groups, the system will check the ship unit against door dimensions on the vehicle type \"loose freight\" scenario.<br>If you make an association between the vehicle type and an equipment group, then the system no longer does the door dimension check, but does a check to see if the equipment group assigned to the shipment is compatible with the equipment group(s) associated with the vehicle type.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "equipmentGroups.equipmentRefUnits":{
                "properties":{
                    "equipmentReferenceUnitGid":{
                        "description":"The GID for the equipment group reference unit being defined.",
                        "type":"string"
                    },
                    "compartmentNum":{
                        "description":"The equipment compartment number for which the ERU capacity is being defined. ",
                        "type":"number",
                        "format":"int32"
                    },
                    "numReferenceUnits":{
                        "description":"The maximum number of ERUs that can be held in the compartment.",
                        "type":"number",
                        "format":"double"
                    },
                    "limitNumReferenceUnits":{
                        "description":"Limit for the number of ERUs. The limit allows you to set an artificial limit to allow the placement of up to a certain number of ERUs and then allows the equipment to be filled with other ERUs.",
                        "type":"number",
                        "format":"double"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "orderMovements":{
                "properties":{
                    "orderMovementGid":{
                        "description":"The GID for the order movement.",
                        "type":"string"
                    },
                    "orderMovementXid":{
                        "description":"The XID for the order movement.",
                        "type":"string"
                    },
                    "orderReleaseGid":{
                        "description":"The order release GID that is the parent for the order movement. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "orderRelease":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property orderReleaseGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/orderReleases"
                            }
                        ],
                        "readOnly":true
                    },
                    "isTemporary":{
                        "description":"A Y/N indicator for whether this order movement can coexist with shipments. If this flag is true, the order movement will be removed once the order movement is planned on shipments. Otherwise the order movement's status is set to PLANNED-FINAL and stays in the system.",
                        "type":"boolean"
                    },
                    "creationProcessType":{
                        "description":"The creation process type, examples are from an itinerary (SYSTEM-ITINERARY) or from a shipment (SYSTEM-ACTIONS).",
                        "type":"string",
                        "readOnly":true
                    },
                    "seqNo":{
                        "description":"The sequence number used to define where in the order release delivery path the order movement resides.",
                        "type":"number",
                        "format":"int32"
                    },
                    "perspective":{
                        "description":"Indicates whether this order movement is part of the buy or sell perspective and hence the associated shipments.",
                        "type":"string"
                    },
                    "sourceLocationGid":{
                        "description":"The source of the order movement and it can be null for the planning logic to determine the best one. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "sourceLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property sourceLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "isFixedSrc":{
                        "description":"Indicates whether the source location on this order movement is the real source location or it is derived from the source location of its upstream shipments.",
                        "type":"boolean"
                    },
                    "destLocationGid":{
                        "description":"The destination of the order movement and it can be null for the planning logic to determine the best one. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "destLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property destLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "isFixedDest":{
                        "description":"Indicates whether the destination location on this order movement is the real source location or it is derived from the source location of its upstream shipments.",
                        "type":"boolean"
                    },
                    "earlyPickupDate":{
                        "description":"The earliest pickup of this order movement.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "operationEarlyPickupDate":{
                        "description":"The date is calculated from upstream shipments' end time.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "latePickupDate":{
                        "description":"The latest pickup time of this order movement.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "earlyDeliveryDate":{
                        "description":"The earliest delivery of this order movement.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "lateDeliveryDate":{
                        "description":"The latest delivery of this order movement.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "operationLateDeliveryDate":{
                        "description":"This date is calculated from downstream shipments' start time.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "reuseEquipment":{
                        "description":"The reuse equipment flag indicating that the order movement will use the shipment equipment record from the previous leg. This is initially taken from the itinerary if the order movement was created from one.",
                        "type":"boolean"
                    },
                    "parentSourceLocationGid":{
                        "description":"The parent order movement source location ID if this is a child order movement built from network planning engine. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "parentSourceLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property parentSourceLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "parentDestLocationGid":{
                        "description":"The parent order movement destination location ID if this is a child order movement built from network planning engine. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "parentDestLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property parentDestLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "originalLegGid":{
                        "description":"The original leg ID from the itinerary associated to the original leg position.",
                        "type":"string"
                    },
                    "originalLegPosition":{
                        "description":"The position of the original leg. The main leg's leg position is 0. Legs left to the main leg have positions -1, -2, etc. Legs right to the main leg have positions 1, 2, etc.",
                        "type":"number",
                        "format":"int32"
                    },
                    "bulkPlanGid":{
                        "description":"The bulk plan GID if this order movement was created through a bulk planning run.",
                        "type":"string"
                    },
                    "originalSellOmGid":{
                        "description":"The original buy order movement GID used if the order movement is split for additional planning. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "originalSellOm":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property originalSellOmGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/orderMovements"
                            }
                        ],
                        "readOnly":true
                    },
                    "totalShipUnitCount":{
                        "description":"The total ship unit count for this order movement. Can be 1 for a discrete item or greater if it is modeling a bulk count order.",
                        "type":"number",
                        "format":"int32"
                    },
                    "totalWeight":{
                        "description":"The total weight for this order movement.   ",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "totalVolume":{
                        "description":"The total volume for this order movement.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "userDefined1IconGid":{
                        "description":"Stores a user-defined icon that will appear within the user interface to help visually identify attributes for the object.",
                        "type":"string"
                    },
                    "userDefined2IconGid":{
                        "description":"Stores a user-defined icon that will appear within the user interface to help visually identify attributes for the object.",
                        "type":"string"
                    },
                    "userDefined3IconGid":{
                        "description":"Stores a user-defined icon that will appear within the user interface to help visually identify attributes for the object.",
                        "type":"string"
                    },
                    "userDefined4IconGid":{
                        "description":"Stores a user-defined icon that will appear within the user interface to help visually identify attributes for the object.",
                        "type":"string"
                    },
                    "userDefined5IconGid":{
                        "description":"Stores a user-defined icon that will appear within the user interface to help visually identify attributes for the object.",
                        "type":"string"
                    },
                    "shipUnitWidth":{
                        "description":"The width of the ship unit. This column will show value only if the order movement has one ship unit.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "shipUnitLength":{
                        "description":"The length of the ship unit. This column will show value only if the order movement has one ship unit.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "shipUnitHeight":{
                        "description":"The height of the ship unit. This column will show value only if the order movement has one ship unit.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "shipUnitDiameter":{
                        "description":"The diameter of the ship unit. This column will show value only if the order movement has one ship unit.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "transportHandlingUnitGid":{
                        "description":"The transport handling unit. This column will show value only if the order movement has one ship unit.",
                        "type":"string"
                    },
                    "indicator":{
                        "description":"A definable indicator for the order movement.",
                        "type":"string"
                    },
                    "pickupRoutingSequenceGid":{
                        "description":"This routing sequence identifier applies for the source location of that specific order movement and will override any order release routing sequence information at these location.",
                        "type":"string"
                    },
                    "dropoffRoutingSequenceGid":{
                        "description":"This routing sequence identifier applies for the source location of that specific order movement and will override any order release routing sequence information at these location.",
                        "type":"string"
                    },
                    "priority":{
                        "description":"The priority associated with an order movement.",
                        "type":"number",
                        "format":"int32"
                    },
                    "sourceTag":{
                        "description":"The tag value for the source location of the order movement.",
                        "type":"string"
                    },
                    "destTag":{
                        "description":"The tag value for the destination location of the order movement.",
                        "type":"string"
                    },
                    "shipmentGid":{
                        "description":"The shipment GID associated to the order movement if it is scheduled on a shipment. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "shipment":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property shipmentGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/sellShipments"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"The database domain where this data is stored.",
                        "type":"string"
                    },
                    "modeProfileGid":{
                        "description":"The mode profile identifier contains the unique identifier for the mode profile for the leg.",
                        "type":"string"
                    },
                    "equipmentGroupProfileGid":{
                        "description":"The equipment group GID contains the GID for the equipment group profile for the leg.",
                        "type":"string"
                    },
                    "calculateServiceTime":{
                        "description":"A Y/N indicator for whether to calculate the service time when creating the shipment for this order movement. Initially derived from the itinerary.",
                        "type":"boolean"
                    },
                    "calculateContractedRate":{
                        "description":"A Y/N indicator for whether to calculate the service time when creating the shipment for this order movement. Initially derived from the itinerary.",
                        "type":"boolean"
                    },
                    "expectedTransitTime":{
                        "description":"Expected transit time contains the expected time for this leg of the shipment to take.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "expectedCost":{
                        "description":"Expected cost contains the expected cost for the leg.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "rateOfferingGid":{
                        "description":"The rate offering GID constraint for the order movement.",
                        "type":"string"
                    },
                    "rateGeoGid":{
                        "description":"The rate detail GID constraint for the order movement.",
                        "type":"string"
                    },
                    "equipmentGroupGid":{
                        "description":"The equipment group GID constraint for the order movement. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "equipmentGroup":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property equipmentGroupGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/equipmentGroups"
                            }
                        ],
                        "readOnly":true
                    },
                    "transportModeGid":{
                        "description":"The transport mode GID constraint for the order movement.",
                        "type":"string"
                    },
                    "servprovGid":{
                        "description":"The service provider GID constraint for the order movement. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "servprov":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property servprovGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/serviceProviders"
                            }
                        ],
                        "readOnly":true
                    },
                    "servprovProfileGid":{
                        "description":"The service provider profile GID constraint for the order movement.",
                        "type":"string"
                    },
                    "rateServiceProfileGid":{
                        "description":"The rate service profile GID constraint for the order movement.",
                        "type":"string"
                    },
                    "isTemplate":{
                        "description":"A Y/N indicator for whether this order movement is to be used as a template.",
                        "type":"boolean"
                    },
                    "shipWithGroup":{
                        "description":"The ship with group GID constraint for the order movement.",
                        "type":"string"
                    },
                    "legClassificationGid":{
                        "description":"The leg classification is used for order movement group building. The order movements plan and match to the itinerary leg classification value.",
                        "type":"string"
                    },
                    "legConsolidationGroupGid":{
                        "description":"The planning engine sets the leg consolidation group based on rules around the leg classification value.",
                        "type":"string"
                    },
                    "isNetworkRoutable":{
                        "description":"A Y/N indicator for whether this order movement can be planned using the network routing model.",
                        "type":"boolean",
                        "readOnly":true
                    },
                    "routingConstraintGid":{
                        "description":"The routing constraint identifier shows the routing constraints that apply to this order movement and is only used when is network routable is set to true.",
                        "type":"string"
                    },
                    "isRoutingFixed":{
                        "description":"A Y/N indicator for whether the routing constraints are fixed during subsequent planning actions.",
                        "type":"boolean"
                    },
                    "attribute1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attributeNumber1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "loadingSplitType":{
                        "description":"To indicate if the SSUs associated with the order movement can be split (null), cannot be split or must split.",
                        "type":"string"
                    },
                    "originalBuyOmGid":{
                        "description":"The original buy order movement identifier used if the order movement is split for additional planning. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "originalBuyOm":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property originalBuyOmGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/orderMovements"
                            }
                        ],
                        "readOnly":true
                    },
                    "attributeNumber11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "directDistance":{
                        "description":"The distance from order movement source to its destination.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "sShipUnits":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/orderMovements.sShipUnits"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "statuses":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/orderMovements.statuses"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "involvedParties":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/orderMovements.involvedParties"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "refnums":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/orderMovements.refnums"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "remarks":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/orderMovements.remarks"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "documents":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/orderMovements.documents"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "orderMovements.sShipUnits":{
                "properties":{
                    "sShipUnitGid":{
                        "description":"The ship unit identifier joining this ship unit to the order movement.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "refnums":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/orderMovements.sShipUnits.refnums"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "accessorials":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/orderMovements.sShipUnits.accessorials"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "seals":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/orderMovements.sShipUnits.seals"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "sEquipments":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/orderMovements.sShipUnits.sEquipments"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "lines":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/orderMovements.sShipUnits.lines"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "specialServices":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/orderMovements.sShipUnits.specialServices"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "remarks":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/orderMovements.sShipUnits.remarks"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "trackingEvents":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/orderMovements.sShipUnits.trackingEvents"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "pieces":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/orderMovements.sShipUnits.pieces"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "orderMovements.sShipUnits.refnums":{
                "properties":{
                    "sShipUnitRefnumQualGid":{
                        "description":"The reference number qualifier identifier defining the reference code.",
                        "type":"string"
                    },
                    "refnumValue":{
                        "description":"The text associated to the remark code.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "orderMovements.sShipUnits.accessorials":{
                "properties":{
                    "accessorialCodeGid":{
                        "description":"The accessorial code GID.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "orderMovements.sShipUnits.seals":{
                "properties":{
                    "equipmentSeal":{
                        "description":"The equipment seal number for the shipment ship unit.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "orderMovements.sShipUnits.sEquipments":{
                "properties":{
                    "sEquipmentGid":{
                        "description":"The GID for the shipment equipment. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "sEquipment":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property sEquipmentGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/sEquipments"
                            }
                        ],
                        "readOnly":true
                    },
                    "compartmentNum":{
                        "description":"The number associated with the compartment in a multi-compartment equipment. (View Only)",
                        "type":"number",
                        "format":"int32"
                    },
                    "loadingSequence":{
                        "description":"The sequence that the shipment ship unit is loaded into the equipment. (View Only) ",
                        "type":"number",
                        "format":"int32"
                    },
                    "loadingPatternGid":{
                        "description":"The loading pattern used to place ship unit into equipment if load configuration algorithm used is pattern based. (View Only) ",
                        "type":"string"
                    },
                    "numStackingLayers":{
                        "description":"The number associated with the layer stacked for ship unit. (View Only)",
                        "type":"number",
                        "format":"int32"
                    },
                    "numLoadingRows":{
                        "description":"The number associated with the row the ship unit is placed in. (View Only)",
                        "type":"number",
                        "format":"int32"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "orderMovements.sShipUnits.lines":{
                "properties":{
                    "sShipUnitLineNo":{
                        "description":"The unique sequence within the ship unit to define the individual line items.",
                        "type":"number",
                        "format":"int64"
                    },
                    "weight":{
                        "description":"The weight of the item.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "volume":{
                        "description":"The volume of the item.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "trackingTag1":{
                        "description":"Additional information about the item. This could be any tracking numbers, SKU codes, SPLC codes etc.",
                        "type":"string"
                    },
                    "trackingTag2":{
                        "description":"Additional information about the item. This could be any tracking numbers, SKU codes, SPLC codes etc.",
                        "type":"string"
                    },
                    "trackingTag3":{
                        "description":"Additional information about the item. This could be any tracking numbers, SKU codes, SPLC codes etc.",
                        "type":"string"
                    },
                    "trackingTag4":{
                        "description":"Additional information about the item. This could be any tracking numbers, SKU codes, SPLC codes etc.",
                        "type":"string"
                    },
                    "orLineGid":{
                        "description":"A unique identifier to define the multiple order release lines per order release. The GID has the domain portion. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "orLine":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property orLineGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/orderReleaseLines"
                            }
                        ],
                        "readOnly":true
                    },
                    "orderReleaseGid":{
                        "description":"A unique identifier created by the system for the order release. The GID contains the domain portion. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "orderRelease":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property orderReleaseGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/orderReleases"
                            }
                        ],
                        "readOnly":true
                    },
                    "orderBaseGid":{
                        "description":"The GID for the order base that is related to the shipment line. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string",
                        "readOnly":true
                    },
                    "orderBase":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property orderBaseGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/orderBases"
                            }
                        ],
                        "readOnly":true
                    },
                    "packagingUnitGid":{
                        "description":"The GID for the packaging unit that is related to the shipment line.",
                        "type":"string"
                    },
                    "packagingUnitCount":{
                        "description":"The packaging unit count for the packaged unit that is being shipped.",
                        "type":"number",
                        "format":"int64"
                    },
                    "itemPackageCount":{
                        "description":"The number of packages in this shipment ship unit line for one ship unit. Its shipment ship unit may represent more than one same ship units. E.g., for 20 ship units that contains 4 cases of 24 cans of cocoa, each shipment ship unit line row will have an item GID: cocoa, item count 4x24, item package specification: case-of-24-cans, item package count: 4. The ship unit count will be 20.",
                        "type":"number",
                        "format":"int64"
                    },
                    "declaredValue":{
                        "description":"The declared value of the packaged item quantity being shipped.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "packagedItemGid":{
                        "description":"The GID for the packaged item. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "packagedItem":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property packagedItemGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/packagedItems"
                            }
                        ],
                        "readOnly":true
                    },
                    "hazmatItemGid":{
                        "description":"The GID for the hazmat item.",
                        "type":"string"
                    },
                    "receivedWeight":{
                        "description":"The received weight of the shipment line. It can be entered as a stop debrief. Used for reporting purposes.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "receivedVolume":{
                        "description":"The received volume of the shipment line. It can be entered as a stop debrief. Used for reporting purposes.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "receivedItemPackageCount":{
                        "description":"The received item package count. It can be entered as a stop debrief.",
                        "type":"number",
                        "format":"double"
                    },
                    "shipUnitGid":{
                        "description":"The GID for the ship unit that contains this shipping line.",
                        "type":"string"
                    },
                    "shipUnitLineNo":{
                        "description":"The ship unit line number defined for this shipping line.",
                        "type":"number",
                        "format":"int32"
                    },
                    "weightPer":{
                        "description":"The weight per shipping line count to handle shipping a multiple count.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "volumePer":{
                        "description":"The weight per shipping line count to handle shipping a multiple count.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "countPerShipUnit":{
                        "description":"The count per ship unit.",
                        "type":"number",
                        "format":"int64"
                    },
                    "receivedPackagingUnitCount":{
                        "description":"The received packaging unit count of the shipment line. It can be entered as stop debrief. Used for reporting purposes.",
                        "type":"number",
                        "format":"int64"
                    },
                    "receivedCountPerShipUnit":{
                        "description":"The received count per ship unit. It can be entered as stop debrief. Used for reporting purposes.",
                        "type":"number",
                        "format":"int64"
                    },
                    "tOrderReleaseGid":{
                        "description":"Used as a non-foreign key reference to the order release.",
                        "type":"string"
                    },
                    "tOrLineGid":{
                        "description":"Used as a non-foreign key reference to the order release line.",
                        "type":"string"
                    },
                    "tShipUnitGid":{
                        "description":"Used as a non-foreign key reference to the order release ship unit line.",
                        "type":"string"
                    },
                    "tShipUnitLineNo":{
                        "description":"Used as a non-foreign key reference to the order release ship unit line.",
                        "type":"number",
                        "format":"int32"
                    },
                    "userDefinedCommodityGid":{
                        "description":"The user defined commodity identifier associated with the item that is being shipped.",
                        "type":"string",
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "userDefined1IconGid":{
                        "description":"Stores a user-defined icon that will appear within the user interface to help visually identify attributes for the ship unit line.",
                        "type":"string"
                    },
                    "userDefined2IconGid":{
                        "description":"Stores a user-defined icon that will appear within the user interface to help visually identify attributes for the ship unit line.",
                        "type":"string"
                    },
                    "userDefined3IconGid":{
                        "description":"Stores a user-defined icon that will appear within the user interface to help visually identify attributes for the ship unit line.",
                        "type":"string"
                    },
                    "marinePollutantIndicator":{
                        "description":"A Y/N indicator if the shipment line item is a marine pollutant.",
                        "type":"boolean"
                    },
                    "hotIndicator":{
                        "description":"A Y/N indicator if the shipment line item is hot.",
                        "type":"boolean"
                    },
                    "loadConfigSetupGid":{
                        "description":"A load configuration set up identifier to be used by the load configuration engine as the input rules during ship unit building during repack.",
                        "type":"string"
                    },
                    "remarks":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/orderMovements.sShipUnits.lines.remarks"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "refnums":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/orderMovements.sShipUnits.lines.refnums"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "orderMovements.sShipUnits.lines.remarks":{
                "properties":{
                    "remarkSequence":{
                        "description":"The sequence identifier for the remark associated with the shipment.",
                        "type":"number",
                        "format":"int64"
                    },
                    "remarkQualGid":{
                        "description":"The remark qualifier identifier defining the remark code.",
                        "type":"string"
                    },
                    "remarkText":{
                        "description":"The text associated to the remark code.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "orderMovements.sShipUnits.lines.refnums":{
                "properties":{
                    "sSulRefnumQualGid":{
                        "description":"The reference number qualifier identifier defining the reference code.",
                        "type":"string"
                    },
                    "refnumValue":{
                        "description":"The text associated to the remark code.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "orderMovements.sShipUnits.specialServices":{
                "properties":{
                    "specialServiceGid":{
                        "description":"The special service identifier defining the service to be performed.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "orderMovements.sShipUnits.remarks":{
                "properties":{
                    "remarkSequence":{
                        "description":"The sequence identifier for the remark associated with the shipment.",
                        "type":"number",
                        "format":"int64"
                    },
                    "remarkQualGid":{
                        "description":"The remark qualifier identifier defining the remark code.",
                        "type":"string"
                    },
                    "remarkText":{
                        "description":"The text associated to the remark code.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "orderMovements.sShipUnits.trackingEvents":{
                "properties":{
                    "iTransactionNo":{
                        "description":"The transaction identifier linked to the shipment ship unit.",
                        "type":"number",
                        "format":"int64"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "partitionKey":{
                        "description":"The monthly range partition to manage purging status messages.",
                        "type":"number",
                        "format":"double"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "orderMovements.sShipUnits.pieces":{
                "properties":{
                    "pieceNumber":{
                        "description":"A unique number given to a piece of SSU for the same S_SHIP_UNIT_GID with multiple counts.",
                        "type":"number",
                        "format":"int32"
                    },
                    "loadingSequence":{
                        "description":"The loading sequence of the SSU singleton.",
                        "type":"number",
                        "format":"int32"
                    },
                    "stackingLayer":{
                        "description":"Stacking layers of the unit. If multiple units are underneath, this is the maximum number of layers underneath added by 1.",
                        "type":"number",
                        "format":"int32"
                    },
                    "orientationGid":{
                        "description":"Orientation of the ship unit piece.",
                        "type":"string"
                    },
                    "xCoordinate":{
                        "description":"The x-coordinate of the unit using container's front lower left corner as the origin.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "yCoordinate":{
                        "description":"The y-coordinate of the unit using container's front lower left corner as the origin.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "zCoordinate":{
                        "description":"The z-coordinate of the unit using container's front lower left corner as the origin.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "totalTopWeight":{
                        "description":"This is the summation of all weights on the top distributed according to the area touching the pieces",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "isSplit":{
                        "description":"To indicate if this is a loading split from the original SSU.",
                        "type":"boolean"
                    },
                    "length":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "width":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "height":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "weight":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "volume":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "loadConfig3dPatternGid":{
                        "description":"Corresponding user defined 3d pattern. If the piece is placed using user defined 3d pattern, this indicates the pattern used.",
                        "type":"string"
                    },
                    "patternInstanceCount":{
                        "description":"Instance of the user pattern used",
                        "type":"number",
                        "format":"int32"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "orderMovements.statuses":{
                "properties":{
                    "statusTypeGid":{
                        "description":"The status type GID defined for the status value. Examples are OM Planning, Fleet Assignment OM.",
                        "type":"string"
                    },
                    "statusValueGid":{
                        "description":"The status value for the order movement status.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "orderMovements.involvedParties":{
                "properties":{
                    "involvedPartyQualGid":{
                        "description":"The involved party qualifier GID.",
                        "type":"string"
                    },
                    "involvedPartyContactGid":{
                        "description":"The involved party contact for the qualifier listed on the order movement. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "involvedPartyContact":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property involvedPartyContactGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "comMethodGid":{
                        "description":"The communication method for the involved party listed on the order movement.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "orderMovements.refnums":{
                "properties":{
                    "omRefnumQualGid":{
                        "description":"The reference qualifier GID defining the reference code.",
                        "type":"string"
                    },
                    "omRefnumValue":{
                        "description":"The value associated to the reference code.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "orderMovements.remarks":{
                "properties":{
                    "remarkSequence":{
                        "description":"The remark sequence (key) associated with the order movement remarks.",
                        "type":"number",
                        "format":"int64"
                    },
                    "remarkQualGid":{
                        "description":"The remark qualifier GID describing the remark type. For example: Service provider assigned equipment number, Service provider tender decline reason code etc.",
                        "type":"string"
                    },
                    "remarkText":{
                        "description":"User-entered remark on the shipment.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "orderMovements.documents":{
                "properties":{
                    "documentGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentDefGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentUrl":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentMimeType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentFilename":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "ownerDataQueryTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "reportGid":{
                        "description":"The report associated with the document attachment, if content was generated by the report subsystem.",
                        "type":"string"
                    },
                    "generatedAt":{
                        "description":"If preparation, date/time content was last generated",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "uploadedAt":{
                        "description":"If attachment, date/time content was last updated",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "documentTrackingNum":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentCmsId":{
                        "description":"A GUID to associate the document with content stored on its remote CMS. Valid when document_type=CMS.",
                        "type":"string"
                    },
                    "contentManagementSystemGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "usedAs":{
                        "description":"Represents the classification of a document.(C/I/L/T)",
                        "type":"string"
                    },
                    "relatedDocumentGid":{
                        "description":"Represents the related document for consolidated/linked documents. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "relatedDocument":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property relatedDocumentGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/documents"
                            }
                        ],
                        "readOnly":true
                    },
                    "effectiveDate":{
                        "description":"represents effective date for a document",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "expirationDate":{
                        "description":"Represents expiration date for a document.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "userDefined1IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined2IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined3IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined4IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined5IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "allocationMethods":{
                "properties":{
                    "allocMethodGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "allocMethodXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "allocTargetGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isUseShipmentShipUnit":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "details":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/allocationMethods.details"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "allocationMethods.details":{
                "properties":{
                    "allocMetricGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "allocTargetGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "percentage":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "equipmentReferenceUnitGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "vatRegistrations":{
                "properties":{
                    "vatRegNoGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "vatRegNoXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "countryCode3Gid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "custVatRegCountryGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "defaultIntraEuVatGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isPrimaryRegistration":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "commodities":{
                "properties":{
                    "commodityGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "commodityXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "commodityName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "temperatureControlGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "modeProfileGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isTempControl":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "reqEqpmtGroupProfileGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "commodityDescription":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "incompatibilities":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/commodities.incompatibilities"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "commodities.incompatibilities":{
                "properties":{
                    "commodityGid2":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "appointmentRuleSets":{
                "properties":{
                    "apptRuleSetGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "apptRuleSetXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "apptRuleSetName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "effectiveDate":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "expiryDate":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "flexCommodityProfileGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "equipmentGroupProfileGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "modeProfileGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "servprovProfileGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "contactProfileGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "flexCommodityCheckOption":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isTemperatureControl":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "isHazardous":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "sourceRegionGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "destinationRegionGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "apptSsActivityProfGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "appointmentActivityType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "maximumShipUnitsAllowed":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "apptCutoffHours":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "apptBeforeCutoff":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "apptAfterCutoff":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "flexFields":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/appointmentRuleSets.flexFields"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "refnums":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/appointmentRuleSets.refnums"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "appointmentRuleSets.flexFields":{
                "properties":{
                    "flexFieldName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "flexFieldValue":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isCompatible":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "appointmentRuleSets.refnums":{
                "properties":{
                    "apptRefnumQualGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "apptRefnumValue":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isCompatible":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "planningParameterQualifiers":{
                "properties":{
                    "planningParamQualGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "planningParamQualXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "planningParamQualDesc":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "dataType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "type":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gidQueryClass":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "parameterGroupGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "validValueTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "declarationTypes":{
                "properties":{
                    "gtmDeclarationTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmDeclarationTypeXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmDeclarationTypeName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmRegimeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "code":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "reqBsStatusGrpPfGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "respBsStatusGrpPfGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "logicConfigGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "driverReferenceNumberQualifiers":{
                "properties":{
                    "driverRefnumQualGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "driverRefnumQualXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "driverRefnumQualDesc":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "defaultRefnumBnTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateFlag":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "incoTermProfiles":{
                "properties":{
                    "incoTermProfileGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "incoTermProfileXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "incoTermProfileName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isCompatible":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "details":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/incoTermProfiles.details"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "incoTermProfiles.details":{
                "properties":{
                    "incoTermGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "incoTermProfileDSeqno":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "termLocationText":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "routingRules":{
                "properties":{
                    "orderRoutingRuleGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "orderRoutingRuleXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "ruleName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "ruleType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "locationGid":{
                        "description":"No description. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "location":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property locationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "paymentMethodCodeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "effectiveDate":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "expirationDate":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "locationProfileGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "details":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/routingRules.details"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "refnums":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/routingRules.refnums"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "routingRules.details":{
                "properties":{
                    "sequenceNum":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "xLaneGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "minWeight":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "maxWeight":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "minVolume":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "maxVolume":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "transitDaysMin":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "transitDaysMax":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "transportModeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "servprovGid":{
                        "description":"No description. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "servprov":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property servprovGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/serviceProviders"
                            }
                        ],
                        "readOnly":true
                    },
                    "rateServiceGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "paymentMethodCodeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isPaymentMethodOverride":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "itineraryGid":{
                        "description":"No description. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "itinerary":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property itineraryGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/itineraries"
                            }
                        ],
                        "readOnly":true
                    },
                    "routingConstraintGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                },
                "required":[
                    "xLaneGid"
                ]
            },
            "routingRules.refnums":{
                "properties":{
                    "routingRuleRefnumQualGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "routingRuleRefnumValue":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                },
                "required":[
                    "routingRuleRefnumValue"
                ]
            },
            "statusGroups":{
                "properties":{
                    "bsStatusGroupGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "bsStatusGroupXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "bsStatusGroupName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "bsStatusGroupDescription":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "dataQueryTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "code":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "reasonGroupProfiles":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/statusGroups.reasonGroupProfiles"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "statusCodeProfiles":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/statusGroups.statusCodeProfiles"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "statusGroups.reasonGroupProfiles":{
                "properties":{
                    "bsReasonGroupProfileGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isExcluded":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "statusGroups.statusCodeProfiles":{
                "properties":{
                    "bsStatusCodeProfileGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isExcluded":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "involvedPartyQualifiers":{
                "properties":{
                    "involvedPartyQualGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "involvedPartyQualXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "involvedPartyQualDesc":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateFlag":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "fromAddrContactGid":{
                        "description":"No description. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "fromAddrContact":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property fromAddrContactGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "transportModes":{
                "properties":{
                    "transportModeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "transportModeXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "transportModeName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "transportModeQualifier":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "performShippingSpaceCalc":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "color":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isMasterCarrRefRemVisible":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "conditionalBookingProfGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isConsiderCost":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "thuProfileGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "modeType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "x12FormatCode":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "allowRepack":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tariffRulesOfInterpretations":{
                "properties":{
                    "gtmTariffRoiGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmTariffRoiXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmProdClassTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "externalReferenceCode":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "ruleName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "referenceUrl":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "transportStageQualifiers":{
                "properties":{
                    "transportStageQualifierGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "transportStageQualifierXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "transportStageQualifierDesc":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "changeExternalStatusRequest":{
                "properties":{
                    "statusValueXid":{
                        "type":"string",
                        "description":"The value of the status type."
                    }
                }
            },
            "advancedQueryRequest":{
                "properties":{
                    "q":{
                        "$ref":"#/components/schemas/q"
                    },
                    "copiedFrom":{
                        "type":"string",
                        "description":"GID of a previously created saved query.The requirements are that the saved query exists, is associated with the resource data and contains a SQL syntax query string. The SELECT statement in the saved query must only select the primary key columns for the corresponding resource."
                    },
                    "parameterValues":{
                        "type":"object",
                        "description":"A property map where the key is the position or name of the bind parameter.",
                        "properties":{
                            "parameterKey":{
                                "type":"string",
                                "description":"The key of the bind parameter (positional or named parameter)."
                            },
                            "parameterValue":{
                                "type":"string",
                                "description":"The value of the bind parameter."
                            }
                        }
                    }
                },
                "required":[
                    "q"
                ]
            },
            "advancedQueryResponse":{
                "properties":{
                    "items":{
                        "type":"array",
                        "description":"List of objects which match the advanced query.",
                        "items":{
                            "type":"string"
                        }
                    }
                }
            },
            "equipments":{
                "properties":{
                    "equipmentGid":{
                        "description":"The GID for equipment.",
                        "type":"string"
                    },
                    "equipmentXid":{
                        "description":"The XID for the equipment type.",
                        "type":"string"
                    },
                    "equipmentName":{
                        "description":"Text to describe the type of equipment. Examples include: CAR LOADS, TANKER, TRUCKS",
                        "type":"string"
                    },
                    "equipmentTypeGid":{
                        "description":"The GID for the equipment type. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "equipmentType":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property equipmentTypeGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/equipmentTypes"
                            }
                        ],
                        "readOnly":true
                    },
                    "equipmentInitial":{
                        "description":"Typically this is a prefix or alphanumeric combination associated with the carrier Standard Carrier Alpha Code (SCAC) for the equipment.",
                        "type":"string"
                    },
                    "equipmentNumber":{
                        "description":"The number assigned to the equipment and is entered to associate the number with the equipment initial.",
                        "type":"string"
                    },
                    "equipmentInitialNumber":{
                        "description":"Equipment Initial and Number is a concatenation of the equipment initial and equipment number. ",
                        "type":"string"
                    },
                    "ownershipCode":{
                        "description":"Alpha-numeric code designating the status of the equipment (for example, leased or owned).",
                        "type":"string"
                    },
                    "ownerName":{
                        "description":"Text for the name of the equipment owner.",
                        "type":"string"
                    },
                    "tag1":{
                        "description":"Tag fields, like attribute fields, are available to store additional information associated with this piece of equipment.",
                        "type":"string"
                    },
                    "tag2":{
                        "description":"Tag fields, like attribute fields, are available to store additional information associated with this piece of equipment.",
                        "type":"string"
                    },
                    "tag3":{
                        "description":"Tag fields, like attribute fields, are available to store additional information associated with this piece of equipment.",
                        "type":"string"
                    },
                    "tag4":{
                        "description":"Tag fields, like attribute fields, are available to store additional information associated with this piece of equipment.",
                        "type":"string"
                    },
                    "equipmentOwnerType":{
                        "description":"The Type of Owner for this Equipment. C = Carrier Owned, L = Lessee, P = Private, A = All",
                        "type":"string"
                    },
                    "lesseeGid":{
                        "description":"The SCAC for the Lessee of the Equipment.",
                        "type":"string"
                    },
                    "tareWeight":{
                        "description":"The empty weight of the equipment by itself.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "aarCarType":{
                        "description":"The Association of American Railroads Car Type.",
                        "type":"string"
                    },
                    "dateBuilt":{
                        "description":"The date this equipment was built.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "purchDate":{
                        "description":"The purchase date of this equipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "registrationNum":{
                        "description":"Registration number.",
                        "type":"string"
                    },
                    "registrationDate":{
                        "description":"The date of the registration.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "licensePlate":{
                        "description":"The license plate number.",
                        "type":"string"
                    },
                    "licenseState":{
                        "description":"The license state.",
                        "type":"string"
                    },
                    "sightingLocationGid":{
                        "description":"Sighting location of the equipment. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "sightingLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property sightingLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "sightingDate":{
                        "description":"Time of the sighting.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "prevSightingLocationGid":{
                        "description":"Previous sighting location of the equipment. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "prevSightingLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property prevSightingLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "prevSightingDate":{
                        "description":"Time of the previous sighting.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "interchangeRecvLocationGid":{
                        "description":"Interchange receive location of the equipment. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "interchangeRecvLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property interchangeRecvLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "interchangeRecvDate":{
                        "description":"Time of the interchange receive.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "userDefined1IconGid":{
                        "description":"The GID for the user defined image/icon. Up to five User-Defined Image fields can be configured to appear on the Search and Results page that let you query and review the images that are assigned to a business object. Images can be assigned to business objects to visually emphasize certain characteristics such as shipments containing hazardous material, orders for hot commodities, or shipments with over dimensional freight.",
                        "type":"string"
                    },
                    "userDefined2IconGid":{
                        "description":"The GID for the user defined image/icon. Up to five User-Defined Image fields can be configured to appear on the Search and Results page that let you query and review the images that are assigned to a business object. Images can be assigned to business objects to visually emphasize certain characteristics such as shipments containing hazardous material, orders for hot commodities, or shipments with over dimensional freight.",
                        "type":"string"
                    },
                    "userDefined3IconGid":{
                        "description":"The GID for the user defined image/icon. Up to five User-Defined Image fields can be configured to appear on the Search and Results page that let you query and review the images that are assigned to a business object. Images can be assigned to business objects to visually emphasize certain characteristics such as shipments containing hazardous material, orders for hot commodities, or shipments with over dimensional freight.",
                        "type":"string"
                    },
                    "userDefined4IconGid":{
                        "description":"The GID for the user defined image/icon. Up to five User-Defined Image fields can be configured to appear on the Search and Results page that let you query and review the images that are assigned to a business object. Images can be assigned to business objects to visually emphasize certain characteristics such as shipments containing hazardous material, orders for hot commodities, or shipments with over dimensional freight.",
                        "type":"string"
                    },
                    "userDefined5IconGid":{
                        "description":"The GID for the user defined image/icon. Up to five User-Defined Image fields can be configured to appear on the Search and Results page that let you query and review the images that are assigned to a business object. Images can be assigned to business objects to visually emphasize certain characteristics such as shipments containing hazardous material, orders for hot commodities, or shipments with over dimensional freight.",
                        "type":"string"
                    },
                    "isContainer":{
                        "description":"Yes/No indicator for whether the equipment is a container.",
                        "type":"boolean"
                    },
                    "currentChassisInitial":{
                        "description":"Initial of the current chassis.",
                        "type":"string"
                    },
                    "currentChassisNumber":{
                        "description":"Number of the current chassis.",
                        "type":"string"
                    },
                    "lastOutgateLocationGid":{
                        "description":"The location where the equipment (chassis/container or trailer) was last outgated. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "lastOutgateLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property lastOutgateLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "lastOutgateTime":{
                        "description":"Outgate time stamp at the outbound ramp.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "lastIngateTime":{
                        "description":"Ingate time stamp at the inbound ramp.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "parkLocationGid":{
                        "description":"Park location of the equipment. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "parkLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property parkLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "umCharge":{
                        "description":"UMLER Mileage Charge.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "umChargeUnit":{
                        "description":"UMLER Mileage Charge Unit (example, 2).",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "aarMechDesig":{
                        "description":"AAR Mechanical Designation.",
                        "type":"string"
                    },
                    "attribute1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attributeNumber1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "equipMaxGrossWt":{
                        "description":"The maximum permissible weight of the equipment and the load.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "floorHeight":{
                        "description":"Actual height of the platform or floor above the ground or the rail.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "emptyCgHeight":{
                        "description":"When empty, indicates the height from Top of Rail to the Center of Gravity.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "dryCapacity":{
                        "description":"The maximum interior capacity of the equipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "liquidCapacity":{
                        "description":"The number of gallons the equipment will hold.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "assignedProduct":{
                        "description":"N/A",
                        "type":"string"
                    },
                    "carDestinationLocationGid":{
                        "description":"Specifies destination for the car. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "carDestinationLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property carDestinationLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "carDestinationEtaDate":{
                        "description":"This is the estimated arrival time at the car destination.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "emptyCgLength":{
                        "description":"When empty, length wise position of center of gravity from the equipment bottom leftmost corner.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "emptyCgWidth":{
                        "description":"When empty, width wise position of center of gravity from the equipment bottom leftmost corner.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "loadOrEmpty":{
                        "description":"Indicates whether the equipment is Load or Empty or Unknown (default)",
                        "type":"string"
                    },
                    "sightingEvtScGid":{
                        "description":"Sighting event represents the current status code of the equipment.",
                        "type":"string"
                    },
                    "prevSightingEvtScGid":{
                        "description":"Previous sighting event represents the previous status code of the equipment.",
                        "type":"string"
                    },
                    "divisionName":{
                        "description":"This is the Business Division name field for part of the organization that is responsible for the asset and the business.",
                        "type":"string"
                    },
                    "customerFleet":{
                        "description":"This is a more granular field for the organization to specify the customer assignment as the customer wishes. It will identify product, location, customer, or any combination.",
                        "type":"string"
                    },
                    "reportingRrScac":{
                        "description":"This is to report the Railroad Reporting SCAC code that provided the last event. It is copied in an agent action called UPDATE SIGHTING.",
                        "type":"string"
                    },
                    "prevReportingRrScac":{
                        "description":"This is the previous Reporting SCAC.  The UPDATE ACTION moves the current value to the previous value before overwriting the current value.",
                        "type":"string"
                    },
                    "releaseDate":{
                        "description":"Every time a car is released, this field is updated by a customer controlled agent action.  It is used to dynamically calculate in-transit time.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "arriveDate":{
                        "description":"Every time a car arrives, a customer controlled agent action will populate this. It is used to dynamically calculate the dwell time.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "orderSource":{
                        "description":"This is a customer determined field based on an agent action.  Most likely the customer will populate an abbreviated version of the city and state.",
                        "type":"string"
                    },
                    "orderDestination":{
                        "description":"This is a customer determined field based on an agent action.  Most likely the customer will populate an abbreviated version of the city and state.",
                        "type":"string"
                    },
                    "orderCustomerName":{
                        "description":"This is a customer determined field based on an agent action.  Most likely the customer will populate an abbreviated version of the consignee.",
                        "type":"string"
                    },
                    "truckCenterLength":{
                        "description":"The length between the centers of the two truck/bogie systems. Applicable only to rail cars.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "truckCount":{
                        "description":"The total number of trucks/bogies on the equipment. Applicable only to rail cars.",
                        "type":"number",
                        "format":"int32"
                    },
                    "totalAxleCount":{
                        "description":"The total number of axles on the equipment. Applicable only to rail cars.",
                        "type":"number",
                        "format":"int32"
                    },
                    "maxAxleWeight":{
                        "description":"Maximum allowed axle weight. Applicable only to rail cars.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "remarks":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/equipments.remarks"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "statuses":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/equipments.statuses"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "specialServices":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/equipments.specialServices"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "refnums":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/equipments.refnums"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "texts":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/equipments.texts"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "trackingEvents":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/equipments.trackingEvents"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "documents":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/equipments.documents"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "equipments.remarks":{
                "properties":{
                    "remarkSequence":{
                        "description":"The sequence number of the remark.",
                        "type":"number",
                        "format":"int64"
                    },
                    "remarkQualGid":{
                        "description":"The Remark Qualifier ID.",
                        "type":"string"
                    },
                    "remarkText":{
                        "description":"The Text of the Remark.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "equipments.statuses":{
                "properties":{
                    "statusTypeGid":{
                        "description":"Status type for the equipment status.",
                        "type":"string"
                    },
                    "statusValueGid":{
                        "description":"Value of status type",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "equipments.specialServices":{
                "properties":{
                    "specialServiceGid":{
                        "description":"The GID for the special services being assigned to the equipment.",
                        "type":"string"
                    },
                    "effectiveDate":{
                        "description":"The effective date of this special service.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "expirationDate":{
                        "description":"The expiration date of this special service.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "equipments.refnums":{
                "properties":{
                    "equipmentRefnumQualGid":{
                        "description":"The equipment reference number qualifier.",
                        "type":"string"
                    },
                    "refnumValue":{
                        "description":"The equipment reference number value.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "equipments.texts":{
                "properties":{
                    "textTemplateGid":{
                        "description":"The GID for the text template related to equipment, The selected template is used with the text override option to populate the remark text.",
                        "type":"string"
                    },
                    "documentDefGid":{
                        "description":"The GID of the document that should hold the text.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "textOverride":{
                        "description":"Transactional override for the template on the specific document.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "equipments.trackingEvents":{
                "properties":{
                    "iTransactionNo":{
                        "description":"The transaction identifier linked to the equipment.",
                        "type":"number",
                        "format":"int64"
                    },
                    "partitionKey":{
                        "description":"The monthly range partition to manage purging status messages.",
                        "type":"number",
                        "format":"double"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "equipments.documents":{
                "properties":{
                    "documentGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentDefGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentUrl":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentMimeType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentFilename":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "ownerDataQueryTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "reportGid":{
                        "description":"The report associated with the document attachment, if content was generated by the report subsystem.",
                        "type":"string"
                    },
                    "generatedAt":{
                        "description":"If preparation, date/time content was last generated",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "uploadedAt":{
                        "description":"If attachment, date/time content was last updated",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "documentTrackingNum":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentCmsId":{
                        "description":"A GUID to associate the document with content stored on its remote CMS. Valid when document_type=CMS.",
                        "type":"string"
                    },
                    "contentManagementSystemGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "usedAs":{
                        "description":"Represents the classification of a document.(C/I/L/T)",
                        "type":"string"
                    },
                    "relatedDocumentGid":{
                        "description":"Represents the related document for consolidated/linked documents. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "relatedDocument":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property relatedDocumentGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/documents"
                            }
                        ],
                        "readOnly":true
                    },
                    "effectiveDate":{
                        "description":"represents effective date for a document",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "expirationDate":{
                        "description":"Represents expiration date for a document.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "userDefined1IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined2IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined3IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined4IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined5IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "rateAttributes":{
                "properties":{
                    "rateAttributeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "rateAttributeXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "rateAttributeName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "javaClass":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isCommon":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "isCostRelated":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "locationCapacityGroups":{
                "properties":{
                    "locationCapacityGroupGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "locationCapacityGroupXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "locationCapacityGroupName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "locationCapacityGroupDetails":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/locationCapacityGroups.locationCapacityGroupDetails"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "locationCapacityGroups.locationCapacityGroupDetails":{
                "properties":{
                    "locationCapacityGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "perspective":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "modeProfileGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "servprovProfileGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "flexCommodityProfileGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "registrationTypes":{
                "properties":{
                    "gtmRegistrationTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmRegistrationTypeXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "registrationTypeName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "customsDeclarations":{
                "properties":{
                    "gtmTransactionGid":{
                        "description":"The GID for the GTM trade transaction.",
                        "type":"string"
                    },
                    "gtmTransactionXid":{
                        "description":"The external identifier (XID) for the GTM trade transaction.",
                        "type":"string"
                    },
                    "dataQueryTypeGid":{
                        "description":"A data query type represents different business objects.",
                        "type":"string"
                    },
                    "objectId":{
                        "description":"The object ID.",
                        "type":"string"
                    },
                    "userDefined1IconGid":{
                        "description":"Marks the condition or state of the GTM trade transaction using images. It is a foreign key reference to ICON table. ",
                        "type":"string"
                    },
                    "userDefined2IconGid":{
                        "description":"Marks the condition or state of the GTM trade transaction using images. It is a foreign key reference to ICON table. ",
                        "type":"string"
                    },
                    "userDefined3IconGid":{
                        "description":"Marks the condition or state of the GTM trade transaction using images. It is a foreign key reference to ICON table. ",
                        "type":"string"
                    },
                    "userDefined4IconGid":{
                        "description":"Marks the condition or state of the GTM trade transaction using images. It is a foreign key reference to ICON table. ",
                        "type":"string"
                    },
                    "userDefined5IconGid":{
                        "description":"Marks the condition or state of the GTM trade transaction using images. It is a foreign key reference to ICON table. ",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "carrierCode":{
                        "description":"The carrier code.",
                        "type":"string"
                    },
                    "conveyanceName":{
                        "description":"Name of the vessel used for the border movement GTM trade transaction.",
                        "type":"string"
                    },
                    "conveyanceFlag":{
                        "description":"Flag of the vessel used for the border movement GTM trade transaction.",
                        "type":"string"
                    },
                    "transportModeGid":{
                        "description":"Transport mode used for the border movement GTM trade transaction. It is a foreign key reference to the TRANSPORT_MODE table.",
                        "type":"string"
                    },
                    "incoTermGid":{
                        "description":"Incoterm used for the GTM trade transaction. It is a foreign key reference to the INCO_TERM table.",
                        "type":"string"
                    },
                    "incoTermLocation":{
                        "description":"Incoterm location used for the GTM trade transaction.",
                        "type":"string"
                    },
                    "isHazardousCargo":{
                        "description":"Indicates if the goods on the GTM trade transaction are hazardous.",
                        "type":"boolean"
                    },
                    "attribute1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attributeNumber1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "gtmDeclarationTypeGid":{
                        "description":"The declaration type ID across all domains. Which is a foreign key to GTM_DECLARATION_TYPE table.",
                        "type":"string"
                    },
                    "gtmBondGid":{
                        "description":"The bond or guarantee used for the import duties and taxes of the GTM trade transaction.",
                        "type":"string"
                    },
                    "reqBsStatusGroupGid":{
                        "description":"This column refers to the Status Group of the request status of custom filing of a declaration. It is a foreign key reference to the BS_STATUS_GROUP table.",
                        "type":"string"
                    },
                    "reqBsStatusCodeGid":{
                        "description":"This column refers to the Status Code of the request for customs filing of a declaration. It is a foreign key reference to the BS_STATUS_CODE table.",
                        "type":"string"
                    },
                    "respBsStatusGroupGid":{
                        "description":"This column refers to the Status Group of the response status received after custom filing of a declaration. It is a foreign key reference to the BS_STATUS_GROUP table.",
                        "type":"string"
                    },
                    "respBsStatusCodeGid":{
                        "description":"This column refers to the Status Code of the response received after customs filing of a declaration. It is a foreign key reference to the BS_STATUS_CODE table.",
                        "type":"string"
                    },
                    "gtmDeclSTypeGid":{
                        "description":"The Declaration Sub Type ID. It is foreign key reference to GTM_DECL_S_TYPE table. ",
                        "type":"string"
                    },
                    "gtmTradePreferenceGid":{
                        "description":"The Trade Preference ID which is the tariff treatment of the goods. It is a foreign key reference to GTM_TRADE_PREFERENCE table. ",
                        "type":"string"
                    },
                    "gtmProcedureGid":{
                        "description":"This is the customs procedure being requested for this declaration. Examples include Inward Processing Procedure in the EU or Consumption - Foreign Trade Zone in the US. It is a foreign key to GTM_PROCEDURE.",
                        "type":"string"
                    },
                    "gtmPriorProcedureGid":{
                        "description":"Specifies the previous customs procedure that occurred before the current one. For example, before your goods are released for free circulation, they may have entered a bonded warehouse first. This field is used to indicate the entry into the bonded warehouse. It is a foreign key reference to GTM_PROCEDURE.",
                        "type":"string"
                    },
                    "gtmProcedureDetailGid":{
                        "description":"The procedure detail GID.",
                        "type":"string"
                    },
                    "exchangeRateGid":{
                        "description":"The Exchange Rate ID to be used for value conversion while preparing the declaration. It is foreign key reference to EXCHANGE_RATE table. ",
                        "type":"string"
                    },
                    "exchangeRateDate":{
                        "description":"The Exchange Rate date to be used for value conversion while preparing the declaration.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "currencyGid":{
                        "description":"The currency in which values should be sent for filing. It is foreign key reference to CURRENCY table. ",
                        "type":"string"
                    },
                    "logicConfigGid":{
                        "description":"The declaration configuration details that were used to build declaration from transactions or transaction lines.",
                        "type":"string"
                    },
                    "inlandConveyanceName":{
                        "description":"The inland conveyance name.",
                        "type":"string"
                    },
                    "inlandConveyanceFlag":{
                        "description":"The inland conveyance flag.",
                        "type":"string"
                    },
                    "inlandTransportModeGid":{
                        "description":"The inland transport mode. Which is a foreign key to TRANSPORT_MODE table.",
                        "type":"string"
                    },
                    "departureConveyanceName":{
                        "description":"The departure conveyance name.",
                        "type":"string"
                    },
                    "departureConveyanceFlag":{
                        "description":"The departure conveyance flag.",
                        "type":"string"
                    },
                    "departTransportModeGid":{
                        "description":"The departure transport mode. Which is a foreign key to TRANSPORT_MODE table.",
                        "type":"string"
                    },
                    "gtmValuationMethodGid":{
                        "description":"The valuation method ID.",
                        "type":"string"
                    },
                    "attributeDate11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeNumber11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "countryOfExport":{
                        "description":"This describes the country of export for the transaction.",
                        "type":"string"
                    },
                    "countryOfImport":{
                        "description":"This describes the country of import for the transaction.",
                        "type":"string"
                    },
                    "isTemplate":{
                        "description":"Checkbox indicating whether this GTM transaction or declaration record will be used as a template.",
                        "type":"boolean"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "transactionQuantities":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/customsDeclarations.transactionQuantities"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "transactionValues":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/customsDeclarations.transactionValues"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "transactionDates":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/customsDeclarations.transactionDates"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "lines":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/customsDeclarations.lines"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "remarks":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/customsDeclarations.remarks"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "reqdocs":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/customsDeclarations.reqdocs"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "refnums":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/customsDeclarations.refnums"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "transactionCodes":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/customsDeclarations.transactionCodes"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "involvedLocations":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/customsDeclarations.involvedLocations"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "involvedParties":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/customsDeclarations.involvedParties"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "statuses":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/customsDeclarations.statuses"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "ports":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/customsDeclarations.ports"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "policies":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/customsDeclarations.policies"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "documents":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/customsDeclarations.documents"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "customsDeclarations.transactionQuantities":{
                "properties":{
                    "gtmQuantityTypeGid":{
                        "description":"The GID for the GTM quantity qualifier.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "quantityValue":{
                        "description":"The value of the quantity.",
                        "type":"number",
                        "format":"double"
                    },
                    "uomCode":{
                        "description":"The unit of measure of the quantity. ",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "customsDeclarations.transactionValues":{
                "properties":{
                    "gtmValueQualifierGid":{
                        "description":"The GID for the value qualifier.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "currencyValue":{
                        "description":"The currency value of the trade transaction.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "gtmFormulaExpressionGid":{
                        "description":"Formula(If any) associated with the value qualifier.",
                        "type":"string"
                    },
                    "valueNote":{
                        "description":"A note that shows how the value qualifier is calculated.",
                        "type":"string"
                    },
                    "methodOfCalculation":{
                        "description":"Shows how the currency value should be calculated either manually or by using a formula.",
                        "type":"string"
                    },
                    "isFixed":{
                        "description":"If this is set to false, the currency values can be overridden with the values calculated from formula or any other process.",
                        "type":"boolean"
                    },
                    "valueSetCompRuleGrpId":{
                        "description":"Compliance rule group ID used to assign value set to the transaction.",
                        "type":"string"
                    },
                    "valueFormulaCompRuleGrpId":{
                        "description":"Compliance rule group ID used to assign formula to the value qualifiers on the transaction.",
                        "type":"string"
                    },
                    "paymentMethodCodeGid":{
                        "description":"The payment method. It is a foreign key to PAYMENT_METHOD_CODE table.",
                        "type":"string"
                    },
                    "rcValue":{
                        "description":"The reporting currency value.",
                        "type":"number",
                        "format":"double"
                    },
                    "rcValueCurrencyGid":{
                        "description":"The reporting value currency. It is a foreign key to CURRENCY table.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "customsDeclarations.transactionDates":{
                "properties":{
                    "dateQualifierGid":{
                        "description":"The GID for the date qualifier.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "transactionDate":{
                        "description":"The transaction date.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "customsDeclarations.lines":{
                "properties":{
                    "gtmTransactionLineGid":{
                        "description":"The GID for the GTM trade transaction line.",
                        "type":"string"
                    },
                    "gtmTransactionLineXid":{
                        "description":"The XID for the GTM trade transaction line.",
                        "type":"string"
                    },
                    "lineObjectId":{
                        "description":"N/A",
                        "type":"string"
                    },
                    "lineObjectNo":{
                        "description":"N/A",
                        "type":"number",
                        "format":"int64"
                    },
                    "itemGid":{
                        "description":"The GID for the item associated with the GTM trade transaction line. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "item":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property itemGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "parentTransLineGid":{
                        "description":"Indicates the parent transaction line for a transaction line which is a child line. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "parentTransLine":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property parentTransLineGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeTransactionLines"
                            }
                        ],
                        "readOnly":true
                    },
                    "indicator":{
                        "description":"Marks the condition or state of the GTM trade transaction line using colors.",
                        "type":"string"
                    },
                    "userDefined1IconGid":{
                        "description":"Marks the condition or state of the GTM trade transaction line using images. It is a foreign key reference to ICON table. ",
                        "type":"string"
                    },
                    "userDefined2IconGid":{
                        "description":"Marks the condition or state of the GTM trade transaction line using images. It is a foreign key reference to ICON table. ",
                        "type":"string"
                    },
                    "userDefined3IconGid":{
                        "description":"Marks the condition or state of the GTM trade transaction line using images. It is a foreign key reference to ICON table. ",
                        "type":"string"
                    },
                    "userDefined4IconGid":{
                        "description":"Marks the condition or state of the GTM trade transaction line using images. It is a foreign key reference to ICON table. ",
                        "type":"string"
                    },
                    "userDefined5IconGid":{
                        "description":"Marks the condition or state of the GTM trade transaction line using images. It is a foreign key reference to ICON table. ",
                        "type":"string"
                    },
                    "precedingTransactionLineGid":{
                        "description":"If a transaction line is created from another transaction line, this indicates the preceding transaction line from which this line is created. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "precedingTransactionLine":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property precedingTransactionLineGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeTransactionLines"
                            }
                        ],
                        "readOnly":true
                    },
                    "countryOfOrigin":{
                        "description":"The country of origin for item associated with the GTM trade transaction line.",
                        "type":"string"
                    },
                    "countryOfManufacture":{
                        "description":"The country of manufacture for item associated with the GTM trade transaction line.",
                        "type":"string"
                    },
                    "transLineType":{
                        "description":"Indicates if a line is a transaction line or a declaration line.",
                        "type":"string"
                    },
                    "attribute1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attributeNumber1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "gtmTrItemStructureGid":{
                        "description":"Component of transaction item structure indicates the parent item structure that the line is part of.",
                        "type":"string"
                    },
                    "gtmStructureGid":{
                        "description":"The GID for the trade item structure.",
                        "type":"string"
                    },
                    "gtmStructureComponentSeq":{
                        "description":"The sequence number of the component within an item structure.",
                        "type":"number",
                        "format":"int32"
                    },
                    "incoTermGid":{
                        "description":"The GID for the incoterm associated with the GTM trade transaction line.",
                        "type":"string"
                    },
                    "incoTermLocation":{
                        "description":"The incoterm location associated with the GTM trade transaction line.",
                        "type":"string"
                    },
                    "gtmValuationMethodGid":{
                        "description":"The GID for the valuation method associated with the GTM trade transaction line.",
                        "type":"string"
                    },
                    "gtmBondGid":{
                        "description":"The GID for the bond associated with the GTM trade transaction line.",
                        "type":"string"
                    },
                    "lineItemDescription":{
                        "description":"Describes the item on the transaction line.",
                        "type":"string"
                    },
                    "gtmTradePreferenceGid":{
                        "description":"The GID for the trade preference associated with the GTM trade transaction line.",
                        "type":"string"
                    },
                    "gtmProcedureGid":{
                        "description":"The GID for the procedure associated with the GTM trade transaction line.",
                        "type":"string"
                    },
                    "gtmPriorProcedureGid":{
                        "description":"The GID for the prior procedure associated with the GTM trade transaction line.",
                        "type":"string"
                    },
                    "gtmProcedureDetailGid":{
                        "description":"The GID for the procedure detail associated with the GTM trade transaction line.",
                        "type":"string"
                    },
                    "gtmTariffCode":{
                        "description":"This column represents the trade program applicable for transaction line.",
                        "type":"string"
                    },
                    "importProdClassTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attributeDate11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeNumber11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "countryOfImport":{
                        "description":"This describes the country of import for the transaction line.",
                        "type":"string"
                    },
                    "countryOfExport":{
                        "description":"This describes the country of export for the transaction line.",
                        "type":"string"
                    },
                    "itemStructureGid":{
                        "description":"Item Structure field indicates the structure that was used for qualification or business process.",
                        "type":"string"
                    },
                    "isCanceled":{
                        "description":"Indicates if the transaction line is a canceled line. ",
                        "type":"boolean"
                    },
                    "gtmTipZoneStatusGid":{
                        "description":"Trade Incentive Program Zone Status GID",
                        "type":"string"
                    },
                    "priorZoneStatus":{
                        "description":"Prior Zone Status GID",
                        "type":"string"
                    },
                    "lineCodes":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/customsDeclarations.lines.lineCodes"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "lineDates":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/customsDeclarations.lines.lineDates"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "partyScreens":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/customsDeclarations.lines.partyScreens"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "gtmTransLineProdDocs":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/customsDeclarations.lines.gtmTransLineProdDocs"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "quantities":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/customsDeclarations.lines.quantities"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "values":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/customsDeclarations.lines.values"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "percentageValues":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/customsDeclarations.lines.percentageValues"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "textLinks":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/customsDeclarations.lines.textLinks"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "productClassifications":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/customsDeclarations.lines.productClassifications"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "involvedParties":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/customsDeclarations.lines.involvedParties"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "sanctions":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/customsDeclarations.lines.sanctions"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "statuses":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/customsDeclarations.lines.statuses"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "otherControls":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/customsDeclarations.lines.otherControls"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "remarks":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/customsDeclarations.lines.remarks"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "licenses":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/customsDeclarations.lines.licenses"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "reqdClassifications":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/customsDeclarations.lines.reqdClassifications"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "reportings":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/customsDeclarations.lines.reportings"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "reqdocLinks":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/customsDeclarations.lines.reqdocLinks"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "baseAmounts":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/customsDeclarations.lines.baseAmounts"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "controlScreens":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/customsDeclarations.lines.controlScreens"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "reportQuantities":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/customsDeclarations.lines.reportQuantities"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "refnums":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/customsDeclarations.lines.refnums"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "additionalInfos":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/customsDeclarations.lines.additionalInfos"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "references":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/customsDeclarations.lines.references"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "notes":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/customsDeclarations.lines.notes"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "customsDeclarations.lines.lineCodes":{
                "properties":{
                    "gtmTypeGid":{
                        "description":"The GID for the GTM type or user-defined type. ",
                        "type":"string"
                    },
                    "gtmCode":{
                        "description":"The corresponding code for the GTM type.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "customsDeclarations.lines.lineDates":{
                "properties":{
                    "dateQualifierGid":{
                        "description":"The GID for the date qualifier.",
                        "type":"string"
                    },
                    "transLineDate":{
                        "description":"The transaction line date.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "customsDeclarations.lines.partyScreens":{
                "properties":{
                    "gtmTrPartyScreenGid":{
                        "description":"The GID for the party screening record associated with the GTM trade transaction.",
                        "type":"string"
                    },
                    "gtmTrPartyScreenXid":{
                        "description":"The XID for the party screening record associated with the GTM trade transaction.",
                        "type":"string"
                    },
                    "gtmPartyGid":{
                        "description":"The GID for party associated with the GTM trade transaction line.",
                        "type":"string"
                    },
                    "isPassed":{
                        "description":"The restricted party screening status for a party associated with the GTM trade transaction line.",
                        "type":"boolean"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "contactGid":{
                        "description":"The contact GID. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "contact":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property contactGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "customsDeclarations.lines.gtmTransLineProdDocs":{
                "properties":{
                    "prodDocSequence":{
                        "description":"The sequence number generated for the primary key.",
                        "type":"number",
                        "format":"int64"
                    },
                    "gtmProdDocTypeGid":{
                        "description":"The GID for the GTM trade transaction line produced document type.",
                        "type":"string"
                    },
                    "prodDocRefNumber":{
                        "description":"The document reference number for the produced document. ",
                        "type":"string"
                    },
                    "prodDocDate":{
                        "description":"The document date for the produced document. ",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "prodDocValidationLoc":{
                        "description":"The location where the produced document is validated.  <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "prodDocValidationLocRefObject":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property prodDocValidationLoc, which will be expanded if expandRefs query parameter is set to true (expandRefs=true) <br> This reference object will be displayed only when the optional feature: APPEND REFOBJECT FOR REF ATTR NOT ENDING WITH GID is enabled.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "archiveLocationGid":{
                        "description":"The archive location of the produced document. It is a foreign key to LOCATION table. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "archiveLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property archiveLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "archiveFormat":{
                        "description":"The archive format of the produced document.",
                        "type":"string"
                    },
                    "archiveDetail":{
                        "description":"The archive details of the produced document.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "customsDeclarations.lines.quantities":{
                "properties":{
                    "gtmTransLineQtySeqNo":{
                        "description":"The sequence number of the quantity on the trade transaction line. ",
                        "type":"number",
                        "format":"int64"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "uomCode":{
                        "description":"The unit of measure of the quantity on the trade transaction line. ",
                        "type":"string"
                    },
                    "quantityValue":{
                        "description":"The value of the quantity on the trade transaction line.",
                        "type":"number",
                        "format":"double"
                    },
                    "gtmQuantityTypeGid":{
                        "description":"The GID for the GTM quantity qualifier.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "customsDeclarations.lines.values":{
                "properties":{
                    "gtmValueQualifierGid":{
                        "description":"The GID for the value qualifier on the trade transaction line.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "currencyValue":{
                        "description":"The currency value of the trade transaction line.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "gtmFormulaExpressionGid":{
                        "description":"Formula(If any) associated with the value qualifier.",
                        "type":"string"
                    },
                    "valueNote":{
                        "description":"A note that shows how the value qualifier is calculated.",
                        "type":"string"
                    },
                    "methodOfCalculation":{
                        "description":"Shows how the currency value should be calculated either manually or by using a formula.",
                        "type":"string"
                    },
                    "isFixed":{
                        "description":"If this is set to false, the currency values can be overridden with the values calculated from formula or any other process.",
                        "type":"boolean"
                    },
                    "valueSetCompRuleGrpId":{
                        "description":"Compliance rule group ID used to assign value set to the transaction line.",
                        "type":"string"
                    },
                    "valueFormulaCompRuleGrpId":{
                        "description":"Compliance rule group ID used to assign formula to the value qualifiers on the transaction line.",
                        "type":"string"
                    },
                    "paymentMethodCodeGid":{
                        "description":"The payment method. It is a foreign key to PAYMENT_METHOD_CODE table.",
                        "type":"string"
                    },
                    "rcValue":{
                        "description":"The reporting currency value.",
                        "type":"number",
                        "format":"double"
                    },
                    "rcValueCurrencyGid":{
                        "description":"The reporting currency. It is a foreign key to CURRENCY table.",
                        "type":"string"
                    },
                    "valueDetails":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/customsDeclarations.lines.values.valueDetails"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "customsDeclarations.lines.values.valueDetails":{
                "properties":{
                    "gtmTransactionLineGid":{
                        "description":"The GID for the GTM Trade Transaction Line.",
                        "type":"string"
                    },
                    "gtmValueQualifierGid":{
                        "description":"Value Qualifier Gid ",
                        "type":"string"
                    },
                    "sequenceNo":{
                        "description":"Sequence Number",
                        "type":"number",
                        "format":"int64"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "valueAttribute":{
                        "description":"Value attribute shows the attribute type of the value qualifier.",
                        "type":"string"
                    },
                    "value":{
                        "description":"The currency value of the value attribute.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "valueNote":{
                        "description":"A note that shows how the value attribute is calculated.",
                        "type":"string"
                    },
                    "referenceValueAttribute":{
                        "description":"Reference value attribute column shows which other value attribute this belongs to.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "customsDeclarations.lines.percentageValues":{
                "properties":{
                    "gtmPercentageValueQualGid":{
                        "description":"The GID for the percentage value qualifier associated with the GTM trade transaction line. ",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "percentageValue":{
                        "description":"The percentage value associated with the GTM trade transaction line.",
                        "type":"number",
                        "format":"double"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "customsDeclarations.lines.textLinks":{
                "properties":{
                    "gtmTransLineTextLinkGid":{
                        "description":"The GID for the link between the GTM trade transaction line and the associated text template.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "gtmTransLineTextLinkXid":{
                        "description":"The XID for the link between the GTM trade transaction line and the associated text template.",
                        "type":"string"
                    },
                    "gtmTransactionLineGid":{
                        "description":"The GID for the GTM trade transaction line. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "gtmTransactionLine":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property gtmTransactionLineGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeTransactionLines"
                            }
                        ],
                        "readOnly":true
                    },
                    "textOverride":{
                        "description":"Transactional override for the template on the specific document",
                        "type":"string"
                    },
                    "gtmComplianceRuleGroupGid":{
                        "description":"The GID for the GTM compliance rule set group used to assign a text template to a trade transaction line.",
                        "type":"string"
                    },
                    "gtmComplianceRuleGid":{
                        "description":"The GID for the GTM compliance rule used to assign a text template to a trade transaction line.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "customsDeclarations.lines.productClassifications":{
                "properties":{
                    "gtmTrProdClassificationGid":{
                        "description":"The GID for the product classification assigned to the GTM trade transaction line.",
                        "type":"string"
                    },
                    "gtmTrProdClassificationXid":{
                        "description":"The XID for the product classification assigned to the GTM trade transaction line.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "gtmProdClassCodeGid":{
                        "description":"The GID for the product classification code assigned to the GTM trade transaction line.",
                        "type":"string"
                    },
                    "isFixed":{
                        "description":"Used to indicate if the assigned product classification code is fixed and should not be changed.",
                        "type":"boolean"
                    },
                    "tradeDirection":{
                        "description":"Trade Direction of the product classification. This field is deprecated and should not be used.",
                        "type":"string"
                    },
                    "gtmProductClassTypeGid":{
                        "description":"The GID for the product classification type assigned to the GTM trade transaction line.",
                        "type":"string"
                    },
                    "bindingRulingNumber":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "bindingRulingEffectiveDate":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "bindingRulingExpirationDate":{
                        "description":"Indicates expiration date of binding ruling.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "gtmProdClassPurposeGid":{
                        "description":"The GID of product classification purpose added to GTM Trade Transaction Line. ",
                        "type":"string"
                    },
                    "classificationCode":{
                        "description":"Classification code for an item.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "customsDeclarations.lines.involvedParties":{
                "properties":{
                    "involvedPartyQualGid":{
                        "description":"The GID for the involved party qualifier.",
                        "type":"string"
                    },
                    "involvedPartyContactGid":{
                        "description":"The GID for the involved party contact or party. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "involvedPartyContact":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property involvedPartyContactGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "comMethodGid":{
                        "description":"The GID for the communication method of the involved party.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "customsDeclarations.lines.sanctions":{
                "properties":{
                    "gtmTrSanctionGid":{
                        "description":"The GID for sanction assigned to the GTM trade transaction line.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "gtmComplianceRuleGroupGid":{
                        "description":"The GID for compliance rule set group used to assign the sanction to the GTM trade transaction.",
                        "type":"string"
                    },
                    "gtmComplianceRuleGid":{
                        "description":"The GID for compliance rule used to assign the sanction to the GTM trade transaction.",
                        "type":"string"
                    },
                    "gtmControlTypeGid":{
                        "description":"The GID for the sanction control type assigned to the GTM trade transaction.",
                        "type":"string"
                    },
                    "controlCode":{
                        "description":"The sanction control code assigned to the GTM trade transaction.",
                        "type":"string"
                    },
                    "gtmTrSanctionXid":{
                        "description":"The XID for the sanction assigned to the GTM trade transaction.",
                        "type":"string"
                    },
                    "authorizationText":{
                        "description":"The authorization used to override a sanction assigned to the GTM trade transaction line.",
                        "type":"string"
                    },
                    "authorizationAddedBy":{
                        "description":"The user who added the authorization used to override a sanction.",
                        "type":"string"
                    },
                    "authorizationAddedOn":{
                        "description":"The date on which an authorization is added to the sanction.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "customsDeclarations.lines.statuses":{
                "properties":{
                    "statusTypeGid":{
                        "description":"The GID for the transaction line status type.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "statusValueGid":{
                        "description":"The GID for the transaction line status value.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "customsDeclarations.lines.otherControls":{
                "properties":{
                    "gtmTrOtherControlGid":{
                        "description":"The GID for the GTM trade transaction line control code for other control screening.",
                        "type":"string"
                    },
                    "gtmTrOtherControlXid":{
                        "description":"The XID for the GTM trade transaction line control code for other control screening.",
                        "type":"string"
                    },
                    "gtmComplianceRuleGroupGid":{
                        "description":"The GID for the compliance rule set group used to assign the control type/control code for other control screening to the GTM trade transaction line.",
                        "type":"string"
                    },
                    "gtmComplianceRuleGid":{
                        "description":"The GID for the compliance rule used to assign the control type/control code for other control screening to the GTM trade transaction line.",
                        "type":"string"
                    },
                    "gtmControlTypeGid":{
                        "description":"The GID for the control type assigned to the GTM trade transaction line for other control screening.",
                        "type":"string"
                    },
                    "controlCode":{
                        "description":"The control code assigned to the GTM trade transaction line.",
                        "type":"string"
                    },
                    "authorizationText":{
                        "description":"The authorization information entered by a user to release the control assigned to the GTM trade transaction line during other control screening.",
                        "type":"string"
                    },
                    "authorizationAddedBy":{
                        "description":"The user who submitted the authorization.",
                        "type":"string"
                    },
                    "authorizationAddedOn":{
                        "description":"The date the authorization was submitted.  ",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "gtmExceptionControlTypeGid":{
                        "description":"The GID for the exception control type assigned to the GTM trade transaction line during other control screening.",
                        "type":"string"
                    },
                    "gtmExceptionControlCode":{
                        "description":"The exception control code assigned to the GTM trade transaction line during other control screening.",
                        "type":"string"
                    },
                    "exceptionComplianceRuleGid":{
                        "description":"The GID for the compliance rule used to assign the exception control type/control code to the GTM trade transaction line for other control screening.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "customsDeclarations.lines.remarks":{
                "properties":{
                    "remarkSequence":{
                        "description":"The sequence number for the GTM trade transaction line remark. ",
                        "type":"number",
                        "format":"int64"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "remarkQualGid":{
                        "description":"The GID for the GTM trade transaction line remark.",
                        "type":"string"
                    },
                    "remarkText":{
                        "description":"The remark text for the GTM trade transaction line. ",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "customsDeclarations.lines.licenses":{
                "properties":{
                    "gtmTransLineLicenseSeq":{
                        "description":"The sequence number for the license line assigned to the trade transaction. ",
                        "type":"number",
                        "format":"int64"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "licenseLineGid":{
                        "description":"The GID for the GTM license line.",
                        "type":"string"
                    },
                    "gtmQuantityTypeGid":{
                        "description":"The GID for the GTM quantity qualifier.",
                        "type":"string"
                    },
                    "quantityValue":{
                        "description":"The value of the license line quantity allocated to the trade transaction line.",
                        "type":"number",
                        "format":"double"
                    },
                    "quantityUom":{
                        "description":"The unit of measure of the license line quantity allocated to the trade transaction line. ",
                        "type":"string"
                    },
                    "gtmValueQualifierGid":{
                        "description":"The GID for the GTM value qualifier.",
                        "type":"string"
                    },
                    "licenseExpirationDate":{
                        "description":"The expiration date of the license assigned to the trade transaction line.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "userGid":{
                        "description":"The GID for GTM user which assigned the license to the trade transaction line.",
                        "type":"string"
                    },
                    "assignedDate":{
                        "description":"The date that the license is assigned to the trade transaction line.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "comments":{
                        "description":"Comments.",
                        "type":"string"
                    },
                    "currencyValue":{
                        "description":"The currency value of the license line assigned to the trade transaction.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "exchangeRateGid":{
                        "description":"The Exchange Rate ID used for value conversion between the license and the trade transaction. It is foreign key reference to EXCHANGE_RATE table. ",
                        "type":"string"
                    },
                    "rateExchangeDate":{
                        "description":"The Exchange Rate date used for value conversion between the license and the trade transaction.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "gtmControlTypeGid":{
                        "description":"The control type being released by the license line assigned to the trade transaction.",
                        "type":"string"
                    },
                    "controlCode":{
                        "description":"The control code being released by the license line assigned to the trade transaction.",
                        "type":"string"
                    },
                    "gtmLlUsageSequenceNo":{
                        "description":"The sequence number of the license line usage.",
                        "type":"number",
                        "format":"int64"
                    },
                    "transactionDate":{
                        "description":"Transaction date is set on performing license assignment based on the date qualifier configured on license code option.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "tradeLicenses":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/customsDeclarations.lines.licenses.tradeLicenses"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "customsDeclarations.lines.licenses.tradeLicenses":{
                "properties":{
                    "licenseGid":{
                        "description":"The GID for the GTM license.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "licenseXid":{
                        "description":"The XID for the GTM license.",
                        "type":"string"
                    },
                    "licenseNumber":{
                        "description":"The license number issued by the licensing authority.",
                        "type":"string"
                    },
                    "licenseCategoryGid":{
                        "description":"The GID for the GTM license category.",
                        "type":"string"
                    },
                    "licenseTypeGid":{
                        "description":"The GID for the GTM license type.",
                        "type":"string"
                    },
                    "licenseCode":{
                        "description":"The license code assigned to the license.",
                        "type":"string"
                    },
                    "gtmRegimeGid":{
                        "description":"The GID for the regime.",
                        "type":"string"
                    },
                    "gtmJurisdictionGid":{
                        "description":"The GID for the jurisdiction.",
                        "type":"string"
                    },
                    "isTemplate":{
                        "description":"Checkbox indicating whether or not this license record will be used as a license template or not.",
                        "type":"boolean"
                    },
                    "indicator":{
                        "description":"Marks the condition or state of the GTM license using colors.",
                        "type":"string"
                    },
                    "userDefined1IconGid":{
                        "description":"Marks the condition or state of the GTM license using images. It is a foreign key reference to ICON table. ",
                        "type":"string"
                    },
                    "userDefined2IconGid":{
                        "description":"Marks the condition or state of the GTM license using images. It is a foreign key reference to ICON table. ",
                        "type":"string"
                    },
                    "userDefined3IconGid":{
                        "description":"Marks the condition or state of the GTM license using images. It is a foreign key reference to ICON table. ",
                        "type":"string"
                    },
                    "userDefined4IconGid":{
                        "description":"Marks the condition or state of the GTM license using images. It is a foreign key reference to ICON table. ",
                        "type":"string"
                    },
                    "userDefined5IconGid":{
                        "description":"Marks the condition or state of the GTM license using images. It is a foreign key reference to ICON table. ",
                        "type":"string"
                    },
                    "isActive":{
                        "description":"Checkbox indicating if the license record is active or not.",
                        "type":"boolean"
                    },
                    "effectiveDate":{
                        "description":"The date on which the license is effective.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "expirationDate":{
                        "description":"The date on which the license expires.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "requestedDate":{
                        "description":"The date on which the license was requested from the licensing authority.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "approvalDate":{
                        "description":"The date on which the license was approved by the licensing authority.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "renewalDate":{
                        "description":"The date on which the license was renewed with the licensing authority.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "endDate":{
                        "description":"The date on which the license ends.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "attribute1":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute2":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute3":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute4":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute5":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute6":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute7":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute8":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute9":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute10":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute11":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute12":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute13":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute14":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute15":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute16":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute17":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute18":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute19":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute20":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attributeNumber1":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber2":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber3":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber4":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber5":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber6":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber7":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber8":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber9":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber10":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate1":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate2":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate3":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate4":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate5":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate6":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate7":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate8":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate9":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate10":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "allowSupplementFromBal":{
                        "description":"Controls automatic additional license assignment. ",
                        "type":"boolean"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "customsDeclarations.lines.reqdClassifications":{
                "properties":{
                    "gtmProdClassTypeGid":{
                        "description":"The GID for the required product classification type associated with the GTM trade transaction line.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "customsDeclarations.lines.reportings":{
                "properties":{
                    "gtmTrReportingGid":{
                        "description":"The GID for the reporting results assigned to the GTM trade transaction line.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "gtmTrReportingXid":{
                        "description":"The XID for the reporting results assigned to the GTM trade transaction line.",
                        "type":"string"
                    },
                    "gtmComplianceRuleGroupGid":{
                        "description":"The GID for the compliance rule set group used to assign the reporting results to the GTM trade transaction line.",
                        "type":"string"
                    },
                    "gtmComplianceRuleGid":{
                        "description":"The GID for the compliance rule used to assign the reporting results to the GTM trade transaction line.",
                        "type":"string"
                    },
                    "gtmRegimeGid":{
                        "description":"The GID for the regime associated with the reporting results control assigned to the GTM trade transaction line.",
                        "type":"string"
                    },
                    "gtmControlTypeGid":{
                        "description":"The GID for the control type assigned in the reporting results of the GTM trade transaction line.",
                        "type":"string"
                    },
                    "gtmControlCode":{
                        "description":"The control code assigned in the reporting results of the GTM trade transaction line.",
                        "type":"string"
                    },
                    "gtmExceptionControlTypeGid":{
                        "description":"The GID for the exception control type assigned in the reporting results of the GTM trade transaction line.",
                        "type":"string"
                    },
                    "gtmExceptionControlCode":{
                        "description":"The exception control code assigned in the reporting results of the GTM trade transaction line.",
                        "type":"string"
                    },
                    "exceptionComplianceRuleGid":{
                        "description":"The GID for the exception compliance rule used to assign the reporting results to the GTM trade transaction line.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "customsDeclarations.lines.reqdocLinks":{
                "properties":{
                    "gtmTransLineReqdocLinkGid":{
                        "description":"The GID for the required document associated with the GTM trade transaction line.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "gtmTransLineReqdocLinkXid":{
                        "description":"The XID for the required document associated with the GTM trade transaction line.",
                        "type":"string"
                    },
                    "gtmTransactionGid":{
                        "description":"The GID for the GTM trade transaction.",
                        "type":"string"
                    },
                    "documentDefGid":{
                        "description":"Required document type for the GTM trade transaction.",
                        "type":"string"
                    },
                    "gtmComplianceRuleGroupGid":{
                        "description":"The GID for the compliance rule set group.",
                        "type":"string"
                    },
                    "gtmComplianceRuleGid":{
                        "description":"The GID for the compliance rule.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "customsDeclarations.lines.baseAmounts":{
                "properties":{
                    "gtmBaseAmountTypeGid":{
                        "description":"The GID for the base amount type.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "gtmComplianceRuleGroupGid":{
                        "description":"The GID for the compliance rule set group.",
                        "type":"string"
                    },
                    "gtmComplianceRuleGid":{
                        "description":"The GID for the compliance rule.",
                        "type":"string"
                    },
                    "gtmRegimeGid":{
                        "description":"The GID for the regime.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "customsDeclarations.lines.controlScreens":{
                "properties":{
                    "gtmTrControlScreenGid":{
                        "description":"The GID for the GTM trade transaction line control code.",
                        "type":"string"
                    },
                    "gtmTrControlScreenXid":{
                        "description":"The XID for the GTM trade transaction line control code.",
                        "type":"string"
                    },
                    "gtmComplianceRuleGroupGid":{
                        "description":"The GID for the compliance rule set group used to assign the control type/control code to the GTM trade transaction line.",
                        "type":"string"
                    },
                    "gtmComplianceRuleGid":{
                        "description":"The GID for the compliance rule used to assign the control type/control code to the GTM trade transaction line.",
                        "type":"string"
                    },
                    "gtmExceptionControlTypeGid":{
                        "description":"The GID for the exception control type assigned to the GTM trade transaction line.",
                        "type":"string"
                    },
                    "gtmExceptionControlCode":{
                        "description":"The exception control code assigned to the GTM trade transaction line.",
                        "type":"string"
                    },
                    "gtmRegulationReferenceGid":{
                        "description":"The GID for the regulation reference associated with the control assigned to the GTM trade transaction line.",
                        "type":"string"
                    },
                    "gtmControlTypeGid":{
                        "description":"The GID for the control type assigned to the GTM trade transaction line.",
                        "type":"string"
                    },
                    "controlCode":{
                        "description":"The control code assigned to the GTM trade transaction line.",
                        "type":"string"
                    },
                    "licenseNumber":{
                        "description":"The license number associated with the license used to release a control on the GTM trade transaction line.",
                        "type":"string"
                    },
                    "licenseQuantity":{
                        "description":"The quantity from the associated license used to release a control on the GTM trade transaction line.",
                        "type":"number",
                        "format":"double"
                    },
                    "licenseUom":{
                        "description":"The unit of measured for the quantity from the associated license used to release a control on the GTM trade transaction line.",
                        "type":"string"
                    },
                    "licenseAddedBy":{
                        "description":"Specifies who added the license to the GTM trade transaction line.",
                        "type":"string"
                    },
                    "licenseAddedOn":{
                        "description":"Specifies the date on which the license is added to the GTM trade transaction line.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "gtmControlCategory":{
                        "description":"The control category associated with the control type/control code assigned to the GTM trade transaction line.",
                        "type":"string"
                    },
                    "gtmRegistrationGid":{
                        "description":"The GID for the registration associated with the GTM trade transaction line.",
                        "type":"string"
                    },
                    "involvedPartyQualGid":{
                        "description":"The GID for the involved party associated with the control code assigned to the GTM trade transaction line.",
                        "type":"string"
                    },
                    "exceptionComplianceRuleGid":{
                        "description":"The GID for the compliance rule used to assign the exception control type/control code to the GTM trade transaction line.",
                        "type":"string"
                    },
                    "gtmAuthorizationTypeGid":{
                        "description":"The authorization type of the  license number associated with the license used to release a control on the GTM trade transaction line.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "customsDeclarations.lines.reportQuantities":{
                "properties":{
                    "gtlrqSeqNum":{
                        "description":"The sequence number of the quantity on the trade transaction line. ",
                        "type":"number",
                        "format":"int64"
                    },
                    "gtmProdClassTypeGid":{
                        "description":"The GID for the product classification type for the reporting quantity.",
                        "type":"string"
                    },
                    "gtmQuantityTypeGid":{
                        "description":"The GID for the GTM quantity qualifier for the reporting quantity.",
                        "type":"string"
                    },
                    "quantityValue":{
                        "description":"The value of the quantity on the trade transaction line for the reporting quantity.",
                        "type":"number",
                        "format":"double"
                    },
                    "uomCode":{
                        "description":"The unit of measure of the quantity on the trade transaction line for the reporting quantity. ",
                        "type":"string"
                    },
                    "attributeName":{
                        "description":"Refers to the unit of measure selected in uom_code. For example, REPORTING UOM1.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "gtmProdClassCodeGid":{
                        "description":"The GID for the product classification code for the reporting quantity.",
                        "type":"string"
                    },
                    "classificationCode":{
                        "description":"Classification code for an item.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "customsDeclarations.lines.refnums":{
                "properties":{
                    "gtmTranslineRefnumQualGid":{
                        "description":"The GID for the GTM trade transaction line reference number qualifier.",
                        "type":"string"
                    },
                    "refnumValue":{
                        "description":"The value of the reference number.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "customsDeclarations.lines.additionalInfos":{
                "properties":{
                    "gtmAdditionalInfoGid":{
                        "description":"The GID for the GTM additional information.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "textOverride":{
                        "description":"Text specified in this field will override the default text defined in the GTM additional information. ",
                        "type":"string"
                    },
                    "exportFrom":{
                        "description":"Country or region from which the goods are being exported.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "customsDeclarations.lines.references":{
                "properties":{
                    "transLineRefGid":{
                        "description":"The GID for the GTM trade transaction line that is aggregated to the declaration line.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "quantityValue":{
                        "description":"Defines the quantity value of transaction line that is aggregated to the declaration line.",
                        "type":"number",
                        "format":"double"
                    },
                    "quantityUomCode":{
                        "description":"Defines the unit of measure for the value that is aggregated to the declaration line.",
                        "type":"string"
                    },
                    "gtmQuantityTypeGid":{
                        "description":"The GID used for the trade transaction line quantity qualifier. It is the quantity qualifier of the transaction line aggregated to the declaration line.",
                        "type":"string"
                    },
                    "isPrimary":{
                        "description":"Identifies the primary transaction among multiple transactions listed. The values are Y/N.",
                        "type":"string"
                    },
                    "transactionRefGid":{
                        "description":"The GID for the GTM trade transaction related to the GTM trade transaction line that is aggregated to the declaration line.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "customsDeclarations.lines.notes":{
                "properties":{
                    "noteSequenceNo":{
                        "description":"Sequence number of notes.",
                        "type":"number",
                        "format":"int64"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "timestamp":{
                        "description":"Timestamp of the event that is noted.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "summary":{
                        "description":"High level description about the event.",
                        "type":"string"
                    },
                    "note":{
                        "description":"Detailed description about the event.",
                        "type":"string"
                    },
                    "enteredBy":{
                        "description":"The action name or the manual intervention that resulted in this note",
                        "type":"string"
                    },
                    "isSystemGenerated":{
                        "description":"Says if the note is generated by the system or manually added by the user.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "customsDeclarations.remarks":{
                "properties":{
                    "remarkSequence":{
                        "description":"The sequence number for the GTM trade transaction remark. ",
                        "type":"number",
                        "format":"int64"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "remarkQualGid":{
                        "description":"The GID for the GTM trade transaction remark.",
                        "type":"string"
                    },
                    "remarkText":{
                        "description":"The remark text for the GTM trade transaction. ",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "customsDeclarations.reqdocs":{
                "properties":{
                    "documentDefGid":{
                        "description":"Required document type for the GTM trade transaction.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "numRevisions":{
                        "description":"The number of document revisions generated.",
                        "type":"number",
                        "format":"int32"
                    },
                    "reviewStatus":{
                        "description":"The review status of the required document. ",
                        "type":"string"
                    },
                    "gtmComplianceRuleGroupGid":{
                        "description":"The GID for the compliance rule set group.",
                        "type":"string"
                    },
                    "gtmComplianceRuleGid":{
                        "description":"The GID for the compliance rule.",
                        "type":"string"
                    },
                    "instructions":{
                        "description":"Free-form field to hold document attributes. E.g. a document could be denoted as required or optional.",
                        "type":"string"
                    },
                    "reviewers":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/customsDeclarations.reqdocs.reviewers"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "texts":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/customsDeclarations.reqdocs.texts"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "docs":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/customsDeclarations.reqdocs.docs"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "subscribers":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/customsDeclarations.reqdocs.subscribers"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "statuses":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/customsDeclarations.reqdocs.statuses"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "customsDeclarations.reqdocs.reviewers":{
                "properties":{
                    "contactGid":{
                        "description":"The GID for the document reviewer. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "contact":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property contactGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "asInvolvedPartyQualGid":{
                        "description":"The involved party of the reviewer if they are acting as a party on the trade transaction.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "customsDeclarations.reqdocs.texts":{
                "properties":{
                    "textTemplateGid":{
                        "description":"The GID for the text template associated with the GTM trade transaction line.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "gtmTransactionLineGid":{
                        "description":"The GID for the GTM trade transaction line. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "gtmTransactionLine":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property gtmTransactionLineGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeTransactionLines"
                            }
                        ],
                        "readOnly":true
                    },
                    "gtmComplianceRuleGid":{
                        "description":"The compliance rule used to assign the text template to the GTM trade transaction.",
                        "type":"string"
                    },
                    "gtmComplianceRuleGroupGid":{
                        "description":"The compliance rule set group used to assign the text template to the GTM trade transaction.",
                        "type":"string"
                    },
                    "textOverride":{
                        "description":"Transactional override for the template on the specific document.",
                        "type":"string"
                    },
                    "textLinks":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/customsDeclarations.reqdocs.texts.textLinks"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "customsDeclarations.reqdocs.texts.textLinks":{
                "properties":{
                    "gtmTransLineTextLinkGid":{
                        "description":"The GID for the link between the GTM trade transaction line and the associated text template.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "gtmTransLineTextLinkXid":{
                        "description":"The XID for the link between the GTM trade transaction line and the associated text template.",
                        "type":"string"
                    },
                    "gtmTransactionLineGid":{
                        "description":"The GID for the GTM trade transaction line. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "gtmTransactionLine":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property gtmTransactionLineGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeTransactionLines"
                            }
                        ],
                        "readOnly":true
                    },
                    "textOverride":{
                        "description":"Transactional override for the template on the specific document",
                        "type":"string"
                    },
                    "gtmComplianceRuleGroupGid":{
                        "description":"The GID for the GTM compliance rule set group used to assign a text template to a trade transaction line.",
                        "type":"string"
                    },
                    "gtmComplianceRuleGid":{
                        "description":"The GID for the GTM compliance rule used to assign a text template to a trade transaction line.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "customsDeclarations.reqdocs.docs":{
                "properties":{
                    "documentGid":{
                        "description":"The GID for the document instance. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "document":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property documentGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/documents"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "documentRevision":{
                        "description":"The revision count for the document.",
                        "type":"number",
                        "format":"int32"
                    },
                    "review":{
                        "description":"The review status of the required document. ",
                        "type":"string"
                    },
                    "annotations":{
                        "description":"Annotations for a document revision.",
                        "type":"string"
                    },
                    "documentCmsName":{
                        "description":"The document name used to identify a set of revisions (versions) for a CMS.",
                        "type":"string"
                    },
                    "reviews":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/customsDeclarations.reqdocs.docs.reviews"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "customsDeclarations.reqdocs.docs.reviews":{
                "properties":{
                    "contactGid":{
                        "description":"The GID for the document reviewer. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "contact":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property contactGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "state":{
                        "description":"The review status of the document.",
                        "type":"string"
                    },
                    "comments":{
                        "description":"Comments from the reviewer for the specific document.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "customsDeclarations.reqdocs.subscribers":{
                "properties":{
                    "contactGid":{
                        "description":"The GID for the document reviewer. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "contact":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property contactGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "asInvolvedPartyQualGid":{
                        "description":"The involved party of the subscriber if they are acting as a party on the trade transaction.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "customsDeclarations.reqdocs.statuses":{
                "properties":{
                    "statusTypeGid":{
                        "description":"The status type associated with a required document.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "statusValueGid":{
                        "description":"The status value associated with a required document.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "customsDeclarations.refnums":{
                "properties":{
                    "gtmTransRefnumQualGid":{
                        "description":"The GID for the GTM trade transaction reference number.",
                        "type":"string"
                    },
                    "refnumValue":{
                        "description":"The value of the reference number.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "customsDeclarations.transactionCodes":{
                "properties":{
                    "gtmTypeGid":{
                        "description":"The GID for the GTM type or user-defined type. ",
                        "type":"string"
                    },
                    "gtmCode":{
                        "description":"The corresponding code for the GTM type.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "customsDeclarations.involvedLocations":{
                "properties":{
                    "involvedLocationQualGid":{
                        "description":"The GID for the involved location qualifier.",
                        "type":"string"
                    },
                    "involvedLocationGid":{
                        "description":"The GID for the involved location. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "involvedLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property involvedLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "customsDeclarations.involvedParties":{
                "properties":{
                    "involvedPartyQualGid":{
                        "description":"The GID for the involved party qualifier.",
                        "type":"string"
                    },
                    "involvedPartyContactGid":{
                        "description":"The GID for the involved party contact or party. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "involvedPartyContact":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property involvedPartyContactGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "comMethodGid":{
                        "description":"The GID for the communication method of the involved party.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "customsDeclarations.statuses":{
                "properties":{
                    "statusTypeGid":{
                        "description":"The GID for the transaction status type.",
                        "type":"string"
                    },
                    "statusValueGid":{
                        "description":"The GID for the transaction status value.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "customsDeclarations.ports":{
                "properties":{
                    "gtmPortQualifierGid":{
                        "description":"The GID for the GTM port qualifier.",
                        "type":"string"
                    },
                    "locationGid":{
                        "description":"The GID for the location. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "location":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property locationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "customsDeclarations.policies":{
                "properties":{
                    "gtmPolicyQualifierGid":{
                        "description":"The GID for the GTM policy qualifier.",
                        "type":"string"
                    },
                    "gtmComplianceTemplateGid":{
                        "description":"The GID for the GTM compliance template.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "gtmComplianceRuleGid":{
                        "description":"The GID for the GTM compliance rule.",
                        "type":"string"
                    },
                    "gtmComplianceRuleGroupGid":{
                        "description":"The GID for the GTM compliance rule set group.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "customsDeclarations.documents":{
                "properties":{
                    "documentGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentDefGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentUrl":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentMimeType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentFilename":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "ownerDataQueryTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "reportGid":{
                        "description":"The report associated with the document attachment, if content was generated by the report subsystem.",
                        "type":"string"
                    },
                    "generatedAt":{
                        "description":"If preparation, date/time content was last generated",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "uploadedAt":{
                        "description":"If attachment, date/time content was last updated",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "documentTrackingNum":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentCmsId":{
                        "description":"A GUID to associate the document with content stored on its remote CMS. Valid when document_type=CMS.",
                        "type":"string"
                    },
                    "contentManagementSystemGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "usedAs":{
                        "description":"Represents the classification of a document.(C/I/L/T)",
                        "type":"string"
                    },
                    "relatedDocumentGid":{
                        "description":"Represents the related document for consolidated/linked documents. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "relatedDocument":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property relatedDocumentGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/documents"
                            }
                        ],
                        "readOnly":true
                    },
                    "effectiveDate":{
                        "description":"represents effective date for a document",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "expirationDate":{
                        "description":"Represents expiration date for a document.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "userDefined1IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined2IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined3IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined4IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined5IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "partyGroups":{
                "properties":{
                    "gtmPartyListGroupGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmPartyListGroupXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "details":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/partyGroups.details"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "partyGroups.details":{
                "properties":{
                    "contactGid":{
                        "description":"No description. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "contact":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property contactGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "isIncluded":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "involvedPartyQualGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "orientations":{
                "properties":{
                    "orientationGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "orientationXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "orientationName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "orientationIconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "verticalOrientation":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "horizontalOrientation":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isCylindrical":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "rateUnitBreakProfiles":{
                "properties":{
                    "rateUnitBreakProfileGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "rateUnitBreakProfileXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "rateUnitBreakProfileName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "dataType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "lookupType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "uomType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "rateUnitBreaks":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/rateUnitBreakProfiles.rateUnitBreaks"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "rateUnitBreakProfiles.rateUnitBreaks":{
                "properties":{
                    "rateUnitBreakGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "rateUnitBreakXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "rateUnitBreakMax":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "rateOfferings":{
                "properties":{
                    "rateOfferingGid":{
                        "description":"The GID for the rate offering.",
                        "type":"string"
                    },
                    "rateOfferingXid":{
                        "description":"The XID for the rate offering.",
                        "type":"string"
                    },
                    "rateOfferingTypeGid":{
                        "description":"The GID for the rate offering type.",
                        "type":"string"
                    },
                    "rateOfferingDesc":{
                        "description":"Stores descriptive information about the rate offering.",
                        "type":"string"
                    },
                    "servprovGid":{
                        "description":"The GID for the service provider. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "servprov":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property servprovGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/serviceProviders"
                            }
                        ],
                        "readOnly":true
                    },
                    "rateGroupGid":{
                        "description":"The GID for the rate group.",
                        "type":"string"
                    },
                    "currencyGid":{
                        "description":"The GID for the currency.",
                        "type":"string"
                    },
                    "transportModeGid":{
                        "description":"The GID for the transport mode.",
                        "type":"string"
                    },
                    "userClassification1":{
                        "description":"The user classification fields are provided to capture information about the rate offering's usage. VARCHAR2(30) ",
                        "type":"string"
                    },
                    "userClassification2":{
                        "description":"The user classification fields are provided to capture information about the rate offering's usage. VARCHAR2(30) ",
                        "type":"string"
                    },
                    "userClassification3":{
                        "description":"The user classification fields are provided to capture information about the rate offering's usage. VARCHAR2(30) ",
                        "type":"string"
                    },
                    "userClassification4":{
                        "description":"The user classification fields are provided to capture information about the rate offering's usage. VARCHAR2(30) ",
                        "type":"string"
                    },
                    "equipmentGroupProfileGid":{
                        "description":"The GID for the equipment group profile.",
                        "type":"string"
                    },
                    "rateServiceGid":{
                        "description":"The GID for the rate service.",
                        "type":"string"
                    },
                    "rateVersionGid":{
                        "description":"The GID for the rate version.",
                        "type":"string"
                    },
                    "maxDistanceConstraint":{
                        "description":"The maximum distance field is intended to be used to match the rate offering with shipments. The system calculates the distance between the source and destination address of the shipment being considered, then compares that calculated distance to the maximum Distance field value to see if the rate offering matches or is below the maximum distance constraint.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "minWeightConstraint":{
                        "description":"The minimum weight constraint is used when matching rate offerings with shipments. If a shipment's weight is less than the minimum value, then this rate offering does not qualify for the shipment in question.<br>",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "maxWeightConstraint":{
                        "description":"The maximum weight constraint is used when matching rate offerings with shipments. If a shipment's weight is greater than the maximum value, then this rate offering does not qualify for the shipment in question.<br>",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "minVolumeConstraint":{
                        "description":"The minimum volume constraint is used when matching rate offerings with shipments. If a shipment's volume is less than the minimum value, then this rate offering does not qualify for the shipment in question.<br>",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "maxVolumeConstraint":{
                        "description":"The maximum volume constraint is used when matching rate offerings with shipments. If a shipment's volume is greater than the maximum value, then this rate offering does not qualify for the shipment in question.<br>",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "maxShipUnitWeight":{
                        "description":"The maximum ship unit weight constraint is used when matching rate offerings with shipments. If any ship unit on the shipment exceeds the maximum ship unit weight, this rate offering does not qualify for the shipment in question.<br>",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "tariffName":{
                        "description":"The Tariff Name fields allows you to put the name of the tariff that the rate offering is related to. For example, if this is a base rate offering you can put the name of the tariff that the rate offering is based on/is using.",
                        "type":"string"
                    },
                    "minCost":{
                        "description":"The Minimum Cost field stores the absolute minimum charge that applies for the rate offering.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "rateDistanceGid":{
                        "description":"The GID for rate distance.",
                        "type":"string"
                    },
                    "rateQualityGid":{
                        "description":"The GID for rate quantity.",
                        "type":"string"
                    },
                    "rateClassificationGid":{
                        "description":"The GID for rate classification.",
                        "type":"string"
                    },
                    "externalRatingEngineGid":{
                        "description":"The GID for the external rating engine.",
                        "type":"string"
                    },
                    "circuityAllowancePercent":{
                        "description":"Circuity Allowance Percent indicates the allowed amount of out of route distance (as a percent of the direct source to final destination distance) that is free/ before Circuitous Distance Cost are charged. <br>Circuity Allowance Percent = (t/d-1)*100 where:<br>t is the allowed total distance traveled between the first and last stop of the shipment.<br>d is the shortest distance between the first and last stop of the shipment.<br>If the allowed total distance is 1500 miles and the distance between the first and last stop is 1300 miles, Circuity Allowance Percent = (1500/1300-1)*100 = (1.15-1)*100 = 15%. The lower the percentage, the more in line the route must be.",
                        "type":"number",
                        "format":"double"
                    },
                    "totalStopsConstraint":{
                        "description":"For rate offerings where the service provider will provide multi-stop coverage, the total stops constraints sets a constraint on the total number of stops (pickup and delivery) that the rate can be used for.",
                        "type":"number",
                        "format":"int32"
                    },
                    "pickupStopsConstraint":{
                        "description":"For rate offerings where the service provider will provide multi-stop coverage, the total pickup stops constraints sets a constraint on the total number of pickup stops that the rate can be used for.",
                        "type":"number",
                        "format":"int32"
                    },
                    "deliveryStopsConstraint":{
                        "description":"For rate offerings where the service provider will provide multi-stop coverage, the total delivery stops constraints sets a constraint on the total number of delivery stops that the rate can be used for.",
                        "type":"number",
                        "format":"int32"
                    },
                    "circuityDistanceCost":{
                        "description":"Circuity Distance Cost is the per distance unit charge for each unit over the included/free amount.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "maxCircuityPercent":{
                        "description":"The rate offering constraint that defines the maximum circuity percent for the rate offering. If this value is exceeded, the rate offering cannot be applied to the shipment. To use this field, you must have a value in the Circuity Distance Cost field. If there is no additional cost applicable, then enter a cost of 0.00.",
                        "type":"number",
                        "format":"double"
                    },
                    "maxCircuityDistance":{
                        "description":"The rate offering constraint that defines the maximum circuity distance for the rate offering. If this value is exceeded, the rate offering cannot be applied to the shipment. To use this field, you must have a value in the Circuity Distance Cost field. If there is no additional cost applicable, then enter a cost of 0.00.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "stopsIncludedInRate":{
                        "description":"The Stops Included in Rate field indicates the number of free stops included in the rate offering before stop-off charges apply. The source and destination locations count as stops so, typically, the minimum number of stops included in the rate is 2. Additional charges apply for all stops not included in the rate.",
                        "type":"number",
                        "format":"int32"
                    },
                    "flexCommodityProfileGid":{
                        "description":"The GID for the flex commodity profile.",
                        "type":"string"
                    },
                    "exchangeRateGid":{
                        "description":"The GID for the exchange rate.",
                        "type":"string"
                    },
                    "commodityUsage":{
                        "description":"Indicates if the rate offering is or is not a commodity based rate offering i.e., are rates based on the classification of the freight. Values (F/C).",
                        "type":"string"
                    },
                    "fakRateAs":{
                        "description":"Freight all kinds rate as commodity. Values (Y/N).",
                        "type":"string"
                    },
                    "fakFlexCommodityValue":{
                        "description":"Freight all kinds rate as commodity value.",
                        "type":"string"
                    },
                    "rmAbsoluteMinCost":{
                        "description":"The Absolute Minimum Base Charge field determines the minimum charge that applies regardless of discounted savings.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "maxCost":{
                        "description":"The absolute maximum cost that applies, regardless of actual rated cost to ship.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "minStops":{
                        "description":"The absolute minimum number of stops allowed for shipments using this rate.",
                        "type":"number",
                        "format":"int32"
                    },
                    "minLengthConstraint":{
                        "description":"The minimum length constraint is used when matching the rate offering to a shipment. If a ship unit's length is less than the minimum, the rate offering does not qualify.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "maxLengthConstraint":{
                        "description":"The maximum length constraint is used when matching the rate offering to a shipment. If a ship unit's length requirements is greater than the maximum length constraint, the rate offering does not qualify.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "minWidthConstraint":{
                        "description":"The minimum width constraint is used when matching the rate offering to a shipment. If a ship unit's width is less than the minimum, the rate offering does not qualify.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "maxWidthConstraint":{
                        "description":"The maximum width constraint is used when matching the rate offering to a shipment. If a ship unit's length requirements is greater than the maximum width constraint, the rate offering does not qualify.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "minHeightConstraint":{
                        "description":"The minimum height constraint is used when matching the rate offering to a shipment. If a ship unit's height is less than the minimum, the rate offering does not qualify.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "maxHeightConstraint":{
                        "description":"The maximum height constraint is used when matching the rate offering to a shipment. If a ship units' length requirements is greater than the maximum height constraint the rate offering does not qualify.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "minGirthConstraint":{
                        "description":"The minimum girth constraint is used when matching the rate offering to a shipment. If a ship unit's girth is less than the minimum, the rate offering does not qualify. Note: Dimensional girth is calculated as length + (2xWidth + 2xHeight).",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "maxGirthConstraint":{
                        "description":"The maximum girth constraint is used when matching the rate offering to a shipment. If a ship unit's length requirements is greater than the maximum girth constraint the rate offering does not qualify. Note: Dimensional girth is calculated as length + (2xWidth + 2xHeight).",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "weightBreakProfileGid":{
                        "description":"The GID for the weight break profile.",
                        "type":"string"
                    },
                    "weightUomCode":{
                        "description":"The unit of measure for weight.",
                        "type":"string"
                    },
                    "volumeUomCode":{
                        "description":"The unit of measure for volume.",
                        "type":"string"
                    },
                    "distanceUomCode":{
                        "description":"The unit of measure for distance.",
                        "type":"string"
                    },
                    "dimRateFactorGid":{
                        "description":"The GID for the DIM rate factor.",
                        "type":"string"
                    },
                    "perspective":{
                        "description":"Indicates if the rate offering can be used for Buy shipment rating (B) or Sell shipment rating (S) or if the rate offering supports Both Buy and Sell shipment rating (A). Values (B/S/A).",
                        "type":"string"
                    },
                    "corporationProfileGid":{
                        "description":"The GID for the corporation profile.",
                        "type":"string"
                    },
                    "capacityGroupGid":{
                        "description":"The GID for the capacity group.",
                        "type":"string"
                    },
                    "cmMaxNumShipments":{
                        "description":"The maximum shipments in a continuous move tour.",
                        "type":"number",
                        "format":"int32"
                    },
                    "cmIsSameEquip":{
                        "description":"Indicates whether the shipments in the continuous move tour are restricted to utilize the same equipment type.",
                        "type":"boolean"
                    },
                    "cmPrevShipmentPercent":{
                        "description":"The percentage of the empty leg cost allocated to previous shipment.",
                        "type":"number",
                        "format":"double"
                    },
                    "cmIsPercentOfDistance":{
                        "description":"Indicates whether the percent of the total loaded distance is used to allocate the empty leg cost.",
                        "type":"boolean"
                    },
                    "tariffRefnumQualifier":{
                        "description":"Tariff Refnum Qualifier is an informational field that allows you to qualify the Tariff Ref Num field. For example you can qualify the Tariff Ref Num fields with the Tariff Refnum Qualifier fields using standard qualifier that describe the relationship of the shipper and service provider regarding the prices related to the rate offering. The property glog.shipment.tarifffields.active determines if tariff fields are automatically copied from a rate offering to a shipment.",
                        "type":"string"
                    },
                    "tariffRefnum":{
                        "description":"Tariff Refnum is an informational field that can be used to store the rate offerings related tariff number. The Tariff Refnum should be qualified by the Tariff Refnum Qualifier.",
                        "type":"string"
                    },
                    "tariffPubAuthority":{
                        "description":"Tariff Pub Authority is an informational field that can be used to store the rate offerings related tariff publication authority.",
                        "type":"string"
                    },
                    "tariffRegAgencyCode":{
                        "description":"The Tariff Reg Agency Code is an informational field that is meant to store information about the regulatory agency that the rates are fled with. For example the STB (Surface Transportation Board) or ICC) Interstate Commerce Commission.",
                        "type":"string"
                    },
                    "tariffAgencyCode":{
                        "description":"Tariff Agency Code is an informational field that can be used to store the service provider SCAC or initials of the entity who owns the tariff such as the Railroad Publication Service.<br>",
                        "type":"string"
                    },
                    "tariffIssuingCarrierId":{
                        "description":"The Tariff Issuing Carrier field is an informational field that is meant to store information from the service provider related to the tariff. Examples are C, JQ, SCQ, QTAMR, UPLQ, BNQ, X, BC, NSPQ.",
                        "type":"string"
                    },
                    "tariffRefnumSuffix":{
                        "description":"Tariff Refnum Suffix is a suffix field for the tariff reference number.",
                        "type":"string"
                    },
                    "tariffSupplementId":{
                        "description":"The Tariff Supplement ID field is an informational field that is meant to provide information related to tariff amendments, revisions, or supplements of the rate authority. ",
                        "type":"string"
                    },
                    "tariffEffectiveDate":{
                        "description":"The Tariff Effective Date is an informational field that stores the date when the tariff goes into effect or can be used. This is not the rate offering effective date.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "allowUncostedLineItems":{
                        "description":"Allow Uncosted Line Items (Y/N) is used when there are one or more ratable objects on the shipment which are not charged or considered for rating when rating a shipment using rate record.<br>Marked: Some basis options within a shipment pass through the rating engine without a charge if other basis options qualify. For example, if a shipment contains four line items, and a rate is found that contains charges for 3 of those items, that rate qualifies for the shipment and the fourth line item ships for free.",
                        "type":"boolean"
                    },
                    "railInterModalPlanGid":{
                        "description":"The GID for the rail inter-modal plan.  I.e., Plan 20: door-to-door, Plan 25: ramp-to-ramp, etc.",
                        "type":"string"
                    },
                    "customerRateCode":{
                        "description":"This code signifies what rate is used on a leg; either 'C' for the Customer's rate, or 'S' for the Shipper's rate.",
                        "type":"string"
                    },
                    "cofcTofc":{
                        "description":"Container-On-Flat-Car Trailer-On-Flat-Car code used along with the Rail Inter Modal Plan to determine the rate.",
                        "type":"string"
                    },
                    "isActive":{
                        "description":"Indicates if the rate offering is active (Y) or inactive (N). If inactive (N) the rate offering will not be used in planning. Values (Y/N).",
                        "type":"boolean"
                    },
                    "expireMarkId":{
                        "description":"Indicates that the rate has been marked for expiration.",
                        "type":"string"
                    },
                    "minDistanceConstraint":{
                        "description":"The minimum distance required for this rate offering to be valid.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "regionGroupGid":{
                        "description":"The Region Group field is an informational region group that allows you to define a set of regions that represent the regions covered by the rate offering. ",
                        "type":"string"
                    },
                    "isDepotApplicable":{
                        "description":"If the Depot Applicable option is selected, then the depot stops (source and/or destination locations) will be saved to the shipment. If it is not selected, the depot stops will not be saved to the shipment, but they will be charged and saved to the shipment financials if it is defined in the itinerary. Values (Y/N).",
                        "type":"boolean"
                    },
                    "recalculateCost":{
                        "description":"For some time-based rates, the shipment cost calculated during bulk plan and build shipment process may need to be recalculated since it is time dependent. The Recalculate Cost option is used to force the recalculating of cost after a shipment is built. This option works in conjunction with the Rerate All Shipments After Bulk Plan parameter as follows. If the Recalculate Cost is set, planning logic will make sure to account for service time-based rating costs when making planning decisions, and that this has the potential for increasing run-time.<br>If Rerate All Shipments After Bulk Plan is TRUE, shipments will be re-rated regardless of the Recalculate Cost check box.<br>If Rerate All Shipments After Bulk Plan is FALSE and the Recalculate Cost check box is selected, then the system recalculates the shipment cost keeping the same service provider and equipment.<br>If Rerate All Shipments After Bulk Plan is FALSE and the Recalculate Cost option check box is cleared, then the shipment cost is not recalculated.",
                        "type":"boolean"
                    },
                    "trackCapacityUsage":{
                        "description":"The Track Capacity Usage field when set to Y, and the Capacity Group field if provided, causes the system to track capacity usage during the planning process.<br>If the Track Capacity Usage is N or the Capacity Group field is blank, the system will not track capacity usage during the planning process. Values (Y/N).",
                        "type":"boolean"
                    },
                    "roundingType":{
                        "description":"The type of rounding that will occur during rating. Value are: N=no rounding, I=round to nearest interval, F=floor, and C=ceiling.",
                        "type":"string"
                    },
                    "roundingInterval":{
                        "description":"Numbers will be rounded (or truncated) to the nearest increment of this value.",
                        "type":"number",
                        "format":"double"
                    },
                    "roundingFieldsLevel":{
                        "description":"Determines which kinds of fields will be affected by the rounding settings during costing. Values are 0-7, where 0=all fields, 1=none, 2=numeric fields only, 3=unit fields (weight, etc.), 4=currency, 5=numeric and unit fields, 6=numeric and currency fields, and 7=unit and currency fields.",
                        "type":"number",
                        "format":"int32"
                    },
                    "roundingApplication":{
                        "description":"Determines when to apply the rounding rules. Values are A/N/C/O where A=always, N=never, C=conditionals only, and O=cost calculations only.",
                        "type":"string"
                    },
                    "deficitCalculationsType":{
                        "description":"When to apply deficit calculations. Values are Y/N/P where Y = Yes, N = No and P = Payant Pour",
                        "type":"string"
                    },
                    "isContractRate":{
                        "description":"Informational indicator to identify rate offerings that are managed for a client in a 3rd party logistics provider setup. Values (Y/N).",
                        "type":"boolean"
                    },
                    "useTactAsDisplayRate1":{
                        "description":"If Y, the build shipment logic will invoke the rating engine a second time, restricting it's search to TACT rates only, and apply the result to the shipment as a display rate.",
                        "type":"boolean"
                    },
                    "isDirectOnlyRate":{
                        "description":"If Y, this rate will only be applicable to direct shipments.",
                        "type":"boolean"
                    },
                    "hazardousRateType":{
                        "description":"N - Applies to shipments with no hazardous items, H - Applies only to shipments with hazardous items, A - Applies to hazardous and non-hazardous shipments.",
                        "type":"string"
                    },
                    "useTactAsDisplayRate2":{
                        "description":"If Y, the build shipment logic will invoke the rating engine a second time, restricting it's search to TACT rates only, and apply the result.",
                        "type":"boolean"
                    },
                    "useTactAsDisplayRate3":{
                        "description":"If Y, the build shipment logic will invoke the rating engine a second time, restricting it's search to TACT rates only, and apply the result.",
                        "type":"boolean"
                    },
                    "domainProfileGid":{
                        "description":"Providing a domain profile allows for the rate offering to be constrained to the domains in the domain profile and serves as a constraint on the rate offering.<br>If none of the rate offerings have a customer domain profile constraint, then all rate offerings are returned.<br>If some of the rate offerings have customer domain profiles, the rate offerings are grouped by service provider. For each service provider, only the offerings whose domain profile constraint is satisfied are returned. So, given two rate offerings, one with a constraint, and one without a constraint: if the order release domain list is compatible with the constraint, only the rate offering with the constraint is returned, otherwise, only the offering without the constraint is returned.",
                        "type":"string"
                    },
                    "isRouteExecutionRate":{
                        "description":"If 'Y', this rate offering is used for Route Execution only. For migration: old existing rate offerings migrated to the default value ('N').",
                        "type":"boolean"
                    },
                    "minTenderLeadTime":{
                        "description":"The lower bound of a tender lead time. That is, if tender lead time of a shipment is less than this lower bound, rate would be invalid.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "maxTenderLeadTime":{
                        "description":"The upper bound of tender lead time. That is, if tender lead time of a shipment is bigger than this upper bound, rate would be invalid.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "packageWeightMin":{
                        "description":"Not a constraint. Weight value used when calculating total shipment minimum package weight. During rating, it will be multiplied by the number of packages on the shipment, and accessed by the Minimum Package Weight RBI.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "maxAveragePkgWeight":{
                        "description":"Constraint. If the total shipment weight/number of packages > this constraint, the rate will not be considered.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "packageCountMethod":{
                        "description":"Determines how packages are counted when testing the Maximum Average Package Weight constraint. L - Use line item package count. U - Ship unit count.",
                        "type":"string"
                    },
                    "maxShipunitLinePkgWeight":{
                        "description":"The ship unit line weight maximum is used to match with ship unit lines. This field represents the maximum value allowed by this contract for the weight of a single package.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "maxNumOfShipmentSegments":{
                        "description":"The Max Num of Shipment Segments field determines the maximum number of segments on a shipment. A segment is defined as starting when product is loaded on the equipment and ending when the equipment is completely emptied.",
                        "type":"number",
                        "format":"int64"
                    },
                    "roTimePeriodDefGid":{
                        "description":"The time period definition (if any) assigned to the rate offering for the purposes of tiered rating.",
                        "type":"string"
                    },
                    "extReFieldsetGid":{
                        "description":"Specifies the external rating engine fieldset to be used when invoking an external rating engine using our generic interface.",
                        "type":"string"
                    },
                    "rateOfferingSeq":{
                        "description":"System generated unique identifier for a rate offering. Internal use only.",
                        "type":"number",
                        "format":"int64"
                    },
                    "logicConfigGid":{
                        "description":"Specifies the logic config group ID used to look up any logic parameters specified as charge multipliers.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "isTemplate":{
                        "description":"Used to identify rate offerings that will be used as a rate record template for Sourcing. Values (Y/N).",
                        "type":"boolean"
                    },
                    "isSourcingRate":{
                        "description":"Indicates is the rate offering is a sourcing rate offering. Sourcing rates are view only within the system. Values (Y/N).",
                        "type":"boolean"
                    },
                    "attribute1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attributeNumber1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "fallbackRateServiceGid":{
                        "description":"The fall back rate service will be used for driving the shipment if the regular rate service is unable to drive the shipment. For example, you may typically have voyage information for two months into the future. However, sometimes a possible order will come in for three months into the future. This works for all rate inquiry types. For example, this will enable you to run rate inquiry Network Rate and Route for this order information, using the same itineraries and rates, and get answers for rate and route even though you do not have voyage information that far in the future. The parameter FALLBACK RS NUM OF DAYS determines how many days into the future to allow use of the fallback rate offering.",
                        "type":"string"
                    },
                    "parentRateOfferingGid":{
                        "description":"The Parent Rate Offering field is used with rate maintenance. The Parent Rate Offering ID provides a way to track different versions of the rates during the approval process. To compare rate versions, you must specify either a parent rate offering ID or parent rate record ID on any template rate offerings or rate records.",
                        "type":"string"
                    },
                    "calcChargeableWtVolWith":{
                        "description":"This field provides different options for calculating the shipments total weight and volume. \"Shipment Total Dimensional Weight/Volume\", the chargeable weight/volume will be calculated based on the Shipment Total Dimensional Weight/Volume. \"Sum of Individual Ship Unit Dimensional Weight/Volume\", the chargeable weight/volume will be calculated based on the Sum of Individual Ship Unit Dimensional Weight/Volume.",
                        "type":"string"
                    },
                    "isDigitalFreight":{
                        "description":"If set to Y, then fetch rates from digital freight and use them only for tender.",
                        "type":"boolean"
                    },
                    "maxDigiFrtPct":{
                        "description":"Define a percentage around how much higher the carrier rates are compared to the planned cost of the shipment when using rates from digital freight.",
                        "type":"number",
                        "format":"double"
                    },
                    "absoluteCostDf":{
                        "description":"Absolute cost for digital freight rates.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "isMarketRate":{
                        "description":"If Y then this rate will be used to fetch market rates for the shipment.",
                        "type":"boolean"
                    },
                    "servprovProfileGid":{
                        "description":"A unique identifier to define the group profile for multiple service providers.",
                        "type":"string"
                    },
                    "rateServiceProfileGid":{
                        "description":"A unique identifier to define the group profile for multiple rate services.",
                        "type":"string"
                    },
                    "modeProfileGid":{
                        "description":"A unique identifier to define the group profile for multiple modes.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "rateRulesAndTerms":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/rateOfferings.rateRulesAndTerms"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "involvedParties":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/rateOfferings.involvedParties"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "stopRates":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/rateOfferings.stopRates"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "comments":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/rateOfferings.comments"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "accessorials":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/rateOfferings.accessorials"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "specialServices":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/rateOfferings.specialServices"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "continuousMoveRules":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/rateOfferings.continuousMoveRules"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "nmfcCodeSubstitutes":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/rateOfferings.nmfcCodeSubstitutes"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "smcDiscounts":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/rateOfferings.smcDiscounts"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "continuousMoveEndingExclusionRegions":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/rateOfferings.continuousMoveEndingExclusionRegions"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "remarks":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/rateOfferings.remarks"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "documents":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/rateOfferings.documents"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "rateOfferings.rateRulesAndTerms":{
                "properties":{
                    "ruleNumber":{
                        "description":"Rules and Terms is used to store information about the rate offering. The rule number or rule/term identifies the rule being defined. For example, \"Rule 921\".",
                        "type":"string"
                    },
                    "ruleTitle":{
                        "description":"Rule title provides a brief description of the rule being defined. For example, \"UNCLAIMED/ABANDONED FREIGHT\" ",
                        "type":"string"
                    },
                    "ruleDesc":{
                        "description":"Provides a place to store the description of the rule. For example, \"Freight that is undeliverable due to error or omission on the part of the shipper, consignee, or owner or for which no disposition instructions have been provided shall be considered unclaimed/abandoned.\"",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "rateOfferings.involvedParties":{
                "properties":{
                    "involvedPartyQualGid":{
                        "description":"The GID for the involved party qualifier.",
                        "type":"string"
                    },
                    "involvedPartyContactGid":{
                        "description":"The GID for the contact for the involved party. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "involvedPartyContact":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property involvedPartyContactGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "comMethodGid":{
                        "description":"The GID for the communication method for the involved party.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "rateOfferings.stopRates":{
                "properties":{
                    "lowStop":{
                        "description":"Stop off charges are typically defined for truckload rates. In most cases, the base rate includes the pickup stop and the first delivery stop. The rate may also support the option of performing addition stops, but at an additional per stop charge. The additional per stop charges are often specified in a ranges i.e., for stops 3 to 5 the per stop charge is X for stops 6 to 7 the per stop charge is Y per stop.<br>The low stop fields defines the low end of the range for stop off charges.<br>",
                        "type":"number",
                        "format":"int32"
                    },
                    "highStop":{
                        "description":"Stop off charges are typically defined for truckload rates. In most cases, the base rate includes the pickup stop and the first delivery stop. The rate may also support the option of performing addition stops, but at an additional per stop charge. The additional per stop charges are often specified in a ranges i.e., for stops 3 to 5 the per stop charge is X for stops 6 to 7 the per stop charge is Y per stop.<br>The high stop field defines the high end of the range for stop off charges.<br>",
                        "type":"number",
                        "format":"int32"
                    },
                    "perStopCost":{
                        "description":"The per stop charge for the low high range being defined.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "rateOfferings.comments":{
                "properties":{
                    "commentDate":{
                        "description":"The date and time the comment was entered for the rate offering.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "enteredBy":{
                        "description":"The user ID of the user entering the comment.",
                        "type":"string"
                    },
                    "theComment":{
                        "description":"Comment text.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "rateOfferings.accessorials":{
                "properties":{
                    "accessorialCostGid":{
                        "description":"The GID for the Accessorial Cost. Links to the rating setup used to determine the cost of providing the accessorial.",
                        "type":"string"
                    },
                    "accessorialCodeGid":{
                        "description":"The GID for the accessorial code.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "rateOfferings.specialServices":{
                "properties":{
                    "specialServiceCodeGid":{
                        "description":"The GID for the special service code.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "accessorials":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/rateOfferings.specialServices.accessorials"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "rateOfferings.specialServices.accessorials":{
                "properties":{
                    "accessorialCostGid":{
                        "description":"The GID for the accessorial cost.",
                        "type":"string"
                    },
                    "accessorialCodeGid":{
                        "description":"The GID for the accessorial code.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "rateOfferings.continuousMoveRules":{
                "properties":{
                    "xLaneGid":{
                        "description":"The GID for the X Lane.",
                        "type":"string"
                    },
                    "maxConnectionTime":{
                        "description":"The Max Connection Time field defines the maximum time allowed when planning any pair of consecutive shipments for inclusion in a continuous move tour. The connection time of any pair of consecutive shipments in a continuous move cannot exceed the max connection time. Connection time is defined as the time between the end of the first shipment being considered and the start of the second shipment",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "maxEmptyDistance":{
                        "description":"The Max Empty Distance field defines the maximum empty distance that is allowed when planning any pair of consecutive shipments for inclusion in a continuous move tour. The maximum empty distance provides a way to limit the distance travelled to link shipments into a continuous move tour. If this field is not populated, shipments will be qualified for the same continuous move tour regardless of the distance required to connect them.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "maxRelEmptyDistance":{
                        "description":"Max Empty Distance (%) is used to disqualify shipments that are too short in comparison to the distance travelled to include the shipment in the continuous move tour.<br>Max Empty Distance (%) = 100*E/L, where<br>E = Max Empty Distance<br>L = Line Haul Distance of the shipment",
                        "type":"number",
                        "format":"double"
                    },
                    "minLinehaulDistance":{
                        "description":"Shipments that are less than the minimum linehaul distance will not be considered for continuous moves/continuous move rates.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "maxTimeAfterDeliv":{
                        "description":"The maximum amount of time allowed between the last delivery of one shipment to the pickup of the next shipment. To create a continuous move, the second shipment must be picked up within a certain amount of time after the delivery of the preceding shipment. If this field is left blank, there is no time limit.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "freeEmptyDistance":{
                        "description":"The free distance allowed between shipments in a continuous move tour.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "rateOfferings.nmfcCodeSubstitutes":{
                "properties":{
                    "roNmfccsSeqNum":{
                        "description":"Internal sequence number for different row entries.",
                        "type":"number",
                        "format":"int64"
                    },
                    "nmfcLow":{
                        "description":"Low National Motor Freight Classification value used for defining a rate as classification record.",
                        "type":"number",
                        "format":"double"
                    },
                    "nmfcHigh":{
                        "description":"Records additional information about the rate cost. This description will appear as the shipment cost type on the Financial tab of the Shipment Manager when this rate cost is applied to a shipment. If this field is left blank, a default shipment cost type appears such as Base or Discount.",
                        "type":"number",
                        "format":"double"
                    },
                    "rateAsNmfcClass":{
                        "description":"The National Motor Freight Classification (NMFC) fields allow you to apply a specific NMFC based rate using a range of NMFC classes. For example, if you want anything between the NMFC class of 45 and 65 to use the 55 NMFC class rate, then you would enter 45 in the NMFC Low field, 65 in the NMFC High field, and 55 in the Rate As NMFC Class field. Note: The NMFC Low and High fields are inclusive, meaning they follow a \"greater than or equal to\" and a \"less than or equal to\" pattern respectively. Using the above example, 45 and 65 are included in the ranges.",
                        "type":"number",
                        "format":"double"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "rateGeoGid":{
                        "description":"The GID for the related rate geo for the rate as table of values.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "rateOfferings.smcDiscounts":{
                "properties":{
                    "smcDiscSeqNum":{
                        "description":"An internal sequence number for the different SMC discount entries provided by movement type.",
                        "type":"number",
                        "format":"int64"
                    },
                    "minDiscount":{
                        "description":"Percent for minimum cost.",
                        "type":"number",
                        "format":"double"
                    },
                    "l5cDiscount":{
                        "description":"Percent discount for weights <= 500 lb.",
                        "type":"number",
                        "format":"double"
                    },
                    "m5cDiscount":{
                        "description":"Percent discount for weight > 500 lb.",
                        "type":"number",
                        "format":"double"
                    },
                    "m1mDiscount":{
                        "description":"Percent discount for weight > 1000 lb.",
                        "type":"number",
                        "format":"double"
                    },
                    "m2mDiscount":{
                        "description":"Percent discount for weight > 2000 lb.",
                        "type":"number",
                        "format":"double"
                    },
                    "m5mDiscount":{
                        "description":"Percent discount for weight > 5000 lb.",
                        "type":"number",
                        "format":"double"
                    },
                    "m10mDiscount":{
                        "description":"Percent discount for weight > 10,000 lb.",
                        "type":"number",
                        "format":"double"
                    },
                    "m20mDiscount":{
                        "description":"Percent discount for weight > 20,000 lb.",
                        "type":"number",
                        "format":"double"
                    },
                    "m30mDiscount":{
                        "description":"Percent discount for weight > 30,000 lb.",
                        "type":"number",
                        "format":"double"
                    },
                    "m40mDiscount":{
                        "description":"Percent discount for weight > 40,000 lb.",
                        "type":"number",
                        "format":"double"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "rateGeoGid":{
                        "description":"The GID for the  rate record related to the SMC discount as table of values.",
                        "type":"string"
                    },
                    "stopAlternationBreak":{
                        "description":"Specifies the weight break where the deficit rating should stop. ",
                        "type":"string"
                    },
                    "movementType":{
                        "description":"Qualifies the usage of the discounts defined by SMC/Carrier Connect Movement Type.<br>If null, then the discounts provided (by weight break) apply to all Movement Types.  Otherwise - the discounts defined apply to the specified Movement Type - either Direct, Indirect, Partner or Custom.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "rateOfferings.continuousMoveEndingExclusionRegions":{
                "properties":{
                    "regionGid":{
                        "description":"The GID for the region.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "rateOfferings.remarks":{
                "properties":{
                    "remarkSequence":{
                        "description":"Sequence to allow multiple remarks for a rate offering.",
                        "type":"number",
                        "format":"double"
                    },
                    "remarkQualGid":{
                        "description":"Qualifier for rate offering remark.",
                        "type":"string"
                    },
                    "remarkText":{
                        "description":"Actual remark text for rate offering remark.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "rateOfferings.documents":{
                "properties":{
                    "documentGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentDefGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentUrl":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentMimeType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentFilename":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "ownerDataQueryTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "reportGid":{
                        "description":"The report associated with the document attachment, if content was generated by the report subsystem.",
                        "type":"string"
                    },
                    "generatedAt":{
                        "description":"If preparation, date/time content was last generated",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "uploadedAt":{
                        "description":"If attachment, date/time content was last updated",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "documentTrackingNum":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentCmsId":{
                        "description":"A GUID to associate the document with content stored on its remote CMS. Valid when document_type=CMS.",
                        "type":"string"
                    },
                    "contentManagementSystemGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "usedAs":{
                        "description":"Represents the classification of a document.(C/I/L/T)",
                        "type":"string"
                    },
                    "relatedDocumentGid":{
                        "description":"Represents the related document for consolidated/linked documents. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "relatedDocument":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property relatedDocumentGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/documents"
                            }
                        ],
                        "readOnly":true
                    },
                    "effectiveDate":{
                        "description":"represents effective date for a document",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "expirationDate":{
                        "description":"Represents expiration date for a document.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "userDefined1IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined2IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined3IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined4IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined5IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "timeWindows":{
                "properties":{
                    "timeWindowGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "timeWindowXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "timeWindowType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "timeWindowWeeklyDs":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/timeWindows.timeWindowWeeklyDs"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "timeWindows.timeWindowWeeklyDs":{
                "properties":{
                    "sequenceNo":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "dayOfWeek":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "startTime":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "endTime":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "registrationCategories":{
                "properties":{
                    "gtmRegistrationCategoryGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmRegistrationCategoryXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "registrationCategoryName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "stccs":{
                "properties":{
                    "stccGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "stccXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "stccName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "is49Code":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "vatCodes":{
                "properties":{
                    "vatCodeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "vatCodeXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isCumulative":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "isProvincial":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "rates":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/vatCodes.rates"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "vatCodes.rates":{
                "properties":{
                    "countryCode3Gid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "vatRateSeqNo":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "rate":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "effectiveDate":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "expirationDate":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "provinceCode":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "overrideVatCodeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "accessorialCosts":{
                "properties":{
                    "accessorialCostGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "accessorialCostXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "leftOperand1":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "oper1Gid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "lowValue1":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "highValue1":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "andOr1":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "leftOperand2":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "oper2Gid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "lowValue2":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "highValue2":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "andOr2":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "leftOperand3":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "oper3Gid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "lowValue3":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "highValue3":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "andOr3":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "leftOperand4":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "oper4Gid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "lowValue4":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "highValue4":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "chargeMultiplier":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "chargeAmount":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "chargeUnitUomCode":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "chargeUnitCount":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "chargeMultiplierScalar":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "chargeBreakComparator":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "chargeAction":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "chargeType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "chargeMultiplier2":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "chargeUnitCount2":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "chargeUnitUomCode2":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "useDefaults":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "chargeSequence":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "chargeGroup":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "chargeMultiplierOption":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "rateGeoCostOperandSeq":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "dimRateFactorGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "effectiveDate":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "expirationDate":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "calendarGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "notes":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "roundingType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "roundingInterval":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "roundingFieldsLevel":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "roundingApplication":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "deficitCalculationsType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "minCost":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "maxCost":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "paymentMethodCodeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isFiledAsTariff":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "costType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "calendarActivityGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "rateUnitBreakProfileGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "rateUnitBreakProfile2Gid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "chargeBreakComparator2Gid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "externalRatingEngineGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "extReFieldsetGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "costCodeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "logicParamQualGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "costCategoryGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute1":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute2":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute3":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute4":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute5":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute6":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute7":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute8":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute9":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute10":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute11":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute12":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute13":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute14":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute15":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute16":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute17":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute18":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute19":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute20":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attributeNumber1":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber2":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber3":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber4":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber5":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber6":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber7":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber8":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber9":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber10":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate1":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "attributeDate2":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "attributeDate3":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "attributeDate4":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "attributeDate5":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "attributeDate6":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "attributeDate7":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "attributeDate8":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "attributeDate9":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "attributeDate10":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "isActive":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "operandQualifier1":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "operandQualifier2":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "operandQualifier3":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "operandQualifier4":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "chargeQualifier1":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "chargeQualifier2":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "chargeBreakCompQualifier1":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "chargeBreakCompQualifier2":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "unitBreaks":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/accessorialCosts.unitBreaks"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "accessorialCosts.unitBreaks":{
                "properties":{
                    "rateUnitBreakGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "rateUnitBreak2Gid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "chargeAmount":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "chargeDiscount":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "minCost":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "maxCost":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "shipUnitSpecifications":{
                "properties":{
                    "shipUnitSpecGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "shipUnitSpecXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "shipUnitSpecName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "length":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "width":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "height":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "tareWeight":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "effectiveVolume":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "packagingFormCodeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "maxWeight":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "unitType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isInOnMax":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "maxVolume":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "coreDiameter":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "diameter":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "isCylindrical":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "isNestable":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "maxNestingCount":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "nestingVolume":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "maxOnWidth":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "maxOnLength":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "maxOnHeight":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "parcelPacktype":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "priority":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "equipmentReferenceUnits":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipUnitSpecifications.equipmentReferenceUnits"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "refnums":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipUnitSpecifications.refnums"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "pruCapacities":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipUnitSpecifications.pruCapacities"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "accessorials":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipUnitSpecifications.accessorials"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "shipUnitSpecifications.equipmentReferenceUnits":{
                "properties":{
                    "equipmentReferenceUnitGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "numReferenceUnits":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "shipUnitSpecifications.refnums":{
                "properties":{
                    "shipUnitSpecRefnumQualGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "refnumValue":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "shipUnitSpecifications.pruCapacities":{
                "properties":{
                    "packagingReferenceUnitGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "totalPruCount":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "limitPruCount":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "shipUnitSpecifications.accessorials":{
                "properties":{
                    "accessorialCodeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "remarks":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipUnitSpecifications.accessorials.remarks"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "shipUnitSpecifications.accessorials.remarks":{
                "properties":{
                    "remarkSequence":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "remarkQualGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "remarkText":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "equipmentToEquipmentTypeMappings":{
                "properties":{
                    "aarCarEquipTypeSeq":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "equipmentTypeGid":{
                        "description":"No description. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "equipmentType":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property equipmentTypeGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/equipmentTypes"
                            }
                        ],
                        "readOnly":true
                    },
                    "aarCarType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "equipmentInitial":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "equipmentNumberLow":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "equipmentNumberHigh":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "equipmentOwnerType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "quickCodes":{
                "properties":{
                    "bsQuickCodeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "bsQuickCodeXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "bsQuickCodeDescription":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "bsResponsiblePartyGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "bsStatusGroupGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "bsStatusCodeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "bsReasonGroupGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "bsReasonCodeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "bsReasonComment":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isForMobileApp":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "useForActionReason":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "loadConfig3dPatterns":{
                "properties":{
                    "loadConfig3dPatternGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "loadConfig3dPatternXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "loadConfig3dPatternName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "equipmentGroupGid":{
                        "description":"No description. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "equipmentGroup":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property equipmentGroupGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/equipmentGroups"
                            }
                        ],
                        "readOnly":true
                    },
                    "patternType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isActive":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "loadCnfg3dPatternDs":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/loadConfig3dPatterns.loadCnfg3dPatternDs"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "loadConfig3dPatterns.loadCnfg3dPatternDs":{
                "properties":{
                    "seqNum":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "packagedItemGid":{
                        "description":"No description. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "packagedItem":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property packagedItemGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/packagedItems"
                            }
                        ],
                        "readOnly":true
                    },
                    "transportHandlingUnitGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "orientationGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "xCoordinate":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "yCoordinate":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "zCoordinate":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "length":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "width":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "height":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "diameter":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "isCylindrical":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "isDunnage":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "registrationCodes":{
                "properties":{
                    "gtmRegistrationCodeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmRegistrationCodeXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "registrationCodeName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "rateLoadDefinitions":{
                "properties":{
                    "rateLoadDefinitionGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "rateLoadDefinitionXid":{
                        "description":"GC3 Unique identifier for the entity. Is used for creating the GID.",
                        "type":"string"
                    },
                    "description":{
                        "description":"Description for the current rate load definition. ",
                        "type":"string"
                    },
                    "templateRateOfferingGid":{
                        "description":"Reference to rate offering which acts as template rate offering. ",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "rateLoadDefinitionInvParties":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/rateLoadDefinitions.rateLoadDefinitionInvParties"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "rateLoadTemplateRoDs":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/rateLoadDefinitions.rateLoadTemplateRoDs"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "rateLoadTabDefinitions":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/rateLoadDefinitions.rateLoadTabDefinitions"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "rateLoadDefinitions.rateLoadDefinitionInvParties":{
                "properties":{
                    "involvedPartyQualGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "involvedPartyContactGid":{
                        "description":"No description. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "involvedPartyContact":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property involvedPartyContactGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "comMethodGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "rateLoadDefinitions.rateLoadTemplateRoDs":{
                "properties":{
                    "rateLoadTemplateRoDGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "rateLoadTemplateRoDXid":{
                        "description":"GC3 Unique identifier for the entity. Is used for creating the GID. ",
                        "type":"string"
                    },
                    "rateLoadFieldGid":{
                        "description":"Reference to rate load field GID. ",
                        "type":"string"
                    },
                    "defaultDisplayName":{
                        "description":"The default display name for the column. ",
                        "type":"string"
                    },
                    "displayName":{
                        "description":"User defined name for the column. ",
                        "type":"string"
                    },
                    "tableName":{
                        "description":"The table name that the column is being pulled from. ",
                        "type":"string"
                    },
                    "columnName":{
                        "description":"The actual column name of the current column in the table. ",
                        "type":"string"
                    },
                    "columnType":{
                        "description":"The type of the column. ",
                        "type":"string"
                    },
                    "isUsedInSpreadsheet":{
                        "description":"Defines whether the field is used in spreadsheet or not. ",
                        "type":"boolean"
                    },
                    "isReadOnly":{
                        "description":"Defines whether the field is a read only field or not. ",
                        "type":"boolean"
                    },
                    "hierarchy":{
                        "description":"Defines the dynamic hierarchy structure of rate offering structure display in rate load definition. ",
                        "type":"string"
                    },
                    "isMandatory":{
                        "description":"Set to 'Y' for rate offering fields which are mandatory for creating Rate Load Definition.",
                        "type":"boolean"
                    },
                    "isHeader":{
                        "description":"Set to 'Y' if the field is a header field while creating Rate Load Definition.",
                        "type":"boolean"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "rateLoadDefinitions.rateLoadTabDefinitions":{
                "properties":{
                    "rateLoadTabDefinitionGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "rateLoadTabDefinitionXid":{
                        "description":"GC3 Unique identifier for the entity. Is used for creating the GID. ",
                        "type":"string"
                    },
                    "tabSequence":{
                        "description":"Defines the sequence in which this tab will be displayed in the rate load definition. ",
                        "type":"number",
                        "format":"int32"
                    },
                    "templateRateGeoGid":{
                        "description":"Defines template rate geo for the given rate load definition. ",
                        "type":"string"
                    },
                    "isInclude":{
                        "description":"Defines whether the rate geo is included in the rate load definition. ",
                        "type":"boolean"
                    },
                    "rateLoadTemplateRrDs":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/rateLoadDefinitions.rateLoadTabDefinitions.rateLoadTemplateRrDs"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "rateLoadDefinitions.rateLoadTabDefinitions.rateLoadTemplateRrDs":{
                "properties":{
                    "rateLoadTemplateRrDGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "rateLoadTemplateRrDXid":{
                        "description":"GC3 Unique identifier for the entity. Is used for creating the GID. ",
                        "type":"string"
                    },
                    "rateLoadFieldGid":{
                        "description":"Reference of the rate load field GID. ",
                        "type":"string"
                    },
                    "defaultDisplayName":{
                        "description":"The default display name for the column. ",
                        "type":"string"
                    },
                    "displayName":{
                        "description":"User defined name for the given column. ",
                        "type":"string"
                    },
                    "tableName":{
                        "description":"The table name that the column is being pulled from. ",
                        "type":"string"
                    },
                    "columnName":{
                        "description":"The actual column name of the current column in the table. ",
                        "type":"string"
                    },
                    "columnType":{
                        "description":"The type of the column. ",
                        "type":"string"
                    },
                    "isUsedInSpreadsheet":{
                        "description":"Defines whether the field is used in spreadsheet or not. ",
                        "type":"boolean"
                    },
                    "isReadOnly":{
                        "description":"Defines whether the field is a read only field or not. ",
                        "type":"boolean"
                    },
                    "rateLoadDefinitionGid":{
                        "description":"Reference to the rate load definition GID. ",
                        "type":"string"
                    },
                    "hierarchy":{
                        "description":"Defines the dynamic hierarchy structure of rate geo structure display in rate load definition. ",
                        "type":"string"
                    },
                    "isMandatory":{
                        "description":"Set to 'Y' for rate record fields which are mandatory for creating Rate Load Definition.",
                        "type":"boolean"
                    },
                    "isHeader":{
                        "description":"Set to 'Y' if the field is a header field while creating Rate Load Definition.",
                        "type":"boolean"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeParties":{
                "properties":{
                    "contactGid":{
                        "description":"The GID for the contact for the location.",
                        "type":"string"
                    },
                    "contactXid":{
                        "description":"The XID for the contact for the location.",
                        "type":"string"
                    },
                    "firstName":{
                        "description":"The given name of the contact person for the location.",
                        "type":"string"
                    },
                    "lastName":{
                        "description":"The surname of the contact person for the location.",
                        "type":"string"
                    },
                    "jobTitle":{
                        "description":"The title for the contact person at the location.",
                        "type":"string"
                    },
                    "emailAddress":{
                        "description":"The email address of the contact person for the location.",
                        "type":"string"
                    },
                    "phone1":{
                        "description":"The primary telephone number for the location's contact person.",
                        "type":"string"
                    },
                    "phone2":{
                        "description":"The secondary telephone number for the location's contact person.",
                        "type":"string"
                    },
                    "fax":{
                        "description":"The facsimile number for the contact person for the location.",
                        "type":"string"
                    },
                    "languageSpoken":{
                        "description":"The language the contact person at the location speaks.",
                        "type":"string"
                    },
                    "isPrimaryContact":{
                        "description":"Indicates if this contact person at the location is the primary contact person (if so Y) or not (if not N).",
                        "type":"boolean"
                    },
                    "telex":{
                        "description":"The telephone number for telex communications for the location's contact person.",
                        "type":"string"
                    },
                    "externalSystemGid":{
                        "description":"The external system GID.",
                        "type":"string"
                    },
                    "notes":{
                        "description":"Text describing something regarding the contact person for the location or the location itself.",
                        "type":"string"
                    },
                    "glUserGid":{
                        "description":"The GL user GID.",
                        "type":"string"
                    },
                    "recipientDomainName":{
                        "description":"The domain of a message recipient.",
                        "type":"string"
                    },
                    "routeThroughLocation":{
                        "description":"Indicates if the notification should use location.",
                        "type":"boolean"
                    },
                    "contactType":{
                        "description":"Defines whether a contact is a person or group.",
                        "type":"string"
                    },
                    "isBroadcast":{
                        "description":"Valid only if the contact_type = 'GROUP'.  This is a Boolean flag which controls whether GC3 creates a single notification message and broadcasts (i.e. cc) it to each group member or whether GC3 creates a message customized for each member.",
                        "type":"boolean"
                    },
                    "groupSavedQueryGid":{
                        "description":"Valid only if the contact_type = 'GROUP'.  The saved_query could then define which individual contacts belong to the contact_group.",
                        "type":"string"
                    },
                    "locationGid":{
                        "description":"The GID for the location. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "location":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property locationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "isEmailVirusProtected":{
                        "description":"If Y, document attachments may be sent to the contact without virus checking.",
                        "type":"boolean"
                    },
                    "consolidationProfileGid":{
                        "description":"The GID for the consolidation profile.  You would enter a Consolidation Profile if you are using consolidated notification. If a consolidation profile is entered, it will apply to all contact notifications that do not have a consolidated notification profile.",
                        "type":"string"
                    },
                    "consolidatedNotifyOnly":{
                        "description":"Select the Consolidated Notify Only check box if the only notification sent is to be consolidated and the communication method is email, fax or message center.",
                        "type":"boolean"
                    },
                    "isNotificationOn":{
                        "description":"No notification will be sent to the contact if this field is set to false ('N').",
                        "type":"boolean"
                    },
                    "timeZoneGid":{
                        "description":"Time zone for the contact.",
                        "type":"string"
                    },
                    "fromAddrContactGid":{
                        "description":"The GID that contains a contact's 'From-Address' details. Valid only if IS_FROM_ADDRESS is 'N'. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "fromAddrContact":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property fromAddrContactGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "isFromAddress":{
                        "description":"Indicates if a contact is a 'From-Address' contact.",
                        "type":"boolean"
                    },
                    "middleName":{
                        "description":"The middle name of the contact.",
                        "type":"string"
                    },
                    "cellPhone":{
                        "description":"Contains the mobile/cell  phone number for the location's contact person.  Do not include special characters such as \"+\" and \"-\".",
                        "type":"string"
                    },
                    "sendAsMessage":{
                        "description":"Indicates that messages should be sent to message center.",
                        "type":"boolean"
                    },
                    "messageProfileGid":{
                        "description":"The GID for the message profile. A message profile provides a grouping of stylesheet profiles for inbound message processing. It represents the different formats a device can send to the system. A message profile is assigned to a contact. If the message type for an incoming message, the system attempts to apply the stylesheet profiles listed in the message profile. They are applied to the incoming message in the order of the Attempt Sequence of the message profile.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "alternateName":{
                        "description":"If the contact goes by an alternate name the alternate name should be entered here. For example, real name Laurence Tureaud, alternate name Mr. T.<br>Note: GTM bases restricted party screening on the party's company name. If the contact has an alternate name, the contact's alternate name is screened instead.",
                        "type":"string"
                    },
                    "companyName":{
                        "description":"Company name for this party.",
                        "type":"string"
                    },
                    "description":{
                        "description":"Enter any additional descriptive information for this party/contact.",
                        "type":"string"
                    },
                    "ippPrinterGid":{
                        "description":"Used to assign an IPP printer as a recipient of notifications, particularly of document or report events.",
                        "type":"string"
                    },
                    "ecmUser":{
                        "description":"If the contact is acting as a reviewer or subscriber to documents within Oracle ECM, the ECM user mapping to the contact.",
                        "type":"string"
                    },
                    "attribute1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attributeNumber1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "nameAddressUpdateDate":{
                        "description":"Date on which the details - FIRST_NAME,LAST_NAME,COMPANY_NAME,ALTERNATE_NAME,LOCATION_GID are modified.RPLS checks this date before it starts screening.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "indicator":{
                        "description":"Indicators are icons that can be assigned to business objects that can be displayed in search Results pages and other lists to indicate the condition or state of a business object. You can use indicators to mark the history, status or any other condition of a business object.",
                        "type":"string"
                    },
                    "userDefined1IconGid":{
                        "description":"The GID for the user defined image/icon. Up to five User-Defined Image fields can be configured to appear on the Search and Results page that let you query and review the images that are assigned to a business object. Images can be assigned to business objects to visually emphasize certain characteristics such as shipments containing hazardous material, orders for hot commodities, or shipments with over dimensional freight.",
                        "type":"string"
                    },
                    "userDefined2IconGid":{
                        "description":"The GID for the user defined image/icon. Up to five User-Defined Image fields can be configured to appear on the Search and Results page that let you query and review the images that are assigned to a business object. Images can be assigned to business objects to visually emphasize certain characteristics such as shipments containing hazardous material, orders for hot commodities, or shipments with over dimensional freight.",
                        "type":"string"
                    },
                    "userDefined3IconGid":{
                        "description":"The GID for the user defined image/icon. Up to five User-Defined Image fields can be configured to appear on the Search and Results page that let you query and review the images that are assigned to a business object. Images can be assigned to business objects to visually emphasize certain characteristics such as shipments containing hazardous material, orders for hot commodities, or shipments with over dimensional freight.",
                        "type":"string"
                    },
                    "userDefined4IconGid":{
                        "description":"The GID for the user defined image/icon. Up to five User-Defined Image fields can be configured to appear on the Search and Results page that let you query and review the images that are assigned to a business object. Images can be assigned to business objects to visually emphasize certain characteristics such as shipments containing hazardous material, orders for hot commodities, or shipments with over dimensional freight.",
                        "type":"string"
                    },
                    "userDefined5IconGid":{
                        "description":"The GID for the user defined image/icon. Up to five User-Defined Image fields can be configured to appear on the Search and Results page that let you query and review the images that are assigned to a business object. Images can be assigned to business objects to visually emphasize certain characteristics such as shipments containing hazardous material, orders for hot commodities, or shipments with over dimensional freight.",
                        "type":"string"
                    },
                    "attributeDate11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeNumber11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "comMethods":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeParties.comMethods"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "refnums":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeParties.refnums"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "involvedParties":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeParties.involvedParties"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "sanctionedScreenings":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeParties.sanctionedScreenings"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "partyCodes":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeParties.partyCodes"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "remarks":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeParties.remarks"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "corporations":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeParties.corporations"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "statuses":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeParties.statuses"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "preferences":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeParties.preferences"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "normalizedAttrs":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeParties.normalizedAttrs"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "groups":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeParties.groups"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "partyScreenings":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeParties.partyScreenings"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "documents":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeParties.documents"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeParties.comMethods":{
                "properties":{
                    "comMethodRank":{
                        "description":"A numeric value to rank the communication methods at the location. For example a location may have E-Mail, Fax and Phone as preferred communication methods in that rank.",
                        "type":"number",
                        "format":"int32"
                    },
                    "comMethodGid":{
                        "description":"The communication method GID.",
                        "type":"string"
                    },
                    "calendarGid":{
                        "description":"The calendar GID.",
                        "type":"string"
                    },
                    "expectedResponseTime":{
                        "description":"This value is used when the location represents  the service provider. It specifies the response time for a shipment tender.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeParties.refnums":{
                "properties":{
                    "gtmPartyRefnumQualGid":{
                        "description":"The GID for the party reference number qualifier.",
                        "type":"string"
                    },
                    "refnumValue":{
                        "description":"The value for the reference number.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeParties.involvedParties":{
                "properties":{
                    "gtmRegistrationGid":{
                        "description":"The GID for the registration being assigned to the party.",
                        "type":"string"
                    },
                    "involvedPartyQualGid":{
                        "description":"The GID for the involved party qualifier related to the registration.",
                        "type":"string"
                    },
                    "comMethodGid":{
                        "description":"The GID for the communication method.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeParties.sanctionedScreenings":{
                "properties":{
                    "gtmContactStScreenGid":{
                        "description":"The GID for the GTM sanctioned territory screening. If sanctioned territory screening has taken place via either Trade Compliance Screening or the Sanctioned Territory Screening action, the results will be stored here.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "controlTypeGid":{
                        "description":"The GID for the GTM control type. The control type is linked to the compliance rule.",
                        "type":"string"
                    },
                    "controlCode":{
                        "description":"The control type and control code are linked to the compliance rule.",
                        "type":"string"
                    },
                    "regulationReferenceGid":{
                        "description":"The GID for the GTM regulation reference. The regulation reference is related directly to a compliance rule.",
                        "type":"string"
                    },
                    "gtmContactStScreenXid":{
                        "description":"The XID for the GTM sanctioned territory screening. If sanctioned territory screening has taken place via either Trade Compliance Screening or the Sanctioned Territory Screening action, the results will be stored here.",
                        "type":"string"
                    },
                    "complianceRuleGroupGid":{
                        "description":"The GID for the GTM compliance rule group. The compliance rule group is considered an optional input for sanctioned territory screening. If no compliance rule group is provided, the service preference given in user preference is considered for getting compliance rule group information. If a user preference has not been designated, screening will be done against all sanction rules using the Cumulative algorithm.",
                        "type":"string"
                    },
                    "complianceRuleGid":{
                        "description":"The GID for the GTM compliance rule. You can configure screening to fit any combination of rules or policies that you deem to be necessary. Compliance rules can be added to a rule set, rule sets can be added to rule set groups, and rule set groups can be combined into a compliance policy which is then used in transaction screening.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeParties.partyCodes":{
                "properties":{
                    "gtmTypeGid":{
                        "description":"The GID for the type related to the user defined party classification.",
                        "type":"string"
                    },
                    "gtmCode":{
                        "description":"The code is related to the type which is related to the user defined party classification.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeParties.remarks":{
                "properties":{
                    "remarkSeqNo":{
                        "description":"Sequence number for remark. Not visible in the UI.",
                        "type":"number",
                        "format":"int64"
                    },
                    "remarkQualGid":{
                        "description":"The unique GID for the remark qualifier.",
                        "type":"string"
                    },
                    "remarkText":{
                        "description":"Remark text.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeParties.corporations":{
                "properties":{
                    "corporationGid":{
                        "description":"The GID for the corporation related to the contact. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "corporation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property corporationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/corporations"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeParties.statuses":{
                "properties":{
                    "statusTypeGid":{
                        "description":"Status type for the contact status.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "statusValueGid":{
                        "description":"Value of status type.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeParties.preferences":{
                "properties":{
                    "preferenceGid":{
                        "description":"The preference GID.",
                        "type":"string"
                    },
                    "value":{
                        "description":"The value or Rank for the communication method.  The value (Rank) prioritizes the saved communication methods. The highest priority is 1. If the rank between two companies does not match, the method preferred by the source company (shipper) is used.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeParties.normalizedAttrs":{
                "properties":{
                    "attributeName":{
                        "description":"Attribute Name",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "normalizedText":{
                        "description":"Normalized text",
                        "type":"string"
                    },
                    "sourceType":{
                        "description":"Source Type - Manual/AI Agent",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeParties.groups":{
                "properties":{
                    "contactGid":{
                        "description":"The contact GID references a person contact which will inherit notifications, etc. from it's contact group.  A contact may belong to more than one contact group. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "contact":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property contactGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeParties.partyScreenings":{
                "properties":{
                    "partyScreeningSequence":{
                        "description":"Sequence number for potential matches.",
                        "type":"number",
                        "format":"int64"
                    },
                    "gtmDeniedPartyGid":{
                        "description":"The GID for the denied party.",
                        "type":"string"
                    },
                    "screeningStatus":{
                        "description":"Denied party to party screening status. Potential Match -Some similarities exist between the restricted party list and the contact being screened.  Verified Match - The contact being screened matches a name on the restricted party list and the match has been verified by a user.  Not a Match<br> - No similarity exists between the restricted party list and the contact being screened.  Escalated -<br>The potential match was referred to another person for review.",
                        "type":"string"
                    },
                    "approvedBy":{
                        "description":"Approver for matches requiring review.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "matchFactor":{
                        "description":"Match factor is determined by GTM and represents the match factor (matching percentage) between the party and the restricted party.",
                        "type":"number",
                        "format":"int32"
                    },
                    "gtmServicePrefGid":{
                        "description":"The unique GID for the service preference used for screening.",
                        "type":"string"
                    },
                    "partyScreeningComments":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeParties.partyScreenings.partyScreeningComments"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeParties.partyScreenings.partyScreeningComments":{
                "properties":{
                    "partyCommentSequence":{
                        "description":"Sequence number for potential matches comment.",
                        "type":"number",
                        "format":"int64"
                    },
                    "commentText":{
                        "description":"Text related to comment.",
                        "type":"string"
                    },
                    "commentBy":{
                        "description":"User entering the comment.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeParties.documents":{
                "properties":{
                    "documentGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentDefGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentUrl":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentMimeType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentFilename":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "ownerDataQueryTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "reportGid":{
                        "description":"The report associated with the document attachment, if content was generated by the report subsystem.",
                        "type":"string"
                    },
                    "generatedAt":{
                        "description":"If preparation, date/time content was last generated",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "uploadedAt":{
                        "description":"If attachment, date/time content was last updated",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "documentTrackingNum":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentCmsId":{
                        "description":"A GUID to associate the document with content stored on its remote CMS. Valid when document_type=CMS.",
                        "type":"string"
                    },
                    "contentManagementSystemGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "usedAs":{
                        "description":"Represents the classification of a document.(C/I/L/T)",
                        "type":"string"
                    },
                    "relatedDocumentGid":{
                        "description":"Represents the related document for consolidated/linked documents. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "relatedDocument":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property relatedDocumentGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/documents"
                            }
                        ],
                        "readOnly":true
                    },
                    "effectiveDate":{
                        "description":"represents effective date for a document",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "expirationDate":{
                        "description":"Represents expiration date for a document.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "userDefined1IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined2IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined3IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined4IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined5IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "calendarEventTypes":{
                "properties":{
                    "calEventTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "calEventTypeXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isWorking":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "vatConfigurations":{
                "properties":{
                    "vatConfigurationGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "vatConfigurationXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "vatConfigurationName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "taxType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "vatConfigurationPerspectives":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/vatConfigurations.vatConfigurationPerspectives"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "vatProvincialCnfgPersps":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/vatConfigurations.vatProvincialCnfgPersps"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "vatConfigurations.vatConfigurationPerspectives":{
                "properties":{
                    "perspective":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "goodsLocationType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "customerInvPartyQualGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isAllocate":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "vatConfigurationPerspDs":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/vatConfigurations.vatConfigurationPerspectives.vatConfigurationPerspDs"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "vatConfigurations.vatConfigurationPerspectives.vatConfigurationPerspDs":{
                "properties":{
                    "vatOutcomeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "vatCodeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "vatCountrySource":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "priority":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "vatConfigurations.vatProvincialCnfgPersps":{
                "properties":{
                    "perspective":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "countryCode3Gid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "goodsLocationType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "customerInvPartyQualGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isAllocate":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "importVatCodeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "exportVatCodeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "vatConfigurationPerspDs":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/vatConfigurations.vatProvincialCnfgPersps.vatConfigurationPerspDs"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "vatConfigurations.vatProvincialCnfgPersps.vatConfigurationPerspDs":{
                "properties":{
                    "srcProvinceCodeProfileGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "destProvinceCodeProfileGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "vatCodeOrderedSetGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "provinceSource":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "itineraryProfiles":{
                "properties":{
                    "itineraryProfileGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "itineraryProfileXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "itineraryProfileName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isCompatible":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "details":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/itineraryProfiles.details"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "itineraryProfiles.details":{
                "properties":{
                    "itineraryGid":{
                        "description":"No description. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "itinerary":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property itineraryGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/itineraries"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeAgreementReferenceNumberQualifiers":{
                "properties":{
                    "gtmTaRefnumQualGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmTaRefnumQualXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "defaultRefnumBnTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateFlag":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "resourceTypes":{
                "properties":{
                    "resourceTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "resourceTypeXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "eventGroups":{
                "properties":{
                    "bsEventGroupGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "bsEventGroupXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "dataQueryTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "bsEventGroupName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "bsEventGroupDescription":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "imageFile":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "statusTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "statusValueGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "classifications":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/eventGroups.classifications"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "attributes":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/eventGroups.attributes"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "eventGroups.classifications":{
                "properties":{
                    "bsEgroupClassGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "bsEgroupClassXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "bsStatusCodeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "bsReasonCodeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "eventGroups.attributes":{
                "properties":{
                    "attributeName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attributeValue":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attributeDescription":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "repetitionSchedules":{
                "properties":{
                    "repetitionScheduleGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "repetitionScheduleXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "servprovGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "monday":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "tuesday":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "wednesday":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "thursday":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "friday":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "saturday":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "sunday":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "repSchedServiceGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "effectiveDate":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "discontinueDate":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "scheduleNote":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "referenceNumber":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "scheduleType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "flightGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "voyageGid":{
                        "description":"No description. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "voyage":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property voyageGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/voyages"
                            }
                        ],
                        "readOnly":true
                    },
                    "equipmentGroupGid":{
                        "description":"No description. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "equipmentGroup":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property equipmentGroupGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/equipmentGroups"
                            }
                        ],
                        "readOnly":true
                    },
                    "isIgnoreEquipmentCapacity":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "maxWeight":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "maxVolume":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "startTimeAdj":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "cutoffTime":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "calendarGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "driverGid":{
                        "description":"No description. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "driver":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property driverGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/drivers"
                            }
                        ],
                        "readOnly":true
                    },
                    "driverProfileGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "numOfInstancesM":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "numOfInstancesTu":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "numOfInstancesW":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "numOfInstancesTh":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "numOfInstancesF":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "numOfInstancesSa":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "numOfInstancesSu":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "isFixedEquipmentGroup":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "servprovProfileGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isInvokeConopt":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "stops":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/repetitionSchedules.stops"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "refnums":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/repetitionSchedules.refnums"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "details":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/repetitionSchedules.details"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "remarks":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/repetitionSchedules.remarks"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "repetitionSchedules.stops":{
                "properties":{
                    "sequence":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "locationGid":{
                        "description":"No description. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "location":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property locationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "stopNumber":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "stopRequirementType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isAllowPickup":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "isAllowDelivery":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "maxPickupWeight":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "maxPickupVolume":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "maxDeliveryWeight":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "maxDeliveryVolume":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "dtimeFromPrevStop":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isFixedArrival":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "isFixedDeparture":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "details":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/repetitionSchedules.stops.details"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "repetitionSchedules.stops.details":{
                "properties":{
                    "repSchedActivityGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "dayAdjustment":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "hourAdjustment":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "minuteAdjustment":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "repetitionSchedules.refnums":{
                "properties":{
                    "groundRefnumQualGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "groundRefnumValue":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "repetitionSchedules.details":{
                "properties":{
                    "groundSchedGenGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "shipmentGid":{
                        "description":"No description. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "shipment":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property shipmentGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/sellShipments"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "repetitionSchedules.remarks":{
                "properties":{
                    "remarkSequence":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "remarkQualGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "remarkText":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "forceGenerateShipmentsRequest":{
                "description":"Request parameters to generate shipments on a ground schedule in an ad hoc manner.",
                "type":"object",
                "properties":{
                    "date":{
                        "description":"Date for which ground schedule shipments will be generated.",
                        "type":"string"
                    },
                    "numberOfShipments":{
                        "description":"Number of ground schedule shipments to be generated.",
                        "type":"integer"
                    }
                }
            },
            "forceGenerateShipmentsResponse":{
                "description":"Response of generated ground schedule shipments.",
                "type":"object",
                "properties":{
                    "groundScheduleGenerationId":{
                        "description":"Ground schedule shipment generation result GID.",
                        "type":"string"
                    },
                    "processStartTime":{
                        "description":"Generation process start time.",
                        "type":"string"
                    },
                    "processEndTime":{
                        "description":"Generation process end time.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Generated ground schedule shipments domain.",
                        "type":"string"
                    },
                    "shipmentsExpected":{
                        "description":"Number of shipments expected to be generated.",
                        "type":"string"
                    },
                    "shipmentsBuilt":{
                        "description":"Number of shipments generated.",
                        "type":"string"
                    },
                    "shipments":{
                        "description":"List of generated shipment IDs.",
                        "type":"array",
                        "items":{
                            "type":"string"
                        }
                    },
                    "cutoffDateUsed":{
                        "description":"Is the cut off time used. If not start time is used.",
                        "type":"boolean"
                    },
                    "durationInDays":{
                        "description":"Number of days to generate shipments.",
                        "type":"integer"
                    },
                    "queryName":{
                        "description":"Query Name",
                        "type":"string"
                    },
                    "generationStartDate":{
                        "description":"Shipments generation start date/time.",
                        "type":"string"
                    },
                    "generationEndDate":{
                        "description":"Shipments generation end date/time.",
                        "type":"string"
                    }
                }
            },
            "planPartitions":{
                "properties":{
                    "planPartitionGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "planPartitionXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "savedQueryGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "shipmentGroups":{
                "properties":{
                    "shipGroupGid":{
                        "description":"The GID for the shipment group.",
                        "type":"string"
                    },
                    "shipGroupXid":{
                        "description":"The XID for the shipment group.",
                        "type":"string"
                    },
                    "shipGroupTypeGid":{
                        "description":"Indicates the shipment group type.",
                        "type":"string"
                    },
                    "sourceLocationGid":{
                        "description":"The source location of the shipment group. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "sourceLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property sourceLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "destLocationGid":{
                        "description":"The destination location of the shipment group.  <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "destLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property destLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "shipGroupRuleGid":{
                        "description":"Indicates the rule by which the shipment group is created.",
                        "type":"string"
                    },
                    "startTime":{
                        "description":"Indicates the start time of the shipment group.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "endTime":{
                        "description":"Indicates the end time of the shipment group.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "equipmentGroupGid":{
                        "description":"Indicates the equipment group ID for trailer build.  <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "equipmentGroup":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property equipmentGroupGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/equipmentGroups"
                            }
                        ],
                        "readOnly":true
                    },
                    "totalWeight":{
                        "description":"Total weight of all the shipments in the shipment group",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "totalVolume":{
                        "description":"Total volume of all the shipments in the shipment group.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "numberOfShipments":{
                        "description":"Total number of shipments in the shipment group",
                        "type":"number",
                        "format":"int64"
                    },
                    "servprovGid":{
                        "description":"The service provider for the trailer build. If the shipment group was created from a rule, the service provider will be copied to the shipment group matched from the rule. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "servprov":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property servprovGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/serviceProviders"
                            }
                        ],
                        "readOnly":true
                    },
                    "pickupTransactionNo":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "userDefined1IconGid":{
                        "description":"Can store a user-defined icon that will appear within the user interface to help visually identify attributes of the shipment group.",
                        "type":"string"
                    },
                    "userDefined2IconGid":{
                        "description":"Can store a user-defined icon that will appear within the user interface to help visually identify attributes of the shipment group.",
                        "type":"string"
                    },
                    "userDefined3IconGid":{
                        "description":"Can store a user-defined icon that will appear within the user interface to help visually identify attributes of the shipment group.",
                        "type":"string"
                    },
                    "userDefined4IconGid":{
                        "description":"Can store a user-defined icon that will appear within the user interface to help visually identify attributes of the shipment group.",
                        "type":"string"
                    },
                    "userDefined5IconGid":{
                        "description":"Can store a user-defined icon that will appear within the user interface to help visually identify attributes of the shipment group.",
                        "type":"string"
                    },
                    "appointmentPriorityGid":{
                        "description":"shipment group appointment priority used for dock scheduling priority feature",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type String. ",
                        "type":"string"
                    },
                    "attribute2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type String. ",
                        "type":"string"
                    },
                    "attribute3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type String. ",
                        "type":"string"
                    },
                    "attribute4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type String. ",
                        "type":"string"
                    },
                    "attribute5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type String. ",
                        "type":"string"
                    },
                    "attribute6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type String. ",
                        "type":"string"
                    },
                    "attribute7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type String. ",
                        "type":"string"
                    },
                    "attribute8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type String. ",
                        "type":"string"
                    },
                    "attribute9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type String. ",
                        "type":"string"
                    },
                    "attribute10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type String. ",
                        "type":"string"
                    },
                    "attribute11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type String. ",
                        "type":"string"
                    },
                    "attribute12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type String. ",
                        "type":"string"
                    },
                    "attribute13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type String. ",
                        "type":"string"
                    },
                    "attribute14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type String. ",
                        "type":"string"
                    },
                    "attribute15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type String. ",
                        "type":"string"
                    },
                    "attribute16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type String. ",
                        "type":"string"
                    },
                    "attribute17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type String. ",
                        "type":"string"
                    },
                    "attribute18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type String. ",
                        "type":"string"
                    },
                    "attribute19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type String. ",
                        "type":"string"
                    },
                    "attribute20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type String. ",
                        "type":"string"
                    },
                    "attributeNumber1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Number. ",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Number. ",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Number. ",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Number. ",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Number. ",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Number. ",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Number. ",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Number. ",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Number. ",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Number. ",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date. ",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date. ",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date. ",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date. ",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date. ",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date. ",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date. ",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date. ",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date. ",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date. ",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "voyageGid":{
                        "description":"The Voyage ID with which the shipment group was created using a shipment group rule having Match Schedule as true.",
                        "type":"string"
                    },
                    "portOfLoadLocationGid":{
                        "description":"The Port of loading ID with which shipment group was created using a shipment group rule having Match Port of loading as true.",
                        "type":"string"
                    },
                    "portOfDisLocationGid":{
                        "description":"The Port of discharge ID with which the shipment group was created using a shipment group rule having Match Port of discharge as true.",
                        "type":"string"
                    },
                    "sEquipmentGid":{
                        "description":"The Equipment ID with which the shipment group was created using a shipment group rule having Same Equipment as true.",
                        "type":"string"
                    },
                    "orSourceLocationGid":{
                        "description":"The Source Location ID with which the shipment group was created using a shipment group rule having Same Order Source as true.",
                        "type":"string"
                    },
                    "orDestLocationGid":{
                        "description":"The Destination Location ID with which shipment group was created using a shipment group rule having Same Order Destination as true.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "involvedParties":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipmentGroups.involvedParties"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "statuses":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipmentGroups.statuses"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "refnums":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipmentGroups.refnums"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "remarks":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipmentGroups.remarks"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "shipmentDetails":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipmentGroups.shipmentDetails"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "orderReleaseDetails":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipmentGroups.orderReleaseDetails"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "secondaryCharges":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipmentGroups.secondaryCharges"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "shipmentGroups.involvedParties":{
                "properties":{
                    "involvedPartyQualGid":{
                        "description":"The qualifier GID for the involved party. ",
                        "type":"string"
                    },
                    "involvedPartyContactGid":{
                        "description":"The contact GID for the involved party.  <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "involvedPartyContact":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property involvedPartyContactGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "comMethodGid":{
                        "description":"The communication method GID related to the involved party.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "shipmentGroups.statuses":{
                "properties":{
                    "statusTypeGid":{
                        "description":"The status type of the shipment group ",
                        "type":"string"
                    },
                    "statusValueGid":{
                        "description":"The status value for the status type of  the shipment group ",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "shipmentGroups.refnums":{
                "properties":{
                    "shipGroupRefnumQualGid":{
                        "description":"Reference qualiifer.",
                        "type":"string"
                    },
                    "shipGroupRefnumValue":{
                        "description":"Reference value.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "shipmentGroups.remarks":{
                "properties":{
                    "remarkSequence":{
                        "description":"The one-up number to make the remark record unique.",
                        "type":"number",
                        "format":"int64"
                    },
                    "remarkQualGid":{
                        "description":"The remark qualifier, or remark type.",
                        "type":"string"
                    },
                    "remarkText":{
                        "description":"User entered remark on the shipment group.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "shipmentGroups.shipmentDetails":{
                "properties":{
                    "shipmentGid":{
                        "description":"The GID of shipment in the shipment group.  <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "shipment":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property shipmentGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/sellShipments"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type String. ",
                        "type":"string"
                    },
                    "attribute2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type String. ",
                        "type":"string"
                    },
                    "attribute3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type String. ",
                        "type":"string"
                    },
                    "attribute4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type String. ",
                        "type":"string"
                    },
                    "attribute5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type String. ",
                        "type":"string"
                    },
                    "attribute6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type String. ",
                        "type":"string"
                    },
                    "attribute7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type String. ",
                        "type":"string"
                    },
                    "attribute8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type String. ",
                        "type":"string"
                    },
                    "attribute9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type String. ",
                        "type":"string"
                    },
                    "attribute10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type String. ",
                        "type":"string"
                    },
                    "attribute11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type String. ",
                        "type":"string"
                    },
                    "attribute12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type String. ",
                        "type":"string"
                    },
                    "attribute13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type String. ",
                        "type":"string"
                    },
                    "attribute14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type String. ",
                        "type":"string"
                    },
                    "attribute15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type String. ",
                        "type":"string"
                    },
                    "attribute16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type String. ",
                        "type":"string"
                    },
                    "attribute17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type String. ",
                        "type":"string"
                    },
                    "attribute18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type String. ",
                        "type":"string"
                    },
                    "attribute19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type String. ",
                        "type":"string"
                    },
                    "attribute20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type String. ",
                        "type":"string"
                    },
                    "attributeNumber1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Number. ",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Number. ",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Number. ",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Number. ",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Number. ",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Number. ",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Number. ",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Number. ",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Number. ",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Number. ",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date. ",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date. ",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date. ",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date. ",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date. ",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date. ",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date. ",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date. ",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date. ",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date. ",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "remarks":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipmentGroups.shipmentDetails.remarks"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "shipmentGroups.shipmentDetails.remarks":{
                "properties":{
                    "remarkSequence":{
                        "description":"The one-up number to make the remark record unique.",
                        "type":"number",
                        "format":"int64"
                    },
                    "remarkQualGid":{
                        "description":"The remark qualifier, or remark type.",
                        "type":"string"
                    },
                    "remarkText":{
                        "description":"User entered remark on the shipment group detail",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "shipmentGroups.orderReleaseDetails":{
                "properties":{
                    "shipmentGid":{
                        "description":"The GID of shipment in the shipment group.  <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "shipment":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property shipmentGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/sellShipments"
                            }
                        ],
                        "readOnly":true
                    },
                    "sEquipmentGid":{
                        "description":"The equipment for the shipment group.  <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "sEquipment":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property sEquipmentGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/sEquipments"
                            }
                        ],
                        "readOnly":true
                    },
                    "orderReleaseGid":{
                        "description":"The order release of shipments in the shipment group.  <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "orderRelease":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property orderReleaseGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/orderReleases"
                            }
                        ],
                        "readOnly":true
                    },
                    "seqNum":{
                        "description":"The sequence number to make the record unique. ",
                        "type":"number",
                        "format":"int64"
                    },
                    "orderReleaseLineGid":{
                        "description":"The order release lines of shipments in the shipment group.  <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "orderReleaseLine":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property orderReleaseLineGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/orderReleaseLines"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type String. ",
                        "type":"string"
                    },
                    "attribute2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type String. ",
                        "type":"string"
                    },
                    "attribute3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type String. ",
                        "type":"string"
                    },
                    "attribute4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type String. ",
                        "type":"string"
                    },
                    "attribute5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type String. ",
                        "type":"string"
                    },
                    "attribute6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type String. ",
                        "type":"string"
                    },
                    "attribute7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type String. ",
                        "type":"string"
                    },
                    "attribute8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type String. ",
                        "type":"string"
                    },
                    "attribute9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type String. ",
                        "type":"string"
                    },
                    "attribute10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type String. ",
                        "type":"string"
                    },
                    "attribute11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type String. ",
                        "type":"string"
                    },
                    "attribute12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type String. ",
                        "type":"string"
                    },
                    "attribute13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type String. ",
                        "type":"string"
                    },
                    "attribute14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type String. ",
                        "type":"string"
                    },
                    "attribute15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type String. ",
                        "type":"string"
                    },
                    "attribute16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type String. ",
                        "type":"string"
                    },
                    "attribute17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type String. ",
                        "type":"string"
                    },
                    "attribute18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type String. ",
                        "type":"string"
                    },
                    "attribute19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type String. ",
                        "type":"string"
                    },
                    "attribute20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type String. ",
                        "type":"string"
                    },
                    "attributeNumber1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Number. ",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Number. ",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Number. ",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Number. ",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Number. ",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Number. ",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Number. ",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Number. ",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Number. ",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Number. ",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date. ",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date. ",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date. ",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date. ",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date. ",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date. ",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date. ",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date. ",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date. ",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date. ",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "remarks":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipmentGroups.orderReleaseDetails.remarks"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "shipmentGroups.orderReleaseDetails.remarks":{
                "properties":{
                    "remarkSequence":{
                        "description":"The one-up number to make the remark record unique.",
                        "type":"number",
                        "format":"int64"
                    },
                    "remarkQualGid":{
                        "description":"The remark qualifier, or remark type.",
                        "type":"string"
                    },
                    "remarkText":{
                        "description":"User entered remark on the shipment group order release",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "shipmentGroups.secondaryCharges":{
                "properties":{
                    "shipmentGid":{
                        "description":"The GID for the shipment.",
                        "type":"string"
                    },
                    "shipmentXid":{
                        "description":"The XID for the shipment.",
                        "type":"string"
                    },
                    "shipmentName":{
                        "description":"A descriptive name of the shipment.",
                        "type":"string"
                    },
                    "transportModeGid":{
                        "description":"A unique identifier to define the transportation modes.",
                        "type":"string"
                    },
                    "isTemplate":{
                        "description":"Indicates whether a shipment is a template.",
                        "type":"boolean"
                    },
                    "isPrimary":{
                        "description":"Indicates if the shipment is the primary shipment related to an order (bookings) path.",
                        "type":"boolean"
                    },
                    "isSpotCosted":{
                        "description":"Y/N based on whether the shipment cost is a spot cost specified by the service provider during a spot bid/broadcast tender.",
                        "type":"boolean"
                    },
                    "isCreditNote":{
                        "description":"Y/N based on an associated credit note.",
                        "type":"boolean"
                    },
                    "cmPrevDestLocationGid":{
                        "description":"The destination location of the previous shipment in the continuous move tour. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "cmPrevDestLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property cmPrevDestLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "cmNextSourceLocationGid":{
                        "description":"The source location of the next shipment in the continuous move tour. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "cmNextSourceLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property cmNextSourceLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "totalActualCost":{
                        "description":"The total actual cost of the shipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "totalWeightedCost":{
                        "description":"The total weighted cost of the shipment considering any additional preference weighting to influence selection positive or negative.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "totalTransCost":{
                        "description":"The total cost of the shipment. It represents the total transportation cost after applying the rebate.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "loadedDistance":{
                        "description":"The total distance that the truck or the transportation mode will travel when the shipment is loaded.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "unloadedDistance":{
                        "description":"The total distance that the truck or the transportation mode will travel when empty.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "sourceLocationGid":{
                        "description":"The GID of the source location of the shipment. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "sourceLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property sourceLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "destLocationGid":{
                        "description":"The GID of the destination location of the shipment. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "destLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property destLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "startTime":{
                        "description":"The actual shipment start time. Initially it is the system expected start time. It is updated once the carrier actually starts the shipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "endTime":{
                        "description":"The time the shipment is delivered. Initially this is the system expected delivery time. It is updated with the actual delivery time when the shipment is delivered.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "freightTerms":{
                        "description":"The freight terms for the shipment, such as prepaid or collect.",
                        "type":"string"
                    },
                    "parentLegGid":{
                        "description":"The parent leg associated with the itinerary that may have been used to plan the shipment.",
                        "type":"string"
                    },
                    "voyageGid":{
                        "description":"The voyage identifier associated with the shipment if this shipment is planned using a voyage that has been loaded into the voyage table.",
                        "type":"string"
                    },
                    "servprovGid":{
                        "description":"The service provider identifier associated with the shipment. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "servprov":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property servprovGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/serviceProviders"
                            }
                        ],
                        "readOnly":true
                    },
                    "rateOfferingGid":{
                        "description":"The rate offering (contract) identifier that is used by the service provider moving this shipment.",
                        "type":"string"
                    },
                    "rateGeoGid":{
                        "description":"The detailed rate record (contract) identifier that is used by the service provider moving this shipment.",
                        "type":"string"
                    },
                    "originalShipmentGid":{
                        "description":"If the shipment represents a secondary charge, this points back to the \"parent\" shipment for which the secondary shipment is a \"child\".",
                        "type":"string"
                    },
                    "isAutoMergeConsolidate":{
                        "description":"Y/N indicating if the auto merge consolidation rule was used from the itinerary when creating this shipment. (View Only)",
                        "type":"boolean"
                    },
                    "perspective":{
                        "description":"The indicates if the shipment is a buy or sell perspective.",
                        "type":"string"
                    },
                    "flightInstanceId":{
                        "description":"The flight instance (date of flight) identifier associated with the shipment if this shipment is planned using a flight in the flight table.",
                        "type":"number",
                        "format":"int64"
                    },
                    "totalWeight":{
                        "description":"The total weight of the shipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "totalVolume":{
                        "description":"The total volume of the shipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "totalShipUnitCount":{
                        "description":"The total ship unit count of the shipment.",
                        "type":"number",
                        "format":"int64"
                    },
                    "totalPackagingUnitCount":{
                        "description":"The total packaging unit count of the shipment.",
                        "type":"number",
                        "format":"int32"
                    },
                    "totalItemPackageCount":{
                        "description":"The total item package count of the shipment.",
                        "type":"number",
                        "format":"int32"
                    },
                    "intermediaryCorporationGid":{
                        "description":"The intermediary corporation identifier if this shipment is being managed by an additional party to the shipper and carrier relationship such as a 3PL corporation. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "intermediaryCorporation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property intermediaryCorporationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/corporations"
                            }
                        ],
                        "readOnly":true
                    },
                    "shipmentTypeGid":{
                        "description":"The shipment type associated with the shipment. This is a system value such as transport, secondary charge shipment, or non-freight related.",
                        "type":"string"
                    },
                    "routeCodeCombinationGid":{
                        "description":"The route code combination identifier of the shipment used for specifying rail shipments.",
                        "type":"string"
                    },
                    "railInterModalPlanGid":{
                        "description":"The rail intermodal plan identifier of the shipment used for intermodal rail shipments.",
                        "type":"string"
                    },
                    "customerRateCode":{
                        "description":"The customer rate identifier associated with the shipment if this shipment is planned using a customer.",
                        "type":"string"
                    },
                    "cofcTofc":{
                        "description":"The trailer or flat car or the container on flat car code for rail shipments.",
                        "type":"string"
                    },
                    "railReturnLocationGid":{
                        "description":"The rail return location identifier of the rail shipment. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "railReturnLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property railReturnLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "railReturnRouteGid":{
                        "description":"The rail return route identifier of the rail shipment.",
                        "type":"string"
                    },
                    "rule11Indicator":{
                        "description":"The rule 11 indicator of the shipment used for managing rail.",
                        "type":"string"
                    },
                    "currentStopNum":{
                        "description":"The stop number within the shipment. Stop number = 1 is the pickup stop, and the max (stop number) for a shipment is the delivery stop.",
                        "type":"number",
                        "format":"int32"
                    },
                    "shipmentAsWork":{
                        "description":"Indicates the shipment as work.",
                        "type":"boolean"
                    },
                    "secondaryChargeRuleGid":{
                        "description":"The secondary charge rule identifier that was used to generate the shipment if this is a secondary charge shipment.",
                        "type":"string"
                    },
                    "checkTimeConstraint":{
                        "description":"The indicator to check the time constraints associated with the shipment.",
                        "type":"boolean"
                    },
                    "checkCostConstraint":{
                        "description":"The indicator to check cost constraints associated with the shipment",
                        "type":"boolean"
                    },
                    "checkCapacityConstraint":{
                        "description":"The indicator to check the capacity constraints associated with the shipment.",
                        "type":"boolean"
                    },
                    "cmName":{
                        "description":"The shipment GID of the first shipment in the tour. If the continuous move tour is received as input, this is the supplied tour ID.",
                        "type":"string"
                    },
                    "cmSequenceNum":{
                        "description":"Indicates the shipment's sequence in the continuous move tour.",
                        "type":"number",
                        "format":"int32"
                    },
                    "cmCost":{
                        "description":"The shipment cost when the shipment is part of a continuous move tour.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "cmEmptyDistance":{
                        "description":"The empty leg distance between previous and this shipments.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "hazmatModeGid":{
                        "description":"The hazmat mode identifier that is associated with the shipment.",
                        "type":"string"
                    },
                    "hazmatRegionGid":{
                        "description":"The hazmat region identifier that is associated with the shipment.",
                        "type":"string"
                    },
                    "weighCode":{
                        "description":"The weigh code of the shipment that identifies the weight type.",
                        "type":"string"
                    },
                    "rule7":{
                        "description":"A Y/N indicator from the shipper to the carrier that the shipper is not liable for freight charges.",
                        "type":"boolean"
                    },
                    "shipmentReleased":{
                        "description":"A Y/N indicator used for rail shipments that indicate that the shipment is ready.",
                        "type":"boolean"
                    },
                    "processingCodeGid":{
                        "description":"The processing code GID.",
                        "type":"string"
                    },
                    "airRailRouteCode":{
                        "description":"A transportation mode code that is informational for the shipment.",
                        "type":"string"
                    },
                    "paymentMethodCodeGid":{
                        "description":"The payment method code identifier.",
                        "type":"string"
                    },
                    "incoTermGid":{
                        "description":"The Incoterm identifier associated with the shipment.",
                        "type":"string"
                    },
                    "dimWeight":{
                        "description":"The dimensional weight that was calculated for the shipment when using the dimensional rating (DIM) factor.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "plannedCost":{
                        "description":"The cost when the original shipment was created.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "termLocationText":{
                        "description":"The term location text that is informational for the shipment.",
                        "type":"string"
                    },
                    "tariffOrganizationNumber":{
                        "description":"The tariff organization number, for informational purposes.",
                        "type":"string"
                    },
                    "tariffOrganizationName":{
                        "description":"The tariff organization name, for informational purposes.",
                        "type":"string"
                    },
                    "tariffName":{
                        "description":"The tariff name, for informational purposes.",
                        "type":"string"
                    },
                    "tariffNumber":{
                        "description":"The tariff number, for informational purposes.",
                        "type":"string"
                    },
                    "tariffDate":{
                        "description":"The tariff date, for informational purposes.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "isHazardous":{
                        "description":"A Y/N indicator specifying that the shipment is identified as having hazardous material.",
                        "type":"boolean"
                    },
                    "isTemperatureControl":{
                        "description":"A Y/N indicator specifying that the shipment is identified as needing temperature control.",
                        "type":"boolean"
                    },
                    "isCostFixed":{
                        "description":"A Y/N indicator that identifies the shipment having fixed cost that will not be recalculated if the shipment is modified.",
                        "type":"boolean"
                    },
                    "isServiceTimeFixed":{
                        "description":"A Y/N indicator that identifies the shipment having fixed service time that will not be recalculated if the shipment is modified.",
                        "type":"boolean"
                    },
                    "isRateGeoFixed":{
                        "description":"A Y/N indicator that the rate detail (rate geo) has been fixed by the user and will not be reassigned if the shipment is modified.",
                        "type":"boolean"
                    },
                    "isRateOfferingFixed":{
                        "description":"A Y/N indicator that the rate offering has been fixed by the user and will not be reassigned.",
                        "type":"boolean"
                    },
                    "isServprovFixed":{
                        "description":"A Y/N indicator that the service provider has been fixed by the user and will not be reassigned.",
                        "type":"boolean"
                    },
                    "isPreload":{
                        "description":"A Y/N indicator specifying that the shipment is pre-load prior to carrier arriving for transport.",
                        "type":"boolean"
                    },
                    "isFixedTenderContact":{
                        "description":"A Y/N indicator that the tender contact individual has been fixed by the user and will not be reassigned.",
                        "type":"boolean"
                    },
                    "isToBeHeld":{
                        "description":"A Y/N indicator specifying that the shipment is to be held by the carrier.",
                        "type":"boolean"
                    },
                    "isPreferredCarrier":{
                        "description":"Indicates if the carrier selected for the shipment is preferred.",
                        "type":"boolean"
                    },
                    "isEquipmentFixed":{
                        "description":"Checks if a service provider can update the equipment number and equipment initials when accepting a tendered shipment.",
                        "type":"boolean"
                    },
                    "isRecalcTotals":{
                        "description":"Turns on/off totaling logic.",
                        "type":"boolean"
                    },
                    "hasAppointments":{
                        "description":"Indicates if any stops on the shipment have appointments.",
                        "type":"boolean"
                    },
                    "contactGid":{
                        "description":"The contact identifier linking in the contact table information to the shipment. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "contact":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property contactGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "bulkPlanGid":{
                        "description":"If the shipment was planned via the bulk plan process, then this is the global identifier for the bulk plan.",
                        "type":"string"
                    },
                    "totalNumReferenceUnits":{
                        "description":"The total number of reference units of the shipment as defined by the equipment reference units.",
                        "type":"number",
                        "format":"double"
                    },
                    "itineraryGid":{
                        "description":"The itinerary identifier that was used to build the shipment if it was built with the planning logic. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "itinerary":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property itineraryGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/itineraries"
                            }
                        ],
                        "readOnly":true
                    },
                    "feasibilityCodeGid":{
                        "description":"The feasibility code associated with the shipment can identify shipment infeasibilities.",
                        "type":"string"
                    },
                    "numOrderReleases":{
                        "description":"The number of order releases that are on this shipment.",
                        "type":"number",
                        "format":"int32"
                    },
                    "numStops":{
                        "description":"The number of shipment stop records related to this shipment.",
                        "type":"number",
                        "format":"int32"
                    },
                    "totalNetWeight":{
                        "description":"The total net weight of all the freight on the shipment as summed with the shipment ship unit lines net weight.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "totalNetVolume":{
                        "description":"The total net volume of all the freight on the shipment as summed with the shipment ship unit lines net volume.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "earliestStartTime":{
                        "description":"The earliest start time that will make this shipment feasible.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "latestStartTime":{
                        "description":"The latest start time that will make this shipment feasible.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "lastEventGroupGid":{
                        "description":"The last event group identifier specifies the event group code of the last tracking event that was received against the shipment.",
                        "type":"string"
                    },
                    "repetitionScheduleGid":{
                        "description":"The repetition schedule associated with the shipment if the shipment was built utilizing a repetition schedule.",
                        "type":"string"
                    },
                    "inTrailerBuild":{
                        "description":"Indicates that this shipment is in a trailer build shipment group.",
                        "type":"boolean"
                    },
                    "firstEquipmentGroupGid":{
                        "description":"A shipment can contain multiple equipment records. This value is associated to the first equipment group defined for the shipment.",
                        "type":"string"
                    },
                    "bulkCmGid":{
                        "description":"The identifier for the bulk continuous move if the shipment was selected in the bulk continuous move process.",
                        "type":"string"
                    },
                    "vesselGid":{
                        "description":"The vessel that the shipment is on. If populated, this actually overrides the value that is in the voyage table.",
                        "type":"string"
                    },
                    "userDefined1IconGid":{
                        "description":"The GID for the user defined image/icon. Up to five user-defined image fields can be configured to appear on the Search and Results page that let you query and review the images that are assigned to a business object. Images can be assigned to business objects to visually emphasize certain characteristics such as shipments containing hazardous material, orders for hot commodities, or shipments with over dimensional freight.",
                        "type":"string"
                    },
                    "userDefined2IconGid":{
                        "description":"The GID for the user defined image/icon. Up to five user-defined image fields can be configured to appear on the Search and Results page that let you query and review the images that are assigned to a business object. Images can be assigned to business objects to visually emphasize certain characteristics such as shipments containing hazardous material, orders for hot commodities, or shipments with over dimensional freight.",
                        "type":"string"
                    },
                    "userDefined3IconGid":{
                        "description":"The GID for the user defined image/icon. Up to five user-defined image fields can be configured to appear on the Search and Results page that let you query and review the images that are assigned to a business object. Images can be assigned to business objects to visually emphasize certain characteristics such as shipments containing hazardous material, orders for hot commodities, or shipments with over dimensional freight.",
                        "type":"string"
                    },
                    "userDefined4IconGid":{
                        "description":"The GID for the user defined image/icon. Up to five user-defined image fields can be configured to appear on the Search and Results page that let you query and review the images that are assigned to a business object. Images can be assigned to business objects to visually emphasize certain characteristics such as shipments containing hazardous material, orders for hot commodities, or shipments with over dimensional freight.",
                        "type":"string"
                    },
                    "userDefined5IconGid":{
                        "description":"The GID for the user defined image/icon. Up to five user-defined image fields can be configured to appear on the Search and Results page that let you query and review the images that are assigned to a business object. Images can be assigned to business objects to visually emphasize certain characteristics such as shipments containing hazardous material, orders for hot commodities, or shipments with over dimensional freight.",
                        "type":"string"
                    },
                    "sourceLocationOverrideGid":{
                        "description":"The location identifier that will override the source location that is defined for the shipment.",
                        "type":"string"
                    },
                    "destLocationOverrideGid":{
                        "description":"The location identifier that will override the destination location that is defined for the shipment.",
                        "type":"string"
                    },
                    "equipmentReferenceUnitGid":{
                        "description":"The equipment reference unit GID that is associated with the equipment reference unit utilization of the shipment.",
                        "type":"string"
                    },
                    "scheduleType":{
                        "description":"When the schedule type is populated, it is a consol.",
                        "type":"string"
                    },
                    "weightUtilization":{
                        "description":"The weight utilization of the shipment as defined by the weight of the freight and the maximum capacity of the equipment.",
                        "type":"number",
                        "format":"double"
                    },
                    "volumeUtilization":{
                        "description":"The volume utilization of the shipment as defined by the volume of the freight and the maximum capacity of the equipment.",
                        "type":"number",
                        "format":"double"
                    },
                    "equipRefUnitUtilization":{
                        "description":"The equipment reference utilization of the shipment as defined by the equipment reference unit amount of the freight and the maximum capacity of the equipment.",
                        "type":"number",
                        "format":"double"
                    },
                    "jobGid":{
                        "description":"The job GID identifier of the shipment, if the shipment is assigned to a job.",
                        "type":"string"
                    },
                    "portOfLoadLocationGid":{
                        "description":"The location ID of the port of load for the primary leg carrier. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "portOfLoadLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property portOfLoadLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "portOfLoadOverrideLocGid":{
                        "description":"The location override ID of the port of load for the primary leg carrier.",
                        "type":"string"
                    },
                    "portOfDisLocationGid":{
                        "description":"The location ID of the port of discharge for the primary leg carrier. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "portOfDisLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property portOfDisLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "portOfDisOverrideLocGid":{
                        "description":"The location override ID of the port of discharge for the primary leg carrier.",
                        "type":"string"
                    },
                    "insurancePolicyNumber":{
                        "description":"The insurance policy number that covers this shipment, for informational purposes.",
                        "type":"string"
                    },
                    "insuranceAmount":{
                        "description":"The insurance amount of the shipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "insurancePremium":{
                        "description":"The insurance premium of the shipment, for informational purposes.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "bolType":{
                        "description":"The bill of lading type defined for the shipment, used for report management.",
                        "type":"string"
                    },
                    "bolIssuanceType":{
                        "description":"The bill of lading issuance type identifier.",
                        "type":"string"
                    },
                    "consolGid":{
                        "description":"The consol identifier if the shipment has been built from a consol structure. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "consol":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property consolGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/consols"
                            }
                        ],
                        "readOnly":true
                    },
                    "placeReceiptLocationGid":{
                        "description":"The place receipt location identifier specifying the location where ownership of freight starts. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "placeReceiptLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property placeReceiptLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "placeDeliverLocationGid":{
                        "description":"The place deliver location identifier specifying the location where ownership of freight ends with delivery. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "placeDeliverLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property placeDeliverLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "sailDate":{
                        "description":"The sail date of the shipment that is populated if the shipment utilizes the vessel schedules.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "railDate":{
                        "description":"The rail date of the shipment that is populated if the shipment utilizes the rail schedules.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "sailCutoffDate":{
                        "description":"The sail cutoff (date of sail) identifier associated with the shipment if this shipment is planned using a sail on the sail table.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "portDischargeEta":{
                        "description":"The estimated port of discharge date associated with ocean-going shipments.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "portOfExitDate":{
                        "description":"The estimated port of exit (for international shipments) associated with ocean going shipments.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "portExitLocGid":{
                        "description":"The designated port the freight will be exiting the country for international shipments. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "portExitLoc":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property portExitLocGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "containerDeliveryLocGid":{
                        "description":"The container delivery location identifier establishing where the ocean going container will be delivered after unloading freight. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "containerDeliveryLoc":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property containerDeliveryLocGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "containerPickupLocGid":{
                        "description":"The container pickup location identifier establishing where the ocean-going container will be picked up prior to loading with freight. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "containerPickupLoc":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property containerPickupLocGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "nfrcRuleGid":{
                        "description":"The NFRC (non freight related charge) rule that was used to generate the shipment if the shipment is a NFRC type of shipment.",
                        "type":"string"
                    },
                    "isCpctyOverrideApplicable":{
                        "description":"A Y/N indicator specifying if the capacity override is applicable where capacity defines the resource a service provider has available for assignment.",
                        "type":"boolean"
                    },
                    "plannedRateOfferingGid":{
                        "description":"The initial planned rate offering ID. It is set when shipment initially gets planned. It will not be changed thereafter.",
                        "type":"string"
                    },
                    "plannedTransportModeGid":{
                        "description":"The initial planned transport mode ID. It is set when shipment initially gets planned. It will not be changed thereafter.",
                        "type":"string"
                    },
                    "plannedServprovGid":{
                        "description":"The initial planned service provider ID. It is set when shipment initially gets planned. It will not be changed thereafter. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "plannedServprov":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property plannedServprovGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/serviceProviders"
                            }
                        ],
                        "readOnly":true
                    },
                    "plannedRateGeoGid":{
                        "description":"The initial planned rate record ID. It is set when shipment initially gets planned. It will not be changed thereafter.",
                        "type":"string"
                    },
                    "isPermanent":{
                        "description":"Set this flag to 'Y' if the shipment should not be automatically deleted as a result of unassign/merge/split action. In this case, the shipment should be specifically deleted in \"delete shipment\" action.",
                        "type":"boolean"
                    },
                    "isMemoBl":{
                        "description":"Indicate how to handle B/L. Y: no bill of lading generated for this shipment. N: bill of lading generated for this shipment.",
                        "type":"boolean"
                    },
                    "dutyPaid":{
                        "description":"The duty paid of the shipment.",
                        "type":"string"
                    },
                    "exchangeRateDate":{
                        "description":"Indicates the date to be used for any currency conversions; if null, the latest conversion should be used.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "currencyGid":{
                        "description":"Indicates the currency to be used for cost totals; if null, the first shipment cost of type base will dictate the currency.",
                        "type":"string"
                    },
                    "exchangeRateGid":{
                        "description":"Indicates the set of exchange rates to use for currency conversions; if null, the default set should be used.",
                        "type":"string"
                    },
                    "totMatchedInvoiceCost":{
                        "description":"The total matched invoice cost associated with the shipment after the match and pay process runs in freight payment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "originalInvoiceCost":{
                        "description":"The original invoice cost at the point when the invoice was initially created or matched to the shipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "totalApprovedCost":{
                        "description":"The total approved cost associated with the shipment after the approval step in the freight payment process.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "sourcePierLocationGid":{
                        "description":"The source operational location. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "sourcePierLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property sourcePierLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "destPierLocationGid":{
                        "description":"The destination operational location. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "destPierLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property destPierLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "primaryOrderBaseGid":{
                        "description":"A shipment can contain multiple orders and these orders can refer to multiple order bases. The bill to party of an order base is carried forward to the shipment. This field reflects the order base identifier that was used to establish this value. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "primaryOrderBase":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property primaryOrderBaseGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/orderBases"
                            }
                        ],
                        "readOnly":true
                    },
                    "totalDeclaredValue":{
                        "description":"The total declared value of the goods on the shipment. This is the sum of the declared values of the shipment ship unit lines.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "isProfitSplit":{
                        "description":"Indicates if the NFRC shipment will be profit split.",
                        "type":"boolean"
                    },
                    "shippingAgentContactGid":{
                        "description":"Indicate if this NFRC is created from the Assign Shipping Agent action on the job.",
                        "type":"string"
                    },
                    "isAdvancedCharge":{
                        "description":"A Y/N indicator specifying that this NFRC shipment is built as an advanced charge.",
                        "type":"boolean"
                    },
                    "loadConfigEngineTypeGid":{
                        "description":"Null type means no load configuration is performed on the shipment.",
                        "type":"string"
                    },
                    "appointmentPriorityGid":{
                        "description":"The appointment priority identifier associated with the shipment.",
                        "type":"string"
                    },
                    "isFixedDistance":{
                        "description":"Boolean, defaults to N. When set to Y, this flag indicates a user-entered value for the total loaded distance field.",
                        "type":"boolean"
                    },
                    "deliveringServprovGid":{
                        "description":"The service provider who is the delivering service provider for this shipment. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "deliveringServprov":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property deliveringServprovGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/serviceProviders"
                            }
                        ],
                        "readOnly":true
                    },
                    "originatingServprovGid":{
                        "description":"The service provider who is the originating service provider for this shipment. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "originatingServprov":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property originatingServprovGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/serviceProviders"
                            }
                        ],
                        "readOnly":true
                    },
                    "chargeableWeight":{
                        "description":"The dimensional weight as determined by the rating process.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "fixedServiceDays":{
                        "description":"The fixed number of service days, if returned by the rating engine.",
                        "type":"number",
                        "format":"int32"
                    },
                    "sightingLocationGid":{
                        "description":"The location where the shipment was last sighted. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "sightingLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property sightingLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "sightingDate":{
                        "description":"The date and time when the shipment was last sighted at the sighting location.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "prevSightingLocationGid":{
                        "description":"The location identifier for the previous sighting location used for rail shipment and tracking events. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "prevSightingLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property prevSightingLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "prevSightingDate":{
                        "description":"The date associated with the previous sighting location and in the tracking event.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "driverGid":{
                        "description":"The driver or primary team driver assigned to the shipment. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "driver":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property driverGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/drivers"
                            }
                        ],
                        "readOnly":true
                    },
                    "secondaryDriverGid":{
                        "description":"The secondary team driver assigned to the shipment. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "secondaryDriver":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property secondaryDriverGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/drivers"
                            }
                        ],
                        "readOnly":true
                    },
                    "powerUnitGid":{
                        "description":"The power unit assigned to the shipment. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "powerUnit":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property powerUnitGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/powerUnits"
                            }
                        ],
                        "readOnly":true
                    },
                    "driverAssignBulkPlanGid":{
                        "description":"Fleet bulk plan ID for driver assignment.",
                        "type":"string"
                    },
                    "equipmentAssignBulkPlanGid":{
                        "description":"Fleet bulk plan ID for equipment assignment.",
                        "type":"string"
                    },
                    "prevDropInventoryProcessed":{
                        "description":"Indicates fleet equipment inventory processing for driver's previous shipment's equipment.",
                        "type":"boolean"
                    },
                    "pickInventoryProcessed":{
                        "description":"Indicates fleet equipment inventory processing for picking an empty equipment before freight.",
                        "type":"boolean"
                    },
                    "dropInventoryProcessed":{
                        "description":"Indicates fleet equipment inventory processing for dropping an empty equipment after freight.",
                        "type":"boolean"
                    },
                    "dimVolume":{
                        "description":"The dimensional volume. Mathematical weight equivalence according to specified dim rate factor.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "chargeableVolume":{
                        "description":"The actual volume used in calculating the cost of the shipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "domainName":{
                        "description":"The database domain where this data is stored.",
                        "type":"string"
                    },
                    "planningParameterSetGid":{
                        "description":"The parameter set GID which is used in building this shipment.",
                        "type":"string"
                    },
                    "numEquipmentOrdered":{
                        "description":"The number of equipment ordered. This is manually set by the user and can be rated on.",
                        "type":"number",
                        "format":"int32"
                    },
                    "emPhoneNumber":{
                        "description":"The emergency phone number when shipping hazardous materials. The 24 hours contact for the shipment.",
                        "type":"string"
                    },
                    "parcelZone":{
                        "description":"The ship to mail zone. A price key used for parcel rate calculations.",
                        "type":"string"
                    },
                    "attribute1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attributeNumber1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeCurrency1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "attributeCurrency2":{
                        "description":"The attribute currency of the shipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "attributeCurrency3":{
                        "description":"The attribute currency of the shipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "combinationEquipGrpGid":{
                        "description":"The equipment group associated with the shipment if the shipment contains combination trailers or combination compartments. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "combinationEquipGrp":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property combinationEquipGrpGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/equipmentGroups"
                            }
                        ],
                        "readOnly":true
                    },
                    "siCutoffDate":{
                        "description":"The shippers instruction cutoff date associated with the shipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "cfsCutoffDate":{
                        "description":"The container freight station cutoff date associated with the shipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "srcArbLevelOfServiceGid":{
                        "description":"The source arbitrary level of service identifier if the shipment is built using a rate that has arbitrary values. In this case the shipment will identify the rate service used for the main leg and this will be the service of the source arbitrary part.",
                        "type":"string"
                    },
                    "destArbLevelOfServiceGid":{
                        "description":"The destination arbitrary level of service identifier if the shipment is built using a rate that has arbitrary values. In this case the shipment will identify the rate service used for the main leg and this will be the service of the destination arbitrary part.",
                        "type":"string"
                    },
                    "cfsLocationGid":{
                        "description":"The location identifier for the container freight station. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "cfsLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property cfsLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "isFixedVoyage":{
                        "description":"A Y/N indicator specifying if the voyage part of the shipment is to remain fixed on updates.",
                        "type":"boolean"
                    },
                    "workAssignmentBulkPlanGid":{
                        "description":"Work assignment bulk plan ID which is generated during work assignment bulk plan process.",
                        "type":"string"
                    },
                    "aheadLateTime":{
                        "description":"shipment status",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "aheadOrLate":{
                        "description":"A - Ahead of Schedule O - On Time L - Late T - Tardy - This can mean a degree of lateness depending on the user.  B - Bad Order H - Held N - No Bill Y - Constructive Placed Z - Actual Placed  ",
                        "type":"string"
                    },
                    "etaDate":{
                        "description":"Estimated time of arrival",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "firstEquipmentInitial":{
                        "description":"first equipment intial",
                        "type":"string"
                    },
                    "firstEquipmentNumber":{
                        "description":"first equipment number",
                        "type":"string"
                    },
                    "solePackagedItemGid":{
                        "description":"only one equipment and with only one item \t <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "solePackagedItem":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property solePackagedItemGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/packagedItems"
                            }
                        ],
                        "readOnly":true
                    },
                    "reportedBsStatusCode":{
                        "description":"latest reported event for shipment",
                        "type":"string"
                    },
                    "reportingScac":{
                        "description":"reporting scac",
                        "type":"string"
                    },
                    "equipmentDestination":{
                        "description":"equipment destination <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "equipmentDestinationRefObject":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property equipmentDestination, which will be expanded if expandRefs query parameter is set to true (expandRefs=true) <br> This reference object will be displayed only when the optional feature: APPEND REFOBJECT FOR REF ATTR NOT ENDING WITH GID is enabled.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "prevReportedBsStatusCode":{
                        "description":"previous reported event for shipment",
                        "type":"string"
                    },
                    "prevReportingScac":{
                        "description":"previous reporting scac",
                        "type":"string"
                    },
                    "prevEquipmentDestination":{
                        "description":"previous equipment destination <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "prevEquipmentDestinationRefObject":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property prevEquipmentDestination, which will be expanded if expandRefs query parameter is set to true (expandRefs=true) <br> This reference object will be displayed only when the optional feature: APPEND REFOBJECT FOR REF ATTR NOT ENDING WITH GID is enabled.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "maxNumRetender":{
                        "description":"Maximum number of re-tenders.",
                        "type":"number",
                        "format":"int32"
                    },
                    "attributeNumber11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "reservationNum":{
                        "description":"Saved here to search shipments based on Reservation Number.",
                        "type":"string"
                    },
                    "isArRouteCodeFixed":{
                        "description":"This flag is for rail route code on shipment to allow or restrict cost/rail route code updates.",
                        "type":"boolean"
                    },
                    "waybillDate":{
                        "description":"Waybill date represents contractual agreement of the carriage.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "projectedTourName":{
                        "description":"Represents the identifier for the projected tour. If the projected tour is received as input, this is the supplied tour ID.",
                        "type":"string"
                    },
                    "projectedTourSequenceNum":{
                        "description":"Represents the sequence in which the shipment should appear in the projected tour.",
                        "type":"number",
                        "format":"int32"
                    },
                    "externalVoyageCode":{
                        "description":"Specifies the number of the voyage as assigned by the carrier that transports the shipment.",
                        "type":"string"
                    },
                    "plannedCo2Emission":{
                        "description":"CO2 emissions recorded while planning the shipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "actualCo2Emission":{
                        "description":"Actual CO2 emissions for the shipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "plannedCo2EqEmission":{
                        "description":"CO2 equivalent emissions recorded while planning the shipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "actualCo2EqEmission":{
                        "description":"Actual CO2 equivalent emissions for the shipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "marketCost":{
                        "description":"Market cost based on the shipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "loadingHallPenalty":{
                        "description":"The loading hall penalty used while building loading halls for the shipment.",
                        "type":"number",
                        "format":"double"
                    },
                    "workAssignmentGid":{
                        "description":"The ID of the Work Assignment of which the shipment is part of.",
                        "type":"string"
                    },
                    "rateServiceGid":{
                        "description":"Links to the Rate Service record that tells the system how to calculate a shipment???s time based on the rate service type.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "rateFactorRules":{
                "properties":{
                    "rateFactorRuleGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "rateFactorRuleXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "rateFactorSourceGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "accessorialCodeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "accessorialCostGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "details":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/rateFactorRules.details"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "rateFactors":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/rateFactorRules.rateFactors"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "rateFactorRules.details":{
                "properties":{
                    "ruleEffectiveDate":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "ruleExpirationDate":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "accEffDateSource":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "accEffDateOffset":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "accEffDateFixed":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "accExpDateSource":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "accExpDateOffset":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "accExpDateFixed":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "accCostType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "excFactorIncrease":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "excCostIncrease":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "applyTo":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "ruleValueBreaks":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/rateFactorRules.details.ruleValueBreaks"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "rateFactorRules.details.ruleValueBreaks":{
                "properties":{
                    "factorValueMax":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "costValue":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "rateFactorRules.rateFactors":{
                "properties":{
                    "ruleJoinSeqno":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "rateRecordType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "rateOfferingGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "rateGeoGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "workInvoices":{
                "properties":{
                    "workInvoiceGid":{
                        "description":"The GID for the work invoice.",
                        "type":"string"
                    },
                    "workInvoiceXid":{
                        "description":"The XID for the work invoice.",
                        "type":"string"
                    },
                    "workInvoiceNumber":{
                        "description":"The GID for the work invoice from a business standpoint; if a corrected work invoice is generated, this number will be retained.",
                        "type":"string"
                    },
                    "driverGid":{
                        "description":"The GID of the driver for this work invoice. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "driver":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property driverGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/drivers"
                            }
                        ],
                        "readOnly":true
                    },
                    "secondaryDriverGid":{
                        "description":"If driven by a team, the secondary driver ID. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "secondaryDriver":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property secondaryDriverGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/drivers"
                            }
                        ],
                        "readOnly":true
                    },
                    "dateSent":{
                        "description":"Date this work invoice was sent to payroll.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "revenue":{
                        "description":"The sell side revenue.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "shipments":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/workInvoices.shipments"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "activities":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/workInvoices.activities"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "statuses":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/workInvoices.statuses"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "documents":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/workInvoices.documents"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "workInvoices.shipments":{
                "properties":{
                    "shipmentGid":{
                        "description":"The XID for the shipment related to the work invoice. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "shipment":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property shipmentGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/sellShipments"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "workInvoices.activities":{
                "properties":{
                    "sequence":{
                        "description":"The line number of the activity record.",
                        "type":"number",
                        "format":"int32"
                    },
                    "activityDate":{
                        "description":"Date activity was performed.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "specialServiceGid":{
                        "description":"Special Service GID for the activity performed.",
                        "type":"string"
                    },
                    "sourceLocationGid":{
                        "description":"Source location of the activity. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "sourceLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property sourceLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "destLocationGid":{
                        "description":"Destination location of the activity. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "destLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property destLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "payableIndicatorGid":{
                        "description":"Indicates the payable state of this activity (ex: Payable, Not Payable, Display as Zero, etc.).",
                        "type":"string"
                    },
                    "distance":{
                        "description":"Distance for the activity.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "duration":{
                        "description":"Duration for the activity.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "weight":{
                        "description":"Weight for the activity.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "volume":{
                        "description":"Volume for the activity.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "shipUnitCount":{
                        "description":"Count for the activity (such as number of ship units).",
                        "type":"number",
                        "format":"int64"
                    },
                    "itemPackageCount":{
                        "description":"Package item count.",
                        "type":"number",
                        "format":"int64"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "shipmentSpecialServiceSeq":{
                        "description":"Shipment special service sequence",
                        "type":"number",
                        "format":"int64"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "workInvoices.statuses":{
                "properties":{
                    "statusTypeGid":{
                        "description":"The status type.",
                        "type":"string"
                    },
                    "statusValueGid":{
                        "description":"The value of the status type.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "workInvoices.documents":{
                "properties":{
                    "documentGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentDefGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentUrl":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentMimeType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentFilename":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "ownerDataQueryTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "reportGid":{
                        "description":"The report associated with the document attachment, if content was generated by the report subsystem.",
                        "type":"string"
                    },
                    "generatedAt":{
                        "description":"If preparation, date/time content was last generated",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "uploadedAt":{
                        "description":"If attachment, date/time content was last updated",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "documentTrackingNum":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentCmsId":{
                        "description":"A GUID to associate the document with content stored on its remote CMS. Valid when document_type=CMS.",
                        "type":"string"
                    },
                    "contentManagementSystemGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "usedAs":{
                        "description":"Represents the classification of a document.(C/I/L/T)",
                        "type":"string"
                    },
                    "relatedDocumentGid":{
                        "description":"Represents the related document for consolidated/linked documents. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "relatedDocument":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property relatedDocumentGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/documents"
                            }
                        ],
                        "readOnly":true
                    },
                    "effectiveDate":{
                        "description":"represents effective date for a document",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "expirationDate":{
                        "description":"Represents expiration date for a document.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "userDefined1IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined2IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined3IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined4IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined5IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "powerUnits":{
                "properties":{
                    "powerUnitGid":{
                        "description":"The GID for the power unit.",
                        "type":"string"
                    },
                    "powerUnitXid":{
                        "description":"The XID for the power unit.",
                        "type":"string"
                    },
                    "description":{
                        "description":"The description field associated with the power unit.",
                        "type":"string"
                    },
                    "powerUnitNum":{
                        "description":"A unique number associated with the power unit.",
                        "type":"string"
                    },
                    "dateBuilt":{
                        "description":"The date the power unit was built.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "domicileCountryCodeGid":{
                        "description":"The country the power unit was originally from.",
                        "type":"string"
                    },
                    "corporationGid":{
                        "description":"The GID for the owning corporation for the power unit. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "corporation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property corporationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/corporations"
                            }
                        ],
                        "readOnly":true
                    },
                    "parkLocationGid":{
                        "description":"The location GID where the power unit is appointed to park. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "parkLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property parkLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "powerUnitTypeGid":{
                        "description":"The type GID associated with the power unit type.",
                        "type":"string"
                    },
                    "tareWeight":{
                        "description":"The tare weight of the power unit.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "isActive":{
                        "description":"A Y/N indicator field designating if the power unit is active.",
                        "type":"boolean"
                    },
                    "sightingLocationGid":{
                        "description":"The latest location sighting GID from the track and trace messages matched to the power unit. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string",
                        "readOnly":true
                    },
                    "sightingLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property sightingLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "sightingDate":{
                        "description":"The date associated with the tracking message for the sighting location.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ],
                        "readOnly":true
                    },
                    "prevSightingLocationGid":{
                        "description":"The previous location sighting GID from the track and trace messages matched to the power unit. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string",
                        "readOnly":true
                    },
                    "prevSightingLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property prevSightingLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "prevSightingDate":{
                        "description":"The date associated with the tracking message for the previous sighting location.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ],
                        "readOnly":true
                    },
                    "userDefined1IconGid":{
                        "description":"Can store a user-defined icon that will appear within the user interface to help visually identify attributes of the power unit.",
                        "type":"string"
                    },
                    "userDefined2IconGid":{
                        "description":"A user-defined icon that will appear within the user interface to help visually identify attributes of the power unit.",
                        "type":"string"
                    },
                    "userDefined3IconGid":{
                        "description":"A user-defined icon that will appear within the user interface to help visually identify attributes of the power unit.",
                        "type":"string"
                    },
                    "userDefined4IconGid":{
                        "description":"A user-defined icon that will appear within the user interface to help visually identify attributes of the power unit.",
                        "type":"string"
                    },
                    "userDefined5IconGid":{
                        "description":"A user-defined icon that will appear within the user interface to help visually identify attributes of the power unit.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "attribute1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attributeNumber1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "pullingLength":{
                        "description":"Determines the overall length of power unit/trailer. Interpreted as the length from the king pin to the rear of the trailer for Semi-Trailer Truck Type. Interpreted as the length from the hitch to the rear of the trailer for Pony-Trailer Truck Type. Interpreted as the length from the front of the vehicle to the hitch for the Dromedary Truck Type.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "refnums":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/powerUnits.refnums"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "remarks":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/powerUnits.remarks"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "texts":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/powerUnits.texts"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "statuses":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/powerUnits.statuses"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "equipments":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/powerUnits.equipments"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "specialServices":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/powerUnits.specialServices"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "trackingEvents":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/powerUnits.trackingEvents"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "documents":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/powerUnits.documents"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "powerUnits.refnums":{
                "properties":{
                    "powerUnitRefnumQualGid":{
                        "description":"The reference qualifier GID defining the reference  code.",
                        "type":"string"
                    },
                    "powerUnitRefnumValue":{
                        "description":"The value associated to the reference code.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "powerUnits.remarks":{
                "properties":{
                    "remarkSequence":{
                        "description":"The sequence (key) for the remark.",
                        "type":"number",
                        "format":"int64"
                    },
                    "remarkQualGid":{
                        "description":"A pointer to the remark type. For example: insurance number or maintenance codes.",
                        "type":"string"
                    },
                    "remarkText":{
                        "description":"User-entered remark.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "powerUnits.texts":{
                "properties":{
                    "textTemplateGid":{
                        "description":"The GID for the text template. A text template is a predefined, formatted selection of text that is identified by a business object. Use text templates to attach a short paragraph of text to a document, XML transmission, or notification (via XSL stylesheet).",
                        "type":"string"
                    },
                    "documentDefGid":{
                        "description":"Document that should hold text.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "textOverride":{
                        "description":"Transactional override for the template on the specific document.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "powerUnits.statuses":{
                "properties":{
                    "statusTypeGid":{
                        "description":"The status type GID for the status value on the power unit.",
                        "type":"string"
                    },
                    "statusValueGid":{
                        "description":"The status value for the power unit.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "powerUnits.equipments":{
                "properties":{
                    "powerUnitEquipmentSeq":{
                        "description":"The sequence (key) associated with the power unit and equipment (trailer) join.",
                        "type":"number",
                        "format":"int64"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "equipmentGid":{
                        "description":"The GID for the equipment defined for the power unit and equipment (trailer) association. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "equipment":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property equipmentGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/equipments"
                            }
                        ],
                        "readOnly":true
                    },
                    "effectiveDate":{
                        "description":"The effective date of this association with the power unit and equipment. ",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "expirationDate":{
                        "description":"The expiration date of this association with the power unit and equipment. ",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "powerUnits.specialServices":{
                "properties":{
                    "specialServiceGid":{
                        "description":"The special service code identifier defining the service required.",
                        "type":"string"
                    },
                    "effectiveDate":{
                        "description":"The effective date of this special service associated with the power unit.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "expirationDate":{
                        "description":"The expiration date of this special service associated with the power unit.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "powerUnits.trackingEvents":{
                "properties":{
                    "iTransactionNo":{
                        "description":"Transaction identifier linked to the power unit.",
                        "type":"number",
                        "format":"int64"
                    },
                    "partitionKey":{
                        "description":"The monthly range partition to manage purging status messages.",
                        "type":"number",
                        "format":"double"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "powerUnits.documents":{
                "properties":{
                    "documentGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentDefGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentUrl":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentMimeType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentFilename":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "ownerDataQueryTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "reportGid":{
                        "description":"The report associated with the document attachment, if content was generated by the report subsystem.",
                        "type":"string"
                    },
                    "generatedAt":{
                        "description":"If preparation, date/time content was last generated",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "uploadedAt":{
                        "description":"If attachment, date/time content was last updated",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "documentTrackingNum":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentCmsId":{
                        "description":"A GUID to associate the document with content stored on its remote CMS. Valid when document_type=CMS.",
                        "type":"string"
                    },
                    "contentManagementSystemGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "usedAs":{
                        "description":"Represents the classification of a document.(C/I/L/T)",
                        "type":"string"
                    },
                    "relatedDocumentGid":{
                        "description":"Represents the related document for consolidated/linked documents. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "relatedDocument":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property relatedDocumentGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/documents"
                            }
                        ],
                        "readOnly":true
                    },
                    "effectiveDate":{
                        "description":"represents effective date for a document",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "expirationDate":{
                        "description":"Represents expiration date for a document.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "userDefined1IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined2IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined3IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined4IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined5IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "fleetBulkPlans":{
                "properties":{
                    "fleetBulkPlanGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "fleetBulkPlanXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "shipmentQueryName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "resourceQueryName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "startTime":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "endTime":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "numOfShipmentsSelected":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "resourceType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "numOfResourcesSelected":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "numOfShipmentsAssignable":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "numOfResourcesAssignable":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "numResrcWithMultiAssign":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "numOfShipmentsAssigned":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "numOfResourcesAssigned":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "preShipCost":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "afterShipCost":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "bobtailDist":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "loadedDist":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "deadheadDist":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "parameterSetGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "state":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "logProcessId":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "numOfShipmentsFailed":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "appMachineGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "terminationTime":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "terminationUser":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "terminationReason":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "costs":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/fleetBulkPlans.costs"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "fleetBulkPlans.costs":{
                "properties":{
                    "costCategoryGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "preCost":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "afterCost":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "itemsWithProdClassCodeGid":{
                "properties":{
                    "itemGid":{
                        "description":"The GID for the item.",
                        "type":"string"
                    },
                    "itemXid":{
                        "description":"The XID for the item.",
                        "type":"string"
                    },
                    "itemName":{
                        "description":"Text for the name of the item.",
                        "type":"string"
                    },
                    "commodityGid":{
                        "description":"The GID for the commodity.",
                        "type":"string"
                    },
                    "nmfcArticleGid":{
                        "description":"The GID for the National Motor Freight Classification (NMFC) article/item number. The NMFC article refers to the NMFC's standard grouping of items, for example the article Brick(s): Thermal energy storage, ceramic is identified with the item number of 32270. The intended use for this table is to assign the item number related to the NMFC article as the ID for the NMFC Article XID. Note that within the system the NMFC article and the relationship between the article and the NMFC freight class are for information only.",
                        "type":"string"
                    },
                    "nmfcClassGid":{
                        "description":"The GID for the National Motor Freight Classification (NMFC). The NMFC is a critical piece of information used for rating Less-Than-Truckload shipments in North America. If you intend to rate shipments using RATEWAREXL or RATEWAREXL WITH CARRIERCONNECT it's important that the NMFC class information entered is a standard NMFC freight class - for example, 50, 55, 60, 65, 70, 77.5 etc. ",
                        "type":"string"
                    },
                    "stccGid":{
                        "description":"The GID for the Standard Commodity Code (STCC).",
                        "type":"string"
                    },
                    "htsGid":{
                        "description":"The GID for the Harmonized Tariff System (HTS).",
                        "type":"string"
                    },
                    "sitcGid":{
                        "description":"The GID for the Standard International Trade Classification (SITC).",
                        "type":"string"
                    },
                    "description":{
                        "description":"A description of the item being shipped.",
                        "type":"string"
                    },
                    "userDefinedCommodityGid":{
                        "description":"The GID for the user-defined commodity.",
                        "type":"string"
                    },
                    "udcClassificationListGid":{
                        "description":"List of User Defined commodities for item.",
                        "type":"string"
                    },
                    "brandName":{
                        "description":"The brand name is an informational text field and allows you to enter the brand name for an item.",
                        "type":"string"
                    },
                    "effectiveDate":{
                        "description":"The effective date is used to set the start time window for when an item should be used on an order.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "expirationDate":{
                        "description":"The expiration date is used to set the end time window for when an item should be used on an order.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "manufacturedCountryCodeGid":{
                        "description":"Legacy field used to identify an items manufactured country code. GTM now supports the concept of manufactured country code in a more robust fashion. This field is no longer used or visible on the UI.",
                        "type":"string"
                    },
                    "isDrawback":{
                        "description":"Legacy field used to identify items that were to be tracked for duty drawback opportunities. This field is no longer used or visible on the UI.",
                        "type":"boolean"
                    },
                    "iataScrCodeGid":{
                        "description":"Legacy field that was used to capture the IATA source code. This fields is no longer used for visible on the UI.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "unitOfMeasure":{
                        "description":"The price per unit of measure.",
                        "type":"string"
                    },
                    "pricePerUnit":{
                        "description":"The price per unit based on the unit of measure selected.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "isTemplate":{
                        "description":"Check box indicating whether or not this item record will be used as an item template or not.",
                        "type":"boolean"
                    },
                    "attribute1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attributeNumber1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "indicator":{
                        "description":"Indicators are icons that can be assigned to business objects that can be displayed in search Results pages and other lists to indicate the condition or state of a business object. You can use indicators to mark the history, status or any other condition of a business object. ",
                        "type":"string"
                    },
                    "userDefined1IconGid":{
                        "description":"The GID for the user defined image/icon. Up to five User-Defined Image fields can be configured to appear on the Search and Results page that let you query and review the images that are assigned to a business object. Images can be assigned to business objects to visually emphasize certain characteristics such as shipments containing hazardous material, orders for hot commodities, or shipments with over dimensional freight.",
                        "type":"string"
                    },
                    "userDefined2IconGid":{
                        "description":"The GID for the user defined image/icon. Up to five User-Defined Image fields can be configured to appear on the Search and Results page that let you query and review the images that are assigned to a business object. Images can be assigned to business objects to visually emphasize certain characteristics such as shipments containing hazardous material, orders for hot commodities, or shipments with over dimensional freight.",
                        "type":"string"
                    },
                    "userDefined3IconGid":{
                        "description":"The GID for the user defined image/icon. Up to five User-Defined Image fields can be configured to appear on the Search and Results page that let you query and review the images that are assigned to a business object. Images can be assigned to business objects to visually emphasize certain characteristics such as shipments containing hazardous material, orders for hot commodities, or shipments with over dimensional freight.",
                        "type":"string"
                    },
                    "userDefined4IconGid":{
                        "description":"The GID for the user defined image/icon. Up to five User-Defined Image fields can be configured to appear on the Search and Results page that let you query and review the images that are assigned to a business object. Images can be assigned to business objects to visually emphasize certain characteristics such as shipments containing hazardous material, orders for hot commodities, or shipments with over dimensional freight.",
                        "type":"string"
                    },
                    "userDefined5IconGid":{
                        "description":"The GID for the user defined image/icon. Up to five User-Defined Image fields can be configured to appear on the Search and Results page that let you query and review the images that are assigned to a business object. Images can be assigned to business objects to visually emphasize certain characteristics such as shipments containing hazardous material, orders for hot commodities, or shipments with over dimensional freight.",
                        "type":"string"
                    },
                    "priority":{
                        "description":"The priority associated with an item.",
                        "type":"number",
                        "format":"int32"
                    },
                    "itemTypeGid":{
                        "description":"Specifies the item type for the item",
                        "type":"string"
                    },
                    "countryOfOriginGid":{
                        "description":"Specifies the country of origin for the item",
                        "type":"string"
                    },
                    "itemTemplateGid":{
                        "description":"Item template gid indicates the last item template applied on item",
                        "type":"string"
                    },
                    "prodClassTemplateGid":{
                        "description":"Product Class template gid indicates the last classification template applied on the item",
                        "type":"string"
                    },
                    "attributeDate11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeNumber11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "whollyOriginating":{
                        "description":"Indicates if the item is wholly originating.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "statuses":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.statuses"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "refnums":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.refnums"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "remarks":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.remarks"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "texts":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.texts"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "packagedItems":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.packagedItems"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "reqdocReviewers":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.reqdocReviewers"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "reqdocs":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.reqdocs"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "reqdocSubscribers":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.reqdocSubscribers"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "reqdocDocs":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.reqdocDocs"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "reqdocTexts":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.reqdocTexts"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "reqdocStatuses":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.reqdocStatuses"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "reqdocDocReviews":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.reqdocDocReviews"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "relationships":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.relationships"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "boms":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.boms"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "specialServices":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.specialServices"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "features":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.features"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "accessorials":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.accessorials"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "descriptions":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.descriptions"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "uomConversions":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.uomConversions"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "classifications":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.classifications"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "countryOfOrigins":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.countryOfOrigins"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "itemOrigins":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.itemOrigins"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "partnerItems":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.partnerItems"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "partnerSites":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.partnerSites"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "itemValueSets":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.itemValueSets"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "documents":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.documents"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "itemsWithProdClassCodeGid.statuses":{
                "properties":{
                    "statusTypeGid":{
                        "description":"The GID for the status type for the item.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "statusValueGid":{
                        "description":"The GID for the status value for the item.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "itemsWithProdClassCodeGid.refnums":{
                "properties":{
                    "itemRefnumQualGid":{
                        "description":"The GID for the qualifier used to qualify the reference number being added.  For example, part number.",
                        "type":"string"
                    },
                    "itemRefnumValue":{
                        "description":"The value entered qualified by the reference number qualifier.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "itemsWithProdClassCodeGid.remarks":{
                "properties":{
                    "remarkSequence":{
                        "description":"The sequence number for the item remark.",
                        "type":"number",
                        "format":"int64"
                    },
                    "remarkQualGid":{
                        "description":"The GID for the remark qualifier.",
                        "type":"string"
                    },
                    "remarkText":{
                        "description":"The text of the remark about the item.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "itemsWithProdClassCodeGid.texts":{
                "properties":{
                    "textTemplateGid":{
                        "description":"The GID for the text template.",
                        "type":"string"
                    },
                    "documentDefGid":{
                        "description":"Document that should hold text.",
                        "type":"string"
                    },
                    "textOverride":{
                        "description":"Transactional override for the template on the specific document.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "itemsWithProdClassCodeGid.packagedItems":{
                "properties":{
                    "packagedItemGid":{
                        "description":"The GID for the packaged item.",
                        "type":"string"
                    },
                    "packagedItemXid":{
                        "description":"The XID for the packaged item.",
                        "type":"string"
                    },
                    "description":{
                        "description":"Packaged item free form text field for the description. For example, a case of soda.",
                        "type":"string"
                    },
                    "hazmatPackageTypeGid":{
                        "description":"The GID for the hazmat package type. This field can be used to give the packaged item a special description. If you are defining a hazardous material, use this field to describe it.",
                        "type":"string"
                    },
                    "packagingUnitGid":{
                        "description":"The GID for the packaging unit. ",
                        "type":"string"
                    },
                    "packageShipUnitWeight":{
                        "description":"The weight of the ship unit.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "innerPackCount":{
                        "description":"The count for the number of items in the inner pack.",
                        "type":"number",
                        "format":"double"
                    },
                    "innerPackPackagingUnitGid":{
                        "description":"The packaging unit related to the count for the number of items in the inner pack.",
                        "type":"string"
                    },
                    "innerPackSize":{
                        "description":"Indicates the inner pack count or size. The inner pack size unit of measure qualified the value entered here.",
                        "type":"number",
                        "format":"double"
                    },
                    "innerPackSizeUomCode":{
                        "description":"Unit of measure for the pack size entry. Packaged item = case of soda - inner pack = six pack inner pack size = 4, inner pack unit of measure = six pack.",
                        "type":"string"
                    },
                    "packageSuVolume":{
                        "description":"Packaged ship unit volume.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "packageSuLength":{
                        "description":"Package ship unit ship unit length.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "packageSuWidth":{
                        "description":"Packaged ship unit width.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "packageSuHeight":{
                        "description":"Package ship unit ship unit height.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "isDefaultPackaging":{
                        "description":"Check box indicating if the information entered is the default packaging for this item. ",
                        "type":"boolean"
                    },
                    "isHazardous":{
                        "description":"Check box indicating if the information entered is the packaged item is considered hazardous.",
                        "type":"boolean"
                    },
                    "coreDiameter":{
                        "description":"For cylindrical objects, this defines the diameter of the core.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "packageSuDiameter":{
                        "description":"Packaged ship unit diameter.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "bbHandlingType":{
                        "description":"Indicates the Batch Balancer handling type for the packaged item. Valid handling types are conveyable, non-conveyable, and repack. Batch Balancer logic uses this info to determine potential batches for order release line assignment in the event an order release needs to be split across multiple batches.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "packagedItemTypeGid":{
                        "description":"Type of packaged item.",
                        "type":"string"
                    },
                    "loadConfigRuleRank":{
                        "description":"During 3D loading of mixed items, the packaged item with the highest rank will be used to find the matching stackability rule and load config rule.",
                        "type":"number",
                        "format":"int32"
                    },
                    "thuProfileGid":{
                        "description":"Defines all valid THUs the PI can be packed into.",
                        "type":"string"
                    },
                    "parcelPacktype":{
                        "description":"Parcel package type.",
                        "type":"string"
                    },
                    "attribute1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attributeNumber1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "isAllowMixedFreight":{
                        "description":"Allow mixed freight should be selected if the packaged item can be packed into a ship unit with other mixable packaged items.",
                        "type":"boolean"
                    },
                    "bulkMixingFamilyGid":{
                        "description":"Indicates the bulk mixing family the packaged item belongs to.",
                        "type":"string"
                    },
                    "compartmentTypeProfGid":{
                        "description":"Compartment type profile attached to the packaged item.",
                        "type":"string"
                    },
                    "categoryGid":{
                        "description":"The GID for the packaged item category.",
                        "type":"string"
                    },
                    "priority":{
                        "description":"This column defines the priority associated with an packaged item.",
                        "type":"number",
                        "format":"int32"
                    },
                    "isNestable":{
                        "description":"Specifies if the packaged item is nestable or not",
                        "type":"boolean"
                    },
                    "incrNestingHeight":{
                        "description":"Specifies the incremental nesting height for the PI",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "pruUsages":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.packagedItems.pruUsages"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "tiHis":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.packagedItems.tiHis"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "refnums":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.packagedItems.refnums"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "equipmentRefUnits":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.packagedItems.equipmentRefUnits"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "packageRefUnits":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.packagedItems.packageRefUnits"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "itemsWithProdClassCodeGid.packagedItems.pruUsages":{
                "properties":{
                    "sequenceNo":{
                        "description":"Internal sequence number for packaged item, packing unit, packing reference unit, and packaging reference unit count entries.",
                        "type":"number",
                        "format":"int64"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "packagingUnitGid":{
                        "description":"The GID for the packaged unit.",
                        "type":"string"
                    },
                    "packagingReferenceUnitGid":{
                        "description":"The GID for the packaging reference unit.",
                        "type":"string"
                    },
                    "pruCount":{
                        "description":"The count for the number of packing reference units.",
                        "type":"number",
                        "format":"double"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "itemsWithProdClassCodeGid.packagedItems.tiHis":{
                "properties":{
                    "sequenceNo":{
                        "description":"The internal sequence number for each entry entered for package item, packing unit, transport handling unit, layers, and quantity per layer.",
                        "type":"number",
                        "format":"int64"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "packagingUnitGid":{
                        "description":"The GID for the package unit.",
                        "type":"string"
                    },
                    "transportHandlingUnitGid":{
                        "description":"The GID for the transport unit for the TiHi information being defined.",
                        "type":"string"
                    },
                    "numLayers":{
                        "description":"Number of layers high. For example, if a transport handling unit of a pallet can hold 24 cases - 4 layers with a quantity of 6 per layer the number of layers value is 4.",
                        "type":"number",
                        "format":"int32"
                    },
                    "quantityPerLayer":{
                        "description":"Number of items per layer.  For example, if a transport handling unit of a pallet can hold 24 cases - 4 layers with a quantity of 6 per layer the quantity per layer is 6.",
                        "type":"number",
                        "format":"int32"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "itemsWithProdClassCodeGid.packagedItems.refnums":{
                "properties":{
                    "packagedItemRefnumQualGid":{
                        "description":"The GID for the packaged item reference number qualifier.",
                        "type":"string"
                    },
                    "refnumValue":{
                        "description":"Value of reference number being added for this packaged item reference number qualifier.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "itemsWithProdClassCodeGid.packagedItems.equipmentRefUnits":{
                "properties":{
                    "equipmentReferenceUnitGid":{
                        "description":"ERU for the packaged item",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "numReferenceUnits":{
                        "description":"The number of reference units per package for ERU.",
                        "type":"number",
                        "format":"double"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "itemsWithProdClassCodeGid.packagedItems.packageRefUnits":{
                "properties":{
                    "packagingUnitGid":{
                        "description":"The GID for the packaged unit.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "innerPackCount":{
                        "description":"Count for the number of items in the inner pack. For example, case of soda inner pack six pack with count of four. The Inner Pack Count field gives you a place to enter how many of the item is packaged in this packaging unit. This information is for informational purposes only and will only be visible if you select Packaging Unit in the header section.",
                        "type":"number",
                        "format":"double"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "itemsWithProdClassCodeGid.reqdocReviewers":{
                "properties":{
                    "documentDefGid":{
                        "description":"The GID for the document definition.",
                        "type":"string"
                    },
                    "contactGid":{
                        "description":"The GID for the document contact. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "contact":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property contactGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "asInvolvedPartyQualGid":{
                        "description":"The GID for the involved party qualifier.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "itemsWithProdClassCodeGid.reqdocs":{
                "properties":{
                    "documentDefGid":{
                        "description":"The GID for the document definition.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "numRevisions":{
                        "description":"Count for the number of document revisions.",
                        "type":"number",
                        "format":"double"
                    },
                    "reviewStatus":{
                        "description":"Current review status for the document.",
                        "type":"string"
                    },
                    "instructions":{
                        "description":"Document instructions.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "itemsWithProdClassCodeGid.reqdocSubscribers":{
                "properties":{
                    "documentDefGid":{
                        "description":"The GID for the document definition that the subscribers are being managed for.",
                        "type":"string"
                    },
                    "contactGid":{
                        "description":"GID for the document definition contact. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "contact":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property contactGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "asInvolvedPartyQualGid":{
                        "description":"GID for the involved party qualifier for the subscriber.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "itemsWithProdClassCodeGid.reqdocDocs":{
                "properties":{
                    "documentDefGid":{
                        "description":"The GID for the document definition.",
                        "type":"string"
                    },
                    "documentGid":{
                        "description":"The GID for the document instance. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "document":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property documentGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/documents"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "documentRevision":{
                        "description":"Count for the number of document revisions.",
                        "type":"number",
                        "format":"double"
                    },
                    "review":{
                        "description":"Review info.",
                        "type":"string"
                    },
                    "annotations":{
                        "description":"Changes.",
                        "type":"string"
                    },
                    "documentCmsName":{
                        "description":"The document name used to identify a set of revisions (versions) for a CMS.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "itemsWithProdClassCodeGid.reqdocTexts":{
                "properties":{
                    "documentDefGid":{
                        "description":"The GID for the document definition that the text template is being added, updated, or removed.",
                        "type":"string"
                    },
                    "textTemplateGid":{
                        "description":"The GID for the text template that is being added, updated, or removed.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "itemsWithProdClassCodeGid.reqdocStatuses":{
                "properties":{
                    "documentDefGid":{
                        "description":"The GID for the document definition.",
                        "type":"string"
                    },
                    "statusTypeGid":{
                        "description":"The GID for the document status type.",
                        "type":"string"
                    },
                    "statusValueGid":{
                        "description":"The GID for the document status value.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "itemsWithProdClassCodeGid.reqdocDocReviews":{
                "properties":{
                    "documentDefGid":{
                        "description":"The GID for the document definition.",
                        "type":"string"
                    },
                    "documentGid":{
                        "description":"The GID for the document instance. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "document":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property documentGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/documents"
                            }
                        ],
                        "readOnly":true
                    },
                    "contactGid":{
                        "description":"The GID for the document contact. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "contact":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property contactGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "state":{
                        "description":"Review info.",
                        "type":"string"
                    },
                    "comments":{
                        "description":"Changes.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "itemsWithProdClassCodeGid.relationships":{
                "properties":{
                    "itemGid":{
                        "description":"The GID for the item that is having the previous item information added, updated, or removed. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "item":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property itemGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "itemsWithProdClassCodeGid.boms":{
                "properties":{
                    "parentItemGid":{
                        "description":"The GID for the item that is having the item BOM added, updated, or removed. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "parentItem":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property parentItemGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid"
                            }
                        ],
                        "readOnly":true
                    },
                    "childItemCount":{
                        "description":"The number of child items in the parent item's BOM.",
                        "type":"number",
                        "format":"int32"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "itemsWithProdClassCodeGid.specialServices":{
                "properties":{
                    "specialServiceGid":{
                        "description":"The GID for the special service required for the item being shipped.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "itemsWithProdClassCodeGid.features":{
                "properties":{
                    "itemFeatureQualGid":{
                        "description":"The GID for the item feature qualifier/attribute  that is used to identify the feature.  For example, color.",
                        "type":"string"
                    },
                    "itemFeatureValue":{
                        "description":"The value qualified by the feature qualifier. For example, item feature qualifier = color, then item feature value = red.",
                        "type":"string"
                    },
                    "effectiveDate":{
                        "description":"The effective date for this feature.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "expirationDate":{
                        "description":"The expiration date for the feature.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "itemsWithProdClassCodeGid.accessorials":{
                "properties":{
                    "accessorialCodeGid":{
                        "description":"The GID for the accessorial code.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "itemsWithProdClassCodeGid.descriptions":{
                "properties":{
                    "seqNo":{
                        "description":"Internal sequence number for the description.",
                        "type":"number",
                        "format":"double"
                    },
                    "description":{
                        "description":"Description text.",
                        "type":"string"
                    },
                    "gtmLanguageGid":{
                        "description":"The GID for the country that is being used to qualify the language associated with the description. ",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "itemsWithProdClassCodeGid.uomConversions":{
                "properties":{
                    "guicSeqNum":{
                        "description":"Internal sequence number for the item unit of measure conversion records.",
                        "type":"number",
                        "format":"int64"
                    },
                    "fromUomCode":{
                        "description":"The from unit of measure for this entry. For example if you wish to convert from pounds (LB) to kilograms (KG) the from unit of measure would be pounds.",
                        "type":"string"
                    },
                    "toUomCode":{
                        "description":"The to unit of measure for this entry. For example if you wish to convert from pounds (LB) to kilograms (KG) the to unit of measure would be kilograms.",
                        "type":"string"
                    },
                    "conversionRate":{
                        "description":"The conversion rate between the from and to unit of measure for this entry. For example if you wish to convert from pounds (LB) to kilograms (KG) the conversion rate would be - for the standard LB to KG conversion - 0.453592.",
                        "type":"number",
                        "format":"double"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "itemsWithProdClassCodeGid.classifications":{
                "properties":{
                    "gtmItemClassificationGid":{
                        "description":"A GID field available to enter any hints or insights into the item gtm_item_classification reasoning.",
                        "type":"string"
                    },
                    "gtmProdClassTypeGid":{
                        "description":"The GID for the product classification type that is being added, updated, or removed. The product classification type qualifies/filters the values of the product classification code being added. For example the product classification type of HTS US is related to the product classification codes for the Harmonized Tariff Schedule of the United States. GTM will check to see if the product classification code is valid and matches the selected classification type.",
                        "type":"string"
                    },
                    "gtmProdClassCodeGid":{
                        "description":"The GID for the product classification code that is being added, updated, or removed for the item. The product classification code is qualified/filtered by the product classification type.",
                        "type":"string"
                    },
                    "classificationStatus":{
                        "description":"Classification status is a read only field that reflects the status of the product classification. For example, Classification Created, Classification Approved.",
                        "type":"string"
                    },
                    "classificationNotes":{
                        "description":"Classification notes is a notes field available to enter any hints or insights into the item classification reasoning.",
                        "type":"string"
                    },
                    "approverNotes":{
                        "description":"Approver notes is a notes field is to capture any comments the classification approver may have related to their approval of this classification type and code to this particular item.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "gtmItemClassificationXid":{
                        "description":"An XID field available to enter any hints or insights into the item gtm_item_classification reasoning.",
                        "type":"string"
                    },
                    "customsDescription":{
                        "description":"Customs description is a description field available to enter any hints or insights into the item customs reasoning.",
                        "type":"string"
                    },
                    "attribute1":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute2":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute3":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute4":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute5":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute6":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute7":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute8":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute9":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute10":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute11":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute12":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute13":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute14":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute15":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute16":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute17":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute18":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute19":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute20":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attributeNumber1":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber2":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber3":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber4":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber5":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber6":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber7":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber8":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber9":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber10":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate1":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate2":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate3":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate4":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate5":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate6":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate7":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate8":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate9":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate10":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "bindingRulingNumber":{
                        "description":"Binding ruling number to justify classification",
                        "type":"string"
                    },
                    "bindingRulingEffectiveDate":{
                        "description":"Effective date of the binding ruling",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "classificationUser":{
                        "description":"User who does classification",
                        "type":"string"
                    },
                    "classificationDate":{
                        "description":"Date when classification is done",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "reviewUser":{
                        "description":"User who reviews classification",
                        "type":"string"
                    },
                    "reviewDate":{
                        "description":"Date when review is done",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "eligibilityScreeningUser":{
                        "description":"User who does eligibility screening",
                        "type":"string"
                    },
                    "eligibilityScreeningDate":{
                        "description":"Date when eligibility screening is done",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "gtmTariffRoiGid":{
                        "description":"Unique identifier for the gtm tariff rules of interpretation used to justify classification",
                        "type":"string"
                    },
                    "bindingRulingExpirationDate":{
                        "description":"Indicates the binding rule expiration date.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "gtmProdClassPurposeGid":{
                        "description":"Product Classification Purpose",
                        "type":"string"
                    },
                    "classificationCode":{
                        "description":"Classification code for an item.",
                        "type":"string"
                    },
                    "codeAttributes":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.classifications.codeAttributes"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "remarks":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.classifications.remarks"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "refnums":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.classifications.refnums"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "itemsWithProdClassCodeGid.classifications.codeAttributes":{
                "properties":{
                    "attributeSequence":{
                        "description":"The sequence number for the GTM product classification code attribute that is being added, updated, or deleted.",
                        "type":"number",
                        "format":"int64"
                    },
                    "attributeName":{
                        "description":"The attribute name of the GTM product classification code attribute that is being added, updated, or deleted.",
                        "type":"string"
                    },
                    "attributeValue":{
                        "description":"The attribute value - qualified by the attribute name -  of the GTM product classification code attribute that is being added, updated, or deleted.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "attributeDescription":{
                        "description":"The attribute description of the GTM product classification code attribute that is being added, updated, or deleted. The Description field has been configured to display all associated license control and license exception description attributes.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "itemsWithProdClassCodeGid.classifications.remarks":{
                "properties":{
                    "remarkSequence":{
                        "description":"The sequence number for the item classification remark.",
                        "type":"number",
                        "format":"int64"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "remarkQualGid":{
                        "description":"The GID for the remark qualifier.",
                        "type":"string"
                    },
                    "remarkText":{
                        "description":"The text of the remark about the item classification.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "itemsWithProdClassCodeGid.classifications.refnums":{
                "properties":{
                    "gtmItemClassRefnumQualGid":{
                        "description":"The GID for the item classification reference number qualifier.",
                        "type":"string"
                    },
                    "refnumValue":{
                        "description":"The value of the reference number.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "itemsWithProdClassCodeGid.countryOfOrigins":{
                "properties":{
                    "supplierSiteGid":{
                        "description":"The GID for the supplier's party identification for where this item is sourced for this supplier. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "supplierSite":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property supplierSiteGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "countryOfOriginGid":{
                        "description":"Country code of the country of origin related to this supplier's source for this item. May be the two or three digit ISO country code depending on which option has been selected.",
                        "type":"string"
                    },
                    "manufacturingCountryGid":{
                        "description":"Country code for the country of manufacturing related to this supplier's manufacturing of this item. May be the two or three digit ISO country code depending on which option has been selected.",
                        "type":"string"
                    },
                    "isDefault":{
                        "description":"Check box indicating - in the case of multiple country of origin entries for a supplier - which record is the default/assumed country of origin.",
                        "type":"boolean"
                    },
                    "manufacturingPartNo":{
                        "description":"Supplier's part number for this item.",
                        "type":"string"
                    },
                    "manufacturingDesc":{
                        "description":"Supplier's description for this item.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "itemsWithProdClassCodeGid.itemOrigins":{
                "properties":{
                    "itemOriginGid":{
                        "description":"The GID for the item origin.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "itemOriginXid":{
                        "description":"The XID for the item origin.",
                        "type":"string"
                    },
                    "inventoryOrganizationGid":{
                        "description":"The GID for the inventory organization/contact associated with the item origin. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "inventoryOrganization":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property inventoryOrganizationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "partnerGid":{
                        "description":"The GID for the partner/party associated with the item origin. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "partner":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property partnerGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "partnerSiteGid":{
                        "description":"The GID for the party site associated with the item origin.",
                        "type":"string"
                    },
                    "countryOfOrigin":{
                        "description":"The country of origin for the item origin.",
                        "type":"string"
                    },
                    "countryOfManufacture":{
                        "description":"The country of manufacture for the item origin.",
                        "type":"string"
                    },
                    "effectiveDate":{
                        "description":"The effective date for the item origin.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "expirationDate":{
                        "description":"The expiration date for the item origin.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "attribute1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attributeNumber1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "description":{
                        "description":"Identifies the description of item by partner/partner site, inventory organization, and bill of material.",
                        "type":"string"
                    },
                    "gtmStructureGid":{
                        "description":"Identifies the Bill of Material of item for which country of origin is captured.",
                        "type":"string"
                    },
                    "attributeDate11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeNumber11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "whollyOriginating":{
                        "description":"Indicates if the item is wholly originating.",
                        "type":"string"
                    },
                    "percentageSourced":{
                        "description":"The percentage sourced from the supplier.",
                        "type":"number",
                        "format":"double"
                    },
                    "values":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.itemOrigins.values"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "qualifications":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.itemOrigins.qualifications"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "itemsWithProdClassCodeGid.itemOrigins.values":{
                "properties":{
                    "gtmValueQualifierGid":{
                        "description":"The GID for the value qualifier on the item origin.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "currencyValue":{
                        "description":"The currency value of the item origin.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "exchangeRateGid":{
                        "description":"Indicates the set of exchange rates to use for currency conversions; if null, the default set should be used.",
                        "type":"string"
                    },
                    "exchangeRateDate":{
                        "description":"Indicates the date to be used for any currency conversions; if null, the latest conversion should be used.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "itemsWithProdClassCodeGid.itemOrigins.qualifications":{
                "properties":{
                    "itemQfGid":{
                        "description":"The GID for the item qualification.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "itemQfXid":{
                        "description":"The XID for the item qualification.",
                        "type":"string"
                    },
                    "description":{
                        "description":"Describes the item qualification.",
                        "type":"string"
                    },
                    "gtmTradeAgreementGid":{
                        "description":"The GID for the trade agreement associated with the item qualification.",
                        "type":"string"
                    },
                    "gtmProdClassTypeGid":{
                        "description":"The GID for the product classification type of the importing country. ",
                        "type":"string"
                    },
                    "classificationCode":{
                        "description":"The product classification code associated with the product classification type of the item qualification.",
                        "type":"string"
                    },
                    "isQualified":{
                        "description":"Indicates if an item qualified for a trade agreement. Can have \"Y\",\"N\" and \"NS\" and default value is \"NS\"",
                        "type":"string"
                    },
                    "qfPreferenceCriteriaGid":{
                        "description":"The GID for the preference criteria associated with an item qualification. ",
                        "type":"string"
                    },
                    "qfRvcMethodGid":{
                        "description":"The GID for the regional value content method associated with an item qualification. ",
                        "type":"string"
                    },
                    "producer":{
                        "description":"Indicates if the supplier/partner is the producer of the goods.",
                        "type":"string"
                    },
                    "effectiveDate":{
                        "description":"The effective date for the item qualification.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "expirationDate":{
                        "description":"The expiration date for the item qualification.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "status":{
                        "description":"Indicates the status of an item qualification. ",
                        "type":"string"
                    },
                    "attribute1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attributeNumber1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "gtmTariffCode":{
                        "description":"Specifies the tariff code for a particular item qualification.",
                        "type":"string"
                    },
                    "attributeDate11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeNumber11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "rvcPercentage":{
                        "description":"The percentage of the regional value content method associated with an item qualification. ",
                        "type":"number",
                        "format":"double"
                    },
                    "minOpsMeet":{
                        "description":"This flag indicates if minimum operations are met under Rules of Origin.",
                        "type":"string"
                    },
                    "rooAttribute":{
                        "description":"Indicates the attribute description under the product specific rule(suffix/ex) after the Rules of Origin Qualification",
                        "type":"string"
                    },
                    "whollyOriginated":{
                        "description":"Indicates if the Item is wholly originating under the trade agreement",
                        "type":"string"
                    },
                    "countryOfImport":{
                        "description":"This describes the country of import for the item",
                        "type":"string"
                    },
                    "gtmReasonCodeGid":{
                        "description":"Reason Code Id when status is evaluated to REQUIRES REVIEW",
                        "type":"string"
                    },
                    "gtmStructureGid":{
                        "description":"Identifies the Bill of Material of item for which qualification is captured.",
                        "type":"string"
                    },
                    "values":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.itemOrigins.qualifications.values"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "remarks":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.itemOrigins.qualifications.remarks"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "refnums":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.itemOrigins.qualifications.refnums"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "conditions":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.itemOrigins.qualifications.conditions"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "reqdocs":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.itemOrigins.qualifications.reqdocs"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "itemsWithProdClassCodeGid.itemOrigins.qualifications.values":{
                "properties":{
                    "gtmValueQualifierGid":{
                        "description":"The GID for the value qualifier on the item qualification.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "currencyValue":{
                        "description":"The currency value of the item qualification.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "exchangeRateGid":{
                        "description":"Indicates the set of exchange rates to use for currency conversions; if null, the default set should be used.",
                        "type":"string"
                    },
                    "exchangeRateDate":{
                        "description":"Indicates the date to be used for any currency conversions; if null, the latest conversion should be used.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "itemsWithProdClassCodeGid.itemOrigins.qualifications.remarks":{
                "properties":{
                    "remarkSequence":{
                        "description":"The sequence number for the item qualification remark. ",
                        "type":"number",
                        "format":"int64"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "remarkQualGid":{
                        "description":"The GID for the item qualification remark.",
                        "type":"string"
                    },
                    "remarkText":{
                        "description":"The remark text for the item qualification.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "itemsWithProdClassCodeGid.itemOrigins.qualifications.refnums":{
                "properties":{
                    "itemQfRefnumQualGid":{
                        "description":"The GID for the item qualification reference number qualifier.",
                        "type":"string"
                    },
                    "refnumValue":{
                        "description":"The value of the reference number.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "itemsWithProdClassCodeGid.itemOrigins.qualifications.conditions":{
                "properties":{
                    "seqNumber":{
                        "description":"Sequence number of the item qf condition.",
                        "type":"number",
                        "format":"int64"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "conditionShortName":{
                        "description":"The short name given to rules of origin rule code.",
                        "type":"string"
                    },
                    "conditionDescription":{
                        "description":"Description field.",
                        "type":"string"
                    },
                    "isApplied":{
                        "description":"Indicates if the condition applied ",
                        "type":"boolean"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "itemsWithProdClassCodeGid.itemOrigins.qualifications.reqdocs":{
                "properties":{
                    "documentDefGid":{
                        "description":"The GID for the required document type.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "numRevisions":{
                        "description":"The number of document revisions generated.",
                        "type":"number",
                        "format":"int32"
                    },
                    "reviewStatus":{
                        "description":"The review status of the required document. ",
                        "type":"string"
                    },
                    "instructions":{
                        "description":"Free-form field to hold document attributes. E.g. a document could be denoted as required or optional.",
                        "type":"string"
                    },
                    "docs":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.itemOrigins.qualifications.reqdocs.docs"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "reviewers":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.itemOrigins.qualifications.reqdocs.reviewers"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "statuses":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.itemOrigins.qualifications.reqdocs.statuses"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "itemsWithProdClassCodeGid.itemOrigins.qualifications.reqdocs.docs":{
                "properties":{
                    "documentGid":{
                        "description":"The GID for the document instance. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "document":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property documentGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/documents"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "documentRevision":{
                        "description":"The revision count for the document.",
                        "type":"number",
                        "format":"int32"
                    },
                    "review":{
                        "description":"The review status of the required document. ",
                        "type":"string"
                    },
                    "annotations":{
                        "description":"Annotations for a document revision.",
                        "type":"string"
                    },
                    "documentCmsName":{
                        "description":"The document name used to identify a set of revisions (versions) for a CMS.",
                        "type":"string"
                    },
                    "reviewers":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.itemOrigins.qualifications.reqdocs.docs.reviewers"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "itemsWithProdClassCodeGid.itemOrigins.qualifications.reqdocs.docs.reviewers":{
                "properties":{
                    "contactGid":{
                        "description":"The GID for the document reviewer. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "contact":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property contactGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "state":{
                        "description":"The review status of the document.",
                        "type":"string"
                    },
                    "comments":{
                        "description":"Comments from the reviewer for the specific document.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "itemsWithProdClassCodeGid.itemOrigins.qualifications.reqdocs.reviewers":{
                "properties":{
                    "contactGid":{
                        "description":"The GID for the document reviewer. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "contact":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property contactGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "itemsWithProdClassCodeGid.itemOrigins.qualifications.reqdocs.statuses":{
                "properties":{
                    "statusTypeGid":{
                        "description":"The status type associated with a required document.",
                        "type":"string"
                    },
                    "statusValueGid":{
                        "description":"The status value associated with a required document.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "itemsWithProdClassCodeGid.partnerItems":{
                "properties":{
                    "partnerItemGid":{
                        "description":"The GID for the partner item.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "itemsWithProdClassCodeGid.partnerSites":{
                "properties":{
                    "partnerSiteGid":{
                        "description":"The GID for the party site.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "itemsWithProdClassCodeGid.itemValueSets":{
                "properties":{
                    "seqNumber":{
                        "description":"Sequence number of the item value set",
                        "type":"number",
                        "format":"int32"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "inventoryOrganizationGid":{
                        "description":"Identifies the inventory organization corresponding to the item value set. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "inventoryOrganization":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property inventoryOrganizationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "partnerGid":{
                        "description":"Identifies the partner corresponding to the item value set. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "partner":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property partnerGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "partnerSiteGid":{
                        "description":"Identifies the partner site corresponding to the item value set.",
                        "type":"string"
                    },
                    "packageItemGid":{
                        "description":"Identifies the package item corresponding to the item value set. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "packageItem":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property packageItemGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/packagedItems"
                            }
                        ],
                        "readOnly":true
                    },
                    "countryOfOriginGid":{
                        "description":"Identifies the origin of the goods corresponding on the item value set.",
                        "type":"string"
                    },
                    "lotNumber":{
                        "description":"Identifies the lot number corresponding on the item value set.",
                        "type":"string"
                    },
                    "serialNumber":{
                        "description":"Identifies the sequence number corresponding on the item value set",
                        "type":"string"
                    },
                    "identifier1":{
                        "description":"Indicates the identifier corresponding on the item value set.",
                        "type":"string"
                    },
                    "identifier2":{
                        "description":"Indicates the identifier corresponding on the item value set.",
                        "type":"string"
                    },
                    "identifier3":{
                        "description":"Indicates the identifier corresponding on the item value set.",
                        "type":"string"
                    },
                    "attribute1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2",
                        "type":"string"
                    },
                    "attribute2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2",
                        "type":"string"
                    },
                    "attribute3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2",
                        "type":"string"
                    },
                    "attribute4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2",
                        "type":"string"
                    },
                    "attribute5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2",
                        "type":"string"
                    },
                    "attribute6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2",
                        "type":"string"
                    },
                    "attribute7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2",
                        "type":"string"
                    },
                    "attribute8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2",
                        "type":"string"
                    },
                    "attribute9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2",
                        "type":"string"
                    },
                    "attribute10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2",
                        "type":"string"
                    },
                    "attribute11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2",
                        "type":"string"
                    },
                    "attribute12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2",
                        "type":"string"
                    },
                    "attribute13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2",
                        "type":"string"
                    },
                    "attribute14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2",
                        "type":"string"
                    },
                    "attribute15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2",
                        "type":"string"
                    },
                    "attribute16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2",
                        "type":"string"
                    },
                    "attribute17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2",
                        "type":"string"
                    },
                    "attribute18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2",
                        "type":"string"
                    },
                    "attribute19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2",
                        "type":"string"
                    },
                    "attribute20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2",
                        "type":"string"
                    },
                    "attributeNumber1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "itemValues":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/itemsWithProdClassCodeGid.itemValueSets.itemValues"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "itemsWithProdClassCodeGid.itemValueSets.itemValues":{
                "properties":{
                    "gtmValueQualifierGid":{
                        "description":"The GID of the value qualifier corresponding to the item value.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "value":{
                        "description":"The currency value corresponding to the item value.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "exchangeRateGid":{
                        "description":"Indicates the set of exchange rates to use for currency conversions; if null, the default set should be used.",
                        "type":"string"
                    },
                    "exchangeRateDate":{
                        "description":"Indicates the date to be used for any exchange rate currency conversions; if null, the latest conversion should be used.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "itemsWithProdClassCodeGid.documents":{
                "properties":{
                    "documentGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentDefGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentUrl":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentMimeType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentFilename":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "ownerDataQueryTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "reportGid":{
                        "description":"The report associated with the document attachment, if content was generated by the report subsystem.",
                        "type":"string"
                    },
                    "generatedAt":{
                        "description":"If preparation, date/time content was last generated",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "uploadedAt":{
                        "description":"If attachment, date/time content was last updated",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "documentTrackingNum":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentCmsId":{
                        "description":"A GUID to associate the document with content stored on its remote CMS. Valid when document_type=CMS.",
                        "type":"string"
                    },
                    "contentManagementSystemGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "usedAs":{
                        "description":"Represents the classification of a document.(C/I/L/T)",
                        "type":"string"
                    },
                    "relatedDocumentGid":{
                        "description":"Represents the related document for consolidated/linked documents. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "relatedDocument":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property relatedDocumentGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/documents"
                            }
                        ],
                        "readOnly":true
                    },
                    "effectiveDate":{
                        "description":"represents effective date for a document",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "expirationDate":{
                        "description":"Represents expiration date for a document.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "userDefined1IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined2IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined3IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined4IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined5IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "splcs":{
                "properties":{
                    "splcGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "splcXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "provinceCode":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "postalCode":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "countryCode3Gid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "serviceType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "city":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "userDefinedCategories":{
                "properties":{
                    "gtmCategoryGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmCategoryXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "charterVoyageReferenceNumberQualifiers":{
                "properties":{
                    "charterVoyageRefnumQualGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "charterVoyageRefnumQualXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "charterVoyageRefnumQlDesc":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "erpcs":{
                "properties":{
                    "erpcGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "erpcXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "bills":{
                "properties":{
                    "invoiceGid":{
                        "description":"The GID for the invoice.",
                        "type":"string"
                    },
                    "invoiceXid":{
                        "description":"The XID for the invoice.",
                        "type":"string"
                    },
                    "invoiceType":{
                        "description":"Indicates whether this is a bill or an invoice (valid values are 'I' or 'B'). INVOICE_TYPE indicates whether this is a bill or an invoice (valid values are 'I' or 'B').",
                        "type":"string"
                    },
                    "invoiceSource":{
                        "description":"Valid values are G, I, M.",
                        "type":"string"
                    },
                    "enteredByGlUserGid":{
                        "description":"Identifies which GL user entered the invoice into the system.",
                        "type":"string"
                    },
                    "invoiceNumber":{
                        "description":"Indicates the number that was assigned to the invoice.",
                        "type":"string"
                    },
                    "servprovAliasQualGid":{
                        "description":"Identifies the service provider qualifier (such as SCAC), which is then associated with the value in servprov_alias_value.",
                        "type":"string"
                    },
                    "servprovAliasValue":{
                        "description":"Identifies service provider that handled the shipment related to the invoice. The qualifier servprov_alias_qual_gid qualifies the value, which can be a scec code, or another descriptor for the service provider.",
                        "type":"string"
                    },
                    "correctionCodeId":{
                        "description":"Correction code identifier.",
                        "type":"string"
                    },
                    "invoiceDate":{
                        "description":"The date of the invoice.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "currencyGid":{
                        "description":"The GID for currency.",
                        "type":"string"
                    },
                    "netAmountDue":{
                        "description":"The net amount that is due for the invoice.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "netDueDate":{
                        "description":"The date on which the net amount for the invoice is due.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "paymentMethodCodeGid":{
                        "description":"The method of payment that is expected for the invoice. Examples include: check, cash on deliver, credit card and electronic funds transfer.",
                        "type":"string"
                    },
                    "startDate":{
                        "description":"The start range for which this invoice was generated.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "endDate":{
                        "description":"The end range for which this invoice was generated.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "invoiceServiceCodeGid":{
                        "description":"The type of service that was performed. Foreign key to INVOICE_SERVICE_CODE.",
                        "type":"string"
                    },
                    "incoTermGid":{
                        "description":"The terms of sale for this particular invoice.",
                        "type":"string"
                    },
                    "discountAmount":{
                        "description":"The total dollar amount of any discounts applied to the invoice.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "discountPercentage":{
                        "description":"Either a specific amount for the discount or a percentage to be used for the discount.",
                        "type":"number",
                        "format":"double"
                    },
                    "discountDaysDue":{
                        "description":"The number of days in the terms discount period by which payment is due if the terms of the discount are to be earned.",
                        "type":"number",
                        "format":"int32"
                    },
                    "discountDueDate":{
                        "description":"The date that the payment must be made by in order for the discount to be earned.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "originStationCity":{
                        "description":"The city in which the related shipment began.",
                        "type":"string"
                    },
                    "originStationFsac":{
                        "description":"The FSAC code for the station in which the related shipment began.",
                        "type":"string"
                    },
                    "originStationSplc":{
                        "description":"The SPLC code for the station in which the related shipment began.",
                        "type":"string"
                    },
                    "originStationProvinceCode":{
                        "description":"The province code in which the related shipment began.",
                        "type":"string"
                    },
                    "originStationPostalCode":{
                        "description":"The postal code in which the related shipment began.",
                        "type":"string"
                    },
                    "originCountryCode3Gid":{
                        "description":"The origin country code GID.",
                        "type":"string"
                    },
                    "destStationCity":{
                        "description":"The city in which the related shipment ends.",
                        "type":"string"
                    },
                    "destStationFsac":{
                        "description":"The FSAC code for the station in which the related shipment ended.",
                        "type":"string"
                    },
                    "destStationSplc":{
                        "description":"The SPLC code for the destination of the shipment which relates to this invoice.",
                        "type":"string"
                    },
                    "destStationProvinceCode":{
                        "description":"The province code in which the related shipment ended.",
                        "type":"string"
                    },
                    "destStationPostalCode":{
                        "description":"The postal code in which the related shipment ended.",
                        "type":"string"
                    },
                    "destCountryCode3Gid":{
                        "description":"The destination country code GID.",
                        "type":"string"
                    },
                    "letterOfCreditExpDate":{
                        "description":"The date until which the letter of credit is in effect. After this date, the letter of credit expires.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "letterOfCreditIssueDate":{
                        "description":"The date that the letter of credit was issued.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "letterOfCreditNumber":{
                        "description":"The identification number of the letter of credit.",
                        "type":"string"
                    },
                    "vesselCodeQualifier":{
                        "description":"The qualifier for the vessel.",
                        "type":"string"
                    },
                    "vesselCode":{
                        "description":"The vessel that was used for the shipment that relates to the invoice.",
                        "type":"string"
                    },
                    "vesselCountryCode3Gid":{
                        "description":"The vessel country code GID.",
                        "type":"string"
                    },
                    "vesselGid":{
                        "description":"Vessel ID for the invoice.",
                        "type":"string"
                    },
                    "vesOpServprovAliasQualGid":{
                        "description":"The vessel operator service provider alias qualifier GID.",
                        "type":"string"
                    },
                    "vesOpServprovAliasValue":{
                        "description":"Service provider alias of the vessel operator.",
                        "type":"string"
                    },
                    "voyageNumber":{
                        "description":"The number of the voyage that relates to the shipment for which this invoice is being created.",
                        "type":"string"
                    },
                    "parentInvoiceGid":{
                        "description":"The parent invoice GID. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "parentInvoice":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property parentInvoiceGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/bills"
                            }
                        ],
                        "readOnly":true
                    },
                    "dateReceived":{
                        "description":"The date the invoice was received.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "supplyCountryCode3Gid":{
                        "description":"The Supply Country Code ID represents the country that the goods are coming from.",
                        "type":"string"
                    },
                    "servprovVatRegNoGid":{
                        "description":"The service provider VAT Registration ID is the VAT tax ID for the service provider.",
                        "type":"string"
                    },
                    "customerVatRegNoGid":{
                        "description":"The Customer VAT Registration ID is the VAT tax ID for the customer. ",
                        "type":"string"
                    },
                    "vatExemptValue":{
                        "description":"The VAT Exempt field is used when the bill is exempt from the tax. When it is checked, you need to specify whether the bill is Exempt with Credit or Exempt without Credit.",
                        "type":"string"
                    },
                    "netAmtDueWithTax":{
                        "description":"The Amount Due with VAT is the total amount due plus any applicable value added taxes (VAT).",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "isPassThrough":{
                        "description":"The Pass Through check box allows to the invoice to be approved for payment without being matched to a shipment.",
                        "type":"boolean"
                    },
                    "consolidationType":{
                        "description":"The value is set based on the invoice type involved - there are three consolidation types- STANDARD for a stand-alone invoice, PARENT for a parent invoice (for example, a consolidation invoice), or CHILD for a child invoice.",
                        "type":"string"
                    },
                    "isFixedCost":{
                        "description":"The Fixed Cost check box allows you to override the amount due calculation. When checked the amount due that you enter will be used regardless of the base and other charges.",
                        "type":"boolean"
                    },
                    "baseCharge":{
                        "description":"The Base Charge is the sum of the shipping charges for the invoice. ",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "otherCharge":{
                        "description":"The Other Charge is the sum of the accessorial and other non-shipping charges for the invoice.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "isCreditNote":{
                        "description":"Indicates if this invoice is a credit note",
                        "type":"boolean"
                    },
                    "userDefined1IconGid":{
                        "description":"Can store a user-defined icon that will appear within the user interface to help visually identify attributes of the invoice.",
                        "type":"string"
                    },
                    "userDefined2IconGid":{
                        "description":"Can store a user-defined icon that will appear within the user interface to help visually identify attributes of the invoice.",
                        "type":"string"
                    },
                    "userDefined3IconGid":{
                        "description":"Can store a user-defined icon that will appear within the user interface to help visually identify attributes of the invoice.",
                        "type":"string"
                    },
                    "userDefined4IconGid":{
                        "description":"Can store a user-defined icon that will appear within the user interface to help visually identify attributes of the invoice.",
                        "type":"string"
                    },
                    "userDefined5IconGid":{
                        "description":"Can store a user-defined icon that will appear within the user interface to help visually identify attributes of the invoice.",
                        "type":"string"
                    },
                    "exchangeRateDate":{
                        "description":"Indicates the date to be used for any currency conversions; if null, the latest conversion should be used.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "exchangeRateGid":{
                        "description":"Indicates the set of exchange rates to use for currency conversions; if null, the default set should be used",
                        "type":"string"
                    },
                    "servprovGid":{
                        "description":"The GID for the service provider. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "servprov":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property servprovGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/serviceProviders"
                            }
                        ],
                        "readOnly":true
                    },
                    "sailDate":{
                        "description":"The sail date is the date the vessel sails.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "sailCutoffDate":{
                        "description":"The sail cutoff date is the latest date in which you can get your cargo onto the vessel.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "railDate":{
                        "description":"The rail date is the date when a container gets put on rail car.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "isHazardous":{
                        "description":"Indicator for identifying whether the invoiced shipment was or was not identified as carrying hazardous or dangerous goods. ",
                        "type":"boolean"
                    },
                    "isTemperatureControl":{
                        "description":"Indicator for identifying whether the invoiced shipment was or was not identified as requiring temperature control. ",
                        "type":"boolean"
                    },
                    "invoicingProcess":{
                        "description":"N/A",
                        "type":"string"
                    },
                    "isVatAnalysisFixed":{
                        "description":"Indicates if the VAT Analysis is fixed (user entered) and the system should not try to calculate it.",
                        "type":"boolean"
                    },
                    "originalInvoiceGid":{
                        "description":"For supplemental bills. This references the original bill. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "originalInvoice":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property originalInvoiceGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/bills"
                            }
                        ],
                        "readOnly":true
                    },
                    "glDate":{
                        "description":"GL Date for the invoice as set by agent or manual action.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "attribute1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attributeNumber1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeCurrency1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "attributeCurrency2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "attributeCurrency3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "attributeNumber11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "invoiceRuleGid":{
                        "description":"The rule ID used for generating this invoice/bill.",
                        "type":"string"
                    },
                    "invConsConstraintSetGid":{
                        "description":"Constraint Set ID is used for creating a consolidated invoice/bill. This will be used for identifying the parent invoice/bill when you add more invoices/bills with the same constraint set.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "orderReleases":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/bills.orderReleases"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "protectiveServices":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/bills.protectiveServices"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "stops":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/bills.stops"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "ports":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/bills.ports"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "lineItems":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/bills.lineItems"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "involvedParties":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/bills.involvedParties"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "vatAnalyses":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/bills.vatAnalyses"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "remarks":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/bills.remarks"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "texts":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/bills.texts"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "equipmentDetails":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/bills.equipmentDetails"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "routes":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/bills.routes"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "shipments":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/bills.shipments"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "supplyProvinceVatRegs":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/bills.supplyProvinceVatRegs"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "notes":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/bills.notes"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "summaries":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/bills.summaries"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "refnums":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/bills.refnums"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "summaryDetails":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/bills.summaryDetails"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "statuses":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/bills.statuses"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "documents":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/bills.documents"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "allocations":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/bills.allocations"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "bills.orderReleases":{
                "properties":{
                    "orderReleaseGid":{
                        "description":"A GID created by the system for the order release. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "orderRelease":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property orderReleaseGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/orderReleases"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "bills.protectiveServices":{
                "properties":{
                    "protSrvSeqNo":{
                        "description":"Protective service sequence number.",
                        "type":"number",
                        "format":"int32"
                    },
                    "protSrvCode":{
                        "description":"Protective service code.",
                        "type":"string"
                    },
                    "protSrvRuleCode":{
                        "description":"Protective service rule code.",
                        "type":"string"
                    },
                    "protSrvTemp":{
                        "description":"Temperature requirement.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "bills.stops":{
                "properties":{
                    "stopSeqNo":{
                        "description":"Stop sequence number.",
                        "type":"string"
                    },
                    "locationGid":{
                        "description":"The GID for the location on the invoice. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "location":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property locationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "locationRefnumQualGid":{
                        "description":"The location reference number qualifier GID.",
                        "type":"string"
                    },
                    "locationRefnum":{
                        "description":"A reference number for the location on the invoice.",
                        "type":"string"
                    },
                    "invoiceStopReasonGid":{
                        "description":"The invoice stop reason GID.",
                        "type":"string"
                    },
                    "equipmentPrefix":{
                        "description":"Equipment prefix.",
                        "type":"string"
                    },
                    "equipmentNumber":{
                        "description":"The equipment number on the invoice.",
                        "type":"string"
                    },
                    "startDate":{
                        "description":"Start date.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "endDate":{
                        "description":"End date.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "seals":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/bills.stops.seals"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "refnums":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/bills.stops.refnums"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "bills.stops.seals":{
                "properties":{
                    "sealSequence":{
                        "description":"A one-up number to allow several seals being placed on a piece of equipment at the same stop.",
                        "type":"number",
                        "format":"int32"
                    },
                    "sealNumber":{
                        "description":"The number of the seal that was placed on the piece of equipment.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "bills.stops.refnums":{
                "properties":{
                    "invoiceStopRefnumQualGid":{
                        "description":"The invoice stop reference number qualifier GID.",
                        "type":"string"
                    },
                    "referenceNumber":{
                        "description":"Reference number.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "bills.ports":{
                "properties":{
                    "portSeqNo":{
                        "description":"The sequence number for the port on the invoice.",
                        "type":"number",
                        "format":"int32"
                    },
                    "portFunctionCode":{
                        "description":"The port function code.",
                        "type":"string"
                    },
                    "locationIdentifier":{
                        "description":"The location identifier.",
                        "type":"string"
                    },
                    "locationIdentifierQualifier":{
                        "description":"The qualifier associated with the location identifier.",
                        "type":"string"
                    },
                    "portName":{
                        "description":"The name of the port on the invoice.",
                        "type":"string"
                    },
                    "provinceCode":{
                        "description":"The province code on the invoice.",
                        "type":"string"
                    },
                    "countryCode3Gid":{
                        "description":"The country code GID.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "bills.lineItems":{
                "properties":{
                    "lineitemSeqNo":{
                        "description":"Line item sequence number.",
                        "type":"number",
                        "format":"int32"
                    },
                    "description":{
                        "description":"Text describing the line item on the invoice.",
                        "type":"string"
                    },
                    "unitCount":{
                        "description":"Unit count for that line.",
                        "type":"number",
                        "format":"int64"
                    },
                    "transportHandlingUnitGid":{
                        "description":"The GID for the transport handling unit associated with the invoice line item.",
                        "type":"string"
                    },
                    "billableIndicatorGid":{
                        "description":"The indicator used to tell if this line item is billable (sell side bill only).",
                        "type":"string"
                    },
                    "flexCommodityQualGid":{
                        "description":"The flexible commodity qualifier GID.",
                        "type":"string"
                    },
                    "flexCommodityCode":{
                        "description":"Flex commodity code.",
                        "type":"string"
                    },
                    "weight":{
                        "description":"Total weight for line item.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "volume":{
                        "description":"Total volume for line item.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "weightQualifier":{
                        "description":"Weight qualifier.",
                        "type":"string"
                    },
                    "marks":{
                        "description":"Marks.",
                        "type":"string"
                    },
                    "marksQualifier":{
                        "description":"Qualifier for Marks.",
                        "type":"string"
                    },
                    "billedAsQualifier":{
                        "description":"Qualifier for Billed as quantity.",
                        "type":"string"
                    },
                    "billedAsQuantity":{
                        "description":"Billed as quantity.",
                        "type":"number",
                        "format":"double"
                    },
                    "freightRateQualifier":{
                        "description":"The qualifier for the freight rate.",
                        "type":"string"
                    },
                    "freightRateValue":{
                        "description":"Freight rate value.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "freightCharge":{
                        "description":"The freight charge for this line item.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "prepaidAmount":{
                        "description":"The amount that was already collected towards this invoice line item.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "paymentMethodCodeGid":{
                        "description":"The GID for the method of payment for the invoice. Examples of payment include cash on delivery, check and electronic funds transfer.",
                        "type":"string"
                    },
                    "accessorialCodeGid":{
                        "description":"The GID for an accessorial code.",
                        "type":"string"
                    },
                    "accessorialDescription":{
                        "description":"Text to describe the accessorial.",
                        "type":"string"
                    },
                    "compartmentIdCode":{
                        "description":"The identification number for the equipment's compartment for this line item.",
                        "type":"string"
                    },
                    "exportLicControlCode":{
                        "description":"Export license control code.",
                        "type":"string"
                    },
                    "exportLicCountryCode3Gid":{
                        "description":"The export license country code GID.",
                        "type":"string"
                    },
                    "exportLicExpDate":{
                        "description":"The date on which the export license expires.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "exportLicNumber":{
                        "description":"The identification number for the export license.",
                        "type":"string"
                    },
                    "importLicExpDate":{
                        "description":"The expiration date for the import license.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "importLicIssueDate":{
                        "description":"The issue date for the import license.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "importLicNumber":{
                        "description":"The import license number.",
                        "type":"string"
                    },
                    "tariffAgencyCode":{
                        "description":"The code for the tariff agency.",
                        "type":"string"
                    },
                    "tariffRefnum":{
                        "description":"Tariff reference number.",
                        "type":"string"
                    },
                    "tariffRefnumQualifier":{
                        "description":"Tariff reference number qualifier.",
                        "type":"string"
                    },
                    "tariffRefnumSuffix":{
                        "description":"Suffix for the tariff reference number.",
                        "type":"string"
                    },
                    "tariffSection":{
                        "description":"Tariff section.",
                        "type":"string"
                    },
                    "tariffItemNumber":{
                        "description":"Tariff item number.",
                        "type":"string"
                    },
                    "tariffItemNumberSuffix":{
                        "description":"Tariff item number suffix.",
                        "type":"string"
                    },
                    "tariffItemPart":{
                        "description":"Tariff item part.",
                        "type":"string"
                    },
                    "tariffSupplementId":{
                        "description":"Tariff supplement ID.",
                        "type":"string"
                    },
                    "tariffRegAgencyCode":{
                        "description":"Tariff Reg Agency.",
                        "type":"string"
                    },
                    "tariffPubAuthority":{
                        "description":"Tariff Pub Authority.",
                        "type":"string"
                    },
                    "tariffIssuingCarrierId":{
                        "description":"The identification number for the carrier that issued the tariff.",
                        "type":"string"
                    },
                    "tariffFreightClassCode":{
                        "description":"The code for the tariff freight class.",
                        "type":"string"
                    },
                    "tariffEffectiveDate":{
                        "description":"The effective date of the tariff.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "declaredValueQualGid":{
                        "description":"The declared value qualifier GID.",
                        "type":"string"
                    },
                    "declaredValue":{
                        "description":"The stated value of this line item.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "adjustmentReasonCodeGid":{
                        "description":"The GID for the adjustment reason code used to specify why an adjustment was made to the line.",
                        "type":"string"
                    },
                    "processAsFlowThru":{
                        "description":"Flag to identify this cost was processed as a flow thru and needs to be considered during adjustments.",
                        "type":"boolean"
                    },
                    "generalLedgerGid":{
                        "description":"GL code for the invoice line item.",
                        "type":"string"
                    },
                    "exchangeRateDate":{
                        "description":"Indicates the date to be used for any currency conversions; if null, the latest conversion should be used.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "exchangeRateGid":{
                        "description":"Indicates the set of exchange rates to use for currency conversions; if null, the default set should be used",
                        "type":"string"
                    },
                    "vatCodeGid":{
                        "description":"Used by the invoice action to manually calculate VAT. This field is intended to be user entered (via UI or integration) so that a VAT code may be applied to an entire invoice line item easily without the user having to specify invoice line item VAT records. The system does not populate this field.",
                        "type":"string"
                    },
                    "costTypeGid":{
                        "description":"The cost type for the invoice line.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "indicator":{
                        "description":"The invoice line item indicator.",
                        "type":"string"
                    },
                    "outOfTolAmt":{
                        "description":"The Out Of Tolerance Amount containing amount above or below the Payment Invoice Line approval tolerance allowable amount or percentage.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "outOfTolReasonCodeGid":{
                        "description":"The GID for the out of tolerance amount reason code.",
                        "type":"string"
                    },
                    "deviationAmount":{
                        "description":"The actual deviation in the tolerance amount based upon rule.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "attribute1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attributeNumber1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeCurrency1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "attributeCurrency2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "attributeCurrency3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "attributeNumber11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "matchStatus":{
                        "description":"Invoice line item status. UNMATCHED: It means the invoice line item has not been matched to any shipment cost. MATCHED: It means the invoice line item has been matched to shipment cost. MATCHED_IN_TOLERANCE: It means the invoice line item has been matched to shipment cost and passed the line level tolerance check. MATCHED_OUT_OF_TOLERANCE: It means the invoice line item has been matched to shipment cost and failed the line level tolerance check. UNMATCHED_IN_TOLERANCE: It means the invoice line item has not been matched to any shipment cost and it is within the tolerance limit. UNMATCHED_OUT_OF_TOLERANCE: It means the invoice line item has not been matched to any shipment cost and failed the line level tolerance check. ",
                        "type":"string"
                    },
                    "vats":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/bills.lineItems.vats"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "costRefs":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/bills.lineItems.costRefs"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "remarks":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/bills.lineItems.remarks"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "commercialData":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/bills.lineItems.commercialData"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "refnums":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/bills.lineItems.refnums"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "vouchers":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/bills.lineItems.vouchers"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "bills.lineItems.vats":{
                "properties":{
                    "vatSeqno":{
                        "description":"The VAT Sequence number is used when more than one VAT is applicable to the line item. This field tells the system what order to charge the taxes in.",
                        "type":"number",
                        "format":"int32"
                    },
                    "vatCodeGid":{
                        "description":"The GID for the VAT tax that is being applied to the line item.",
                        "type":"string"
                    },
                    "vatCountryCode3Gid":{
                        "description":"Country for which this VAT item applies",
                        "type":"string"
                    },
                    "vatProvinceCode":{
                        "description":"Province for which this VAT item applies (used for Canada).",
                        "type":"string"
                    },
                    "vatRate":{
                        "description":"The VAT charge rate.",
                        "type":"number",
                        "format":"double"
                    },
                    "vatAmount":{
                        "description":"This is the actual VAT amount.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "vatCalcAmt":{
                        "description":"This is the VAT amount calculated from the rate and base value.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "vatOverrideAmt":{
                        "description":"This is a manually entered amount to set the VAT regardless of rate.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "isCumulative":{
                        "description":"If 'Y', the amount of this tax is based on the base cost plus the previously-calculated taxes.",
                        "type":"boolean"
                    },
                    "exchangeRateDate":{
                        "description":"Indicates the date to be used for any currency conversions; if null, the latest conversion should be used.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "exchangeRateGid":{
                        "description":"Indicates the set of exchange rates to use for currency conversions; if null, the default set should be used.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "costRefs":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/bills.lineItems.vats.costRefs"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "bills.lineItems.vats.costRefs":{
                "properties":{
                    "costReferenceGid":{
                        "description":"The GID for the cost reference.",
                        "type":"string"
                    },
                    "shipmentCostQualGid":{
                        "description":"The GID for the shipment cost reference.",
                        "type":"string"
                    },
                    "vatBasisAmount":{
                        "description":"Allocated basis on which VAT is calculated for this cost reference item.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "vatAmount":{
                        "description":"Monetary value of VAT for this cost reference item.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "bills.lineItems.costRefs":{
                "properties":{
                    "costReferenceGid":{
                        "description":"The GID for the cost reference.",
                        "type":"string"
                    },
                    "shipmentCostQualGid":{
                        "description":"The GID for the shipment cost qualifier.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "bills.lineItems.remarks":{
                "properties":{
                    "remarkSeqNo":{
                        "description":"The sequence number for the line item remark on the invoice.",
                        "type":"number",
                        "format":"int64"
                    },
                    "remarkQualIdentifier":{
                        "description":"Remark qualifier.",
                        "type":"string"
                    },
                    "remarkText":{
                        "description":"Remarks about the line item on the invoice.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "bills.lineItems.commercialData":{
                "properties":{
                    "commercialDataSeqNo":{
                        "description":"Sequence number for the commercial data line.",
                        "type":"number",
                        "format":"int32"
                    },
                    "unitPrice":{
                        "description":"The price for the units being shipped.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "unitPriceQualifier":{
                        "description":"Qualifier for the unit price.",
                        "type":"string"
                    },
                    "liTotalCommercialValue":{
                        "description":"Line item total commercial value.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "unitCount":{
                        "description":"Unit count.",
                        "type":"number",
                        "format":"int64"
                    },
                    "packagingUnitGid":{
                        "description":"The GID for the packaging unit.",
                        "type":"string"
                    },
                    "exchangeRateDate":{
                        "description":"Indicates the date to be used for any currency conversions; if null, the latest conversion should be used.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "exchangeRateGid":{
                        "description":"Indicates the set of exchange rates to use for currency conversions; if null, the default set should be used",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "bills.lineItems.refnums":{
                "properties":{
                    "invoiceLiRefnumQualGid":{
                        "description":"The invoice line item reference number qualifier GID.",
                        "type":"string"
                    },
                    "referenceNumber":{
                        "description":"Line item reference number.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "bills.lineItems.vouchers":{
                "properties":{
                    "voucherGid":{
                        "description":"The GID for the voucher. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "voucher":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property voucherGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/vouchers"
                            }
                        ],
                        "readOnly":true
                    },
                    "amountPaid":{
                        "description":"Amount paid.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "adjustmentReasonGid":{
                        "description":"The GID for the adjustment reason.",
                        "type":"string"
                    },
                    "exchangeRateDate":{
                        "description":"Indicates the date to be used for any currency conversions; if null, the latest conversion should be used.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "exchangeRateGid":{
                        "description":"Indicates the set of exchange rates to use for currency conversions; if null, the default set should be used.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "bills.involvedParties":{
                "properties":{
                    "involvedPartyQualGid":{
                        "description":"The GID for an involved party.",
                        "type":"string"
                    },
                    "involvedPartyContactGid":{
                        "description":"The involved party contact GID. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "involvedPartyContact":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property involvedPartyContactGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "comMethodGid":{
                        "description":"The communication method GID.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "bills.vatAnalyses":{
                "properties":{
                    "vatCodeGid":{
                        "description":"The GID for the vat code.",
                        "type":"string"
                    },
                    "taxAmount":{
                        "description":"Amount of tax.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "exchangeRateDate":{
                        "description":"Indicates the date to be used for any currency conversions; if null, the latest conversion should be used.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "exchangeRateGid":{
                        "description":"Indicates the set of exchange rates to use for currency conversions; if null, the default set should be used.",
                        "type":"string"
                    },
                    "vatBasisAmount":{
                        "description":"The portion of the invoice amount that will be taxed at the rate for the given VAT code",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "vatRate":{
                        "description":"The tax rate that the basis amount will be taxed.",
                        "type":"number",
                        "format":"double"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "bills.remarks":{
                "properties":{
                    "remarkSeqNo":{
                        "description":"A sequence number for a remark on an invoice.",
                        "type":"number",
                        "format":"int64"
                    },
                    "remarkQualIdentifier":{
                        "description":"Remark qualifier.",
                        "type":"string"
                    },
                    "remarkText":{
                        "description":"The text for the remark on an invoice.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "bills.texts":{
                "properties":{
                    "textTemplateGid":{
                        "description":"The GID for the text template. A Text Template is a predefined, formatted selection of text that is identified by a business object. Use text templates to attach a short paragraph of text to a document, XML transmission, or notification (via XSL stylesheet).",
                        "type":"string"
                    },
                    "documentDefGid":{
                        "description":"Document that should hold text.",
                        "type":"string"
                    },
                    "textOverride":{
                        "description":"Transactional override for the template on the specific document.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "bills.equipmentDetails":{
                "properties":{
                    "seqNumber":{
                        "description":"Internal database sequence number related to each invoice equipment entry.",
                        "type":"number",
                        "format":"int64"
                    },
                    "equipmentInitialNumber":{
                        "description":"The Equipment Initial/Number field is a concatenation of equipment initial and equipment number. The initial is a mark that is registered with national or international authorities that is associated with a specific owner.",
                        "type":"string"
                    },
                    "sEquipmentGid":{
                        "description":"The GID for the shipment equipment. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "sEquipment":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property sEquipmentGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/sEquipments"
                            }
                        ],
                        "readOnly":true
                    },
                    "equipmentPrefix":{
                        "description":"The prefix of the equipment that was used for the shipment that relates to this invoice.",
                        "type":"string"
                    },
                    "equipmentNumber":{
                        "description":"The number for the equipment.",
                        "type":"string"
                    },
                    "isoEquipmentTypeIdentifier":{
                        "description":"The ISO equipment type identifier.",
                        "type":"string"
                    },
                    "descriptionCode":{
                        "description":"Description code.",
                        "type":"string"
                    },
                    "equipmentOwnerIdentifier":{
                        "description":"The identifier of the equipment owner.",
                        "type":"string"
                    },
                    "ownershipCode":{
                        "description":"Ownership code.",
                        "type":"string"
                    },
                    "length":{
                        "description":"The length of the equipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "width":{
                        "description":"The width of the equipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "height":{
                        "description":"The height of the equipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "weight":{
                        "description":"The weight of the equipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "volume":{
                        "description":"The volume of the equipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "tareWeight":{
                        "description":"Weight of equipment when empty.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "dunnage":{
                        "description":"Dunnage.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "unitCount":{
                        "description":"Unit count.",
                        "type":"number",
                        "format":"int64"
                    },
                    "weightQualifier":{
                        "description":"Weight qualifier.",
                        "type":"string"
                    },
                    "minimumTemperature":{
                        "description":"The minimum temperature for the equipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "maximumTemperature":{
                        "description":"The maximum temperature for the equipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "percentHumidityAllowed":{
                        "description":"The maximum percentage of humidity allowed for the equipment.",
                        "type":"number",
                        "format":"int32"
                    },
                    "ventSettingCode":{
                        "description":"The vent setting code.",
                        "type":"string"
                    },
                    "weightAllowance":{
                        "description":"The regulatory maximum weight for the equipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "seals":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/bills.equipmentDetails.seals"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "bills.equipmentDetails.seals":{
                "properties":{
                    "sealSequence":{
                        "description":"Seal sequence number.",
                        "type":"number",
                        "format":"int32"
                    },
                    "sealNumber":{
                        "description":"The identification number for equipment that has been sealed.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "bills.routes":{
                "properties":{
                    "routeSeqNo":{
                        "description":"The sequence number for the route on an invoice.",
                        "type":"number",
                        "format":"int32"
                    },
                    "transportModeIdentifier":{
                        "description":"The transport mode identifier.",
                        "type":"string"
                    },
                    "servprovAliasQualGid":{
                        "description":"The service provider alias qualifier GID.",
                        "type":"string"
                    },
                    "servprovAliasValue":{
                        "description":"Service provider associated with the route.",
                        "type":"string"
                    },
                    "intermodalServiceCode":{
                        "description":"Intermodal service code.",
                        "type":"string"
                    },
                    "jctCityCode":{
                        "description":"Junction city code.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "bills.shipments":{
                "properties":{
                    "sequenceNo":{
                        "description":"Sequence number.",
                        "type":"number",
                        "format":"int64"
                    },
                    "shipmentGid":{
                        "description":"The GID for the shipment. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "shipment":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property shipmentGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/sellShipments"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "sShipUnitGid":{
                        "description":"The GID for the shipment ship unit.",
                        "type":"string"
                    },
                    "sShipUnitLineNo":{
                        "description":"The shipment ship unit line number.",
                        "type":"number",
                        "format":"int64"
                    },
                    "trackingNumber":{
                        "description":"Tracking number",
                        "type":"string"
                    },
                    "lineitemSeqNo":{
                        "description":"Line item sequence number.",
                        "type":"number",
                        "format":"int64"
                    },
                    "shipGroupGid":{
                        "description":"This column is to generate invoice based on shipment group. Here the shipment group can have only one  invoice associated to it. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "shipGroup":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property shipGroupGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/shipmentGroups"
                            }
                        ],
                        "readOnly":true
                    },
                    "costs":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/bills.shipments.costs"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "bills.shipments.costs":{
                "properties":{
                    "shipmentCostSeqno":{
                        "description":"A system-generated unique sequence number to define the shipment costs.",
                        "type":"number",
                        "format":"int64"
                    },
                    "costType":{
                        "description":"C, A, B",
                        "type":"string"
                    },
                    "cost":{
                        "description":"The cost as it relegates to the cost type for the shipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "accessorialCodeGid":{
                        "description":"The accessorial code GID associated with the shipment cost.",
                        "type":"string"
                    },
                    "accessorialCostGid":{
                        "description":"The accessorial cost GID associated with the shipment cost.",
                        "type":"string"
                    },
                    "billableIndicatorGid":{
                        "description":"Indicates the billable status of this shipment cost (sell shipment only).",
                        "type":"string"
                    },
                    "rateGeoCostGroupGid":{
                        "description":"The rate detail cost group GID associated with the shipment cost.",
                        "type":"string"
                    },
                    "rateGeoCostSeq":{
                        "description":"The rate detail cost sequence identifier associated with the shipment cost.",
                        "type":"number",
                        "format":"int64"
                    },
                    "specialServiceGid":{
                        "description":"The special service GID associated with the shipment cost.",
                        "type":"string"
                    },
                    "isCostFixed":{
                        "description":"Indicates shipment cost is a fixed cost.",
                        "type":"boolean"
                    },
                    "processAsFlowThru":{
                        "description":"The override for a record to be copied to the sell side during rating.",
                        "type":"boolean"
                    },
                    "adjustmentReasonGid":{
                        "description":"The reason why this cost was added.",
                        "type":"string"
                    },
                    "generalLedgerGid":{
                        "description":"The GL code for the shipment cost record.",
                        "type":"string"
                    },
                    "paymentMethodCodeGid":{
                        "description":"The payment method code for the shipment cost.",
                        "type":"string"
                    },
                    "exchangeRateDate":{
                        "description":"The date to be used for any currency conversions; if null, the latest conversion is used.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "exchangeRateGid":{
                        "description":"The set of exchange rates to use for currency conversions; if null, the default set is used.",
                        "type":"string"
                    },
                    "sShipUnitGid":{
                        "description":"Points to the ship unit (if any) associated with this shipment cost, as a package.",
                        "type":"string"
                    },
                    "sShipUnitLineNo":{
                        "description":"Points to the ship unit line (if any) associated with this shipment cost, as a package.",
                        "type":"number",
                        "format":"int64"
                    },
                    "isWeighted":{
                        "description":"Whether or not the cost affects the total weighted cost of the shipment only.",
                        "type":"boolean"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "costCategoryGid":{
                        "description":"The Cost Category Identifier associated with the Shipment Cost",
                        "type":"string"
                    },
                    "trackingNumber":{
                        "description":"Denotes the tracking number associated with a specific charge/cost.",
                        "type":"string"
                    },
                    "costIdentifier":{
                        "description":"It will be used to identify or describe a cost.",
                        "type":"string"
                    },
                    "attribute1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150) ",
                        "type":"string"
                    },
                    "attribute3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attributeNumber1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeCurrency1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "attributeCurrency2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "attributeCurrency3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "bills.supplyProvinceVatRegs":{
                "properties":{
                    "countryCode3Gid":{
                        "description":"Country for the provincial registration.",
                        "type":"string"
                    },
                    "provinceCode":{
                        "description":"Province of registration.",
                        "type":"string"
                    },
                    "vatProvincialRegGid":{
                        "description":"The registration ID.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "bills.notes":{
                "properties":{
                    "invoiceNoteSeqNo":{
                        "description":"The Invoice Note Sequence number specifies the order of notes on the invoice or bill.",
                        "type":"number",
                        "format":"int64"
                    },
                    "timestamp":{
                        "description":"The day, month, and year of the note on the invoice.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "summary":{
                        "description":"Summary.",
                        "type":"string"
                    },
                    "note":{
                        "description":"The note(s) about the invoice.",
                        "type":"string"
                    },
                    "isSystemGenerated":{
                        "description":"Indicates whether this is system generated or not.",
                        "type":"boolean"
                    },
                    "enteredBy":{
                        "description":"The name and domain of the person who entered notes about the invoice.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "bills.summaries":{
                "properties":{
                    "invoiceSummarySeqNo":{
                        "description":"Sequence number for the invoice summary.",
                        "type":"number",
                        "format":"int32"
                    },
                    "freightCharge":{
                        "description":"The total freight charge for the invoice.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "prepaidAmount":{
                        "description":"The dollar amount already paid on the invoice.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "commercialUnitPrice":{
                        "description":"Commercial unit price.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "unitCount":{
                        "description":"The number of units on the invoice.",
                        "type":"number",
                        "format":"int64"
                    },
                    "transportHandlingUnitGid":{
                        "description":"The GID for the transport handling unit.",
                        "type":"string"
                    },
                    "weight":{
                        "description":"The total weight of all items shipped on this invoice.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "volume":{
                        "description":"The total volume of items shipped for this invoice.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "weightQualifier":{
                        "description":"Weight qualifier.",
                        "type":"string"
                    },
                    "invoiceTotal":{
                        "description":"The count of the invoice's line items.",
                        "type":"number",
                        "format":"int32"
                    },
                    "exchangeRateDate":{
                        "description":"Indicates the date to be used for any currency conversions; if null, the latest conversion should be used.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "exchangeRateGid":{
                        "description":"Indicates the set of exchange rates to use for currency conversions; if null, the default set should be used.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "invoiceServiceCodeGid":{
                        "description":"The type of service that was performed. Foreign key to INVOICE_SERVICE_CODE. Summary level charges on invoice for service level. This is generally for air and ground.",
                        "type":"string"
                    },
                    "remarks":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/bills.summaries.remarks"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "bills.summaries.remarks":{
                "properties":{
                    "remarkSeqNo":{
                        "description":"A sequence number for a remark on an invoice.",
                        "type":"number",
                        "format":"int64"
                    },
                    "remarkQualIdentifier":{
                        "description":"The qualifier for the remark.",
                        "type":"string"
                    },
                    "remarkText":{
                        "description":"The text of the remarks on the invoice.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "bills.refnums":{
                "properties":{
                    "invoiceRefnumQualGid":{
                        "description":"The GID for the reference number (PONUMBER, VATNUMBER, CUSTPONUMBER).",
                        "type":"string"
                    },
                    "invoiceRefnumValue":{
                        "description":"Value of entered for the Reference Number Qualifier.",
                        "type":"string"
                    },
                    "issueDate":{
                        "description":"The date the invoice was issued.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "bills.summaryDetails":{
                "properties":{
                    "lineitemSeqNo":{
                        "description":"The sequence number for the line item on the invoice.",
                        "type":"number",
                        "format":"int32"
                    },
                    "billedAsQualifier":{
                        "description":"Billed as qualifier.",
                        "type":"string"
                    },
                    "billedAsQuantity":{
                        "description":"Billed as quantity.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "freightRateQualifier":{
                        "description":"The freight rate qualifier.",
                        "type":"string"
                    },
                    "freightRateQuantity":{
                        "description":"Freight rate quantity.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "unitCount":{
                        "description":"Unit count.",
                        "type":"number",
                        "format":"int64"
                    },
                    "packagingUnitGid":{
                        "description":"N/A",
                        "type":"string"
                    },
                    "weight":{
                        "description":"The total weight of all items shipped on the invoice.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "volume":{
                        "description":"The total volume of the items shipped on the invoice.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "weightQualifier":{
                        "description":"Weight qualifier.",
                        "type":"string"
                    },
                    "freightCharge":{
                        "description":"The total freight charge for shipping all items on the invoice.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "prepaidAmount":{
                        "description":"The dollar amount already paid on the invoice.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "paymentMethodCodeGid":{
                        "description":"The GID for the payment method code.",
                        "type":"string"
                    },
                    "accessorialCodeGid":{
                        "description":"The GID for the accessorial code on the invoice.",
                        "type":"string"
                    },
                    "accessorialDescription":{
                        "description":"The text describing the accessorial on the invoice.",
                        "type":"string"
                    },
                    "declaredValueQualGid":{
                        "description":"The declared value qualifier GID.",
                        "type":"string"
                    },
                    "declaredValue":{
                        "description":"The declared value of all items on the invoice.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "exchangeRateDate":{
                        "description":"Indicates the date to be used for any currency conversions; if null, the latest conversion should be used.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "exchangeRateGid":{
                        "description":"Indicates the set of exchange rates to use for currency conversions; if null, the default set should be used",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "bills.statuses":{
                "properties":{
                    "statusTypeGid":{
                        "description":"The GID for the status type on the invoice.",
                        "type":"string"
                    },
                    "statusValueGid":{
                        "description":"The GID for the status value on the invoice.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "bills.documents":{
                "properties":{
                    "documentGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentDefGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentUrl":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentMimeType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentFilename":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "ownerDataQueryTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "reportGid":{
                        "description":"The report associated with the document attachment, if content was generated by the report subsystem.",
                        "type":"string"
                    },
                    "generatedAt":{
                        "description":"If preparation, date/time content was last generated",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "uploadedAt":{
                        "description":"If attachment, date/time content was last updated",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "documentTrackingNum":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentCmsId":{
                        "description":"A GUID to associate the document with content stored on its remote CMS. Valid when document_type=CMS.",
                        "type":"string"
                    },
                    "contentManagementSystemGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "usedAs":{
                        "description":"Represents the classification of a document.(C/I/L/T)",
                        "type":"string"
                    },
                    "relatedDocumentGid":{
                        "description":"Represents the related document for consolidated/linked documents. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "relatedDocument":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property relatedDocumentGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/documents"
                            }
                        ],
                        "readOnly":true
                    },
                    "effectiveDate":{
                        "description":"represents effective date for a document",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "expirationDate":{
                        "description":"Represents expiration date for a document.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "userDefined1IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined2IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined3IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined4IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined5IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "bills.allocations":{
                "properties":{
                    "allocSeqNo":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "shipmentGid":{
                        "description":"GC3 Global identifier for the entity. Is created by concatenating Domain Name,\".\" and XID. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "shipment":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property shipmentGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/sellShipments"
                            }
                        ],
                        "readOnly":true
                    },
                    "allocTypeQualGid":{
                        "description":"GC3 Global identifier for the entity. Is created by concatenating Domain Name,\".\" and XID.",
                        "type":"string"
                    },
                    "timestamp":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "allocatedCost":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "parentInvoiceGid":{
                        "description":"If populated, the INVOICE_GID indicates that this alllocation is for a child invoice.  This column indicates the parent invoice of the entire consolidation that was allocated. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "parentInvoice":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property parentInvoiceGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/bills"
                            }
                        ],
                        "readOnly":true
                    },
                    "voucherGid":{
                        "description":"GC3 Global identifier for the entity. Is created by concatenating Domain Name,\".\" and XID. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "voucher":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property voucherGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/vouchers"
                            }
                        ],
                        "readOnly":true
                    },
                    "exchangeRateDate":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "exchangeRateGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "shipGroupGid":{
                        "description":"Represents Shipment Group ID. This is populated when allocating a shipment group or a voucher corresponding to an invoice created for a shipment<br>group. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "shipGroup":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property shipGroupGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/shipmentGroups"
                            }
                        ],
                        "readOnly":true
                    },
                    "orderAllocations":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/bills.allocations.orderAllocations"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "orderLineAllocations":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/bills.allocations.orderLineAllocations"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "orderBaseLineAllocations":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/bills.allocations.orderBaseLineAllocations"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "bills.allocations.orderAllocations":{
                "properties":{
                    "allocCostSeqno":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "orderReleaseGid":{
                        "description":"No description. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "orderRelease":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property orderReleaseGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/orderReleases"
                            }
                        ],
                        "readOnly":true
                    },
                    "costDescription":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "accessorialCodeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "cost":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "generalLedgerGid":{
                        "description":"GL code for the allocation order release record.",
                        "type":"string"
                    },
                    "exchangeRateDate":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "exchangeRateGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "costTypeGid":{
                        "description":"cost type for this allocation record",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "shipmentCostSeqno":{
                        "description":"Shipment cost seq no would be stored if we perform allocation based on shipment",
                        "type":"number",
                        "format":"int64"
                    },
                    "lineitemSeqNo":{
                        "description":"Voucher/Bill line item seq no would be stored if we perform allocation based on voucher or bill",
                        "type":"number",
                        "format":"int32"
                    },
                    "invoiceGid":{
                        "description":"Invoice/Bill Gid would be stored in this field if allocation is done based on Invoice or Bill",
                        "type":"string"
                    },
                    "shipmentGid":{
                        "description":"Shipment  Gid would be stored in this field if allocation is done based on  shipment ",
                        "type":"string"
                    },
                    "voucherGid":{
                        "description":"Voucher  Gid would be stored in this field if allocation is done based on voucher",
                        "type":"string"
                    },
                    "attribute1":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute2":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute3":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute4":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute5":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute6":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute7":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute8":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute9":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute10":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute11":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute12":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute13":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute14":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute15":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute16":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute17":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute18":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute19":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute20":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attributeNumber1":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber2":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber3":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber4":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber5":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber6":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber7":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber8":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber9":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber10":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber11":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber12":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber13":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber14":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber15":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber16":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber17":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber18":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber19":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber20":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate1":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate2":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate3":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate4":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate5":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate6":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate7":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate8":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate9":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate10":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate11":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate12":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate13":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate14":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate15":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate16":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate17":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate18":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate19":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate20":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeCurrency1":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is Currency.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "attributeCurrency2":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is Currency.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "attributeCurrency3":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is Currency.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "vatCodeGid":{
                        "description":"The GID for the VAT tax that is being allocated from voucher.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "bills.allocations.orderLineAllocations":{
                "properties":{
                    "allocCostSeqno":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "orderReleaseLineGid":{
                        "description":"No description. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "orderReleaseLine":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property orderReleaseLineGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/orderReleaseLines"
                            }
                        ],
                        "readOnly":true
                    },
                    "costDescription":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "accessorialCodeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "cost":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "generalLedgerGid":{
                        "description":"GL code for the allocation order release line record.",
                        "type":"string"
                    },
                    "invoiceGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "lineitemSeqNo":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "exchangeRateDate":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "exchangeRateGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "costTypeGid":{
                        "description":"cost type for this allocation record",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "shipmentCostSeqno":{
                        "description":"Shipment cost seq no would be stored if we perform allocation based on shipment",
                        "type":"number",
                        "format":"int64"
                    },
                    "shipmentGid":{
                        "description":"Shipment  Gid would be stored in this field if allocation is done based Shipment.",
                        "type":"string"
                    },
                    "voucherGid":{
                        "description":"Voucher  Gid would be stored in this field if allocation is done based on voucher or invoice",
                        "type":"string"
                    },
                    "attribute1":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute2":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute3":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute4":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute5":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute6":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute7":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute8":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute9":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute10":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute11":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute12":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute13":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute14":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute15":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute16":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute17":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute18":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute19":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute20":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attributeNumber1":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber2":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber3":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber4":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber5":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber6":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber7":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber8":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber9":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber10":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber11":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber12":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber13":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber14":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber15":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber16":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber17":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber18":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber19":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber20":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate1":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate2":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate3":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate4":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate5":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate6":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate7":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate8":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate9":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate10":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate11":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate12":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate13":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate14":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate15":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate16":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate17":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate18":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate19":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate20":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeCurrency1":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is Currency.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "attributeCurrency2":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is Currency.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "attributeCurrency3":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is Currency.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "vatCodeGid":{
                        "description":"The GID for the VAT tax that is being allocated from voucher.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "bills.allocations.orderBaseLineAllocations":{
                "properties":{
                    "allocCostSeqno":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "obLineGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "costDescription":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "accessorialCodeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "cost":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "invoiceGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "lineitemSeqNo":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "exchangeRateDate":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "exchangeRateGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "costTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "shipmentCostSeqno":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "shipmentGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "voucherGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "generalLedgerGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute1":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute2":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute3":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute4":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute5":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute6":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute7":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute8":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute9":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute10":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute11":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute12":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute13":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute14":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute15":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute16":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute17":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute18":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute19":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute20":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attributeNumber1":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber2":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber3":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber4":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber5":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber6":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber7":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber8":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber9":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber10":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber11":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber12":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber13":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber14":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber15":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber16":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber17":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber18":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber19":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber20":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate1":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate2":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate3":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate4":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate5":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate6":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate7":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate8":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate9":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate10":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate11":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate12":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate13":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate14":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate15":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate16":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate17":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate18":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate19":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate20":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeCurrency1":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is Currency.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "attributeCurrency2":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is Currency.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "attributeCurrency3":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is Currency.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "vatCodeGid":{
                        "description":"The GID for the VAT tax that is being allocated from voucher.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "demurrageTransactionReferenceNumberQualifiers":{
                "properties":{
                    "dmTransactionRefnumQualGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "dmTransactionRefnumQualXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "dmTransactionRefnumDesc":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "defaultRefnumBnTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateFlag":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "secondaryChargeRules":{
                "properties":{
                    "secondaryChargeRuleGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "secondaryChargeRuleXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "specialServiceProfileGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "locationProfileGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "transportModeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "effectiveDate":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "expirationDate":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "xLaneGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "modeProfileGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "itineraryProfileGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "ruleType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "routeCodeProfileGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "criteriaServprovGid":{
                        "description":"No description. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "criteriaServprov":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property criteriaServprovGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/serviceProviders"
                            }
                        ],
                        "readOnly":true
                    },
                    "portOfLoadLocProfileGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "portOfDisLocProfileGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "locationType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "flexCommodityProfileGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "quantityType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "paymentMethodCodeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "resLocationProfileId":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "criteriaRateOfferingGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "involvedPartyQualGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "contactProfileGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "calculateShipUnitDuration":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "perspective":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "criteriaRateGeoGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "shipmentTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "copiedRefnums":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/secondaryChargeRules.copiedRefnums"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "involvedParties":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/secondaryChargeRules.involvedParties"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "ruleContracts":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/secondaryChargeRules.ruleContracts"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "secondaryChargeRules.copiedRefnums":{
                "properties":{
                    "shipmentRefnumQualGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "secondaryChargeRules.involvedParties":{
                "properties":{
                    "involvedPartyQualGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "involvedPartyContactGid":{
                        "description":"No description. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "involvedPartyContact":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property involvedPartyContactGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "comMethodGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "secondaryChargeRules.ruleContracts":{
                "properties":{
                    "scRuleContractSeqNo":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "rateGeoGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "rateOfferingGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "servprovGid":{
                        "description":"No description. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "servprov":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property servprovGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/serviceProviders"
                            }
                        ],
                        "readOnly":true
                    },
                    "specialServiceProfileGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "accessorialCodeProfileGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "vatProvincialRegistrations":{
                "properties":{
                    "vatProvincialRegGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "vatProvincialRegXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "countryCode3Gid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "provinceCode":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "corporationGid":{
                        "description":"No description. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "corporation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property corporationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/corporations"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "powerUnitTypes":{
                "properties":{
                    "powerUnitTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "powerUnitTypeXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "remarks":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/powerUnitTypes.remarks"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "specialServices":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/powerUnitTypes.specialServices"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "powerUnitTypes.remarks":{
                "properties":{
                    "remarkSequence":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "remarkQualGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "remarkText":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "powerUnitTypes.specialServices":{
                "properties":{
                    "specialServiceGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "effectiveDate":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "expirationDate":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "orderConfigurations":{
                "properties":{
                    "releaseMethodGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "releaseMethodXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "releasingLogic":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isIndividualThuForced":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "isSplitable":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "isMixedFreightThuAllowed":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "mixedFrtVolTargetPctFull":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "singleReleasePerInstruction":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "planFromPlanToType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isBufferingSupported":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "performServiceTimeLookup":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "rateServiceGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "oblineNetWeightCalc":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "oblineNetVolumeCalc":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "oblineTotalPkgCountCalc":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "oblinePkgUnitCountCalc":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "obsulTotalWeightCalc":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "obsulTotalVolumeCalc":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "obsulTotalPkgCountCalc":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "obsulPkgUnitCountCalc":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "allowOverReleasing":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "overReleaseCheckMetric":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "suGrossWeightPerCalc":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "suNetWeightPerCalc":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "suTotalGrossWeightCalc":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "suGrossVolumePerCalc":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "suNetVolumePerCalc":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "suTotalGrossVolumeCalc":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "sulGrossWeightCalc":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "sulGrossVolumeCalc":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "sulTotalPkgCountCalc":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "sulPkgUnitCountCalc":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "suGrossWeightPerFormula":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "suNetWeightPerFormula":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "suTotalGrossWeightFormula":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "suGrossVolumePerFormula":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "suNetVolumePerFormula":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "suTotalGrossVolumeFormula":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "orderCreateType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "shipUnitCreateType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "shipUnitCalcType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isAllowRepack":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "repackPercentThreshold":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "transportHandlingUnitGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isAggregate":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "orlineWeightCalc":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "orlineVolumeCalc":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isPackEachItem":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "unitizationRules":{
                "properties":{
                    "unitizationRuleGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "unitizationRuleXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "xLaneGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "unitizationConditionName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "stuffLocationGid":{
                        "description":"No description. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "stuffLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property stuffLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "stuffLocationType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "destuffLocationGid":{
                        "description":"No description. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "destuffLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property destuffLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "destuffLocationType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "transportModeProfileGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "referenceNo":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "invoiceStopReferenceNumberQualifiers":{
                "properties":{
                    "invoiceStopRefnumQualGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "invoiceStopRefnumQualXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "invoiceStopRefnumDesc":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "defaultRefnumBnTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "shipmentNoSSUs":{
                "properties":{
                    "shipmentGid":{
                        "description":"The GID for the shipment.",
                        "type":"string"
                    },
                    "shipmentXid":{
                        "description":"The XID for the shipment.",
                        "type":"string"
                    },
                    "shipmentName":{
                        "description":"A descriptive name of the shipment.",
                        "type":"string"
                    },
                    "transportModeGid":{
                        "description":"A unique identifier to define the transportation modes.",
                        "type":"string"
                    },
                    "isTemplate":{
                        "description":"Indicates whether a shipment is a template. This attribute is marked as Create-Only.",
                        "type":"boolean"
                    },
                    "isPrimary":{
                        "description":"Indicates if the shipment is the primary shipment related to an order (bookings) path.",
                        "type":"boolean"
                    },
                    "isSpotCosted":{
                        "description":"Y/N based on whether the shipment cost is a spot cost specified by the service provider during a spot bid/broadcast tender.",
                        "type":"boolean",
                        "readOnly":true
                    },
                    "isCreditNote":{
                        "description":"Y/N based on an associated credit note.",
                        "type":"boolean"
                    },
                    "cmPrevDestLocationGid":{
                        "description":"The destination location of the previous shipment in the continuous move tour. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "cmPrevDestLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property cmPrevDestLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "cmNextSourceLocationGid":{
                        "description":"The source location of the next shipment in the continuous move tour. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "cmNextSourceLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property cmNextSourceLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "totalActualCost":{
                        "description":"The total actual cost of the shipment. This attribute is marked as Create-Only.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "totalWeightedCost":{
                        "description":"The total weighted cost of the shipment considering any additional preference weighting to influence selection positive or negative. This attribute is marked as Create-Only.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "totalTransCost":{
                        "description":"The total cost of the shipment. It represents the total transportation cost after applying the rebate.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ],
                        "readOnly":true
                    },
                    "loadedDistance":{
                        "description":"The total distance that the truck or the transportation mode will travel when the shipment is loaded.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "unloadedDistance":{
                        "description":"The total distance that the truck or the transportation mode will travel when empty.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "sourceLocationGid":{
                        "description":"The GID of the source location of the shipment. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "sourceLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property sourceLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "destLocationGid":{
                        "description":"The GID of the destination location of the shipment. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "destLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property destLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "startTime":{
                        "description":"The actual shipment start time. Initially it is the system expected start time. It is updated once the carrier actually starts the shipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "endTime":{
                        "description":"The time the shipment is delivered. Initially this is the system expected delivery time. It is updated with the actual delivery time when the shipment is delivered.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "freightTerms":{
                        "description":"The freight terms for the shipment, such as prepaid or collect.",
                        "type":"string"
                    },
                    "parentLegGid":{
                        "description":"The parent leg associated with the itinerary that may have been used to plan the shipment.",
                        "type":"string",
                        "readOnly":true
                    },
                    "voyageGid":{
                        "description":"The voyage identifier associated with the shipment if this shipment is planned using a voyage that has been loaded into the voyage table.",
                        "type":"string"
                    },
                    "servprovGid":{
                        "description":"The service provider identifier associated with the shipment. This attribute is marked as Create-Only. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "servprov":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property servprovGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/serviceProviders"
                            }
                        ],
                        "readOnly":true
                    },
                    "rateOfferingGid":{
                        "description":"The rate offering (contract) identifier that is used by the service provider moving this shipment.",
                        "type":"string"
                    },
                    "rateGeoGid":{
                        "description":"The detailed rate record (contract) identifier that is used by the service provider moving this shipment.",
                        "type":"string"
                    },
                    "originalShipmentGid":{
                        "description":"If the shipment represents a secondary charge, this points back to the \"parent\" shipment for which the secondary shipment is a \"child\".",
                        "type":"string"
                    },
                    "shipmentGroupGid":{
                        "description":"The shipment group identifier if this shipment is placed into a single group. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "shipmentGroup":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property shipmentGroupGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/shipmentGroups"
                            }
                        ],
                        "readOnly":true
                    },
                    "isAutoMergeConsolidate":{
                        "description":"Y/N indicating if the auto merge consolidation rule was used from the itinerary when creating this shipment. (View Only)",
                        "type":"boolean",
                        "readOnly":true
                    },
                    "perspective":{
                        "description":"The indicates if the shipment is a buy or sell perspective.",
                        "type":"string"
                    },
                    "flightInstanceId":{
                        "description":"The flight instance (date of flight) identifier associated with the shipment if this shipment is planned using a flight in the flight table.",
                        "type":"number",
                        "format":"int64"
                    },
                    "totalWeight":{
                        "description":"The total weight of the shipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "totalVolume":{
                        "description":"The total volume of the shipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "totalShipUnitCount":{
                        "description":"The total ship unit count of the shipment.",
                        "type":"number",
                        "format":"int64"
                    },
                    "totalPackagingUnitCount":{
                        "description":"The total packaging unit count of the shipment.",
                        "type":"number",
                        "format":"int32",
                        "readOnly":true
                    },
                    "totalItemPackageCount":{
                        "description":"The total item package count of the shipment.",
                        "type":"number",
                        "format":"int32",
                        "readOnly":true
                    },
                    "intermediaryCorporationGid":{
                        "description":"The intermediary corporation identifier if this shipment is being managed by an additional party to the shipper and carrier relationship such as a 3PL corporation. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "intermediaryCorporation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property intermediaryCorporationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/corporations"
                            }
                        ],
                        "readOnly":true
                    },
                    "shipmentTypeGid":{
                        "description":"The shipment type associated with the shipment. This is a system value such as transport, secondary charge shipment, or non-freight related.",
                        "type":"string"
                    },
                    "routeCodeCombinationGid":{
                        "description":"The route code combination identifier of the shipment used for specifying rail shipments.",
                        "type":"string",
                        "readOnly":true
                    },
                    "railInterModalPlanGid":{
                        "description":"The rail intermodal plan identifier of the shipment used for intermodal rail shipments.",
                        "type":"string"
                    },
                    "customerRateCode":{
                        "description":"The customer rate identifier associated with the shipment if this shipment is planned using a customer.",
                        "type":"string"
                    },
                    "cofcTofc":{
                        "description":"The trailer or flat car or the container on flat car code for rail shipments.",
                        "type":"string"
                    },
                    "railReturnLocationGid":{
                        "description":"The rail return location identifier of the rail shipment. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "railReturnLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property railReturnLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "railReturnRouteGid":{
                        "description":"The rail return route identifier of the rail shipment.",
                        "type":"string"
                    },
                    "rule11Indicator":{
                        "description":"The rule 11 indicator of the shipment used for managing rail.",
                        "type":"string"
                    },
                    "currentStopNum":{
                        "description":"The stop number within the shipment. Stop number = 1 is the pickup stop, and the max (stop number) for a shipment is the delivery stop.",
                        "type":"number",
                        "format":"int32",
                        "readOnly":true
                    },
                    "shipmentAsWork":{
                        "description":"Indicates the shipment as work. This attribute is marked as Create-Only.",
                        "type":"boolean"
                    },
                    "secondaryChargeRuleGid":{
                        "description":"The secondary charge rule identifier that was used to generate the shipment if this is a secondary charge shipment.",
                        "type":"string",
                        "readOnly":true
                    },
                    "checkTimeConstraint":{
                        "description":"The indicator to check the time constraints associated with the shipment.",
                        "type":"boolean"
                    },
                    "checkCostConstraint":{
                        "description":"The indicator to check cost constraints associated with the shipment",
                        "type":"boolean"
                    },
                    "checkCapacityConstraint":{
                        "description":"The indicator to check the capacity constraints associated with the shipment.",
                        "type":"boolean"
                    },
                    "cmName":{
                        "description":"The shipment GID of the first shipment in the tour. If the continuous move tour is received as input, this is the supplied tour ID.",
                        "type":"string",
                        "readOnly":true
                    },
                    "cmSequenceNum":{
                        "description":"Indicates the shipment's sequence in the continuous move tour.",
                        "type":"number",
                        "format":"int32",
                        "readOnly":true
                    },
                    "cmCost":{
                        "description":"The shipment cost when the shipment is part of a continuous move tour.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "cmEmptyDistance":{
                        "description":"The empty leg distance between previous and this shipments.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "hazmatModeGid":{
                        "description":"The hazmat mode identifier that is associated with the shipment.",
                        "type":"string"
                    },
                    "hazmatRegionGid":{
                        "description":"The hazmat region identifier that is associated with the shipment.",
                        "type":"string"
                    },
                    "weighCode":{
                        "description":"The weigh code of the shipment that identifies the weight type.",
                        "type":"string"
                    },
                    "rule7":{
                        "description":"A Y/N indicator from the shipper to the carrier that the shipper is not liable for freight charges.",
                        "type":"boolean"
                    },
                    "shipmentReleased":{
                        "description":"A Y/N indicator used for rail shipments that indicate that the shipment is ready.",
                        "type":"boolean"
                    },
                    "processingCodeGid":{
                        "description":"The processing code GID.",
                        "type":"string"
                    },
                    "airRailRouteCode":{
                        "description":"A transportation mode code that is informational for the shipment.",
                        "type":"string"
                    },
                    "paymentMethodCodeGid":{
                        "description":"The payment method code identifier.",
                        "type":"string"
                    },
                    "incoTermGid":{
                        "description":"The Incoterm identifier associated with the shipment.",
                        "type":"string"
                    },
                    "dimWeight":{
                        "description":"The dimensional weight that was calculated for the shipment when using the dimensional rating (DIM) factor.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ],
                        "readOnly":true
                    },
                    "plannedCost":{
                        "description":"The cost when the original shipment was created. This attribute is marked as Create-Only.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "termLocationText":{
                        "description":"The term location text that is informational for the shipment.",
                        "type":"string"
                    },
                    "tariffOrganizationNumber":{
                        "description":"The tariff organization number, for informational purposes.",
                        "type":"string"
                    },
                    "tariffOrganizationName":{
                        "description":"The tariff organization name, for informational purposes.",
                        "type":"string"
                    },
                    "tariffName":{
                        "description":"The tariff name, for informational purposes.",
                        "type":"string"
                    },
                    "tariffNumber":{
                        "description":"The tariff number, for informational purposes.",
                        "type":"string"
                    },
                    "tariffDate":{
                        "description":"The tariff date, for informational purposes.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "isHazardous":{
                        "description":"A Y/N indicator specifying that the shipment is identified as having hazardous material.",
                        "type":"boolean"
                    },
                    "isTemperatureControl":{
                        "description":"A Y/N indicator specifying that the shipment is identified as needing temperature control.",
                        "type":"boolean"
                    },
                    "isCostFixed":{
                        "description":"A Y/N indicator that identifies the shipment having fixed cost that will not be recalculated if the shipment is modified.",
                        "type":"boolean"
                    },
                    "isServiceTimeFixed":{
                        "description":"A Y/N indicator that identifies the shipment having fixed service time that will not be recalculated if the shipment is modified.",
                        "type":"boolean"
                    },
                    "isRateGeoFixed":{
                        "description":"A Y/N indicator that the rate detail (rate geo) has been fixed by the user and will not be reassigned if the shipment is modified.",
                        "type":"boolean"
                    },
                    "isRateOfferingFixed":{
                        "description":"A Y/N indicator that the rate offering has been fixed by the user and will not be reassigned.",
                        "type":"boolean"
                    },
                    "isServprovFixed":{
                        "description":"A Y/N indicator that the service provider has been fixed by the user and will not be reassigned.",
                        "type":"boolean"
                    },
                    "isPreload":{
                        "description":"A Y/N indicator specifying that the shipment is pre-load prior to carrier arriving for transport.",
                        "type":"boolean"
                    },
                    "isFixedTenderContact":{
                        "description":"A Y/N indicator that the tender contact individual has been fixed by the user and will not be reassigned.",
                        "type":"boolean",
                        "readOnly":true
                    },
                    "isToBeHeld":{
                        "description":"A Y/N indicator specifying that the shipment is to be held by the carrier.",
                        "type":"boolean"
                    },
                    "isPreferredCarrier":{
                        "description":"Indicates if the carrier selected for the shipment is preferred.",
                        "type":"boolean"
                    },
                    "isEquipmentFixed":{
                        "description":"Checks if a service provider can update the equipment number and equipment initials when accepting a tendered shipment.",
                        "type":"boolean"
                    },
                    "isRecalcTotals":{
                        "description":"Turns on/off totaling logic.",
                        "type":"boolean"
                    },
                    "hasAppointments":{
                        "description":"Indicates if any stops on the shipment have appointments.",
                        "type":"boolean"
                    },
                    "contactGid":{
                        "description":"The contact identifier linking in the contact table information to the shipment. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string",
                        "readOnly":true
                    },
                    "contact":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property contactGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "bulkPlanGid":{
                        "description":"If the shipment was planned via the bulk plan process, then this is the global identifier for the bulk plan.",
                        "type":"string",
                        "readOnly":true
                    },
                    "totalNumReferenceUnits":{
                        "description":"The total number of reference units of the shipment as defined by the equipment reference units.",
                        "type":"number",
                        "format":"double",
                        "readOnly":true
                    },
                    "itineraryGid":{
                        "description":"The itinerary identifier that was used to build the shipment if it was built with the planning logic. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string",
                        "readOnly":true
                    },
                    "itinerary":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property itineraryGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/itineraries"
                            }
                        ],
                        "readOnly":true
                    },
                    "feasibilityCodeGid":{
                        "description":"The feasibility code associated with the shipment can identify shipment infeasibilities.",
                        "type":"string",
                        "readOnly":true
                    },
                    "numOrderReleases":{
                        "description":"The number of order releases that are on this shipment.",
                        "type":"number",
                        "format":"int32"
                    },
                    "numStops":{
                        "description":"The number of shipment stop records related to this shipment.",
                        "type":"number",
                        "format":"int32"
                    },
                    "totalNetWeight":{
                        "description":"The total net weight of all the freight on the shipment as summed with the shipment ship unit lines net weight.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "totalNetVolume":{
                        "description":"The total net volume of all the freight on the shipment as summed with the shipment ship unit lines net volume.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "earliestStartTime":{
                        "description":"The earliest start time that will make this shipment feasible.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "latestStartTime":{
                        "description":"The latest start time that will make this shipment feasible.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "lastEventGroupGid":{
                        "description":"The last event group identifier specifies the event group code of the last tracking event that was received against the shipment.",
                        "type":"string",
                        "readOnly":true
                    },
                    "repetitionScheduleGid":{
                        "description":"The repetition schedule associated with the shipment if the shipment was built utilizing a repetition schedule.",
                        "type":"string",
                        "readOnly":true
                    },
                    "inTrailerBuild":{
                        "description":"Indicates that this shipment is in a trailer build shipment group.",
                        "type":"boolean",
                        "readOnly":true
                    },
                    "firstEquipmentGroupGid":{
                        "description":"A shipment can contain multiple equipment records. This value is associated to the first equipment group defined for the shipment.",
                        "type":"string",
                        "readOnly":true
                    },
                    "bulkCmGid":{
                        "description":"The identifier for the bulk continuous move if the shipment was selected in the bulk continuous move process.",
                        "type":"string"
                    },
                    "vesselGid":{
                        "description":"The vessel that the shipment is on. If populated, this actually overrides the value that is in the voyage table.",
                        "type":"string"
                    },
                    "userDefined1IconGid":{
                        "description":"The GID for the user defined image/icon. Up to five user-defined image fields can be configured to appear on the Search and Results page that let you query and review the images that are assigned to a business object. Images can be assigned to business objects to visually emphasize certain characteristics such as shipments containing hazardous material, orders for hot commodities, or shipments with over dimensional freight.",
                        "type":"string"
                    },
                    "userDefined2IconGid":{
                        "description":"The GID for the user defined image/icon. Up to five user-defined image fields can be configured to appear on the Search and Results page that let you query and review the images that are assigned to a business object. Images can be assigned to business objects to visually emphasize certain characteristics such as shipments containing hazardous material, orders for hot commodities, or shipments with over dimensional freight.",
                        "type":"string"
                    },
                    "userDefined3IconGid":{
                        "description":"The GID for the user defined image/icon. Up to five user-defined image fields can be configured to appear on the Search and Results page that let you query and review the images that are assigned to a business object. Images can be assigned to business objects to visually emphasize certain characteristics such as shipments containing hazardous material, orders for hot commodities, or shipments with over dimensional freight.",
                        "type":"string"
                    },
                    "userDefined4IconGid":{
                        "description":"The GID for the user defined image/icon. Up to five user-defined image fields can be configured to appear on the Search and Results page that let you query and review the images that are assigned to a business object. Images can be assigned to business objects to visually emphasize certain characteristics such as shipments containing hazardous material, orders for hot commodities, or shipments with over dimensional freight.",
                        "type":"string"
                    },
                    "userDefined5IconGid":{
                        "description":"The GID for the user defined image/icon. Up to five user-defined image fields can be configured to appear on the Search and Results page that let you query and review the images that are assigned to a business object. Images can be assigned to business objects to visually emphasize certain characteristics such as shipments containing hazardous material, orders for hot commodities, or shipments with over dimensional freight.",
                        "type":"string"
                    },
                    "sourceLocationOverrideGid":{
                        "description":"The location identifier that will override the source location that is defined for the shipment.",
                        "type":"string"
                    },
                    "destLocationOverrideGid":{
                        "description":"The location identifier that will override the destination location that is defined for the shipment.",
                        "type":"string"
                    },
                    "equipmentReferenceUnitGid":{
                        "description":"The equipment reference unit GID that is associated with the equipment reference unit utilization of the shipment.",
                        "type":"string"
                    },
                    "scheduleType":{
                        "description":"When the schedule type is populated, it is a consol.",
                        "type":"string",
                        "readOnly":true
                    },
                    "weightUtilization":{
                        "description":"The weight utilization of the shipment as defined by the weight of the freight and the maximum capacity of the equipment.",
                        "type":"number",
                        "format":"double"
                    },
                    "volumeUtilization":{
                        "description":"The volume utilization of the shipment as defined by the volume of the freight and the maximum capacity of the equipment.",
                        "type":"number",
                        "format":"double"
                    },
                    "equipRefUnitUtilization":{
                        "description":"The equipment reference utilization of the shipment as defined by the equipment reference unit amount of the freight and the maximum capacity of the equipment.",
                        "type":"number",
                        "format":"double"
                    },
                    "jobGid":{
                        "description":"The job GID identifier of the shipment, if the shipment is assigned to a job.",
                        "type":"string"
                    },
                    "portOfLoadLocationGid":{
                        "description":"The location ID of the port of load for the primary leg carrier. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "portOfLoadLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property portOfLoadLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "portOfLoadOverrideLocGid":{
                        "description":"The location override ID of the port of load for the primary leg carrier.",
                        "type":"string"
                    },
                    "portOfDisLocationGid":{
                        "description":"The location ID of the port of discharge for the primary leg carrier. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "portOfDisLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property portOfDisLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "portOfDisOverrideLocGid":{
                        "description":"The location override ID of the port of discharge for the primary leg carrier.",
                        "type":"string"
                    },
                    "insurancePolicyNumber":{
                        "description":"The insurance policy number that covers this shipment, for informational purposes.",
                        "type":"string"
                    },
                    "insuranceAmount":{
                        "description":"The insurance amount of the shipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "insurancePremium":{
                        "description":"The insurance premium of the shipment, for informational purposes.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "bolType":{
                        "description":"The bill of lading type defined for the shipment, used for report management.",
                        "type":"string"
                    },
                    "bolIssuanceType":{
                        "description":"The bill of lading issuance type identifier.",
                        "type":"string"
                    },
                    "consolGid":{
                        "description":"The consol identifier if the shipment has been built from a consol structure. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "consol":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property consolGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/consols"
                            }
                        ],
                        "readOnly":true
                    },
                    "placeReceiptLocationGid":{
                        "description":"The place receipt location identifier specifying the location where ownership of freight starts. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "placeReceiptLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property placeReceiptLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "placeDeliverLocationGid":{
                        "description":"The place deliver location identifier specifying the location where ownership of freight ends with delivery. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "placeDeliverLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property placeDeliverLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "sailDate":{
                        "description":"The sail date of the shipment that is populated if the shipment utilizes the vessel schedules.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "railDate":{
                        "description":"The rail date of the shipment that is populated if the shipment utilizes the rail schedules.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "sailCutoffDate":{
                        "description":"The sail cutoff (date of sail) identifier associated with the shipment if this shipment is planned using a sail on the sail table.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "portDischargeEta":{
                        "description":"The estimated port of discharge date associated with ocean-going shipments.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "portOfExitDate":{
                        "description":"The estimated port of exit (for international shipments) associated with ocean going shipments.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "portExitLocGid":{
                        "description":"The designated port the freight will be exiting the country for international shipments. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "portExitLoc":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property portExitLocGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "containerDeliveryLocGid":{
                        "description":"The container delivery location identifier establishing where the ocean going container will be delivered after unloading freight. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "containerDeliveryLoc":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property containerDeliveryLocGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "containerPickupLocGid":{
                        "description":"The container pickup location identifier establishing where the ocean-going container will be picked up prior to loading with freight. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "containerPickupLoc":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property containerPickupLocGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "nfrcRuleGid":{
                        "description":"The NFRC (non freight related charge) rule that was used to generate the shipment if the shipment is a NFRC type of shipment.",
                        "type":"string"
                    },
                    "isCpctyOverrideApplicable":{
                        "description":"A Y/N indicator specifying if the capacity override is applicable where capacity defines the resource a service provider has available for assignment.",
                        "type":"boolean"
                    },
                    "plannedRateOfferingGid":{
                        "description":"The initial planned rate offering ID. It is set when shipment initially gets planned. It will not be changed thereafter.",
                        "type":"string",
                        "readOnly":true
                    },
                    "plannedTransportModeGid":{
                        "description":"The initial planned transport mode ID. It is set when shipment initially gets planned. It will not be changed thereafter.",
                        "type":"string",
                        "readOnly":true
                    },
                    "plannedServprovGid":{
                        "description":"The initial planned service provider ID. It is set when shipment initially gets planned. It will not be changed thereafter. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string",
                        "readOnly":true
                    },
                    "plannedServprov":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property plannedServprovGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/serviceProviders"
                            }
                        ],
                        "readOnly":true
                    },
                    "plannedRateGeoGid":{
                        "description":"The initial planned rate record ID. It is set when shipment initially gets planned. It will not be changed thereafter.",
                        "type":"string",
                        "readOnly":true
                    },
                    "isPermanent":{
                        "description":"Set this flag to 'Y' if the shipment should not be automatically deleted as a result of unassign/merge/split action. In this case, the shipment should be specifically deleted in \"delete shipment\" action.",
                        "type":"boolean"
                    },
                    "isMemoBl":{
                        "description":"Indicate how to handle B/L. Y: no bill of lading generated for this shipment. N: bill of lading generated for this shipment.",
                        "type":"boolean"
                    },
                    "dutyPaid":{
                        "description":"The duty paid of the shipment.",
                        "type":"string"
                    },
                    "exchangeRateDate":{
                        "description":"Indicates the date to be used for any currency conversions; if null, the latest conversion should be used.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "currencyGid":{
                        "description":"Indicates the currency to be used for cost totals; if null, the first shipment cost of type base will dictate the currency.",
                        "type":"string"
                    },
                    "exchangeRateGid":{
                        "description":"Indicates the set of exchange rates to use for currency conversions; if null, the default set should be used.",
                        "type":"string"
                    },
                    "totMatchedInvoiceCost":{
                        "description":"The total matched invoice cost associated with the shipment after the match and pay process runs in freight payment. This attribute is marked as Create-Only.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "originalInvoiceCost":{
                        "description":"The original invoice cost at the point when the invoice was initially created or matched to the shipment. This attribute is marked as Create-Only.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "totalApprovedCost":{
                        "description":"The total approved cost associated with the shipment after the approval step in the freight payment process. This attribute is marked as Create-Only.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "sourcePierLocationGid":{
                        "description":"The source operational location. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "sourcePierLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property sourcePierLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "destPierLocationGid":{
                        "description":"The destination operational location. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "destPierLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property destPierLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "primaryOrderBaseGid":{
                        "description":"A shipment can contain multiple orders and these orders can refer to multiple order bases. The bill to party of an order base is carried forward to the shipment. This field reflects the order base identifier that was used to establish this value. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "primaryOrderBase":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property primaryOrderBaseGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/orderBases"
                            }
                        ],
                        "readOnly":true
                    },
                    "totalDeclaredValue":{
                        "description":"The total declared value of the goods on the shipment. This is the sum of the declared values of the shipment ship unit lines.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "isProfitSplit":{
                        "description":"Indicates if the NFRC shipment will be profit split.",
                        "type":"boolean"
                    },
                    "shippingAgentContactGid":{
                        "description":"Indicate if this NFRC is created from the Assign Shipping Agent action on the job.",
                        "type":"string"
                    },
                    "isAdvancedCharge":{
                        "description":"A Y/N indicator specifying that this NFRC shipment is built as an advanced charge.",
                        "type":"boolean"
                    },
                    "loadConfigEngineTypeGid":{
                        "description":"Null type means no load configuration is performed on the shipment.",
                        "type":"string"
                    },
                    "appointmentPriorityGid":{
                        "description":"The appointment priority identifier associated with the shipment.",
                        "type":"string"
                    },
                    "isFixedDistance":{
                        "description":"Boolean, defaults to N. When set to Y, this flag indicates a user-entered value for the total loaded distance field.",
                        "type":"boolean"
                    },
                    "deliveringServprovGid":{
                        "description":"The service provider who is the delivering service provider for this shipment. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string",
                        "readOnly":true
                    },
                    "deliveringServprov":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property deliveringServprovGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/serviceProviders"
                            }
                        ],
                        "readOnly":true
                    },
                    "originatingServprovGid":{
                        "description":"The service provider who is the originating service provider for this shipment. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string",
                        "readOnly":true
                    },
                    "originatingServprov":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property originatingServprovGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/serviceProviders"
                            }
                        ],
                        "readOnly":true
                    },
                    "chargeableWeight":{
                        "description":"The dimensional weight as determined by the rating process.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ],
                        "readOnly":true
                    },
                    "fixedServiceDays":{
                        "description":"The fixed number of service days, if returned by the rating engine.",
                        "type":"number",
                        "format":"int32"
                    },
                    "sightingLocationGid":{
                        "description":"The location where the shipment was last sighted. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string",
                        "readOnly":true
                    },
                    "sightingLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property sightingLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "sightingDate":{
                        "description":"The date and time when the shipment was last sighted at the sighting location.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ],
                        "readOnly":true
                    },
                    "prevSightingLocationGid":{
                        "description":"The location identifier for the previous sighting location used for rail shipment and tracking events. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string",
                        "readOnly":true
                    },
                    "prevSightingLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property prevSightingLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "prevSightingDate":{
                        "description":"The date associated with the previous sighting location and in the tracking event.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ],
                        "readOnly":true
                    },
                    "driverGid":{
                        "description":"The driver or primary team driver assigned to the shipment. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "driver":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property driverGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/drivers"
                            }
                        ],
                        "readOnly":true
                    },
                    "secondaryDriverGid":{
                        "description":"The secondary team driver assigned to the shipment. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "secondaryDriver":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property secondaryDriverGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/drivers"
                            }
                        ],
                        "readOnly":true
                    },
                    "powerUnitGid":{
                        "description":"The power unit assigned to the shipment. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "powerUnit":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property powerUnitGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/powerUnits"
                            }
                        ],
                        "readOnly":true
                    },
                    "driverAssignBulkPlanGid":{
                        "description":"Fleet bulk plan ID for driver assignment.",
                        "type":"string",
                        "readOnly":true
                    },
                    "equipmentAssignBulkPlanGid":{
                        "description":"Fleet bulk plan ID for equipment assignment.",
                        "type":"string",
                        "readOnly":true
                    },
                    "prevDropInventoryProcessed":{
                        "description":"Indicates fleet equipment inventory processing for driver's previous shipment's equipment.",
                        "type":"boolean"
                    },
                    "pickInventoryProcessed":{
                        "description":"Indicates fleet equipment inventory processing for picking an empty equipment before freight.",
                        "type":"boolean"
                    },
                    "dropInventoryProcessed":{
                        "description":"Indicates fleet equipment inventory processing for dropping an empty equipment after freight.",
                        "type":"boolean"
                    },
                    "dimVolume":{
                        "description":"The dimensional volume. Mathematical weight equivalence according to specified dim rate factor.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ],
                        "readOnly":true
                    },
                    "chargeableVolume":{
                        "description":"The actual volume used in calculating the cost of the shipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"The database domain where this data is stored.",
                        "type":"string"
                    },
                    "planningParameterSetGid":{
                        "description":"The parameter set GID which is used in building this shipment.",
                        "type":"string",
                        "readOnly":true
                    },
                    "numEquipmentOrdered":{
                        "description":"The number of equipment ordered. This is manually set by the user and can be rated on.",
                        "type":"number",
                        "format":"int32"
                    },
                    "emPhoneNumber":{
                        "description":"The emergency phone number when shipping hazardous materials. The 24 hours contact for the shipment.",
                        "type":"string"
                    },
                    "parcelZone":{
                        "description":"The ship to mail zone. A price key used for parcel rate calculations.",
                        "type":"string"
                    },
                    "attribute1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attributeNumber1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeCurrency1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "attributeCurrency2":{
                        "description":"The attribute currency of the shipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "attributeCurrency3":{
                        "description":"The attribute currency of the shipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "combinationEquipGrpGid":{
                        "description":"The equipment group associated with the shipment if the shipment contains combination trailers or combination compartments. This attribute is marked as Create-Only. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "combinationEquipGrp":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property combinationEquipGrpGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/equipmentGroups"
                            }
                        ],
                        "readOnly":true
                    },
                    "siCutoffDate":{
                        "description":"The shippers instruction cutoff date associated with the shipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "cfsCutoffDate":{
                        "description":"The container freight station cutoff date associated with the shipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "srcArbLevelOfServiceGid":{
                        "description":"The source arbitrary level of service identifier if the shipment is built using a rate that has arbitrary values. In this case the shipment will identify the rate service used for the main leg and this will be the service of the source arbitrary part.",
                        "type":"string"
                    },
                    "destArbLevelOfServiceGid":{
                        "description":"The destination arbitrary level of service identifier if the shipment is built using a rate that has arbitrary values. In this case the shipment will identify the rate service used for the main leg and this will be the service of the destination arbitrary part.",
                        "type":"string"
                    },
                    "cfsLocationGid":{
                        "description":"The location identifier for the container freight station. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "cfsLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property cfsLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "isFixedVoyage":{
                        "description":"A Y/N indicator specifying if the voyage part of the shipment is to remain fixed on updates.",
                        "type":"boolean"
                    },
                    "workAssignmentBulkPlanGid":{
                        "description":"Work assignment bulk plan ID which is generated during work assignment bulk plan process.",
                        "type":"string"
                    },
                    "aheadLateTime":{
                        "description":"shipment status",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "aheadOrLate":{
                        "description":"A - Ahead of Schedule O - On Time L - Late T - Tardy - This can mean a degree of lateness depending on the user.  B - Bad Order H - Held N - No Bill Y - Constructive Placed Z - Actual Placed  ",
                        "type":"string"
                    },
                    "etaDate":{
                        "description":"Estimated time of arrival",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "firstEquipmentInitial":{
                        "description":"first equipment intial",
                        "type":"string"
                    },
                    "firstEquipmentNumber":{
                        "description":"first equipment number",
                        "type":"string"
                    },
                    "solePackagedItemGid":{
                        "description":"only one equipment and with only one item \t <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "solePackagedItem":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property solePackagedItemGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/packagedItems"
                            }
                        ],
                        "readOnly":true
                    },
                    "reportedBsStatusCode":{
                        "description":"latest reported event for shipment",
                        "type":"string"
                    },
                    "reportingScac":{
                        "description":"reporting scac",
                        "type":"string"
                    },
                    "equipmentDestination":{
                        "description":"equipment destination <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "equipmentDestinationRefObject":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property equipmentDestination, which will be expanded if expandRefs query parameter is set to true (expandRefs=true) <br> This reference object will be displayed only when the optional feature: APPEND REFOBJECT FOR REF ATTR NOT ENDING WITH GID is enabled.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "prevReportedBsStatusCode":{
                        "description":"previous reported event for shipment",
                        "type":"string"
                    },
                    "prevReportingScac":{
                        "description":"previous reporting scac",
                        "type":"string"
                    },
                    "prevEquipmentDestination":{
                        "description":"previous equipment destination <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "prevEquipmentDestinationRefObject":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property prevEquipmentDestination, which will be expanded if expandRefs query parameter is set to true (expandRefs=true) <br> This reference object will be displayed only when the optional feature: APPEND REFOBJECT FOR REF ATTR NOT ENDING WITH GID is enabled.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "maxNumRetender":{
                        "description":"Maximum number of re-tenders.",
                        "type":"number",
                        "format":"int32"
                    },
                    "attributeNumber11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "reservationNum":{
                        "description":"Saved here to search shipments based on Reservation Number.",
                        "type":"string"
                    },
                    "isArRouteCodeFixed":{
                        "description":"This flag is for rail route code on shipment to allow or restrict cost/rail route code updates.",
                        "type":"boolean"
                    },
                    "waybillDate":{
                        "description":"Waybill date represents contractual agreement of the carriage.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "projectedTourName":{
                        "description":"Represents the identifier for the projected tour. If the projected tour is received as input, this is the supplied tour ID.",
                        "type":"string"
                    },
                    "projectedTourSequenceNum":{
                        "description":"Represents the sequence in which the shipment should appear in the projected tour.",
                        "type":"number",
                        "format":"int32"
                    },
                    "externalVoyageCode":{
                        "description":"Specifies the number of the voyage as assigned by the carrier that transports the shipment.",
                        "type":"string"
                    },
                    "plannedCo2Emission":{
                        "description":"CO2 emissions recorded while planning the shipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "actualCo2Emission":{
                        "description":"Actual CO2 emissions for the shipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "plannedCo2EqEmission":{
                        "description":"CO2 equivalent emissions recorded while planning the shipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "actualCo2EqEmission":{
                        "description":"Actual CO2 equivalent emissions for the shipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "marketCost":{
                        "description":"Market cost based on the shipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "loadingHallPenalty":{
                        "description":"The loading hall penalty used while building loading halls for the shipment.",
                        "type":"number",
                        "format":"double"
                    },
                    "workAssignmentGid":{
                        "description":"The ID of the Work Assignment of which the shipment is part of.",
                        "type":"string"
                    },
                    "rateServiceGid":{
                        "description":"Links to the Rate Service record that tells the system how to calculate a shipment???s time based on the rate service type.",
                        "type":"string",
                        "readOnly":true
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "texts":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.texts"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "informationalCosts":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.informationalCosts"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "specialServices":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.specialServices"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "orderReleases":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.orderReleases"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "containerGroups":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.containerGroups"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "accessorials":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.accessorials"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "remarks":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.remarks"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "reqdocs":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.reqdocs"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "sEquipments":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.sEquipments"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "statuses":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.statuses"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "costs":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.costs"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "stops":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.stops"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "involvedParties":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.involvedParties"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "refnums":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.refnums"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "trackingEvents":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.trackingEvents"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "documents":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.documents"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "allocations":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.allocations"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "tenders":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.tenders"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                },
                "required":[
                    "startTime",
                    "endTime"
                ]
            },
            "shipmentNoSSUs.texts":{
                "properties":{
                    "textTemplateGid":{
                        "description":"The foreign key to the text template table, in order to include fixed text with this shipment.",
                        "type":"string"
                    },
                    "documentDefGid":{
                        "description":"A document that should hold text.",
                        "type":"string"
                    },
                    "textOverride":{
                        "description":"Transactional override for the template on the specific document.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "shipmentNoSSUs.informationalCosts":{
                "properties":{
                    "shipmentInfCostSeqno":{
                        "description":"The shipment informational cost sequence number.",
                        "type":"number",
                        "format":"int64"
                    },
                    "cost":{
                        "description":"The cost amount.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "detail":{
                        "description":"Generated text that details the calculation of the cost.",
                        "type":"string"
                    },
                    "infCostType":{
                        "description":"Type of informational cost.  O = Original, D = Display",
                        "type":"string"
                    },
                    "shipmentInfCostQualGid":{
                        "description":"The shipment informational cost qualifier GID for this cost.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "remarks":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.informationalCosts.remarks"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "details":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.informationalCosts.details"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "shipmentNoSSUs.informationalCosts.remarks":{
                "properties":{
                    "remarkSeq":{
                        "description":"The remark sequence number (key).",
                        "type":"number",
                        "format":"int64"
                    },
                    "remarkQualGid":{
                        "description":"The remark qualifier identifier defining the remark code.",
                        "type":"string"
                    },
                    "remarkText":{
                        "description":"The text associated to the remark code.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                },
                "required":[
                    "remarkText"
                ]
            },
            "shipmentNoSSUs.informationalCosts.details":{
                "properties":{
                    "detailSeqno":{
                        "description":"The detail sequence number (key).",
                        "type":"number",
                        "format":"int64"
                    },
                    "costType":{
                        "description":"The cost type for this shipment cost record.",
                        "type":"string"
                    },
                    "cost":{
                        "description":"The cost value. Examples are base and accessorial.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "accessorialCodeGid":{
                        "description":"The accessorial code identifier associated to the cost record if it was calculated from the rate accessorial.",
                        "type":"string"
                    },
                    "accessorialCostGid":{
                        "description":"The accessorial cost identifier associated to the cost record if it was calculated from the rate accessorial.",
                        "type":"string"
                    },
                    "rateGeoCostGroupGid":{
                        "description":"The rate detail cost group identifier that was used in calculating this cost value.",
                        "type":"string"
                    },
                    "rateGeoCostSeq":{
                        "description":"The rate detail cost sequence that was used in calculating this cost value.",
                        "type":"number",
                        "format":"int64"
                    },
                    "specialServiceGid":{
                        "description":"The special service identifier associated to the cost record if it was calculated from a special service.",
                        "type":"string"
                    },
                    "isCostFixed":{
                        "description":"A Y/N indicator defining the cost element as permanent and not to recalculate it based on shipment modifications.",
                        "type":"boolean"
                    },
                    "processAsFlowThru":{
                        "description":"A Y/N indicator defining the cost element as a flow through cost when sent to the financial systems.",
                        "type":"boolean"
                    },
                    "adjustmentReasonGid":{
                        "description":"An adjustment reason code GID  that categorizes the cost element as an adjustment and the type.",
                        "type":"string"
                    },
                    "generalLedgerGid":{
                        "description":"The general ledger GID associated with the cost element and sent to financial systems.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "shipmentNoSSUs.specialServices":{
                "properties":{
                    "shipmentSpecialServiceSeq":{
                        "description":"The sequence to keep shipment special services unique.",
                        "type":"number",
                        "format":"int64"
                    },
                    "specialServiceGid":{
                        "description":"The special service associated with the remark.",
                        "type":"string"
                    },
                    "stopNum":{
                        "description":"If the special service is for a particular stop, this indicates the stop number.",
                        "type":"number",
                        "format":"int32"
                    },
                    "processAsFlowThru":{
                        "description":"The override for record to be copied to the sell side during rating.",
                        "type":"boolean"
                    },
                    "adjustmentReasonGid":{
                        "description":"The reason why charge was added.",
                        "type":"string"
                    },
                    "completionState":{
                        "description":"Indicates completion state of this special service.",
                        "type":"string"
                    },
                    "payableIndicatorGid":{
                        "description":"Indicates the payable status of this special service; if values, overrides the payable status on the special service itself.",
                        "type":"string"
                    },
                    "billableIndicatorGid":{
                        "description":"indicates the billable status of this special service; if values, overrides the billable status on the special service itself.",
                        "type":"string"
                    },
                    "actualOccurTime":{
                        "description":"The actual date and time special service occurred.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "plannedDuration":{
                        "description":"The planned duration of the special service.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "isPlannedDurationFixed":{
                        "description":"If Y, prevents the system from overwriting the planned duration for the special service.",
                        "type":"boolean"
                    },
                    "actualDuration":{
                        "description":"The actual duration of the special service.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "actualDistance":{
                        "description":"The actual distance of the special service.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "actualWeight":{
                        "description":"The actual weight of the goods applicable to this special service.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "actualVolume":{
                        "description":"The actual volume of the goods applicable to this special service.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "actualShipUnitCount":{
                        "description":"The actual ship unit count applicable to this special service.",
                        "type":"number",
                        "format":"int64"
                    },
                    "actualItemPackageCount":{
                        "description":"The actual package count applicable to this special service.",
                        "type":"number",
                        "format":"int64"
                    },
                    "isSystemGenerated":{
                        "description":"Indicates if this special service was created by the system. It allows logic to determine which special services to leave in place when re-syncing the shipment special services.",
                        "type":"boolean"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "remarks":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.specialServices.remarks"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "refs":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.specialServices.refs"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "secondaryCharges":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.specialServices.secondaryCharges"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "shipmentNoSSUs.specialServices.remarks":{
                "properties":{
                    "remarkSequence":{
                        "description":"The one-up number to make the remark unique.",
                        "type":"number",
                        "format":"int64"
                    },
                    "remarkQualGid":{
                        "description":"The remark qualifier, or type.",
                        "type":"string"
                    },
                    "remarkText":{
                        "description":"The remark text itself.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                },
                "required":[
                    "remarkText"
                ]
            },
            "shipmentNoSSUs.specialServices.refs":{
                "properties":{
                    "costReferenceGid":{
                        "description":"The cost reference GID for the shipment special service.",
                        "type":"string"
                    },
                    "shipmentCostQualGid":{
                        "description":"The shipment cost qualifier associated to the cost reference.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "shipmentNoSSUs.specialServices.secondaryCharges":{
                "properties":{
                    "secondaryChargeShipmentGid":{
                        "description":"The secondary charge shipment identifier that contains the cost elements and information for the charges. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "secondaryChargeShipment":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property secondaryChargeShipmentGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/sellShipments"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "shipmentNoSSUs.orderReleases":{
                "properties":{
                    "orderReleaseGid":{
                        "description":"The order release GID on the shipment for the equipment reference units used. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "orderRelease":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property orderReleaseGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/orderReleases"
                            }
                        ],
                        "readOnly":true
                    },
                    "numReferenceUnits":{
                        "description":"The number of reference units used.",
                        "type":"number",
                        "format":"double"
                    },
                    "isFixedNumReferenceUnits":{
                        "description":"A Y/N indicator to specify that these calculated fields should remain permanent after a shipment modification.",
                        "type":"boolean"
                    },
                    "equipmentReferenceUnitGid":{
                        "description":"The equipment reference units GID.",
                        "type":"string"
                    },
                    "description":{
                        "description":"The description of the equipment reference unit values.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "shipmentNoSSUs.containerGroups":{
                "properties":{
                    "containerGroupGid":{
                        "description":"The GID for the container group.",
                        "type":"string"
                    },
                    "containerGroupXid":{
                        "description":"The XID for the container group.",
                        "type":"string"
                    },
                    "unitizationRequestType":{
                        "description":"The unitization request type for this container group that can accept orders with the same unitization request flag and the same stuffing and destuffing location.",
                        "type":"string"
                    },
                    "containerReleaseNumber":{
                        "description":"The container release number is assigned once a sea carrier receives a new booking line item. They return the container release number (CRN) corresponding to the new booking.",
                        "type":"string"
                    },
                    "stuffLocationGid":{
                        "description":"The location where the contents will be loaded (stuffed) into the container. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "stuffLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property stuffLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "destuffLocationGid":{
                        "description":"The location where the contents will be unloaded (destuffed) from the container. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "destuffLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property destuffLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "referenceCode":{
                        "description":"This field is populated with the reference code that was entered on the unitization rule that was used to create this container.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "details":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.containerGroups.details"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "shipmentNoSSUs.containerGroups.details":{
                "properties":{
                    "sEquipmentGid":{
                        "description":"The GID for the equipment instance on a shipment for this container group. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "sEquipment":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property sEquipmentGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/sEquipments"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "shipmentNoSSUs.accessorials":{
                "properties":{
                    "accessorialCodeGid":{
                        "description":"The XID for the shipment.",
                        "type":"string"
                    },
                    "processAsFlowThru":{
                        "description":"The override for record to be copied to the sell side during rating.",
                        "type":"boolean"
                    },
                    "adjustmentReasonGid":{
                        "description":"The reason why the accessorial was added.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "costRefs":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.accessorials.costRefs"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "remarks":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.accessorials.remarks"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "shipmentNoSSUs.accessorials.costRefs":{
                "properties":{
                    "costReferenceGid":{
                        "description":"The cost reference GID.",
                        "type":"string"
                    },
                    "shipmentCostQualGid":{
                        "description":"The shipment cost qualifier GID that defines the type of cost.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "shipmentNoSSUs.accessorials.remarks":{
                "properties":{
                    "remarkSequence":{
                        "description":"The one-up sequence for the remark, to create a unique identifier.",
                        "type":"number",
                        "format":"int64"
                    },
                    "remarkQualGid":{
                        "description":"The remark qualifier, which identifies the type of remark this is.",
                        "type":"string"
                    },
                    "remarkText":{
                        "description":"The remark itself.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                },
                "required":[
                    "remarkText"
                ]
            },
            "shipmentNoSSUs.remarks":{
                "properties":{
                    "remarkSequence":{
                        "description":"The remark sequence (key) associated with the shipment remarks.",
                        "type":"number",
                        "format":"int64"
                    },
                    "remarkQualGid":{
                        "description":"A pointer to the remark type. For example: Service provider assigned equipment number, service provider tender decline reason code, etc.",
                        "type":"string"
                    },
                    "remarkText":{
                        "description":"A user-entered remark on the shipment.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                },
                "required":[
                    "remarkText"
                ]
            },
            "shipmentNoSSUs.reqdocs":{
                "properties":{
                    "documentDefGid":{
                        "description":"The required document type for the shipment.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "numRevisions":{
                        "description":"The number of document revisions generated.",
                        "type":"number",
                        "format":"int32"
                    },
                    "reviewStatus":{
                        "description":"The status of the review of the document.",
                        "type":"string"
                    },
                    "instructions":{
                        "description":"The instruction associated with handling of the document.",
                        "type":"string"
                    },
                    "statuses":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.reqdocs.statuses"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "reviewers":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.reqdocs.reviewers"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "subscribers":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.reqdocs.subscribers"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "texts":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.reqdocs.texts"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "docs":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.reqdocs.docs"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "shipmentNoSSUs.reqdocs.statuses":{
                "properties":{
                    "statusTypeGid":{
                        "description":"The status type.",
                        "type":"string"
                    },
                    "statusValueGid":{
                        "description":"The status value.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "shipmentNoSSUs.reqdocs.reviewers":{
                "properties":{
                    "contactGid":{
                        "description":"The reviewer. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "contact":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property contactGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "asInvolvedPartyQualGid":{
                        "description":"The involved party qualifier for reviewer, if it is acting as a party on the shipment.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "shipmentNoSSUs.reqdocs.subscribers":{
                "properties":{
                    "contactGid":{
                        "description":"The subscriber GID. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "contact":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property contactGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "asInvolvedPartyQualGid":{
                        "description":"The involved party qualifier for subscriber, if it is acting as a party on the shipment.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "shipmentNoSSUs.reqdocs.texts":{
                "properties":{
                    "textTemplateGid":{
                        "description":"The text template ID.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "sShipUnitGid":{
                        "description":"If the text is associated with a ship unit or ship unit line, this holds the ship unit ID.",
                        "type":"string"
                    },
                    "sShipUnitLineNo":{
                        "description":"If the text is associated with a ship unit line, this holds the ship unit line number.",
                        "type":"number",
                        "format":"int64"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "shipmentNoSSUs.reqdocs.docs":{
                "properties":{
                    "documentGid":{
                        "description":"The document GID. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "document":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property documentGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/documents"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "documentRevision":{
                        "description":"The document revision count.",
                        "type":"number",
                        "format":"int32"
                    },
                    "review":{
                        "description":"The document review state.",
                        "type":"string"
                    },
                    "annotations":{
                        "description":"The document revision annotations.",
                        "type":"string"
                    },
                    "documentCmsName":{
                        "description":"The document name used to identify a set of revisions (versions) for a CMS.",
                        "type":"string"
                    },
                    "reviews":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.reqdocs.docs.reviews"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "shipmentNoSSUs.reqdocs.docs.reviews":{
                "properties":{
                    "contactGid":{
                        "description":"The reviewer GID. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "contact":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property contactGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "state":{
                        "description":"The review state.",
                        "type":"string"
                    },
                    "comments":{
                        "description":"Comments added by the reviewer.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "shipmentNoSSUs.sEquipments":{
                "properties":{
                    "sEquipmentGid":{
                        "description":"The GID for the equipment associated with the shipment. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "sEquipment":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property sEquipmentGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/sEquipments"
                            }
                        ],
                        "readOnly":true
                    },
                    "capacityUsageGid":{
                        "description":"The capacity usage GID that was used for the shipment. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "capacityUsage":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property capacityUsageGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/capacityUsages"
                            }
                        ],
                        "readOnly":true
                    },
                    "pickupStopNum":{
                        "description":"The stop number where the equipment is picked up.  It is null if not picked up in this shipment.",
                        "type":"number",
                        "format":"int32"
                    },
                    "dropoffStopNum":{
                        "description":"The stop number where the equipment is dropped off. It is null if not dropped off in this shipment.",
                        "type":"number",
                        "format":"int32"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "sEquipmentIndex":{
                        "description":"The standing order of the equipment on the shipment.",
                        "type":"number",
                        "format":"int32"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "shipmentNoSSUs.statuses":{
                "properties":{
                    "statusTypeGid":{
                        "description":"The status type GID for the status value on the shipment.",
                        "type":"string"
                    },
                    "statusValueGid":{
                        "description":"The status value for the shipment status.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "shipmentNoSSUs.costs":{
                "properties":{
                    "shipmentCostSeqno":{
                        "description":"A system-generated unique sequence number to define the shipment costs. This attribute is marked as Create-Only.",
                        "type":"number",
                        "format":"int64"
                    },
                    "costType":{
                        "description":"C, A, B",
                        "type":"string"
                    },
                    "cost":{
                        "description":"The cost as it relegates to the cost type for the shipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "accessorialCodeGid":{
                        "description":"The accessorial code GID associated with the shipment cost.",
                        "type":"string"
                    },
                    "accessorialCostGid":{
                        "description":"The accessorial cost GID associated with the shipment cost.",
                        "type":"string"
                    },
                    "billableIndicatorGid":{
                        "description":"Indicates the billable status of this shipment cost (sell shipment only).",
                        "type":"string"
                    },
                    "rateGeoCostGroupGid":{
                        "description":"The rate detail cost group GID associated with the shipment cost.",
                        "type":"string"
                    },
                    "rateGeoCostSeq":{
                        "description":"The rate detail cost sequence identifier associated with the shipment cost.",
                        "type":"number",
                        "format":"int64"
                    },
                    "specialServiceGid":{
                        "description":"The special service GID associated with the shipment cost.",
                        "type":"string"
                    },
                    "isCostFixed":{
                        "description":"Indicates shipment cost is a fixed cost.",
                        "type":"boolean"
                    },
                    "processAsFlowThru":{
                        "description":"The override for a record to be copied to the sell side during rating.",
                        "type":"boolean"
                    },
                    "adjustmentReasonGid":{
                        "description":"The reason why this cost was added.",
                        "type":"string"
                    },
                    "generalLedgerGid":{
                        "description":"The GL code for the shipment cost record.",
                        "type":"string"
                    },
                    "paymentMethodCodeGid":{
                        "description":"The payment method code for the shipment cost.",
                        "type":"string"
                    },
                    "exchangeRateDate":{
                        "description":"The date to be used for any currency conversions; if null, the latest conversion is used.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "exchangeRateGid":{
                        "description":"The set of exchange rates to use for currency conversions; if null, the default set is used.",
                        "type":"string"
                    },
                    "sShipUnitGid":{
                        "description":"Points to the ship unit (if any) associated with this shipment cost, as a package.",
                        "type":"string"
                    },
                    "sShipUnitLineNo":{
                        "description":"Points to the ship unit line (if any) associated with this shipment cost, as a package.",
                        "type":"number",
                        "format":"int64"
                    },
                    "isWeighted":{
                        "description":"Whether or not the cost affects the total weighted cost of the shipment only.",
                        "type":"boolean",
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "costCategoryGid":{
                        "description":"The Cost Category Identifier associated with the Shipment Cost",
                        "type":"string",
                        "readOnly":true
                    },
                    "trackingNumber":{
                        "description":"Denotes the tracking number associated with a specific charge/cost.",
                        "type":"string"
                    },
                    "costIdentifier":{
                        "description":"It will be used to identify or describe a cost.",
                        "type":"string"
                    },
                    "attribute1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150) ",
                        "type":"string"
                    },
                    "attribute3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attributeNumber1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeCurrency1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "attributeCurrency2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "attributeCurrency3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "remarks":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.costs.remarks"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "details":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.costs.details"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "refs":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.costs.refs"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                },
                "required":[
                    "cost",
                    "costType"
                ]
            },
            "shipmentNoSSUs.costs.remarks":{
                "properties":{
                    "remarkSequence":{
                        "description":"The one-up number to make this remark unique.",
                        "type":"number",
                        "format":"int64"
                    },
                    "remarkQualGid":{
                        "description":"The remark qualifier, or remark type.",
                        "type":"string"
                    },
                    "remarkText":{
                        "description":"The remark text.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                },
                "required":[
                    "remarkText"
                ]
            },
            "shipmentNoSSUs.costs.details":{
                "properties":{
                    "detailSeqno":{
                        "description":"A one-up number to make the cost detail record unique.",
                        "type":"number",
                        "format":"int64"
                    },
                    "detail":{
                        "description":"The textual description of the cost detail as calculated and applied by the rating engine.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "shipmentNoSSUs.costs.refs":{
                "properties":{
                    "seqno":{
                        "description":"A system-generated unique sequence number.",
                        "type":"number",
                        "format":"int64"
                    },
                    "costReferenceGid":{
                        "description":"The cost reference GID.",
                        "type":"string"
                    },
                    "shipmentCostQualGid":{
                        "description":"A GID for the various cost qualifiers like: item, order base, order release, order release line, etc.",
                        "type":"string"
                    },
                    "isPickup":{
                        "description":"True or false value to specify if the cost is a pickup cost.",
                        "type":"boolean"
                    },
                    "isDropoff":{
                        "description":"True or false value to specify if the cost is a dropoff cost.",
                        "type":"boolean"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "shipmentNoSSUs.stops":{
                "properties":{
                    "stopNum":{
                        "description":"The stop number within the shipment. Stop number = 1 is the pickup stop, and the max (stop number) for a shipment is the delivery stop.",
                        "type":"number",
                        "format":"int32"
                    },
                    "locationGid":{
                        "description":"The location GID for the shipment stop. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "location":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property locationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "locationRoleGid":{
                        "description":"The location role GID for the shipment stop (such as port, cross dock, etc.).",
                        "type":"string"
                    },
                    "plannedArrival":{
                        "description":"The planned date and time of arrival at the stop.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "estimatedArrival":{
                        "description":"The estimated time of arrival at the stop. It represents the up to the minute ETA that takes into account ETA updates. This date is editable by the carrier or load planner and should incorporate any known delays to delivery. It represents to the best of our knowledge, when we expect the shipment to arrive.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "isFixedArrival":{
                        "description":"A Y/N indicator defining the arrival time as fixed and will not be changed on subsequent modification.",
                        "type":"boolean"
                    },
                    "actualArrival":{
                        "description":"A Y/N indicator defining the arrival time as fixed and will not be changed on subsequent modification.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "plannedDeparture":{
                        "description":"The planned departure date and time at the stop.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "estimatedDeparture":{
                        "description":"The estimated time of departure for the stop. It represents the up to the minute ETA that takes into account ETA updates. This date is editable by the carrier or load planner and should incorporate any known delays to departure. It represents to the best of our knowledge, when we expect the shipment to depart from the stop.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "isFixedDeparture":{
                        "description":"A Y/N indicator defining the departure time as fixed and will not be changed on subsequent modification.",
                        "type":"boolean"
                    },
                    "actualDeparture":{
                        "description":"The actual departure date and time at the stop.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "waitTime":{
                        "description":"The time the truck or the transportation mode has to wait at the stop.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "restTime":{
                        "description":"The time the truck or the transportation mode should take for rest at the stop.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "driveTime":{
                        "description":"The drive time to the stop from the last stop.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "distFromPrevStop":{
                        "description":"The distance from the last stop.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "activityTime":{
                        "description":"The time spent at the stop for pickup or delivery.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "isPermanent":{
                        "description":"A Y/N indicator defining the stop as permanent and will not be changed on subsequent modifications.",
                        "type":"boolean"
                    },
                    "isDepot":{
                        "description":"A Y/N indicator used to define if the stop is a depot. This attribute is marked as Create-Only.",
                        "type":"boolean"
                    },
                    "appointmentPickup":{
                        "description":"A Y/N indicator defining if the stop requires a pickup appointment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "appointmentDelivery":{
                        "description":"A Y/N indicator defining if the stop requires a delivery appointment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "accessorialTime":{
                        "description":"The sum of the fixed accessorial time for a particular stop.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "parentLocationGid":{
                        "description":"If an operational location, such as terminal at a port, is chosen for this stop, the location GID will be copied to this field and the location GID field will contain the operational location. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "parentLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property parentLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "locationOverrideGid":{
                        "description":"The location GID defining the location to be used to override the actual location on the stop record.",
                        "type":"string"
                    },
                    "stopRequirementType":{
                        "description":"Used only for trips.",
                        "type":"string"
                    },
                    "rateServiceGid":{
                        "description":"The rate service GID set if the stop times were calculated using the rate service engine.",
                        "type":"string"
                    },
                    "arbitraryType":{
                        "description":"SOURCE or DEST to indicate the type of arbitrary. If null, this stop is not an arbitrary.",
                        "type":"string"
                    },
                    "isFixedDistance":{
                        "description":"When set to Y, indicates the existence of a user-entered value for the distance from previous stop field.",
                        "type":"boolean"
                    },
                    "extSeqNo":{
                        "description":"The external sequence number for the stop.",
                        "type":"number",
                        "format":"int32"
                    },
                    "rushHourTime":{
                        "description":"The amount of time that the drive time defined on the stop in inside the rush hour window.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "voyageGid":{
                        "description":"The voyage GID. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string",
                        "readOnly":true
                    },
                    "voyage":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property voyageGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/voyages"
                            }
                        ],
                        "readOnly":true
                    },
                    "isMotherVessel":{
                        "description":"Designates a leg as mother vessel to automatically populated header.",
                        "type":"boolean"
                    },
                    "flightInstanceId":{
                        "description":"The flight instance GID.",
                        "type":"number",
                        "format":"int64",
                        "readOnly":true
                    },
                    "repetitionScheduleGid":{
                        "description":"The repetition schedule GID if the stop times were calculated from a repetition schedule.",
                        "type":"string",
                        "readOnly":true
                    },
                    "stopType":{
                        "description":"Define the type of this stop.",
                        "type":"string"
                    },
                    "slackVariance":{
                        "description":"The slack variance.",
                        "type":"number",
                        "format":"double",
                        "readOnly":true
                    },
                    "driverNonPayable":{
                        "description":"Allows the user to specify that stop is payable or not.",
                        "type":"boolean"
                    },
                    "repetitionSchedStopNumber":{
                        "description":"The repetition schedule stop GID if the stop times were calculated from a repetition schedule.",
                        "type":"number",
                        "format":"int32",
                        "readOnly":true
                    },
                    "distanceType":{
                        "description":"L - Loaded, B- Bobtail, D - Deadhead",
                        "type":"string",
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "attribute1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attributeNumber1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "appointmentWindowStart":{
                        "description":"The appointment window start.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "appointmentWindowEnd":{
                        "description":"The appointment window end.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "rateDistanceGid":{
                        "description":"The rate distance to be used when finding distance from this stop to next stop. This is done mainly for arbitrary case. ",
                        "type":"string"
                    },
                    "routeCodeGid":{
                        "description":"The route code to be used when finding distance from this stop to next stop This is done mainly for handling arbitrary case. ",
                        "type":"string"
                    },
                    "runningWeight":{
                        "description":"The running total weight from current stop to next stop.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ],
                        "readOnly":true
                    },
                    "runningLength":{
                        "description":"The running total length from current stop to next stop.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ],
                        "readOnly":true
                    },
                    "runningWidth":{
                        "description":"The running total width from current stop to next stop.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ],
                        "readOnly":true
                    },
                    "runningHeight":{
                        "description":"The running total height from current stop to next stop.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ],
                        "readOnly":true
                    },
                    "leftWidthOog":{
                        "description":"The left width-wise out of gauge.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ],
                        "readOnly":true
                    },
                    "rightWidthOog":{
                        "description":"The right width-wise out of gauge.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ],
                        "readOnly":true
                    },
                    "fwdLengthOog":{
                        "description":"The forward length-wise out of gauge.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ],
                        "readOnly":true
                    },
                    "rearLengthOog":{
                        "description":"The rear length-wise out of gauge.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ],
                        "readOnly":true
                    },
                    "attributeNumber11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "predictedArrival":{
                        "description":"Denotes the predicted arrival time at the stop.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ],
                        "readOnly":true
                    },
                    "predictedArrivalLow":{
                        "description":"Denotes the predicted arrival time low value at the stop.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ],
                        "readOnly":true
                    },
                    "predictedArrivalHigh":{
                        "description":"Denotes the predicted arrival time high value at the stop.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ],
                        "readOnly":true
                    },
                    "externalVoyageCode":{
                        "description":"Specifies the number of the voyage as assigned by the carrier that transports the shipments from this stop.",
                        "type":"string"
                    },
                    "appointmentDuration":{
                        "description":"The total appointment duration at the stop.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "nfrStopType":{
                        "description":"Defines how or process that NFR stop got added",
                        "type":"string"
                    },
                    "debriefs":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.stops.debriefs"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "involvedParties":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.stops.involvedParties"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "remarks":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.stops.remarks"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "refnums":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.stops.refnums"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "details":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.stops.details"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                },
                "required":[
                    "stopNum"
                ]
            },
            "shipmentNoSSUs.stops.debriefs":{
                "properties":{
                    "activity":{
                        "description":"Specifies the activity (pickup, drop off) for the stop and the debrief values.",
                        "type":"string"
                    },
                    "sequenceNo":{
                        "description":"The sequence number (key).",
                        "type":"string"
                    },
                    "sShipUnitGid":{
                        "description":"The GID for ship unit for the shipment.",
                        "type":"string"
                    },
                    "sShipUnitLineNo":{
                        "description":"The GID for ship unit line number for the shipment.",
                        "type":"number",
                        "format":"int64"
                    },
                    "itemPackageCount":{
                        "description":"The count of the package item count.",
                        "type":"number",
                        "format":"int64"
                    },
                    "packagingUnitGid":{
                        "description":"The packaging unit GID for the packaging unit count that is contained in the packaged item.",
                        "type":"string"
                    },
                    "packagingUnitCount":{
                        "description":"The packaging unit count for the packing unit contained in the packaged item.",
                        "type":"number",
                        "format":"int64"
                    },
                    "transportHandlingUnitGid":{
                        "description":"The transport handling unit GID associated with the transport handling unit.",
                        "type":"string"
                    },
                    "transportHandlingUnitCount":{
                        "description":"The transport handling count GID for the stop debrief.",
                        "type":"number",
                        "format":"int64"
                    },
                    "itemGid":{
                        "description":"The item GID for the stop debrief. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "item":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property itemGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid"
                            }
                        ],
                        "readOnly":true
                    },
                    "nonConfReasonCodeGid":{
                        "description":"The non conformance reason code GID associated with the stop debrief recording.",
                        "type":"string"
                    },
                    "shipUnitGid":{
                        "description":"The ship unit GID linked to the stop debrief.",
                        "type":"string"
                    },
                    "sEquipmentGid":{
                        "description":"The equipment GID linked to the stop debrief. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "sEquipment":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property sEquipmentGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/sEquipments"
                            }
                        ],
                        "readOnly":true
                    },
                    "matchType":{
                        "description":"The match type code for linking the stop debrief data.",
                        "type":"string"
                    },
                    "orderReleaseLineGid":{
                        "description":"The order release line GID linked to the stop debrief. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "orderReleaseLine":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property orderReleaseLineGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/orderReleaseLines"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                },
                "required":[
                    "activity"
                ]
            },
            "shipmentNoSSUs.stops.involvedParties":{
                "properties":{
                    "involvedPartyQualGid":{
                        "description":"The qualifier ID for the involved party.",
                        "type":"string"
                    },
                    "involvedPartyContactGid":{
                        "description":"The contact ID for the involved party. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "involvedPartyContact":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property involvedPartyContactGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "comMethodGid":{
                        "description":"The communication method for the involved party.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "shipmentNoSSUs.stops.remarks":{
                "properties":{
                    "remarkSequence":{
                        "description":"The sequence (key) for the remark.",
                        "type":"number",
                        "format":"int64"
                    },
                    "remarkQualGid":{
                        "description":"A pointer to the remark type. For example: Service provider assigned equipment number,  service provider tender decline reason code, etc.",
                        "type":"string"
                    },
                    "remarkText":{
                        "description":"User entered remark.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                },
                "required":[
                    "remarkText"
                ]
            },
            "shipmentNoSSUs.stops.refnums":{
                "properties":{
                    "shipmentStopRefnumQualGid":{
                        "description":"The shipment reference qualifier GID defining the reference type.",
                        "type":"string"
                    },
                    "shipmentStopRefnumValue":{
                        "description":"The shipment stop reference value.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                },
                "required":[
                    "shipmentStopRefnumValue"
                ]
            },
            "shipmentNoSSUs.stops.details":{
                "properties":{
                    "sShipUnitGid":{
                        "description":"A GID to define the shipment ship unit.",
                        "type":"string"
                    },
                    "activity":{
                        "description":"The activity performed at the stop. For example: pickup, delivery, etc.",
                        "type":"string"
                    },
                    "activityTime":{
                        "description":"The time spent performing the activity at the shipment stop.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "isPermanent":{
                        "description":"A Y/N indicator to define the stop as permanent. Any subsequent actions and modifications to the shipment will retain this record.",
                        "type":"boolean"
                    },
                    "domainName":{
                        "description":"Date and time of the most recent data update.",
                        "type":"string"
                    },
                    "shipUnitDwellTime":{
                        "description":"The ship unit dwell time at the stop location as entered.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "sShipUnits":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.stops.details.sShipUnits"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "involvedParties":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.stops.details.involvedParties"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                },
                "required":[
                    "activity"
                ]
            },
            "shipmentNoSSUs.stops.details.sShipUnits":{
                "properties":{
                    "sShipUnitGid":{
                        "description":"The GID for the ship unit associated to a shipment.",
                        "type":"string"
                    },
                    "sShipUnitXid":{
                        "description":"The XID for the ship unit associated to a shipment.",
                        "type":"string"
                    },
                    "transportHandlingUnitGid":{
                        "description":"The transport handling unit identifier defined for the ship unit. Examples are a box and a pallet.",
                        "type":"string"
                    },
                    "unitLength":{
                        "description":"The length of each shipment ship unit. If this row represents 20 of the same ship units, the total length is 20 x unit length.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "unitWidth":{
                        "description":"The width of each shipment ship unit. Each row may represent the ship unit count number of same ship units. If this field is null or is 0, the weight of this shipment ship unit is computed as the total of container weight from its ship unit specification and the weight of its shipment ship unit lines.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "unitHeight":{
                        "description":"The height of each shipment ship unit. If this row represents the 20 same ship units, the total height is 20 x unit height.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "unitWeight":{
                        "description":"The weight of the ship unit.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "unitVolume":{
                        "description":"The volume of each shipment ship unit. Each row may represent the ship unit count number of same ship units. If this field is null or is 0, the volume of this shipment ship unit is computed as the total of container volume from its ship unit specification and the volume of its shipment ship unit lines.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "flexCommodityCode":{
                        "description":"The user-defined commodity code for the item. For example HTS, SITC, STCC, NMFC, etc.",
                        "type":"string"
                    },
                    "flexCommodityQualGid":{
                        "description":"A GID to define the type of the commodity code. For example HTS, SITC, STCC, NMFC etc.",
                        "type":"string"
                    },
                    "isSplitable":{
                        "description":"A true or false value to define whether the ship unit can be split when creating the shipments.",
                        "type":"boolean"
                    },
                    "shipUnitCount":{
                        "description":"Ship units that have the same dimension/weight and contents are represented as one row in the SHIP_UNIT table. SHIP_UNIT_COUNT is the number of these ship units.",
                        "type":"number",
                        "format":"int64"
                    },
                    "earlyPickupDate":{
                        "description":"The early pickup date defined for the ship unit",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "receivedWeight":{
                        "description":"The received gross weight of the shipment ship unit. It can be entered as a stop debrief. Used for reporting purposes.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "receivedVolume":{
                        "description":"The received volume of the shipment ship unit. It can be entered as a stop debrief. Used for reporting purposes.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "receivedShipUnitCount":{
                        "description":"The received item package count. It can be entered as a stop debrief.",
                        "type":"number",
                        "format":"double"
                    },
                    "shipUnitGid":{
                        "description":"The GID for the order release ship unit that is associated to this shipment ship unit.",
                        "type":"string"
                    },
                    "unitNetWeight":{
                        "description":"The unit net weight of the goods contained in the shipment ship unit.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "unitNetVolume":{
                        "description":"The unit net volume of the goods contained in the shipment ship unit.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "receivedNetWeight":{
                        "description":"The received net weight of the shipment ship unit. It can be entered as a stop debrief. Used for reporting purposes.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "receivedNetVolume":{
                        "description":"The received net volume of the shipment ship unit. It can be entered as a stop debrief. Used for reporting purposes.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "coreDiameter":{
                        "description":"For cylindrical objects, this defines the diameter of the core.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "unitDiameter":{
                        "description":"For cylindrical objects, this defines the diameter of the ship unit.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "tag1":{
                        "description":"A flexible field to contain informational data that has been copied from the order to the shipment.",
                        "type":"string"
                    },
                    "tag2":{
                        "description":"A flexible field to contain informational data that has been copied from the order to the shipment.",
                        "type":"string"
                    },
                    "tag3":{
                        "description":"A flexible field to contain informational data that has been copied from the order to the shipment.",
                        "type":"string"
                    },
                    "tag4":{
                        "description":"A flexible field to contain informational data that has been copied from the order to the shipment.",
                        "type":"string"
                    },
                    "tShipUnitGid":{
                        "description":"A GID for the order release ship unit.",
                        "type":"string"
                    },
                    "isCountSplittable":{
                        "description":"Indicates whether the ship unit can be split on the count boundaries when planning during container optimization.",
                        "type":"boolean"
                    },
                    "totalGrossWeight":{
                        "description":"The total gross weight of the shipment ship unit (transport handling unit + lines).",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "totalGrossVolume":{
                        "description":"The total gross volume of the shipment ship unit (transport handling unit + lines).",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "rangeStart":{
                        "description":"The range start value associated with the ship unit to handle the case where the ship unit count is >1 signifying that there are multiple instances of this record.",
                        "type":"number",
                        "format":"int32"
                    },
                    "rangeEnd":{
                        "description":"The range end value associated with the ship unit to handle the case where the ship unit count is >1 signifying that there are multiple instances of this record.",
                        "type":"number",
                        "format":"int32"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "releaseMethodGid":{
                        "description":"The release method (order configuration identifier) associated with defining this ship unit. It specifies such attributes as if the ship unit weight is calculated from the ship unit line weight.",
                        "type":"string"
                    },
                    "isAllowRepack":{
                        "description":"If this flag is set to false, when planning order movement that contains this ship unit or combine shipments that contains this shipment ship unit, the shipment ship unit building process will not repack this ship unit. ",
                        "type":"boolean"
                    },
                    "totalLoadingSplitWeight":{
                        "description":"Defines the total loading split weight if the ship unit can be split to load into the equipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "totalLoadingSplitVolume":{
                        "description":"Defines the total loading split volume if the ship unit can be split to load into the equipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "priority":{
                        "description":"Defines the priority associated with ship unit.",
                        "type":"number",
                        "format":"int32"
                    },
                    "isFixedEruCount":{
                        "description":"Indicates whether the ERU defined on shipment ship unit is used or the ERU is derived from the order. A null value means N.",
                        "type":"boolean"
                    },
                    "refnums":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.stops.details.sShipUnits.refnums"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "accessorials":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.stops.details.sShipUnits.accessorials"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "seals":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.stops.details.sShipUnits.seals"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "sEquipments":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.stops.details.sShipUnits.sEquipments"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "lines":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.stops.details.sShipUnits.lines"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "specialServices":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.stops.details.sShipUnits.specialServices"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "remarks":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.stops.details.sShipUnits.remarks"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "pieces":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.stops.details.sShipUnits.pieces"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "shipmentNoSSUs.stops.details.sShipUnits.refnums":{
                "properties":{
                    "sShipUnitRefnumQualGid":{
                        "description":"The reference number qualifier identifier defining the reference code.",
                        "type":"string"
                    },
                    "refnumValue":{
                        "description":"The text associated to the remark code.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "shipmentNoSSUs.stops.details.sShipUnits.accessorials":{
                "properties":{
                    "accessorialCodeGid":{
                        "description":"The accessorial code GID.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "shipmentNoSSUs.stops.details.sShipUnits.seals":{
                "properties":{
                    "equipmentSeal":{
                        "description":"The equipment seal number for the shipment ship unit.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "shipmentNoSSUs.stops.details.sShipUnits.sEquipments":{
                "properties":{
                    "sEquipmentGid":{
                        "description":"The GID for the shipment equipment. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "sEquipment":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property sEquipmentGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/sEquipments"
                            }
                        ],
                        "readOnly":true
                    },
                    "compartmentNum":{
                        "description":"The number associated with the compartment in a multi-compartment equipment. (View Only)",
                        "type":"number",
                        "format":"int32"
                    },
                    "loadingSequence":{
                        "description":"The sequence that the shipment ship unit is loaded into the equipment. (View Only) ",
                        "type":"number",
                        "format":"int32"
                    },
                    "loadingPatternGid":{
                        "description":"The loading pattern used to place ship unit into equipment if load configuration algorithm used is pattern based. (View Only) ",
                        "type":"string"
                    },
                    "numStackingLayers":{
                        "description":"The number associated with the layer stacked for ship unit. (View Only)",
                        "type":"number",
                        "format":"int32"
                    },
                    "numLoadingRows":{
                        "description":"The number associated with the row the ship unit is placed in. (View Only)",
                        "type":"number",
                        "format":"int32"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "shipmentNoSSUs.stops.details.sShipUnits.lines":{
                "properties":{
                    "sShipUnitLineNo":{
                        "description":"The unique sequence within the ship unit to define the individual line items.",
                        "type":"number",
                        "format":"int64"
                    },
                    "weight":{
                        "description":"The weight of the item.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "volume":{
                        "description":"The volume of the item.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "trackingTag1":{
                        "description":"Additional information about the item. This could be any tracking numbers, SKU codes, SPLC codes etc.",
                        "type":"string"
                    },
                    "trackingTag2":{
                        "description":"Additional information about the item. This could be any tracking numbers, SKU codes, SPLC codes etc.",
                        "type":"string"
                    },
                    "trackingTag3":{
                        "description":"Additional information about the item. This could be any tracking numbers, SKU codes, SPLC codes etc.",
                        "type":"string"
                    },
                    "trackingTag4":{
                        "description":"Additional information about the item. This could be any tracking numbers, SKU codes, SPLC codes etc.",
                        "type":"string"
                    },
                    "orLineGid":{
                        "description":"A unique identifier to define the multiple order release lines per order release. The GID has the domain portion. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "orLine":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property orLineGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/orderReleaseLines"
                            }
                        ],
                        "readOnly":true
                    },
                    "orderReleaseGid":{
                        "description":"A unique identifier created by the system for the order release. The GID contains the domain portion. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "orderRelease":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property orderReleaseGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/orderReleases"
                            }
                        ],
                        "readOnly":true
                    },
                    "orderBaseGid":{
                        "description":"The GID for the order base that is related to the shipment line. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string",
                        "readOnly":true
                    },
                    "orderBase":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property orderBaseGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/orderBases"
                            }
                        ],
                        "readOnly":true
                    },
                    "packagingUnitGid":{
                        "description":"The GID for the packaging unit that is related to the shipment line.",
                        "type":"string"
                    },
                    "packagingUnitCount":{
                        "description":"The packaging unit count for the packaged unit that is being shipped.",
                        "type":"number",
                        "format":"int64"
                    },
                    "itemPackageCount":{
                        "description":"The number of packages in this shipment ship unit line for one ship unit. Its shipment ship unit may represent more than one same ship units. E.g., for 20 ship units that contains 4 cases of 24 cans of cocoa, each shipment ship unit line row will have an item GID: cocoa, item count 4x24, item package specification: case-of-24-cans, item package count: 4. The ship unit count will be 20.",
                        "type":"number",
                        "format":"int64"
                    },
                    "declaredValue":{
                        "description":"The declared value of the packaged item quantity being shipped.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "packagedItemGid":{
                        "description":"The GID for the packaged item. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "packagedItem":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property packagedItemGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/packagedItems"
                            }
                        ],
                        "readOnly":true
                    },
                    "hazmatItemGid":{
                        "description":"The GID for the hazmat item.",
                        "type":"string"
                    },
                    "receivedWeight":{
                        "description":"The received weight of the shipment line. It can be entered as a stop debrief. Used for reporting purposes.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "receivedVolume":{
                        "description":"The received volume of the shipment line. It can be entered as a stop debrief. Used for reporting purposes.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "receivedItemPackageCount":{
                        "description":"The received item package count. It can be entered as a stop debrief.",
                        "type":"number",
                        "format":"double"
                    },
                    "shipUnitGid":{
                        "description":"The GID for the ship unit that contains this shipping line.",
                        "type":"string"
                    },
                    "shipUnitLineNo":{
                        "description":"The ship unit line number defined for this shipping line.",
                        "type":"number",
                        "format":"int32"
                    },
                    "weightPer":{
                        "description":"The weight per shipping line count to handle shipping a multiple count.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "volumePer":{
                        "description":"The weight per shipping line count to handle shipping a multiple count.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "countPerShipUnit":{
                        "description":"The count per ship unit.",
                        "type":"number",
                        "format":"int64"
                    },
                    "receivedPackagingUnitCount":{
                        "description":"The received packaging unit count of the shipment line. It can be entered as stop debrief. Used for reporting purposes.",
                        "type":"number",
                        "format":"int64"
                    },
                    "receivedCountPerShipUnit":{
                        "description":"The received count per ship unit. It can be entered as stop debrief. Used for reporting purposes.",
                        "type":"number",
                        "format":"int64"
                    },
                    "tOrderReleaseGid":{
                        "description":"Used as a non-foreign key reference to the order release.",
                        "type":"string"
                    },
                    "tOrLineGid":{
                        "description":"Used as a non-foreign key reference to the order release line.",
                        "type":"string"
                    },
                    "tShipUnitGid":{
                        "description":"Used as a non-foreign key reference to the order release ship unit line.",
                        "type":"string"
                    },
                    "tShipUnitLineNo":{
                        "description":"Used as a non-foreign key reference to the order release ship unit line.",
                        "type":"number",
                        "format":"int32"
                    },
                    "userDefinedCommodityGid":{
                        "description":"The user defined commodity identifier associated with the item that is being shipped.",
                        "type":"string",
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "userDefined1IconGid":{
                        "description":"Stores a user-defined icon that will appear within the user interface to help visually identify attributes for the ship unit line.",
                        "type":"string"
                    },
                    "userDefined2IconGid":{
                        "description":"Stores a user-defined icon that will appear within the user interface to help visually identify attributes for the ship unit line.",
                        "type":"string"
                    },
                    "userDefined3IconGid":{
                        "description":"Stores a user-defined icon that will appear within the user interface to help visually identify attributes for the ship unit line.",
                        "type":"string"
                    },
                    "marinePollutantIndicator":{
                        "description":"A Y/N indicator if the shipment line item is a marine pollutant.",
                        "type":"boolean"
                    },
                    "hotIndicator":{
                        "description":"A Y/N indicator if the shipment line item is hot.",
                        "type":"boolean"
                    },
                    "loadConfigSetupGid":{
                        "description":"A load configuration set up identifier to be used by the load configuration engine as the input rules during ship unit building during repack.",
                        "type":"string"
                    },
                    "remarks":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.stops.details.sShipUnits.lines.remarks"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "refnums":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.stops.details.sShipUnits.lines.refnums"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "shipmentNoSSUs.stops.details.sShipUnits.lines.remarks":{
                "properties":{
                    "remarkSequence":{
                        "description":"The sequence identifier for the remark associated with the shipment.",
                        "type":"number",
                        "format":"int64"
                    },
                    "remarkQualGid":{
                        "description":"The remark qualifier identifier defining the remark code.",
                        "type":"string"
                    },
                    "remarkText":{
                        "description":"The text associated to the remark code.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "shipmentNoSSUs.stops.details.sShipUnits.lines.refnums":{
                "properties":{
                    "sSulRefnumQualGid":{
                        "description":"The reference number qualifier identifier defining the reference code.",
                        "type":"string"
                    },
                    "refnumValue":{
                        "description":"The text associated to the remark code.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "shipmentNoSSUs.stops.details.sShipUnits.specialServices":{
                "properties":{
                    "specialServiceGid":{
                        "description":"The special service identifier defining the service to be performed.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "shipmentNoSSUs.stops.details.sShipUnits.remarks":{
                "properties":{
                    "remarkSequence":{
                        "description":"The sequence identifier for the remark associated with the shipment.",
                        "type":"number",
                        "format":"int64"
                    },
                    "remarkQualGid":{
                        "description":"The remark qualifier identifier defining the remark code.",
                        "type":"string"
                    },
                    "remarkText":{
                        "description":"The text associated to the remark code.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "shipmentNoSSUs.stops.details.sShipUnits.pieces":{
                "properties":{
                    "pieceNumber":{
                        "description":"A unique number given to a piece of SSU for the same S_SHIP_UNIT_GID with multiple counts.",
                        "type":"number",
                        "format":"int32"
                    },
                    "loadingSequence":{
                        "description":"The loading sequence of the SSU singleton.",
                        "type":"number",
                        "format":"int32"
                    },
                    "stackingLayer":{
                        "description":"Stacking layers of the unit. If multiple units are underneath, this is the maximum number of layers underneath added by 1.",
                        "type":"number",
                        "format":"int32"
                    },
                    "orientationGid":{
                        "description":"Orientation of the ship unit piece.",
                        "type":"string"
                    },
                    "xCoordinate":{
                        "description":"The x-coordinate of the unit using container's front lower left corner as the origin.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "yCoordinate":{
                        "description":"The y-coordinate of the unit using container's front lower left corner as the origin.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "zCoordinate":{
                        "description":"The z-coordinate of the unit using container's front lower left corner as the origin.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "totalTopWeight":{
                        "description":"This is the summation of all weights on the top distributed according to the area touching the pieces",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "isSplit":{
                        "description":"To indicate if this is a loading split from the original SSU.",
                        "type":"boolean"
                    },
                    "length":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "width":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "height":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "weight":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "volume":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "loadConfig3dPatternGid":{
                        "description":"Corresponding user defined 3d pattern. If the piece is placed using user defined 3d pattern, this indicates the pattern used.",
                        "type":"string"
                    },
                    "patternInstanceCount":{
                        "description":"Instance of the user pattern used",
                        "type":"number",
                        "format":"int32"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "shipmentNoSSUs.stops.details.involvedParties":{
                "properties":{
                    "involvedPartyQualGid":{
                        "description":"The qualifier ID for the involved party.",
                        "type":"string"
                    },
                    "involvedPartyContactGid":{
                        "description":"The contact ID for the involved party. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "involvedPartyContact":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property involvedPartyContactGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "comMethodGid":{
                        "description":"The communication method ID for the involved party.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "shipmentNoSSUs.involvedParties":{
                "properties":{
                    "involvedPartyQualGid":{
                        "description":"The involved party qualifier identifier.",
                        "type":"string"
                    },
                    "involvedPartyContactGid":{
                        "description":"The involved party contact for the qualifier listed on the shipment. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "involvedPartyContact":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property involvedPartyContactGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "comMethodGid":{
                        "description":"The communication ,method for the involved party listed on the shipment.",
                        "type":"string"
                    },
                    "overrideLocationName":{
                        "description":"The location name that is to be used for this involved party on a shipment in place of (overridden) the one on the location table.",
                        "type":"string"
                    },
                    "overrideCity":{
                        "description":"The location city that is to be used for this involved party on a shipment in place of (overridden) the one on the location table.",
                        "type":"string"
                    },
                    "overrideProvince":{
                        "description":"The location providence  that is to be used for this involved party on a shipment in place of (overridden) the one on the location table",
                        "type":"string"
                    },
                    "overrideProvinceCode":{
                        "description":"The location providence code that is to be used for this involved party on a shipment in place of (overridden) the one on the location table",
                        "type":"string"
                    },
                    "overrideCountryCode3Gid":{
                        "description":"The location country code that is to be used for this involved party on a shipment in place of (overridden) the one on the location table",
                        "type":"string"
                    },
                    "overridePostalCode":{
                        "description":"The location postal code that is to be used for this involved party on a shipment in place of (overridden) the one on the location table",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "overrideAddresses":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.involvedParties.overrideAddresses"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "shipmentNoSSUs.involvedParties.overrideAddresses":{
                "properties":{
                    "lineSequence":{
                        "description":"The line sequence (key) for the involved party on the shipment.",
                        "type":"number",
                        "format":"int64"
                    },
                    "overrideAddressLine":{
                        "description":"The address line that is to be used for this involved party on a shipment in place (Overridden) of the one on the contact table for the involved party.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "shipmentNoSSUs.refnums":{
                "properties":{
                    "shipmentRefnumQualGid":{
                        "description":"The reference qualifier GID defining the reference  code.",
                        "type":"string"
                    },
                    "shipmentRefnumValue":{
                        "description":"The value associated to the reference code.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                },
                "required":[
                    "shipmentRefnumValue"
                ]
            },
            "shipmentNoSSUs.trackingEvents":{
                "properties":{
                    "iTransactionNo":{
                        "description":"The transaction identifier for the shipment data of the tracking event.",
                        "type":"number",
                        "format":"int64"
                    },
                    "servprovGid":{
                        "description":"The service provider associated with generating the tracking event. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "servprov":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property servprovGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/serviceProviders"
                            }
                        ],
                        "readOnly":true
                    },
                    "reportingGluser":{
                        "description":"The reporting application user if the tracking event was entered via the system's tracking event UI.",
                        "type":"string"
                    },
                    "reportingMethod":{
                        "description":"The reporting method that links into the communication methods defined for OTM.",
                        "type":"string"
                    },
                    "shipmentStopNum":{
                        "description":"The shipment stop number for a stop based event.",
                        "type":"number",
                        "format":"int32"
                    },
                    "eventLocationGid":{
                        "description":"The location identifier of an location based event. This will be null for non-location based events. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "eventLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property eventLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "isHidden":{
                        "description":"A Y/N indicator to display the status history.",
                        "type":"boolean"
                    },
                    "partitionKey":{
                        "description":"The monthly range partition to manage purging status messages.",
                        "type":"number",
                        "format":"double"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "shipmentNoSSUs.documents":{
                "properties":{
                    "documentGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentDefGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentUrl":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentMimeType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentFilename":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "ownerDataQueryTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "reportGid":{
                        "description":"The report associated with the document attachment, if content was generated by the report subsystem.",
                        "type":"string"
                    },
                    "generatedAt":{
                        "description":"If preparation, date/time content was last generated",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "uploadedAt":{
                        "description":"If attachment, date/time content was last updated",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "documentTrackingNum":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentCmsId":{
                        "description":"A GUID to associate the document with content stored on its remote CMS. Valid when document_type=CMS.",
                        "type":"string"
                    },
                    "contentManagementSystemGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "usedAs":{
                        "description":"Represents the classification of a document.(C/I/L/T)",
                        "type":"string"
                    },
                    "relatedDocumentGid":{
                        "description":"Represents the related document for consolidated/linked documents. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "relatedDocument":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property relatedDocumentGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/documents"
                            }
                        ],
                        "readOnly":true
                    },
                    "effectiveDate":{
                        "description":"represents effective date for a document",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "expirationDate":{
                        "description":"Represents expiration date for a document.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "userDefined1IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined2IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined3IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined4IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined5IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "shipmentNoSSUs.allocations":{
                "properties":{
                    "allocSeqNo":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "allocTypeQualGid":{
                        "description":"GC3 Global identifier for the entity. Is created by concatenating Domain Name,\".\" and XID.",
                        "type":"string"
                    },
                    "invoiceGid":{
                        "description":"GC3 Global identifier for the entity. Is created by concatenating Domain Name,\".\" and XID. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "invoice":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property invoiceGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/bills"
                            }
                        ],
                        "readOnly":true
                    },
                    "timestamp":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "allocatedCost":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "parentInvoiceGid":{
                        "description":"If populated, the INVOICE_GID indicates that this alllocation is for a child invoice.  This column indicates the parent invoice of the entire consolidation that was allocated. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "parentInvoice":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property parentInvoiceGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/bills"
                            }
                        ],
                        "readOnly":true
                    },
                    "voucherGid":{
                        "description":"GC3 Global identifier for the entity. Is created by concatenating Domain Name,\".\" and XID. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "voucher":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property voucherGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/vouchers"
                            }
                        ],
                        "readOnly":true
                    },
                    "exchangeRateDate":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "exchangeRateGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "shipGroupGid":{
                        "description":"Represents Shipment Group ID. This is populated when allocating a shipment group or a voucher corresponding to an invoice created for a shipment<br>group. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "shipGroup":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property shipGroupGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/shipmentGroups"
                            }
                        ],
                        "readOnly":true
                    },
                    "orderAllocations":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.allocations.orderAllocations"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "orderLineAllocations":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.allocations.orderLineAllocations"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "orderBaseLineAllocations":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipmentNoSSUs.allocations.orderBaseLineAllocations"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                },
                "required":[
                    "timestamp"
                ]
            },
            "shipmentNoSSUs.allocations.orderAllocations":{
                "properties":{
                    "allocCostSeqno":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "orderReleaseGid":{
                        "description":"No description. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "orderRelease":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property orderReleaseGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/orderReleases"
                            }
                        ],
                        "readOnly":true
                    },
                    "costDescription":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "accessorialCodeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "cost":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "generalLedgerGid":{
                        "description":"GL code for the allocation order release record.",
                        "type":"string"
                    },
                    "exchangeRateDate":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "exchangeRateGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "costTypeGid":{
                        "description":"cost type for this allocation record",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "shipmentCostSeqno":{
                        "description":"Shipment cost seq no would be stored if we perform allocation based on shipment",
                        "type":"number",
                        "format":"int64"
                    },
                    "lineitemSeqNo":{
                        "description":"Voucher/Bill line item seq no would be stored if we perform allocation based on voucher or bill",
                        "type":"number",
                        "format":"int32"
                    },
                    "invoiceGid":{
                        "description":"Invoice/Bill Gid would be stored in this field if allocation is done based on Invoice or Bill",
                        "type":"string"
                    },
                    "shipmentGid":{
                        "description":"Shipment  Gid would be stored in this field if allocation is done based on  shipment ",
                        "type":"string"
                    },
                    "voucherGid":{
                        "description":"Voucher  Gid would be stored in this field if allocation is done based on voucher",
                        "type":"string"
                    },
                    "attribute1":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute2":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute3":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute4":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute5":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute6":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute7":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute8":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute9":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute10":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute11":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute12":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute13":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute14":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute15":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute16":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute17":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute18":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute19":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute20":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attributeNumber1":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber2":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber3":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber4":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber5":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber6":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber7":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber8":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber9":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber10":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber11":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber12":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber13":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber14":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber15":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber16":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber17":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber18":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber19":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber20":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate1":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate2":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate3":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate4":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate5":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate6":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate7":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate8":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate9":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate10":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate11":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate12":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate13":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate14":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate15":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate16":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate17":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate18":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate19":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate20":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeCurrency1":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is Currency.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "attributeCurrency2":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is Currency.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "attributeCurrency3":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is Currency.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "vatCodeGid":{
                        "description":"The GID for the VAT tax that is being allocated from voucher.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                },
                "required":[
                    "cost"
                ]
            },
            "shipmentNoSSUs.allocations.orderLineAllocations":{
                "properties":{
                    "allocCostSeqno":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "orderReleaseLineGid":{
                        "description":"No description. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "orderReleaseLine":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property orderReleaseLineGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/orderReleaseLines"
                            }
                        ],
                        "readOnly":true
                    },
                    "costDescription":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "accessorialCodeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "cost":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "generalLedgerGid":{
                        "description":"GL code for the allocation order release line record.",
                        "type":"string"
                    },
                    "invoiceGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "lineitemSeqNo":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "exchangeRateDate":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "exchangeRateGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "costTypeGid":{
                        "description":"cost type for this allocation record",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "shipmentCostSeqno":{
                        "description":"Shipment cost seq no would be stored if we perform allocation based on shipment",
                        "type":"number",
                        "format":"int64"
                    },
                    "shipmentGid":{
                        "description":"Shipment  Gid would be stored in this field if allocation is done based Shipment.",
                        "type":"string"
                    },
                    "voucherGid":{
                        "description":"Voucher  Gid would be stored in this field if allocation is done based on voucher or invoice",
                        "type":"string"
                    },
                    "attribute1":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute2":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute3":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute4":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute5":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute6":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute7":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute8":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute9":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute10":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute11":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute12":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute13":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute14":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute15":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute16":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute17":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute18":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute19":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute20":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attributeNumber1":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber2":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber3":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber4":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber5":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber6":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber7":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber8":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber9":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber10":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber11":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber12":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber13":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber14":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber15":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber16":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber17":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber18":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber19":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber20":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate1":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate2":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate3":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate4":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate5":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate6":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate7":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate8":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate9":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate10":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate11":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate12":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate13":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate14":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate15":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate16":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate17":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate18":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate19":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate20":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeCurrency1":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is Currency.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "attributeCurrency2":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is Currency.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "attributeCurrency3":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is Currency.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "vatCodeGid":{
                        "description":"The GID for the VAT tax that is being allocated from voucher.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "shipmentNoSSUs.allocations.orderBaseLineAllocations":{
                "properties":{
                    "allocCostSeqno":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "obLineGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "costDescription":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "accessorialCodeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "cost":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "invoiceGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "lineitemSeqNo":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "exchangeRateDate":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "exchangeRateGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "costTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "shipmentCostSeqno":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "shipmentGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "voucherGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "generalLedgerGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute1":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute2":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute3":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute4":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute5":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute6":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute7":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute8":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute9":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute10":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute11":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute12":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute13":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute14":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute15":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute16":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute17":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute18":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute19":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute20":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attributeNumber1":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber2":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber3":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber4":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber5":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber6":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber7":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber8":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber9":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber10":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber11":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber12":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber13":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber14":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber15":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber16":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber17":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber18":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber19":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber20":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate1":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate2":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate3":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate4":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate5":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate6":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate7":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate8":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate9":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate10":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate11":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate12":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate13":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate14":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate15":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate16":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate17":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate18":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate19":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate20":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeCurrency1":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is Currency.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "attributeCurrency2":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is Currency.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "attributeCurrency3":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is Currency.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "vatCodeGid":{
                        "description":"The GID for the VAT tax that is being allocated from voucher.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "shipmentNoSSUs.tenders":{
                "properties":{
                    "iTransactionNo":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "tenderType":{
                        "description":"Defines the type of tender. Values are 'Ordinary', 'Broadcast Tender', and 'Spot Bid'",
                        "type":"string"
                    },
                    "shipmentTime":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "expectedResponse":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "originLocation":{
                        "description":"A unique identifier to define the locations withing GC3. The gid contains the domain portion. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "originLocationRefObject":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property originLocation, which will be expanded if expandRefs query parameter is set to true (expandRefs=true) <br> This reference object will be displayed only when the optional feature: APPEND REFOBJECT FOR REF ATTR NOT ENDING WITH GID is enabled.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "destinationLocation":{
                        "description":"A unique identifier to define the locations withing GC3. The gid contains the domain portion. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "destinationLocationRefObject":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property destinationLocation, which will be expanded if expandRefs query parameter is set to true (expandRefs=true) <br> This reference object will be displayed only when the optional feature: APPEND REFOBJECT FOR REF ATTR NOT ENDING WITH GID is enabled.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "deliveryTime":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "originalPickupTime":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "isTenderCount":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "rateGeoGid":{
                        "description":"References the rate record that that is associated with the tender.",
                        "type":"string"
                    },
                    "plannedCost":{
                        "description":"Copied planning cost from shipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "processControlRequestId":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "isStepTender":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "stepResponseTime":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "stepResponseTimeUomCode":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "stepResponseTimeBase":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "stepTenderPcrId":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "expectedRespUpdated":{
                        "description":"Determines whether the expected response for the tender is updated.",
                        "type":"boolean"
                    },
                    "marketCost":{
                        "description":"Market cost based on the shipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                },
                "required":[
                    "deliveryTime",
                    "shipmentTime"
                ]
            },
            "servicePreferenceParameters":{
                "properties":{
                    "gtmServicePrefParamGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmServicePrefParamXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmServiceGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmServiceParameterType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "details":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/servicePreferenceParameters.details"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "servicePreferenceParameters.details":{
                "properties":{
                    "parameterName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "parameterValue":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "preferenceCriterias":{
                "properties":{
                    "qfPreferenceCriteriaGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "qfPreferenceCriteriaXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "qfPreferenceCriteriaName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "externalReferenceCode":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmTradeAgreementGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "priority":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "countryCodes":{
                "properties":{
                    "countryCode3Gid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "countryCode3Xid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "countryCode2":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "countryName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "countryNumber":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "countryZoneGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "countryCodeFips":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "geoPostalCodeLength":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "isEuMemberCountry":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "validatePostalCode":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "carRegistrationCode":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isInspectionRequired":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "isCollectAllowed":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "bolType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "bolIssuanceType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isMemoBlAllowed":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "iataRegion":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "orderBaseLineReferenceNumberQualifiers":{
                "properties":{
                    "obLineRefnumQualGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "obLineRefnumQualXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "obLineRefnumQualDesc":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isVisibleIfMasterCarr":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "defaultRefnumBnTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateFlag":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "declarationReferenceNumberQualifiers":{
                "properties":{
                    "gtmTransRefnumQualGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmTransRefnumQualXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateFlag":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "defaultRefnumBnTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "consolidationProfiles":{
                "properties":{
                    "consolidationProfileGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "consolidationProfileXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "timeWindowGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "summaryStylesheetProfileGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "batchSize":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "payableIndicators":{
                "properties":{
                    "payableIndicatorGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "payableIndicatorXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "rateRecords":{
                "properties":{
                    "rateGeoGid":{
                        "description":"The GID for the rate geo.",
                        "type":"string"
                    },
                    "rateGeoXid":{
                        "description":"The XID for the rate geo.",
                        "type":"string"
                    },
                    "rateOfferingGid":{
                        "description":"Indicates the rate offering to which this rate reo record is linked.",
                        "type":"string"
                    },
                    "xLaneGid":{
                        "description":"Indicates the lane definition (the from and to geo hierarchies) that this rate geo record will cover.",
                        "type":"string"
                    },
                    "equipmentGroupProfileGid":{
                        "description":"Links the rate geo record to an equipment group profile that, if provided, will constrain the rate to only use equipment groups identified as compatible based on the defined equipment group profile.",
                        "type":"string"
                    },
                    "rateServiceGid":{
                        "description":"Links to the rate service record which, based on the related rate service type, determines how to calculate the timing for a shipment.",
                        "type":"string"
                    },
                    "minCost":{
                        "description":"The minimum charge for a shipment. The minimum charge is absolute minimum charge that applies, so the calculated cost of a shipment will be compared to the minimum charge and the cost will always be greater than or equal to the minimum charge.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "totalStopsConstraint":{
                        "description":"Constraint value for the total number of stops (pickup and delivery) that this rate can be used for.",
                        "type":"number",
                        "format":"int32"
                    },
                    "pickupStopsConstraint":{
                        "description":"Constraint value for the number of pickup stops that this rate can be used for.",
                        "type":"number",
                        "format":"int32"
                    },
                    "deliveryStopsConstraint":{
                        "description":"Constraint value for the number of delivery stops that this rate can be used for.",
                        "type":"number",
                        "format":"int32"
                    },
                    "circuityAllowancePercent":{
                        "description":"The allowed amount of out of route distance (as a percent of the direct source to final destination distance) that is free before circuitous distance cost are charged. <br>Circuity Allowance Percent = (t/d-1)*100 where:<br>t is the allowed total distance traveled between the first and last stop of the shipment.<br>d is the shortest distance between the first and last stop of the shipment.<br>If the allowed total distance is 1500 miles and the distance between the first and last stop is 1300 miles, Circuity Allowance Percent = (1500/1300-1)*100 = (1.15-1)*100 = 15%. The lower the percentage, the more in line the route must be.",
                        "type":"number",
                        "format":"double"
                    },
                    "circuityDistanceCost":{
                        "description":"The per distance unit charge for each unit over the included/free amount.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "maxCircuityPercent":{
                        "description":"The rate constraint that defines the maximum circuity percent for the rate. If this value is exceeded, the rate cannot be applied to the shipment. To use this field, you must have a value in the Circuity Distance Cost field. If there is no additional cost applicable, then enter a cost of 0.00.",
                        "type":"number",
                        "format":"double"
                    },
                    "maxCircuityDistance":{
                        "description":"The rate constraint that defines the maximum circuity distance for the rate. If this value is exceeded, the rate cannot be applied to the shipment. To use this field, you must have a value in the Circuity Distance Cost field. If there is no additional cost applicable, then enter a cost of 0.00.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "stopsIncludedRate":{
                        "description":"The Stops Included Rate field indicates the number of free stops included in the rate before stop-off charges apply. The source and destination locations count as stops so, typically, the minimum number of stops included in the rate is 2. Additional charges apply for all stops not included in the rate.",
                        "type":"number",
                        "format":"int32"
                    },
                    "flexCommodityProfileGid":{
                        "description":"The GID for the flex commodity profile.",
                        "type":"string"
                    },
                    "rateQualityGid":{
                        "description":"The GID for rate quality.",
                        "type":"string"
                    },
                    "minStops":{
                        "description":"Value for the minimum number of stops required for this rate to apply.",
                        "type":"number",
                        "format":"int32"
                    },
                    "rateZoneProfileGid":{
                        "description":"The GID for the rate zone profile.",
                        "type":"string"
                    },
                    "locationGid":{
                        "description":"The GID for the location. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "location":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property locationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "routeCodeGid":{
                        "description":"The GID for the route code.",
                        "type":"string"
                    },
                    "dimRateFactorGid":{
                        "description":"The GID for the dim rate factor.",
                        "type":"string"
                    },
                    "effectiveDate":{
                        "description":"Date the rate is effective from.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "expirationDate":{
                        "description":"Date the rate expires, and should no longer be considered for planning.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "allowUncostedLineItems":{
                        "description":"Allow Uncosted Line Items (Y/N) is used when there are one or more ratable objects on the shipment which are not charged or considered for rating when rating a shipment using rate record.<br>Selected: Some basis options within a shipment pass through the rating engine without a charge if other basis options qualify. For example, if a shipment contains four line items, and a rate is found that contains charges for 3 of those items, that rate qualifies for the shipment and the fourth line item ships for free. If there is a conditional charge and a minimum charge, and the conditional charge does not apply, the minimum charge will always be applied. Cleared: This rate only qualifies if all basis options can be charged.",
                        "type":"boolean"
                    },
                    "multiBaseGroupsRule":{
                        "description":"The multi base group rule determines how the results from multiple rate cost groups are evaluated. Values A/M/X. Options are:<br>Add the Cost,<br>Select the Least Cost,<br>Select the Greatest Cost. <br>Rate Cost Groups allow you to group rate costs together. <br>Note: To use Rate Cost Groups, you must have rate groups active within your user preferences.",
                        "type":"string"
                    },
                    "railInterModalPlanGid":{
                        "description":"The rail inter-modal plan GID.  i.e. Plan 20 - door-to-door, Plan 25 - ramp-to-ramp, etc.",
                        "type":"string"
                    },
                    "customerRateCode":{
                        "description":"This code signifies what rate is used on a Leg; either \"C\" for the Customer's rate, or \"S\" for the Shipper's rate.",
                        "type":"string"
                    },
                    "cofcTofc":{
                        "description":"The Container-On-Flat-Car/Trailer-On-Flat-Car code used along with the Rail Inter Modal Plan GID  to determine the  rate.",
                        "type":"string"
                    },
                    "expireMarkId":{
                        "description":"Used to indicate that the rate has been marked for expiration.",
                        "type":"string"
                    },
                    "viaSrcLocProfGid":{
                        "description":"VIA Locations are used when rating and routing international shipments. Rates are valid when the data specified here matches the VIA Locations set up on an itinerary. This field provides the profile GID for the profile/list of source via locations.",
                        "type":"string"
                    },
                    "viaDestLocProfGid":{
                        "description":"VIA Locations are used when rating and routing international shipments. Rates are valid when the data specified here matches the VIA Locations set up on an itinerary. This field provides the profile GID for the profile/list of destination via locations.",
                        "type":"string"
                    },
                    "viaSrcLocGid":{
                        "description":"A VIA Locations is used when rating and routing international shipments. Rates are valid when the data specified here matches the VIA Location set up on an itinerary. This field provides the location GID for a single source via location. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "viaSrcLoc":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property viaSrcLocGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "viaDestLocGid":{
                        "description":"A VIA Locations is used when rating and routing international shipments. Rates are valid when the data specified here matches the VIA Location set up on an itinerary. This field provides the location GID for a single destination via location. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "viaDestLoc":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property viaDestLocGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "roundingType":{
                        "description":"The type of rounding that will occur during rating.  Value are: N=no rounding, I=round to nearest interval, F=floor, and C=ceiling.",
                        "type":"string"
                    },
                    "roundingInterval":{
                        "description":"Numbers will be rounded (or truncated) to the nearest increment of this value.",
                        "type":"number",
                        "format":"double"
                    },
                    "roundingFieldsLevel":{
                        "description":"Determines which kinds of fields will be affected by the rounding settings during costing.  Values are 0-7, where 0=all fields, 1=none, 2=numeric fields only, 3=unit fields (weight, etc.), 4=currency, 5=numeric and unit fields, 6=numeric and currency fields, and 7=unit and currency fields.",
                        "type":"number",
                        "format":"int32"
                    },
                    "roundingApplication":{
                        "description":"Determines when to apply the rounding rules.  Values are A/N/C/O where A=always, N=never, C=conditionals only, and O=cost calculations only.",
                        "type":"string"
                    },
                    "deficitCalculationsType":{
                        "description":"When to apply deficit calculations. Values are Y/N/P where Y = Yes, N = No and P = Payant Pour.",
                        "type":"string"
                    },
                    "buyServprovProfileGid":{
                        "description":"The ID of the service provider profile to be used when building buy shipments.",
                        "type":"string"
                    },
                    "buyRateGeoProfileGid":{
                        "description":"The ID of the rate geo profile to be used when building buy shipments.",
                        "type":"string"
                    },
                    "paymentMethodCodeGid":{
                        "description":"Optional payment method for the rate record",
                        "type":"string"
                    },
                    "isMasterOverridesBase":{
                        "description":"If Y, the BASE rate will not be evaluated and applied for this rate geo.",
                        "type":"boolean"
                    },
                    "hazardousRateType":{
                        "description":"Qualifies how the rate should be used for shipments with hazardous materials. The Hazardous Rate Type has three options which can be used to indicate whether the rate can be used for shipments with or without hazardous materials. The options are:<br>Allows Hazardous Materials<br>Hazardous Materials Only<br>Non-Hazardous Materials Only",
                        "type":"string"
                    },
                    "isQuote":{
                        "description":"Most commonly applicable to spot rates; indicates if this rate is to be found by rate finding logic. During RIQ, if the attached rate offering is a spot rate, the rate geo can only be used if quote is checked.",
                        "type":"boolean"
                    },
                    "domainProfileGid":{
                        "description":"Allows you to assign a domain profile ID which defines the compatible or incompatible domains for rate.",
                        "type":"string"
                    },
                    "isActive":{
                        "description":"TRUE FALSE flag indicating if the rate is active or not.",
                        "type":"boolean"
                    },
                    "roTimePeriodDefGid":{
                        "description":"The global ID for the rate offering time period definition which is used to define the time periods for tiered rates.",
                        "type":"string"
                    },
                    "rateGeoSeq":{
                        "description":"System generated unique identifier for a rate geo. For internal use only.",
                        "type":"number",
                        "format":"int64"
                    },
                    "logicConfigGid":{
                        "description":"Specifies the logic configuration group ID used to look up any logic parameters specified as charge multipliers on costs.  If not null, overrides value specified on the owning rate offering.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "attribute1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attributeNumber1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "rateGeoDesc":{
                        "description":"The rate geo description.",
                        "type":"string"
                    },
                    "isForBeyond":{
                        "description":"The From Beyond and For Beyond check boxes allow the existence of two rates with the same geography, such as SPLC to SPLC, to exist with one being allowable for use with Rule 11 and the other one not. Since you cannot have the same GID, this allows you to have the flexibility. The For Beyond check box is for a leg going into a junction as defined on Rule 11 Route Code. The From Beyond check box is for a leg going from a junction. Select both check boxes for a leg going from a junction to a junction.",
                        "type":"boolean"
                    },
                    "isFromBeyond":{
                        "description":"The From Beyond and For Beyond check boxes allow the existence of two rates with the same geography, such as SPLC to SPLC, to exist with one being allowable for use with Rule 11 and the other one not. Since you cannot have the same GID, this allows you to have the flexibility. The For Beyond check box is for a leg going into a junction as defined on Rule 11 Route Code. The From Beyond check box is for a leg going from a junction. Select both check boxes for a leg going from a junction to a junction.",
                        "type":"boolean"
                    },
                    "corporationProfileGid":{
                        "description":"Allows you to constrain the usage of the rate during the planning based the compatibility definition provided by the assigned corporation profile.",
                        "type":"string"
                    },
                    "parentRateGeoGid":{
                        "description":"Used for rate maintenance and is provided so you can track the different versions of your rates during the approval process.",
                        "type":"string"
                    },
                    "isSourcingRate":{
                        "description":"This column is named as IS_SOURCING_RATE to maintain consistency with RATE_OFFERING table but used to serve the purpose of IS_READ_ONLY in the UI.",
                        "type":"boolean"
                    },
                    "calcChargeableWtVolWith":{
                        "description":"Calculate Chargeable Weight/Volume Using provides you with options for calculating the chargeable weight. If you select this field value as \"Shipment Total Dimensional Weight/Volume\", chargeable weight/volume will be calculated based on the Shipment Total Dimensional Weight/Volume. If you select this field value as \"Sum of Individual Ship Unit Dimensional Weight/Volume\", chargeable weight/volume will be calculated based on the Sum of Individual Ship Unit Dimensional Weight/Volume.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "accessorials":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/rateRecords.accessorials"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "stopRates":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/rateRecords.stopRates"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "specialServices":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/rateRecords.specialServices"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "costGroups":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/rateRecords.costGroups"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "remarks":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/rateRecords.remarks"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "refnums":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/rateRecords.refnums"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "nmfcCodeSubstitutes":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/rateRecords.nmfcCodeSubstitutes"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "smcDiscounts":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/rateRecords.smcDiscounts"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "documents":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/rateRecords.documents"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "rateRecords.accessorials":{
                "properties":{
                    "accessorialCostGid":{
                        "description":"Links to the rating setup used to determine the cost of providing the accessorial.",
                        "type":"string"
                    },
                    "accessorialCodeGid":{
                        "description":"The GID for the accessorial code.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "rateRecords.stopRates":{
                "properties":{
                    "lowStop":{
                        "description":"Stop off charges are typically defined for truckload rates. In most cases, the base rate includes the pickup stop and the first delivery stop. The rate may also support the option of performing addition stops, but at an additional per stop charge. The additional per stop charges are often specified in a ranges i.e., for stops 3 to 5 the per stop charge is X for stops 6 to 7 the per stop charge is Y per stop.<br>The low stop fields defines the low end of the range for stop off charges.<br>",
                        "type":"number",
                        "format":"int32"
                    },
                    "highStop":{
                        "description":"Stop off charges are typically defined for truckload rates. In most cases, the base rate includes the pickup stop and the first delivery stop. The rate may also support the option of performing addition stops, but at an additional per stop charge. The additional per stop charges are often specified in a ranges i.e., for stops 3 to 5 the per stop charge is X for stops 6 to 7 the per stop charge is Y per stop.<br>The high stop field defines the high end of the range for stop off charges.<br>",
                        "type":"number",
                        "format":"int32"
                    },
                    "perStopCost":{
                        "description":"The per stop charge for the low high range being defined.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "rateRecords.specialServices":{
                "properties":{
                    "specialServiceGid":{
                        "description":"The GID for the special service.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "accessorials":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/rateRecords.specialServices.accessorials"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "rateRecords.specialServices.accessorials":{
                "properties":{
                    "accessorialCostGid":{
                        "description":"The GID for the special service related accessorial cost. The accessorial code and cost are provided in situations where the special service is provided for a charge -which is defined by the related accessorial code and cost.",
                        "type":"string"
                    },
                    "accessorialCodeGid":{
                        "description":"The GID for the accessorial code.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "rateRecords.costGroups":{
                "properties":{
                    "rateGeoCostGroupGid":{
                        "description":"The GID for the rate cost group. Rate cost groups provide the ability to group separate costs together to produce a final rate.",
                        "type":"string"
                    },
                    "rateGeoCostGroupXid":{
                        "description":"The XID for the rate cost group.",
                        "type":"string"
                    },
                    "rateGeoCostGroupSeq":{
                        "description":"The sequence number used in the UI to display rate groups in order.",
                        "type":"number",
                        "format":"int64"
                    },
                    "groupName":{
                        "description":"The name used to identify the rate group.",
                        "type":"string"
                    },
                    "deficitCalculationsType":{
                        "description":"Defines the way the rating logic handles unit breaks. When there is a unit break defined for a rate, deficit calculations will make sure that the least expensive rate is selected. For example, if a rate break occurs at 1000 pounds, and an order weighs 999 pounds (with a rate of $15 per pound), then the system will look at the price of shipping at the next highest weight break (1001 pounds at $13 per pound) and apply the cheapest rate. In this example, the least expensive option is to use the 1001 pound rate even though only 999 pounds are being shipped. For details on the types, see rounding and deficit calculations.",
                        "type":"string"
                    },
                    "multiRatesRule":{
                        "description":"Determine how costs within this group will be calculated.",
                        "type":"string"
                    },
                    "rateGroupType":{
                        "description":"Set to Base to create a base cost or miscellaneous for all other cost types. ",
                        "type":"string"
                    },
                    "roundingType":{
                        "description":"Dictates how numbers are rounded. Select Ceiling to always round up, Floor to always round down, Nearest Interval to round up if it is 5 or greater and down if it is less than 5, or No Rounding to not round at all.",
                        "type":"string"
                    },
                    "roundingInterval":{
                        "description":"Specifies what interval to round up or down to. For example, if you want to round up or down to the nearest 1, then you would enter 1 here. If you want to round up or down to the nearest tenth decimal place, then you would enter .1 here.",
                        "type":"number",
                        "format":"double"
                    },
                    "roundingFieldsLevel":{
                        "description":"Specifies which fields in the rating process should be rounded. For example, you may only want currency fields rounded.",
                        "type":"number",
                        "format":"int32"
                    },
                    "roundingApplication":{
                        "description":"Defines when rounding should take place. For example, you may only want rounding to be done on cost calculations.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "costs":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/rateRecords.costGroups.costs"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "rateRecords.costGroups.costs":{
                "properties":{
                    "rateGeoCostSeq":{
                        "description":"An internal sequencing number for costs defined on a rate.",
                        "type":"number",
                        "format":"int64"
                    },
                    "description":{
                        "description":"Records additional information about the rate cost. This description will appear as the shipment cost type on the Financial tab of the Shipment Manager when this rate cost is applied to a shipment. If this field is left blank, a default shipment cost type appears such as Base or Discount.",
                        "type":"string"
                    },
                    "tariffItemNumber":{
                        "description":"The Tariff fields are a set of informational field that let the service provider know the rate being used. The tariff item number can be used for all types of prices. If the service provider assigns an item number or a numeric extension for the authority number in the reference number to the price, then this field can be used to capture that information. The tariff item number is the next step below the tariff section. ",
                        "type":"string"
                    },
                    "tariffSection":{
                        "description":"The tariff section is the first division of granularity of a tariff and describes where the rate can be found. An informational field. ",
                        "type":"string"
                    },
                    "tariffItemNumberSuffix":{
                        "description":"The tariff item number suffix, if you have a suffix with your tariff item number. The tariff item number suffix works with the tariff item number. An informational field.",
                        "type":"string"
                    },
                    "tariffItemPart":{
                        "description":"The item part is a subdivision of an item. The item part is like the house number on a street (tariff item number) in a city (tariff section) in a state (tariff reference number).",
                        "type":"string"
                    },
                    "tariffFreightClassCode":{
                        "description":"The tariff freight class code specifies the freight classification associated with this tariff. Tariff freight class code references a system where the motor carrier industry has classified \"goods\" by their shipping density instead of their composition or use. An informational field.",
                        "type":"string"
                    },
                    "exParte":{
                        "description":"Stores information related to the authority/government agency that relates to this rate.",
                        "type":"string"
                    },
                    "rateBasisNumber":{
                        "description":"The mileage factor published for rating purposes. This number is qualified by the rate basis qualifier. An informational field.",
                        "type":"string"
                    },
                    "tariffColumn":{
                        "description":"A commodity classification that is used, as a means of control, for grouping of commodities in tariff applications.",
                        "type":"string"
                    },
                    "tariffDistance":{
                        "description":"The distance on which the rate is based.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "distanceQualifier":{
                        "description":"Identifies the distance unit for the tariff. Informational. Values ( A/B/D/F/K/L/M/T/X).",
                        "type":"string"
                    },
                    "rateBasisQualifier":{
                        "description":"Provides context for the rate basis number. Informational. For example, if the rate basis number is \"83\" as defined by the household goods miles definition which would explain the geography for the rate basis number. Values (A/B/C/D/E/F/H/M/T/X/Y).",
                        "type":"string"
                    },
                    "rateGeoCostOperandSeq":{
                        "description":"Internal sequencing number for costs operand.",
                        "type":"number",
                        "format":"double"
                    },
                    "oper1Gid":{
                        "description":"The GID for the operator.",
                        "type":"string"
                    },
                    "leftOperand1":{
                        "description":"The operator for the conditional. For example, <=: Less than or equal to, >: Greater than, <: Less than, >=: Greater than or equal to, =: Equal to etc.",
                        "type":"string"
                    },
                    "lowValue1":{
                        "description":"Operand value or low value if the operand requires low/high values. For example where the operator is between: value1 < Basis <= value2.",
                        "type":"string"
                    },
                    "highValue1":{
                        "description":"Operand value high value if the operand requires low/high values. For example where the operator is between: value1 < Basis <= value2.",
                        "type":"string"
                    },
                    "andOr1":{
                        "description":"Used to combine conditional rules with values of SELECTED, AND, or OR. If you choose SELECTED, the system first finds matches for the first conditional rule, and then passes only those matches on to the next conditional rule, etc..",
                        "type":"string"
                    },
                    "oper2Gid":{
                        "description":"The GID for the operator.",
                        "type":"string"
                    },
                    "leftOperand2":{
                        "description":"The operator for the conditional. For example, <=: Less than or equal to, >: Greater than, <: Less than, >=: Greater than or equal to, =: Equal to etc.",
                        "type":"string"
                    },
                    "lowValue2":{
                        "description":"Operand value or low value if the operand requires low/high values. For example where the operator is between: value1 < Basis <= value2.",
                        "type":"string"
                    },
                    "highValue2":{
                        "description":"Operand value high value if the operand requires low/high values. For example where the operator is between: value1 < Basis <= value2.",
                        "type":"string"
                    },
                    "andOr2":{
                        "description":"Used to combine conditional rules with values of SELECTED, AND, or OR. If you choose SELECTED, the system first finds matches for the first conditional rule, and then passes only those matches on to the next conditional rule, etc..",
                        "type":"string"
                    },
                    "oper3Gid":{
                        "description":"The GID for the operator.",
                        "type":"string"
                    },
                    "leftOperand3":{
                        "description":"The operator for the conditional. For example, <=: Less than or equal to, >: Greater than, <: Less than, >=: Greater than or equal to, =: Equal to etc.",
                        "type":"string"
                    },
                    "lowValue3":{
                        "description":"Operand value or low value if the operand requires low/high values. For example where the operator is between: value1 < Basis <= value2.",
                        "type":"string"
                    },
                    "highValue3":{
                        "description":"Operand value high value if the operand requires low/high values. For example where the operator is between: value1 < Basis <= value2.",
                        "type":"string"
                    },
                    "andOr3":{
                        "description":"Used to combine conditional rules with values of SELECTED, AND, or OR. If you choose SELECTED, the system first finds matches for the first conditional rule, and then passes only those matches on to the next conditional rule, etc..",
                        "type":"string"
                    },
                    "oper4Gid":{
                        "description":"The GID for the operator.",
                        "type":"string"
                    },
                    "leftOperand4":{
                        "description":"The operator for the conditional. For example, <=: Less than or equal to, >: Greater than, <: Less than, >=: Greater than or equal to, =: Equal to etc.",
                        "type":"string"
                    },
                    "lowValue4":{
                        "description":"Operand value or low value if the operand requires low/high values. For example where the operator is between: value1 < Basis <= value2.",
                        "type":"string"
                    },
                    "highValue4":{
                        "description":"Operand value high value if the operand requires low/high values. For example where the operator is between: value1 < Basis <= value2.",
                        "type":"string"
                    },
                    "chargeAmount":{
                        "description":"Amount to be charged per unit code and unit count. For example, the amount to be charge is 1 USD for every 3 pounds.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "chargeUnitUomCode":{
                        "description":"The charge per unit of measure. For example, the amount to be charged is 1 USD for every 3 pounds. In this example pounds is the charge unit of measure code.",
                        "type":"string"
                    },
                    "chargeUnitCount":{
                        "description":"The charge unit count indicates the per amount for the charge. For example, the amount to be charged is 1 USD for every 3 pounds. In this example 3 is the charge unit count - 1 USD is charged for every 3 pounds.",
                        "type":"number",
                        "format":"int64"
                    },
                    "chargeMultiplier":{
                        "description":"This is the basis option for which the cost accrues from the Basis field. Values (A/L/S/G/E/I).<br>",
                        "type":"string"
                    },
                    "chargeMultiplierScalar":{
                        "description":"Enter the number of basis options that go with each amount in the Unit field.",
                        "type":"number",
                        "format":"double"
                    },
                    "chargeAction":{
                        "description":"Charge action to be applied. Values (A/M/X/D/W).",
                        "type":"string"
                    },
                    "chargeBreakComparator":{
                        "description":"Comparator between charges.",
                        "type":"string"
                    },
                    "chargeType":{
                        "description":"There are the following cost types:<br>Charge<br>Discount<br>External<br>Profile",
                        "type":"string"
                    },
                    "chargeMultiplierOption":{
                        "description":"Controls how charge multipliers are applied against the specified cost. Values (A/L/S/G/E/I). There are a set of options: <br>Add individual multiplier values<br>Greatest individual cost<br>Choose lowest individual cost<br>Collect costs separately",
                        "type":"string"
                    },
                    "chargeMultiplier2":{
                        "description":"The basis option for which the cost accrues from the Basis field. ",
                        "type":"string"
                    },
                    "chargeUnitCount2":{
                        "description":"The number of basis options that go with each amount in the Unit field.",
                        "type":"number",
                        "format":"int64"
                    },
                    "chargeUnitUomCode2":{
                        "description":"The charge per unit of measure. For example, the amount to be charged is 1 USD for every 3 pounds. In this example pounds is the charge unit of measure code.",
                        "type":"string"
                    },
                    "chargeSequence":{
                        "description":"Charge sequence controls, in the order that the costs are calculated. Charge Sequence 1 is calculated before Charge Sequence 2.",
                        "type":"number",
                        "format":"int64"
                    },
                    "dimRateFactorGid":{
                        "description":"The Dimensional (Dim) Rate Factor ID links to the definition of the dim rate factor. The dim rate factor calculates the dimensional weight of a shipment, typically for goods shipped via air or sea. The weight is calculated as: Volume of the shipment/Dimensional rate factor. The system uses the greater of dimensional weight and actual weight which is called the chargeable weight. This chargeable weight is used while rating the shipment.",
                        "type":"string"
                    },
                    "roundingType":{
                        "description":"The type of rounding that will occur during rating. Value are: N=no rounding, I=round to nearest interval, F=floor, and C=ceiling.",
                        "type":"string"
                    },
                    "roundingInterval":{
                        "description":"Numbers will be rounded (or truncated) to the nearest increment of this value.",
                        "type":"number",
                        "format":"double"
                    },
                    "roundingFieldsLevel":{
                        "description":"Determines which kinds of fields will be affected by the rounding settings during costing. Values are 0-7, where 0=all fields, 1=none, 2=numeric fields only, 3=unit fields (weight, etc.), 4=currency, 5=numeric and unit fields, 6=numeric and currency fields, and 7=unit and currency fields.",
                        "type":"number",
                        "format":"int32"
                    },
                    "roundingApplication":{
                        "description":"Determines when to apply the rounding rules. Values are A/N/C/O where A=always, N=never, C=conditionals only, and O=cost calculations only.",
                        "type":"string"
                    },
                    "deficitCalculationsType":{
                        "description":"When to apply deficit calculations. Values are Y/N/P where Y = Yes, N = No, and P = Payant Pour",
                        "type":"string"
                    },
                    "minCost":{
                        "description":"The minimum charge for a shipment. The minimum charge is absolute minimum charge that applies; so the calculated cost of a shipment will be compared to the minimum charge and the cost will always be greater than or equal to the minimum charge.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "maxCost":{
                        "description":"The maximum cost is the absolute maximum rate that can be charged. The calculated rate cost is comparted to the maximum cost and the lower of the two values is what is charged.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "paymentMethodCodeGid":{
                        "description":"The minimum charge in the base currency.",
                        "type":"string"
                    },
                    "effectiveDate":{
                        "description":"Date the rate is effective from.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "expirationDate":{
                        "description":"Date the rate expires, and should no longer be considered for planning.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "calendarGid":{
                        "description":"If the costs being defined is to be based on a calendar provide the Calendar ID.",
                        "type":"string"
                    },
                    "isFiledAsTariff":{
                        "description":"Indicates if this rate cost has been filed as tariff. This is set to 'N' for new spot rates. Users may wish to set up a saved query to notify users if this rate is used.",
                        "type":"boolean"
                    },
                    "tier":{
                        "description":"If using tiered rating, assigning a number to this field allows RIQ to query tiered rates by simply specifying a tier number.",
                        "type":"number",
                        "format":"int32"
                    },
                    "costType":{
                        "description":"Designates the type of the cost. C = Charge, D = Discount, P = Profile, E = External.",
                        "type":"string"
                    },
                    "calendarActivityGid":{
                        "description":"Allows the user to select a calendar activity for the calendar validation test.",
                        "type":"string"
                    },
                    "rateUnitBreakProfileGid":{
                        "description":"The main rate unit break profile.",
                        "type":"string"
                    },
                    "rateUnitBreakProfile2Gid":{
                        "description":"The secondary rate unit break profile. It cannot have a value if the main profile GID is NULL.",
                        "type":"string"
                    },
                    "chargeBreakComparator2Gid":{
                        "description":"The RBI used to lookup values in the secondary rate unit break profile.",
                        "type":"string"
                    },
                    "externalRatingEngineGid":{
                        "description":"For a cost type of E, specifies the external rating engine GID.",
                        "type":"string"
                    },
                    "extReFieldsetGid":{
                        "description":"For external rating engine GIDs of type GENERIC, this specifies the fieldset used to call out to the external engine.",
                        "type":"string"
                    },
                    "costCodeGid":{
                        "description":"Tags a cost with an accessorial code. This does not indicate that the cost is an accessorial. It is a way of identifying groups of costs.",
                        "type":"string"
                    },
                    "logicParamQualGid":{
                        "description":"For a cost type of L, specifies the logic parameter qualifier (of type Currency) which contains the cost value used as the charge multiplier.",
                        "type":"string"
                    },
                    "costCategoryGid":{
                        "description":"The cost category can be assigned to one or more rate costs in a rate record. The cost category can then be grouped into cost category sets which can then be used during the driver assignment process. During the rating process, only rate costs whose categories are contained in the specified set will be evaluated. The results will be sorted based on total weighted cost and the best option assigned.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "attribute1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attributeNumber1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "attributeDate2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "attributeDate3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "attributeDate4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "attributeDate5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "attributeDate6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "attributeDate7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "attributeDate8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "attributeDate9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "attributeDate10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "allowZeroRbiValue":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"boolean"
                    },
                    "calcChargeableWtVolWith":{
                        "description":"Calculate Chargeable Weight/Volume Using provides you with options for calculating the chargeable weight. If you select this field value as \"Shipment Total Dimensional Weight/Volume\", chargeable weight/volume will be calculated based on the Shipment Total Dimensional Weight/Volume. If you select this field value as \"Sum of Individual Ship Unit Dimensional Weight/Volume\", chargeable weight/volume will be calculated based on the Sum of Individual Ship Unit Dimensional Weight/Volume.",
                        "type":"string"
                    },
                    "operandQualifier1":{
                        "description":"Determines the attribute/qualifier of the object on which the condition is based. For example, if the condition checks the value for flex field attribute1 = TEST, this column will hold value as attribute1, the flex field column name. If condition is on the reference number qualifier GLOG = ORDER_01 then this column will hold the value GLOG, the qualifier name.",
                        "type":"string"
                    },
                    "operandQualifier2":{
                        "description":"Determines the attribute/qualifier of the object on which the second condition is based. For example, if the condition checks the value for flex field attribute1 = TEST, this column will hold value as attribute1, the flex field column name. If condition is on the reference number qualifier GLOG = ORDER_01 then this column will hold the value GLOG, the qualifier name.",
                        "type":"string"
                    },
                    "operandQualifier3":{
                        "description":"Determines the attribute/qualifier of the object on which the third condition is based. For example, if the condition checks the value for flex field attribute1 = TEST, this column will hold value as attribute1, the flex field column name. If the condition is on the reference number qualifier GLOG = ORDER_01 then this column will hold the value GLOG, the qualifier name.",
                        "type":"string"
                    },
                    "operandQualifier4":{
                        "description":"Determines the attribute/qualifier of the object on which the condition is based. For example, if the condition checks the value for flex field attribute1 = TEST, this column will hold value as attribute1, the flex field column name. If the condition is on the reference number qualifier GLOG = ORDER_01 then this column will hold the value GLOG, the qualifier name.",
                        "type":"string"
                    },
                    "chargeQualifier1":{
                        "description":"Determines the attribute/qualifier of the object based on which the charge is to be calculated. For example, if the charge is based on some flex field attribute1, this column will hold value as attribute1, the flex field column name. If the charge is based on the reference number qualifier GLOG = ORDER_01 then this column will hold the value GLOG, the qualifier name.",
                        "type":"string"
                    },
                    "chargeQualifier2":{
                        "description":"Determines the attribute/qualifier of the object based on which the charge is to be calculated. For example, if the charge is based on some flex field attribute1, this column will hold value as attribute1, the flex field column name. If the charge is based on the reference number qualifier GLOG = ORDER_01 then this column will hold the value GLOG, the qualifier name.",
                        "type":"string"
                    },
                    "chargeBreakCompQualifier1":{
                        "description":"Determines the attribute/qualifier of the object based on which the charge using unit breaks is to be calculated. For example, if the rate break is based on flex field attribute1, this column will hold value as attribute1, the flex field column name. If the rate break is based on the reference number qualifier GLOG = ORDER_01 then this column will hold the value GLOG, the qualifier name.",
                        "type":"string"
                    },
                    "chargeBreakCompQualifier2":{
                        "description":"Determines the attribute/qualifier of the object based on which the charge using unit breaks is to be calculated. For example, if rate break is based on flex field attribute1, this column will hold value as attribute1, the flex field column name. If rate break is based on the reference number qualifier GLOG = ORDER_01 then this column will hold the value GLOG, the qualifier name.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "rateRecords.remarks":{
                "properties":{
                    "remarkSequence":{
                        "description":"Sequence to allow multiple remarks for a rate geo.",
                        "type":"number",
                        "format":"int64"
                    },
                    "remarkQualifierGid":{
                        "description":"The optional qualifier for rate geo remarks.",
                        "type":"string"
                    },
                    "remarkText":{
                        "description":"The actual remark text for rate geo remarks.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "rateRecords.refnums":{
                "properties":{
                    "rateGeoRefnumQualGid":{
                        "description":"The GID for the rate geo reference number qualifier.",
                        "type":"string"
                    },
                    "rateGeoRefnumValue":{
                        "description":"The actual reference value for the rate geo reference number.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "rateRecords.nmfcCodeSubstitutes":{
                "properties":{
                    "roNmfccsSeqNum":{
                        "description":"Internal sequence number for different row entries.",
                        "type":"number",
                        "format":"int64"
                    },
                    "rateOfferingGid":{
                        "description":"The GID for the related rate offering for the rate as table of values.",
                        "type":"string"
                    },
                    "nmfcLow":{
                        "description":"Low National Motor Freight Classification value used for defining a rate as classification record.",
                        "type":"number",
                        "format":"double"
                    },
                    "nmfcHigh":{
                        "description":"Records additional information about the rate cost. This description will appear as the shipment cost type on the Financial tab of the Shipment Manager when this rate cost is applied to a shipment. If this field is left blank, a default shipment cost type appears such as Base or Discount.",
                        "type":"number",
                        "format":"double"
                    },
                    "rateAsNmfcClass":{
                        "description":"The National Motor Freight Classification (NMFC) fields allow you to apply a specific NMFC based rate using a range of NMFC classes. For example, if you want anything between the NMFC class of 45 and 65 to use the 55 NMFC class rate, then you would enter 45 in the NMFC Low field, 65 in the NMFC High field, and 55 in the Rate As NMFC Class field. Note: The NMFC Low and High fields are inclusive, meaning they follow a \"greater than or equal to\" and a \"less than or equal to\" pattern respectively. Using the above example, 45 and 65 are included in the ranges.",
                        "type":"number",
                        "format":"double"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "rateRecords.smcDiscounts":{
                "properties":{
                    "smcDiscSeqNum":{
                        "description":"An internal sequence number for the different SMC discount entries provided by movement type.",
                        "type":"number",
                        "format":"int64"
                    },
                    "rateOfferingGid":{
                        "description":"The GID for the  rate offering related to the SMC discount as table of values.",
                        "type":"string"
                    },
                    "minDiscount":{
                        "description":"Percent for minimum cost.",
                        "type":"number",
                        "format":"double"
                    },
                    "l5cDiscount":{
                        "description":"Percent discount for weights <= 500 lb.",
                        "type":"number",
                        "format":"double"
                    },
                    "m5cDiscount":{
                        "description":"Percent discount for weight > 500 lb.",
                        "type":"number",
                        "format":"double"
                    },
                    "m1mDiscount":{
                        "description":"Percent discount for weight > 1000 lb.",
                        "type":"number",
                        "format":"double"
                    },
                    "m2mDiscount":{
                        "description":"Percent discount for weight > 2000 lb.",
                        "type":"number",
                        "format":"double"
                    },
                    "m5mDiscount":{
                        "description":"Percent discount for weight > 5000 lb.",
                        "type":"number",
                        "format":"double"
                    },
                    "m10mDiscount":{
                        "description":"Percent discount for weight > 10,000 lb.",
                        "type":"number",
                        "format":"double"
                    },
                    "m20mDiscount":{
                        "description":"Percent discount for weight > 20,000 lb.",
                        "type":"number",
                        "format":"double"
                    },
                    "m30mDiscount":{
                        "description":"Percent discount for weight > 30,000 lb.",
                        "type":"number",
                        "format":"double"
                    },
                    "m40mDiscount":{
                        "description":"Percent discount for weight > 40,000 lb.",
                        "type":"number",
                        "format":"double"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "stopAlternationBreak":{
                        "description":"Specifies the weight break where the deficit rating should stop. ",
                        "type":"string"
                    },
                    "movementType":{
                        "description":"Qualifies the usage of the discounts defined by SMC/Carrier Connect Movement Type.<br>If null, then the discounts provided (by weight break) apply to all Movement Types.  Otherwise - the discounts defined apply to the specified Movement Type - either Direct, Indirect, Partner or Custom.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "rateRecords.documents":{
                "properties":{
                    "documentGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentDefGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentUrl":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentMimeType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentFilename":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "ownerDataQueryTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "reportGid":{
                        "description":"The report associated with the document attachment, if content was generated by the report subsystem.",
                        "type":"string"
                    },
                    "generatedAt":{
                        "description":"If preparation, date/time content was last generated",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "uploadedAt":{
                        "description":"If attachment, date/time content was last updated",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "documentTrackingNum":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentCmsId":{
                        "description":"A GUID to associate the document with content stored on its remote CMS. Valid when document_type=CMS.",
                        "type":"string"
                    },
                    "contentManagementSystemGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "usedAs":{
                        "description":"Represents the classification of a document.(C/I/L/T)",
                        "type":"string"
                    },
                    "relatedDocumentGid":{
                        "description":"Represents the related document for consolidated/linked documents. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "relatedDocument":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property relatedDocumentGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/documents"
                            }
                        ],
                        "readOnly":true
                    },
                    "effectiveDate":{
                        "description":"represents effective date for a document",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "expirationDate":{
                        "description":"Represents expiration date for a document.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "userDefined1IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined2IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined3IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined4IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined5IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "orderReleases":{
                "properties":{
                    "orderReleaseGid":{
                        "description":"The GID for the order release.",
                        "type":"string"
                    },
                    "orderReleaseXid":{
                        "description":"The XID for the order release.",
                        "type":"string"
                    },
                    "orderReleaseName":{
                        "description":"An open field for you to enter another identifier (name) for the order release.",
                        "type":"string"
                    },
                    "orderReleaseTypeGid":{
                        "description":"A GID to define the type of the order release. For example: Customer order, Distribution order, Manufacturing order, Purchase order, etc.",
                        "type":"string"
                    },
                    "isTemplate":{
                        "description":"A Y/N indicator specifying this order release as a template if the value is Y.",
                        "type":"boolean"
                    },
                    "orderBaseGid":{
                        "description":"The GID for the order base associated with the order release if this order release was generated from an order base. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "orderBase":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property orderBaseGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/orderBases"
                            }
                        ],
                        "readOnly":true
                    },
                    "sourceLocationGid":{
                        "description":"The source location GID. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "destLocationGid":{
                        "description":"The destination location GID. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "earlyPickupDate":{
                        "description":"The early pickup date and time defined for the order release; can be null.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "latePickupDate":{
                        "description":"The latest pickup date and time defined for the order release; can be null.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "earlyDeliveryDate":{
                        "description":"The early delivery date and time defined for the order release; can be null.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "lateDeliveryDate":{
                        "description":"The late delivery date and time defined for the order release; can be null.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "fixedItineraryGid":{
                        "description":"The fixed buy side itinerary can be defined to force the order release to be schedule with a constrained itinerary. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "fixedItinerary":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property fixedItineraryGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/itineraries"
                            }
                        ],
                        "readOnly":true
                    },
                    "assignedItineraryGid":{
                        "description":"The buy side itinerary that was selected when planning the order release. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string",
                        "readOnly":true
                    },
                    "assignedItinerary":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property assignedItineraryGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/itineraries"
                            }
                        ],
                        "readOnly":true
                    },
                    "fixedSellItineraryGid":{
                        "description":"The fixed sell side itinerary can be defined to force the order release to be schedule with a constrained itinerary. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "fixedSellItinerary":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property fixedSellItineraryGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/itineraries"
                            }
                        ],
                        "readOnly":true
                    },
                    "shipUnitOrigin":{
                        "description":"Indicates how the ship units were created (BL=order base by line, BS=order base by ship unit, RL=order release by line, RS=order release by ship unit).  If this field is not 'RS' (formerly 'U'), the system deletes all existing order ship unit for the given order release, before calling new releasing logic to generate ship unit.",
                        "type":"string"
                    },
                    "totalWeight":{
                        "description":"The total weight calculated from the order release lines.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ],
                        "readOnly":true
                    },
                    "totalVolume":{
                        "description":"The total volume calculated from the order release lines.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ],
                        "readOnly":true
                    },
                    "totalPackagingUnitCount":{
                        "description":"The total packaging unit count calculated from the order release lines",
                        "type":"number",
                        "format":"int32",
                        "readOnly":true
                    },
                    "totalItemPackageCount":{
                        "description":"The total item package count calculated from the order release lines.",
                        "type":"number",
                        "format":"int32",
                        "readOnly":true
                    },
                    "maxLength":{
                        "description":"The max length calculated from the order release lines.",
                        "type":"number",
                        "format":"double"
                    },
                    "maxLengthUomCode":{
                        "description":"The max length unit of measure.",
                        "type":"string"
                    },
                    "maxLengthBase":{
                        "description":"The max length in the base unit of measure.",
                        "type":"number",
                        "format":"double"
                    },
                    "maxWidth":{
                        "description":"The maximum width calculated from the order release lines.",
                        "type":"number",
                        "format":"double"
                    },
                    "maxWidthUomCode":{
                        "description":"The maximum width unit of measure.",
                        "type":"string"
                    },
                    "maxWidthBase":{
                        "description":"The maximum width in the base unit of measure.",
                        "type":"number",
                        "format":"double"
                    },
                    "maxHeight":{
                        "description":"The maximum height calculated from the order release lines.",
                        "type":"number",
                        "format":"double"
                    },
                    "maxHeightUomCode":{
                        "description":"The maximum height unit of measure.",
                        "type":"string"
                    },
                    "maxHeightBase":{
                        "description":"The maximum height in the base unit of measure.",
                        "type":"number",
                        "format":"double"
                    },
                    "planFromLocationGid":{
                        "description":"The plan from location GID. This value can be a different location from the actual source location defined on the order release. The plan from location is where the system will start to plan the shipments for the order release. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "planFromLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property planFromLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "planToLocationGid":{
                        "description":"Must be Y or N. Y indicates that the order should not be bundled with any others. Order releasing logic will copy this value from the order base when the order is released. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "assignedSellItineraryGid":{
                        "description":"The sell side itinerary that was selected when planning the order release. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string",
                        "readOnly":true
                    },
                    "assignedSellItinerary":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property assignedSellItineraryGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/itineraries"
                            }
                        ],
                        "readOnly":true
                    },
                    "bulkPlanGid":{
                        "description":"If the order was planned onto a buy shipment via the bulk plan process, then the global identifier for the bulk plan.",
                        "type":"string",
                        "readOnly":true
                    },
                    "bestDirectCostBuy":{
                        "description":"The buy side best direct cost that was calculated if the order travels from the plan from to the plan to as a single direct order.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ],
                        "readOnly":true
                    },
                    "bestDirectCostSell":{
                        "description":"The sell side best direct cost that was calculated if the order travels from the plan from to the plan to as a single direct order.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ],
                        "readOnly":true
                    },
                    "bestDirectRateofferGidBuy":{
                        "description":"The buy side rate offering used to calculate the best buy direct cost.",
                        "type":"string",
                        "readOnly":true
                    },
                    "bestDirectRateofferGidSell":{
                        "description":"The buy side rate offering used to calculate the best buy direct cost.",
                        "type":"string",
                        "readOnly":true
                    },
                    "buyGeneralLedgerGid":{
                        "description":"The buy general ledger GID to be used for the order release costs.",
                        "type":"string"
                    },
                    "sellGeneralLedgerGid":{
                        "description":"The sell general ledger GID to be used for the order release revenue.",
                        "type":"string"
                    },
                    "totalNetWeight":{
                        "description":"The total net weight calculated from the order release lines.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "totalNetVolume":{
                        "description":"The total net volume calculated from the order release lines.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "sellBulkPlanGid":{
                        "description":"If the order was planned onto a sell shipment via the bulk plan process, then the global identifier for the bulk plan.",
                        "type":"string",
                        "readOnly":true
                    },
                    "totalShipUnitCount":{
                        "description":"The total number of ship units calculated from the order release ship units.",
                        "type":"number",
                        "format":"int32",
                        "readOnly":true
                    },
                    "loadPoint":{
                        "description":"The source load point for loading of the equipment if required.",
                        "type":"string"
                    },
                    "unloadPoint":{
                        "description":"The destination unload point for the unloading of the equipment if required.",
                        "type":"string"
                    },
                    "pickupIsAppt":{
                        "description":"A Y/N indicator for whether the early/late pickup times are appointment times",
                        "type":"boolean"
                    },
                    "deliveryIsAppt":{
                        "description":"A Y/N indicator for whether the early/late delivery times are appointment times.",
                        "type":"boolean"
                    },
                    "planFromLoadPoint":{
                        "description":"The load point associated with plan from location.",
                        "type":"string"
                    },
                    "planToUnloadPoint":{
                        "description":"The unload point associated with plan to location.",
                        "type":"string"
                    },
                    "userDefined1IconGid":{
                        "description":"Can store a user-defined icon that will appear within the user interface to help visually identify attributes of the order release.",
                        "type":"string"
                    },
                    "userDefined2IconGid":{
                        "description":"Can store a user-defined icon that will appear within the user interface to help visually identify attributes of the order release.",
                        "type":"string"
                    },
                    "userDefined3IconGid":{
                        "description":"Can store a user-defined icon that will appear within the user interface to help visually identify attributes of the order release.",
                        "type":"string"
                    },
                    "userDefined4IconGid":{
                        "description":"Can store a user-defined icon that will appear within the user interface to help visually identify attributes of the order release.",
                        "type":"string"
                    },
                    "userDefined5IconGid":{
                        "description":"Can store a user-defined icon that will appear within the user interface to help visually identify attributes of the order release.",
                        "type":"string"
                    },
                    "externalSystemId":{
                        "description":"The external system ID used for the source of the order release.",
                        "type":"string"
                    },
                    "paymentMethodCodeGid":{
                        "description":"The payment method GID. ",
                        "type":"string"
                    },
                    "incoTermGid":{
                        "description":"The INCO terms GID.",
                        "type":"string"
                    },
                    "termLocationText":{
                        "description":"Location text that can be entered.",
                        "type":"string"
                    },
                    "planningGroupGid":{
                        "description":"The planning group GID to use when segmenting a large number of order releases into multiple smaller bulk planning runs.",
                        "type":"string"
                    },
                    "timeWindowEmphasisGid":{
                        "description":"The time window emphasis to be used when calculating the best start times for shipment, it can emphasize the pickup or delivery windows.",
                        "type":"string"
                    },
                    "isKnownShipper":{
                        "description":"A Y/N indicator for whether the shipper involved party is a known shipper for air travel.",
                        "type":"boolean"
                    },
                    "dimRateFactorGid":{
                        "description":"The dim factor GID to be used when calculating dimensional rates.",
                        "type":"string"
                    },
                    "releaseMethodGid":{
                        "description":"The release method GID is the order configuration rule and this drives the configuration of the order such as ship unit or line as well as various calculations.",
                        "type":"string"
                    },
                    "finalIncoTerm":{
                        "description":"The final INCO term associated with the order release.",
                        "type":"string"
                    },
                    "finalTextLocation":{
                        "description":"The final text location for the INCO terms.",
                        "type":"string"
                    },
                    "inspectionNumber":{
                        "description":"An inspection number for the order release for informational purposes.",
                        "type":"string"
                    },
                    "inspectionScheduleDate":{
                        "description":"The inspection scheduled date associated with the inspection number.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "inspectionDate":{
                        "description":"The inspection actual date associated with the inspection number.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "surveyLayCanDate":{
                        "description":"The  survey lay can date for the order release.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "locNumber":{
                        "description":"The letter of credit number.",
                        "type":"string"
                    },
                    "locIssueDate":{
                        "description":"The letter of credit issue date.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "locReceivedDate":{
                        "description":"The letter of credit received date.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "locLatestShippingDate":{
                        "description":"The letter of credit latest shipping date.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "locNegotiatedDays":{
                        "description":"The letter of credit negotiated days.",
                        "type":"number",
                        "format":"int32"
                    },
                    "locAmount":{
                        "description":"The letter of credit amount.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "locAdvisingNumber":{
                        "description":"The letter of credit advising number.",
                        "type":"string"
                    },
                    "locConfirmingNumber":{
                        "description":"The letter of credit confirming number.",
                        "type":"string"
                    },
                    "srcLocationOverrideGid":{
                        "description":"The source location override GID used to define a new source location scheduling the order while still retaining the original source location.",
                        "type":"string"
                    },
                    "destLocationOverrideGid":{
                        "description":"The destination location override GID used to define a new destination location scheduling the order while still retaining the original destination location.",
                        "type":"string"
                    },
                    "planFromLocOverrideGid":{
                        "description":"The plan from location override GID used to define a new plan from location scheduling the order while still retaining the original plan from location.",
                        "type":"string"
                    },
                    "planToLocOverrideGid":{
                        "description":"The plan to location override GID used to define a new plan to location scheduling the order while still retaining the original plan to location.",
                        "type":"string"
                    },
                    "secondaryTWeight":{
                        "description":"The secondary total weight for the order that sums up  secondary weight values from the order release line.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "secondaryTVolume":{
                        "description":"The secondary total volume for the order that sums up the secondary weight values from the order release lines.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "rateServiceProfileGid":{
                        "description":"The buy rate service profile GID to be used as a constraint while planning the order release onto shipments.",
                        "type":"string"
                    },
                    "servprovGid":{
                        "description":"The buy service provider GID to be used as a constraint while planning the order release onto shipments. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "servprov":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property servprovGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/serviceProviders"
                            }
                        ],
                        "readOnly":true
                    },
                    "servprovProfileGid":{
                        "description":"The buy service provider profile GID to be used as a constraint while planning the order release onto shipments.",
                        "type":"string"
                    },
                    "transportModeGid":{
                        "description":"The buy transport mode GID to be used as a constraint while planning the order release onto shipments.",
                        "type":"string"
                    },
                    "modeProfileGid":{
                        "description":"The buy mode profile GID to be used as a constraint while planning the order release onto shipments.",
                        "type":"string"
                    },
                    "equipmentGroupGid":{
                        "description":"The buy equipment group GID to be used as a constraint while planning the order release onto shipments. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "equipmentGroup":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property equipmentGroupGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/equipmentGroups"
                            }
                        ],
                        "readOnly":true
                    },
                    "equipmentGroupProfileGid":{
                        "description":"The buy equipment group profile GID to be used as a constraint while planning the order release onto shipments.",
                        "type":"string"
                    },
                    "rateOfferingGid":{
                        "description":"The buy rate offering GID to be used as a constraint while planning the order release onto shipments.",
                        "type":"string",
                        "readOnly":true
                    },
                    "rateGeoGid":{
                        "description":"The buy rate detail GID to be used as a constraint while planning the order release onto shipments.",
                        "type":"string",
                        "readOnly":true
                    },
                    "sellRateOfferingGid":{
                        "description":"The sell rate offering GID to be used as a constraint while planning the order release onto shipments.",
                        "type":"string",
                        "readOnly":true
                    },
                    "sellRateGeoGid":{
                        "description":"The sell rate detail GID to be used as a constraint while planning the order release onto shipments.",
                        "type":"string",
                        "readOnly":true
                    },
                    "mustShipDirect":{
                        "description":"A Y/N indicator for whether this order release must ship direct.",
                        "type":"boolean"
                    },
                    "mustShipThruXDock":{
                        "description":"A Y/N indicator for whether this order release must ship through cross dock.",
                        "type":"boolean"
                    },
                    "mustShipThruPool":{
                        "description":"A Y/N indicator for whether this order release must ship through pool.",
                        "type":"boolean"
                    },
                    "shipWithGroup":{
                        "description":"Ship with group tags orders that need to be placed on a shipment together.",
                        "type":"string"
                    },
                    "primaryLegSourceLocGid":{
                        "description":"Location GID of source for primary leg shipment <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "primaryLegSourceLoc":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property primaryLegSourceLocGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "primLegSrcLocOverrideGid":{
                        "description":"Location override GID of source for primary leg shipment",
                        "type":"string"
                    },
                    "portOfLoadLocationGid":{
                        "description":"Location GID of the port of load for the primary leg carrier. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "portOfLoadLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property portOfLoadLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "portOfLoadLocOverrideGid":{
                        "description":"Location override GID of the port of load for the primary leg carrier.",
                        "type":"string"
                    },
                    "portOfDisLocationGid":{
                        "description":"Location GID of the port of discharge for primary leg carrier. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "portOfDisLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property portOfDisLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "portOfDisLocOverrideGid":{
                        "description":"Location override GID of the port of discharge for primary leg carrier.",
                        "type":"string"
                    },
                    "primaryLegDestLocGid":{
                        "description":"Location GID of destination for primary leg shipment. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "primaryLegDestLoc":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property primaryLegDestLocGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "primLegDestOverrideLocGid":{
                        "description":"Location override GID of destination for primary leg shipment.",
                        "type":"string"
                    },
                    "importLicenseRequired":{
                        "description":"A Y/N indicator for whether this order requires an import license.",
                        "type":"string"
                    },
                    "importLicenseIssueDate":{
                        "description":"The import license issue date.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "importLicenseReceiveDate":{
                        "description":"The import license received date.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "importLicenseExpirationDate":{
                        "description":"The date the import license will expire.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "importLicenseNumber":{
                        "description":"The import license number.",
                        "type":"string"
                    },
                    "locExpirationDate":{
                        "description":"The letter of credit expiration date.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "isLocRequired":{
                        "description":"A Y/N field indicating whether a letter of credit is required for the order release.",
                        "type":"boolean"
                    },
                    "inspectionRequired":{
                        "description":"A Y/N indicator for whether an inspection is required.",
                        "type":"string"
                    },
                    "unitizationConditionName":{
                        "description":"The unitization (loading of equipment) condition name value.",
                        "type":"string"
                    },
                    "stuffLocationGid":{
                        "description":"The location for stuffing (loading) the container prior to shipping. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "stuffLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property stuffLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "destuffLocationGid":{
                        "description":"The location for destuffing (unloading) the container after the ocean move. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "destuffLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property destuffLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "customerUnitizationRequest":{
                        "description":"The customer's request for unitization location.",
                        "type":"boolean"
                    },
                    "defaultStowageMode":{
                        "description":"The default stowage mode to use for this order when loading onto stowage consol shipments.",
                        "type":"string"
                    },
                    "consolidationTypeGid":{
                        "description":"The type of consol (charter, vessel) to be used when assigning this order to the consol.",
                        "type":"string"
                    },
                    "movePerspectiveGid":{
                        "description":"The mode perspective GID for the order release.",
                        "type":"string"
                    },
                    "quoteGid":{
                        "description":"The quote GID generated if this order release went through the quoting process. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "quote":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property quoteGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/quotes"
                            }
                        ],
                        "readOnly":true
                    },
                    "commercialPaymentCodeGid":{
                        "description":"The commercial payment terms for the goods on the order release.",
                        "type":"string"
                    },
                    "isLocStale":{
                        "description":"A Y/N field indicating whether the letter of credit is stale or expired.",
                        "type":"boolean"
                    },
                    "ultDestCountryCode3Gid":{
                        "description":"The ultimate destination country code for this order release. It may be beyond the plan to or destination location defined on the order release.",
                        "type":"string"
                    },
                    "templateType":{
                        "description":"Hide template created for customer from other order UI. \"Customer\" is for customer template.",
                        "type":"string"
                    },
                    "bundlingType":{
                        "description":"AUTOMATIC or MANUAL ONLY allow bundling; they are distinguished only by user defined queries. DO NOT BUNDLE means order will never be bundled with other orders.",
                        "type":"string"
                    },
                    "isConsolidateOrEquipment":{
                        "description":"Whether to consolidate order release equipment when bundling.",
                        "type":"boolean"
                    },
                    "dutyPaid":{
                        "description":"Indicating if duty is to be paid for the order release.",
                        "type":"string"
                    },
                    "quoteOptionNumber":{
                        "description":"The quote option number for the order release. Informational.",
                        "type":"number",
                        "format":"int64"
                    },
                    "partitionGid":{
                        "description":"The partition GID used as according to this name, bulk plan partition orders to be planned together in one partition.",
                        "type":"string"
                    },
                    "totalDeclaredValue":{
                        "description":"The total declared value calculated from the order release lines.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "buyItineraryProfileGid":{
                        "description":"The buy itinerary profile GID to be used as a constraint while planning the order release onto shipments.",
                        "type":"string"
                    },
                    "sellItineraryProfileGid":{
                        "description":"The sell itinerary profile GID to be used as a constraint while planning the order release onto shipments.",
                        "type":"string"
                    },
                    "bufferType":{
                        "description":"Defines the buffer type if this order release is a buffer order that utilizes the buffer locations as points where the order will accumulate prior to moving on.",
                        "type":"string",
                        "readOnly":true
                    },
                    "sellServprovGid":{
                        "description":"The sell service provider GID to be used as a constraint while planning the order release onto shipments. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "sellServprov":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property sellServprovGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/serviceProviders"
                            }
                        ],
                        "readOnly":true
                    },
                    "sellServprovProfileGid":{
                        "description":"The sell service provider GID to be used as a constraint while planning the order release onto shipments.",
                        "type":"string"
                    },
                    "isIgnoreLocationCalendar":{
                        "description":"A Y/N field indicating whether the location calendar should be ignored when planning shipments for the order. If NULL, treat it as N.",
                        "type":"boolean"
                    },
                    "rateServiceGid":{
                        "description":"The buy rate service GID to be used as a constraint while planning the order release onto shipments.",
                        "type":"string"
                    },
                    "shipUnitWidth":{
                        "description":"The width of the ship unit. This will show a value only if the order release has one ship unit.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "shipUnitLength":{
                        "description":"The length of the ship unit. This column will show value only if the order release has one ship unit.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "shipUnitHeight":{
                        "description":"The height of the ship unit. This column will show value only if the order release has one ship unit.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "shipUnitDiameter":{
                        "description":"The diameter of the ship unit for cyclindrical objects. This column will show value only if the order release has one ship unit.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "transportHandlingUnitGid":{
                        "description":"The transport handling unit associated with the ship unit dimension values. This columns will show value only if the order release has one ship unit.",
                        "type":"string"
                    },
                    "onRtExecution":{
                        "description":"A Y/N field indicating whether that a shipment built from this order release has been assigned to a route instance leg. For migration: old existing order releases migrated to the default value ('N').",
                        "type":"boolean"
                    },
                    "isSplittable":{
                        "description":"A Y/N field that indicates whether the order release can be split when planning during container optimization.",
                        "type":"boolean"
                    },
                    "pickupRoutingSequenceGid":{
                        "description":"The pickup location routing sequence that controls how the stops can be planned for pickup such as first, absolute first, last.",
                        "type":"string"
                    },
                    "dropoffRoutingSequenceGid":{
                        "description":"The pickup location routing sequence that controls how the stops can be planned for pickup such as first, absolute first, last.",
                        "type":"string"
                    },
                    "latestEstDeliveryDate":{
                        "description":"The latest estimate delivery date calculated from the last leg shipments.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ],
                        "readOnly":true
                    },
                    "otmVersion":{
                        "description":"The OTM version number used when order was created.",
                        "type":"string",
                        "readOnly":true
                    },
                    "priority":{
                        "description":"The priority associated with an order release.",
                        "type":"number",
                        "format":"int32"
                    },
                    "latestEstPickupDate":{
                        "description":"The latest estimated pickup date calculated from the first leg shipments.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ],
                        "readOnly":true
                    },
                    "pickupRailCarrier":{
                        "description":"The pickup rail carrier used as identification on the shipment execution.",
                        "type":"string"
                    },
                    "deliveryRailCarrier":{
                        "description":"The delivery rail carrier used as identification on the shipment execution.",
                        "type":"string"
                    },
                    "equipmentTypeGid":{
                        "description":"The buy equipment type GID to be used as a constraint while planning the order release onto shipments. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "equipmentType":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property equipmentTypeGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/equipmentTypes"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "railRouteCodeGid":{
                        "description":"The buy itinerary profile GID to be used as a constraint while planning the order release onto shipments.",
                        "type":"string"
                    },
                    "emPhoneNumber":{
                        "description":"The emergency phone number when shipping hazardous materials. The 24 hours contact for the shipment.",
                        "type":"string"
                    },
                    "legConsolidationGroupGid":{
                        "description":"The leg consolidation group set during planning.",
                        "type":"string"
                    },
                    "isPreEnteredPu":{
                        "description":"A Y/N field indicating whether the order release is a pre-entered pickup for customs processing.",
                        "type":"boolean"
                    },
                    "routingConstraintGid":{
                        "description":"The buy itinerary profile GID to be used as a constraint while planning the order release onto shipments.",
                        "type":"string"
                    },
                    "attribute1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attributeNumber1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeCurrency1":{
                        "description":"The attribute currency of the shipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "attributeCurrency2":{
                        "description":"The attribute currency of the shipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "attributeCurrency3":{
                        "description":"The attribute currency of the shipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "allocationGroupGid":{
                        "description":"The allocation group that was calculated if the order travels from the plan from to the plan to as a single group order.",
                        "type":"string"
                    },
                    "earliestEstPickupDate":{
                        "description":"The earliest estimated pickup that was calculated if the order travels from the plan from to the plan to as a single estimated order.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ],
                        "readOnly":true
                    },
                    "isTopoff":{
                        "description":"This field indicates whether the order is a topoff order or not.",
                        "type":"boolean"
                    },
                    "attributeNumber11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "earlySailDate":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "lateSailDate":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "voyageGid":{
                        "description":"No description. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "voyage":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property voyageGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/voyages"
                            }
                        ],
                        "readOnly":true
                    },
                    "externalVoyageCode":{
                        "description":"Specifies the number of the voyage as assigned by the carrier.After the voyages are queried from an external voyage service and the user selects a particular voyage result,the voyage number selected for this result will be saved in this column.<br>            This will be used while planning the order for a shipment.<br>            ",
                        "type":"string"
                    },
                    "isDirectVoyage":{
                        "description":"<br>            The flag indicates whether only direct voyages, that is voyages without trans-shipments should be retrieved by an external voyage service.<br>            It will be used for querying the voyage based on data from order release.   <br>            ",
                        "type":"boolean"
                    },
                    "predictedOrderRoute":{
                        "description":"Stores the predicted order route path.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "specialServices":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/orderReleases.specialServices"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "services":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/orderReleases.services"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "shipUnits":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/orderReleases.shipUnits"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "equipments":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/orderReleases.equipments"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "lines":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/orderReleases.lines"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "involvedParties":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/orderReleases.involvedParties"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "remarks":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/orderReleases.remarks"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "texts":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/orderReleases.texts"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "statuses":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/orderReleases.statuses"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "accruals":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/orderReleases.accruals"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "legConstraints":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/orderReleases.legConstraints"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "stops":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/orderReleases.stops"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "accessorials":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/orderReleases.accessorials"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "refnums":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/orderReleases.refnums"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "trackingEvents":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/orderReleases.trackingEvents"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "documents":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/orderReleases.documents"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "allocations":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/orderReleases.allocations"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "sourceLocation":{
                        "description":"The source location.This property is a reference resource (a resource that is referred via a foreign key) of the property sourceLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ]
                    },
                    "planToLocation":{
                        "description":"The location from where the order is planned.This property is a reference resource (a resource that is referred via a foreign key) of the property planToLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ]
                    },
                    "destinationLocation":{
                        "description":"The destination location.This property is a reference resource (a resource that is referred via a foreign key) of the property destLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ]
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "orderReleases.specialServices":{
                "properties":{
                    "specialServiceCodeGid":{
                        "description":"The special service code GID defining the service required.",
                        "type":"string"
                    },
                    "time":{
                        "description":"The duration required for the special service.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "forSourceDest":{
                        "description":"Define if this special service is required for source and/or destination location of this order.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "orderReleases.services":{
                "properties":{
                    "customerServiceGid":{
                        "description":"The customer service GID for this customer service.",
                        "type":"string"
                    },
                    "executedDate":{
                        "description":"It will be reset to the date when this service template is applied last time.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "isProrityOverwrite":{
                        "description":"If this field is Y, this customer service will be treated as the highest priority. It will be reset to N after the service template is applied.",
                        "type":"boolean"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "orderReleases.shipUnits":{
                "properties":{
                    "shipUnitGid":{
                        "description":"The GID for the ship unit associated to an order release.",
                        "type":"string"
                    },
                    "shipUnitXid":{
                        "description":"The XID for the ship unit associated to a order release.",
                        "type":"string"
                    },
                    "isSplitable":{
                        "description":"A Y/N flag to identify if the ship unit can be split when creating an order.",
                        "type":"boolean"
                    },
                    "transportHandlingUnitGid":{
                        "description":"The transport handling unit identifier defined for the ship unit. Examples are a box and a pallet.",
                        "type":"string"
                    },
                    "unitLength":{
                        "description":"The length of each order release ship unit. If this row represents 20 of the same ship units, the total length is 20 x unit length.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "unitWidth":{
                        "description":"The width of each order release ship unit. Each row may represent the ship unit count number of same ship units. If this field is null or is 0, the weight of this order release ship unit is computed as the total of container weight from its ship unit specification and the weight of its shipment ship unit lines.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "unitHeight":{
                        "description":"The height of each order release ship unit. If this row represents the 20 same ship units, the total height is 20 x unit height.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "unitWeight":{
                        "description":"The weight of the ship unit.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "unitVolume":{
                        "description":"The volume of each order release ship unit. Each row may represent the ship unit count number of same ship units. If this field is null or is 0, the volume of this shipment ship unit is computed as the total of container volume from its ship unit specification and the volume of its shipment ship unit lines.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "flexCommodityCode":{
                        "description":"The user defined commodity code for the item. E.g.. the HTS, NMFC, SITC, STCC codes for the item.",
                        "type":"string"
                    },
                    "flexCommodityQualGid":{
                        "description":"A unique identifier to define the type of the code. E.g.. HTS, SITC, STCC, NMFC etc.",
                        "type":"string"
                    },
                    "isSystemGenerated":{
                        "description":"A Y/N indicator to define if the record is generated by the system for the order base or copied (may be from XML).",
                        "type":"boolean"
                    },
                    "orEquipmentSeq":{
                        "description":"Associates equipment of the order release to this particular ship unit.",
                        "type":"number",
                        "format":"int32"
                    },
                    "shipUnitCount":{
                        "description":"Ship units that have the same dimension/weight and contents are represented as one row in the SHIP_UNIT table. The ship unit count is the number of these ship units.",
                        "type":"number",
                        "format":"int64"
                    },
                    "obShipUnitGid":{
                        "description":"The order base ship unit associated with the order release ship unit if it was created from an order base and the releasing logic.",
                        "type":"string",
                        "readOnly":true
                    },
                    "unitNetWeight":{
                        "description":"The net weight of the ship unit.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "unitNetVolume":{
                        "description":"The net volume of the ship unit.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "secondaryUnitWeight":{
                        "description":"An additional value for the secondary gross weight of the ship unit.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "secondaryUnitVolume":{
                        "description":"An additional value for the secondary gross volume of the ship unit.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "secondryUnitNetWt":{
                        "description":"An additional value for the secondary net weight of the ship unit.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "secondryUnitNetVol":{
                        "description":"An additional value for the secondary net volume of the ship unit.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "coreDiameter":{
                        "description":"For cylindrical objects, this defines the diameter of the core",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "unitDiameter":{
                        "description":"The unit diameter of the ship unit.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "tag1":{
                        "description":"A flexible field to contain informational data that has been copied from the order to the shipment.",
                        "type":"string"
                    },
                    "tag2":{
                        "description":"A flexible field to contain informational data that has been copied from the order to the shipment.",
                        "type":"string"
                    },
                    "tag3":{
                        "description":"A flexible field to contain informational data that has been copied from the order to the shipment.",
                        "type":"string"
                    },
                    "tag4":{
                        "description":"A flexible field to contain informational data that has been copied from the order to the shipment.",
                        "type":"string"
                    },
                    "obSuReleaseInstrSeq":{
                        "description":"The release instruction associated to the order base if the order release was created from an order base through the releasing logic.",
                        "type":"number",
                        "format":"int64",
                        "readOnly":true
                    },
                    "isCountSplittable":{
                        "description":"A Y/N indicator for whether the ship unit can be split on the count boundaries when planning during container optimization.",
                        "type":"boolean"
                    },
                    "pickupOrStopGid":{
                        "description":"This ship unit is going to be picked up at this stop. If this field is empty, this ship unit is picked up at the order's source location.",
                        "type":"string"
                    },
                    "dropoffOrStopGid":{
                        "description":"This ship unit is going to be dropped off at this stop. If this field is empty, this ship unit is dropped off at the order's destination location.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "totalGrossWeight":{
                        "description":"The total gross weight of the order release ship unit (transport handling unit + lines).",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "totalGrossVolume":{
                        "description":"The total gross volume of the order release ship unit (transport handling unit + lines).",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "loadConfigSetupGid":{
                        "description":"A load configurator set up identifier to be used by the load configuration engine as the input rules for how the ship unit was built.",
                        "type":"string"
                    },
                    "isAllowRepack":{
                        "description":"A Y/N field, if this flag is set to false, when planning order movement that contains this shipment ship unit or combine shipments that contains this shipment ship unit, the shipment ship unit building process will not repack this s ship unit. ",
                        "type":"boolean"
                    },
                    "attribute1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attributeNumber1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "isExclusiveUse":{
                        "description":"Used to specify if the ship unit is EXCLUSIVE USE. Ship unit is not mixed with anything even if they belong to the same MIXING family if its marked as EXCLUSIVE USE.",
                        "type":"boolean"
                    },
                    "priority":{
                        "description":"This column defines the priority associated with a ship unit.",
                        "type":"number",
                        "format":"int32"
                    },
                    "attributeNumber11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "refnums":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/orderReleases.shipUnits.refnums"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "lines":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/orderReleases.shipUnits.lines"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "loadingSplits":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/orderReleases.shipUnits.loadingSplits"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "seals":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/orderReleases.shipUnits.seals"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "texts":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/orderReleases.shipUnits.texts"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "remarks":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/orderReleases.shipUnits.remarks"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "specialServices":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/orderReleases.shipUnits.specialServices"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "equipmentRefUnits":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/orderReleases.shipUnits.equipmentRefUnits"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "orderReleases.shipUnits.refnums":{
                "properties":{
                    "shipUnitRefnumQualGid":{
                        "description":"The reference number qualifier identifier defining the reference code.",
                        "type":"string"
                    },
                    "shipUnitRefnumValue":{
                        "description":"The text associated to the reference number code.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                },
                "required":[
                    "shipUnitRefnumValue"
                ]
            },
            "orderReleases.shipUnits.lines":{
                "properties":{
                    "shipUnitLineNo":{
                        "description":"The unique sequence within the ship unit to define the individual line items.",
                        "type":"number",
                        "format":"int32"
                    },
                    "orderReleaseLineGid":{
                        "description":"The order release line associated with this ship unit line content line items. This attribute is marked as Create-Only. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "orderReleaseLine":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property orderReleaseLineGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/orderReleaseLines"
                            }
                        ],
                        "readOnly":true
                    },
                    "weight":{
                        "description":"The gross weight of the item.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "volume":{
                        "description":"The gross volume of the item.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "itemPackageCount":{
                        "description":"The number of packages in this order release ship unit line for one ship unit. Its ship unit may represent more than one same ship units. E.g., for 20 ship units that contains 4 cases of 24 cans of cocoa, each order release ship unit line row will have an item GID: cocoa, item count 4x24, item package specification: case-of-24-cans, item package count: 4. The ship unit count will be 20.",
                        "type":"number",
                        "format":"int64"
                    },
                    "obLineGid":{
                        "description":"The order base line associated with this ship unit line content line items if the order release was built from the order base.",
                        "type":"string",
                        "readOnly":true
                    },
                    "weightPerShipUnit":{
                        "description":"The weight per shipping line count to handle shipping a multiple count.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "volumePerShipUnit":{
                        "description":"The weight per shipping line count to handle shipping a multiple count.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "countPerShipUnit":{
                        "description":"The count per ship unit.",
                        "type":"number",
                        "format":"int64"
                    },
                    "packagingUnitGid":{
                        "description":"The GID for the packaging unit that is related to the shipment line.",
                        "type":"string"
                    },
                    "packagingUnitCount":{
                        "description":"The packaging unit count for the packaged unit that is being shipped.",
                        "type":"number",
                        "format":"int64"
                    },
                    "secondaryWeight":{
                        "description":"An additional value for the secondary weight of the item.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "secondaryVolume":{
                        "description":"As additional value for the secondary volume of the item.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "netWeight":{
                        "description":"The net weight of the item.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "netVolume":{
                        "description":"The net volume of the item.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "secondryNetWeight":{
                        "description":"An additional value for the secondary net weight of the item.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "secondryNetVolume":{
                        "description":"As additional value for the net secondary volume of the item.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "obLineReleaseInstrSeq":{
                        "description":"The release instruction identifier from the order base line if the ship unit line was constructed through the order base releasing logic.",
                        "type":"number",
                        "format":"int64",
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "packagedItemGid":{
                        "description":"The packaged item GID defining the line for the ship unit. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "packagedItem":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property packagedItemGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/packagedItems"
                            }
                        ],
                        "readOnly":true
                    },
                    "attribute1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attributeNumber1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "remarks":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/orderReleases.shipUnits.lines.remarks"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "refnums":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/orderReleases.shipUnits.lines.refnums"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "orderReleases.shipUnits.lines.remarks":{
                "properties":{
                    "remarkSequence":{
                        "description":"The sequence identifier for the remark associated with the order release.",
                        "type":"number",
                        "format":"int64"
                    },
                    "remarkQualGid":{
                        "description":"The remark qualifier identifier defining the remark code.",
                        "type":"string"
                    },
                    "remarkText":{
                        "description":"The text associated to the remark code.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                },
                "required":[
                    "remarkText"
                ]
            },
            "orderReleases.shipUnits.lines.refnums":{
                "properties":{
                    "shipUnitRefnumQualGid":{
                        "description":"The reference number qualifier GID defining the reference code.",
                        "type":"string"
                    },
                    "shipUnitRefnumValue":{
                        "description":"The text associated to the reference code.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                },
                "required":[
                    "shipUnitRefnumValue"
                ]
            },
            "orderReleases.shipUnits.loadingSplits":{
                "properties":{
                    "splitNo":{
                        "description":"The split number for the ship unit.",
                        "type":"number",
                        "format":"int32"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "length":{
                        "description":"The length for the this part of the ship unit split.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "width":{
                        "description":"The width for the this part of the ship unit split.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "height":{
                        "description":"The height for the this part of the ship unit split.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "weight":{
                        "description":"The weight for the this part of the ship unit split.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "volume":{
                        "description":"The volume for the this part of the ship unit split.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                },
                "required":[
                    "width",
                    "splitNo",
                    "height",
                    "length"
                ]
            },
            "orderReleases.shipUnits.seals":{
                "properties":{
                    "shipUnitSealNum":{
                        "description":"The ship unit seal number for the order release ship unit.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                },
                "required":[
                    "shipUnitSealNum"
                ]
            },
            "orderReleases.shipUnits.texts":{
                "properties":{
                    "textTemplateGid":{
                        "description":"The GID for the text template. A text template is a predefined, formatted selection of text that is identified by a business object. Use text templates to attach a short paragraph of text to a document, XML transmission, or notification (via XSL stylesheet).",
                        "type":"string"
                    },
                    "documentDefGid":{
                        "description":"Document that should hold text.",
                        "type":"string"
                    },
                    "textOverride":{
                        "description":"Transactional override for the template on the specific document.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "orderReleases.shipUnits.remarks":{
                "properties":{
                    "remarkSequence":{
                        "description":"The sequence identifier for the remark associated with the order release.",
                        "type":"number",
                        "format":"int64"
                    },
                    "remarkQualGid":{
                        "description":"The remark qualifier identifier defining the remark code.",
                        "type":"string"
                    },
                    "remarkText":{
                        "description":"The text associated to the remark code.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                },
                "required":[
                    "remarkText"
                ]
            },
            "orderReleases.shipUnits.specialServices":{
                "properties":{
                    "specialServiceGid":{
                        "description":"The special service identifier defining the special service that needs to be performed for the ship unit.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"The special service associated with the remark.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "orderReleases.shipUnits.equipmentRefUnits":{
                "properties":{
                    "equipmentReferenceUnitGid":{
                        "description":"The equipment reference unit, such as loading meter, that is referring to the equipment consumption value.",
                        "type":"string"
                    },
                    "numReferenceUnits":{
                        "description":"The number of equipment reference units this ship unit will consume when loading onto the equipment.",
                        "type":"number",
                        "format":"double"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "totalNumReferenceUnits":{
                        "description":"The total equipment reference units max consumption demand for this ship unit.",
                        "type":"number",
                        "format":"double"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "orderReleases.equipments":{
                "properties":{
                    "orEquipmentSeq":{
                        "description":"The equipment sequence to allow for multiple equipment request to be specified on the order release.",
                        "type":"number",
                        "format":"int32"
                    },
                    "equipmentGroupGid":{
                        "description":"The seal sequence to allow for multiple seals to be defined. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "equipmentGroup":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property equipmentGroupGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/equipmentGroups"
                            }
                        ],
                        "readOnly":true
                    },
                    "equipmentTypeGid":{
                        "description":"The equipment seal number for the order release ordered equipment. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "equipmentType":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property equipmentTypeGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/equipmentTypes"
                            }
                        ],
                        "readOnly":true
                    },
                    "equipmentNumber":{
                        "description":"The equipment number as an identifier specified for this order release equipment.",
                        "type":"string"
                    },
                    "equipmentInitial":{
                        "description":"The equipment initial as an identifier specified for this order release equipment.",
                        "type":"string"
                    },
                    "equipmentInitialNumber":{
                        "description":"The equipment initial and number as an identifier specified for this order release equipment.",
                        "type":"string"
                    },
                    "equipmentGid":{
                        "description":"The actual equipment GID if the equipment is managed in the database. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "equipment":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property equipmentGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/equipments"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "seals":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/orderReleases.equipments.seals"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "orderReleases.equipments.seals":{
                "properties":{
                    "sealSequence":{
                        "description":"The seal sequence to allow for multiple seals to be defined.",
                        "type":"number",
                        "format":"int32"
                    },
                    "sealNumber":{
                        "description":"The equipment seal number for the order release ordered equipment.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                },
                "required":[
                    "sealNumber"
                ]
            },
            "orderReleases.lines":{
                "properties":{
                    "orderReleaseLineGid":{
                        "description":"The GID for the order base line.",
                        "type":"string"
                    },
                    "orderReleaseLineXid":{
                        "description":"The XID for the order base line.",
                        "type":"string"
                    },
                    "weight":{
                        "description":"The weight of the item.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "volume":{
                        "description":"The volume of the item.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "tag1":{
                        "description":"Additional information about the item. Like the color, size, or code.",
                        "type":"string"
                    },
                    "tag2":{
                        "description":"Additional information about the item. Like the color, size, or code.",
                        "type":"string"
                    },
                    "tag3":{
                        "description":"Additional information about the item. Like the color, size, or code.",
                        "type":"string"
                    },
                    "tag4":{
                        "description":"Additional information about the item. Like the color, size, or code.",
                        "type":"string"
                    },
                    "declaredValue":{
                        "description":"The declared cost of the item.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "initialItemGid":{
                        "description":"Can be used to define the substitution. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "initialItem":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property initialItemGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid"
                            }
                        ],
                        "readOnly":true
                    },
                    "packagingUnitGid":{
                        "description":"The packaging unit (considered an inner pack to the packaged item level) for this order release line.",
                        "type":"string"
                    },
                    "itemPackageCount":{
                        "description":"The packaging unit count associated to the packaging unit for this order release line.",
                        "type":"number",
                        "format":"int64"
                    },
                    "packagedItemGid":{
                        "description":"The packaged item GID defining the item associated to this order release line. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "packagedItem":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property packagedItemGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/packagedItems"
                            }
                        ],
                        "readOnly":true
                    },
                    "buyGeneralLedgerGid":{
                        "description":"The general ledger code for the order release line for the buy side (cost).",
                        "type":"string"
                    },
                    "sellGeneralLedgerGid":{
                        "description":"The general ledger code for the order release line for the sell side (revenue).",
                        "type":"string"
                    },
                    "packagingUnitCount":{
                        "description":"The packaging unit count associated to the packaging unit for this order base line.",
                        "type":"number",
                        "format":"int64"
                    },
                    "transportHandlingUnitGid":{
                        "description":"The transport handling unit that is to be used when building the order release ship unit. If defined here it will take precedence to the data that is defined on the static packaged item table.",
                        "type":"string"
                    },
                    "numLayersPerShipUnit":{
                        "description":"The number of layers for the transportation handling unit defined here on the order base line. This allows the user to define the TiHi date used to build ship units on the order release per each transactional line passed in, instead of looking to the static TiHi data on the packaged item table.",
                        "type":"number",
                        "format":"int64"
                    },
                    "quantityPerLayer":{
                        "description":"The quantity per layer for the transportation handling unit defined here on the order base line. This allows the user to define the TiHi date used to build ship units on the order release per each transactional line passed in, instead of looking to the static TiHi data on the packaged item table.",
                        "type":"number",
                        "format":"int64"
                    },
                    "freeAlongSide":{
                        "description":"Refers to the seller's price quote for the goods, including the charge for delivery of the goods alongside a vessel at the named port of export.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "isHazardous":{
                        "description":"A Y/N indicator defining if the order release line is a hazardous goods. This is a transactional setting instead of looking at the item master definitions.",
                        "type":"boolean"
                    },
                    "commercialInvoiceGid":{
                        "description":"The commercial invoice GID for the object that is associated with this order release line.",
                        "type":"string"
                    },
                    "commercialInvoiceDescription":{
                        "description":"A description field for the commercial invoice.",
                        "type":"string"
                    },
                    "secondaryWeight":{
                        "description":"The order release line can be specified in a secondary weight value for informational purposes.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "secondaryVolume":{
                        "description":"The order release line can be specified in a secondary volume value for informational purposes.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "hazHazmatGenericGid":{
                        "description":"The hazmat generic GID is the link between a hazardous material and a hazardous item.",
                        "type":"string"
                    },
                    "hazHazmatItemGid":{
                        "description":"The hazmat item GID defines the entry in the hazmat table that contains attributes associated to this order release line.",
                        "type":"string"
                    },
                    "hazIdentificationNumber":{
                        "description":"The hazardous classification ID is the numeric class of the hazardous material as specified by Department of Transportation regulations. Enter the hazard class in this field.",
                        "type":"string"
                    },
                    "hazProperShippingName":{
                        "description":"The hazardous proper shipping name for the hazardous material is similar, but not identical to, the hazardous technical name of the material.",
                        "type":"string"
                    },
                    "hazPackagingGroup":{
                        "description":"The packaging group denotes the classification of hazardous packaging for this material based on the reportable quantity of the material.",
                        "type":"string"
                    },
                    "hazFlashPoint":{
                        "description":"The hazardous flash point for this material is the lowest temperature at which the vapor of the material (if it is a combustible liquid) can be made to ignite momentarily in air. Enter a numeric value if applicable and select K for Kelvin, F for Fahrenheit, or C for Centigrade as the temperature type.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "hazEmergencyTemp":{
                        "description":"The emergency temperature at which the product will begin the process of self-destructing or breaking down.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "hazControlTemp":{
                        "description":"The hazardous control temperature to report for this order release line.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "hazSubsidiaryHazard":{
                        "description":"The subsidiary hazard represents a Department of Transportation-specified code pertaining to the cleanup of a spill of a hazardous material. ",
                        "type":"string"
                    },
                    "hazInhalationHazardZone":{
                        "description":"This zone indicates the area of a toxicity hazard based on the concentration of the hazardous material.",
                        "type":"string"
                    },
                    "hazEmergencyResponseInfo":{
                        "description":"The emergency response information is a number associated with the International Maritime Organization (IMO), which promulgates, encourages, and enforces the highest standards of marine safety in vessel transport. Enter an IMDG emergency response number for this hazardous material.",
                        "type":"string"
                    },
                    "hazNosTechnicalName":{
                        "description":" The Not Otherwise Specified (NOS) indicator if the material is composed of other chemicals not specified add the technical name.",
                        "type":"string"
                    },
                    "hazNetExplosvContentWeight":{
                        "description":"The hazardous net explosive content weight is the net weight of the explosive contents of the order release line.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "hazMpTechnicalName":{
                        "description":"The marine pollutant technical name for this hazardous substance.",
                        "type":"string"
                    },
                    "hazIsLimitedQuantity":{
                        "description":"A Y/N indicator for the limited quantity residual amounts.",
                        "type":"boolean"
                    },
                    "hazPsaSingaporeGroup":{
                        "description":"For the hazardous PSA Singapore Group enter a I, II, OR III. This regulates the cost of hazardous charge/cost at the Singapore destination.",
                        "type":"string"
                    },
                    "hazHazardousDescription":{
                        "description":"A hazardous description for documentation.",
                        "type":"string"
                    },
                    "hazIsReportableQuantity":{
                        "description":"A Y/N indicator, the reportable quantity (RQ) indicator if the material is composed of quantities of other chemicals that are hazardous and must be reported by concentration percentage. RQs are the chemical components of a hazardous item that have reached a threshold in a shipping container that make them reportable as hazardous items.",
                        "type":"boolean"
                    },
                    "hazRqTechnicalName":{
                        "description":"The reportable quantity technical name.",
                        "type":"string"
                    },
                    "hazActivity":{
                        "description":"The hazardous activity field indicates the level of radioactivity of the product.",
                        "type":"string"
                    },
                    "hazIsToxicInhalation":{
                        "description":"A Y/N indicator defining the hazardous toxic inhalation value.",
                        "type":"boolean"
                    },
                    "hazIsPassengerAircraftForb":{
                        "description":"A Y/N indicator specifying the passenger aircraft forbidden indicator if the material cannot be transported on passenger aircraft.",
                        "type":"boolean"
                    },
                    "hazIsCommercialAircraftFor":{
                        "description":"A Y/N indicator specifying the commercial aircraft forbidden indicator if the material cannot be transported on passenger aircraft.",
                        "type":"boolean"
                    },
                    "hazIsOilContained":{
                        "description":"A Y/N indicator that the check hazardous is oil contained field if the material is an oil-based product.",
                        "type":"boolean"
                    },
                    "hazNosTechnicalName2":{
                        "description":"The not otherwise specified (NOS) field if the material is composed of other chemicals not specified add the technical name. You can specify up to 2.",
                        "type":"string"
                    },
                    "hazRqTechnicalName2":{
                        "description":"The reportable quantity technical name. You can specify up to 2.",
                        "type":"string"
                    },
                    "hazMpTechnicalName2":{
                        "description":"The marine pollutant technical name for this hazardous substance. You can specify up to 2.",
                        "type":"string"
                    },
                    "hazardousClassificationGid":{
                        "description":"The hazardous classification GID.",
                        "type":"string"
                    },
                    "manufacturedCountryCodeGid":{
                        "description":"The country code GID where this order release line was manufactured.",
                        "type":"string"
                    },
                    "isDrawback":{
                        "description":"A Y/N indicator defining if this order release line is part of the duty drawback program.",
                        "type":"boolean"
                    },
                    "billedQuantity":{
                        "description":"The billed quantity for order release line goods.",
                        "type":"number",
                        "format":"double"
                    },
                    "billedQuantityUomCode":{
                        "description":"The billed quantity unit of measure.",
                        "type":"string"
                    },
                    "billedQuantityUomType":{
                        "description":"The billed quantity unit of measure type.",
                        "type":"string"
                    },
                    "pricePerUnit":{
                        "description":"The price per unit for the order release line to indicate the amount billed.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "totalBilledAmt":{
                        "description":"The total billed amount to the customer for the line. It can contain handling and additional costs beyond goods.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "brandName":{
                        "description":"The brand name. For informational purposes.",
                        "type":"string"
                    },
                    "hazIsNos":{
                        "description":"A Y/N indicator defining this order release line as a hazardous not otherwise specified.",
                        "type":"boolean"
                    },
                    "hazIsMarinePollutant":{
                        "description":"A Y/N indicator defining this order as a marine pollutant.",
                        "type":"boolean"
                    },
                    "hazErg":{
                        "description":"The ERG (Emergency Response Guide) field. The page number is required for documentation purposes.",
                        "type":"string"
                    },
                    "hazErgAir":{
                        "description":"The ERG (Emergency Response Guide) field for air. The page number is required for documentation purposes.",
                        "type":"string"
                    },
                    "hazEms":{
                        "description":"The EMS (Emergency aboard Ship) field. The page number is required for documentation.",
                        "type":"string"
                    },
                    "pricePerUnitUomCode":{
                        "description":"The unit of measurement this unit price is based on.",
                        "type":"string"
                    },
                    "hazCompatibilityGroup":{
                        "description":"The hazardous material compatibility group associated to the order release line.",
                        "type":"string"
                    },
                    "packageLength":{
                        "description":"The package length for order release line; overrides length on packaged item.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "packageWidth":{
                        "description":"The package width for order release line; overrides width on packaged item.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "packageHeight":{
                        "description":"The package height for order release line; overrides height on packaged item.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "packageDiameter":{
                        "description":"The package diameter for order release line; overrides diameter on packaged item.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "packageCoreDiameter":{
                        "description":"The package core diameter for order release line; overrides core diameter on packaged item. Used for products such as roll of paper that have different dimensions.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "orderBaseGid":{
                        "description":"The order base from which this order release line was built. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "orderBase":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property orderBaseGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/orderBases"
                            }
                        ],
                        "readOnly":true
                    },
                    "obLineGid":{
                        "description":"The order base line from which this order release line was built.",
                        "type":"string",
                        "readOnly":true
                    },
                    "hazAllPacked":{
                        "description":"Flag to indicate the package is \"All packed in one\".",
                        "type":"boolean"
                    },
                    "hazAuthorization":{
                        "description":"The authorization for the dangerous goods shipment. The authorization field is only required to state special governmental authorizations that are required because of the provisions or packing materials shipped with. ",
                        "type":"string"
                    },
                    "hazChemicalFormula":{
                        "description":"The basic chemical description of the substance.",
                        "type":"string"
                    },
                    "hazConcentrationPercent":{
                        "description":"Required if the dangerous goods UN number is 2031, 1796, 1826, or 1873. Enter the percentage of dangerous goods concentration if the above condition applies.",
                        "type":"number",
                        "format":"double"
                    },
                    "hazCritSafetyIndex":{
                        "description":"A measurement for packages containing fissile material that is determined by dividing the number 50 by the smaller of the numbers determined using the rules in section 10.6.2.4.3 of the IATA Dangerous Goods Regulation Guide.",
                        "type":"number",
                        "format":"double"
                    },
                    "hazApprovalExemptionGid":{
                        "description":"The hazardous approval exemption GID.",
                        "type":"string"
                    },
                    "hazIdgAddDescInfo":{
                        "description":"The hazmat IDG additional description information.",
                        "type":"string"
                    },
                    "hazMaxQuantity":{
                        "description":"The maximum passenger volume or the maximum cargo volume for the item. Used in Q- Value calculation.",
                        "type":"number",
                        "format":"double"
                    },
                    "hazOuterPackagingType":{
                        "description":"Outer packaging type if packing type = All packed in one.",
                        "type":"string"
                    },
                    "hazOuterPackingCount":{
                        "description":"The outer packing count.",
                        "type":"number",
                        "format":"double"
                    },
                    "hazIsOverpack":{
                        "description":"Flag to indicate the package is an \"overpack\".",
                        "type":"boolean"
                    },
                    "hazPackageType":{
                        "description":"The hazmat package type of the dangerous goods shipment.",
                        "type":"string"
                    },
                    "hazPackingCount":{
                        "description":"The packing count (number of packaged units).",
                        "type":"number",
                        "format":"double"
                    },
                    "hazPackingInstructions":{
                        "description":"Required for dangerous goods shipments, unless the dangerous goods class is radioactive or not restricted. See Table 4.2 columns G, I, or K of the IATA Dangerous Goods Regulation Guide.",
                        "type":"string"
                    },
                    "hazPhysicalForm":{
                        "description":"A description of the physical form of the radioactive substance: S(p)ecial, (S)olid, (L)iquid, (G)as.",
                        "type":"string"
                    },
                    "hazQValue":{
                        "description":"The ratio used to indicate that the combined quantities in \"all packed in one\" package are within the maximum allowable limits.",
                        "type":"number",
                        "format":"double"
                    },
                    "hazQuantity":{
                        "description":"The hazmat item quantity.",
                        "type":"number",
                        "format":"double"
                    },
                    "hazRadioactiveLabel":{
                        "description":"The type of label on the shipment. W1 (White I), Y2 (Yellow II), Y3 (Yellow III).",
                        "type":"string"
                    },
                    "hazRadPackaging":{
                        "description":"A description of the type of packaging the substance is contained in. Acceptable package types are listed in section 10.5 of the dangerous goods regulations guide: Expected (Expected), Industrial ip1 (Industrial Type 1(IP-1)), Industrial ip2 (Industrial Type 2(IP-2)), Industrial ip3 (Industrial Type 3(IP-3)), Type a (Type A), Type b(m) ( Type B(M)), Type b(u) ( Type B(U)), Type c ( Type C ).",
                        "type":"string"
                    },
                    "hazRadioactivity":{
                        "description":"A measurement of the activity of the shipment. For fissile material, the weight of the material in grams or kilograms may be substituted for the activity measurement.",
                        "type":"number",
                        "format":"double"
                    },
                    "hazRadioactivityUnits":{
                        "description":"The units that the activity were measured in. This must be in Becquerel units (or multiples thereof): Bq (Becquerel), kBq (kilobecquerel), MBq (megabecquerel), GBq (gigabecquerel), TBq (terabecquerel), PBq (petabecquerel).",
                        "type":"string"
                    },
                    "hazRadionuclide":{
                        "description":"The radionuclide assigned to the substance being shipped. A table of basic radionuclides is available in the IATA Dangerous Goods Regulation Guide section 10.4.A.  For example, aluminum (13) has a radionuclide Al-26.",
                        "type":"string"
                    },
                    "hazSpecialProvisions":{
                        "description":"Indicates dangerous goods (DG) are being shipped under one of the special provisions listed in the IATA Dangerous Goods Regulation Guide, section 4.4.  There appear to be 146 different provisions, and multiple provisions may apply to a single item in some cases. ",
                        "type":"string"
                    },
                    "hazSubstanceNumber":{
                        "description":"The hazardous materials substance number. ",
                        "type":"string"
                    },
                    "hazSurfaceReading":{
                        "description":"The surface reading of the radiation exposure for the package. This reading must be measured in mrem/h.",
                        "type":"number",
                        "format":"double"
                    },
                    "hazTransportIndex":{
                        "description":"A number based on the radiation exposure of a package. This is determined based on the maximum measurement of the radiation in mrem/h at a distance of 1 meter from the package surface.",
                        "type":"number",
                        "format":"double"
                    },
                    "hazType":{
                        "description":"The hazardous materials type. Valid values are: l = Limited Quantities, e = 500 KG Exemption, f = Fully Regulated (Purolater).",
                        "type":"string"
                    },
                    "hazUnits":{
                        "description":"IATA units for non UPS shipments (L=>Liters g=>Grams kg=>Kilograms kg G=>Kilograms Gross).",
                        "type":"string"
                    },
                    "hazExtCode":{
                        "description":"The item hazmat code as configured in the TNT EM. (For carrier TNT).",
                        "type":"string"
                    },
                    "thuProfileGid":{
                        "description":"The transport handling unit profile (list of valid THUs for this order line) that is to be used when building the order release ship unit. If defined here it will take precedence to the data that is defined on the static packaged item table.",
                        "type":"string"
                    },
                    "obLineRelInstrSeq":{
                        "description":"The order base line release instruction sequence number, carried over from column OB_RELEASE_INSTRUCTION_SEQ in table OB_RELEASE_INSTRUCTION when the order release line is created from an order base line.",
                        "type":"number",
                        "format":"int64"
                    },
                    "isSplitAllowed":{
                        "description":"Indicates if the order release ship units that are created can be split into multiple pieces of equipment.",
                        "type":"boolean"
                    },
                    "attribute1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attributeNumber1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeNumber11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "packWithGroup":{
                        "description":"Lines with different Pack with Groups cannot be packed into the same ship unit.",
                        "type":"string"
                    },
                    "loadConfigSetupGid":{
                        "description":"A load configuration set up identifier to be used by the load configuration engine as the input rules during ship unit building.",
                        "type":"string"
                    },
                    "involvedParties":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/orderReleases.lines.involvedParties"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "attributes":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/orderReleases.lines.attributes"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "pruDetails":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/orderReleases.lines.pruDetails"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "specialServices":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/orderReleases.lines.specialServices"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "remarks":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/orderReleases.lines.remarks"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "refnums":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/orderReleases.lines.refnums"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "texts":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/orderReleases.lines.texts"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "equipmentRefUnits":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/orderReleases.lines.equipmentRefUnits"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "allocations":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/orderReleases.lines.allocations"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "accessorials":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/orderReleases.lines.accessorials"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "orderReleases.lines.involvedParties":{
                "properties":{
                    "involvedPartyQualGid":{
                        "description":"The qualifier ID for the involved party.",
                        "type":"string"
                    },
                    "involvedPartyContactGid":{
                        "description":"The contact ID for the involved party. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "involvedPartyContact":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property involvedPartyContactGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "comMethodGid":{
                        "description":"The communication method ID for the involved party.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "orderReleases.lines.attributes":{
                "properties":{
                    "itemFeatureQualGid":{
                        "description":"The item feature qualifier GID defining what type of feature with which this value is associated.",
                        "type":"string"
                    },
                    "itemFeatureValue":{
                        "description":"The item feature value for the order release line. This allows for future structural definition of an item such as size and color.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                },
                "required":[
                    "itemFeatureValue"
                ]
            },
            "orderReleases.lines.pruDetails":{
                "properties":{
                    "packagingReferenceUnitGid":{
                        "description":"The packaging reference unit GID. The package reference unit (PRU) defines another dimension to describe the consumption and capacity associated to building the order release ship units for transport. An example could be value of goods, loading meters, etc.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "unitPruCount":{
                        "description":"The packaging unit reference (PRU) count being described as how much of the PRU does this line consume.",
                        "type":"number",
                        "format":"double"
                    },
                    "totalPruCount":{
                        "description":"The total packaging unit reference (PRU) count being described as how much of the PRU does this line consume against the upper limit.",
                        "type":"number",
                        "format":"double"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "orderReleases.lines.specialServices":{
                "properties":{
                    "specialServiceCodeGid":{
                        "description":"The special service code GID.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "orderReleases.lines.remarks":{
                "properties":{
                    "remarkSequence":{
                        "description":"The sequence identifier for the remark associated with the order base line.",
                        "type":"number",
                        "format":"int64"
                    },
                    "remarkQualGid":{
                        "description":"The remark qualifier GID defining the remark code.",
                        "type":"string"
                    },
                    "remarkText":{
                        "description":"The text associated to the remark code.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                },
                "required":[
                    "remarkText"
                ]
            },
            "orderReleases.lines.refnums":{
                "properties":{
                    "orderReleaseRefnumQualGid":{
                        "description":"The reference number qualifier GID defining the reference code.",
                        "type":"string"
                    },
                    "orlRefnumValue":{
                        "description":"The text associated to the remark code.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                },
                "required":[
                    "orlRefnumValue"
                ]
            },
            "orderReleases.lines.texts":{
                "properties":{
                    "textTemplateGid":{
                        "description":"The text template qualifier GID defining the text.",
                        "type":"string"
                    },
                    "documentDefGid":{
                        "description":"A document that should hold text.",
                        "type":"string"
                    },
                    "textOverride":{
                        "description":"The transactional override for the template on the specific document.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "orderReleases.lines.equipmentRefUnits":{
                "properties":{
                    "equipmentReferenceUnitGid":{
                        "description":"The equipment reference unit GID for the order line.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "numReferenceUnits":{
                        "description":"The number of ref units per package for the equipment reference unit GID on this line.",
                        "type":"number",
                        "format":"double"
                    },
                    "totalNumReferenceUnits":{
                        "description":"The total number of reference units for the equipment reference unit on this line.",
                        "type":"number",
                        "format":"double"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "orderReleases.lines.allocations":{
                "properties":{
                    "allocSeqNo":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "shipmentGid":{
                        "description":"GC3 Global identifier for the entity. Is created by concatenating Domain Name,\".\" and XID. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "shipment":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property shipmentGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/sellShipments"
                            }
                        ],
                        "readOnly":true
                    },
                    "orderReleaseGid":{
                        "description":"A unique identifier created by the system for the order release. the gid contains the domain portion. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "orderRelease":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property orderReleaseGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/orderReleases"
                            }
                        ],
                        "readOnly":true
                    },
                    "privateCost":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "baseCost":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "totalAllocLineCost":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "packagedItemGid":{
                        "description":"GC3 Global identifier for the entity. Is created by concatenating Domain Name,\".\" and XID. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "packagedItem":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property packagedItemGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/packagedItems"
                            }
                        ],
                        "readOnly":true
                    },
                    "exchangeRateDate":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "exchangeRateGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "allocationBase":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/orderReleases.lines.allocations.allocationBase"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "details":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/orderReleases.lines.allocations.details"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "orderReleases.lines.allocations.allocationBase":{
                "properties":{
                    "allocSeqNo":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "shipmentGid":{
                        "description":"GC3 Global identifier for the entity. Is created by concatenating Domain Name,\".\" and XID. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "shipment":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property shipmentGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/sellShipments"
                            }
                        ],
                        "readOnly":true
                    },
                    "allocTypeQualGid":{
                        "description":"GC3 Global identifier for the entity. Is created by concatenating Domain Name,\".\" and XID.",
                        "type":"string"
                    },
                    "invoiceGid":{
                        "description":"GC3 Global identifier for the entity. Is created by concatenating Domain Name,\".\" and XID. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "invoice":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property invoiceGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/bills"
                            }
                        ],
                        "readOnly":true
                    },
                    "timestamp":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "allocatedCost":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "parentInvoiceGid":{
                        "description":"If populated, the INVOICE_GID indicates that this alllocation is for a child invoice.  This column indicates the parent invoice of the entire consolidation that was allocated. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "parentInvoice":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property parentInvoiceGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/bills"
                            }
                        ],
                        "readOnly":true
                    },
                    "voucherGid":{
                        "description":"GC3 Global identifier for the entity. Is created by concatenating Domain Name,\".\" and XID. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "voucher":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property voucherGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/vouchers"
                            }
                        ],
                        "readOnly":true
                    },
                    "exchangeRateDate":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "exchangeRateGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "shipGroupGid":{
                        "description":"Represents Shipment Group ID. This is populated when allocating a shipment group or a voucher corresponding to an invoice created for a shipment<br>group. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "shipGroup":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property shipGroupGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/shipmentGroups"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "orderReleases.lines.allocations.details":{
                "properties":{
                    "allocCostSeqno":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "costDescription":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "accessorialCodeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "cost":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "generalLedgerGid":{
                        "description":"GL code for the allocation order release line record.",
                        "type":"string"
                    },
                    "invoiceGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "lineitemSeqNo":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "exchangeRateDate":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "exchangeRateGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "costTypeGid":{
                        "description":"cost type for this allocation record",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "shipmentCostSeqno":{
                        "description":"Shipment cost seq no would be stored if we perform allocation based on shipment",
                        "type":"number",
                        "format":"int64"
                    },
                    "shipmentGid":{
                        "description":"Shipment  Gid would be stored in this field if allocation is done based Shipment.",
                        "type":"string"
                    },
                    "voucherGid":{
                        "description":"Voucher  Gid would be stored in this field if allocation is done based on voucher or invoice",
                        "type":"string"
                    },
                    "attribute1":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute2":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute3":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute4":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute5":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute6":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute7":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute8":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute9":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute10":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute11":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute12":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute13":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute14":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute15":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute16":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute17":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute18":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute19":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute20":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attributeNumber1":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber2":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber3":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber4":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber5":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber6":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber7":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber8":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber9":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber10":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber11":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber12":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber13":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber14":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber15":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber16":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber17":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber18":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber19":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber20":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate1":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate2":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate3":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate4":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate5":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate6":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate7":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate8":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate9":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate10":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate11":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate12":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate13":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate14":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate15":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate16":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate17":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate18":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate19":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate20":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeCurrency1":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is Currency.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "attributeCurrency2":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is Currency.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "attributeCurrency3":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is Currency.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "vatCodeGid":{
                        "description":"The GID for the VAT tax that is being allocated from voucher.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "orderReleases.lines.accessorials":{
                "properties":{
                    "accessorialCodeGid":{
                        "description":"GC3 Global identifier for the entity. Is created by concatenating Domain Name,\".\" and XID.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "remarks":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/orderReleases.lines.accessorials.remarks"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "orderReleases.lines.accessorials.remarks":{
                "properties":{
                    "remarkSequence":{
                        "description":"The remark sequence associated with the order release line",
                        "type":"number",
                        "format":"int64"
                    },
                    "remarkQualGid":{
                        "description":"The remark qualifier identifier defining the remark code.",
                        "type":"string"
                    },
                    "remarkText":{
                        "description":"The text associated to the remark code.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                },
                "required":[
                    "remarkText"
                ]
            },
            "orderReleases.involvedParties":{
                "properties":{
                    "involvedPartyQualGid":{
                        "description":"The involved party qualifier identifier.",
                        "type":"string"
                    },
                    "involvedPartyContactGid":{
                        "description":"The involved party contact for the qualifier listed on the order release. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "involvedPartyContact":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property involvedPartyContactGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "comMethodGid":{
                        "description":"The communication method for the involved party listed on the order release.",
                        "type":"string"
                    },
                    "overrideLocationName":{
                        "description":"The location name that is to be used for this involved party on an order release in place of (overridden) the one on the location table.",
                        "type":"string"
                    },
                    "overrideCity":{
                        "description":"The location city that is to be used for this involved party on an order release in place of (overridden) the one on the location table.",
                        "type":"string"
                    },
                    "overrideProvince":{
                        "description":"The location providence that is to be used for this involved party on an order release in place of (overridden) the one on the location table.",
                        "type":"string"
                    },
                    "overrideProvinceCode":{
                        "description":"The location providence code that is to be used for this involved party on an order release in place of (overridden) the one on the location table.",
                        "type":"string"
                    },
                    "overrideCountryCode3Gid":{
                        "description":"The location country code that is to be used for this involved party on an order release in place of (overridden) the one on the location table.",
                        "type":"string"
                    },
                    "overridePostalCode":{
                        "description":"The location postal code that is to be used for this involved party on an order release in place of (overridden) the one on the location table",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "overrideAddresses":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/orderReleases.involvedParties.overrideAddresses"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "orderReleases.involvedParties.overrideAddresses":{
                "properties":{
                    "lineSequence":{
                        "description":"The line sequence (key) for the involved party on the order release.",
                        "type":"number",
                        "format":"int64"
                    },
                    "overrideAddressLine":{
                        "description":"The address line that is to be used for this involved party on an order release in place (Overridden) of the one on the contact table for the involved party.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "orderReleases.remarks":{
                "properties":{
                    "remarkSequence":{
                        "description":"The remark sequence (key) associated with the order release remarks.",
                        "type":"number",
                        "format":"int64"
                    },
                    "remarkQualGid":{
                        "description":"A pointer to the remark type. For example: Service provider assigned equipment number, service provider tender decline reason code, etc.",
                        "type":"string"
                    },
                    "remarkText":{
                        "description":"A user-entered remark on the order release.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                },
                "required":[
                    "remarkText"
                ]
            },
            "orderReleases.texts":{
                "properties":{
                    "textTemplateGid":{
                        "description":"The foreign key to the text template table, in order to include fixed text with this order release.",
                        "type":"string"
                    },
                    "documentDefGid":{
                        "description":"A document that should hold text.",
                        "type":"string"
                    },
                    "textOverride":{
                        "description":"Transactional override for the template on the specific document.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "orderReleases.statuses":{
                "properties":{
                    "statusTypeGid":{
                        "description":"The status type GID for the status value on the order release.",
                        "type":"string"
                    },
                    "statusValueGid":{
                        "description":"The status value for the order release status.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "orderReleases.accruals":{
                "properties":{
                    "orderReleaseAccrualGid":{
                        "description":"The GID for this accrual entry.",
                        "type":"string"
                    },
                    "orderReleaseAccrualXid":{
                        "description":"The XID for this accrual entry.",
                        "type":"string"
                    },
                    "sentDate":{
                        "description":"Timestamp of when this accrual was sent from the system. Null means it has not been sent yet.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "shipmentGid":{
                        "description":"The shipment GID associated to this accrual entry.",
                        "type":"string"
                    },
                    "accruedDate":{
                        "description":"The date the amount was accrued.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "freightCost":{
                        "description":"The total current allocated freight costs.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "freightSentCost":{
                        "description":"Total allocated freight cost already sent via the accrual interface.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "exchangeRateGid":{
                        "description":"The exchange rate GID used for currency conversion calculation.",
                        "type":"string"
                    },
                    "exchangeRateDate":{
                        "description":"The exchange rate date used for currency conversion calculation.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "isReversal":{
                        "description":"A flag to determine whether the order release accrual is a reversal.",
                        "type":"boolean"
                    },
                    "shipmentStartDate":{
                        "description":"The shipment start date used for exchange rate calculations.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "delta":{
                        "description":"Delta or difference for the accrual calculated as: new amount - amount previously sent.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "costTypeGid":{
                        "description":"If line accruals are enabled, this will be populated with the cost type for the accrual line.",
                        "type":"string"
                    },
                    "accessorialCodeGid":{
                        "description":"If line accruals are enabled, this will be populated with the accessorial ID for the accrual line.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "orderReleases.legConstraints":{
                "properties":{
                    "legClassificationGid":{
                        "description":"The leg classification identifier. The leg classification on the order matches to a leg classification on the itinerary leg. The constraints defined here apply to that leg's shipment.",
                        "type":"string"
                    },
                    "buyRateOfferingGid":{
                        "description":"The buy rate offering GID used as a planning constraint.",
                        "type":"string"
                    },
                    "sellRateOfferingGid":{
                        "description":"The sell rate offering GID used as a planning constraint.",
                        "type":"string"
                    },
                    "buyRateGeoGid":{
                        "description":"The buy rate detail GID used as a planning constraint.",
                        "type":"string"
                    },
                    "sellRateGeoGid":{
                        "description":"The sell rate detail GID used as a planning constraint.",
                        "type":"string"
                    },
                    "equipmentGroupGid":{
                        "description":"The equipment group GID used as a planning constraint. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "equipmentGroup":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property equipmentGroupGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/equipmentGroups"
                            }
                        ],
                        "readOnly":true
                    },
                    "equipmentGroupProfileGid":{
                        "description":"The equipment group profile GID used as a planning constraint.",
                        "type":"string"
                    },
                    "transportModeGid":{
                        "description":"The transport mode GID used as a planning constraint.",
                        "type":"string"
                    },
                    "modeProfileGid":{
                        "description":"The mode profile GID used as a planning constraint.",
                        "type":"string"
                    },
                    "servprovGid":{
                        "description":"The service provider GID used as a planning constraint. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "servprov":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property servprovGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/serviceProviders"
                            }
                        ],
                        "readOnly":true
                    },
                    "servprovProfileGid":{
                        "description":"The service provider profile GID used as a planning constraint.",
                        "type":"string"
                    },
                    "rateServiceProfileGid":{
                        "description":"The rate service profile GID used as a planning constraint.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "shipWithGroup":{
                        "description":"The ship with group for applied to this leg classification.",
                        "type":"string"
                    },
                    "legConsolidationGroupGid":{
                        "description":"The load consolidation group set through network planning while managing leg classifications.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "orderReleases.stops":{
                "properties":{
                    "orStopGid":{
                        "description":"The GID for the stop associated to the order release for multi-stop orders.",
                        "type":"string"
                    },
                    "orStopXid":{
                        "description":"The XID for the stop associated to the order release for multi-stop orders.",
                        "type":"string"
                    },
                    "orStopSeq":{
                        "description":"The stop number within the order release. Stop number = 1 is the pickup stop, and the max (stop number) for a shipment is the delivery stop.",
                        "type":"number",
                        "format":"int32"
                    },
                    "locationGid":{
                        "description":"The location GID for the shipment stop. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "location":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property locationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "earlyArrivalTime":{
                        "description":"The arrival date and time for the stop, and when IS_APPT is Y, this field is early appointment time.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "lateArrivalTime":{
                        "description":"The late arrival date and time for the stop, and when IS_APPT is Y, this field is late appointment time.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "isAppt":{
                        "description":"A Y/N field indicating that the times are for appointments, when IS_APPT is Y, EARLY/LATE_ARRIVAL_TIME are appointment times.",
                        "type":"boolean"
                    },
                    "isApptRequired":{
                        "description":"A Y/N field to indicate if appointment is required.",
                        "type":"boolean"
                    },
                    "isApptConfirmRequired":{
                        "description":"A Y/N field to indicate if appointment confirmation is required.",
                        "type":"boolean"
                    },
                    "isApptConfirmed":{
                        "description":"A Y/N field to indicate the appointment is confirmed.",
                        "type":"boolean"
                    },
                    "legPosition":{
                        "description":"Define where to insert this stop in a multi-stop situation.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "remarks":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/orderReleases.stops.remarks"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "specialServices":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/orderReleases.stops.specialServices"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "orderReleases.stops.remarks":{
                "properties":{
                    "remarkSequence":{
                        "description":"The sequence (key) for the remark.",
                        "type":"number",
                        "format":"int64"
                    },
                    "remarkQualGid":{
                        "description":"A pointer to the remark type. For example: Service provider assigned equipment number, service provider tender decline reason code, etc.",
                        "type":"string"
                    },
                    "remarkText":{
                        "description":"A user-entered remark.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                },
                "required":[
                    "remarkText"
                ]
            },
            "orderReleases.stops.specialServices":{
                "properties":{
                    "specialServiceGid":{
                        "description":"The special service code identifier defining the service required.",
                        "type":"string"
                    },
                    "time":{
                        "description":"The duration required for the special service at the stop.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "orderReleases.accessorials":{
                "properties":{
                    "accessorialCodeGid":{
                        "description":"The accessorial code used to specify that this accessorial needs to be covered when planning the shipment.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "orderReleases.refnums":{
                "properties":{
                    "orderReleaseRefnumQualGid":{
                        "description":"The reference qualifier GID defining the reference  code.",
                        "type":"string"
                    },
                    "orderReleaseRefnumValue":{
                        "description":"The value associated to the reference code.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                },
                "required":[
                    "orderReleaseRefnumValue"
                ]
            },
            "orderReleases.trackingEvents":{
                "properties":{
                    "iTransactionNo":{
                        "description":"The transaction identifier for the order release data of the tracking event.",
                        "type":"number",
                        "format":"int64"
                    },
                    "reportingGluser":{
                        "description":"The service provider associated with generating the tracking event.",
                        "type":"string"
                    },
                    "bsContactName":{
                        "description":"The reporting method that links into the communication methods defined for OTM.",
                        "type":"string"
                    },
                    "bsContactFunctionCode":{
                        "description":"This indicates the shipment stop number for a stop based event.",
                        "type":"string"
                    },
                    "eventDate":{
                        "description":"The location identifier of an location based event. This will be null for non-location based events.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "bsStatusCodeGid":{
                        "description":"A Y/N indicator to display the status history.",
                        "type":"string"
                    },
                    "timeZoneGid":{
                        "description":"The monthly range partition to manage purging status messages.",
                        "type":"string"
                    },
                    "statusLevel":{
                        "description":"A descriptor code for the status level of the tracking event.",
                        "type":"string"
                    },
                    "description":{
                        "description":"A description of the tracking event.",
                        "type":"string"
                    },
                    "orderReleaseRefnumValue":{
                        "description":"The order release reference number value associated with the order release qualifier that came on the tracking event.",
                        "type":"string"
                    },
                    "orderReleaseRefnumQualGid":{
                        "description":"The order release reference number qualifier identifier.",
                        "type":"string"
                    },
                    "bsReasonCodeGid":{
                        "description":"The reason code from the tracking event that was matched to the order releases.",
                        "type":"string"
                    },
                    "bsResponsiblePartyGid":{
                        "description":"The responsible party identifier of the source of the tracking event.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "orderReleases.documents":{
                "properties":{
                    "documentGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentDefGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentUrl":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentMimeType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentFilename":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "ownerDataQueryTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "reportGid":{
                        "description":"The report associated with the document attachment, if content was generated by the report subsystem.",
                        "type":"string"
                    },
                    "generatedAt":{
                        "description":"If preparation, date/time content was last generated",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "uploadedAt":{
                        "description":"If attachment, date/time content was last updated",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "documentTrackingNum":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentCmsId":{
                        "description":"A GUID to associate the document with content stored on its remote CMS. Valid when document_type=CMS.",
                        "type":"string"
                    },
                    "contentManagementSystemGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "usedAs":{
                        "description":"Represents the classification of a document.(C/I/L/T)",
                        "type":"string"
                    },
                    "relatedDocumentGid":{
                        "description":"Represents the related document for consolidated/linked documents. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "relatedDocument":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property relatedDocumentGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/documents"
                            }
                        ],
                        "readOnly":true
                    },
                    "effectiveDate":{
                        "description":"represents effective date for a document",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "expirationDate":{
                        "description":"Represents expiration date for a document.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "userDefined1IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined2IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined3IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined4IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined5IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "orderReleases.allocations":{
                "properties":{
                    "allocSeqNo":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "shipmentGid":{
                        "description":"GC3 Global identifier for the entity. Is created by concatenating Domain Name,\".\" and XID. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "shipment":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property shipmentGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/sellShipments"
                            }
                        ],
                        "readOnly":true
                    },
                    "privateCost":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "baseCost":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "totalAllocCost":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "exchangeRateDate":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "exchangeRateGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "allocationBase":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/orderReleases.allocations.allocationBase"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "details":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/orderReleases.allocations.details"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "orderReleases.allocations.allocationBase":{
                "properties":{
                    "allocSeqNo":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "shipmentGid":{
                        "description":"GC3 Global identifier for the entity. Is created by concatenating Domain Name,\".\" and XID. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "shipment":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property shipmentGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/sellShipments"
                            }
                        ],
                        "readOnly":true
                    },
                    "allocTypeQualGid":{
                        "description":"GC3 Global identifier for the entity. Is created by concatenating Domain Name,\".\" and XID.",
                        "type":"string"
                    },
                    "invoiceGid":{
                        "description":"GC3 Global identifier for the entity. Is created by concatenating Domain Name,\".\" and XID. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "invoice":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property invoiceGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/bills"
                            }
                        ],
                        "readOnly":true
                    },
                    "timestamp":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "allocatedCost":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "parentInvoiceGid":{
                        "description":"If populated, the INVOICE_GID indicates that this alllocation is for a child invoice.  This column indicates the parent invoice of the entire consolidation that was allocated. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "parentInvoice":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property parentInvoiceGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/bills"
                            }
                        ],
                        "readOnly":true
                    },
                    "voucherGid":{
                        "description":"GC3 Global identifier for the entity. Is created by concatenating Domain Name,\".\" and XID. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "voucher":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property voucherGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/vouchers"
                            }
                        ],
                        "readOnly":true
                    },
                    "exchangeRateDate":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "exchangeRateGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "shipGroupGid":{
                        "description":"Represents Shipment Group ID. This is populated when allocating a shipment group or a voucher corresponding to an invoice created for a shipment<br>group. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "shipGroup":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property shipGroupGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/shipmentGroups"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "orderReleases.allocations.details":{
                "properties":{
                    "allocCostSeqno":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "costDescription":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "accessorialCodeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "cost":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "generalLedgerGid":{
                        "description":"GL code for the allocation order release record.",
                        "type":"string"
                    },
                    "exchangeRateDate":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "exchangeRateGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "costTypeGid":{
                        "description":"cost type for this allocation record",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "shipmentCostSeqno":{
                        "description":"Shipment cost seq no would be stored if we perform allocation based on shipment",
                        "type":"number",
                        "format":"int64"
                    },
                    "lineitemSeqNo":{
                        "description":"Voucher/Bill line item seq no would be stored if we perform allocation based on voucher or bill",
                        "type":"number",
                        "format":"int32"
                    },
                    "invoiceGid":{
                        "description":"Invoice/Bill Gid would be stored in this field if allocation is done based on Invoice or Bill",
                        "type":"string"
                    },
                    "shipmentGid":{
                        "description":"Shipment  Gid would be stored in this field if allocation is done based on  shipment ",
                        "type":"string"
                    },
                    "voucherGid":{
                        "description":"Voucher  Gid would be stored in this field if allocation is done based on voucher",
                        "type":"string"
                    },
                    "attribute1":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute2":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute3":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute4":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute5":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute6":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute7":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute8":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute9":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute10":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute11":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute12":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute13":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute14":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute15":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute16":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute17":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute18":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute19":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute20":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attributeNumber1":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber2":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber3":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber4":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber5":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber6":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber7":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber8":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber9":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber10":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber11":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber12":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber13":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber14":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber15":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber16":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber17":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber18":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber19":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber20":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate1":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate2":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate3":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate4":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate5":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate6":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate7":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate8":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate9":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate10":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate11":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate12":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate13":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate14":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate15":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate16":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate17":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate18":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate19":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate20":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeCurrency1":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is Currency.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "attributeCurrency2":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is Currency.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "attributeCurrency3":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is Currency.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "vatCodeGid":{
                        "description":"The GID for the VAT tax that is being allocated from voucher.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "allocateCostRequest":{
                "allOf":[
                    {
                        "$ref":"#/components/schemas/actionRequest"
                    }
                ]
            },
            "allocateCostResponse":{
                "allOf":[
                    {
                        "$ref":"#/components/schemas/actionResponse"
                    },
                    {
                        "properties":{
                            "message":{
                                "example":"Allocation complete. View Order for allocation details.",
                                "type":"string"
                            }
                        }
                    }
                ]
            },
            "calculateDirectCostBuyRequest":{
                "allOf":[
                    {
                        "$ref":"#/components/schemas/actionRequest"
                    }
                ]
            },
            "calculateDirectCostBuyResultItem":{
                "properties":{
                    "orderReleasePk":{
                        "description":"The primary key for the order release.",
                        "type":"string"
                    },
                    "msg":{
                        "description":"An order release message or exception message.",
                        "type":"string"
                    },
                    "bestDirectCostBuy":{
                        "description":"The best direct cost buy value.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "rateOfferingXidBuy":{
                        "description":"The rate offering XID buy.",
                        "type":"string"
                    }
                }
            },
            "calculateDirectCostBuyResponse":{
                "allOf":[
                    {
                        "$ref":"#/components/schemas/actionResponse"
                    },
                    {
                        "type":"object",
                        "properties":{
                            "items":{
                                "description":"Calculates the direct cost buy response for an order release.",
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/calculateDirectCostBuyResultItem"
                                }
                            }
                        }
                    }
                ]
            },
            "calculateDirectCostSellRequest":{
                "allOf":[
                    {
                        "$ref":"#/components/schemas/actionRequest"
                    }
                ]
            },
            "calculateDirectCostSellResultItem":{
                "properties":{
                    "orderReleasePk":{
                        "description":"The primary key for the order release.",
                        "type":"string"
                    },
                    "msg":{
                        "description":"An order release message or exception message.",
                        "type":"string"
                    },
                    "bestDirectCostSell":{
                        "description":"The best direct cost sell value.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "rateOfferingXidSell":{
                        "description":"The rate offering XID sell.",
                        "type":"string"
                    }
                }
            },
            "calculateDirectCostSellResponse":{
                "allOf":[
                    {
                        "$ref":"#/components/schemas/actionResponse"
                    },
                    {
                        "type":"object",
                        "properties":{
                            "items":{
                                "description":"Calculates the direct cost sell response for an order release.",
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/calculateDirectCostSellResultItem"
                                }
                            }
                        }
                    }
                ]
            },
            "routingRuleDetails":{
                "properties":{
                    "orderRoutingRuleGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "sequenceNum":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "xLaneGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "minWeight":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "maxWeight":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "minVolume":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "maxVolume":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "transitDaysMin":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "transitDaysMax":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "transportModeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "servprovGid":{
                        "description":"No description. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "servprov":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property servprovGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/serviceProviders"
                            }
                        ],
                        "readOnly":true
                    },
                    "rateServiceGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "paymentMethodCodeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isPaymentMethodOverride":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "itineraryGid":{
                        "description":"No description. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "itinerary":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property itineraryGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/itineraries"
                            }
                        ],
                        "readOnly":true
                    },
                    "routingConstraintGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                },
                "required":[
                    "xLaneGid"
                ]
            },
            "tradeAgreementTypes":{
                "properties":{
                    "gtmTaTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmTaTypeXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "taTypeName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "taTypeShortName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "externalReferenceCode":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "movePerspectives":{
                "properties":{
                    "movePerspectiveGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "movePerspectiveXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "hazmatTransportMessages":{
                "properties":{
                    "hazmatTransportMsgGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "hazmatTransportMsgXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "message":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "serviceProviderAliasQualifiers":{
                "properties":{
                    "servprovAliasQualGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "servprovAliasQualXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "servprovAliasQualDesc":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeProcedureDetails":{
                "properties":{
                    "gtmProcedureDetailGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmProcedureDetailXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmProcedureDetailName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "code":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmDeclTypeProfileGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "flexCommodityProfiles":{
                "properties":{
                    "flexCommodityProfileGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "flexCommodityProfileXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "flexCommodityProfileName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "flexCommodityQualGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isCompatible":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "details":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/flexCommodityProfiles.details"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "flexCommodityProfiles.details":{
                "properties":{
                    "flexCommodityProfileDId":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "commodityGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "nmfcClassGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "stccGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "htsGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "sitcGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefinedCommodityGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "exportHtsGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "iataScrCodeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "claimReferenceNumberQualifiers":{
                "properties":{
                    "claimRefnumQualGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "claimRefnumQualXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isVisibleIfMasterCarr":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "defaultRefnumBnTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateFlag":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "compartmentTypes":{
                "properties":{
                    "compartmentTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "compartmentTypeXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "compartmentTypeName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "shipmentShipUnitLineReferenceNumberQualifiers":{
                "properties":{
                    "sSulRefnumQualGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "sSulRefnumQualXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isVisibleIfMasterCarr":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "defaultRefnumBnTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateFlag":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "lnmScenarios":{
                "properties":{
                    "scenarioGid":{
                        "description":"Column to capture the Logistics Network Modeling Scenario Gid. This is the primary key for this table.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "scenarioXid":{
                        "description":"Column to capture the Logistics Network Modeling Scenario Xid.",
                        "type":"string"
                    },
                    "description":{
                        "description":"Captures the description of the Logistics Network Modeling Scenario description.",
                        "type":"string"
                    },
                    "scenarioName":{
                        "description":"Captures the scenario name.",
                        "type":"string"
                    },
                    "orderSavedQueryGid":{
                        "description":"Captures the Saved Query Gid which fetches the order releases that are to be used by this scenario.",
                        "type":"string"
                    },
                    "projectGid":{
                        "description":"Captures the Project Gid that this scenario is associated with. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "project":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property projectGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/lnmProjects"
                            }
                        ],
                        "readOnly":true
                    },
                    "planningParameterSetGid":{
                        "description":"Captures the planning parameter set gid that this scenario uses.",
                        "type":"string"
                    },
                    "itineraryGid":{
                        "description":"Captures the Itinerary Gid that the scenario runs with. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "itinerary":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property itineraryGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/itineraries"
                            }
                        ],
                        "readOnly":true
                    },
                    "itineraryProfileGid":{
                        "description":"Captures the Itinerary Profile Gid that the scenario runs with.",
                        "type":"string"
                    },
                    "savedQueryType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "parameterOverrideGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "scenarioType":{
                        "description":"Type of Modeling Scenario (Bulk Plan/ Work Assignment)",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "lnmScenarioRules":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/lnmScenarios.lnmScenarioRules"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "lnmScenarioBulkplanSpecs":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/lnmScenarios.lnmScenarioBulkplanSpecs"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "lnmScenarioChanges":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/lnmScenarios.lnmScenarioChanges"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "lnmScenarios.lnmScenarioRules":{
                "properties":{
                    "scenarioRuleSeq":{
                        "description":"Sequence of rule within the scenario.",
                        "type":"number",
                        "format":"int32"
                    },
                    "dataruleInstanceGid":{
                        "description":"Data rule instance to associate with the scenario.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "rowsSavedQueryGid":{
                        "description":"Saved query to filter out rows impacted by the rule. If not specified, all rows are impacted.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "lnmScenarios.lnmScenarioBulkplanSpecs":{
                "properties":{
                    "bulkplanSpecGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "orderSavedQueryGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "parameterOverrideGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "orderTimeWindowType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "startTime":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "timezone":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "lnmScenarios.lnmScenarioChanges":{
                "properties":{
                    "tableName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "objectPk":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "lnmScenarioChangeSeq":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "changeType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "numOfObjects":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "equipmentTypeProfiles":{
                "properties":{
                    "equipmentTypeProfileGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "equipmentTypeProfileXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "equipmentTypeProfileName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isCompatible":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "details":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/equipmentTypeProfiles.details"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "equipmentTypeProfiles.details":{
                "properties":{
                    "equipmentTypeGid":{
                        "description":"No description. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "equipmentType":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property equipmentTypeGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/equipmentTypes"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "routingSequences":{
                "properties":{
                    "routingSequenceGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "routingSequenceXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "sequencePriority":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "allowMultiple":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "allocationMetrics":{
                "properties":{
                    "allocMetricGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "allocationBasis":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "allocMetricXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "className":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "singleOriginOnly":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "singleDestinationOnly":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "singleOrderOnly":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "transmissionReports":{
                "properties":{
                    "iTransmissionNo":{
                        "description":"The I_TRANSMISSION_NO column uniquely identifies the transmission.",
                        "type":"number",
                        "format":"int64"
                    },
                    "transmissionType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "createDate":{
                        "description":"The CREATE_DATE column specifies when the transmission was first created.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "transactionCount":{
                        "description":"The TRANSACTION_COUNT column specifies the number of transactions associated with this transmission.",
                        "type":"number",
                        "format":"int64"
                    },
                    "isInbound":{
                        "description":"The IS_INBOUND column indicates that a transmission is either inbound (value equals Y) or not (value equals N).",
                        "type":"boolean"
                    },
                    "senderTransmissionNo":{
                        "description":"The SENDER_TRANSMISSION_NO column specifies the transmission number that the sender assigned to the transmission.",
                        "type":"number",
                        "format":"int64"
                    },
                    "senderTransmissionId":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "referenceTransmissionNo":{
                        "description":"The REFERENCE_TRANSMISSION_NO column can be used when GLog responds to a prior transmission. In this case, it specifies to which transmission the response belongs.",
                        "type":"number",
                        "format":"int64"
                    },
                    "status":{
                        "description":"The STATUS column is set to FRESH when the transmission is first stored in the I_TRANSMISSION table. Currently, it is never being changed to anything else.",
                        "type":"string"
                    },
                    "ackComMethodGid":{
                        "description":"The ACK_COM_METHOD_GID column may be set to EMAIL to request email acknowledgement of a transmission.",
                        "type":"string"
                    },
                    "ackEmailAddress":{
                        "description":"The ACK_EMAIL_ADDRESS column holds the valid email address to which a transmission acknowledgement gets sent if email is set in the ACK_COM_METHOD_GID column.",
                        "type":"string"
                    },
                    "ackEmailSmtphost":{
                        "description":"The ACK_EMAIL_SMTPHOST column specifies the hostname to send an email acknowledegment of receipt of the transmission.",
                        "type":"string"
                    },
                    "ackServletUrl":{
                        "description":"The URL for sending teh acknowledgement.",
                        "type":"string"
                    },
                    "xmlPi":{
                        "description":"This field contains the XML Processing Instructions.",
                        "type":"string"
                    },
                    "externalSystemGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "requestingUser":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isProcessInSequence":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "retryCount":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "ackOption":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "contactGid":{
                        "description":"No description. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "contact":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property contactGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "extSysComMethodGid":{
                        "description":"Indicates the communication method used for outbound XML Transmissions.",
                        "type":"string"
                    },
                    "extSysComInfo":{
                        "description":"This field specifies the attributes of the external system communication method used for the outbound integration.  For example, when the comm method is FTP, this column would contain the filename.",
                        "type":"string"
                    },
                    "stopProcessOnError":{
                        "description":"Specifies if processing of the Transmission should be stopped when an error occurs in a Transaction.",
                        "type":"string"
                    },
                    "logProcessId":{
                        "description":"Process ID for the Transmission.",
                        "type":"number",
                        "format":"int64"
                    },
                    "transmissionWrapperElement":{
                        "description":"Specifies the element name to wrap the Transmission.",
                        "type":"string"
                    },
                    "xmlBlobSize":{
                        "description":"Specifies the size of the XML.",
                        "type":"number",
                        "format":"int64"
                    },
                    "externalStatus":{
                        "description":"Specifies the external status for the Transmission.  The external status represents the result of processing at the external system.",
                        "type":"string"
                    },
                    "firstAttemptDate":{
                        "description":"Specifies the first time an attempt is made to process the transmission.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "lastAttemptDate":{
                        "description":"Specifies the last time an attempt is made to process the transmission.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "sourceMethod":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "iMessageGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "mimeType":{
                        "description":"Describes the XML_BLOB content.",
                        "type":"string"
                    },
                    "version":{
                        "description":"Specifies the app version which corresponds to the XML_BLOB.",
                        "type":"string"
                    },
                    "userRoleGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "logs":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/transmissionReports.logs"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "refnums":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/transmissionReports.refnums"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "transactions":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/transmissionReports.transactions"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "transmissionReports.logs":{
                "properties":{
                    "iLogSeqno":{
                        "description":"The I_LOG_SEQNO column uniquely identifies each row in the I_LOG table.",
                        "type":"number",
                        "format":"int64"
                    },
                    "iTransactionNo":{
                        "description":"The I_TRANSACTION_NO column specifies the transaction to which this log message pertains.",
                        "type":"number",
                        "format":"int64"
                    },
                    "writtenBy":{
                        "description":"The WRITTEN_BY column specifies the application that wrote this log message.",
                        "type":"string"
                    },
                    "iMessageClass":{
                        "description":"The I_MESSAGE_CLASS column indicates if the message is an error (E), warning (W) or informational (I) in nature.",
                        "type":"string"
                    },
                    "iMessageCode":{
                        "description":"The I_MESSAGE_CODE column is a textual message code. An example is INVALID_DATE_FORMAT.",
                        "type":"string"
                    },
                    "timeStamp":{
                        "description":"The TIME_STAMP column indicates the date and time for when the log message was written.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "iMessageGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "processingErrorCodeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "logProcessId":{
                        "description":"Process ID of process which inserted the log records",
                        "type":"number",
                        "format":"int64"
                    },
                    "details":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/transmissionReports.logs.details"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "transmissionReports.logs.details":{
                "properties":{
                    "iLogDetailSeqno":{
                        "description":"I_LOG_DETAIL_SEQNO provides a sequence number for a transaction.",
                        "type":"number",
                        "format":"int64"
                    },
                    "iLogDetailQual":{
                        "description":"I_LOG_DETAIL_QUAL provides the application name, transaction code and transaction number for an XML transaction.",
                        "type":"string"
                    },
                    "iLogDetailValue":{
                        "description":"The actual value for log detail.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "transmissionReports.refnums":{
                "properties":{
                    "iTransmissionRefnumQualGid":{
                        "description":"Transmission reference number qualifier gid.",
                        "type":"string"
                    },
                    "refnumValue":{
                        "description":"Reference number value.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "transmissionReports.transactions":{
                "properties":{
                    "iTransactionNo":{
                        "description":"This is a foreign key from the I_LOG table. The I_TRANSACTION_NO column specifies the transaction to which this log message pertains.",
                        "type":"number",
                        "format":"int64"
                    },
                    "transactionCode":{
                        "description":"TRANSACTION_CODE provides a code for the type of transaction that was transmitted. Transaction codes include: D I IU U Unknown",
                        "type":"string"
                    },
                    "writtenBy":{
                        "description":"WRITTEN_BY contains the domain name that logged the transmission.",
                        "type":"string"
                    },
                    "status":{
                        "description":"STATUS indicates the status of the transaction. Status types include: FRESH New PROCESSED",
                        "type":"string"
                    },
                    "elementName":{
                        "description":"ELEMENT_NAME contains the name of the transaction element. These can include: ActualShipment AllocationBase Billing Invoice Item Location Rate Release RemoteQuery ShipmentStatus TenderOffer TenderResponse TransOrder Voucher Xlane",
                        "type":"string"
                    },
                    "processGroup":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "processSequenceId":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "objectGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "senderTransactionId":{
                        "description":"Specifies the Transaction Number that the sender assigned to the transaction.",
                        "type":"string"
                    },
                    "referenceTransactionId":{
                        "description":"Specifies an alternative Transaction Number that may be assigned by the recipient for the transaction.",
                        "type":"string"
                    },
                    "externalStatus":{
                        "description":"Specifies the external status for the Transaction.  The external status represents the result of processing at the external system.",
                        "type":"string"
                    },
                    "transactionType":{
                        "description":"Specifies the type of information stored in the Transmission record.  For example, a record may be stored when an XML is staged via OAQ to support searching via Integration Saved Queries.",
                        "type":"string"
                    },
                    "dataQueryTypeGid":{
                        "description":"Data query type of OBJECT_GID, if populated.",
                        "type":"string"
                    },
                    "firstAttemptDate":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "lastAttemptDate":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "lnmProjects":{
                "properties":{
                    "projectGid":{
                        "description":"primary key for this table",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "projectXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"Captures the description of the Logistics Network Modeling Project description.",
                        "type":"string"
                    },
                    "projectName":{
                        "description":"Captures the project_name.",
                        "type":"string"
                    },
                    "orderSavedQueryGid":{
                        "description":"Captures the Saved Query Gid which fetches the order releases that are to be used by this project.",
                        "type":"string"
                    },
                    "planningParameterSetGid":{
                        "description":"Captures the planning parameter set gid that this project uses.",
                        "type":"string"
                    },
                    "itineraryGid":{
                        "description":"Captures the Itinerary GID that the project runs with. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "itinerary":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property itineraryGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/itineraries"
                            }
                        ],
                        "readOnly":true
                    },
                    "itineraryProfileGid":{
                        "description":"Captures the Itinerary Profile GID that the project runs with.",
                        "type":"string"
                    },
                    "savedQueryType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "projectType":{
                        "description":"Type of Modeling Project (Bulk Plan/ Work Assignment)",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "lnmProjectRules":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/lnmProjects.lnmProjectRules"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "lnmScenarios":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/lnmProjects.lnmScenarios"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "lnmProjects.lnmProjectRules":{
                "properties":{
                    "dataruleInstanceGid":{
                        "description":"The Data Rule Instance ID defines the data rules to be applied.",
                        "type":"string"
                    },
                    "projectRuleSeq":{
                        "description":"The sequence number determines the order in which the data rules are applied.",
                        "type":"number",
                        "format":"int32"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "rowsSavedQueryGid":{
                        "description":"The Saved Query ID determines which objects the data rule should be applied to.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "lnmProjects.lnmScenarios":{
                "properties":{
                    "scenarioGid":{
                        "description":"Column to capture the Logistics Network Modeling Scenario Gid. This is the primary key for this table.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "scenarioXid":{
                        "description":"Column to capture the Logistics Network Modeling Scenario Xid.",
                        "type":"string"
                    },
                    "description":{
                        "description":"Captures the description of the Logistics Network Modeling Scenario description.",
                        "type":"string"
                    },
                    "scenarioName":{
                        "description":"Captures the scenario name.",
                        "type":"string"
                    },
                    "orderSavedQueryGid":{
                        "description":"Captures the Saved Query Gid which fetches the order releases that are to be used by this scenario.",
                        "type":"string"
                    },
                    "planningParameterSetGid":{
                        "description":"Captures the planning parameter set gid that this scenario uses.",
                        "type":"string"
                    },
                    "itineraryGid":{
                        "description":"Captures the Itinerary Gid that the scenario runs with. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "itinerary":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property itineraryGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/itineraries"
                            }
                        ],
                        "readOnly":true
                    },
                    "itineraryProfileGid":{
                        "description":"Captures the Itinerary Profile Gid that the scenario runs with.",
                        "type":"string"
                    },
                    "savedQueryType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "parameterOverrideGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "scenarioType":{
                        "description":"Type of Modeling Scenario (Bulk Plan/ Work Assignment)",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "dimRateFactors":{
                "properties":{
                    "dimRateFactorGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "dimRateFactorXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "unit1":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "unit1UomCode":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "unit1UomClass":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "unit2":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "unit2UomCode":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "unit2UomClass":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "stowageModePrefRules":{
                "properties":{
                    "stowageModePrefRuleGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "stowageModePrefRuleXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "commodityGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "transportHdlUnitSpecGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "minUnitWeight":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "maxUnitWeight":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "minUnitVolume":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "maxUnitVolume":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "minUnitLength":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "maxUnitLength":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "minUnitWidth":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "maxUnitWidth":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "minUnitHeight":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "maxUnitHeight":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "minUnitDiameter":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "maxUnitDiameter":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "stowageModePreferences":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/stowageModePrefRules.stowageModePreferences"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "stowageModePrefRules.stowageModePreferences":{
                "properties":{
                    "seqNo":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "stowageModeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "flexibleCommodityQualifiers":{
                "properties":{
                    "flexCommodityQualGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "flexCommodityQualXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "rateRecordCostOperands":{
                "properties":{
                    "rateGeoCostOperandGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "rateGeoCostOperandSeq":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "rateGeoCostOperandXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "functionCode":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "ratableJavaClass":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "dataType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "uomType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gidQueryClass":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "ratableOperatorGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "profileTableName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "profileDetailTableName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "profileGidColumnName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "profileTargetColumnName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "guiEnabled":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "dataTypeHigh":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "uomTypeHigh":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gidQueryClassHigh":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "defaultFieldWidth":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "profileCompatibilityColName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "validValueTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "translationKeyGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isQualifierRequired":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "qualifierQueryClass":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "qualifierFieldType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "restAttributeName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "specialServiceGroups":{
                "properties":{
                    "speclSrvGroupGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "speclSrvGroupXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "objectLists":{
                "properties":{
                    "objectListGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "objectTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "objectListXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "producedDocumentTypes":{
                "properties":{
                    "gtmProdDocTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmProdDocTypeXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmProdDocTypeName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "code":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmDeclTypeProfileGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "stationCodes":{
                "properties":{
                    "stationCodeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "stationCodeXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "provinceCode":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "countryCode3Gid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "nuStationCode":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "county":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "repetitionScheduleServices":{
                "properties":{
                    "repSchedServiceGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "repSchedServiceXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeProcedureTypes":{
                "properties":{
                    "gtmProcedureTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmProcedureTypeXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmProcedureTypeName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "code":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "orderReleaseLines":{
                "properties":{
                    "orderReleaseLineGid":{
                        "description":"The GID for the order base line.",
                        "type":"string"
                    },
                    "orderReleaseLineXid":{
                        "description":"The XID for the order base line.",
                        "type":"string"
                    },
                    "orderReleaseGid":{
                        "description":"A GID created by the system for the order release. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "orderRelease":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property orderReleaseGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/orderReleases"
                            }
                        ],
                        "readOnly":true
                    },
                    "weight":{
                        "description":"The weight of the item.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "volume":{
                        "description":"The volume of the item.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "tag1":{
                        "description":"Additional information about the item. Like the color, size, or code.",
                        "type":"string"
                    },
                    "tag2":{
                        "description":"Additional information about the item. Like the color, size, or code.",
                        "type":"string"
                    },
                    "tag3":{
                        "description":"Additional information about the item. Like the color, size, or code.",
                        "type":"string"
                    },
                    "tag4":{
                        "description":"Additional information about the item. Like the color, size, or code.",
                        "type":"string"
                    },
                    "declaredValue":{
                        "description":"The declared cost of the item.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "initialItemGid":{
                        "description":"Can be used to define the substitution. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "initialItem":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property initialItemGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid"
                            }
                        ],
                        "readOnly":true
                    },
                    "packagingUnitGid":{
                        "description":"The packaging unit (considered an inner pack to the packaged item level) for this order release line.",
                        "type":"string"
                    },
                    "itemPackageCount":{
                        "description":"The packaging unit count associated to the packaging unit for this order release line.",
                        "type":"number",
                        "format":"int64"
                    },
                    "packagedItemGid":{
                        "description":"The packaged item GID defining the item associated to this order release line. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "packagedItem":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property packagedItemGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/packagedItems"
                            }
                        ],
                        "readOnly":true
                    },
                    "buyGeneralLedgerGid":{
                        "description":"The general ledger code for the order release line for the buy side (cost).",
                        "type":"string"
                    },
                    "sellGeneralLedgerGid":{
                        "description":"The general ledger code for the order release line for the sell side (revenue).",
                        "type":"string"
                    },
                    "packagingUnitCount":{
                        "description":"The packaging unit count associated to the packaging unit for this order base line.",
                        "type":"number",
                        "format":"int64"
                    },
                    "transportHandlingUnitGid":{
                        "description":"The transport handling unit that is to be used when building the order release ship unit. If defined here it will take precedence to the data that is defined on the static packaged item table.",
                        "type":"string"
                    },
                    "numLayersPerShipUnit":{
                        "description":"The number of layers for the transportation handling unit defined here on the order base line. This allows the user to define the TiHi date used to build ship units on the order release per each transactional line passed in, instead of looking to the static TiHi data on the packaged item table.",
                        "type":"number",
                        "format":"int64"
                    },
                    "quantityPerLayer":{
                        "description":"The quantity per layer for the transportation handling unit defined here on the order base line. This allows the user to define the TiHi date used to build ship units on the order release per each transactional line passed in, instead of looking to the static TiHi data on the packaged item table.",
                        "type":"number",
                        "format":"int64"
                    },
                    "freeAlongSide":{
                        "description":"Refers to the seller's price quote for the goods, including the charge for delivery of the goods alongside a vessel at the named port of export.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "isHazardous":{
                        "description":"A Y/N indicator defining if the order release line is a hazardous goods. This is a transactional setting instead of looking at the item master definitions.",
                        "type":"boolean"
                    },
                    "commercialInvoiceGid":{
                        "description":"The commercial invoice GID for the object that is associated with this order release line.",
                        "type":"string"
                    },
                    "commercialInvoiceDescription":{
                        "description":"A description field for the commercial invoice.",
                        "type":"string"
                    },
                    "secondaryWeight":{
                        "description":"The order release line can be specified in a secondary weight value for informational purposes.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "secondaryVolume":{
                        "description":"The order release line can be specified in a secondary volume value for informational purposes.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "hazHazmatGenericGid":{
                        "description":"The hazmat generic GID is the link between a hazardous material and a hazardous item.",
                        "type":"string"
                    },
                    "hazHazmatItemGid":{
                        "description":"The hazmat item GID defines the entry in the hazmat table that contains attributes associated to this order release line.",
                        "type":"string"
                    },
                    "hazIdentificationNumber":{
                        "description":"The hazardous classification ID is the numeric class of the hazardous material as specified by Department of Transportation regulations. Enter the hazard class in this field.",
                        "type":"string"
                    },
                    "hazProperShippingName":{
                        "description":"The hazardous proper shipping name for the hazardous material is similar, but not identical to, the hazardous technical name of the material.",
                        "type":"string"
                    },
                    "hazPackagingGroup":{
                        "description":"The packaging group denotes the classification of hazardous packaging for this material based on the reportable quantity of the material.",
                        "type":"string"
                    },
                    "hazFlashPoint":{
                        "description":"The hazardous flash point for this material is the lowest temperature at which the vapor of the material (if it is a combustible liquid) can be made to ignite momentarily in air. Enter a numeric value if applicable and select K for Kelvin, F for Fahrenheit, or C for Centigrade as the temperature type.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "hazEmergencyTemp":{
                        "description":"The emergency temperature at which the product will begin the process of self-destructing or breaking down.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "hazControlTemp":{
                        "description":"The hazardous control temperature to report for this order release line.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "hazSubsidiaryHazard":{
                        "description":"The subsidiary hazard represents a Department of Transportation-specified code pertaining to the cleanup of a spill of a hazardous material. ",
                        "type":"string"
                    },
                    "hazInhalationHazardZone":{
                        "description":"This zone indicates the area of a toxicity hazard based on the concentration of the hazardous material.",
                        "type":"string"
                    },
                    "hazEmergencyResponseInfo":{
                        "description":"The emergency response information is a number associated with the International Maritime Organization (IMO), which promulgates, encourages, and enforces the highest standards of marine safety in vessel transport. Enter an IMDG emergency response number for this hazardous material.",
                        "type":"string"
                    },
                    "hazNosTechnicalName":{
                        "description":" The Not Otherwise Specified (NOS) indicator if the material is composed of other chemicals not specified add the technical name.",
                        "type":"string"
                    },
                    "hazNetExplosvContentWeight":{
                        "description":"The hazardous net explosive content weight is the net weight of the explosive contents of the order release line.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "hazMpTechnicalName":{
                        "description":"The marine pollutant technical name for this hazardous substance.",
                        "type":"string"
                    },
                    "hazIsLimitedQuantity":{
                        "description":"A Y/N indicator for the limited quantity residual amounts.",
                        "type":"boolean"
                    },
                    "hazPsaSingaporeGroup":{
                        "description":"For the hazardous PSA Singapore Group enter a I, II, OR III. This regulates the cost of hazardous charge/cost at the Singapore destination.",
                        "type":"string"
                    },
                    "hazHazardousDescription":{
                        "description":"A hazardous description for documentation.",
                        "type":"string"
                    },
                    "hazIsReportableQuantity":{
                        "description":"A Y/N indicator, the reportable quantity (RQ) indicator if the material is composed of quantities of other chemicals that are hazardous and must be reported by concentration percentage. RQs are the chemical components of a hazardous item that have reached a threshold in a shipping container that make them reportable as hazardous items.",
                        "type":"boolean"
                    },
                    "hazRqTechnicalName":{
                        "description":"The reportable quantity technical name.",
                        "type":"string"
                    },
                    "hazActivity":{
                        "description":"The hazardous activity field indicates the level of radioactivity of the product.",
                        "type":"string"
                    },
                    "hazIsToxicInhalation":{
                        "description":"A Y/N indicator defining the hazardous toxic inhalation value.",
                        "type":"boolean"
                    },
                    "hazIsPassengerAircraftForb":{
                        "description":"A Y/N indicator specifying the passenger aircraft forbidden indicator if the material cannot be transported on passenger aircraft.",
                        "type":"boolean"
                    },
                    "hazIsCommercialAircraftFor":{
                        "description":"A Y/N indicator specifying the commercial aircraft forbidden indicator if the material cannot be transported on passenger aircraft.",
                        "type":"boolean"
                    },
                    "hazIsOilContained":{
                        "description":"A Y/N indicator that the check hazardous is oil contained field if the material is an oil-based product.",
                        "type":"boolean"
                    },
                    "hazNosTechnicalName2":{
                        "description":"The not otherwise specified (NOS) field if the material is composed of other chemicals not specified add the technical name. You can specify up to 2.",
                        "type":"string"
                    },
                    "hazRqTechnicalName2":{
                        "description":"The reportable quantity technical name. You can specify up to 2.",
                        "type":"string"
                    },
                    "hazMpTechnicalName2":{
                        "description":"The marine pollutant technical name for this hazardous substance. You can specify up to 2.",
                        "type":"string"
                    },
                    "hazardousClassificationGid":{
                        "description":"The hazardous classification GID.",
                        "type":"string"
                    },
                    "manufacturedCountryCodeGid":{
                        "description":"The country code GID where this order release line was manufactured.",
                        "type":"string"
                    },
                    "isDrawback":{
                        "description":"A Y/N indicator defining if this order release line is part of the duty drawback program.",
                        "type":"boolean"
                    },
                    "billedQuantity":{
                        "description":"The billed quantity for order release line goods.",
                        "type":"number",
                        "format":"double"
                    },
                    "billedQuantityUomCode":{
                        "description":"The billed quantity unit of measure.",
                        "type":"string"
                    },
                    "billedQuantityUomType":{
                        "description":"The billed quantity unit of measure type.",
                        "type":"string"
                    },
                    "pricePerUnit":{
                        "description":"The price per unit for the order release line to indicate the amount billed.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "totalBilledAmt":{
                        "description":"The total billed amount to the customer for the line. It can contain handling and additional costs beyond goods.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "brandName":{
                        "description":"The brand name. For informational purposes.",
                        "type":"string"
                    },
                    "hazIsNos":{
                        "description":"A Y/N indicator defining this order release line as a hazardous not otherwise specified.",
                        "type":"boolean"
                    },
                    "hazIsMarinePollutant":{
                        "description":"A Y/N indicator defining this order as a marine pollutant.",
                        "type":"boolean"
                    },
                    "hazErg":{
                        "description":"The ERG (Emergency Response Guide) field. The page number is required for documentation purposes.",
                        "type":"string"
                    },
                    "hazErgAir":{
                        "description":"The ERG (Emergency Response Guide) field for air. The page number is required for documentation purposes.",
                        "type":"string"
                    },
                    "hazEms":{
                        "description":"The EMS (Emergency aboard Ship) field. The page number is required for documentation.",
                        "type":"string"
                    },
                    "pricePerUnitUomCode":{
                        "description":"The unit of measurement this unit price is based on.",
                        "type":"string"
                    },
                    "hazCompatibilityGroup":{
                        "description":"The hazardous material compatibility group associated to the order release line.",
                        "type":"string"
                    },
                    "packageLength":{
                        "description":"The package length for order release line; overrides length on packaged item.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "packageWidth":{
                        "description":"The package width for order release line; overrides width on packaged item.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "packageHeight":{
                        "description":"The package height for order release line; overrides height on packaged item.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "packageDiameter":{
                        "description":"The package diameter for order release line; overrides diameter on packaged item.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "packageCoreDiameter":{
                        "description":"The package core diameter for order release line; overrides core diameter on packaged item. Used for products such as roll of paper that have different dimensions.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "orderBaseGid":{
                        "description":"The order base from which this order release line was built. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "orderBase":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property orderBaseGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/orderBases"
                            }
                        ],
                        "readOnly":true
                    },
                    "obLineGid":{
                        "description":"The order base line from which this order release line was built.",
                        "type":"string"
                    },
                    "hazAllPacked":{
                        "description":"Flag to indicate the package is \"All packed in one\".",
                        "type":"boolean"
                    },
                    "hazAuthorization":{
                        "description":"The authorization for the dangerous goods shipment. The authorization field is only required to state special governmental authorizations that are required because of the provisions or packing materials shipped with. ",
                        "type":"string"
                    },
                    "hazChemicalFormula":{
                        "description":"The basic chemical description of the substance.",
                        "type":"string"
                    },
                    "hazConcentrationPercent":{
                        "description":"Required if the dangerous goods UN number is 2031, 1796, 1826, or 1873. Enter the percentage of dangerous goods concentration if the above condition applies.",
                        "type":"number",
                        "format":"double"
                    },
                    "hazCritSafetyIndex":{
                        "description":"A measurement for packages containing fissile material that is determined by dividing the number 50 by the smaller of the numbers determined using the rules in section 10.6.2.4.3 of the IATA Dangerous Goods Regulation Guide.",
                        "type":"number",
                        "format":"double"
                    },
                    "hazApprovalExemptionGid":{
                        "description":"The hazardous approval exemption GID.",
                        "type":"string"
                    },
                    "hazIdgAddDescInfo":{
                        "description":"The hazmat IDG additional description information.",
                        "type":"string"
                    },
                    "hazMaxQuantity":{
                        "description":"The maximum passenger volume or the maximum cargo volume for the item. Used in Q- Value calculation.",
                        "type":"number",
                        "format":"double"
                    },
                    "hazOuterPackagingType":{
                        "description":"Outer packaging type if packing type = All packed in one.",
                        "type":"string"
                    },
                    "hazOuterPackingCount":{
                        "description":"The outer packing count.",
                        "type":"number",
                        "format":"double"
                    },
                    "hazIsOverpack":{
                        "description":"Flag to indicate the package is an \"overpack\".",
                        "type":"boolean"
                    },
                    "hazPackageType":{
                        "description":"The hazmat package type of the dangerous goods shipment.",
                        "type":"string"
                    },
                    "hazPackingCount":{
                        "description":"The packing count (number of packaged units).",
                        "type":"number",
                        "format":"double"
                    },
                    "hazPackingInstructions":{
                        "description":"Required for dangerous goods shipments, unless the dangerous goods class is radioactive or not restricted. See Table 4.2 columns G, I, or K of the IATA Dangerous Goods Regulation Guide.",
                        "type":"string"
                    },
                    "hazPhysicalForm":{
                        "description":"A description of the physical form of the radioactive substance: S(p)ecial, (S)olid, (L)iquid, (G)as.",
                        "type":"string"
                    },
                    "hazQValue":{
                        "description":"The ratio used to indicate that the combined quantities in \"all packed in one\" package are within the maximum allowable limits.",
                        "type":"number",
                        "format":"double"
                    },
                    "hazQuantity":{
                        "description":"The hazmat item quantity.",
                        "type":"number",
                        "format":"double"
                    },
                    "hazRadioactiveLabel":{
                        "description":"The type of label on the shipment. W1 (White I), Y2 (Yellow II), Y3 (Yellow III).",
                        "type":"string"
                    },
                    "hazRadPackaging":{
                        "description":"A description of the type of packaging the substance is contained in. Acceptable package types are listed in section 10.5 of the dangerous goods regulations guide: Expected (Expected), Industrial ip1 (Industrial Type 1(IP-1)), Industrial ip2 (Industrial Type 2(IP-2)), Industrial ip3 (Industrial Type 3(IP-3)), Type a (Type A), Type b(m) ( Type B(M)), Type b(u) ( Type B(U)), Type c ( Type C ).",
                        "type":"string"
                    },
                    "hazRadioactivity":{
                        "description":"A measurement of the activity of the shipment. For fissile material, the weight of the material in grams or kilograms may be substituted for the activity measurement.",
                        "type":"number",
                        "format":"double"
                    },
                    "hazRadioactivityUnits":{
                        "description":"The units that the activity were measured in. This must be in Becquerel units (or multiples thereof): Bq (Becquerel), kBq (kilobecquerel), MBq (megabecquerel), GBq (gigabecquerel), TBq (terabecquerel), PBq (petabecquerel).",
                        "type":"string"
                    },
                    "hazRadionuclide":{
                        "description":"The radionuclide assigned to the substance being shipped. A table of basic radionuclides is available in the IATA Dangerous Goods Regulation Guide section 10.4.A.  For example, aluminum (13) has a radionuclide Al-26.",
                        "type":"string"
                    },
                    "hazSpecialProvisions":{
                        "description":"Indicates dangerous goods (DG) are being shipped under one of the special provisions listed in the IATA Dangerous Goods Regulation Guide, section 4.4.  There appear to be 146 different provisions, and multiple provisions may apply to a single item in some cases. ",
                        "type":"string"
                    },
                    "hazSubstanceNumber":{
                        "description":"The hazardous materials substance number. ",
                        "type":"string"
                    },
                    "hazSurfaceReading":{
                        "description":"The surface reading of the radiation exposure for the package. This reading must be measured in mrem/h.",
                        "type":"number",
                        "format":"double"
                    },
                    "hazTransportIndex":{
                        "description":"A number based on the radiation exposure of a package. This is determined based on the maximum measurement of the radiation in mrem/h at a distance of 1 meter from the package surface.",
                        "type":"number",
                        "format":"double"
                    },
                    "hazType":{
                        "description":"The hazardous materials type. Valid values are: l = Limited Quantities, e = 500 KG Exemption, f = Fully Regulated (Purolater).",
                        "type":"string"
                    },
                    "hazUnits":{
                        "description":"IATA units for non UPS shipments (L=>Liters g=>Grams kg=>Kilograms kg G=>Kilograms Gross).",
                        "type":"string"
                    },
                    "hazExtCode":{
                        "description":"The item hazmat code as configured in the TNT EM. (For carrier TNT).",
                        "type":"string"
                    },
                    "thuProfileGid":{
                        "description":"The transport handling unit profile (list of valid THUs for this order line) that is to be used when building the order release ship unit. If defined here it will take precedence to the data that is defined on the static packaged item table.",
                        "type":"string"
                    },
                    "obLineRelInstrSeq":{
                        "description":"The order base line release instruction sequence number, carried over from column OB_RELEASE_INSTRUCTION_SEQ in table OB_RELEASE_INSTRUCTION when the order release line is created from an order base line.",
                        "type":"number",
                        "format":"int64"
                    },
                    "isSplitAllowed":{
                        "description":"Indicates if the order release ship units that are created can be split into multiple pieces of equipment.",
                        "type":"boolean"
                    },
                    "attribute1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attributeNumber1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeNumber11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "packWithGroup":{
                        "description":"Lines with different Pack with Groups cannot be packed into the same ship unit.",
                        "type":"string"
                    },
                    "loadConfigSetupGid":{
                        "description":"A load configuration set up identifier to be used by the load configuration engine as the input rules during ship unit building.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "involvedParties":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/orderReleaseLines.involvedParties"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "attributes":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/orderReleaseLines.attributes"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "packageRefUnits":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/orderReleaseLines.packageRefUnits"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "specialServices":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/orderReleaseLines.specialServices"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "remarks":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/orderReleaseLines.remarks"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "refnums":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/orderReleaseLines.refnums"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "texts":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/orderReleaseLines.texts"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "equipmentRefUnits":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/orderReleaseLines.equipmentRefUnits"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "allocations":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/orderReleaseLines.allocations"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "accessorials":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/orderReleaseLines.accessorials"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "orderReleaseLines.involvedParties":{
                "properties":{
                    "involvedPartyQualGid":{
                        "description":"The qualifier ID for the involved party.",
                        "type":"string"
                    },
                    "involvedPartyContactGid":{
                        "description":"The contact ID for the involved party. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "involvedPartyContact":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property involvedPartyContactGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "comMethodGid":{
                        "description":"The communication method ID for the involved party.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "orderReleaseLines.attributes":{
                "properties":{
                    "itemFeatureQualGid":{
                        "description":"The item feature qualifier GID defining what type of feature with which this value is associated.",
                        "type":"string"
                    },
                    "itemFeatureValue":{
                        "description":"The item feature value for the order release line. This allows for future structural definition of an item such as size and color.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "orderReleaseLines.packageRefUnits":{
                "properties":{
                    "packagingReferenceUnitGid":{
                        "description":"The packaging reference unit GID. The package reference unit (PRU) defines another dimension to describe the consumption and capacity associated to building the order release ship units for transport. An example could be value of goods, loading meters, etc.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "unitPruCount":{
                        "description":"The packaging unit reference (PRU) count being described as how much of the PRU does this line consume.",
                        "type":"number",
                        "format":"double"
                    },
                    "totalPruCount":{
                        "description":"The total packaging unit reference (PRU) count being described as how much of the PRU does this line consume against the upper limit.",
                        "type":"number",
                        "format":"double"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "orderReleaseLines.specialServices":{
                "properties":{
                    "specialServiceCodeGid":{
                        "description":"The special service code GID.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "orderReleaseLines.remarks":{
                "properties":{
                    "remarkSequence":{
                        "description":"The sequence identifier for the remark associated with the order base line.",
                        "type":"number",
                        "format":"int64"
                    },
                    "remarkQualGid":{
                        "description":"The remark qualifier GID defining the remark code.",
                        "type":"string"
                    },
                    "remarkText":{
                        "description":"The text associated to the remark code.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "orderReleaseLines.refnums":{
                "properties":{
                    "orderReleaseRefnumQualGid":{
                        "description":"The reference number qualifier GID defining the reference code.",
                        "type":"string"
                    },
                    "orlRefnumValue":{
                        "description":"The text associated to the remark code.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "orderReleaseLines.texts":{
                "properties":{
                    "textTemplateGid":{
                        "description":"The text template qualifier GID defining the text.",
                        "type":"string"
                    },
                    "documentDefGid":{
                        "description":"A document that should hold text.",
                        "type":"string"
                    },
                    "textOverride":{
                        "description":"The transactional override for the template on the specific document.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "orderReleaseLines.equipmentRefUnits":{
                "properties":{
                    "equipmentReferenceUnitGid":{
                        "description":"The equipment reference unit GID for the order line.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "numReferenceUnits":{
                        "description":"The number of ref units per package for the equipment reference unit GID on this line.",
                        "type":"number",
                        "format":"double"
                    },
                    "totalNumReferenceUnits":{
                        "description":"The total number of reference units for the equipment reference unit on this line.",
                        "type":"number",
                        "format":"double"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "orderReleaseLines.allocations":{
                "properties":{
                    "allocSeqNo":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "shipmentGid":{
                        "description":"GC3 Global identifier for the entity. Is created by concatenating Domain Name,\".\" and XID. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "shipment":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property shipmentGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/sellShipments"
                            }
                        ],
                        "readOnly":true
                    },
                    "orderReleaseGid":{
                        "description":"A unique identifier created by the system for the order release. the gid contains the domain portion. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "orderRelease":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property orderReleaseGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/orderReleases"
                            }
                        ],
                        "readOnly":true
                    },
                    "privateCost":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "baseCost":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "totalAllocLineCost":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "packagedItemGid":{
                        "description":"GC3 Global identifier for the entity. Is created by concatenating Domain Name,\".\" and XID. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "packagedItem":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property packagedItemGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/packagedItems"
                            }
                        ],
                        "readOnly":true
                    },
                    "exchangeRateDate":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "exchangeRateGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "allocationBase":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/orderReleaseLines.allocations.allocationBase"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "details":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/orderReleaseLines.allocations.details"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "orderReleaseLines.allocations.allocationBase":{
                "properties":{
                    "allocSeqNo":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "shipmentGid":{
                        "description":"GC3 Global identifier for the entity. Is created by concatenating Domain Name,\".\" and XID. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "shipment":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property shipmentGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/sellShipments"
                            }
                        ],
                        "readOnly":true
                    },
                    "allocTypeQualGid":{
                        "description":"GC3 Global identifier for the entity. Is created by concatenating Domain Name,\".\" and XID.",
                        "type":"string"
                    },
                    "invoiceGid":{
                        "description":"GC3 Global identifier for the entity. Is created by concatenating Domain Name,\".\" and XID. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "invoice":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property invoiceGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/bills"
                            }
                        ],
                        "readOnly":true
                    },
                    "timestamp":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "allocatedCost":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "parentInvoiceGid":{
                        "description":"If populated, the INVOICE_GID indicates that this alllocation is for a child invoice.  This column indicates the parent invoice of the entire consolidation that was allocated. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "parentInvoice":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property parentInvoiceGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/bills"
                            }
                        ],
                        "readOnly":true
                    },
                    "voucherGid":{
                        "description":"GC3 Global identifier for the entity. Is created by concatenating Domain Name,\".\" and XID. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "voucher":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property voucherGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/vouchers"
                            }
                        ],
                        "readOnly":true
                    },
                    "exchangeRateDate":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "exchangeRateGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "shipGroupGid":{
                        "description":"Represents Shipment Group ID. This is populated when allocating a shipment group or a voucher corresponding to an invoice created for a shipment<br>group. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "shipGroup":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property shipGroupGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/shipmentGroups"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "orderReleaseLines.allocations.details":{
                "properties":{
                    "allocCostSeqno":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "costDescription":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "accessorialCodeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "cost":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "generalLedgerGid":{
                        "description":"GL code for the allocation order release line record.",
                        "type":"string"
                    },
                    "invoiceGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "lineitemSeqNo":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "exchangeRateDate":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "exchangeRateGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "costTypeGid":{
                        "description":"cost type for this allocation record",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "shipmentCostSeqno":{
                        "description":"Shipment cost seq no would be stored if we perform allocation based on shipment",
                        "type":"number",
                        "format":"int64"
                    },
                    "shipmentGid":{
                        "description":"Shipment  Gid would be stored in this field if allocation is done based Shipment.",
                        "type":"string"
                    },
                    "voucherGid":{
                        "description":"Voucher  Gid would be stored in this field if allocation is done based on voucher or invoice",
                        "type":"string"
                    },
                    "attribute1":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute2":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute3":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute4":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute5":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute6":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute7":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute8":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute9":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute10":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute11":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute12":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute13":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute14":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute15":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute16":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute17":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute18":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute19":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute20":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attributeNumber1":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber2":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber3":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber4":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber5":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber6":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber7":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber8":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber9":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber10":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber11":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber12":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber13":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber14":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber15":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber16":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber17":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber18":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber19":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber20":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate1":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate2":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate3":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate4":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate5":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate6":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate7":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate8":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate9":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate10":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate11":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate12":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate13":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate14":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate15":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate16":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate17":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate18":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate19":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate20":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeCurrency1":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is Currency.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "attributeCurrency2":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is Currency.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "attributeCurrency3":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is Currency.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "vatCodeGid":{
                        "description":"The GID for the VAT tax that is being allocated from voucher.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "orderReleaseLines.accessorials":{
                "properties":{
                    "accessorialCodeGid":{
                        "description":"GC3 Global identifier for the entity. Is created by concatenating Domain Name,\".\" and XID.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "remarks":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/orderReleaseLines.accessorials.remarks"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "orderReleaseLines.accessorials.remarks":{
                "properties":{
                    "remarkSequence":{
                        "description":"The remark sequence associated with the order release line",
                        "type":"number",
                        "format":"int64"
                    },
                    "remarkQualGid":{
                        "description":"The remark qualifier identifier defining the remark code.",
                        "type":"string"
                    },
                    "remarkText":{
                        "description":"The text associated to the remark code.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "remarkQualAssetAttributes":{
                "properties":{
                    "remarkQualGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isForDriverChk":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "isForEquipChk":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "isForPuChk":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "driverLevel":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "equipLevel":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "puLevel":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "rule11RouteCodes":{
                "properties":{
                    "routeCodeCombinationGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "details":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/rule11RouteCodes.details"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "rule11RouteCodes.details":{
                "properties":{
                    "sequence":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "routeCodeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "railJunctionCodeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "vouchers":{
                "properties":{
                    "voucherGid":{
                        "description":"The GID for the voucher.",
                        "type":"string"
                    },
                    "voucherXid":{
                        "description":"The XID for the voucher.",
                        "type":"string"
                    },
                    "voucherNumber":{
                        "description":"The number of the voucher.",
                        "type":"string"
                    },
                    "invoiceGid":{
                        "description":"The GID for the voucher. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "invoice":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property invoiceGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/bills"
                            }
                        ],
                        "readOnly":true
                    },
                    "wasAutoApproved":{
                        "description":"Contains a Y for yes if the voucher was automatically approved or an N for no if not.",
                        "type":"boolean"
                    },
                    "approvedBy":{
                        "description":"The name of the person who has approved payment for the voucher.",
                        "type":"string"
                    },
                    "amountToPay":{
                        "description":"The dollar amount to be paid for the voucher.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "timestamp":{
                        "description":"Time stamp for voucher.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "adjustmentReasonGid":{
                        "description":"The adjustment reason GID.",
                        "type":"string"
                    },
                    "exchangeRateDate":{
                        "description":"Indicates the date to be used for any currency conversions; if null, the latest conversion should be used.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "exchangeRateGid":{
                        "description":"Indicates the set of exchange rates to use for currency conversions; if null, the default set should be used.",
                        "type":"string"
                    },
                    "amtToPayWithTax":{
                        "description":"The Amount to Pay with Tax for the Voucher.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "attribute1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attributeNumber1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "statuses":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/vouchers.statuses"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "vatAnalyses":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/vouchers.vatAnalyses"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "refnums":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/vouchers.refnums"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "invoiceLines":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/vouchers.invoiceLines"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "remarks":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/vouchers.remarks"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "documents":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/vouchers.documents"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "allocations":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/vouchers.allocations"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "shipments":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/vouchers.shipments"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "vouchers.statuses":{
                "properties":{
                    "statusTypeGid":{
                        "description":"The GID for the status type for the voucher.",
                        "type":"string"
                    },
                    "statusValueGid":{
                        "description":"The GID for status value for the voucher.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "vouchers.vatAnalyses":{
                "properties":{
                    "vatCodeGid":{
                        "description":"The GID for the Value Added Tax Code.",
                        "type":"string"
                    },
                    "taxAmount":{
                        "description":"The tax amount.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "exchangeRateDate":{
                        "description":"Indicates the date to be used for any currency conversions; if null, the latest conversion should be used.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "exchangeRateGid":{
                        "description":"Indicates the set of exchange rates to use for currency conversions; if null, the default set should be used.",
                        "type":"string"
                    },
                    "vatRate":{
                        "description":"The Tax Rate that was a applied.",
                        "type":"number",
                        "format":"double"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "vouchers.refnums":{
                "properties":{
                    "voucherRefnumQualGid":{
                        "description":"The GID for the voucher reference number qualifier.",
                        "type":"string"
                    },
                    "voucherRefnumValue":{
                        "description":"Value related to the reference number qualifier.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "vouchers.invoiceLines":{
                "properties":{
                    "invoiceGid":{
                        "description":"The GID for the invoice.",
                        "type":"string"
                    },
                    "lineitemSeqNo":{
                        "description":"Line item sequence number for cost line item.",
                        "type":"number",
                        "format":"int32"
                    },
                    "amountPaid":{
                        "description":"Amount paid.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "adjustmentReasonGid":{
                        "description":"The GID for the adjustment reason.",
                        "type":"string"
                    },
                    "exchangeRateDate":{
                        "description":"Indicates the date to be used for any currency conversions; if null, the latest conversion should be used.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "exchangeRateGid":{
                        "description":"Indicates the set of exchange rates to use for currency conversions; if null, the default set should be used.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "vouchers.remarks":{
                "properties":{
                    "remarkSequence":{
                        "description":"A sequence number for a remark on an voucher.",
                        "type":"number",
                        "format":"int64"
                    },
                    "remarkQualGid":{
                        "description":"Remark qualifier.",
                        "type":"string"
                    },
                    "remarkText":{
                        "description":"The text for the remark on an voucher.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "vouchers.documents":{
                "properties":{
                    "documentGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentDefGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentUrl":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentMimeType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentFilename":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "ownerDataQueryTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "reportGid":{
                        "description":"The report associated with the document attachment, if content was generated by the report subsystem.",
                        "type":"string"
                    },
                    "generatedAt":{
                        "description":"If preparation, date/time content was last generated",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "uploadedAt":{
                        "description":"If attachment, date/time content was last updated",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "documentTrackingNum":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentCmsId":{
                        "description":"A GUID to associate the document with content stored on its remote CMS. Valid when document_type=CMS.",
                        "type":"string"
                    },
                    "contentManagementSystemGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "usedAs":{
                        "description":"Represents the classification of a document.(C/I/L/T)",
                        "type":"string"
                    },
                    "relatedDocumentGid":{
                        "description":"Represents the related document for consolidated/linked documents. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "relatedDocument":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property relatedDocumentGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/documents"
                            }
                        ],
                        "readOnly":true
                    },
                    "effectiveDate":{
                        "description":"represents effective date for a document",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "expirationDate":{
                        "description":"Represents expiration date for a document.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "userDefined1IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined2IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined3IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined4IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined5IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "vouchers.allocations":{
                "properties":{
                    "allocSeqNo":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "shipmentGid":{
                        "description":"GC3 Global identifier for the entity. Is created by concatenating Domain Name,\".\" and XID. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "shipment":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property shipmentGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/sellShipments"
                            }
                        ],
                        "readOnly":true
                    },
                    "allocTypeQualGid":{
                        "description":"GC3 Global identifier for the entity. Is created by concatenating Domain Name,\".\" and XID.",
                        "type":"string"
                    },
                    "invoiceGid":{
                        "description":"GC3 Global identifier for the entity. Is created by concatenating Domain Name,\".\" and XID. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "invoice":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property invoiceGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/bills"
                            }
                        ],
                        "readOnly":true
                    },
                    "timestamp":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "allocatedCost":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "parentInvoiceGid":{
                        "description":"If populated, the INVOICE_GID indicates that this alllocation is for a child invoice.  This column indicates the parent invoice of the entire consolidation that was allocated. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "parentInvoice":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property parentInvoiceGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/bills"
                            }
                        ],
                        "readOnly":true
                    },
                    "exchangeRateDate":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "exchangeRateGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "shipGroupGid":{
                        "description":"Represents Shipment Group ID. This is populated when allocating a shipment group or a voucher corresponding to an invoice created for a shipment<br>group. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "shipGroup":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property shipGroupGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/shipmentGroups"
                            }
                        ],
                        "readOnly":true
                    },
                    "orderAllocations":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/vouchers.allocations.orderAllocations"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "orderLineAllocations":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/vouchers.allocations.orderLineAllocations"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "orderBaseLineAllocations":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/vouchers.allocations.orderBaseLineAllocations"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "vouchers.allocations.orderAllocations":{
                "properties":{
                    "allocCostSeqno":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "orderReleaseGid":{
                        "description":"No description. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "orderRelease":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property orderReleaseGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/orderReleases"
                            }
                        ],
                        "readOnly":true
                    },
                    "costDescription":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "accessorialCodeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "cost":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "generalLedgerGid":{
                        "description":"GL code for the allocation order release record.",
                        "type":"string"
                    },
                    "exchangeRateDate":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "exchangeRateGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "costTypeGid":{
                        "description":"cost type for this allocation record",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "shipmentCostSeqno":{
                        "description":"Shipment cost seq no would be stored if we perform allocation based on shipment",
                        "type":"number",
                        "format":"int64"
                    },
                    "lineitemSeqNo":{
                        "description":"Voucher/Bill line item seq no would be stored if we perform allocation based on voucher or bill",
                        "type":"number",
                        "format":"int32"
                    },
                    "invoiceGid":{
                        "description":"Invoice/Bill Gid would be stored in this field if allocation is done based on Invoice or Bill",
                        "type":"string"
                    },
                    "shipmentGid":{
                        "description":"Shipment  Gid would be stored in this field if allocation is done based on  shipment ",
                        "type":"string"
                    },
                    "voucherGid":{
                        "description":"Voucher  Gid would be stored in this field if allocation is done based on voucher",
                        "type":"string"
                    },
                    "attribute1":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute2":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute3":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute4":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute5":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute6":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute7":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute8":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute9":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute10":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute11":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute12":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute13":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute14":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute15":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute16":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute17":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute18":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute19":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute20":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attributeNumber1":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber2":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber3":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber4":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber5":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber6":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber7":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber8":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber9":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber10":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber11":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber12":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber13":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber14":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber15":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber16":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber17":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber18":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber19":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber20":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate1":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate2":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate3":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate4":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate5":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate6":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate7":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate8":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate9":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate10":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate11":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate12":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate13":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate14":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate15":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate16":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate17":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate18":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate19":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate20":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeCurrency1":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is Currency.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "attributeCurrency2":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is Currency.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "attributeCurrency3":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is Currency.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "vatCodeGid":{
                        "description":"The GID for the VAT tax that is being allocated from voucher.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "vouchers.allocations.orderLineAllocations":{
                "properties":{
                    "allocCostSeqno":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "orderReleaseLineGid":{
                        "description":"No description. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "orderReleaseLine":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property orderReleaseLineGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/orderReleaseLines"
                            }
                        ],
                        "readOnly":true
                    },
                    "costDescription":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "accessorialCodeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "cost":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "generalLedgerGid":{
                        "description":"GL code for the allocation order release line record.",
                        "type":"string"
                    },
                    "invoiceGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "lineitemSeqNo":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "exchangeRateDate":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "exchangeRateGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "costTypeGid":{
                        "description":"cost type for this allocation record",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "shipmentCostSeqno":{
                        "description":"Shipment cost seq no would be stored if we perform allocation based on shipment",
                        "type":"number",
                        "format":"int64"
                    },
                    "shipmentGid":{
                        "description":"Shipment  Gid would be stored in this field if allocation is done based Shipment.",
                        "type":"string"
                    },
                    "voucherGid":{
                        "description":"Voucher  Gid would be stored in this field if allocation is done based on voucher or invoice",
                        "type":"string"
                    },
                    "attribute1":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute2":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute3":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute4":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute5":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute6":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute7":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute8":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute9":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute10":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute11":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute12":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute13":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute14":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute15":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute16":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute17":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute18":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute19":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute20":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attributeNumber1":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber2":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber3":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber4":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber5":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber6":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber7":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber8":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber9":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber10":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber11":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber12":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber13":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber14":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber15":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber16":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber17":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber18":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber19":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber20":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate1":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate2":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate3":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate4":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate5":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate6":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate7":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate8":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate9":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate10":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate11":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate12":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate13":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate14":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate15":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate16":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate17":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate18":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate19":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate20":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeCurrency1":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is Currency.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "attributeCurrency2":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is Currency.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "attributeCurrency3":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is Currency.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "vatCodeGid":{
                        "description":"The GID for the VAT tax that is being allocated from voucher.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "vouchers.allocations.orderBaseLineAllocations":{
                "properties":{
                    "allocCostSeqno":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "obLineGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "costDescription":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "accessorialCodeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "cost":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "invoiceGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "lineitemSeqNo":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "exchangeRateDate":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "exchangeRateGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "costTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "shipmentCostSeqno":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "shipmentGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "voucherGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "generalLedgerGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute1":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute2":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute3":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute4":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute5":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute6":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute7":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute8":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute9":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute10":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute11":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute12":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute13":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute14":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute15":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute16":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute17":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute18":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute19":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute20":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attributeNumber1":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber2":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber3":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber4":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber5":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber6":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber7":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber8":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber9":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber10":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber11":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber12":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber13":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber14":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber15":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber16":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber17":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber18":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber19":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber20":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate1":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate2":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate3":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate4":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate5":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate6":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate7":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate8":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate9":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate10":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate11":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate12":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate13":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate14":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate15":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate16":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate17":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate18":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate19":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate20":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeCurrency1":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is Currency.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "attributeCurrency2":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is Currency.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "attributeCurrency3":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is Currency.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "vatCodeGid":{
                        "description":"The GID for the VAT tax that is being allocated from voucher.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "vouchers.shipments":{
                "properties":{
                    "shipmentGid":{
                        "description":"The GID for the shipment.",
                        "type":"string"
                    },
                    "shipmentXid":{
                        "description":"The XID for the shipment.",
                        "type":"string"
                    },
                    "shipmentName":{
                        "description":"A descriptive name of the shipment.",
                        "type":"string"
                    },
                    "transportModeGid":{
                        "description":"A unique identifier to define the transportation modes.",
                        "type":"string"
                    },
                    "isTemplate":{
                        "description":"Indicates whether a shipment is a template.",
                        "type":"boolean"
                    },
                    "isPrimary":{
                        "description":"Indicates if the shipment is the primary shipment related to an order (bookings) path.",
                        "type":"boolean"
                    },
                    "isSpotCosted":{
                        "description":"Y/N based on whether the shipment cost is a spot cost specified by the service provider during a spot bid/broadcast tender.",
                        "type":"boolean"
                    },
                    "isCreditNote":{
                        "description":"Y/N based on an associated credit note.",
                        "type":"boolean"
                    },
                    "cmPrevDestLocationGid":{
                        "description":"The destination location of the previous shipment in the continuous move tour. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "cmPrevDestLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property cmPrevDestLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "cmNextSourceLocationGid":{
                        "description":"The source location of the next shipment in the continuous move tour. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "cmNextSourceLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property cmNextSourceLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "totalActualCost":{
                        "description":"The total actual cost of the shipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "totalWeightedCost":{
                        "description":"The total weighted cost of the shipment considering any additional preference weighting to influence selection positive or negative.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "totalTransCost":{
                        "description":"The total cost of the shipment. It represents the total transportation cost after applying the rebate.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "loadedDistance":{
                        "description":"The total distance that the truck or the transportation mode will travel when the shipment is loaded.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "unloadedDistance":{
                        "description":"The total distance that the truck or the transportation mode will travel when empty.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "sourceLocationGid":{
                        "description":"The GID of the source location of the shipment. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "sourceLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property sourceLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "destLocationGid":{
                        "description":"The GID of the destination location of the shipment. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "destLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property destLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "startTime":{
                        "description":"The actual shipment start time. Initially it is the system expected start time. It is updated once the carrier actually starts the shipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "endTime":{
                        "description":"The time the shipment is delivered. Initially this is the system expected delivery time. It is updated with the actual delivery time when the shipment is delivered.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "freightTerms":{
                        "description":"The freight terms for the shipment, such as prepaid or collect.",
                        "type":"string"
                    },
                    "parentLegGid":{
                        "description":"The parent leg associated with the itinerary that may have been used to plan the shipment.",
                        "type":"string"
                    },
                    "voyageGid":{
                        "description":"The voyage identifier associated with the shipment if this shipment is planned using a voyage that has been loaded into the voyage table.",
                        "type":"string"
                    },
                    "servprovGid":{
                        "description":"The service provider identifier associated with the shipment. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "servprov":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property servprovGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/serviceProviders"
                            }
                        ],
                        "readOnly":true
                    },
                    "rateOfferingGid":{
                        "description":"The rate offering (contract) identifier that is used by the service provider moving this shipment.",
                        "type":"string"
                    },
                    "rateGeoGid":{
                        "description":"The detailed rate record (contract) identifier that is used by the service provider moving this shipment.",
                        "type":"string"
                    },
                    "originalShipmentGid":{
                        "description":"If the shipment represents a secondary charge, this points back to the \"parent\" shipment for which the secondary shipment is a \"child\".",
                        "type":"string"
                    },
                    "shipmentGroupGid":{
                        "description":"The shipment group identifier if this shipment is placed into a single group. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "shipmentGroup":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property shipmentGroupGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/shipmentGroups"
                            }
                        ],
                        "readOnly":true
                    },
                    "isAutoMergeConsolidate":{
                        "description":"Y/N indicating if the auto merge consolidation rule was used from the itinerary when creating this shipment. (View Only)",
                        "type":"boolean"
                    },
                    "perspective":{
                        "description":"The indicates if the shipment is a buy or sell perspective.",
                        "type":"string"
                    },
                    "flightInstanceId":{
                        "description":"The flight instance (date of flight) identifier associated with the shipment if this shipment is planned using a flight in the flight table.",
                        "type":"number",
                        "format":"int64"
                    },
                    "totalWeight":{
                        "description":"The total weight of the shipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "totalVolume":{
                        "description":"The total volume of the shipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "totalShipUnitCount":{
                        "description":"The total ship unit count of the shipment.",
                        "type":"number",
                        "format":"int64"
                    },
                    "totalPackagingUnitCount":{
                        "description":"The total packaging unit count of the shipment.",
                        "type":"number",
                        "format":"int32"
                    },
                    "totalItemPackageCount":{
                        "description":"The total item package count of the shipment.",
                        "type":"number",
                        "format":"int32"
                    },
                    "intermediaryCorporationGid":{
                        "description":"The intermediary corporation identifier if this shipment is being managed by an additional party to the shipper and carrier relationship such as a 3PL corporation. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "intermediaryCorporation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property intermediaryCorporationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/corporations"
                            }
                        ],
                        "readOnly":true
                    },
                    "shipmentTypeGid":{
                        "description":"The shipment type associated with the shipment. This is a system value such as transport, secondary charge shipment, or non-freight related.",
                        "type":"string"
                    },
                    "routeCodeCombinationGid":{
                        "description":"The route code combination identifier of the shipment used for specifying rail shipments.",
                        "type":"string"
                    },
                    "railInterModalPlanGid":{
                        "description":"The rail intermodal plan identifier of the shipment used for intermodal rail shipments.",
                        "type":"string"
                    },
                    "customerRateCode":{
                        "description":"The customer rate identifier associated with the shipment if this shipment is planned using a customer.",
                        "type":"string"
                    },
                    "cofcTofc":{
                        "description":"The trailer or flat car or the container on flat car code for rail shipments.",
                        "type":"string"
                    },
                    "railReturnLocationGid":{
                        "description":"The rail return location identifier of the rail shipment. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "railReturnLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property railReturnLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "railReturnRouteGid":{
                        "description":"The rail return route identifier of the rail shipment.",
                        "type":"string"
                    },
                    "rule11Indicator":{
                        "description":"The rule 11 indicator of the shipment used for managing rail.",
                        "type":"string"
                    },
                    "currentStopNum":{
                        "description":"The stop number within the shipment. Stop number = 1 is the pickup stop, and the max (stop number) for a shipment is the delivery stop.",
                        "type":"number",
                        "format":"int32"
                    },
                    "shipmentAsWork":{
                        "description":"Indicates the shipment as work.",
                        "type":"boolean"
                    },
                    "secondaryChargeRuleGid":{
                        "description":"The secondary charge rule identifier that was used to generate the shipment if this is a secondary charge shipment.",
                        "type":"string"
                    },
                    "checkTimeConstraint":{
                        "description":"The indicator to check the time constraints associated with the shipment.",
                        "type":"boolean"
                    },
                    "checkCostConstraint":{
                        "description":"The indicator to check cost constraints associated with the shipment",
                        "type":"boolean"
                    },
                    "checkCapacityConstraint":{
                        "description":"The indicator to check the capacity constraints associated with the shipment.",
                        "type":"boolean"
                    },
                    "cmName":{
                        "description":"The shipment GID of the first shipment in the tour. If the continuous move tour is received as input, this is the supplied tour ID.",
                        "type":"string"
                    },
                    "cmSequenceNum":{
                        "description":"Indicates the shipment's sequence in the continuous move tour.",
                        "type":"number",
                        "format":"int32"
                    },
                    "cmCost":{
                        "description":"The shipment cost when the shipment is part of a continuous move tour.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "cmEmptyDistance":{
                        "description":"The empty leg distance between previous and this shipments.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "hazmatModeGid":{
                        "description":"The hazmat mode identifier that is associated with the shipment.",
                        "type":"string"
                    },
                    "hazmatRegionGid":{
                        "description":"The hazmat region identifier that is associated with the shipment.",
                        "type":"string"
                    },
                    "weighCode":{
                        "description":"The weigh code of the shipment that identifies the weight type.",
                        "type":"string"
                    },
                    "rule7":{
                        "description":"A Y/N indicator from the shipper to the carrier that the shipper is not liable for freight charges.",
                        "type":"boolean"
                    },
                    "shipmentReleased":{
                        "description":"A Y/N indicator used for rail shipments that indicate that the shipment is ready.",
                        "type":"boolean"
                    },
                    "processingCodeGid":{
                        "description":"The processing code GID.",
                        "type":"string"
                    },
                    "airRailRouteCode":{
                        "description":"A transportation mode code that is informational for the shipment.",
                        "type":"string"
                    },
                    "paymentMethodCodeGid":{
                        "description":"The payment method code identifier.",
                        "type":"string"
                    },
                    "incoTermGid":{
                        "description":"The Incoterm identifier associated with the shipment.",
                        "type":"string"
                    },
                    "dimWeight":{
                        "description":"The dimensional weight that was calculated for the shipment when using the dimensional rating (DIM) factor.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "plannedCost":{
                        "description":"The cost when the original shipment was created.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "termLocationText":{
                        "description":"The term location text that is informational for the shipment.",
                        "type":"string"
                    },
                    "tariffOrganizationNumber":{
                        "description":"The tariff organization number, for informational purposes.",
                        "type":"string"
                    },
                    "tariffOrganizationName":{
                        "description":"The tariff organization name, for informational purposes.",
                        "type":"string"
                    },
                    "tariffName":{
                        "description":"The tariff name, for informational purposes.",
                        "type":"string"
                    },
                    "tariffNumber":{
                        "description":"The tariff number, for informational purposes.",
                        "type":"string"
                    },
                    "tariffDate":{
                        "description":"The tariff date, for informational purposes.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "isHazardous":{
                        "description":"A Y/N indicator specifying that the shipment is identified as having hazardous material.",
                        "type":"boolean"
                    },
                    "isTemperatureControl":{
                        "description":"A Y/N indicator specifying that the shipment is identified as needing temperature control.",
                        "type":"boolean"
                    },
                    "isCostFixed":{
                        "description":"A Y/N indicator that identifies the shipment having fixed cost that will not be recalculated if the shipment is modified.",
                        "type":"boolean"
                    },
                    "isServiceTimeFixed":{
                        "description":"A Y/N indicator that identifies the shipment having fixed service time that will not be recalculated if the shipment is modified.",
                        "type":"boolean"
                    },
                    "isRateGeoFixed":{
                        "description":"A Y/N indicator that the rate detail (rate geo) has been fixed by the user and will not be reassigned if the shipment is modified.",
                        "type":"boolean"
                    },
                    "isRateOfferingFixed":{
                        "description":"A Y/N indicator that the rate offering has been fixed by the user and will not be reassigned.",
                        "type":"boolean"
                    },
                    "isServprovFixed":{
                        "description":"A Y/N indicator that the service provider has been fixed by the user and will not be reassigned.",
                        "type":"boolean"
                    },
                    "isPreload":{
                        "description":"A Y/N indicator specifying that the shipment is pre-load prior to carrier arriving for transport.",
                        "type":"boolean"
                    },
                    "isFixedTenderContact":{
                        "description":"A Y/N indicator that the tender contact individual has been fixed by the user and will not be reassigned.",
                        "type":"boolean"
                    },
                    "isToBeHeld":{
                        "description":"A Y/N indicator specifying that the shipment is to be held by the carrier.",
                        "type":"boolean"
                    },
                    "isPreferredCarrier":{
                        "description":"Indicates if the carrier selected for the shipment is preferred.",
                        "type":"boolean"
                    },
                    "isEquipmentFixed":{
                        "description":"Checks if a service provider can update the equipment number and equipment initials when accepting a tendered shipment.",
                        "type":"boolean"
                    },
                    "isRecalcTotals":{
                        "description":"Turns on/off totaling logic.",
                        "type":"boolean"
                    },
                    "hasAppointments":{
                        "description":"Indicates if any stops on the shipment have appointments.",
                        "type":"boolean"
                    },
                    "contactGid":{
                        "description":"The contact identifier linking in the contact table information to the shipment. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "contact":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property contactGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "bulkPlanGid":{
                        "description":"If the shipment was planned via the bulk plan process, then this is the global identifier for the bulk plan.",
                        "type":"string"
                    },
                    "totalNumReferenceUnits":{
                        "description":"The total number of reference units of the shipment as defined by the equipment reference units.",
                        "type":"number",
                        "format":"double"
                    },
                    "itineraryGid":{
                        "description":"The itinerary identifier that was used to build the shipment if it was built with the planning logic. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "itinerary":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property itineraryGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/itineraries"
                            }
                        ],
                        "readOnly":true
                    },
                    "feasibilityCodeGid":{
                        "description":"The feasibility code associated with the shipment can identify shipment infeasibilities.",
                        "type":"string"
                    },
                    "numOrderReleases":{
                        "description":"The number of order releases that are on this shipment.",
                        "type":"number",
                        "format":"int32"
                    },
                    "numStops":{
                        "description":"The number of shipment stop records related to this shipment.",
                        "type":"number",
                        "format":"int32"
                    },
                    "totalNetWeight":{
                        "description":"The total net weight of all the freight on the shipment as summed with the shipment ship unit lines net weight.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "totalNetVolume":{
                        "description":"The total net volume of all the freight on the shipment as summed with the shipment ship unit lines net volume.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "earliestStartTime":{
                        "description":"The earliest start time that will make this shipment feasible.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "latestStartTime":{
                        "description":"The latest start time that will make this shipment feasible.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "lastEventGroupGid":{
                        "description":"The last event group identifier specifies the event group code of the last tracking event that was received against the shipment.",
                        "type":"string"
                    },
                    "repetitionScheduleGid":{
                        "description":"The repetition schedule associated with the shipment if the shipment was built utilizing a repetition schedule.",
                        "type":"string"
                    },
                    "inTrailerBuild":{
                        "description":"Indicates that this shipment is in a trailer build shipment group.",
                        "type":"boolean"
                    },
                    "firstEquipmentGroupGid":{
                        "description":"A shipment can contain multiple equipment records. This value is associated to the first equipment group defined for the shipment.",
                        "type":"string"
                    },
                    "bulkCmGid":{
                        "description":"The identifier for the bulk continuous move if the shipment was selected in the bulk continuous move process.",
                        "type":"string"
                    },
                    "vesselGid":{
                        "description":"The vessel that the shipment is on. If populated, this actually overrides the value that is in the voyage table.",
                        "type":"string"
                    },
                    "userDefined1IconGid":{
                        "description":"The GID for the user defined image/icon. Up to five user-defined image fields can be configured to appear on the Search and Results page that let you query and review the images that are assigned to a business object. Images can be assigned to business objects to visually emphasize certain characteristics such as shipments containing hazardous material, orders for hot commodities, or shipments with over dimensional freight.",
                        "type":"string"
                    },
                    "userDefined2IconGid":{
                        "description":"The GID for the user defined image/icon. Up to five user-defined image fields can be configured to appear on the Search and Results page that let you query and review the images that are assigned to a business object. Images can be assigned to business objects to visually emphasize certain characteristics such as shipments containing hazardous material, orders for hot commodities, or shipments with over dimensional freight.",
                        "type":"string"
                    },
                    "userDefined3IconGid":{
                        "description":"The GID for the user defined image/icon. Up to five user-defined image fields can be configured to appear on the Search and Results page that let you query and review the images that are assigned to a business object. Images can be assigned to business objects to visually emphasize certain characteristics such as shipments containing hazardous material, orders for hot commodities, or shipments with over dimensional freight.",
                        "type":"string"
                    },
                    "userDefined4IconGid":{
                        "description":"The GID for the user defined image/icon. Up to five user-defined image fields can be configured to appear on the Search and Results page that let you query and review the images that are assigned to a business object. Images can be assigned to business objects to visually emphasize certain characteristics such as shipments containing hazardous material, orders for hot commodities, or shipments with over dimensional freight.",
                        "type":"string"
                    },
                    "userDefined5IconGid":{
                        "description":"The GID for the user defined image/icon. Up to five user-defined image fields can be configured to appear on the Search and Results page that let you query and review the images that are assigned to a business object. Images can be assigned to business objects to visually emphasize certain characteristics such as shipments containing hazardous material, orders for hot commodities, or shipments with over dimensional freight.",
                        "type":"string"
                    },
                    "sourceLocationOverrideGid":{
                        "description":"The location identifier that will override the source location that is defined for the shipment.",
                        "type":"string"
                    },
                    "destLocationOverrideGid":{
                        "description":"The location identifier that will override the destination location that is defined for the shipment.",
                        "type":"string"
                    },
                    "equipmentReferenceUnitGid":{
                        "description":"The equipment reference unit GID that is associated with the equipment reference unit utilization of the shipment.",
                        "type":"string"
                    },
                    "scheduleType":{
                        "description":"When the schedule type is populated, it is a consol.",
                        "type":"string"
                    },
                    "weightUtilization":{
                        "description":"The weight utilization of the shipment as defined by the weight of the freight and the maximum capacity of the equipment.",
                        "type":"number",
                        "format":"double"
                    },
                    "volumeUtilization":{
                        "description":"The volume utilization of the shipment as defined by the volume of the freight and the maximum capacity of the equipment.",
                        "type":"number",
                        "format":"double"
                    },
                    "equipRefUnitUtilization":{
                        "description":"The equipment reference utilization of the shipment as defined by the equipment reference unit amount of the freight and the maximum capacity of the equipment.",
                        "type":"number",
                        "format":"double"
                    },
                    "jobGid":{
                        "description":"The job GID identifier of the shipment, if the shipment is assigned to a job.",
                        "type":"string"
                    },
                    "portOfLoadLocationGid":{
                        "description":"The location ID of the port of load for the primary leg carrier. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "portOfLoadLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property portOfLoadLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "portOfLoadOverrideLocGid":{
                        "description":"The location override ID of the port of load for the primary leg carrier.",
                        "type":"string"
                    },
                    "portOfDisLocationGid":{
                        "description":"The location ID of the port of discharge for the primary leg carrier. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "portOfDisLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property portOfDisLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "portOfDisOverrideLocGid":{
                        "description":"The location override ID of the port of discharge for the primary leg carrier.",
                        "type":"string"
                    },
                    "insurancePolicyNumber":{
                        "description":"The insurance policy number that covers this shipment, for informational purposes.",
                        "type":"string"
                    },
                    "insuranceAmount":{
                        "description":"The insurance amount of the shipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "insurancePremium":{
                        "description":"The insurance premium of the shipment, for informational purposes.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "bolType":{
                        "description":"The bill of lading type defined for the shipment, used for report management.",
                        "type":"string"
                    },
                    "bolIssuanceType":{
                        "description":"The bill of lading issuance type identifier.",
                        "type":"string"
                    },
                    "consolGid":{
                        "description":"The consol identifier if the shipment has been built from a consol structure. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "consol":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property consolGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/consols"
                            }
                        ],
                        "readOnly":true
                    },
                    "placeReceiptLocationGid":{
                        "description":"The place receipt location identifier specifying the location where ownership of freight starts. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "placeReceiptLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property placeReceiptLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "placeDeliverLocationGid":{
                        "description":"The place deliver location identifier specifying the location where ownership of freight ends with delivery. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "placeDeliverLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property placeDeliverLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "sailDate":{
                        "description":"The sail date of the shipment that is populated if the shipment utilizes the vessel schedules.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "railDate":{
                        "description":"The rail date of the shipment that is populated if the shipment utilizes the rail schedules.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "sailCutoffDate":{
                        "description":"The sail cutoff (date of sail) identifier associated with the shipment if this shipment is planned using a sail on the sail table.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "portDischargeEta":{
                        "description":"The estimated port of discharge date associated with ocean-going shipments.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "portOfExitDate":{
                        "description":"The estimated port of exit (for international shipments) associated with ocean going shipments.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "portExitLocGid":{
                        "description":"The designated port the freight will be exiting the country for international shipments. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "portExitLoc":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property portExitLocGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "containerDeliveryLocGid":{
                        "description":"The container delivery location identifier establishing where the ocean going container will be delivered after unloading freight. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "containerDeliveryLoc":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property containerDeliveryLocGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "containerPickupLocGid":{
                        "description":"The container pickup location identifier establishing where the ocean-going container will be picked up prior to loading with freight. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "containerPickupLoc":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property containerPickupLocGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "nfrcRuleGid":{
                        "description":"The NFRC (non freight related charge) rule that was used to generate the shipment if the shipment is a NFRC type of shipment.",
                        "type":"string"
                    },
                    "isCpctyOverrideApplicable":{
                        "description":"A Y/N indicator specifying if the capacity override is applicable where capacity defines the resource a service provider has available for assignment.",
                        "type":"boolean"
                    },
                    "plannedRateOfferingGid":{
                        "description":"The initial planned rate offering ID. It is set when shipment initially gets planned. It will not be changed thereafter.",
                        "type":"string"
                    },
                    "plannedTransportModeGid":{
                        "description":"The initial planned transport mode ID. It is set when shipment initially gets planned. It will not be changed thereafter.",
                        "type":"string"
                    },
                    "plannedServprovGid":{
                        "description":"The initial planned service provider ID. It is set when shipment initially gets planned. It will not be changed thereafter. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "plannedServprov":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property plannedServprovGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/serviceProviders"
                            }
                        ],
                        "readOnly":true
                    },
                    "plannedRateGeoGid":{
                        "description":"The initial planned rate record ID. It is set when shipment initially gets planned. It will not be changed thereafter.",
                        "type":"string"
                    },
                    "isPermanent":{
                        "description":"Set this flag to 'Y' if the shipment should not be automatically deleted as a result of unassign/merge/split action. In this case, the shipment should be specifically deleted in \"delete shipment\" action.",
                        "type":"boolean"
                    },
                    "isMemoBl":{
                        "description":"Indicate how to handle B/L. Y: no bill of lading generated for this shipment. N: bill of lading generated for this shipment.",
                        "type":"boolean"
                    },
                    "dutyPaid":{
                        "description":"The duty paid of the shipment.",
                        "type":"string"
                    },
                    "exchangeRateDate":{
                        "description":"Indicates the date to be used for any currency conversions; if null, the latest conversion should be used.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "currencyGid":{
                        "description":"Indicates the currency to be used for cost totals; if null, the first shipment cost of type base will dictate the currency.",
                        "type":"string"
                    },
                    "exchangeRateGid":{
                        "description":"Indicates the set of exchange rates to use for currency conversions; if null, the default set should be used.",
                        "type":"string"
                    },
                    "totMatchedInvoiceCost":{
                        "description":"The total matched invoice cost associated with the shipment after the match and pay process runs in freight payment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "originalInvoiceCost":{
                        "description":"The original invoice cost at the point when the invoice was initially created or matched to the shipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "totalApprovedCost":{
                        "description":"The total approved cost associated with the shipment after the approval step in the freight payment process.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "sourcePierLocationGid":{
                        "description":"The source operational location. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "sourcePierLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property sourcePierLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "destPierLocationGid":{
                        "description":"The destination operational location. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "destPierLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property destPierLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "primaryOrderBaseGid":{
                        "description":"A shipment can contain multiple orders and these orders can refer to multiple order bases. The bill to party of an order base is carried forward to the shipment. This field reflects the order base identifier that was used to establish this value. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "primaryOrderBase":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property primaryOrderBaseGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/orderBases"
                            }
                        ],
                        "readOnly":true
                    },
                    "totalDeclaredValue":{
                        "description":"The total declared value of the goods on the shipment. This is the sum of the declared values of the shipment ship unit lines.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "isProfitSplit":{
                        "description":"Indicates if the NFRC shipment will be profit split.",
                        "type":"boolean"
                    },
                    "shippingAgentContactGid":{
                        "description":"Indicate if this NFRC is created from the Assign Shipping Agent action on the job.",
                        "type":"string"
                    },
                    "isAdvancedCharge":{
                        "description":"A Y/N indicator specifying that this NFRC shipment is built as an advanced charge.",
                        "type":"boolean"
                    },
                    "loadConfigEngineTypeGid":{
                        "description":"Null type means no load configuration is performed on the shipment.",
                        "type":"string"
                    },
                    "appointmentPriorityGid":{
                        "description":"The appointment priority identifier associated with the shipment.",
                        "type":"string"
                    },
                    "isFixedDistance":{
                        "description":"Boolean, defaults to N. When set to Y, this flag indicates a user-entered value for the total loaded distance field.",
                        "type":"boolean"
                    },
                    "deliveringServprovGid":{
                        "description":"The service provider who is the delivering service provider for this shipment. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "deliveringServprov":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property deliveringServprovGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/serviceProviders"
                            }
                        ],
                        "readOnly":true
                    },
                    "originatingServprovGid":{
                        "description":"The service provider who is the originating service provider for this shipment. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "originatingServprov":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property originatingServprovGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/serviceProviders"
                            }
                        ],
                        "readOnly":true
                    },
                    "chargeableWeight":{
                        "description":"The dimensional weight as determined by the rating process.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "fixedServiceDays":{
                        "description":"The fixed number of service days, if returned by the rating engine.",
                        "type":"number",
                        "format":"int32"
                    },
                    "sightingLocationGid":{
                        "description":"The location where the shipment was last sighted. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "sightingLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property sightingLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "sightingDate":{
                        "description":"The date and time when the shipment was last sighted at the sighting location.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "prevSightingLocationGid":{
                        "description":"The location identifier for the previous sighting location used for rail shipment and tracking events. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "prevSightingLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property prevSightingLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "prevSightingDate":{
                        "description":"The date associated with the previous sighting location and in the tracking event.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "driverGid":{
                        "description":"The driver or primary team driver assigned to the shipment. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "driver":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property driverGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/drivers"
                            }
                        ],
                        "readOnly":true
                    },
                    "secondaryDriverGid":{
                        "description":"The secondary team driver assigned to the shipment. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "secondaryDriver":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property secondaryDriverGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/drivers"
                            }
                        ],
                        "readOnly":true
                    },
                    "powerUnitGid":{
                        "description":"The power unit assigned to the shipment. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "powerUnit":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property powerUnitGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/powerUnits"
                            }
                        ],
                        "readOnly":true
                    },
                    "driverAssignBulkPlanGid":{
                        "description":"Fleet bulk plan ID for driver assignment.",
                        "type":"string"
                    },
                    "equipmentAssignBulkPlanGid":{
                        "description":"Fleet bulk plan ID for equipment assignment.",
                        "type":"string"
                    },
                    "prevDropInventoryProcessed":{
                        "description":"Indicates fleet equipment inventory processing for driver's previous shipment's equipment.",
                        "type":"boolean"
                    },
                    "pickInventoryProcessed":{
                        "description":"Indicates fleet equipment inventory processing for picking an empty equipment before freight.",
                        "type":"boolean"
                    },
                    "dropInventoryProcessed":{
                        "description":"Indicates fleet equipment inventory processing for dropping an empty equipment after freight.",
                        "type":"boolean"
                    },
                    "dimVolume":{
                        "description":"The dimensional volume. Mathematical weight equivalence according to specified dim rate factor.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "chargeableVolume":{
                        "description":"The actual volume used in calculating the cost of the shipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "domainName":{
                        "description":"The database domain where this data is stored.",
                        "type":"string"
                    },
                    "planningParameterSetGid":{
                        "description":"The parameter set GID which is used in building this shipment.",
                        "type":"string"
                    },
                    "numEquipmentOrdered":{
                        "description":"The number of equipment ordered. This is manually set by the user and can be rated on.",
                        "type":"number",
                        "format":"int32"
                    },
                    "emPhoneNumber":{
                        "description":"The emergency phone number when shipping hazardous materials. The 24 hours contact for the shipment.",
                        "type":"string"
                    },
                    "parcelZone":{
                        "description":"The ship to mail zone. A price key used for parcel rate calculations.",
                        "type":"string"
                    },
                    "attribute1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attributeNumber1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeCurrency1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "attributeCurrency2":{
                        "description":"The attribute currency of the shipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "attributeCurrency3":{
                        "description":"The attribute currency of the shipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "combinationEquipGrpGid":{
                        "description":"The equipment group associated with the shipment if the shipment contains combination trailers or combination compartments. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "combinationEquipGrp":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property combinationEquipGrpGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/equipmentGroups"
                            }
                        ],
                        "readOnly":true
                    },
                    "siCutoffDate":{
                        "description":"The shippers instruction cutoff date associated with the shipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "cfsCutoffDate":{
                        "description":"The container freight station cutoff date associated with the shipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "srcArbLevelOfServiceGid":{
                        "description":"The source arbitrary level of service identifier if the shipment is built using a rate that has arbitrary values. In this case the shipment will identify the rate service used for the main leg and this will be the service of the source arbitrary part.",
                        "type":"string"
                    },
                    "destArbLevelOfServiceGid":{
                        "description":"The destination arbitrary level of service identifier if the shipment is built using a rate that has arbitrary values. In this case the shipment will identify the rate service used for the main leg and this will be the service of the destination arbitrary part.",
                        "type":"string"
                    },
                    "cfsLocationGid":{
                        "description":"The location identifier for the container freight station. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "cfsLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property cfsLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "isFixedVoyage":{
                        "description":"A Y/N indicator specifying if the voyage part of the shipment is to remain fixed on updates.",
                        "type":"boolean"
                    },
                    "workAssignmentBulkPlanGid":{
                        "description":"Work assignment bulk plan ID which is generated during work assignment bulk plan process.",
                        "type":"string"
                    },
                    "aheadLateTime":{
                        "description":"shipment status",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "aheadOrLate":{
                        "description":"A - Ahead of Schedule O - On Time L - Late T - Tardy - This can mean a degree of lateness depending on the user.  B - Bad Order H - Held N - No Bill Y - Constructive Placed Z - Actual Placed  ",
                        "type":"string"
                    },
                    "etaDate":{
                        "description":"Estimated time of arrival",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "firstEquipmentInitial":{
                        "description":"first equipment intial",
                        "type":"string"
                    },
                    "firstEquipmentNumber":{
                        "description":"first equipment number",
                        "type":"string"
                    },
                    "solePackagedItemGid":{
                        "description":"only one equipment and with only one item \t <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "solePackagedItem":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property solePackagedItemGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/packagedItems"
                            }
                        ],
                        "readOnly":true
                    },
                    "reportedBsStatusCode":{
                        "description":"latest reported event for shipment",
                        "type":"string"
                    },
                    "reportingScac":{
                        "description":"reporting scac",
                        "type":"string"
                    },
                    "equipmentDestination":{
                        "description":"equipment destination <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "equipmentDestinationRefObject":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property equipmentDestination, which will be expanded if expandRefs query parameter is set to true (expandRefs=true) <br> This reference object will be displayed only when the optional feature: APPEND REFOBJECT FOR REF ATTR NOT ENDING WITH GID is enabled.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "prevReportedBsStatusCode":{
                        "description":"previous reported event for shipment",
                        "type":"string"
                    },
                    "prevReportingScac":{
                        "description":"previous reporting scac",
                        "type":"string"
                    },
                    "prevEquipmentDestination":{
                        "description":"previous equipment destination <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "prevEquipmentDestinationRefObject":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property prevEquipmentDestination, which will be expanded if expandRefs query parameter is set to true (expandRefs=true) <br> This reference object will be displayed only when the optional feature: APPEND REFOBJECT FOR REF ATTR NOT ENDING WITH GID is enabled.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "maxNumRetender":{
                        "description":"Maximum number of re-tenders.",
                        "type":"number",
                        "format":"int32"
                    },
                    "attributeNumber11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "reservationNum":{
                        "description":"Saved here to search shipments based on Reservation Number.",
                        "type":"string"
                    },
                    "isArRouteCodeFixed":{
                        "description":"This flag is for rail route code on shipment to allow or restrict cost/rail route code updates.",
                        "type":"boolean"
                    },
                    "waybillDate":{
                        "description":"Waybill date represents contractual agreement of the carriage.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "projectedTourName":{
                        "description":"Represents the identifier for the projected tour. If the projected tour is received as input, this is the supplied tour ID.",
                        "type":"string"
                    },
                    "projectedTourSequenceNum":{
                        "description":"Represents the sequence in which the shipment should appear in the projected tour.",
                        "type":"number",
                        "format":"int32"
                    },
                    "externalVoyageCode":{
                        "description":"Specifies the number of the voyage as assigned by the carrier that transports the shipment.",
                        "type":"string"
                    },
                    "plannedCo2Emission":{
                        "description":"CO2 emissions recorded while planning the shipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "actualCo2Emission":{
                        "description":"Actual CO2 emissions for the shipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "plannedCo2EqEmission":{
                        "description":"CO2 equivalent emissions recorded while planning the shipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "actualCo2EqEmission":{
                        "description":"Actual CO2 equivalent emissions for the shipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "marketCost":{
                        "description":"Market cost based on the shipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "loadingHallPenalty":{
                        "description":"The loading hall penalty used while building loading halls for the shipment.",
                        "type":"number",
                        "format":"double"
                    },
                    "workAssignmentGid":{
                        "description":"The ID of the Work Assignment of which the shipment is part of.",
                        "type":"string"
                    },
                    "rateServiceGid":{
                        "description":"Links to the Rate Service record that tells the system how to calculate a shipment???s time based on the rate service type.",
                        "type":"string"
                    },
                    "refnums":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/vouchers.shipments.refnums"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "vouchers.shipments.refnums":{
                "properties":{
                    "shipmentRefnumQualGid":{
                        "description":"The reference qualifier GID defining the reference  code.",
                        "type":"string"
                    },
                    "shipmentRefnumValue":{
                        "description":"The value associated to the reference code.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "depotProfiles":{
                "properties":{
                    "depotProfileGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "depotProfileXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "depotProfileName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "details":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/depotProfiles.details"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "depotProfiles.details":{
                "properties":{
                    "xLaneGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "sourceDepotLocationGid":{
                        "description":"No description. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "sourceDepotLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property sourceDepotLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "destDepotLocationGid":{
                        "description":"No description. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "destDepotLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property destDepotLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "responsibleParties":{
                "properties":{
                    "bsResponsiblePartyGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "bsResponsiblePartyXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "bsResponsiblePartyName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "bsResponsiblePartyDesc":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "statusGroupProfiles":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/responsibleParties.statusGroupProfiles"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "responsibleParties.statusGroupProfiles":{
                "properties":{
                    "bsStatusGroupProfileGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isExcluded":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "itemUnitOfMeasurementConversions":{
                "properties":{
                    "guicSeqNum":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "gtmItemGid":{
                        "description":"No description. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "gtmItem":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property gtmItemGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid"
                            }
                        ],
                        "readOnly":true
                    },
                    "fromUomCode":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "toUomCode":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "conversionRate":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "truckTypes":{
                "properties":{
                    "truckTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "truckTypeXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "truckName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "roofType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "trailerType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "allowSideOverhang":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "allowRearOverhang":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "licenseCategories":{
                "properties":{
                    "licenseCategoryGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "licenseCategoryXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "licenseCategoryName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "licenseCategoryDescription":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "claimLineItemPackageStatuses":{
                "properties":{
                    "claimLinePackageStatusGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "claimLinePackageStatusXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "declarationTypeProfiles":{
                "properties":{
                    "gtmDeclTypeProfileGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmDeclTypeProfileXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "profileName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isCompatible":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "details":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/declarationTypeProfiles.details"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "declarationTypeProfiles.details":{
                "properties":{
                    "gtmDeclarationTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "flightInstances":{
                "properties":{
                    "flightInstanceId":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "leaveTimestamp":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "arrivalTimestamp":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "srcLocationGid":{
                        "description":"No description. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "srcLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property srcLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "destLocationGid":{
                        "description":"No description. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "destLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property destLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "elapsedTime":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "flightGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "resourceSchedules":{
                "properties":{
                    "resourceScheduleGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "resourceScheduleXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "resourceType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "startLocationGid":{
                        "description":"No description. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "startLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property startLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "finishLocationGid":{
                        "description":"No description. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "finishLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property finishLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "count":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "calendarGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "effectiveDate":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "discontinueDate":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "duration":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "rateOfferingGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "driverTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "resourceScheduleName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "resourceScheduleDescription":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute1":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute2":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute3":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute4":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute5":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute6":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute7":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute8":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute9":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute10":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute11":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute12":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute13":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute14":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute15":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute16":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute17":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute18":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute19":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute20":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attributeNumber1":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber2":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber3":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber4":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber5":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber6":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber7":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber8":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber9":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber10":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate1":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate2":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate3":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate4":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate5":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate6":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate7":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate8":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate9":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate10":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "equipmentGroupProfileGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "startLocationProfileGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "endLocationProfileGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "startNfrLocation":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "endNfrLocation":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "remarks":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/resourceSchedules.remarks"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "resourceSchedules.remarks":{
                "properties":{
                    "remarkSequence":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "remarkQualGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "remarkText":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "locationProfiles":{
                "properties":{
                    "locationProfileGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "locationProfileXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "locationProfileName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isCompatible":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "details":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/locationProfiles.details"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "locationProfiles.details":{
                "properties":{
                    "locationGid":{
                        "description":"No description. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "location":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property locationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "gtmDataVersions":{
                "properties":{
                    "gtmDataVersionGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmDataVersionXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "sourceDate":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "loadState":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isCurrent":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "isFixed":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "gtmContentTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmContentSourceGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "statusTypeFilters":{
                "properties":{
                    "statusTypeFilterGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "statusTypeFilterXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "objectType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "statusType":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/statusTypeFilters.statusType"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "statusTypeFilters.statusType":{
                "properties":{
                    "statusTypeXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "displaySequence":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "packagedItemTypes":{
                "properties":{
                    "packagedItemTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "packagedItemTypeXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradePolicies":{
                "properties":{
                    "gtmComplianceTemplateGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmComplianceTemplateXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "complianceTemplateName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "details":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradePolicies.details"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradePolicies.details":{
                "properties":{
                    "serviceSequence":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "gtmServiceGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmServicePrefGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradingPartnerItemReferenceNumberQualifiers":{
                "properties":{
                    "partnerItemRefnumQualGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "partnerItemRefnumQualXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "defaultRefnumBnTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateFlag":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "hazmatApprovalExemptions":{
                "properties":{
                    "hazmatApprovalExemptionGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "hazmatApprovalExemptionXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "packagingFormCodeReferenceNumberQualifiers":{
                "properties":{
                    "packagingFrmRefnumQualGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "packagingFrmRefnumQualXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "packagingFrmRefnumDesc":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isVisibleIfMasterCarr":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "commitmentCountUsages":{
                "properties":{
                    "commitUsageGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "commitUsageXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "capacityCommitmentGid":{
                        "description":"No description. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "capacityCommitment":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property capacityCommitmentGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/capacityCommitments"
                            }
                        ],
                        "readOnly":true
                    },
                    "startDate":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "endDate":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "plannedNumShips":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "finalNumShips":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "finalMileage":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "finalWeight":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "finalVolume":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "finalMonetary":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "finalFeuCount":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "finalTeuCount":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "finalEquipGrpProfileCount":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "finalEquipGrpProfileGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isActive":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "isOverride":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "overrideNumShips":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "overrideMileage":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "overrideWeight":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "overrideVolume":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "overrideMonetary":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "overrideFeuCount":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "overrideTeuCount":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "overrideEquipGrpProfileCnt":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "overrideEquipGrpProfileGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "specialServiceCompatibleSets":{
                "properties":{
                    "speclSrvCompSetGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "speclSrvCompSetXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "details":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/specialServiceCompatibleSets.details"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "specialServiceCompatibleSets.details":{
                "properties":{
                    "specialServiceGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "jobTypes":{
                "properties":{
                    "jobTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "jobTypeXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "jobTypeDesc":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "crOutlierRules":{
                "properties":{
                    "crOutlierRuleGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "crOutlierRuleXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "crOutlierRuleTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "factor1":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "factor2":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "equipmentReferenceNumberQualifiers":{
                "properties":{
                    "equipmentRefnumQualGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "equipmentRefnumQualXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateFlag":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "paymentMethodCodes":{
                "properties":{
                    "paymentMethodCodeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "paymentMethodCodeXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "paymentMethodCodeDesc":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "paymentMethodCodeType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "stowageModes":{
                "properties":{
                    "stowageModeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "stowageModeXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isUnitized":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "allocationTypeQualifiers":{
                "properties":{
                    "allocTypeQualGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "allocTypeQualXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "allocTypeQualDesc":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "corporations":{
                "properties":{
                    "corporationGid":{
                        "description":"Contains the GID for the corporation.",
                        "type":"string"
                    },
                    "corporationXid":{
                        "description":"Contains the XID for the corporation.",
                        "type":"string"
                    },
                    "corporationName":{
                        "description":"Contains the name of the corporation.",
                        "type":"string"
                    },
                    "isDomainMaster":{
                        "description":"Check box field to identify a corporation record as the domain master.  The domain master corporation determines the default involved parties for an order, given the domain of the order. When a shipment is built, it grabs the LOGISTICS involved party from the master corporation for the domain and adds it to the shipment. It also does the same for the order for BILL-TO, LOGISTICS, ORDEROWNER, ORDERSUPPLIER, SHIPPER, CONSIGNEE when the order is created. Also, when trying to get the primary contact for a shipment tender, Oracle Transportation Management looks for a contact that is associated to the master corporation for the domain and the service provider.",
                        "type":"boolean"
                    },
                    "isShippingAgentsActive":{
                        "description":"Indicates if corporation is active. Used with agents.",
                        "type":"boolean"
                    },
                    "isAllowHouseCollect":{
                        "description":"The Allow House Collect check box field is used to indicate whether or not a shipping agent is allowed to handle shipments with COLLECT payment terms.  Note: This check box is used for visibility and is not currently enforced within the base application i.e., this is for information only.",
                        "type":"boolean"
                    },
                    "maxHouseCollectAmt":{
                        "description":"If house collection is allowed,  the Max House Collect Amount is used to specify the maximum amount of freight charges that can be collected from the internal bill.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "pickupRoutingSequenceGid":{
                        "description":"The GID for the pickup routing sequence. The Pickup Routing Sequence control the routing sequence; how the system plans the sequence of shipment stops that are built from an order base.",
                        "type":"string"
                    },
                    "dropoffRoutingSequenceGid":{
                        "description":"The GID for the dropoff routing sequence. The Dropoff Routing Sequence controls the routing sequence; how the system plans the sequence of shipment stops that are built from an order base.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "vatProvincialRegistrations":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/corporations.vatProvincialRegistrations"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "vatRegistrations":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/corporations.vatRegistrations"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "involvedParties":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/corporations.involvedParties"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "corporations.vatProvincialRegistrations":{
                "properties":{
                    "vatProvincialRegGid":{
                        "description":"The provincial VAT registration ID.",
                        "type":"string"
                    },
                    "vatProvincialRegXid":{
                        "description":"The XID for the provincial VAT registration.",
                        "type":"string"
                    },
                    "countryCode3Gid":{
                        "description":"The country code for the provincial VAT registration.",
                        "type":"string"
                    },
                    "provinceCode":{
                        "description":"The province code of the registration.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "corporations.vatRegistrations":{
                "properties":{
                    "vatRegNoGid":{
                        "description":"VAT registration linked to the corporation indicated by the corporation GID.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "corporations.involvedParties":{
                "properties":{
                    "contactGid":{
                        "description":"The GID for the contact. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "contact":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property contactGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "involvedPartyQualGid":{
                        "description":"The GID for the involved party qualifier.",
                        "type":"string"
                    },
                    "comMethodGid":{
                        "description":"The GID for the communication method.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "weightBreaks":{
                "properties":{
                    "weightBreakGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "weightBreakXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "weightBreakProfileGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "weightBreakMax":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "orderTypes":{
                "properties":{
                    "orderTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "orderTypeXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "timeQualifiers":{
                "properties":{
                    "timeQualifierGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "timeQualifierXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "timeQualifierDesc":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "shipmentShipUnitReferenceNumberQualifiers":{
                "properties":{
                    "sShipUnitRefnumQualGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "sShipUnitRefnumQualXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "sShipUnitRefnumQualDesc":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isVisibleIfMasterCarr":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "defaultRefnumBnTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateFlag":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "corporationProfiles":{
                "properties":{
                    "corporationProfileGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "corporationProfileXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "corporationProfileName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isCompatible":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "details":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/corporationProfiles.details"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "corporationProfiles.details":{
                "properties":{
                    "corporationGid":{
                        "description":"No description. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "corporation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property corporationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/corporations"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "itemQualificationReferenceNumberQualifiers":{
                "properties":{
                    "itemQfRefnumQualGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "itemQfRefnumQualXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateFlag":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "defaultRefnumBnTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "customerServices":{
                "properties":{
                    "customerServiceGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "customerServiceXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "priority":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "isActive":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "orderReleaseTemplate":{
                        "description":"No description. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "orderReleaseTemplateRefObject":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property orderReleaseTemplate, which will be expanded if expandRefs query parameter is set to true (expandRefs=true) <br> This reference object will be displayed only when the optional feature: APPEND REFOBJECT FOR REF ATTR NOT ENDING WITH GID is enabled.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/orderReleases"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "resourceScheduleInstances":{
                "properties":{
                    "resourceScheduleInstanceGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "resourceScheduleInstanceXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "resourceScheduleGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "startLocationGid":{
                        "description":"No description. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "startLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property startLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "finishLocationGid":{
                        "description":"No description. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "finishLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property finishLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "count":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "startTime":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "duration":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "rateOfferingGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "driverTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "resSchInstName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "resSchInstDescription":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute1":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute2":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute3":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute4":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute5":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute6":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute7":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute8":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute9":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute10":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute11":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute12":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute13":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute14":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute15":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute16":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute17":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute18":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute19":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute20":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attributeNumber1":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber2":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber3":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber4":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber5":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber6":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber7":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber8":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber9":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber10":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate1":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate2":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate3":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate4":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate5":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate6":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate7":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate8":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate9":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate10":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "equipmentGroupProfileGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "startLocationProfileGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "endLocationProfileGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "startNfrLocation":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "endNfrLocation":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "capacityCommitments":{
                "properties":{
                    "capacityCommitmentGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "capacityCommitmentXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "capacityGroupGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "effectiveDate":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "equipmentTypeGid":{
                        "description":"No description. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "equipmentType":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property equipmentTypeGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/equipmentTypes"
                            }
                        ],
                        "readOnly":true
                    },
                    "expirationDate":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "xLaneGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "numberOfShipments":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "isCountNumberOfShipments":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "mileage":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "isCountMileage":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "weight":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "isCountWeight":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "volume":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "isCountVolume":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "monetary":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "isCountMonetary":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "feuCount":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "isCountFeu":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "teuCount":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "isCountTeu":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "equipmentGroupProfileGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "equipmentGroupProfileCount":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "isCountEquipGroupProfile":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "commitmentLaneObjectType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "primaryCountType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "timePeriodTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isRecurring":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isCountExclusive":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeTransactionTypes":{
                "properties":{
                    "gtmTransactionTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmTransactionTypeXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmTransTypeName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "logicConfigGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "feasibilityCodes":{
                "properties":{
                    "feasibilityCodeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "feasibilityCodeXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "consols":{
                "properties":{
                    "consolGid":{
                        "description":"The GID for the consol.",
                        "type":"string"
                    },
                    "consolXid":{
                        "description":"The XID for the consol.",
                        "type":"string"
                    },
                    "consolType":{
                        "description":"Consol type can be Charter Voyage Stowage, Flight, or Ocean FCL.",
                        "type":"string"
                    },
                    "charterVoyageGid":{
                        "description":"The GID for the charter voyage associated with the consol. Charter voyage is assigned for consol type of Charter Voyage Stowage.",
                        "type":"string"
                    },
                    "stowageModeGid":{
                        "description":"The GID for the stowage mode related to this consol. Stowage modes provide a way to identify how the shipment will be stowed. When an order release is booked for a voyage, the system needs to determine the best stowage mode and subsequently the best voyage that supports that stowage mode. To determine the best stowage mode, you can create preference rules that are evaluated. This rule will, based on certain attributes on the order release, provide a preferred list of stowage modes that can be used for that order. Note: You can also define a stowage mode directly on an order and it will override any stowage mode preference rules.",
                        "type":"string"
                    },
                    "allocatedWeight":{
                        "description":"Allocated weight represents the original agreed-upon capacity for this stowage mode on the charter voyage.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "allocatedVolume":{
                        "description":"Allocated volume represents the original agreed-upon capacity for this stowage mode on the charter voyage.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "allocatedNumTeu":{
                        "description":"Allocated TEU represents the original agreed-upon twenty foot equivalent unit capacity for this stowage mode on the charter voyage.",
                        "type":"number",
                        "format":"double"
                    },
                    "allocatedNumFeu":{
                        "description":"Allocated FEU represents the original agreed-upon forty foot equivalent unit capacity for this stowage mode on the charter voyage.",
                        "type":"number",
                        "format":"double"
                    },
                    "maxWeight":{
                        "description":"Maximum weight represents the maximum capacity for this stowage mode on the charter voyage.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "maxVolume":{
                        "description":"Maximum volume represents the maximum capacity for this stowage mode on the charter voyage.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "maxNumTeu":{
                        "description":"Maximum number of TEU represents the maximum twenty foot equivalent unit capacity for this stowage mode on the charter voyage.",
                        "type":"number",
                        "format":"double"
                    },
                    "maxNumFeu":{
                        "description":"Maximum FEU represents the maximum forty foot equivalent unit capacity for this stowage mode on the charter voyage.",
                        "type":"number",
                        "format":"double"
                    },
                    "committedWeight":{
                        "description":"Committed weight represents the committed capacity on the pre-bookings for this stowage mode on the charter voyage. The committed weight can only be edited when the consol status is READY-TO-COMMIT.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "committedVolume":{
                        "description":"Committed volume represents the committed capacity for this stowage mode on the charter voyage. The committed volume can only be edited when the consol status is READY-TO-COMMIT.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "committedNumTeu":{
                        "description":"Committed number of TEU represents the committed number of twenty foot equivalent unit capacity for this stowage mode on the charter voyage. The committed TEU can only be edited when the consol status is READY-TO-COMMIT.",
                        "type":"number",
                        "format":"double"
                    },
                    "committedNumFeu":{
                        "description":"Committed FEU represents the committed number of forty foot equivalent unit capacity for this stowage mode on the charter voyage. The committed FEU can only be edited when the consol status is READY-TO-COMMIT.",
                        "type":"number",
                        "format":"double"
                    },
                    "bookedWeight":{
                        "description":"Represents the booked weight capacity that is booked on the voyage for shipments planned using order releases (production lot orders). These values are calculated each time an order is booked on the consol using the Build Buy Shipment on Primary Leg action (from the Order Release manager).",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "bookedVolume":{
                        "description":"Represents the booked volume capacity that is booked on the voyage for shipments planned using order releases (production lot orders). These values are calculated each time an order is booked on the consol using the Build Buy Shipment on Primary Leg action (from the Order Release manager).",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "bookedNumTeu":{
                        "description":"Represents the booked TEU capacity that is booked on the voyage for shipments planned using order releases (production lot orders). These values are calculated each time an order is booked on the consol using the Build Buy Shipment on Primary Leg action (from the Order Release manager).",
                        "type":"number",
                        "format":"double"
                    },
                    "bookedNumFeu":{
                        "description":"Represents the booked FEU capacity that is booked on the voyage for shipments planned using order releases (production lot orders). These values are calculated each time an order is booked on the consol using the Build Buy Shipment on Primary Leg action (from the Order Release manager).",
                        "type":"number",
                        "format":"double"
                    },
                    "producedWeight":{
                        "description":"Produced weight is a weight values that is not calculated and is user-defined.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "producedVolume":{
                        "description":"Produced volume is a volume values that is not calculated and is user-defined.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "producedNumTeu":{
                        "description":"Produced TEU is a TEU value that is not calculated and is user-defined.",
                        "type":"number",
                        "format":"double"
                    },
                    "producedNumFeu":{
                        "description":"Produced FEU is a FEU value that is not calculated and is user-defined.",
                        "type":"number",
                        "format":"double"
                    },
                    "perspective":{
                        "description":"Perspective - Buy or Sell.",
                        "type":"string"
                    },
                    "flightInstanceId":{
                        "description":"The flight instance ID this consol is created from when the consol is a flight consol.",
                        "type":"number",
                        "format":"int64"
                    },
                    "hazmatType":{
                        "description":"Hazmat type. One of three values: HAZMAT ONLY, NO HAZMAT, HAZMAT ALLOWED.",
                        "type":"string"
                    },
                    "itineraryProfileGid":{
                        "description":"The GID for the assigned itinerary profile. The itinerary profile defines the consol's applicability to legs.",
                        "type":"string"
                    },
                    "consolidationTypeGid":{
                        "description":"The GID for the assigned consolidation type on the consol. A consolidation type can be assigned to any order release or job for informational purposes. Consolidation types can also be included in a consolidation type profile that can then be used as criteria for the automatic assignment of non-freight related charges to a job.",
                        "type":"string"
                    },
                    "userDefined1IconGid":{
                        "description":"Can store a user-defined icon that will appear within the user interface to help visually identify attributes for the object.",
                        "type":"string"
                    },
                    "userDefined2IconGid":{
                        "description":"Can store a user-defined icon that will appear within the user interface to help visually identify attributes for the object.",
                        "type":"string"
                    },
                    "userDefined3IconGid":{
                        "description":"Can store a user-defined icon that will appear within the user interface to help visually identify attributes for the object.",
                        "type":"string"
                    },
                    "userDefined4IconGid":{
                        "description":"Can store a user-defined icon that will appear within the user interface to help visually identify attributes for the object.",
                        "type":"string"
                    },
                    "userDefined5IconGid":{
                        "description":"Can store a user-defined icon that will appear within the user interface to help visually identify attributes for the object.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "attribute1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attributeNumber1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "placeReceiptLocationGid":{
                        "description":"Specifies a place of receipt location other than the port of loading. If specified this will add a stop to the consol shipment created. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "placeReceiptLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property placeReceiptLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "placeDeliverLocationGid":{
                        "description":"Specifies a place of delivery other than the port of discharge. If specified this will add a stop to the consol shipment created. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "placeDeliverLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property placeDeliverLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "portOfLoadLocationGid":{
                        "description":"The port of loading for transport. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "portOfLoadLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property portOfLoadLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "portOfDisLocationGid":{
                        "description":"The port of discharge for transport. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "portOfDisLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property portOfDisLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "incoTermGid":{
                        "description":"The GID for the incoterms associated with the consol.",
                        "type":"string"
                    },
                    "servprovGid":{
                        "description":"The GID for the carrier. If blank, look at the voyage table. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "servprov":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property servprovGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/serviceProviders"
                            }
                        ],
                        "readOnly":true
                    },
                    "transportModeGid":{
                        "description":"The GID for the transportation mode for the consol.",
                        "type":"string"
                    },
                    "intendedVesselGid":{
                        "description":"The intended vessel gid. The vessel gid may not be in the system yet and therefore there is no foreign key restriction.",
                        "type":"string"
                    },
                    "intendedVoyageGid":{
                        "description":"The intended voyage gid. The voyage gid may not be in the system yet and therefore there is no foreign key restriction.",
                        "type":"string"
                    },
                    "intendedDepartureTime":{
                        "description":"Intended estimated time of departure.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "intendedArrivalTime":{
                        "description":"Intended estimated time of arrival.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "flexCommodityQualGid":{
                        "description":"A GID to define the type of the code. E.g.. HTS, SITC, STCC, NMFC etc.",
                        "type":"string"
                    },
                    "flexCommodityCode":{
                        "description":"The user-defined commodity code. E.g.. the HTS, NMFC, SITC, STCC codes.",
                        "type":"string"
                    },
                    "oneShipmentPerContainer":{
                        "description":"This flag will only be used when consol_type is OCEAN FCL. If it is 'Y', one shipment will be created for each container specified on the consol. If it is 'N', one shipment will be created for all the containers specified on the consol. The default value is 'N'.",
                        "type":"boolean"
                    },
                    "flexCommodityProfileGid":{
                        "description":"The flexible commodity profile ID that associates to the consol.",
                        "type":"string"
                    },
                    "equipmentReferenceUnitGid":{
                        "description":"The GID for the equipment group reference unit being defined.",
                        "type":"string"
                    },
                    "maxNumReferenceUnits":{
                        "description":"The maximum number of equipment reference units that can be held in the consol.",
                        "type":"number",
                        "format":"double"
                    },
                    "maxNumEquipment":{
                        "description":"The maximum number of equipment that can be held in the consol.",
                        "type":"number",
                        "format":"int32"
                    },
                    "intendedGroundServiceGid":{
                        "description":"The intended ground service gid. The ground service gid may not be in the system yet and therefore there is no foreign key restriction.",
                        "type":"string"
                    },
                    "cutoffTime":{
                        "description":"A duration that is subtracted from the consol shipment departure time and populated as the Operation Late Delivery Date of the previous leg order movement.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "consolGroupGid":{
                        "description":"The GID for the consol group being defined. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "consolGroup":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property consolGroupGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/consolGroups"
                            }
                        ],
                        "readOnly":true
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "refnums":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/consols.refnums"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "remarks":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/consols.remarks"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "statuses":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/consols.statuses"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "consols.refnums":{
                "properties":{
                    "consolRefnumQualGid":{
                        "description":"The GID for the reference number qualifier.",
                        "type":"string"
                    },
                    "consolRefnumValue":{
                        "description":"Value entered for the consol reference number.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "consols.remarks":{
                "properties":{
                    "remarkSequence":{
                        "description":"Sequence number for remark - not visible in the UI.",
                        "type":"number",
                        "format":"int64"
                    },
                    "remarkQualGid":{
                        "description":"The GID for the remark qualifier.",
                        "type":"string"
                    },
                    "remarkText":{
                        "description":"Remark text.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "consols.statuses":{
                "properties":{
                    "statusTypeGid":{
                        "description":"Status type for the consol status",
                        "type":"string"
                    },
                    "statusValueGid":{
                        "description":"Value of status type",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "contactProfiles":{
                "properties":{
                    "contactProfileGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "contactProfileXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "contactProfileName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isCompatible":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "details":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/contactProfiles.details"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "contactProfiles.details":{
                "properties":{
                    "contactGid":{
                        "description":"No description. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "contact":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property contactGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "costCategories":{
                "properties":{
                    "costCategoryGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "costCategoryXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "costCategoryDesc":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "laneBasedServiceTimes":{
                "properties":{
                    "xLaneGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "rateServiceGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "serviceTimeValue":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "serviceDays":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "packagedItemReferenceNumberQualifiers":{
                "properties":{
                    "packagedItemRefnumQualGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "packagedItemRefnumQualXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "packagedItemRefnumQualDesc":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isVisibleIfMasterCarr":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "updateFlag":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "licenseReferenceNumberQualifiers":{
                "properties":{
                    "gtmLicenseRefnumQualGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmLicenseRefnumQualXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateFlag":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "defaultRefnumBnTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "claimCostTypes":{
                "properties":{
                    "claimCostTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "claimCostTypeXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "costActivity":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "temperatureControls":{
                "properties":{
                    "temperatureControlGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "temperatureControlXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "temperatureControlName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "minTemp":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "maxTemp":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "hazardousClassifications":{
                "properties":{
                    "hazardousClassificationGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "hazardousClassificationXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "hazardousClassificationDesc":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "hazardousClassificationCode":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "statusCodeProfiles":{
                "properties":{
                    "bsStatusCodeProfileGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "bsStatusCodeProfileXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "details":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/statusCodeProfiles.details"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "statusCodeProfiles.details":{
                "properties":{
                    "bsStatusCodeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "skuQuantityTypes":{
                "properties":{
                    "skuQuantityTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "skuQuantityTypeXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "skuQuantityTypeDesc":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isTotal":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "isAutoLink":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "skuQuantityTypeHierarchies":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/skuQuantityTypes.skuQuantityTypeHierarchies"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "skuQuantityTypes.skuQuantityTypeHierarchies":{
                "properties":{
                    "childSkuQuantityTypeGid":{
                        "description":"No description. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "childSkuQuantityType":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property childSkuQuantityTypeGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/skuQuantityTypes"
                            }
                        ],
                        "readOnly":true
                    },
                    "skuQuantTypeHierSeq":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "rateDistanceTypes":{
                "properties":{
                    "rateDistanceTy":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradePolicyQualifiers":{
                "properties":{
                    "gtmPolicyQualifierGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmPolicyQualifierXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "portQualifiers":{
                "properties":{
                    "gtmPortQualifierGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmPortQualifierXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "locationResourceGroups":{
                "properties":{
                    "locationResourceGroupGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "locationResourceGroupXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "locationResourceGroupName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "locations":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/locationResourceGroups.locations"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "locationResourceGroups.locations":{
                "properties":{
                    "locationGid":{
                        "description":"No description. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "location":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property locationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "calendarGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "preferenceLevel":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "appointmentRuleSets":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/locationResourceGroups.locations.appointmentRuleSets"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "locationResourceGroups.locations.appointmentRuleSets":{
                "properties":{
                    "apptRuleSetGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "DiagnosticTreeNodeByKeywordRequest":{
                "properties":{
                    "diagnosticLogFileId":{
                        "type":"string",
                        "description":"The diagnostic log file identifier."
                    },
                    "filterMap":{
                        "type":"object",
                        "properties":{
                            "searchKeyword":{
                                "type":"string",
                                "description":"The search keyword in diagnostic tree nodes. The search is conducted on the entire node data like status, remarks, process name, and so on.",
                                "example":"multistop"
                            }
                        },
                        "required":[
                            "searchKeyword"
                        ]
                    }
                },
                "required":[
                    "diagnosticLogFileId"
                ]
            },
            "DiagnosticTreeNodeByKeywordResponse":{
                "properties":{
                    "actualDepth":{
                        "type":"integer",
                        "description":"The total depth of the given diagnostic tree data."
                    },
                    "completeTree":{
                        "type":"boolean"
                    },
                    "reason":{
                        "type":"string",
                        "description":"Shows the error reason in the case where the matched tree node is larger in size."
                    },
                    "requestedDepth":{
                        "type":"integer",
                        "description":"The requested depth of the tree. This represents the depth parameter in the rest request."
                    },
                    "returnedDepth":{
                        "type":"integer",
                        "description":"The eturned depth of the tree."
                    },
                    "status":{
                        "type":"string",
                        "description":"The status of the process: SUCCESS or FAILURE."
                    },
                    "tree":{
                        "$ref":"#/components/schemas/diagnosticTreeNodeByKeyword",
                        "description":"The matched tree data. This will be null if there are no matching nodes or if the matched node size is above the configured size."
                    }
                },
                "required":[
                    "actualDepth",
                    "completeTree",
                    "requestedDepth",
                    "returnedDepth",
                    "status",
                    "tree"
                ]
            },
            "diagnosticTreeNodeByKeyword":{
                "properties":{
                    "id":{
                        "type":"string",
                        "description":"The ID of the diagnostic tree node."
                    },
                    "status":{
                        "type":"string",
                        "description":"The status of the process. It could be SUCCESS, FAILURE, ERROR, and so on."
                    },
                    "processType":{
                        "type":"string",
                        "description":"The name of the current process that the node represents."
                    },
                    "duration":{
                        "type":"string",
                        "description":"The execution duration, e.g., '35.35S'"
                    },
                    "childIds":{
                        "type":"array",
                        "items":{
                            "type":"string"
                        },
                        "description":"The list of child node IDs."
                    },
                    "children":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/diagnosticTreeNodeByKeyword"
                        },
                        "description":"The recursive child nodes."
                    },
                    "entities":{
                        "type":"object",
                        "description":"The dynamic entity map keys, like ORDER_RELEASE, BULK_PLAN, etc.",
                        "additionalProperties":{
                            "type":"array",
                            "items":{
                                "type":"string"
                            }
                        }
                    },
                    "nonDBEntities":{
                        "type":"array",
                        "items":{
                            "type":"string"
                        }
                    },
                    "reasonCodeList":{
                        "type":"array",
                        "items":{
                            "type":"string"
                        }
                    },
                    "remarks":{
                        "type":"array",
                        "items":{
                            "type":"string"
                        }
                    },
                    "exportFiles":{
                        "type":"array",
                        "items":{
                            "type":"string"
                        },
                        "description":"The list of file names like conoptData1.xml, conoptData2.xml, etc."
                    },
                    "isTruncated":{
                        "type":"boolean",
                        "description":"Specifies whether all child nodes are included. A value of true indicates the node data is truncated due to a depth limit. If omitted, the default is false."
                    }
                },
                "required":[
                    "id",
                    "processType",
                    "status",
                    "duration",
                    "remarks",
                    "reasonCodeList",
                    "nonDBEntities",
                    "entities",
                    "childIds",
                    "children"
                ]
            },
            "statusTypes":{
                "properties":{
                    "statusTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "statusTypeXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "objectType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "sequence":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "isExternal":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "statusValues":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/statusTypes.statusValues"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "statusTypes.statusValues":{
                "properties":{
                    "statusValueGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "statusValueXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "objectType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "sequence":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "initialValue":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "productClassificationPenaltyUnstacks":{
                "properties":{
                    "gtmProdClassCodeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "exemptedByCode":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "codeToBeReported":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isSplitAllowed":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "reasonNotes":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "itemClassificationReferenceNumberQualifiers":{
                "properties":{
                    "gtmItemClassRefnumQualGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmItemClassRefnumQualXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "defaultRefnumBnTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateFlag":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "activities":{
                "properties":{
                    "activityGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "activityXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "activityName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "rateGroups":{
                "properties":{
                    "rateGroupGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "rateGroupXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "rateGroupName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "uoms":{
                "properties":{
                    "type":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "uomCode":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "uomShortDescription":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "uomLongDescription":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "uomRank":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "isStorageDefault":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "isDisplayDefault":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "documentTypes":{
                "properties":{
                    "documentDefGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentDefXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "reportGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "ownerDataQueryTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "appActionGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isAttachment":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "fixedAccount":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "contentManagementSystemGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentCmsType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentTemplateGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isConsolidated":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "texts":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/documentTypes.texts"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "printerDocuments":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/documentTypes.printerDocuments"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "checks":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/documentTypes.checks"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "cmsParameters":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/documentTypes.cmsParameters"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "ownerDetails":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/documentTypes.ownerDetails"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "documentTypes.texts":{
                "properties":{
                    "textTemplateGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "documentTypes.printerDocuments":{
                "properties":{
                    "ippPrinterGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "sides":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "orientation":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "media":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "defaultCopies":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "documentTypes.checks":{
                "properties":{
                    "documentDefCheckGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "savedConditionGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "errorTranslationGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "solutionTranslationGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "reviewStatus":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "xpathRoot":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "xpathTest":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "autoAssignRuleGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentDefCheckXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "outXmlProfileGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "dataQueryTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "documentTypes.cmsParameters":{
                "properties":{
                    "paramName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "paramValueGenGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isModifiable":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "documentTypes.ownerDetails":{
                "properties":{
                    "ownerDataQueryTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "reportGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "processingCodes":{
                "properties":{
                    "processingCodeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "processingCodeXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "processingCodeDesc":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "leaseEquipments":{
                "properties":{
                    "assetLeaseGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "equipmentGid":{
                        "description":"No description. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "equipment":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property equipmentGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/equipments"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "planningParameterSets":{
                "properties":{
                    "planningParameterSetGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "planningParameterSetXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "planningParameterSetDesc":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "parameters":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/planningParameterSets.parameters"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "planningParameterSets.parameters":{
                "properties":{
                    "planningParamQualifierGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "planningParamValue":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "planningParamUomCode":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "vessels":{
                "properties":{
                    "vesselGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "vesselXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "vesselName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "owner":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "operator":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "registryPortLocGid":{
                        "description":"No description. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "registryPortLoc":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property registryPortLocGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "flagCountryCodeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "officialNumber":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "callSign":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "imoNumber":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "classSocietyNumber":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "yearBuilt":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isInService":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute1":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute2":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute3":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute4":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute5":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute6":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute7":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute8":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute9":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute10":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute11":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute12":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute13":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute14":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute15":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute16":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute17":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute18":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute19":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute20":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attributeNumber1":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber2":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber3":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber4":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber5":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber6":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber7":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber8":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber9":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber10":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate1":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate2":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate3":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate4":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate5":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate6":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate7":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate8":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate9":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate10":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "refnums":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/vessels.refnums"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "vessels.refnums":{
                "properties":{
                    "vesselRefnumQualGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "vesselRefnumValue":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "statusCodes":{
                "properties":{
                    "bsStatusCodeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "bsStatusCodeXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "code":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "iataSCRCodes":{
                "properties":{
                    "iataScrCodeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "iataScrCodeXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "iataScrCodeDesc":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "rateVersions":{
                "properties":{
                    "rateVersionGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "rateVersionXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "rateVersionName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "effectiveDate":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "expirationDate":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "shipmentStopReferenceNumberQualifiers":{
                "properties":{
                    "shipmentStopRefnumQualGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "shipmentStopRefnumQualXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isVisibleIfMasterCarr":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "updateFlag":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "refnumSequenceNo":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "isRemoveOnServprovChange":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "defaultRefnumBnTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "textTemplates":{
                "properties":{
                    "textTemplateGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "textTemplateXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "text":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "dataQueryTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isModifiable":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "documentDefinitionTexts":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/textTemplates.documentDefinitionTexts"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "textTemplates.documentDefinitionTexts":{
                "properties":{
                    "documentDefGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "quotes":{
                "properties":{
                    "quoteGid":{
                        "description":"The GID for the quote.",
                        "type":"string"
                    },
                    "quoteXid":{
                        "description":"The XID for the quote.",
                        "type":"string"
                    },
                    "requestDate":{
                        "description":"The date that you received the request for the quote from the customer. If you leave this field blank, it defaults to the date that the quote is created.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "issueDate":{
                        "description":"The date the quote was sent to the customer.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "expirationDate":{
                        "description":"Identifies the last day the quote is valid.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "originLocationType":{
                        "description":"Type of location for the source location - equivalent to location role. Examples would include: Port, Rail Ramp etc. This limits the location search to these specific types of locations. The default Location Type is Location Code for both the Origin and Destination.",
                        "type":"string"
                    },
                    "originLocationGid":{
                        "description":"The GID for the origin/source location. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "originLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property originLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "originAddressLine1":{
                        "description":"Origin location address line 1 value.",
                        "type":"string"
                    },
                    "originAddressLine2":{
                        "description":"Origin location address line 2 value.",
                        "type":"string"
                    },
                    "originAddressLine3":{
                        "description":"Origin location address line 3 value.",
                        "type":"string"
                    },
                    "originCity":{
                        "description":"Origin location city value.",
                        "type":"string"
                    },
                    "originProvince":{
                        "description":"Origin location province value.",
                        "type":"string"
                    },
                    "originCountryCode3Gid":{
                        "description":"Origin location country code value.",
                        "type":"string"
                    },
                    "originPostalCode":{
                        "description":"Origin location postal code value.",
                        "type":"string"
                    },
                    "viaOriginLocationGid":{
                        "description":"If applicable, the GID for the origin via location. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "viaOriginLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property viaOriginLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "destinationLocationType":{
                        "description":"Type of location for the destination location - equivalent to location role. Examples would include: Port, Rail Ramp etc. This limits the location search to these specific types of locations. The default Location Type is Location Code for both the Destination and Destination.",
                        "type":"string"
                    },
                    "destinationLocationGid":{
                        "description":"The GID for the destination location. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "destinationLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property destinationLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "destinationAddressLine1":{
                        "description":"Destination location address line 1 value.",
                        "type":"string"
                    },
                    "destinationAddressLine2":{
                        "description":"Destination location address line 2 value.",
                        "type":"string"
                    },
                    "destinationAddressLine3":{
                        "description":"Destination location address line 3 value.",
                        "type":"string"
                    },
                    "destinationCity":{
                        "description":"Destination location city value.",
                        "type":"string"
                    },
                    "destinationProvince":{
                        "description":"Destination location province value.",
                        "type":"string"
                    },
                    "destinationCountryCode3Gid":{
                        "description":"Destination Location country code value.",
                        "type":"string"
                    },
                    "destinationPostalCode":{
                        "description":"Destination location postal code value.",
                        "type":"string"
                    },
                    "viaDestinationLocationGid":{
                        "description":"Job consolidation type to be used when determining the NFRC rules that may apply to this quote rate inquiry. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "viaDestinationLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property viaDestinationLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "isHazardous":{
                        "description":"Flag indicating if the quote is for a shipment that contains hazardous material.",
                        "type":"boolean"
                    },
                    "perspective":{
                        "description":"Perspective - buy or sell side.",
                        "type":"string"
                    },
                    "quoteOption":{
                        "description":"Select Optimize, Equipment Groups, or Equipment Configuration.<br>Optimize returns quotes that match the search criteria. This is the default setting.<br>Equipment Groups limit the search to specific Equipment Groups. When you select this option, an Equipment Group field appears where you can enter or search for an Equipment Group. Use the Save button to enter multiple Equipment Groups.<br>Equipment Configuration works like the Equipment Groups option, but it provides you with a field to enter the number of Equipment Groups you require.",
                        "type":"string"
                    },
                    "transportModeGid":{
                        "description":"The GID for the transport mode to for the quote. Select the mode that you want the master leg of the shipment to be transported on. The values in this drop-down list match the Transport Modes defined in Power Data.",
                        "type":"string"
                    },
                    "servprovGid":{
                        "description":"The GID for the service provider for the quote. Enter the service provider that you want to use for the master leg of the shipment. The values available in this field match what is defined in the Service Provider Manager. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "servprov":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property servprovGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/serviceProviders"
                            }
                        ],
                        "readOnly":true
                    },
                    "availableByDate":{
                        "description":"The date the freight will be available by if the shipment will not be available to ship until a certain date.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "deliverByDate":{
                        "description":"The date the freight must be delivered by if the shipment must be delivered by a certain date.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "originSearchValue":{
                        "description":"Origin rate search value.",
                        "type":"string"
                    },
                    "destinationSearchValue":{
                        "description":"Destination rate search value.",
                        "type":"string"
                    },
                    "isCustomerRatesOnly":{
                        "description":"Flag to limit search to customer specific rates only.",
                        "type":"boolean"
                    },
                    "consolidationTypeGid":{
                        "description":"Job consolidation type to be used when determining the NFRC rules that may apply to this quote rate inquiry.",
                        "type":"string"
                    },
                    "incoTermGid":{
                        "description":"The GID for the Incoterm for the shipment. This can limit the itineraries considered.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "attribute1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attributeNumber1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "involvedParties":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/quotes.involvedParties"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "shipUnits":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/quotes.shipUnits"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "texts":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/quotes.texts"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "equipmentGroups":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/quotes.equipmentGroups"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "statuses":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/quotes.statuses"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "remarks":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/quotes.remarks"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "refnums":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/quotes.refnums"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "costOptions":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/quotes.costOptions"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "documents":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/quotes.documents"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "quotes.involvedParties":{
                "properties":{
                    "involvedPartyQualGid":{
                        "description":"The GID for the involved party qualifier.",
                        "type":"string"
                    },
                    "involvedPartyContactGid":{
                        "description":"Involved party related to the qualifier. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "involvedPartyContact":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property involvedPartyContactGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "comMethodGid":{
                        "description":"Communication method.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "quotes.shipUnits":{
                "properties":{
                    "sequence":{
                        "description":"Sequence number for the ship unit.",
                        "type":"number",
                        "format":"int32"
                    },
                    "commodityType":{
                        "description":"The type of commodity.",
                        "type":"string"
                    },
                    "itemGid":{
                        "description":"The GID for the item. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "item":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property itemGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid"
                            }
                        ],
                        "readOnly":true
                    },
                    "nmfcClassGid":{
                        "description":"The GID for the National Motor Freight Classification (NMFC). The NMFC is a critical piece of information used for rating Less-Than-Truckload shipments in North America. If you intend to rate shipments using RATEWAREXL or RATEWAREXL WITH CARRIERCONNECT it's important that the NMFC class information entered is a standard NMFC freight class - for example, 50, 55, 60, 65, 70, 77.5 etc. ",
                        "type":"string"
                    },
                    "stccGid":{
                        "description":"The GID for the Standard Transportation Commodity Code (STCC).",
                        "type":"string"
                    },
                    "sitcGid":{
                        "description":"The GID for the Standard International Trade Classification (SITC) is a classification of goods used to classify the exports and imports of a country to enable comparing different countries and years. The classification system is maintained by the United Nations. Not used by OTM - all cross border compliance related classifications are handled by GTM.",
                        "type":"string"
                    },
                    "htsGid":{
                        "description":"The GID for the Harmonized Tariff Schedule (HTS). Not used by OTM - all cross border compliance related classifications are handled by GTM.",
                        "type":"string"
                    },
                    "userDefinedCommodityGid":{
                        "description":"The GID for the user defined commodity code.",
                        "type":"string"
                    },
                    "udcClassificationListGid":{
                        "description":"The GID for the user defined commodity code list.",
                        "type":"string"
                    },
                    "weight":{
                        "description":"Weight.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "volume":{
                        "description":"Volume.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "isSplitable":{
                        "description":"Flag to indicate if the quantity for this item is splittable.",
                        "type":"boolean"
                    },
                    "transportHandlingUnitGid":{
                        "description":"The GID for the transport handling unit.",
                        "type":"string"
                    },
                    "shipUnitCount":{
                        "description":"Count of transport handling units.",
                        "type":"number",
                        "format":"int32"
                    },
                    "length":{
                        "description":"Length.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "width":{
                        "description":"Width.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "height":{
                        "description":"Height.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "declaredValue":{
                        "description":"Declared value.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "iataScrCodeGid":{
                        "description":"n/a",
                        "type":"string"
                    },
                    "commodityGid":{
                        "description":"The unique identifier for the commodity.",
                        "type":"string"
                    },
                    "exportHtsGid":{
                        "description":"The unique identifier for the export Harmonized Tariff System (HTS).",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "packagedItemGid":{
                        "description":"Identifies the package item corresponding to the item <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "packagedItem":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property packagedItemGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/packagedItems"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "quotes.texts":{
                "properties":{
                    "textTemplateGid":{
                        "description":"The GID for text template. A Text Template is a predefined, formatted selection of text that is identified by an Oracle Transportation Management business object. Use text templates to attach a short paragraph of text to a document, XML transmission, or notification (via XSL stylesheet). ",
                        "type":"string"
                    },
                    "documentDefGid":{
                        "description":"Document that should hold text.",
                        "type":"string"
                    },
                    "textOverride":{
                        "description":"Transactional override for the template on the specific document.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "quotes.equipmentGroups":{
                "properties":{
                    "equipmentGroupGid":{
                        "description":"The GID for the equipment group for this option. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "equipmentGroup":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property equipmentGroupGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/equipmentGroups"
                            }
                        ],
                        "readOnly":true
                    },
                    "equipmentGroupCount":{
                        "description":"Count for the equipment group assigned to the cost option.",
                        "type":"number",
                        "format":"int64"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "quotes.statuses":{
                "properties":{
                    "statusTypeGid":{
                        "description":"The GID for the status type.",
                        "type":"string"
                    },
                    "statusValueGid":{
                        "description":"Value of status type",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "quotes.remarks":{
                "properties":{
                    "remarkSequence":{
                        "description":"The sequence to keep remarks unique. It allows multiple of the same qualifier.",
                        "type":"number",
                        "format":"int64"
                    },
                    "remarkQualifierGid":{
                        "description":"A qualifier for the remark.",
                        "type":"string"
                    },
                    "remarkText":{
                        "description":"The text of the remark.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "quotes.refnums":{
                "properties":{
                    "quoteRefnumQualGid":{
                        "description":"The GID for the reference number qualifier.",
                        "type":"string"
                    },
                    "quoteRefnumValue":{
                        "description":"Reference number value related to the reference number qualifier.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "quotes.costOptions":{
                "properties":{
                    "costOptionSequence":{
                        "description":"Option Number: Each possible cost option is assigned an Option Number.",
                        "type":"number",
                        "format":"int32"
                    },
                    "sellTransCost":{
                        "description":"Total buy side transport cost for this quote option",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "isLateSell":{
                        "description":"Indicates if the buy side option is late.",
                        "type":"boolean"
                    },
                    "isFeasibleSell":{
                        "description":"Indicates if the buy side option is feasible.",
                        "type":"boolean"
                    },
                    "sellItineraryGid":{
                        "description":"Itinerary used for the buy side option. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "sellItinerary":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property sellItineraryGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/itineraries"
                            }
                        ],
                        "readOnly":true
                    },
                    "buyTransCost":{
                        "description":"Total non-transport costs for buy side of this quote option.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "isLateBuy":{
                        "description":"Total non-transport costs for sell side of this quote option.",
                        "type":"boolean"
                    },
                    "isFeasibleBuy":{
                        "description":"Currency for total non-transport costs for sell side of this quote option.",
                        "type":"boolean"
                    },
                    "buyItineraryGid":{
                        "description":"Database base amount for total non-transport costs for sell side of this quote option. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "buyItinerary":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property buyItineraryGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/itineraries"
                            }
                        ],
                        "readOnly":true
                    },
                    "buyNonTransCost":{
                        "description":"Total non-transport costs for buy side of this quote option.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "sellNonTransCost":{
                        "description":"Total non-transport costs for sell side of this quote option.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "shipments":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/quotes.costOptions.shipments"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "equipments":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/quotes.costOptions.equipments"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "remarks":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/quotes.costOptions.remarks"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "quotes.costOptions.shipments":{
                "properties":{
                    "shipmentSequence":{
                        "description":"Internal sequence number for shipment information provide as part of the quote option. ",
                        "type":"number",
                        "format":"int32"
                    },
                    "isPrimary":{
                        "description":"The Primary check box is used to specify if this is the primary leg of the shipment.",
                        "type":"boolean"
                    },
                    "actualCost":{
                        "description":"Actual cost.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "startTime":{
                        "description":"The Start Time and End Time fields specify when the shipment must leave and arrive by.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "endTime":{
                        "description":"The Start Time and End Time fields specify when the shipment must leave and arrive by.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "servprovGid":{
                        "description":"The GID for the service provider that should be used. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "servprov":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property servprovGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/serviceProviders"
                            }
                        ],
                        "readOnly":true
                    },
                    "transportModeGid":{
                        "description":"The GID for the transport mode that should be used.",
                        "type":"string"
                    },
                    "rateOfferingGid":{
                        "description":"The GID for the rate offering that should be used.",
                        "type":"string"
                    },
                    "rateGeoGid":{
                        "description":"The GID for the rate record that should be used. This rates the cost option leg for the given rate record. ",
                        "type":"string"
                    },
                    "flightGid":{
                        "description":"The GID for the flight that must be used.",
                        "type":"string"
                    },
                    "rateFromLocationGid":{
                        "description":"The GID for the rating from location. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "rateFromLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property rateFromLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "rateToLocationGid":{
                        "description":"The GID for the rating to location. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "rateToLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property rateToLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "sourceViaLocationGid":{
                        "description":"The GID for the source via location. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "sourceViaLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property sourceViaLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "destViaLocationGid":{
                        "description":"The GID for the destination via location. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "destViaLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property destViaLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "voyageGid":{
                        "description":"The GID for the voyage that must be used. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "voyage":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property voyageGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/voyages"
                            }
                        ],
                        "readOnly":true
                    },
                    "distance":{
                        "description":"Distance.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "perspective":{
                        "description":"Perspective - Buy or Sell.",
                        "type":"string"
                    },
                    "rateExpiration":{
                        "description":"Expiration data of the rate.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "sourceLocationGid":{
                        "description":"The GID for the source location. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "sourceLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property sourceLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "sourceLocationName":{
                        "description":"Source location name.",
                        "type":"string"
                    },
                    "sourceAddressLine1":{
                        "description":"Source location address line 1 value.",
                        "type":"string"
                    },
                    "sourceAddressLine2":{
                        "description":"Source location address line 2 value.",
                        "type":"string"
                    },
                    "sourceAddressLine3":{
                        "description":"Source location address line 3 value.",
                        "type":"string"
                    },
                    "sourceCity":{
                        "description":"Source location city value.",
                        "type":"string"
                    },
                    "sourceProvince":{
                        "description":"Source location province value.",
                        "type":"string"
                    },
                    "sourceCountryCode3Gid":{
                        "description":"Source Location country code value.",
                        "type":"string"
                    },
                    "sourcePostalCode":{
                        "description":"Source location postal code value.",
                        "type":"string"
                    },
                    "destLocationGid":{
                        "description":"The GID for the Destination location. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "destLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property destLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "destLocationName":{
                        "description":"Destination location name.",
                        "type":"string"
                    },
                    "destinationAddressLine1":{
                        "description":"Destination location address line 1 value.",
                        "type":"string"
                    },
                    "destinationAddressLine2":{
                        "description":"Destination location address line 2 value.",
                        "type":"string"
                    },
                    "destinationAddressLine3":{
                        "description":"Destination location address line 3 value.",
                        "type":"string"
                    },
                    "destinationCity":{
                        "description":"Destination location city value.",
                        "type":"string"
                    },
                    "destinationProvince":{
                        "description":"Destination location province value.",
                        "type":"string"
                    },
                    "destinationCountryCode3Gid":{
                        "description":"Destination Location country code value.",
                        "type":"string"
                    },
                    "destinationPostalCode":{
                        "description":"Destination location postal code value.",
                        "type":"string"
                    },
                    "shipmentTypeGid":{
                        "description":"Indicates the shipment type for this quote cost option shipment.",
                        "type":"string"
                    },
                    "nfrcRuleGid":{
                        "description":"The NFRC rule used to create this shipment if it is an NFRC and was created by the system.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "costs":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/quotes.costOptions.shipments.costs"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "quotes.costOptions.shipments.costs":{
                "properties":{
                    "costSequence":{
                        "description":"Cost sequence number for different cost provided for the quote cost option.",
                        "type":"number",
                        "format":"int32"
                    },
                    "costType":{
                        "description":"Cost type - e.g., Base Cost, Accessorial etc.",
                        "type":"string"
                    },
                    "accessorialCodeGid":{
                        "description":"The GID for the accessorial cost (if any) on the quote cost option.",
                        "type":"string"
                    },
                    "cost":{
                        "description":"Cost.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "description":{
                        "description":"Description.",
                        "type":"string"
                    },
                    "costExplanation":{
                        "description":"Explanation for cost.",
                        "type":"string"
                    },
                    "paymentMethodCodeGid":{
                        "description":"Indicates the payment method that applies to this quote shipment cost.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "quotes.costOptions.equipments":{
                "properties":{
                    "equipmentGroupGid":{
                        "description":"The GID for the equipment group for this option. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "equipmentGroup":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property equipmentGroupGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/equipmentGroups"
                            }
                        ],
                        "readOnly":true
                    },
                    "equipmentGroupCount":{
                        "description":"Count for the equipment group assigned to the cost option.",
                        "type":"number",
                        "format":"int32"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "quotes.costOptions.remarks":{
                "properties":{
                    "remarkSequence":{
                        "description":"Internal sequence number for the remark.",
                        "type":"number",
                        "format":"int32"
                    },
                    "remarkQualGid":{
                        "description":"The GID for the remark qualifier.",
                        "type":"string"
                    },
                    "remarkText":{
                        "description":"Remark text related to the remark qualifier.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "quotes.documents":{
                "properties":{
                    "documentGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentDefGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentUrl":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentMimeType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentFilename":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "ownerDataQueryTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "reportGid":{
                        "description":"The report associated with the document attachment, if content was generated by the report subsystem.",
                        "type":"string"
                    },
                    "generatedAt":{
                        "description":"If preparation, date/time content was last generated",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "uploadedAt":{
                        "description":"If attachment, date/time content was last updated",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "documentTrackingNum":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentCmsId":{
                        "description":"A GUID to associate the document with content stored on its remote CMS. Valid when document_type=CMS.",
                        "type":"string"
                    },
                    "contentManagementSystemGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "usedAs":{
                        "description":"Represents the classification of a document.(C/I/L/T)",
                        "type":"string"
                    },
                    "relatedDocumentGid":{
                        "description":"Represents the related document for consolidated/linked documents. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "relatedDocument":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property relatedDocumentGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/documents"
                            }
                        ],
                        "readOnly":true
                    },
                    "effectiveDate":{
                        "description":"represents effective date for a document",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "expirationDate":{
                        "description":"Represents expiration date for a document.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "userDefined1IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined2IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined3IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined4IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined5IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "allocationRules":{
                "properties":{
                    "allocationRuleGid":{
                        "description":"GC3 Global identifier for the entity. Is created by concatenating Domain Name,\".\" and XID.",
                        "type":"string"
                    },
                    "allocationRuleXid":{
                        "description":"GC3 Unique identifier for the entity. Is used for creating the GID",
                        "type":"string"
                    },
                    "locationProfileGid":{
                        "description":"GC3 Global identifier for the entity. Is created by concatenating Domain Name,\".\" and XID.",
                        "type":"string"
                    },
                    "consInvAllocType":{
                        "description":"Consolidated Invoice Allocation Type. Depend on the type of 'By Line Item' or 'By Total', the amount of the child invoices or the total payment will be allocated to the orders on the related shipment.",
                        "type":"string"
                    },
                    "modeProfileGid":{
                        "description":"This is one of the Allocation Rule criteria for determining the allocation rule for a given invoice.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isAllocShipment":{
                        "description":"Identifies if the allocation rule is applicable for Shipment Allocation",
                        "type":"boolean"
                    },
                    "isAllocVoucher":{
                        "description":"Identifies if the allocation rule is applicable for Voucher Allocation",
                        "type":"boolean"
                    },
                    "isAllocBill":{
                        "description":"Identifies if the allocation rule is applicable for Customer Bill Allocation",
                        "type":"boolean"
                    },
                    "isAllocVoucherVat":{
                        "description":"Identifies if the allocation rule is applicable for Voucher Vat Allocation",
                        "type":"boolean"
                    },
                    "involvedPartyQualifierGid":{
                        "description":"Allocation rule criteria for matching the involved party qualifier for shipment/invoice/bill",
                        "type":"string"
                    },
                    "contactProfileGid":{
                        "description":"Allocation rule criteria for matching the involved party contact for shipment/invoice/bill",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "allocationRuleDetails":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/allocationRules.allocationRuleDetails"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "allocationRules.allocationRuleDetails":{
                "properties":{
                    "allocRuleDetailSeq":{
                        "description":"The seq for maintaining the primary key.",
                        "type":"number",
                        "format":"double"
                    },
                    "basis":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "allocType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "allocMetricGid":{
                        "description":"GC3 Global identifier for the entity. Is created by concatenating Domain Name,\".\" and XID.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "costTypeGid":{
                        "description":"The cost type identifier. i.e if the cost is a BaseCost(B), Accessorial (A), Stopoff (S) etc...",
                        "type":"string"
                    },
                    "accessorialCodeGid":{
                        "description":"Populated only inc ase cost_type_gid is 'A'. Identifies which accessorial code.",
                        "type":"string"
                    },
                    "allocMethodGid":{
                        "description":"The allocation method that the rule line is going to use.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "reasonCodes":{
                "properties":{
                    "bsReasonCodeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "bsReasonCodeXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "requirementFlags":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tipInventories":{
                "properties":{
                    "gtmTipInventoryGid":{
                        "description":"Trade Incentive Program Inventroy GID",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmTipInventoryXid":{
                        "description":"Trade Incentive Program Inventroy XID",
                        "type":"string"
                    },
                    "inventoryOrganizationGid":{
                        "description":"Inventory Organization <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "inventoryOrganization":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property inventoryOrganizationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "itemGid":{
                        "description":"Item <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "item":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property itemGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid"
                            }
                        ],
                        "readOnly":true
                    },
                    "locationGid":{
                        "description":"Location of the inventory <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "location":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property locationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "gtmTradeIncentivePgmGid":{
                        "description":"Trade Incentive Program",
                        "type":"string"
                    },
                    "gtmProcedureGid":{
                        "description":"Procedure",
                        "type":"string"
                    },
                    "referenceType":{
                        "description":"Reference Type",
                        "type":"string"
                    },
                    "referenceNumber":{
                        "description":"Refrence Number",
                        "type":"string"
                    },
                    "quantity":{
                        "description":"Quantity",
                        "type":"number",
                        "format":"double"
                    },
                    "quantityUomCode":{
                        "description":"Quantity Unit of Measurement",
                        "type":"string"
                    },
                    "balanceQuantity":{
                        "description":"Balance Quantity",
                        "type":"number",
                        "format":"double"
                    },
                    "balanceQuantityUomCode":{
                        "description":"Balance Quantity Unit of Measurement",
                        "type":"string"
                    },
                    "customStatus":{
                        "description":"Custom Status",
                        "type":"string"
                    },
                    "inventoryStatus":{
                        "description":"Inventory Status - Open (no withdrawl from the inventory has happened so far), Partially Reconciled (some amount of inventory has been withdrawn), Closed (inventory has been fully reconciled)",
                        "type":"string"
                    },
                    "dischargePeriodEndDate":{
                        "description":"Date upto which this inventory is valid in its Trade Incentive Program",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "attribute1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attributeNumber1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER ",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER ",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER ",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER ",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER ",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER ",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER ",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER ",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER ",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER ",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER ",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER ",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER ",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER ",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER ",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER ",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER ",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER ",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER ",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date ",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date ",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "gtmProdClassTypeGid":{
                        "description":"Product Class Type GID",
                        "type":"string"
                    },
                    "classificationCode":{
                        "description":"Classification Code",
                        "type":"string"
                    },
                    "entryDate":{
                        "description":"Entry Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "gtmDeclarationTypeGid":{
                        "description":"GTM Declaration Type GID",
                        "type":"string"
                    },
                    "gtmDeclSTypeGid":{
                        "description":"GTM Declaration Sub Type",
                        "type":"string"
                    },
                    "gtmTipZoneStatusGid":{
                        "description":"Trade Incentive Program Zone Status GID",
                        "type":"string"
                    },
                    "reservedQuantity":{
                        "description":"Reserved Quantity",
                        "type":"number",
                        "format":"double"
                    },
                    "reservedQuantityUom":{
                        "description":"Reserved Quantity Unit of Measurement",
                        "type":"string"
                    },
                    "countryOfOrigin":{
                        "description":"The country of origin of the goods.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "refnums":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tipInventories.refnums"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "values":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tipInventories.values"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "movements":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tipInventories.movements"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tipInventories.refnums":{
                "properties":{
                    "gtmTipRefnumQualGid":{
                        "description":"Trade Incentive Program Reference Number Qualifier GID",
                        "type":"string"
                    },
                    "refnumValue":{
                        "description":"Reference Number Value",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tipInventories.values":{
                "properties":{
                    "gtmValueQualifierGid":{
                        "description":"The GID of the value qualifier on the GTM Trade Incentive Program",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "value":{
                        "description":"Currency value of the GTM Trade Incentive Program",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "exchangeRateGid":{
                        "description":"Indicates the set of exchange rates to use for currency conversions; if null, the default set should be used.",
                        "type":"string"
                    },
                    "exchangeRateDate":{
                        "description":"Indicates the date to be used for any currency converions; if null, the latest conversion should be used.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "valueNote":{
                        "description":"A note that shows how the value qualifier is calculated.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tipInventories.movements":{
                "properties":{
                    "gtmTipInvMovementGid":{
                        "description":"Trade Incentive Program Inventory Movement GID <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "gtmTipInvMovement":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property gtmTipInvMovementGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tipInventoryMovements"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "equipmentConversions":{
                "properties":{
                    "pProjectGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "equipmentGroupGid":{
                        "description":"No description. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "equipmentGroup":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property equipmentGroupGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/equipmentGroups"
                            }
                        ],
                        "readOnly":true
                    },
                    "conversionFactor":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "orderReleaseTypes":{
                "properties":{
                    "orderReleaseTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "orderReleaseTypeXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "orderReleaseTypeName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeProcedures":{
                "properties":{
                    "gtmProcedureGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmProcedureXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmProcedureTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmProcedureName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "code":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isPriorProcedureOnly":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmDeclTypeProfileGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "allowedPriorProcedures":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeProcedures.allowedPriorProcedures"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeProcedures.allowedPriorProcedures":{
                "properties":{
                    "gtmPriorProcedureGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "jurisdictions":{
                "properties":{
                    "gtmJurisdictionGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmJurisdictionXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "jurisdictionName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "reportingAuthorityGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmRegimeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "regionGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "countryCode3Gid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "appointments":{
                "properties":{
                    "appointmentGid":{
                        "description":"The GID for the location resource appointment.",
                        "type":"string"
                    },
                    "appointmentXid":{
                        "description":"The XID for the location resource appointment.",
                        "type":"string"
                    },
                    "locationResourceGid":{
                        "description":"The GID for the location resource.",
                        "type":"string"
                    },
                    "stopNum":{
                        "description":"The shipment stop number.",
                        "type":"number",
                        "format":"int32"
                    },
                    "appointmentStartTime":{
                        "description":"Appointment start time.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "appointmentEndTime":{
                        "description":"Appointment end time.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "isFeasible":{
                        "description":"Indicates if the appointment is feasible.",
                        "type":"boolean"
                    },
                    "isFixed":{
                        "description":"If the shipment has arrived at the stop, the appointment will be fixed.",
                        "type":"boolean"
                    },
                    "isBlocked":{
                        "description":"Indicates if the appointment time slot is blocked.",
                        "type":"boolean"
                    },
                    "confirmationNumber":{
                        "description":"The appointment confirmation number.",
                        "type":"string"
                    },
                    "infeasibleReason":{
                        "description":"If the appointment is not feasible, this is the reason for it.",
                        "type":"string"
                    },
                    "dataQueryTypeGid":{
                        "description":"The GID of the data query type. Valid values in this column are SHIPMENT and SHIPMENT GROUP.",
                        "type":"string"
                    },
                    "objectGid":{
                        "description":"The GID for the shipment or shipment group object.",
                        "type":"string"
                    },
                    "appointmentActivityType":{
                        "description":"Specifies if the trailer scheduled for the appointment is attached to the truck (Live) or being dropped (Drop). This field is for information purposes.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Domain where this data is stored.",
                        "type":"string"
                    },
                    "scheduleMethod":{
                        "description":"Schedule methods are determined automatically based on how the appointment was scheduled. <br>Automatic: The appointment is automatically scheduled via agent action.<br>Manual: The appointment is scheduled via Dock Manager UI by a user.<br>Integration: The appointment is scheduled via integration.",
                        "type":"string"
                    },
                    "sEquipmentGid":{
                        "description":"The GID for the equipment associated with the shipment. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "sEquipment":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property sEquipmentGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/sEquipments"
                            }
                        ],
                        "readOnly":true
                    },
                    "flexCommodityCode":{
                        "description":"The user-defined commodity code for the shipment ship unit.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "remarks":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/appointments.remarks"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "appointments.remarks":{
                "properties":{
                    "remarkSequence":{
                        "description":"The sequence number of a remark.",
                        "type":"number",
                        "format":"int64"
                    },
                    "remarkQualGid":{
                        "description":"The remark qualifier GID.",
                        "type":"string"
                    },
                    "remarkText":{
                        "description":"The remark text.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "contactGroups":{
                "properties":{
                    "contactGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "contactXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "firstName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "lastName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "jobTitle":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "emailAddress":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "phone1":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "phone2":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "fax":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "languageSpoken":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isPrimaryContact":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "telex":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "externalSystemGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "notes":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "glUserGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "recipientDomainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "routeThroughLocation":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "contactType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isBroadcast":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "groupSavedQueryGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "locationGid":{
                        "description":"No description. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "location":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property locationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "isEmailVirusProtected":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "consolidationProfileGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "consolidatedNotifyOnly":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "isNotificationOn":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "timeZoneGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "fromAddrContactGid":{
                        "description":"No description. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "fromAddrContact":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property fromAddrContactGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "isFromAddress":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "middleName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "cellPhone":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "sendAsMessage":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "messageProfileGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "alternateName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "companyName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "ippPrinterGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "ecmUser":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute1":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute2":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute3":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute4":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute5":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute6":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute7":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute8":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute9":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute10":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute11":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute12":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute13":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute14":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute15":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute16":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute17":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute18":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute19":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute20":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attributeNumber1":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber2":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber3":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber4":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber5":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber6":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber7":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber8":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber9":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber10":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate1":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate2":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate3":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate4":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate5":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate6":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate7":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate8":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate9":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate10":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "nameAddressUpdateDate":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "indicator":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined1IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined2IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined3IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined4IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined5IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attributeDate11":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate12":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate13":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate14":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate15":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate16":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate17":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate18":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate19":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate20":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeNumber11":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber12":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber13":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber14":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber15":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber16":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber17":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber18":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber19":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber20":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "preferences":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/contactGroups.preferences"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "groups":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/contactGroups.groups"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "contactGroups.preferences":{
                "properties":{
                    "preferenceGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "value":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "contactGroups.groups":{
                "properties":{
                    "contactGid":{
                        "description":"No description. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "contact":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property contactGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "reasonGroups":{
                "properties":{
                    "bsReasonGroupGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "bsReasonGroupXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "bsReasonGroupName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "bsReasonGroupDescription":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "codeProfiles":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/reasonGroups.codeProfiles"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "reasonGroups.codeProfiles":{
                "properties":{
                    "bsReasonCodeProfileGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isExcluded":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "rateAndRouteRequest":{
                "properties":{
                    "orderReleases":{
                        "$ref":"#/components/schemas/orderReleases"
                    },
                    "requestType":{
                        "type":"string",
                        "description":"The requestType can be LowestCost, FastestTransit, or AllOptions."
                    },
                    "sourceLocationProfileGid":{
                        "type":"string",
                        "description":"The SourceLocationProfileGid allows you to check multiple sourcing locations at once. This eliminates the need to perform multiple rate inquiry requests. There is a Rate Inquiry property, glog.riq.maxNumberofSourceLocationsAllowed, to limit how many locations are in a profile so the rate inquiry run time does not get too long."
                    },
                    "perspective":{
                        "type":"string",
                        "description":"Perspective is either Buy or Sell, or accept the default."
                    },
                    "forceTieredRating":{
                        "type":"string",
                        "description":"The maximum number of options allowed per route."
                    },
                    "estimateTieredRateNum":{
                        "type":"string",
                        "description":"The maximum number of options allowed per route."
                    },
                    "ratePreferenceGid":{
                        "type":"string",
                        "description":"The ratePreferenceGid allows you to specify preferred rates only, preferred rates if available or do not use preferred rates."
                    },
                    "parameterSetGid":{
                        "type":"string",
                        "description":"The parameterSetGid allows you to limit your search to a particular parameter set."
                    },
                    "isPrimaryOptionCentric":{
                        "type":"string",
                        "description":"The accepted value is true or false, with a default of false. If the Primary Option Centric value is true, OTM evaluates primary leg options first then evaluates supporting options for each primary leg option. If it is false, all options in a route are evaluated in a single step and OTM will compare locations instead of itinerary or leg IDs when evaluating routing options. For example, two routing options are considered equal if their locations and other attributes are the same, even though they have different itinerary or leg IDs. Only one routing option is returned and displayed."
                    },
                    "primaryOptionDefinition":{
                        "type":"string",
                        "description":"Use the values 'By Itinerary' or 'By Schedule and Equipment Group'  to specify how to group primary options in order to get the top set of options. This is only available if the Primary Centric check box is selected."
                    },
                    "maxPrimaryOptions":{
                        "type":"string",
                        "description":"Allows you to configure the number of best options to be retrieved per itinerary instead of having only the best option."
                    },
                    "maxSupportingOptions":{
                        "type":"string",
                        "description":"MaxSupportingOptions value is the maximum number of supporting (non-primary) leg options to retrieve that are compatible with each respective primary leg option. Set this to a number greater than 1 if the non-primary leg option can determine what the best cost solution is."
                    },
                    "assignRoutingRule":{
                        "type":"boolean",
                        "description":"Accepted values are true or false, with a default of false. When set to true, OTM evaluates and assigns a routing rule to the order release."
                    }
                }
            },
            "rateAndRouteResponse":{
                "type":"object",
                "properties":{
                    "items":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/rateAndRouteResultItems"
                        }
                    }
                }
            },
            "rateAndRouteResultItems":{
                "type":"object",
                "description":"The route inquiry results when the rate inquiry rate and route option is used.",
                "properties":{
                    "totalActualCost":{
                        "description":"The total actual cost.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "costPerUnit":{
                        "description":"The cost per unit.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "totalWeightedCost":{
                        "description":"The total weighted cost.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "weightedCostPerUnit":{
                        "description":"The total weighted cost per unit.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "shipFrom":{
                        "description":"The source location.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/rRrLocation"
                            }
                        ]
                    },
                    "shipTo":{
                        "description":"The destination location.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/rRrLocation"
                            }
                        ]
                    },
                    "transportMode":{
                        "description":"Search is done basing on this transport mode.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/rRrTransportMode"
                            }
                        ]
                    },
                    "serviceProvider":{
                        "description":"Limit search to one or more service providers.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/rRrServiceProvider"
                            }
                        ]
                    },
                    "transitTime":{
                        "description":"The total transit time.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/rRrTransitTime"
                            }
                        ]
                    },
                    "startTime":{
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/rRrTime"
                            }
                        ]
                    },
                    "endTime":{
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/rRrTime"
                            }
                        ]
                    },
                    "totalLeadTime":{
                        "description":"The total lead time.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/rRrTransitTime"
                            }
                        ]
                    },
                    "originatingCarrier":{
                        "description":"Originating carrier service provider.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/rRrServiceProvider"
                            }
                        ]
                    },
                    "deliveringCarrier":{
                        "description":"The originating carrier service provider.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/rRrServiceProvider"
                            }
                        ]
                    },
                    "equipmentGroup":{
                        "description":"The equipment group.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/rRrEquipmentGroup"
                            }
                        ]
                    },
                    "itinerary":{
                        "description":"Itinerary.",
                        "properties":{
                            "itineraryGid":{
                                "type":"string"
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                }
                            }
                        }
                    },
                    "routeCode":{
                        "description":"Searched for rates compatible with this route code.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/rRrRouteCode"
                            }
                        ]
                    },
                    "portOfLoad":{
                        "description":"A portOfLoadLocationGid is a reference to a location, which may be either a location global identifier or a new location definition.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/rRrLocation"
                            }
                        ]
                    },
                    "portOfDischarge":{
                        "description":"A portOfDischargeLocationGid is a reference to a location, which may be either a location global identifier or a new location definition.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/rRrLocation"
                            }
                        ]
                    },
                    "primaryShipmentSource":{
                        "description":"The primary shipment source location.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/rRrLocation"
                            }
                        ]
                    },
                    "primaryShipmentDestination":{
                        "description":"The primary shipment source location.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/rRrLocation"
                            }
                        ]
                    },
                    "primaryTotalCost":{
                        "description":"The total primary shipment cost.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "primaryVoyage":{
                        "description":"Searches are constrained to this voyage GID.",
                        "properties":{
                            "voyageGid":{
                                "type":"string"
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                }
                            }
                        }
                    },
                    "vessel":{
                        "description":"Searches are constrained to this vessel GID.",
                        "properties":{
                            "vesselGid":{
                                "type":"string"
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                }
                            }
                        }
                    },
                    "primaryTransitTime":{
                        "description":"The total transit time.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/rRrTransitTime"
                            }
                        ]
                    },
                    "commitmentCountActual":{
                        "type":"string"
                    },
                    "plannedCapacityCommitmentAllocation":{
                        "type":"string"
                    },
                    "actualCapacityCommitmentAllocation":{
                        "type":"string"
                    },
                    "capacityLimit":{
                        "type":"string"
                    },
                    "capacityUsage":{
                        "type":"string"
                    },
                    "primaryRateOffering":{
                        "description":"Searches are based on this primary rate offering GID.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/rRrRateOffering"
                            }
                        ]
                    },
                    "primaryRateRecord":{
                        "description":"The primary rate record.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/rRrRateRecord"
                            }
                        ]
                    },
                    "commodity":{
                        "description":"The commodity being shipped.",
                        "properties":{
                            "commodityCode":{
                                "type":"string"
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                }
                            }
                        }
                    },
                    "toShipments":{
                        "type":"object",
                        "description":"Contains shipment detail information resulting from the rate inquiry query using rate and route functionality.",
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/rRrToShipments"
                                }
                            }
                        }
                    }
                }
            },
            "rRrToShipments":{
                "properties":{
                    "cost":{
                        "description":"The shipment cost.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "weightedCost":{
                        "description":"The shipment weighted cost.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "origin":{
                        "description":"The origin location.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/rRrLocation"
                            }
                        ]
                    },
                    "destination":{
                        "description":"The destination location.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/rRrLocation"
                            }
                        ]
                    },
                    "transportMode":{
                        "description":"Search is done basing on this transport mode.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/rRrTransportMode"
                            }
                        ]
                    },
                    "serviceProvider":{
                        "description":"Limit search to one or more service providers.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/rRrServiceProvider"
                            }
                        ]
                    },
                    "transitTime":{
                        "description":"The total transit time.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/rRrTransitTime"
                            }
                        ]
                    },
                    "startTime":{
                        "properties":{
                            "value":{
                                "description":"Date/Time in ISO 8601 format.",
                                "type":"string",
                                "format":"date-time"
                            }
                        }
                    },
                    "endTime":{
                        "properties":{
                            "value":{
                                "description":"Date/Time in ISO 8601 format.",
                                "type":"string",
                                "format":"date-time"
                            }
                        }
                    },
                    "routeCode":{
                        "description":"Searched for rates compatible with this route code.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/rRrRouteCode"
                            }
                        ]
                    },
                    "distance":{
                        "description":"Distance.",
                        "properties":{
                            "amount":{
                                "type":"string"
                            },
                            "type":{
                                "type":"string"
                            }
                        }
                    },
                    "weight":{
                        "description":"Weight.",
                        "properties":{
                            "amount":{
                                "type":"string"
                            },
                            "type":{
                                "type":"string"
                            }
                        }
                    },
                    "volume":{
                        "description":"Volume.",
                        "properties":{
                            "amount":{
                                "type":"string"
                            },
                            "type":{
                                "type":"string"
                            }
                        }
                    },
                    "rateOffering":{
                        "description":"Searches are based on this primary rate offering GID.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/rRrRateOffering"
                            }
                        ]
                    },
                    "rateRecord":{
                        "description":"The rate record.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/rRrRateRecord"
                            }
                        ]
                    },
                    "equipmentGroup":{
                        "description":"The equipment group.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/rRrEquipmentGroup"
                            }
                        ]
                    },
                    "itineraryLeg":{
                        "description":"The itinerary leg.",
                        "properties":{
                            "itineraryLegId":{
                                "type":"string"
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                }
                            }
                        }
                    },
                    "networkLegId":{
                        "properties":{
                            "routeCodeGid":{
                                "type":"string"
                            }
                        }
                    }
                }
            },
            "rRrRouteCode":{
                "properties":{
                    "routeCodeGid":{
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        }
                    }
                }
            },
            "rRrShipFrom":{
                "description":"The source location.",
                "properties":{
                    "locationGid":{
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        }
                    }
                }
            },
            "rRrShipTo":{
                "description":"The destination location.",
                "properties":{
                    "locationGid":{
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        }
                    }
                }
            },
            "rRrTransportMode":{
                "properties":{
                    "transportModeGid":{
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        }
                    }
                }
            },
            "rRrServiceProvider":{
                "properties":{
                    "servprovGid":{
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        }
                    }
                }
            },
            "rRrEquipmentGroup":{
                "properties":{
                    "equipmentGroupGid":{
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        }
                    }
                }
            },
            "rRrTransitTime":{
                "description":"The total transit time.",
                "properties":{
                    "amount":{
                        "type":"string"
                    },
                    "type":{
                        "type":"string"
                    }
                }
            },
            "rRrTime":{
                "properties":{
                    "value":{
                        "description":"Date/Time in ISO 8601 format.",
                        "type":"string",
                        "format":"date-time"
                    }
                }
            },
            "rRrLocation":{
                "properties":{
                    "locationGid":{
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        }
                    }
                }
            },
            "rRrRateOffering":{
                "properties":{
                    "rateOfferingGid":{
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        }
                    }
                }
            },
            "rRrRateRecord":{
                "properties":{
                    "rateRecordGid":{
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        }
                    }
                }
            },
            "vatOutcomes":{
                "properties":{
                    "vatOutcomeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "vatOutcomeXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "vatOutcomeDesc":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "routeExecutionReferenceNumberQualifiers":{
                "properties":{
                    "routeRefnumQualGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "routeRefnumQualXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "routeRefnumDesc":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateFlag":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "jobReferenceNumberQualifiers":{
                "properties":{
                    "jobRefnumQualGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "jobRefnumQualXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "jobRefnumQualDesc":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isVisibleIfMasterCarr":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "defaultRefnumBnTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateFlag":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "hazardousClassificationProfiles":{
                "properties":{
                    "hazClassProfileGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "hazClassProfileXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isCompatible":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "details":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/hazardousClassificationProfiles.details"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "hazardousClassificationProfiles.details":{
                "properties":{
                    "hazardousClassificationGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "billableIndicators":{
                "properties":{
                    "billableIndicatorGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "billableIndicatorXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "restEvent":{
                "properties":{
                    "event":{
                        "description":"Used to identify the Automation Agent triggering event of the Agent used to send the rest event message. Is a concatenation of event type, hyphen and event name. For example LOCATION_EVENT-MODIFIED. ",
                        "type":"string"
                    },
                    "referenceValue":{
                        "description":"This value can be set by the triggering agent to provide additional context data.",
                        "type":"string"
                    },
                    "sendReason":{
                        "description":"Free text set by Automation Agent action.",
                        "type":"string"
                    },
                    "resourceUrl":{
                        "description":"Relative URI identifying the resource name and primary key of the business object associated with the event.",
                        "type":"string"
                    }
                },
                "required":[
                    "event"
                ]
            },
            "quickEvents":{
                "properties":{
                    "quickEventGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "quickEventXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "bsStatusGroupGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "bsStatusCodeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "bsReasonGroupGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "bsReasonCodeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "useCurrentTime":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "stopNumber":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "savedQueryGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isReason":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "bsResponsiblePartyGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "damageTypes":{
                "properties":{
                    "damageTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "damageTypeXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "itineraries":{
                "properties":{
                    "itineraryGid":{
                        "description":"Contains the GID for the itinerary.",
                        "type":"string"
                    },
                    "itineraryXid":{
                        "description":"Contains the XID for the itinerary.",
                        "type":"string"
                    },
                    "itineraryName":{
                        "description":"Contains the name for the itinerary.",
                        "type":"string"
                    },
                    "description":{
                        "description":"Contains text describing the itinerary.",
                        "type":"string"
                    },
                    "minWeight":{
                        "description":"Contains the minimum weight for the shipment on the itinerary.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "maxWeight":{
                        "description":"Contains the maximum weight for the shipment on the itinerary.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "minVolume":{
                        "description":"Contains the minimum volume for the shipment on the itinerary.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "maxVolume":{
                        "description":"Contains the maximum volume for the shipment on the itinerary.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "corporationProfileGid":{
                        "description":"Contains the GID for the corporation profile used for the itinerary.",
                        "type":"string"
                    },
                    "calendarGid":{
                        "description":"Contains the GID for the calendar.",
                        "type":"string"
                    },
                    "xLaneGid":{
                        "description":"Contains the GID for the entity. It is created by concatenating the Domain Name,\".\" and the XID.",
                        "type":"string"
                    },
                    "isMultiStop":{
                        "description":"Describes whether the itinerary contains more than one stop. If so, this column contains a Y for yes; if not it contains an N for no.",
                        "type":"boolean"
                    },
                    "perspective":{
                        "description":"The perspective determines whether the itinerary is used for buy or sell shipment services. Perspective options include All (used for Buy and Sell), Buy, Sell.",
                        "type":"string"
                    },
                    "totalCost":{
                        "description":"N/A",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "totalTransitTime":{
                        "description":"N/A",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "useDeconsolidationPool":{
                        "description":"Orders matched to this itinerary may use a deconsolidation pool on the destination.",
                        "type":"boolean"
                    },
                    "useConsolidationPool":{
                        "description":"Orders matched to this itinerary may use a consolidation pool on the source.",
                        "type":"boolean"
                    },
                    "minStopoffWeight":{
                        "description":"Order bundles less than this weight will always go through a pool if the origin/destination of the order bundles fall into consolidation/deconsolidation pools.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "maxPoolWeight":{
                        "description":"The Maximum Pool Weight field identifies the highest weight for shipments that use the pool. If both of the max weight and volume fields are populated, the order needs to be less than these two values in order to be routed to a pool. If one field is populated, the order needs to be less than this value in order to be routed to a pool. If both are NULL, all orders qualify to be routed to a pool.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "maxDistBtwDelvs":{
                        "description":"The maximum distance between deliveries is used to limit the distance between delivery stops. If the distance between two delivery stops exceed this value, orders are not paired.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "totalStopsConstraint":{
                        "description":"Specifies the maximum number of stops on a multi-stop shipment derived from this itinerary.",
                        "type":"number",
                        "format":"int32"
                    },
                    "minTlWeight":{
                        "description":"This is the minimum weight to make up a nice truckload. It is also used as the minimum weight to go through a pool.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "minStopoffVolume":{
                        "description":"Order bundles less than this volume will always go through a pool if the origin/destination of the order bundles fall into consolidation/deconsolidation pools. When doing pool drop swapping, only pool drop shipments whose volume is bigger than this value are tried.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "maxPoolVolume":{
                        "description":"The maximum volume to go through a pool.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "maxSmallDirectVolume":{
                        "description":"After pool swapping, the system attempts to pull off the orders that are close to parcel weight and ship direct, if the overall solution is cheaper. This volume guides the algorithm to only pull of the one that is smaller than this volume.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "maxSmallDirectWeight":{
                        "description":"After pool swapping, the system tries to pull off the orders that are close to parcel weight and ship direct, if the overall solution is cheaper. This weight guides the algorithm to only pull of the one that is smaller than this weight.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "maxXdockWeight":{
                        "description":"The Max Cross Dock Weight field identifies the highest weight for shipments that use the cross dock. If both of the max weight and volume fields are populated, the order needs to be less than these two values in order to be routed to a cross dock. If one field is populated, the order needs to be less than this value in order to be routed to a cross dock. If both are NULL, all orders qualify to be routed to a cross dock.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "maxXdockVolume":{
                        "description":"The Max Cross Dock Volume field identifies the highest volume for shipments that use the cross dock.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "minTlUsagePercentage":{
                        "description":"The percentage of usage to be used to determine whether a TL is full in bulk plan. This will guide whether direct shipment be kept without routing to pool. It also determines whether pool shipments be kept without routing to xdock.",
                        "type":"number",
                        "format":"double"
                    },
                    "minTlVolume":{
                        "description":"This is the minimum volume to make up a nice truckload. It is also used as the minimum volume to go through a pool",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "isDestBundlePrefered":{
                        "description":"If this is selected, when going through the deconsolidation pool process, if there is a cross dock on this itinerary, two or more order bundles have the same destination will not route to the deconsolidation pool. It will route to cross dock later for consolidation at the cross dock and directly go to the destination.",
                        "type":"boolean"
                    },
                    "hazmatModeGid":{
                        "description":"The GID for the hazardous transport mode. It can be used to differentiate between goods from different orders that can be consolidated into one shipment for one or more legs of the trip.",
                        "type":"string"
                    },
                    "rank":{
                        "description":"N/A",
                        "type":"number",
                        "format":"int32"
                    },
                    "itineraryType":{
                        "description":"By default, the Itinerary Type field displays Active which means that the itinerary can be used in shipment planning. Choose Inactive if you do not want this itinerary to be considered when building shipments. You can also choose Manual which means the itinerary should not be considered when running the Create Shipment - Bulk Plan, Direct, or Calculate Best Direct Cost actions. However, the itinerary is considered when running the Direct - Show Routing Options action.",
                        "type":"string"
                    },
                    "isRule11":{
                        "description":"N/A",
                        "type":"boolean"
                    },
                    "incoTermProfileGid":{
                        "description":"The GID for the INCO Term profile. The Incoterm Profile can be used to constrain the itinerary as a valid choice for shipment planning for any order that has the same Incoterm attributes as the profile. Note: If you use this field, you can also specify a Payment Method code on each leg of the itinerary which is then copied to the shipment that is built for that leg (overriding any Payment Method code defined on the order base).",
                        "type":"string"
                    },
                    "depotProfileGid":{
                        "description":"The GID for the depot profile. The depot profile defines the lane and Source and/or Destination Depot Location that are considered during planning for service providers that start and end at depot locations.",
                        "type":"string"
                    },
                    "pickupStopsConstraints":{
                        "description":"The total number of pickup stops for a multistop shipment. It is usually set to be the max of Pickup Stops Constraints of all valid rate offering. This helps multistop performance.",
                        "type":"number",
                        "format":"int32"
                    },
                    "deliveryStopsConstraints":{
                        "description":"The total number of pickup stops for a multistop shipment. It is usually set to be the maximum of the Delivery Stops Constraints of all valid rate offering. This help multistop performance.",
                        "type":"number",
                        "format":"int32"
                    },
                    "maxDistBtwPickups":{
                        "description":"In some cases, it is more expensive to ship to a cross-dock than to ship direct because of the distance from the source to the cross-dock. To limit the distance you want shipments to travel to a cross-dock, enter a numeric value in the Maximum Distance between Pickups/Deliveries fields. If the distance between two pickup or delivery stops exceed this value, orders are not paired.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "radiusForPickups":{
                        "description":"The distance from any pickup stop to the root bundle's source location can not exceed this distance. ",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "radiusPercentageForPickups":{
                        "description":"The distance from any pickup stop to the source location divided by the distance cannot exceed this percentage. ",
                        "type":"number",
                        "format":"double"
                    },
                    "radiusForDelvs":{
                        "description":"The maximum radial - straight line distance - from the source to each delivery stop location that can not be exceeded.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "radiusPercentageForDelvs":{
                        "description":"The maximum radial percentage distance from the source to each delivery stop location that can not be exceeded.",
                        "type":"number",
                        "format":"double"
                    },
                    "isMatchDeconsolPoolToDest":{
                        "description":"The Match Deconsol Pool to Dest check box sets the pool logic so that it matches orders to deconsolidation pools based on order's destination locations. If this is not selected, Oracle Transportation Management matches orders to deconsolidation pools according to the order's source location.",
                        "type":"boolean"
                    },
                    "isMatchConsolPoolToSrc":{
                        "description":"The Match Deconsol Pool to Src check box sets the pool logic so that it matches orders to deconsolidation pools based on order's source location. If it is selected pool logic matches orders to consolidation pools based on order's source locations. If the check box is cleared, Oracle Transportation Management matches orders to consolidation pools according to the order's destination locations.",
                        "type":"boolean"
                    },
                    "paymentMethodProfileGid":{
                        "description":"The list of compatible payment methods for the itinerary.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "attribute1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attributeNumber1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "legs":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/itineraries.legs"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "itineraries.legs":{
                "properties":{
                    "legGid":{
                        "description":"Contains the GID for a leg on the itinerary.",
                        "type":"string"
                    },
                    "sequenceNo":{
                        "description":"Sequence number for the itinerary leg.",
                        "type":"number",
                        "format":"int32"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "interimPoints":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/itineraries.legs.interimPoints"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "flexCommodityProfilelists":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/itineraries.legs.flexCommodityProfilelists"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "involvedParties":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/itineraries.legs.involvedParties"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "schedules":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/itineraries.legs.schedules"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "capacityOverrides":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/itineraries.legs.capacityOverrides"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "itineraries.legs.interimPoints":{
                "properties":{
                    "seqNo":{
                        "description":"Contains the sequence number for the leg.",
                        "type":"number",
                        "format":"int32"
                    },
                    "locationGid":{
                        "description":"Contains the GID for the location for the leg. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "location":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property locationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "specialServiceGid":{
                        "description":"The special service needed for this interim point. It will be added to the corresponding shipment stop special service.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "itineraries.legs.flexCommodityProfilelists":{
                "properties":{
                    "flexCommodityProfileGid":{
                        "description":"Contains the GID for the flex commodity profile for the leg.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "itineraries.legs.involvedParties":{
                "properties":{
                    "involvedPartyQualGid":{
                        "description":"The GID for the involved party qualifier related to the itinerary leg.",
                        "type":"string"
                    },
                    "involvedPartyContactGid":{
                        "description":"The GID for the involved party contact. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "involvedPartyContact":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property involvedPartyContactGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "comMethodGid":{
                        "description":"The GID for the communication method.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "itineraries.legs.schedules":{
                "properties":{
                    "repetitionScheduleGid":{
                        "description":"The GID for the repetition schedule (ground schedule) being assigned to the itinerary leg.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "itineraries.legs.capacityOverrides":{
                "properties":{
                    "capacityOverrideGid":{
                        "description":"The GID for the capacity override details related to this itinerary leg. The capacity override allows you to model specific weight/volume restrictions by transport mode or equipment that can be assigned to any itinerary leg to control whether a shipment can be planned for that leg. For example, some countries or regions have specific capacity restrictions such as bridges that have maximum weight limits. By creating a capacity override and assigning it to a specific itinerary leg, Oracle Transportation Management will override the equipment capacity. For example, if an equipment has a capacity of 30000 pounds, but the capacity override says 27000 pounds, then the system will not plan more than 27000 pounds in the equipment.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "deliveryWindowProfiles":{
                "properties":{
                    "deliveryWindowProfileGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "deliveryWindowProfileXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "timeWindowGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "offTimeDeliveryOption":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "crForecastReferenceNumberQualifiers":{
                "properties":{
                    "crForecastRefnumQualGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "crForecastRefnumQualXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "crForecastRefnumQualDesc":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "items":{
                "properties":{
                    "itemGid":{
                        "description":"The GID for the item.",
                        "type":"string"
                    },
                    "itemXid":{
                        "description":"The XID for the item.",
                        "type":"string"
                    },
                    "itemName":{
                        "description":"Text for the name of the item.",
                        "type":"string"
                    },
                    "commodityGid":{
                        "description":"The GID for the commodity.",
                        "type":"string"
                    },
                    "nmfcArticleGid":{
                        "description":"The GID for the National Motor Freight Classification (NMFC) article/item number. The NMFC article refers to the NMFC's standard grouping of items, for example the article Brick(s): Thermal energy storage, ceramic is identified with the item number of 32270. The intended use for this table is to assign the item number related to the NMFC article as the ID for the NMFC Article XID. Note that within the system the NMFC article and the relationship between the article and the NMFC freight class are for information only.",
                        "type":"string"
                    },
                    "nmfcClassGid":{
                        "description":"The GID for the National Motor Freight Classification (NMFC). The NMFC is a critical piece of information used for rating Less-Than-Truckload shipments in North America. If you intend to rate shipments using RATEWAREXL or RATEWAREXL WITH CARRIERCONNECT it's important that the NMFC class information entered is a standard NMFC freight class - for example, 50, 55, 60, 65, 70, 77.5 etc. ",
                        "type":"string"
                    },
                    "stccGid":{
                        "description":"The GID for the Standard Commodity Code (STCC).",
                        "type":"string"
                    },
                    "htsGid":{
                        "description":"The GID for the Harmonized Tariff System (HTS).",
                        "type":"string"
                    },
                    "sitcGid":{
                        "description":"The GID for the Standard International Trade Classification (SITC).",
                        "type":"string"
                    },
                    "description":{
                        "description":"A description of the item being shipped.",
                        "type":"string"
                    },
                    "userDefinedCommodityGid":{
                        "description":"The GID for the user-defined commodity.",
                        "type":"string"
                    },
                    "udcClassificationListGid":{
                        "description":"List of User Defined commodities for item.",
                        "type":"string"
                    },
                    "brandName":{
                        "description":"The brand name is an informational text field and allows you to enter the brand name for an item.",
                        "type":"string"
                    },
                    "effectiveDate":{
                        "description":"The effective date is used to set the start time window for when an item should be used on an order.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "expirationDate":{
                        "description":"The expiration date is used to set the end time window for when an item should be used on an order.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "manufacturedCountryCodeGid":{
                        "description":"Legacy field used to identify an items manufactured country code. GTM now supports the concept of manufactured country code in a more robust fashion. This field is no longer used or visible on the UI.",
                        "type":"string"
                    },
                    "isDrawback":{
                        "description":"Legacy field used to identify items that were to be tracked for duty drawback opportunities. This field is no longer used or visible on the UI.",
                        "type":"boolean"
                    },
                    "iataScrCodeGid":{
                        "description":"Legacy field that was used to capture the IATA source code. This fields is no longer used for visible on the UI.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "unitOfMeasure":{
                        "description":"The price per unit of measure.",
                        "type":"string"
                    },
                    "pricePerUnit":{
                        "description":"The price per unit based on the unit of measure selected.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "isTemplate":{
                        "description":"Check box indicating whether or not this item record will be used as an item template or not.",
                        "type":"boolean"
                    },
                    "attribute1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attributeNumber1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "indicator":{
                        "description":"Indicators are icons that can be assigned to business objects that can be displayed in search Results pages and other lists to indicate the condition or state of a business object. You can use indicators to mark the history, status or any other condition of a business object. ",
                        "type":"string"
                    },
                    "userDefined1IconGid":{
                        "description":"The GID for the user defined image/icon. Up to five User-Defined Image fields can be configured to appear on the Search and Results page that let you query and review the images that are assigned to a business object. Images can be assigned to business objects to visually emphasize certain characteristics such as shipments containing hazardous material, orders for hot commodities, or shipments with over dimensional freight.",
                        "type":"string"
                    },
                    "userDefined2IconGid":{
                        "description":"The GID for the user defined image/icon. Up to five User-Defined Image fields can be configured to appear on the Search and Results page that let you query and review the images that are assigned to a business object. Images can be assigned to business objects to visually emphasize certain characteristics such as shipments containing hazardous material, orders for hot commodities, or shipments with over dimensional freight.",
                        "type":"string"
                    },
                    "userDefined3IconGid":{
                        "description":"The GID for the user defined image/icon. Up to five User-Defined Image fields can be configured to appear on the Search and Results page that let you query and review the images that are assigned to a business object. Images can be assigned to business objects to visually emphasize certain characteristics such as shipments containing hazardous material, orders for hot commodities, or shipments with over dimensional freight.",
                        "type":"string"
                    },
                    "userDefined4IconGid":{
                        "description":"The GID for the user defined image/icon. Up to five User-Defined Image fields can be configured to appear on the Search and Results page that let you query and review the images that are assigned to a business object. Images can be assigned to business objects to visually emphasize certain characteristics such as shipments containing hazardous material, orders for hot commodities, or shipments with over dimensional freight.",
                        "type":"string"
                    },
                    "userDefined5IconGid":{
                        "description":"The GID for the user defined image/icon. Up to five User-Defined Image fields can be configured to appear on the Search and Results page that let you query and review the images that are assigned to a business object. Images can be assigned to business objects to visually emphasize certain characteristics such as shipments containing hazardous material, orders for hot commodities, or shipments with over dimensional freight.",
                        "type":"string"
                    },
                    "priority":{
                        "description":"The priority associated with an item.",
                        "type":"number",
                        "format":"int32"
                    },
                    "itemTypeGid":{
                        "description":"Specifies the item type for the item",
                        "type":"string"
                    },
                    "countryOfOriginGid":{
                        "description":"Specifies the country of origin for the item",
                        "type":"string"
                    },
                    "itemTemplateGid":{
                        "description":"Item template gid indicates the last item template applied on item",
                        "type":"string"
                    },
                    "prodClassTemplateGid":{
                        "description":"Product Class template gid indicates the last classification template applied on the item",
                        "type":"string"
                    },
                    "attributeDate11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeNumber11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "whollyOriginating":{
                        "description":"Indicates if the item is wholly originating.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "statuses":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/items.statuses"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "refnums":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/items.refnums"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "remarks":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/items.remarks"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "texts":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/items.texts"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "packagedItems":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/items.packagedItems"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "reqdocReviewers":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/items.reqdocReviewers"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "reqdocs":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/items.reqdocs"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "reqdocSubscribers":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/items.reqdocSubscribers"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "reqdocDocs":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/items.reqdocDocs"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "reqdocTexts":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/items.reqdocTexts"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "reqdocStatuses":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/items.reqdocStatuses"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "reqdocDocReviews":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/items.reqdocDocReviews"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "relationships":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/items.relationships"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "boms":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/items.boms"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "specialServices":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/items.specialServices"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "features":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/items.features"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "accessorials":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/items.accessorials"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "descriptions":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/items.descriptions"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "uomConversions":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/items.uomConversions"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "classifications":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/items.classifications"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "countryOfOrigins":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/items.countryOfOrigins"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "itemOrigins":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/items.itemOrigins"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "partnerItems":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/items.partnerItems"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "partnerSites":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/items.partnerSites"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "itemValueSets":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/items.itemValueSets"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "documents":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/items.documents"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "items.statuses":{
                "properties":{
                    "statusTypeGid":{
                        "description":"The GID for the status type for the item.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "statusValueGid":{
                        "description":"The GID for the status value for the item.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "items.refnums":{
                "properties":{
                    "itemRefnumQualGid":{
                        "description":"The GID for the qualifier used to qualify the reference number being added.  For example, part number.",
                        "type":"string"
                    },
                    "itemRefnumValue":{
                        "description":"The value entered qualified by the reference number qualifier.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "items.remarks":{
                "properties":{
                    "remarkSequence":{
                        "description":"The sequence number for the item remark.",
                        "type":"number",
                        "format":"int64"
                    },
                    "remarkQualGid":{
                        "description":"The GID for the remark qualifier.",
                        "type":"string"
                    },
                    "remarkText":{
                        "description":"The text of the remark about the item.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "items.texts":{
                "properties":{
                    "textTemplateGid":{
                        "description":"The GID for the text template.",
                        "type":"string"
                    },
                    "documentDefGid":{
                        "description":"Document that should hold text.",
                        "type":"string"
                    },
                    "textOverride":{
                        "description":"Transactional override for the template on the specific document.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "items.packagedItems":{
                "properties":{
                    "packagedItemGid":{
                        "description":"The GID for the packaged item.",
                        "type":"string"
                    },
                    "packagedItemXid":{
                        "description":"The XID for the packaged item.",
                        "type":"string"
                    },
                    "description":{
                        "description":"Packaged item free form text field for the description. For example, a case of soda.",
                        "type":"string"
                    },
                    "hazmatPackageTypeGid":{
                        "description":"The GID for the hazmat package type. This field can be used to give the packaged item a special description. If you are defining a hazardous material, use this field to describe it.",
                        "type":"string"
                    },
                    "packagingUnitGid":{
                        "description":"The GID for the packaging unit. ",
                        "type":"string"
                    },
                    "packageShipUnitWeight":{
                        "description":"The weight of the ship unit.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "innerPackCount":{
                        "description":"The count for the number of items in the inner pack.",
                        "type":"number",
                        "format":"double"
                    },
                    "innerPackPackagingUnitGid":{
                        "description":"The packaging unit related to the count for the number of items in the inner pack.",
                        "type":"string"
                    },
                    "innerPackSize":{
                        "description":"Indicates the inner pack count or size. The inner pack size unit of measure qualified the value entered here.",
                        "type":"number",
                        "format":"double"
                    },
                    "innerPackSizeUomCode":{
                        "description":"Unit of measure for the pack size entry. Packaged item = case of soda - inner pack = six pack inner pack size = 4, inner pack unit of measure = six pack.",
                        "type":"string"
                    },
                    "packageSuVolume":{
                        "description":"Packaged ship unit volume.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "packageSuLength":{
                        "description":"Package ship unit ship unit length.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "packageSuWidth":{
                        "description":"Packaged ship unit width.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "packageSuHeight":{
                        "description":"Package ship unit ship unit height.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "isDefaultPackaging":{
                        "description":"Check box indicating if the information entered is the default packaging for this item. ",
                        "type":"boolean"
                    },
                    "isHazardous":{
                        "description":"Check box indicating if the information entered is the packaged item is considered hazardous.",
                        "type":"boolean"
                    },
                    "coreDiameter":{
                        "description":"For cylindrical objects, this defines the diameter of the core.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "packageSuDiameter":{
                        "description":"Packaged ship unit diameter.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "bbHandlingType":{
                        "description":"Indicates the Batch Balancer handling type for the packaged item. Valid handling types are conveyable, non-conveyable, and repack. Batch Balancer logic uses this info to determine potential batches for order release line assignment in the event an order release needs to be split across multiple batches.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "packagedItemTypeGid":{
                        "description":"Type of packaged item.",
                        "type":"string"
                    },
                    "loadConfigRuleRank":{
                        "description":"During 3D loading of mixed items, the packaged item with the highest rank will be used to find the matching stackability rule and load config rule.",
                        "type":"number",
                        "format":"int32"
                    },
                    "thuProfileGid":{
                        "description":"Defines all valid THUs the PI can be packed into.",
                        "type":"string"
                    },
                    "parcelPacktype":{
                        "description":"Parcel package type.",
                        "type":"string"
                    },
                    "attribute1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attributeNumber1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "isAllowMixedFreight":{
                        "description":"Allow mixed freight should be selected if the packaged item can be packed into a ship unit with other mixable packaged items.",
                        "type":"boolean"
                    },
                    "bulkMixingFamilyGid":{
                        "description":"Indicates the bulk mixing family the packaged item belongs to.",
                        "type":"string"
                    },
                    "compartmentTypeProfGid":{
                        "description":"Compartment type profile attached to the packaged item.",
                        "type":"string"
                    },
                    "categoryGid":{
                        "description":"The GID for the packaged item category.",
                        "type":"string"
                    },
                    "priority":{
                        "description":"This column defines the priority associated with an packaged item.",
                        "type":"number",
                        "format":"int32"
                    },
                    "isNestable":{
                        "description":"Specifies if the packaged item is nestable or not",
                        "type":"boolean"
                    },
                    "incrNestingHeight":{
                        "description":"Specifies the incremental nesting height for the PI",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "pruUsages":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/items.packagedItems.pruUsages"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "tiHis":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/items.packagedItems.tiHis"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "refnums":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/items.packagedItems.refnums"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "equipmentRefUnits":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/items.packagedItems.equipmentRefUnits"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "packageRefUnits":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/items.packagedItems.packageRefUnits"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "items.packagedItems.pruUsages":{
                "properties":{
                    "sequenceNo":{
                        "description":"Internal sequence number for packaged item, packing unit, packing reference unit, and packaging reference unit count entries.",
                        "type":"number",
                        "format":"int64"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "packagingUnitGid":{
                        "description":"The GID for the packaged unit.",
                        "type":"string"
                    },
                    "packagingReferenceUnitGid":{
                        "description":"The GID for the packaging reference unit.",
                        "type":"string"
                    },
                    "pruCount":{
                        "description":"The count for the number of packing reference units.",
                        "type":"number",
                        "format":"double"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "items.packagedItems.tiHis":{
                "properties":{
                    "sequenceNo":{
                        "description":"The internal sequence number for each entry entered for package item, packing unit, transport handling unit, layers, and quantity per layer.",
                        "type":"number",
                        "format":"int64"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "packagingUnitGid":{
                        "description":"The GID for the package unit.",
                        "type":"string"
                    },
                    "transportHandlingUnitGid":{
                        "description":"The GID for the transport unit for the TiHi information being defined.",
                        "type":"string"
                    },
                    "numLayers":{
                        "description":"Number of layers high. For example, if a transport handling unit of a pallet can hold 24 cases - 4 layers with a quantity of 6 per layer the number of layers value is 4.",
                        "type":"number",
                        "format":"int32"
                    },
                    "quantityPerLayer":{
                        "description":"Number of items per layer.  For example, if a transport handling unit of a pallet can hold 24 cases - 4 layers with a quantity of 6 per layer the quantity per layer is 6.",
                        "type":"number",
                        "format":"int32"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "items.packagedItems.refnums":{
                "properties":{
                    "packagedItemRefnumQualGid":{
                        "description":"The GID for the packaged item reference number qualifier.",
                        "type":"string"
                    },
                    "refnumValue":{
                        "description":"Value of reference number being added for this packaged item reference number qualifier.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "items.packagedItems.equipmentRefUnits":{
                "properties":{
                    "equipmentReferenceUnitGid":{
                        "description":"ERU for the packaged item",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "numReferenceUnits":{
                        "description":"The number of reference units per package for ERU.",
                        "type":"number",
                        "format":"double"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "items.packagedItems.packageRefUnits":{
                "properties":{
                    "packagingUnitGid":{
                        "description":"The GID for the packaged unit.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "innerPackCount":{
                        "description":"Count for the number of items in the inner pack. For example, case of soda inner pack six pack with count of four. The Inner Pack Count field gives you a place to enter how many of the item is packaged in this packaging unit. This information is for informational purposes only and will only be visible if you select Packaging Unit in the header section.",
                        "type":"number",
                        "format":"double"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "items.reqdocReviewers":{
                "properties":{
                    "documentDefGid":{
                        "description":"The GID for the document definition.",
                        "type":"string"
                    },
                    "contactGid":{
                        "description":"The GID for the document contact. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "contact":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property contactGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "asInvolvedPartyQualGid":{
                        "description":"The GID for the involved party qualifier.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "items.reqdocs":{
                "properties":{
                    "documentDefGid":{
                        "description":"The GID for the document definition.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "numRevisions":{
                        "description":"Count for the number of document revisions.",
                        "type":"number",
                        "format":"double"
                    },
                    "reviewStatus":{
                        "description":"Current review status for the document.",
                        "type":"string"
                    },
                    "instructions":{
                        "description":"Document instructions.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "items.reqdocSubscribers":{
                "properties":{
                    "documentDefGid":{
                        "description":"The GID for the document definition that the subscribers are being managed for.",
                        "type":"string"
                    },
                    "contactGid":{
                        "description":"GID for the document definition contact. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "contact":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property contactGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "asInvolvedPartyQualGid":{
                        "description":"GID for the involved party qualifier for the subscriber.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "items.reqdocDocs":{
                "properties":{
                    "documentDefGid":{
                        "description":"The GID for the document definition.",
                        "type":"string"
                    },
                    "documentGid":{
                        "description":"The GID for the document instance. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "document":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property documentGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/documents"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "documentRevision":{
                        "description":"Count for the number of document revisions.",
                        "type":"number",
                        "format":"double"
                    },
                    "review":{
                        "description":"Review info.",
                        "type":"string"
                    },
                    "annotations":{
                        "description":"Changes.",
                        "type":"string"
                    },
                    "documentCmsName":{
                        "description":"The document name used to identify a set of revisions (versions) for a CMS.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "items.reqdocTexts":{
                "properties":{
                    "documentDefGid":{
                        "description":"The GID for the document definition that the text template is being added, updated, or removed.",
                        "type":"string"
                    },
                    "textTemplateGid":{
                        "description":"The GID for the text template that is being added, updated, or removed.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "items.reqdocStatuses":{
                "properties":{
                    "documentDefGid":{
                        "description":"The GID for the document definition.",
                        "type":"string"
                    },
                    "statusTypeGid":{
                        "description":"The GID for the document status type.",
                        "type":"string"
                    },
                    "statusValueGid":{
                        "description":"The GID for the document status value.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "items.reqdocDocReviews":{
                "properties":{
                    "documentDefGid":{
                        "description":"The GID for the document definition.",
                        "type":"string"
                    },
                    "documentGid":{
                        "description":"The GID for the document instance. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "document":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property documentGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/documents"
                            }
                        ],
                        "readOnly":true
                    },
                    "contactGid":{
                        "description":"The GID for the document contact. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "contact":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property contactGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "state":{
                        "description":"Review info.",
                        "type":"string"
                    },
                    "comments":{
                        "description":"Changes.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "items.relationships":{
                "properties":{
                    "itemGid":{
                        "description":"The GID for the item that is having the previous item information added, updated, or removed. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "item":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property itemGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "items.boms":{
                "properties":{
                    "parentItemGid":{
                        "description":"The GID for the item that is having the item BOM added, updated, or removed. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "parentItem":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property parentItemGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid"
                            }
                        ],
                        "readOnly":true
                    },
                    "childItemCount":{
                        "description":"The number of child items in the parent item's BOM.",
                        "type":"number",
                        "format":"int32"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "items.specialServices":{
                "properties":{
                    "specialServiceGid":{
                        "description":"The GID for the special service required for the item being shipped.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "items.features":{
                "properties":{
                    "itemFeatureQualGid":{
                        "description":"The GID for the item feature qualifier/attribute  that is used to identify the feature.  For example, color.",
                        "type":"string"
                    },
                    "itemFeatureValue":{
                        "description":"The value qualified by the feature qualifier. For example, item feature qualifier = color, then item feature value = red.",
                        "type":"string"
                    },
                    "effectiveDate":{
                        "description":"The effective date for this feature.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "expirationDate":{
                        "description":"The expiration date for the feature.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "items.accessorials":{
                "properties":{
                    "accessorialCodeGid":{
                        "description":"The GID for the accessorial code.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "items.descriptions":{
                "properties":{
                    "seqNo":{
                        "description":"Internal sequence number for the description.",
                        "type":"number",
                        "format":"double"
                    },
                    "description":{
                        "description":"Description text.",
                        "type":"string"
                    },
                    "gtmLanguageGid":{
                        "description":"The GID for the country that is being used to qualify the language associated with the description. ",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "items.uomConversions":{
                "properties":{
                    "guicSeqNum":{
                        "description":"Internal sequence number for the item unit of measure conversion records.",
                        "type":"number",
                        "format":"int64"
                    },
                    "fromUomCode":{
                        "description":"The from unit of measure for this entry. For example if you wish to convert from pounds (LB) to kilograms (KG) the from unit of measure would be pounds.",
                        "type":"string"
                    },
                    "toUomCode":{
                        "description":"The to unit of measure for this entry. For example if you wish to convert from pounds (LB) to kilograms (KG) the to unit of measure would be kilograms.",
                        "type":"string"
                    },
                    "conversionRate":{
                        "description":"The conversion rate between the from and to unit of measure for this entry. For example if you wish to convert from pounds (LB) to kilograms (KG) the conversion rate would be - for the standard LB to KG conversion - 0.453592.",
                        "type":"number",
                        "format":"double"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "items.classifications":{
                "properties":{
                    "gtmItemClassificationGid":{
                        "description":"A GID field available to enter any hints or insights into the item gtm_item_classification reasoning.",
                        "type":"string"
                    },
                    "gtmProdClassTypeGid":{
                        "description":"The GID for the product classification type that is being added, updated, or removed. The product classification type qualifies/filters the values of the product classification code being added. For example the product classification type of HTS US is related to the product classification codes for the Harmonized Tariff Schedule of the United States. GTM will check to see if the product classification code is valid and matches the selected classification type.",
                        "type":"string"
                    },
                    "classificationStatus":{
                        "description":"Classification status is a read only field that reflects the status of the product classification. For example, Classification Created, Classification Approved.",
                        "type":"string"
                    },
                    "classificationNotes":{
                        "description":"Classification notes is a notes field available to enter any hints or insights into the item classification reasoning.",
                        "type":"string"
                    },
                    "approverNotes":{
                        "description":"Approver notes is a notes field is to capture any comments the classification approver may have related to their approval of this classification type and code to this particular item.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "gtmItemClassificationXid":{
                        "description":"An XID field available to enter any hints or insights into the item gtm_item_classification reasoning.",
                        "type":"string"
                    },
                    "customsDescription":{
                        "description":"Customs description is a description field available to enter any hints or insights into the item customs reasoning.",
                        "type":"string"
                    },
                    "attribute1":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute2":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute3":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute4":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute5":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute6":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute7":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute8":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute9":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute10":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute11":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute12":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute13":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute14":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute15":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute16":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute17":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute18":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute19":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute20":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attributeNumber1":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber2":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber3":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber4":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber5":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber6":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber7":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber8":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber9":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber10":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate1":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate2":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate3":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate4":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate5":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate6":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate7":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate8":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate9":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate10":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "bindingRulingNumber":{
                        "description":"Binding ruling number to justify classification",
                        "type":"string"
                    },
                    "bindingRulingEffectiveDate":{
                        "description":"Effective date of the binding ruling",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "classificationUser":{
                        "description":"User who does classification",
                        "type":"string"
                    },
                    "classificationDate":{
                        "description":"Date when classification is done",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "reviewUser":{
                        "description":"User who reviews classification",
                        "type":"string"
                    },
                    "reviewDate":{
                        "description":"Date when review is done",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "eligibilityScreeningUser":{
                        "description":"User who does eligibility screening",
                        "type":"string"
                    },
                    "eligibilityScreeningDate":{
                        "description":"Date when eligibility screening is done",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "gtmTariffRoiGid":{
                        "description":"Unique identifier for the gtm tariff rules of interpretation used to justify classification",
                        "type":"string"
                    },
                    "bindingRulingExpirationDate":{
                        "description":"Indicates the binding rule expiration date.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "gtmProdClassPurposeGid":{
                        "description":"Product Classification Purpose",
                        "type":"string"
                    },
                    "classificationCode":{
                        "description":"Classification code for an item.",
                        "type":"string"
                    },
                    "codeAttributes":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/items.classifications.codeAttributes"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "remarks":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/items.classifications.remarks"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "refnums":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/items.classifications.refnums"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "items.classifications.codeAttributes":{
                "properties":{
                    "attributeSequence":{
                        "description":"The sequence number for the GTM product classification code attribute that is being added, updated, or deleted.",
                        "type":"number",
                        "format":"int64"
                    },
                    "attributeName":{
                        "description":"The attribute name of the GTM product classification code attribute that is being added, updated, or deleted.",
                        "type":"string"
                    },
                    "attributeValue":{
                        "description":"The attribute value - qualified by the attribute name -  of the GTM product classification code attribute that is being added, updated, or deleted.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "attributeDescription":{
                        "description":"The attribute description of the GTM product classification code attribute that is being added, updated, or deleted. The Description field has been configured to display all associated license control and license exception description attributes.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "items.classifications.remarks":{
                "properties":{
                    "remarkSequence":{
                        "description":"The sequence number for the item classification remark.",
                        "type":"number",
                        "format":"int64"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "remarkQualGid":{
                        "description":"The GID for the remark qualifier.",
                        "type":"string"
                    },
                    "remarkText":{
                        "description":"The text of the remark about the item classification.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "items.classifications.refnums":{
                "properties":{
                    "gtmItemClassRefnumQualGid":{
                        "description":"The GID for the item classification reference number qualifier.",
                        "type":"string"
                    },
                    "refnumValue":{
                        "description":"The value of the reference number.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "items.countryOfOrigins":{
                "properties":{
                    "supplierSiteGid":{
                        "description":"The GID for the supplier's party identification for where this item is sourced for this supplier. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "supplierSite":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property supplierSiteGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "countryOfOriginGid":{
                        "description":"Country code of the country of origin related to this supplier's source for this item. May be the two or three digit ISO country code depending on which option has been selected.",
                        "type":"string"
                    },
                    "manufacturingCountryGid":{
                        "description":"Country code for the country of manufacturing related to this supplier's manufacturing of this item. May be the two or three digit ISO country code depending on which option has been selected.",
                        "type":"string"
                    },
                    "isDefault":{
                        "description":"Check box indicating - in the case of multiple country of origin entries for a supplier - which record is the default/assumed country of origin.",
                        "type":"boolean"
                    },
                    "manufacturingPartNo":{
                        "description":"Supplier's part number for this item.",
                        "type":"string"
                    },
                    "manufacturingDesc":{
                        "description":"Supplier's description for this item.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "items.itemOrigins":{
                "properties":{
                    "itemOriginGid":{
                        "description":"The GID for the item origin.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "itemOriginXid":{
                        "description":"The XID for the item origin.",
                        "type":"string"
                    },
                    "inventoryOrganizationGid":{
                        "description":"The GID for the inventory organization/contact associated with the item origin. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "inventoryOrganization":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property inventoryOrganizationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "partnerGid":{
                        "description":"The GID for the partner/party associated with the item origin. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "partner":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property partnerGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "partnerSiteGid":{
                        "description":"The GID for the party site associated with the item origin.",
                        "type":"string"
                    },
                    "countryOfOrigin":{
                        "description":"The country of origin for the item origin.",
                        "type":"string"
                    },
                    "countryOfManufacture":{
                        "description":"The country of manufacture for the item origin.",
                        "type":"string"
                    },
                    "effectiveDate":{
                        "description":"The effective date for the item origin.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "expirationDate":{
                        "description":"The expiration date for the item origin.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "attribute1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attributeNumber1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "description":{
                        "description":"Identifies the description of item by partner/partner site, inventory organization, and bill of material.",
                        "type":"string"
                    },
                    "gtmStructureGid":{
                        "description":"Identifies the Bill of Material of item for which country of origin is captured.",
                        "type":"string"
                    },
                    "attributeDate11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeNumber11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "whollyOriginating":{
                        "description":"Indicates if the item is wholly originating.",
                        "type":"string"
                    },
                    "percentageSourced":{
                        "description":"The percentage sourced from the supplier.",
                        "type":"number",
                        "format":"double"
                    },
                    "values":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/items.itemOrigins.values"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "qualifications":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/items.itemOrigins.qualifications"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "items.itemOrigins.values":{
                "properties":{
                    "gtmValueQualifierGid":{
                        "description":"The GID for the value qualifier on the item origin.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "currencyValue":{
                        "description":"The currency value of the item origin.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "exchangeRateGid":{
                        "description":"Indicates the set of exchange rates to use for currency conversions; if null, the default set should be used.",
                        "type":"string"
                    },
                    "exchangeRateDate":{
                        "description":"Indicates the date to be used for any currency conversions; if null, the latest conversion should be used.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "items.itemOrigins.qualifications":{
                "properties":{
                    "itemQfGid":{
                        "description":"The GID for the item qualification.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "itemQfXid":{
                        "description":"The XID for the item qualification.",
                        "type":"string"
                    },
                    "description":{
                        "description":"Describes the item qualification.",
                        "type":"string"
                    },
                    "gtmTradeAgreementGid":{
                        "description":"The GID for the trade agreement associated with the item qualification.",
                        "type":"string"
                    },
                    "gtmProdClassTypeGid":{
                        "description":"The GID for the product classification type of the importing country. ",
                        "type":"string"
                    },
                    "classificationCode":{
                        "description":"The product classification code associated with the product classification type of the item qualification.",
                        "type":"string"
                    },
                    "isQualified":{
                        "description":"Indicates if an item qualified for a trade agreement. Can have \"Y\",\"N\" and \"NS\" and default value is \"NS\"",
                        "type":"string"
                    },
                    "qfPreferenceCriteriaGid":{
                        "description":"The GID for the preference criteria associated with an item qualification. ",
                        "type":"string"
                    },
                    "qfRvcMethodGid":{
                        "description":"The GID for the regional value content method associated with an item qualification. ",
                        "type":"string"
                    },
                    "producer":{
                        "description":"Indicates if the supplier/partner is the producer of the goods.",
                        "type":"string"
                    },
                    "effectiveDate":{
                        "description":"The effective date for the item qualification.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "expirationDate":{
                        "description":"The expiration date for the item qualification.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "status":{
                        "description":"Indicates the status of an item qualification. ",
                        "type":"string"
                    },
                    "attribute1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attributeNumber1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "gtmTariffCode":{
                        "description":"Specifies the tariff code for a particular item qualification.",
                        "type":"string"
                    },
                    "attributeDate11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeNumber11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "rvcPercentage":{
                        "description":"The percentage of the regional value content method associated with an item qualification. ",
                        "type":"number",
                        "format":"double"
                    },
                    "minOpsMeet":{
                        "description":"This flag indicates if minimum operations are met under Rules of Origin.",
                        "type":"string"
                    },
                    "rooAttribute":{
                        "description":"Indicates the attribute description under the product specific rule(suffix/ex) after the Rules of Origin Qualification",
                        "type":"string"
                    },
                    "whollyOriginated":{
                        "description":"Indicates if the Item is wholly originating under the trade agreement",
                        "type":"string"
                    },
                    "countryOfImport":{
                        "description":"This describes the country of import for the item",
                        "type":"string"
                    },
                    "gtmReasonCodeGid":{
                        "description":"Reason Code Id when status is evaluated to REQUIRES REVIEW",
                        "type":"string"
                    },
                    "gtmStructureGid":{
                        "description":"Identifies the Bill of Material of item for which qualification is captured.",
                        "type":"string"
                    },
                    "values":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/items.itemOrigins.qualifications.values"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "remarks":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/items.itemOrigins.qualifications.remarks"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "refnums":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/items.itemOrigins.qualifications.refnums"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "conditions":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/items.itemOrigins.qualifications.conditions"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "reqdocs":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/items.itemOrigins.qualifications.reqdocs"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "items.itemOrigins.qualifications.values":{
                "properties":{
                    "gtmValueQualifierGid":{
                        "description":"The GID for the value qualifier on the item qualification.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "currencyValue":{
                        "description":"The currency value of the item qualification.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "exchangeRateGid":{
                        "description":"Indicates the set of exchange rates to use for currency conversions; if null, the default set should be used.",
                        "type":"string"
                    },
                    "exchangeRateDate":{
                        "description":"Indicates the date to be used for any currency conversions; if null, the latest conversion should be used.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "items.itemOrigins.qualifications.remarks":{
                "properties":{
                    "remarkSequence":{
                        "description":"The sequence number for the item qualification remark. ",
                        "type":"number",
                        "format":"int64"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "remarkQualGid":{
                        "description":"The GID for the item qualification remark.",
                        "type":"string"
                    },
                    "remarkText":{
                        "description":"The remark text for the item qualification.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "items.itemOrigins.qualifications.refnums":{
                "properties":{
                    "itemQfRefnumQualGid":{
                        "description":"The GID for the item qualification reference number qualifier.",
                        "type":"string"
                    },
                    "refnumValue":{
                        "description":"The value of the reference number.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "items.itemOrigins.qualifications.conditions":{
                "properties":{
                    "seqNumber":{
                        "description":"Sequence number of the item qf condition.",
                        "type":"number",
                        "format":"int64"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "conditionShortName":{
                        "description":"The short name given to rules of origin rule code.",
                        "type":"string"
                    },
                    "conditionDescription":{
                        "description":"Description field.",
                        "type":"string"
                    },
                    "isApplied":{
                        "description":"Indicates if the condition applied ",
                        "type":"boolean"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "items.itemOrigins.qualifications.reqdocs":{
                "properties":{
                    "documentDefGid":{
                        "description":"The GID for the required document type.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "numRevisions":{
                        "description":"The number of document revisions generated.",
                        "type":"number",
                        "format":"int32"
                    },
                    "reviewStatus":{
                        "description":"The review status of the required document. ",
                        "type":"string"
                    },
                    "instructions":{
                        "description":"Free-form field to hold document attributes. E.g. a document could be denoted as required or optional.",
                        "type":"string"
                    },
                    "docs":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/items.itemOrigins.qualifications.reqdocs.docs"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "reviewers":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/items.itemOrigins.qualifications.reqdocs.reviewers"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "statuses":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/items.itemOrigins.qualifications.reqdocs.statuses"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "items.itemOrigins.qualifications.reqdocs.docs":{
                "properties":{
                    "documentGid":{
                        "description":"The GID for the document instance. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "document":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property documentGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/documents"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "documentRevision":{
                        "description":"The revision count for the document.",
                        "type":"number",
                        "format":"int32"
                    },
                    "review":{
                        "description":"The review status of the required document. ",
                        "type":"string"
                    },
                    "annotations":{
                        "description":"Annotations for a document revision.",
                        "type":"string"
                    },
                    "documentCmsName":{
                        "description":"The document name used to identify a set of revisions (versions) for a CMS.",
                        "type":"string"
                    },
                    "reviewers":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/items.itemOrigins.qualifications.reqdocs.docs.reviewers"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "items.itemOrigins.qualifications.reqdocs.docs.reviewers":{
                "properties":{
                    "contactGid":{
                        "description":"The GID for the document reviewer. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "contact":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property contactGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "state":{
                        "description":"The review status of the document.",
                        "type":"string"
                    },
                    "comments":{
                        "description":"Comments from the reviewer for the specific document.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "items.itemOrigins.qualifications.reqdocs.reviewers":{
                "properties":{
                    "contactGid":{
                        "description":"The GID for the document reviewer. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "contact":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property contactGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "items.itemOrigins.qualifications.reqdocs.statuses":{
                "properties":{
                    "statusTypeGid":{
                        "description":"The status type associated with a required document.",
                        "type":"string"
                    },
                    "statusValueGid":{
                        "description":"The status value associated with a required document.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "items.partnerItems":{
                "properties":{
                    "partnerItemGid":{
                        "description":"The GID for the partner item.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "items.partnerSites":{
                "properties":{
                    "partnerSiteGid":{
                        "description":"The GID for the party site.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "items.itemValueSets":{
                "properties":{
                    "seqNumber":{
                        "description":"Sequence number of the item value set",
                        "type":"number",
                        "format":"int32"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "inventoryOrganizationGid":{
                        "description":"Identifies the inventory organization corresponding to the item value set. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "inventoryOrganization":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property inventoryOrganizationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "partnerGid":{
                        "description":"Identifies the partner corresponding to the item value set. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "partner":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property partnerGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "partnerSiteGid":{
                        "description":"Identifies the partner site corresponding to the item value set.",
                        "type":"string"
                    },
                    "packageItemGid":{
                        "description":"Identifies the package item corresponding to the item value set. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "packageItem":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property packageItemGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/packagedItems"
                            }
                        ],
                        "readOnly":true
                    },
                    "countryOfOriginGid":{
                        "description":"Identifies the origin of the goods corresponding on the item value set.",
                        "type":"string"
                    },
                    "lotNumber":{
                        "description":"Identifies the lot number corresponding on the item value set.",
                        "type":"string"
                    },
                    "serialNumber":{
                        "description":"Identifies the sequence number corresponding on the item value set",
                        "type":"string"
                    },
                    "identifier1":{
                        "description":"Indicates the identifier corresponding on the item value set.",
                        "type":"string"
                    },
                    "identifier2":{
                        "description":"Indicates the identifier corresponding on the item value set.",
                        "type":"string"
                    },
                    "identifier3":{
                        "description":"Indicates the identifier corresponding on the item value set.",
                        "type":"string"
                    },
                    "attribute1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2",
                        "type":"string"
                    },
                    "attribute2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2",
                        "type":"string"
                    },
                    "attribute3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2",
                        "type":"string"
                    },
                    "attribute4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2",
                        "type":"string"
                    },
                    "attribute5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2",
                        "type":"string"
                    },
                    "attribute6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2",
                        "type":"string"
                    },
                    "attribute7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2",
                        "type":"string"
                    },
                    "attribute8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2",
                        "type":"string"
                    },
                    "attribute9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2",
                        "type":"string"
                    },
                    "attribute10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2",
                        "type":"string"
                    },
                    "attribute11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2",
                        "type":"string"
                    },
                    "attribute12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2",
                        "type":"string"
                    },
                    "attribute13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2",
                        "type":"string"
                    },
                    "attribute14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2",
                        "type":"string"
                    },
                    "attribute15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2",
                        "type":"string"
                    },
                    "attribute16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2",
                        "type":"string"
                    },
                    "attribute17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2",
                        "type":"string"
                    },
                    "attribute18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2",
                        "type":"string"
                    },
                    "attribute19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2",
                        "type":"string"
                    },
                    "attribute20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2",
                        "type":"string"
                    },
                    "attributeNumber1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "itemValues":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/items.itemValueSets.itemValues"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "items.itemValueSets.itemValues":{
                "properties":{
                    "gtmValueQualifierGid":{
                        "description":"The GID of the value qualifier corresponding to the item value.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "value":{
                        "description":"The currency value corresponding to the item value.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "exchangeRateGid":{
                        "description":"Indicates the set of exchange rates to use for currency conversions; if null, the default set should be used.",
                        "type":"string"
                    },
                    "exchangeRateDate":{
                        "description":"Indicates the date to be used for any exchange rate currency conversions; if null, the latest conversion should be used.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "items.documents":{
                "properties":{
                    "documentGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentDefGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentUrl":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentMimeType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentFilename":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "ownerDataQueryTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "reportGid":{
                        "description":"The report associated with the document attachment, if content was generated by the report subsystem.",
                        "type":"string"
                    },
                    "generatedAt":{
                        "description":"If preparation, date/time content was last generated",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "uploadedAt":{
                        "description":"If attachment, date/time content was last updated",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "documentTrackingNum":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentCmsId":{
                        "description":"A GUID to associate the document with content stored on its remote CMS. Valid when document_type=CMS.",
                        "type":"string"
                    },
                    "contentManagementSystemGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "usedAs":{
                        "description":"Represents the classification of a document.(C/I/L/T)",
                        "type":"string"
                    },
                    "relatedDocumentGid":{
                        "description":"Represents the related document for consolidated/linked documents. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "relatedDocument":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property relatedDocumentGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/documents"
                            }
                        ],
                        "readOnly":true
                    },
                    "effectiveDate":{
                        "description":"represents effective date for a document",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "expirationDate":{
                        "description":"Represents expiration date for a document.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "userDefined1IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined2IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined3IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined4IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined5IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "productClassificationGroups":{
                "properties":{
                    "gtmProductGroupGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmProductGroupXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmRegulationReferenceGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "productGroupName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "classificationCodes":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/productClassificationGroups.classificationCodes"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "childGroups":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/productClassificationGroups.childGroups"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "productClassificationGroups.classificationCodes":{
                "properties":{
                    "gtmProdClassTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "classificationCode":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isIncluded":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "productClassificationGroups.childGroups":{
                "properties":{
                    "childGroupGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isIncluded":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "accessorialCodes":{
                "properties":{
                    "accessorialCodeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "accessorialCodeXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "accessorialDesc":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "applyGlobally":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "isFlowThru":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "isVatExempt":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "sequencingFactor":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "rateOfferingLaneSpecialServices":{
                "properties":{
                    "roLaneSpecialServiceGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "roLaneSpecialServiceXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "rateOfferingGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "laneSpecialServiceType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "xLaneGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "sourceRegionGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "destRegionGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "specialServiceCodeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "rateServiceGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "levelOfServiceGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "rateDistanceGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "routeCodeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "DiagnosticTreeNodeRequest":{
                "type":"object",
                "properties":{
                    "diagnosticLogFileId":{
                        "type":"string",
                        "description":"The diagnostic log file identifier."
                    },
                    "depth":{
                        "type":"string",
                        "description":"The tree depth to traverse. If not provided, the complete depth is returned provided the response size is within configured size."
                    },
                    "nodeIds":{
                        "type":"array",
                        "items":{
                            "type":"string"
                        },
                        "description":"The list of node IDs to traverse from. This is the parent node from where the logic will traverse down. If nodeIds are not used, the root (bulk plan process node) is used as the parent."
                    },
                    "filterMap":{
                        "type":"object",
                        "description":"Dynamic filter key-value pairs. The keys may vary depending on use case. These are used as matching criteria. Only node details that satisfy these matching criterias are returned.",
                        "additionalProperties":{
                            "oneOf":[
                                {
                                    "type":"array",
                                    "items":{
                                        "type":"string"
                                    }
                                },
                                {
                                    "type":"string"
                                }
                            ]
                        },
                        "example":{
                            "status":[
                                "FAILURE",
                                "SUCCESS"
                            ],
                            "processName":"Bulk Plan",
                            "ORDER_RELEASE":[
                                "DOMAIN.ORDER_RELEASE_GID"
                            ],
                            "ITINERARY":[
                                "DOMAIN.ITINERARY_GID"
                            ]
                        }
                    }
                },
                "required":[
                    "diagnosticLogFileId"
                ]
            },
            "DiagnosticTreeNodeResponse":{
                "properties":{
                    "actualDepth":{
                        "type":"integer",
                        "description":"The total depth of the given diagnostic tree data."
                    },
                    "completeTree":{
                        "type":"boolean"
                    },
                    "reason":{
                        "type":"string",
                        "description":"Specifies the reason in case the status is FAILURE."
                    },
                    "requestedDepth":{
                        "type":"integer",
                        "description":"The requested depth of the tree. Represents the depth parameter in the rest request."
                    },
                    "returnedDepth":{
                        "type":"integer",
                        "description":"The returned depth of the tree."
                    },
                    "status":{
                        "type":"string",
                        "description":"The status of the process. The value can either be SUCCESS or FAILURE."
                    },
                    "tree":{
                        "$ref":"#/components/schemas/diagnosticTreeNode"
                    }
                },
                "required":[
                    "actualDepth",
                    "completeTree",
                    "requestedDepth",
                    "returnedDepth",
                    "status",
                    "tree"
                ]
            },
            "diagnosticTreeNode":{
                "properties":{
                    "id":{
                        "type":"string",
                        "description":"The ID of the diagnostic tree node."
                    },
                    "status":{
                        "type":"string",
                        "description":"The status of the process. It could be SUCCESS, FAILURE, ERROR, etc."
                    },
                    "processType":{
                        "type":"string",
                        "description":"The name of the current process that the node represents."
                    },
                    "duration":{
                        "type":"string",
                        "description":"The execution duration, e.g., '35.35S'."
                    },
                    "childIds":{
                        "type":"array",
                        "items":{
                            "type":"string"
                        },
                        "description":"The list of child node IDs."
                    },
                    "children":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/diagnosticTreeNode"
                        },
                        "description":"The recursive child nodes."
                    },
                    "entities":{
                        "type":"object",
                        "description":"The dynamic entity map keys, like ORDER_RELEASE, BULK_PLAN, etc.",
                        "additionalProperties":{
                            "type":"array",
                            "items":{
                                "type":"string"
                            }
                        }
                    },
                    "nonDBEntities":{
                        "type":"array",
                        "items":{
                            "type":"string"
                        }
                    },
                    "reasonCodeList":{
                        "type":"array",
                        "items":{
                            "type":"string"
                        }
                    },
                    "remarks":{
                        "type":"array",
                        "items":{
                            "type":"string"
                        }
                    },
                    "exportFiles":{
                        "type":"array",
                        "items":{
                            "type":"string"
                        },
                        "description":"The list of export file names generated at this node."
                    },
                    "isTruncated":{
                        "type":"boolean",
                        "description":"Specifies whether all child nodes are included. A value of true indicates the node data is truncated due to a depth limit. If omitted, the default is false."
                    }
                },
                "required":[
                    "id",
                    "processType",
                    "status",
                    "duration",
                    "remarks",
                    "reasonCodeList",
                    "nonDBEntities",
                    "entities",
                    "childIds",
                    "children"
                ]
            },
            "voyages":{
                "properties":{
                    "voyageGid":{
                        "description":"The GID for the voyage.",
                        "type":"string"
                    },
                    "voyageXid":{
                        "description":"The unique external identifier for the voyage.",
                        "type":"string"
                    },
                    "servprovGid":{
                        "description":"The GID for the service provider for the voyage. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "servprov":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property servprovGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/serviceProviders"
                            }
                        ],
                        "readOnly":true
                    },
                    "voyageServiceTypeGid":{
                        "description":"The GID for the voyage service type. The Voyage Service Type links the voyage with a rate service and rate. The Voyage Service Type ID identifies the voyage service type which must be assigned to at least one rate service. Each voyage schedule must have a voyage service type that is associated with at least one rate service for it to be considered for a shipment.",
                        "type":"string"
                    },
                    "vesselGid":{
                        "description":"The GID for the vessel assigned to the voyage. The vessel record contains important information about the vessel like: Owner, Operator, Registry Port, Flag Country, Official Number.",
                        "type":"string"
                    },
                    "voyageName":{
                        "description":"The name of the voyage.",
                        "type":"string"
                    },
                    "depRegionName":{
                        "description":"The name of the departure region for the voyage.",
                        "type":"string"
                    },
                    "arrRegionName":{
                        "description":"The voyage's Departure Region name and Arrival Region name are for information only. The Departure and Arrival information is intended to hold the  trade lane level description of the voyage e.g., Asia to North America,  Middle East to Europe.",
                        "type":"string"
                    },
                    "depDate":{
                        "description":"The departure date for the voyage.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "timeStamp":{
                        "description":"Time the record was added.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "dataSourcePartitionKey":{
                        "description":"Partition key used to parse the data based on the data source.",
                        "type":"number",
                        "format":"double"
                    },
                    "servprovProfileGid":{
                        "description":"The GID for the service provider profile. The service provider profile is on the voyage to support scenarios where multiple ocean carriers have a vessel sharing agreement.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "isComposite":{
                        "description":"Check box used to identify voyages that are composite voyages i.e., the voyage has a transload point. <br>Composite Voyages -  A composite voyage is a voyage that takes place using two or more vessels. The main vessel is the 'mother' vessel  and can be identified as such when creating a voyage. This enables you to identify which feeder was from the source port and what is the mother vessel discharging at the destination port on the shipment.<br>A shipment's last departure stop must be before voyage's first transload stop.<br>A shipment's first arrival stop must be after voyage's last transload stop.<br>If a transload shipment has a composite voyage, then it will find all transload stops on its voyage and insert them as transload stops on the shipment. The times from the voyage are copied to shipment stops.<br>If there are multiple transload stops in a voyage, then all the transload stops should be together in the middle of voyage stops.",
                        "type":"boolean"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "locations":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/voyages.locations"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "voyages.locations":{
                "properties":{
                    "seqNo":{
                        "description":"The sequence number for the location of the voyage.",
                        "type":"number",
                        "format":"int32"
                    },
                    "locationGid":{
                        "description":"The GID for the location of the voyage. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "location":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property locationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "dOrA":{
                        "description":"Defines whether the location is a pickup (D) or delivery (A) point for the voyage.",
                        "type":"string"
                    },
                    "dOrADate":{
                        "description":"The date for the pickup (D) or delivery (A) for the voyage.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "estimatedDOrADate":{
                        "description":"The estimated date at port sometimes sent by a carrier.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "actualDOrADate":{
                        "description":"The actual date at port sometimes sent by carrier.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "dataSourcePartitionKey":{
                        "description":"Partition key used to parse the data based on the data source.",
                        "type":"number",
                        "format":"double"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "isTransload":{
                        "description":"For composite voyages. The transload point check box identifies the transload port in the rotation. The Transload check box is used by OTM to indicate a transload stop (the stop type will be \"T\" for transload.)",
                        "type":"boolean"
                    },
                    "voyageServiceTypeGid":{
                        "description":"The GID for the voyage service type. The Voyage Service Type ID field is the voyage service type of the operator of the leg. It is a validated field but is only used for information and documentation. The Voyage Service Type ID on the header is operational and used to link the voyage to the rate service. The voyage service type of the mother vessel should be the voyage service type on the header.",
                        "type":"string"
                    },
                    "voyageDescription":{
                        "description":"The Voyage Description field is the voyage of the operator of the leg. This is for information only and is not a validated field.",
                        "type":"string"
                    },
                    "vesselDescription":{
                        "description":"The Vessel Description field is for further information about the vessel for the leg. It is for information only.",
                        "type":"string"
                    },
                    "isMotherVessel":{
                        "description":"You can select the Mother check box to indicate that this is the mother vessel or \"vessel of record\" for the leg for customs.",
                        "type":"boolean"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "errorResponse":{
                "properties":{
                    "status":{
                        "description":"HTTP status code.",
                        "type":"number"
                    },
                    "title":{
                        "description":"Provides a short summary message.",
                        "type":"string"
                    },
                    "detail":{
                        "description":"Provides more information about the error.",
                        "type":"string"
                    }
                },
                "required":[
                    "status",
                    "title",
                    "detail"
                ]
            },
            "links":{
                "properties":{
                    "rel":{
                        "type":"string"
                    },
                    "href":{
                        "type":"string"
                    }
                }
            },
            "amountType":{
                "properties":{
                    "value":{
                        "description":"Numeric value that specifies an amount",
                        "type":"number"
                    },
                    "unit":{
                        "description":"Unit of measure",
                        "type":"string"
                    }
                }
            },
            "dateType":{
                "properties":{
                    "value":{
                        "description":"Date in ISO 8601 format",
                        "type":"string",
                        "format":"date-time"
                    }
                }
            },
            "dateTimeType":{
                "properties":{
                    "value":{
                        "description":"Date in ISO 8601 format",
                        "type":"string",
                        "format":"date-time"
                    },
                    "timezone":{
                        "description":"Timezone in Olson database format",
                        "type":"string"
                    }
                }
            },
            "currencyType":{
                "properties":{
                    "value":{
                        "description":"Numeric value that specifies a currency",
                        "type":"number"
                    },
                    "currency":{
                        "description":"ISO 4217 currency code",
                        "type":"string"
                    }
                }
            },
            "patchSingularRequestBody":{
                "properties":{
                    "<Attribute Name>":{
                        "description":"Attribute value",
                        "oneOf":[
                            {
                                "type":"integer"
                            },
                            {
                                "type":"number"
                            },
                            {
                                "type":"string"
                            },
                            {
                                "type":"boolean"
                            }
                        ]
                    }
                },
                "required":[
                    "<Attribute Name>"
                ]
            },
            "patchCollectionRequestBody":{
                "properties":{
                    "<resource ID>":{
                        "description":"Id of the resource whose attribute(s) needs to be updated",
                        "oneOf":[
                            {
                                "type":"integer"
                            },
                            {
                                "type":"number"
                            },
                            {
                                "type":"string"
                            }
                        ]
                    },
                    "<Attribute Name>":{
                        "description":"Attribute that needs to be updated",
                        "oneOf":[
                            {
                                "type":"integer"
                            },
                            {
                                "type":"number"
                            },
                            {
                                "type":"string"
                            },
                            {
                                "type":"boolean"
                            }
                        ]
                    }
                },
                "required":[
                    "<resource ID>",
                    "<Attribute Name>"
                ]
            },
            "asyncResponse":{
                "properties":{
                    "startTime":{
                        "description":"Time at which the transaction starts.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "progress":{
                        "description":"Indicates the completion status of the message.",
                        "type":"string",
                        "enum":[
                            "processing",
                            "failed",
                            "succeeded"
                        ]
                    },
                    "complete":{
                        "description":"Indicates the completion status of the message.",
                        "type":"boolean"
                    },
                    "endTime":{
                        "description":"Time at which the transaction ended.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        }
                    }
                }
            },
            "oraStatuses":{
                "properties":{
                    "progress":{
                        "$ref":"#/components/schemas/progressType"
                    },
                    "startTime":{
                        "description":"Time at which the transaction starts.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "complete":{
                        "description":"Indicates the completion status of the message.",
                        "type":"boolean"
                    },
                    "endTime":{
                        "description":"Time at which the transaction ended.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "context":{
                        "description":"Context information specific to the type of request.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        }
                    }
                }
            },
            "progressType":{
                "description":"Indicates the completion status.",
                "type":"string",
                "enum":[
                    "processing",
                    "pending",
                    "failed",
                    "interrupted",
                    "succeeded",
                    "cancelling",
                    "cancelled",
                    "unknown"
                ]
            },
            "orderReleaseReferenceNumberQualifiers":{
                "properties":{
                    "orderReleaseRefnumQualGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "orderReleaseRefnumQualXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "orderReleaseRefnumQualDesc":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isVisibleIfMasterCarr":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "updateFlag":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "defaultRefnumBnTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "orRefnumSequenceNo":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "locationCompatibilities":{
                "properties":{
                    "locationGid1":{
                        "description":"No description. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "locationGid1RefObject":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property locationGid1, which will be expanded if expandRefs query parameter is set to true (expandRefs=true) <br> This reference object will be displayed only when the optional feature: APPEND REFOBJECT FOR REF ATTR NOT ENDING WITH GID is enabled.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "locationGid2":{
                        "description":"No description. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "locationGid2RefObject":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property locationGid2, which will be expanded if expandRefs query parameter is set to true (expandRefs=true) <br> This reference object will be displayed only when the optional feature: APPEND REFOBJECT FOR REF ATTR NOT ENDING WITH GID is enabled.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "isCompatible":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "reasonGroupProfiles":{
                "properties":{
                    "bsReasonGroupProfileGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "bsReasonGroupProfileXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "details":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/reasonGroupProfiles.details"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "reasonGroupProfiles.details":{
                "properties":{
                    "bsReasonGroupGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "orderBases":{
                "properties":{
                    "orderBaseGid":{
                        "description":"The GID for the order base.",
                        "type":"string"
                    },
                    "orderBaseXid":{
                        "description":"The XID for the order base.",
                        "type":"string"
                    },
                    "externalSystemId":{
                        "description":"The identifier for the external system that provided the base order. For example a user's Oracle or other ERP system could be providing the order IDs.",
                        "type":"string"
                    },
                    "paymentMethodCodeGid":{
                        "description":"The payment method GID contains the GID for the payment method code for the order. Examples of payment method include electronic fund transfer and cash on delivery.",
                        "type":"string"
                    },
                    "incoTermGid":{
                        "description":"The INCO term GID contains the GID for the incoterms associated with the order base.",
                        "type":"string"
                    },
                    "termLocationText":{
                        "description":"The term location text contains additional information related to the incoterms for the order.",
                        "type":"string"
                    },
                    "planningGroupGid":{
                        "description":"The planning group GID used to group orders into different bulk planning waves.",
                        "type":"string"
                    },
                    "fixedItineraryGid":{
                        "description":"The fixed buy side itinerary GID can be defined to force the order release to be schedule with a constrained itinerary. This value is copied to any associated order releases. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "fixedItinerary":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property fixedItineraryGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/itineraries"
                            }
                        ],
                        "readOnly":true
                    },
                    "orderTypeGid":{
                        "description":"The order type GID contains the unique identifier for the order type. Examples of order types include: CUSTOMER_ORDERS INTERFACILITY RETURNS INTEGRATION WEB",
                        "type":"string"
                    },
                    "timeWindowEmphasisGid":{
                        "description":"The time window emphasis GID contains the unique identifier to tell the planning engine whether early or late (or both) pickup and delivery times are important when creating a shipment.",
                        "type":"string"
                    },
                    "rateServiceProfileGid":{
                        "description":"The buy rate service profile GID can be defined to force the order release to be schedule with a constrained rate service profile. This value is copied to any associated order releases.",
                        "type":"string"
                    },
                    "servprovGid":{
                        "description":"The buy service provider GID can be defined to force the order release to be schedule with a constrained service provider. This value is copied to any associated order releases. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "servprov":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property servprovGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/serviceProviders"
                            }
                        ],
                        "readOnly":true
                    },
                    "servprovProfileGid":{
                        "description":"The buy service provider profile GID can be defined to force the order release to be schedule with a constrained  service provider profile. This value is copied to any associated order releases.",
                        "type":"string"
                    },
                    "transportModeGid":{
                        "description":"The buy transport mode GID can be defined to force the order release to be schedule with a constrained  transport mode. This value is copied to any associated order releases.",
                        "type":"string"
                    },
                    "modeProfileGid":{
                        "description":"The buy mode profile GID can be defined to force the order release to be schedule with a constrained  transport mode profile. This value is copied to any associated order releases.",
                        "type":"string"
                    },
                    "equipmentGroupGid":{
                        "description":"The buy equipment group GID can be defined to force the order release to be schedule with a constrained equipment group. This value is copied to any associated order releases. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "equipmentGroup":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property equipmentGroupGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/equipmentGroups"
                            }
                        ],
                        "readOnly":true
                    },
                    "equipmentGroupProfileGid":{
                        "description":"The buy equipment group profile GID can be defined to force the order release to be schedule with a constrained equipment group profile. This value is copied to any associated order releases.",
                        "type":"string"
                    },
                    "processingCodeGid":{
                        "description":"A unique pointer to define the processing codes in the system. The system has only one processing code, \"PLN\", which means to plan the shipment from the order release.",
                        "type":"string"
                    },
                    "shipWithGroup":{
                        "description":"Currently not supported. Ship with group is on the order base ship unit and order base line level.",
                        "type":"string",
                        "readOnly":true
                    },
                    "effectiveDate":{
                        "description":"Effective date of the order.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "expirationDate":{
                        "description":"The expiration date of the order.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "isTemplate":{
                        "description":"A Y/N flag to identify if this order is just a template and order base (s) can be created out of it. This attribute is marked as Create-Only.",
                        "type":"boolean"
                    },
                    "rateOfferingGid":{
                        "description":"The buy rate offering GID can be defined to force the order release to be schedule with a constrained rate offering. This value is copied to any associated order releases.",
                        "type":"string"
                    },
                    "rateGeoGid":{
                        "description":"The buy rate geography details GID can be defined to force the order release to be schedule with a constrained rate detail. This value is copied to any associated order releases.",
                        "type":"string"
                    },
                    "sellRateOfferingGid":{
                        "description":"The sell rate offering GID can be defined to force the order release to be schedule with a constrained rate offering. This value is copied to any associated order releases.",
                        "type":"string"
                    },
                    "sellRateGeoGid":{
                        "description":"The sell rate geography details GID can be defined to force the order release to be schedule with a constrained rate detail. This value is copied to any associated order releases.",
                        "type":"string"
                    },
                    "fixedSellItineraryGid":{
                        "description":"The fixed buy side itinerary GID can be defined to force the order release to be schedule with a constrained itinerary This value is copied to any associated order releases. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "fixedSellItinerary":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property fixedSellItineraryGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/itineraries"
                            }
                        ],
                        "readOnly":true
                    },
                    "totalWeight":{
                        "description":"The total gross weight calculated from the order base lines.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ],
                        "readOnly":true
                    },
                    "totalVolume":{
                        "description":"The total gross volume calculated from the order base lines.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ],
                        "readOnly":true
                    },
                    "mustShipDirect":{
                        "description":"A Y/N indicator for whether this order release must ship direct.",
                        "type":"boolean"
                    },
                    "mustShipThruXDock":{
                        "description":"A Y/N indicator for whether this order release must ship through cross dock.",
                        "type":"boolean"
                    },
                    "mustShipThruPool":{
                        "description":"A Y/N indicator for whether this order release must ship through pool.",
                        "type":"boolean"
                    },
                    "isKnownShipper":{
                        "description":"A Y/N indicator for whether the shipper involved party is a known shipper for air travel.",
                        "type":"boolean"
                    },
                    "releaseMethodGid":{
                        "description":"The release method GID is the order configuration rule and this drives the configuration of the order such as ship unit or line as well as various calculations. This attribute is marked as Create-Only.",
                        "type":"string"
                    },
                    "totalNetWeight":{
                        "description":"The total net weight calculated from the order release lines.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ],
                        "readOnly":true
                    },
                    "totalNetVolume":{
                        "description":"The total net volume calculated from the order release lines.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ],
                        "readOnly":true
                    },
                    "dimRateFactorGid":{
                        "description":"The dim factor to be used when allocating by dimensional weight for a business unit and rate calculations.",
                        "type":"string"
                    },
                    "userDefined1IconGid":{
                        "description":"Can store a user-defined icon that will appear within the user interface to help visually identify attributes of the order base.",
                        "type":"string"
                    },
                    "userDefined2IconGid":{
                        "description":"Can store a user-defined icon that will appear within the user interface to help visually identify attributes of the order base.",
                        "type":"string"
                    },
                    "userDefined3IconGid":{
                        "description":"Can store a user-defined icon that will appear within the user interface to help visually identify attributes of the order base.",
                        "type":"string"
                    },
                    "userDefined4IconGid":{
                        "description":"Can store a user-defined icon that will appear within the user interface to help visually identify attributes of the order base.",
                        "type":"string"
                    },
                    "userDefined5IconGid":{
                        "description":"Can store a user-defined icon that will appear within the user interface to help visually identify attributes of the order base.",
                        "type":"string"
                    },
                    "bundlingType":{
                        "description":"The bundling type is automatic or manual only allow bundling; they are distinguished only by user defined queries.  Bundling type of do not bundle means order will never be bundled with other orders.",
                        "type":"string"
                    },
                    "totalDeclaredValue":{
                        "description":"The total declared value calculated from the order base lines.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ],
                        "readOnly":true
                    },
                    "sellServprovGid":{
                        "description":"The sell service provider GID can be defined to force the order release to be schedule with a constrained service provider. This value is copied to any associated order releases. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "sellServprov":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property sellServprovGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/serviceProviders"
                            }
                        ],
                        "readOnly":true
                    },
                    "sellServprovProfileGid":{
                        "description":"The sell service provider profile GID can be defined to force the order release to be schedule with a constrained service provider profile. This value is copied to any associated order releases.",
                        "type":"string"
                    },
                    "rateServiceGid":{
                        "description":"The buy rate service GID can be defined to force the order release to be schedule with a constrained rate service. This value is copied to any associated order releases.",
                        "type":"string"
                    },
                    "defaultStowageModeGid":{
                        "description":"The default stowage mode to use for this order when loading onto stowage consol shipments.",
                        "type":"string"
                    },
                    "stuffLocationGid":{
                        "description":"The location for stuffing (loading) the container prior to shipping. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "stuffLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property stuffLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "destuffLocationGid":{
                        "description":"The location for destuffing (unloading) the container after the ocean move. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "destuffLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property destuffLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "customerUnitizationRequest":{
                        "description":"The customer's request for unitization location.",
                        "type":"boolean"
                    },
                    "unitizationConditionName":{
                        "description":"The unitization (loading of equipment) condition name value.",
                        "type":"string"
                    },
                    "isIgnoreLocationCalendar":{
                        "description":"A Y/N indicator for whether to ignore the source and destination calendar when planning the order.",
                        "type":"boolean"
                    },
                    "pickupRoutingSequenceGid":{
                        "description":"The pickup location routing sequence that controls how the stops can be planned for pickup such as first, absolute first, last.",
                        "type":"string"
                    },
                    "dropoffRoutingSequenceGid":{
                        "description":"The dropoff location routing sequence that controls how the stops can be planned for pickup such as first, absolute first, last.",
                        "type":"string"
                    },
                    "priority":{
                        "description":"The priority value assigned to the order base.",
                        "type":"number",
                        "format":"int32"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "attribute1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attributeNumber1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeCurrency1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "attributeCurrency2":{
                        "description":"The attribute currency of the shipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "attributeCurrency3":{
                        "description":"The attribute currency of the shipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "lines":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/orderBases.lines"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "specialServices":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/orderBases.specialServices"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "shipUnits":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/orderBases.shipUnits"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "involvedParties":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/orderBases.involvedParties"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "refnums":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/orderBases.refnums"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "statuses":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/orderBases.statuses"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "accessorials":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/orderBases.accessorials"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "texts":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/orderBases.texts"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "remarks":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/orderBases.remarks"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "legConstraints":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/orderBases.legConstraints"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "trackingEvents":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/orderBases.trackingEvents"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "documents":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/orderBases.documents"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "orderBases.lines":{
                "properties":{
                    "obLineGid":{
                        "description":"The GID for the order base line associated with the order base.",
                        "type":"string"
                    },
                    "obLineXid":{
                        "description":"The XID for the order base line.",
                        "type":"string"
                    },
                    "sourceLocationGid":{
                        "description":"The source location GID for the pickup location associated with this order base line.",
                        "type":"string"
                    },
                    "destLocationGid":{
                        "description":"The destination location GID for the delivery location associated with this order base line.",
                        "type":"string"
                    },
                    "tag1":{
                        "description":"Additional information about the item. Like the color or size code etc.",
                        "type":"string"
                    },
                    "tag2":{
                        "description":"Additional information about the item. Like the color or size code etc.",
                        "type":"string"
                    },
                    "tag3":{
                        "description":"Additional information about the item. Like the color or size code etc.",
                        "type":"string"
                    },
                    "tag4":{
                        "description":"Additional information about the item. Like the color or size code etc.",
                        "type":"string"
                    },
                    "isSplitAllowed":{
                        "description":"A true or false flag to define whether the line item can be split during the order release or shipment.",
                        "type":"boolean"
                    },
                    "weight":{
                        "description":"The weight of the packaged items for this line.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "volume":{
                        "description":"The volume of the packaged items for this line.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "declaredValue":{
                        "description":"The declared value contains the stated value for the order base line item.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "earlyPickupDate":{
                        "description":"The earliest date when the item can be picked up.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "latePickupDate":{
                        "description":"The latest date when the item can be picked up.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "earlyDeliveryDate":{
                        "description":"The earliest date when the item can be delivered.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "lateDeliveryDate":{
                        "description":"The latest date when the item can be picked delivered.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "packagedItemGid":{
                        "description":"The packaged item GID defining the item associated to this order base line. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "packagedItem":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property packagedItemGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/packagedItems"
                            }
                        ],
                        "readOnly":true
                    },
                    "isAutoRelease":{
                        "description":"A Y/N indicator to create the order release line from the order base line when it is initially created.",
                        "type":"boolean"
                    },
                    "packagedCount":{
                        "description":"The package count associated with the packaged item for this line. For example, 10 cases of product A.",
                        "type":"number",
                        "format":"int64"
                    },
                    "loadPoint":{
                        "description":"The specific loading location for the source location on the line.",
                        "type":"string"
                    },
                    "unloadPoint":{
                        "description":"The specific unloading location for the delivery location on the line.",
                        "type":"string"
                    },
                    "pickupIsAppt":{
                        "description":"Indicates if the early/late pickup times are appointment times.",
                        "type":"boolean"
                    },
                    "deliveryIsAppt":{
                        "description":"Indicates if the early/late delivery times are appointment times.",
                        "type":"boolean"
                    },
                    "planFromLocationGid":{
                        "description":"The plan from location GID can define a location other than the source location of the line to beginning planning transport.",
                        "type":"string"
                    },
                    "planFromLoadPoint":{
                        "description":"The specific loading location for the plan from location on the line.",
                        "type":"string"
                    },
                    "planToLocationGid":{
                        "description":"The plan to location GID can define a location other than the destination location of the line to terminate planning transport.",
                        "type":"string"
                    },
                    "planToUnloadPoint":{
                        "description":"The specific unloading location for the plan to location on the line.",
                        "type":"string"
                    },
                    "numLayersPerShipUnit":{
                        "description":"The number of layers for the transportation handling unit defined on the order base line. This allows you to define the TiHi date used to build ship units on the order release per each transactional line passed in, instead of looking to the static TiHi data on the packaged item table.",
                        "type":"number",
                        "format":"int64"
                    },
                    "isShippable":{
                        "description":"A Y/N indicator defining if the order base line is ready to be shipped by creating an order release for it.",
                        "type":"boolean"
                    },
                    "quantityPerLayer":{
                        "description":"The quantity per layer for the transportation handling unit defined on the order base line. This allows you to define the TiHi date used to build ship units on the order release per each transactional line passed in, instead of looking to the static TiHi data on the packaged item table",
                        "type":"number",
                        "format":"int64"
                    },
                    "releasedWeight":{
                        "description":"The total released weight that has already been released against this order base line.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ],
                        "readOnly":true
                    },
                    "releasedVolume":{
                        "description":"The total volume that has already been released against this order base line.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ],
                        "readOnly":true
                    },
                    "releasedCount":{
                        "description":"The total released package count that has already been released against this order base line.",
                        "type":"number",
                        "format":"int64",
                        "readOnly":true
                    },
                    "packagingUnitGid":{
                        "description":"The packaging unit (considered an inner pack to the packaged item level) for this order base line.",
                        "type":"string"
                    },
                    "packagingUnitCount":{
                        "description":"The packaging unit count associated to the packaging unit for this order base line.",
                        "type":"number",
                        "format":"int64"
                    },
                    "transportHandlingUnitGid":{
                        "description":"The transport handling unit that is to be used when building the order release ship unit. If defined here, it will take precedence to the data that is defined on the static packaged item table.",
                        "type":"string"
                    },
                    "initialItemGid":{
                        "description":"Can be used to define the substitution. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "initialItem":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property initialItemGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid"
                            }
                        ],
                        "readOnly":true
                    },
                    "roundingInstruction":{
                        "description":"How the releasing logic will look to handle rounding when calculating the released values.",
                        "type":"string"
                    },
                    "roundTo":{
                        "description":"Round to packaging unit quantity (PUQ), layer (LAY), or transport handling unit (THU).",
                        "type":"string"
                    },
                    "bufferLocationGid":{
                        "description":"The buffer location GID. A buffer location can be an stock holding location that the order release ship to location will be built to. A subsequent order release will be created to move from this buffer location to the planned ship to location. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "bufferLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property bufferLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "thuProfileGid":{
                        "description":"The transport handling unit profile (list of valid THUs for this order line) that is to be used when building the order release ship unit. If defined here it will take precedence to the data that is defined on the static packaged Item table.",
                        "type":"string"
                    },
                    "attribute1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attributeNumber1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "readyQuantity":{
                        "description":"The quantity of the line that is ready to be released.",
                        "type":"number",
                        "format":"int64"
                    },
                    "attributes":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/orderBases.lines.attributes"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "packageRefUnits":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/orderBases.lines.packageRefUnits"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "remarks":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/orderBases.lines.remarks"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "releaseInstructions":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/orderBases.lines.releaseInstructions"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "refnums":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/orderBases.lines.refnums"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "involvedParties":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/orderBases.lines.involvedParties"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "equipmentRefUnits":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/orderBases.lines.equipmentRefUnits"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "statuses":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/orderBases.lines.statuses"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "allocations":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/orderBases.lines.allocations"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "orderBases.lines.attributes":{
                "properties":{
                    "itemFeatureQualGid":{
                        "description":"The item feature qualifier identifier defining what type of feature this value is associated with.",
                        "type":"string"
                    },
                    "itemFeatureValue":{
                        "description":"The item feature value for the order base line. This allows for further structural definition of an item such as size and color.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "orderBases.lines.packageRefUnits":{
                "properties":{
                    "packagingReferenceUnitGid":{
                        "description":"The packaging reference unit GID. The package reference unit (PRU) define another dimension to describe the consumption and capacity associated to building the order release ship units for transport. An example could be value of goods, loading meters, etc.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "unitPruCount":{
                        "description":"The packaging unit reference (PRU) count being described as how much of the PRU does this line consume.",
                        "type":"number",
                        "format":"double"
                    },
                    "totalPruCount":{
                        "description":"The total packaging unit reference (PRU) count being described as how much of the PRU does this line consume against the upper limit. ",
                        "type":"number",
                        "format":"double"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "orderBases.lines.remarks":{
                "properties":{
                    "remarkSequence":{
                        "description":"The sequence identifier for the remark associated with the order base line.",
                        "type":"number",
                        "format":"int64"
                    },
                    "remarkQualGid":{
                        "description":"The remark qualifier GID defining the remark code.",
                        "type":"string"
                    },
                    "remarkText":{
                        "description":"The text associated to the remark code.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "orderBases.lines.releaseInstructions":{
                "properties":{
                    "obReleaseInstrGid":{
                        "description":"The GID for the release instruction associated to the order base line.",
                        "type":"string"
                    },
                    "obReleaseInstrXid":{
                        "description":"The XID for the release instruction.",
                        "type":"string"
                    },
                    "orderBaseGid":{
                        "description":"The order base GID associated with the release instruction. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "orderBase":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property orderBaseGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/orderBases"
                            }
                        ],
                        "readOnly":true
                    },
                    "obReleaseInstructionSeq":{
                        "description":"The sequence number (key) associated with the release instruction.",
                        "type":"number",
                        "format":"int64"
                    },
                    "quantityQualifierGid":{
                        "description":"The quantity qualifier dimension to be used for this instruction - such as weight, volume or count.",
                        "type":"string"
                    },
                    "isProcessed":{
                        "description":"A Y/N indicator specifying that the release instruction was processed to create an order release line.",
                        "type":"boolean",
                        "readOnly":true
                    },
                    "sourceLocationGid":{
                        "description":"The source location GID for the pickup of the order base ship unit. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "sourceLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property sourceLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "destLocationGid":{
                        "description":"The destination location GID for the delivery of the order base ship unit. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "destLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property destLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "earlyDeliveryDate":{
                        "description":"The earliest date when the item can be picked up. If a value is specified here it overrides that one defined on the order base line.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "lateDeliveryDate":{
                        "description":"The latest date when the item can be picked up. If a value is specified here it overrides that one defined on the order base line.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "earlyPickupDate":{
                        "description":"The earliest date when the item can be delivered. If a value is specified here it overrides that one defined on the order base line.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "latePickupDate":{
                        "description":"The latest date when the item can be picked delivered. If a value is specified here it overrides that one defined on the order base line.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "releaseDate":{
                        "description":"The date the release instruction is to be processed.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "weightValue":{
                        "description":"The weight for the release instruction.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "volumeValue":{
                        "description":"The volume for the release instruction.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "unitValue":{
                        "description":"The unit count if the instruction in packaged item count based.",
                        "type":"number",
                        "format":"int64"
                    },
                    "tag1":{
                        "description":"Additional information about the item. Like the color or code number.",
                        "type":"string"
                    },
                    "tag2":{
                        "description":"Additional information about the item. Like the color or code number.",
                        "type":"string"
                    },
                    "tag3":{
                        "description":"Additional information about the item. Like the color or code number.",
                        "type":"string"
                    },
                    "tag4":{
                        "description":"Additional information about the item. Like the color or code number.",
                        "type":"string"
                    },
                    "flaggedForDelete":{
                        "description":"A Y/N indicator specifying that the release instruction can be deleted by an agent or user defined process.",
                        "type":"boolean"
                    },
                    "totalWeight":{
                        "description":"The total weight of the ship units for this release instruction.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "totalVolume":{
                        "description":"The total volume of the ship units for this release instruction.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "shipUnitCount":{
                        "description":"The ship unit count value that can be copied to the order release for a specific case of handling line based releases with some limited ship unit information.",
                        "type":"number",
                        "format":"int64"
                    },
                    "transportHandlingUnitGid":{
                        "description":"The transport handling unit for the ship Unit count value that can be copied to the order release for a specific case of handling line based releases with some limited ship unit information.",
                        "type":"string"
                    },
                    "isAutoRelease":{
                        "description":"A Y/N indicator to create the order release ship unit from the release instruction that comes in with the order base ship unit initially.",
                        "type":"boolean"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "shipWithGroup":{
                        "description":"The ship with group identifier that is added to the order release to group them together onto the same shipment.",
                        "type":"string"
                    },
                    "obSuReleaseInstructionGid":{
                        "description":"The order base ship unit release instruction GID that is used for the order configuration type of directed pack. Here you supply the line level information together with the ship unit instructions for creating the order release ship unit from this instruction instead of prepack, autocalc, or one to one.",
                        "type":"string"
                    },
                    "attribute1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attributeNumber1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "remarks":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/orderBases.lines.releaseInstructions.remarks"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "refnums":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/orderBases.lines.releaseInstructions.refnums"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "orderBases.lines.releaseInstructions.remarks":{
                "properties":{
                    "remarkSequence":{
                        "description":"The sequence identifier for the remark associated with the order base line release instruction.",
                        "type":"number",
                        "format":"int64"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "remarkQualGid":{
                        "description":"The remark qualifier identifier defining the remark code.",
                        "type":"string"
                    },
                    "remarkText":{
                        "description":"The text associated to the remark code.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "orderBases.lines.releaseInstructions.refnums":{
                "properties":{
                    "orderReleaseRefnumQualGid":{
                        "description":"The reference number qualifier identifier defining the reference code.",
                        "type":"string"
                    },
                    "orderReleaseRefnumValue":{
                        "description":"The text associated to the reference code.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "orderBases.lines.refnums":{
                "properties":{
                    "obLineRefnumQualGid":{
                        "description":"The reference number qualifier GID defining the reference code.",
                        "type":"string"
                    },
                    "obLineRefnumValue":{
                        "description":"The text associated to the remark code.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "orderBases.lines.involvedParties":{
                "properties":{
                    "involvedPartyQualGid":{
                        "description":"The qualifier GID for the involved party.",
                        "type":"string"
                    },
                    "involvedPartyContactGid":{
                        "description":"The contact GID for the involved party. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "involvedPartyContact":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property involvedPartyContactGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "comMethodGid":{
                        "description":"The communication method GID for the involved party.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "orderBases.lines.equipmentRefUnits":{
                "properties":{
                    "equipmentReferenceUnitGid":{
                        "description":"The total equipment reference units max consumption demand for this line.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "numReferenceUnits":{
                        "description":"The equipment reference unit, such as loading meter, that is referring to the equipment consumption value.",
                        "type":"number",
                        "format":"double"
                    },
                    "totalNumReferenceUnits":{
                        "description":"The number of equipment reference units this line will consume when loading onto the equipment.",
                        "type":"number",
                        "format":"double"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "orderBases.lines.statuses":{
                "properties":{
                    "statusTypeGid":{
                        "description":"The status type GID for the status value on the order base line.",
                        "type":"string"
                    },
                    "statusValueGid":{
                        "description":"The status value for the order base line status.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "orderBases.lines.allocations":{
                "properties":{
                    "allocSeqNo":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "shipmentGid":{
                        "description":"No description. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "shipment":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property shipmentGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/sellShipments"
                            }
                        ],
                        "readOnly":true
                    },
                    "orderBaseGid":{
                        "description":"No description. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "orderBase":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property orderBaseGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/orderBases"
                            }
                        ],
                        "readOnly":true
                    },
                    "privateCost":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "baseCost":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "totalAllocLineCost":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "packagedItemGid":{
                        "description":"No description. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "packagedItem":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property packagedItemGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/packagedItems"
                            }
                        ],
                        "readOnly":true
                    },
                    "exchangeRateDate":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "exchangeRateGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "allocationBase":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/orderBases.lines.allocations.allocationBase"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "details":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/orderBases.lines.allocations.details"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "orderBases.lines.allocations.allocationBase":{
                "properties":{
                    "allocSeqNo":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "shipmentGid":{
                        "description":"GC3 Global identifier for the entity. Is created by concatenating Domain Name,\".\" and XID. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "shipment":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property shipmentGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/sellShipments"
                            }
                        ],
                        "readOnly":true
                    },
                    "allocTypeQualGid":{
                        "description":"GC3 Global identifier for the entity. Is created by concatenating Domain Name,\".\" and XID.",
                        "type":"string"
                    },
                    "invoiceGid":{
                        "description":"GC3 Global identifier for the entity. Is created by concatenating Domain Name,\".\" and XID. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "invoice":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property invoiceGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/bills"
                            }
                        ],
                        "readOnly":true
                    },
                    "timestamp":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "allocatedCost":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "parentInvoiceGid":{
                        "description":"If populated, the INVOICE_GID indicates that this alllocation is for a child invoice.  This column indicates the parent invoice of the entire consolidation that was allocated. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "parentInvoice":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property parentInvoiceGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/bills"
                            }
                        ],
                        "readOnly":true
                    },
                    "voucherGid":{
                        "description":"GC3 Global identifier for the entity. Is created by concatenating Domain Name,\".\" and XID. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "voucher":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property voucherGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/vouchers"
                            }
                        ],
                        "readOnly":true
                    },
                    "exchangeRateDate":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "exchangeRateGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "shipGroupGid":{
                        "description":"Represents Shipment Group ID. This is populated when allocating a shipment group or a voucher corresponding to an invoice created for a shipment<br>group. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "shipGroup":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property shipGroupGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/shipmentGroups"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "orderBases.lines.allocations.details":{
                "properties":{
                    "allocCostSeqno":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "costDescription":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "accessorialCodeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "cost":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "invoiceGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "lineitemSeqNo":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "exchangeRateDate":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "exchangeRateGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "costTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "shipmentCostSeqno":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "shipmentGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "voucherGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "generalLedgerGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute1":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute2":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute3":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute4":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute5":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute6":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute7":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute8":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute9":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute10":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute11":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute12":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute13":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute14":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute15":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute16":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute17":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute18":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute19":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute20":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attributeNumber1":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber2":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber3":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber4":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber5":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber6":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber7":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber8":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber9":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber10":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber11":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber12":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber13":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber14":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber15":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber16":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber17":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber18":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber19":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber20":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate1":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate2":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate3":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate4":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate5":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate6":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate7":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate8":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate9":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate10":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate11":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate12":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate13":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate14":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate15":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate16":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate17":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate18":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate19":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate20":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeCurrency1":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is Currency.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "attributeCurrency2":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is Currency.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "attributeCurrency3":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is Currency.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "vatCodeGid":{
                        "description":"The GID for the VAT tax that is being allocated from voucher.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "orderBases.specialServices":{
                "properties":{
                    "specialServiceGid":{
                        "description":"The special service code identifier defining the service required. ",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "orderBases.shipUnits":{
                "properties":{
                    "obShipUnitGid":{
                        "description":"The GID for the ship unit associated to an order base.",
                        "type":"string"
                    },
                    "obShipUnitXid":{
                        "description":"The XID for the ship unit associated to a order base.",
                        "type":"string"
                    },
                    "transportHandlingUnitGid":{
                        "description":"The transport handling unit identifier defined for the ship unit. Examples are a box and a pallet.",
                        "type":"string"
                    },
                    "shipUnitCount":{
                        "description":"The number of ship units this entry represents. Ship unit count of 1 to model discrete ship units and bulk orders. Greater than 1 to model multiple uniform ship units.",
                        "type":"number",
                        "format":"int64"
                    },
                    "sourceLocationGid":{
                        "description":"The source location GID for the pickup location associated with this order base ship unit.",
                        "type":"string"
                    },
                    "destLocationGid":{
                        "description":"The destination location GID for the delivery location associated with this order base ship unit.",
                        "type":"string"
                    },
                    "earlyPickupDate":{
                        "description":"The earliest date when the item can be picked up.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "latePickupDate":{
                        "description":"The latest date when the item can be picked up.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "earlyDeliveryDate":{
                        "description":"The earliest date when the item can be delivered.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "lateDeliveryDate":{
                        "description":"The latest date when the item can be picked delivered.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "weight":{
                        "description":"The gross weight of the ship unit, the sum of the ship unit line contents weight plus the tare weight of the transport handling unit.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "volume":{
                        "description":"The gross volume of the ship unit, the sum of the ship unit line contents volume plus the tare volume of the transport handling unit.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "length":{
                        "description":"The length of each order base ship unit. If this row represents 20 of the same ship units, the total length is 20 x unit length.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "width":{
                        "description":"The width of each order base ship unit. Each row may represent the ship unit count number of same ship units. ",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "height":{
                        "description":"The height of each order base ship unit. If this row represents the 20 same ship units, the total height is 20 x unit height.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "declaredValue":{
                        "description":"The declared value of the total of the goods, ship unit content lines on the ship unit.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "flexCommodityCode":{
                        "description":"The user defined commodity code for the item. E.g.. HTS, SITC, STCC, NMFC",
                        "type":"string"
                    },
                    "flexCommodityQualGid":{
                        "description":"The user defined commodity qualifier identify the type of commodity classification being used, such as NMFC.",
                        "type":"string"
                    },
                    "planFromLocationGid":{
                        "description":"The plan from location GID can define a location other than the source location of the ship unit for OTM to beginning planning transport.",
                        "type":"string"
                    },
                    "planToLocationGid":{
                        "description":"The plan from location GID can define a location other than the source location of the ship unit for OTM to beginning planning transport.",
                        "type":"string"
                    },
                    "netWeight":{
                        "description":"The total net weight of the ship unit content lines on the ship unit.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "netVolume":{
                        "description":"The total net volume of the ship unit content lines on the ship unit.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "isShippable":{
                        "description":"A Y/N indicator defining if the order base line is ready to be shipped by creating an order release for it.",
                        "type":"boolean"
                    },
                    "releasedCount":{
                        "description":"The number of ship units that have been processed onto order release through the releasing logic.",
                        "type":"number",
                        "format":"int64",
                        "readOnly":true
                    },
                    "loadPoint":{
                        "description":"The specific loading location for the source location on the ship unit.",
                        "type":"string"
                    },
                    "unloadPoint":{
                        "description":"The specific unloading location for the delivery location on the ship unit.",
                        "type":"string"
                    },
                    "pickupIsAppt":{
                        "description":"Indicates if the early/late pickup times are appointment times",
                        "type":"boolean"
                    },
                    "deliveryIsAppt":{
                        "description":"Indicates if the early/late delivery times are appointment times",
                        "type":"boolean"
                    },
                    "planFromLoadPoint":{
                        "description":"The specific loading location for the plan from location on the ship unit.",
                        "type":"string"
                    },
                    "planToUnloadPoint":{
                        "description":"The specific unloading location for the plan to location on the ship unit.",
                        "type":"string"
                    },
                    "tag1":{
                        "description":"Additional information about the item. Like the color or size code, etc.",
                        "type":"string"
                    },
                    "tag2":{
                        "description":"Additional information about the item. Like the color or size code, etc.",
                        "type":"string"
                    },
                    "tag3":{
                        "description":"Additional information about the item. Like the color or size code, etc.",
                        "type":"string"
                    },
                    "tag4":{
                        "description":"Additional information about the item. Like the color or size code, etc.",
                        "type":"string"
                    },
                    "coreDiameter":{
                        "description":"For cylindrical objects, this defines the diameter of the core.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "diameter":{
                        "description":"The unit diameter of the ship unit.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "bufferLocationGid":{
                        "description":"The buffer location to identify if this order base ship unit is being modeled with a buffer location to hold inventory prior to final delivery. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "bufferLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property bufferLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "loadConfigSetupGid":{
                        "description":"A load configurator set up identifier to be used by the load configuration engine as the input rules for how the ship unit was built.",
                        "type":"string"
                    },
                    "splittableBy":{
                        "description":"Indicates how the resulting order release ship unit may be split across equipment.",
                        "type":"string"
                    },
                    "attribute1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attributeNumber1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "equipmentRefUnits":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/orderBases.shipUnits.equipmentRefUnits"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "accessorials":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/orderBases.shipUnits.accessorials"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "seals":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/orderBases.shipUnits.seals"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "refnums":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/orderBases.shipUnits.refnums"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "specialServices":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/orderBases.shipUnits.specialServices"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "involvedParties":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/orderBases.shipUnits.involvedParties"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "contents":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/orderBases.shipUnits.contents"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "remarks":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/orderBases.shipUnits.remarks"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "releaseInstructions":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/orderBases.shipUnits.releaseInstructions"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "statuses":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/orderBases.shipUnits.statuses"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "loadingSplits":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/orderBases.shipUnits.loadingSplits"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "orderBases.shipUnits.equipmentRefUnits":{
                "properties":{
                    "equipmentReferenceUnitGid":{
                        "description":"The equipment reference unit, such as loading meter, that is referring to the equipment consumption value.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "numReferenceUnits":{
                        "description":"The number of equipment reference units this ship unit will consume when loading onto the equipment.",
                        "type":"number",
                        "format":"double"
                    },
                    "totalNumReferenceUnits":{
                        "description":"The total equipment reference units max consumption demand for this ship unit.",
                        "type":"number",
                        "format":"double"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "orderBases.shipUnits.accessorials":{
                "properties":{
                    "accessorialCodeGid":{
                        "description":"The accessorial code used to specify that this accessorial needs to be copied to the order release and covered when planning the shipment.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "orderBases.shipUnits.seals":{
                "properties":{
                    "shipUnitSeal":{
                        "description":"The transport handling unit seal number for the order base ship unit.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "orderBases.shipUnits.refnums":{
                "properties":{
                    "obShipUnitRefnumQualGid":{
                        "description":"The reference number qualifier identifier defining the reference code.",
                        "type":"string"
                    },
                    "obShipUnitRefnumValue":{
                        "description":"The text associated to the reference number code.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "orderBases.shipUnits.specialServices":{
                "properties":{
                    "specialServiceGid":{
                        "description":"The special service identifier defining the special service that needs to be performed for the ship unit.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "orderBases.shipUnits.involvedParties":{
                "properties":{
                    "involvedPartyQualGid":{
                        "description":"The qualifier GID for the involved party.",
                        "type":"string"
                    },
                    "involvedPartyContactGid":{
                        "description":"The contact GID for the involved party. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "involvedPartyContact":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property involvedPartyContactGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "comMethodGid":{
                        "description":"The communication method GID for the involved party.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "orderBases.shipUnits.contents":{
                "properties":{
                    "sequenceNo":{
                        "description":"The unique sequence within the ship unit to define the individual line items.",
                        "type":"number",
                        "format":"int64"
                    },
                    "packagedItemGid":{
                        "description":"The packaged item GID defining the content line for the ship unit. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "packagedItem":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property packagedItemGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/packagedItems"
                            }
                        ],
                        "readOnly":true
                    },
                    "initialItemGid":{
                        "description":"The initial packaged item GID, this value can be used to handle the original packaged item order and the substituted and item to be processed in the packaged item GID field. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "initialItem":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property initialItemGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid"
                            }
                        ],
                        "readOnly":true
                    },
                    "tag1":{
                        "description":"Additional information about the item. Like the color, size, code.",
                        "type":"string"
                    },
                    "tag2":{
                        "description":"Additional information about the item. Like the color, size, code.",
                        "type":"string"
                    },
                    "tag3":{
                        "description":"Additional information about the item. Like the color, size, code.",
                        "type":"string"
                    },
                    "tag4":{
                        "description":"Additional information about the item. Like the color, size, code.",
                        "type":"string"
                    },
                    "weight":{
                        "description":"The gross weight of the item.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "volume":{
                        "description":"The gross volume of the item.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "declaredValue":{
                        "description":"The declared value, commercial value of the ship unit line contents for sale of goods.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "packagedCount":{
                        "description":"The number of packages in this order release ship unit line for one ship unit. Its ship unit may represent more than one same ship units. E.g., for 20 ship units that contains 4 cases of 24 cans of cocoa, each order release ship unit line row will have an item GID: cocoa, item count 4x24, item package specification: case-of-24-cans, item package count: 4. The ship unit count will be 20.",
                        "type":"number",
                        "format":"int64"
                    },
                    "weightPerShipUnit":{
                        "description":"The weight per ship unit order base content line to handle shipping a multiple count number of ship units.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "countPerShipUnit":{
                        "description":"The packaged item count per ship unit order base content line count to handle shipping a multiple count number of ship units.",
                        "type":"number",
                        "format":"int64"
                    },
                    "volumePerShipUnit":{
                        "description":"The volume per order base content line to handle shipping a multiple count number of ship units.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "packagingUnitGid":{
                        "description":"The packaging unit identifier for any inner packaging associated to the ship unit such as carton configuration.",
                        "type":"string"
                    },
                    "packagingUnitCount":{
                        "description":"The packaging unit count for the inner pack.",
                        "type":"number",
                        "format":"int64"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "remarks":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/orderBases.shipUnits.contents.remarks"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "involvedParties":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/orderBases.shipUnits.contents.involvedParties"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "refnums":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/orderBases.shipUnits.contents.refnums"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "attributes":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/orderBases.shipUnits.contents.attributes"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "orderBases.shipUnits.contents.remarks":{
                "properties":{
                    "remarkSequence":{
                        "description":"The remark sequence identifier used for sequential ordering.",
                        "type":"number",
                        "format":"int64"
                    },
                    "remarkQualGid":{
                        "description":"The remark qualifier GID defining the remark code.",
                        "type":"string"
                    },
                    "remarkText":{
                        "description":"The text associated to the remark code.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "orderBases.shipUnits.contents.involvedParties":{
                "properties":{
                    "involvedPartyQualGid":{
                        "description":"The qualifier GID for the involved party.",
                        "type":"string"
                    },
                    "involvedPartyContactGid":{
                        "description":"The contact GID for the involved party. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "involvedPartyContact":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property involvedPartyContactGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "comMethodGid":{
                        "description":"The communication method ID for the involved party.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "orderBases.shipUnits.contents.refnums":{
                "properties":{
                    "obSuContentRefnumQualGid":{
                        "description":"The reference number qualifier GID defining the reference code.",
                        "type":"string"
                    },
                    "obSuContentRefnumValue":{
                        "description":"The text associated to the reference code.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "orderBases.shipUnits.contents.attributes":{
                "properties":{
                    "itemFeatureQualGid":{
                        "description":"The item feature qualifier GID defining what type of feature this value is associated with.",
                        "type":"string"
                    },
                    "itemFeatureValue":{
                        "description":"The item feature value for the order base line. This allows for future structural definition of an item such as size and color.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "orderBases.shipUnits.remarks":{
                "properties":{
                    "remarkSequence":{
                        "description":"The sequence identifier for the remark associated with the order base ship unit.",
                        "type":"number",
                        "format":"int64"
                    },
                    "remarkQualGid":{
                        "description":"The remark qualifier identifier defining the remark code.",
                        "type":"string"
                    },
                    "remarkText":{
                        "description":"The text associated to the remark code.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "orderBases.shipUnits.releaseInstructions":{
                "properties":{
                    "obSuReleaseInstrGid":{
                        "description":"The GID for the Release Instruction associated to the order base ship unit.",
                        "type":"string"
                    },
                    "obSuReleaseInstrXid":{
                        "description":"The XID for the release instruction.",
                        "type":"string"
                    },
                    "sequenceNo":{
                        "description":"The sequence number (key) associated with the release instruction.",
                        "type":"number",
                        "format":"int64"
                    },
                    "orderBaseGid":{
                        "description":"The order base GID for the release instruction. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "orderBase":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property orderBaseGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/orderBases"
                            }
                        ],
                        "readOnly":true
                    },
                    "shipUnitReleaseCount":{
                        "description":"The ship unit release count specifying the amount to be processed with this release instruction.",
                        "type":"number",
                        "format":"int64"
                    },
                    "isProcessed":{
                        "description":"A Y/N indicator specifying that the release instruction was processed to create an order release ship unit.",
                        "type":"boolean",
                        "readOnly":true
                    },
                    "releaseDate":{
                        "description":"The date the release instruction should be processed.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "sourceLocationGid":{
                        "description":"The source location GID for the pickup of the order base ship unit. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "sourceLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property sourceLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "destLocationGid":{
                        "description":"The destination location GID for the delivery of the order base ship unit. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "destLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property destLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "earlyDeliveryDate":{
                        "description":"The earliest date when the item can be picked up. If a value is specified here it overrides that one defined on the order base line.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "lateDeliveryDate":{
                        "description":"The latest date when the item can be picked up. If a value is specified here it overrides that one defined on the order base line.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "earlyPickupDate":{
                        "description":"The earliest date when the item can be delivered. If a value is specified here it overrides that one defined on the order base line.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "latePickupDate":{
                        "description":"The latest date when the item can be picked delivered. If a value is specified here it overrides that one defined on the order base line.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "flaggedForDelete":{
                        "description":"A Y/N indicator specifying that the release instruction can be deleted by an agent or user defined process.",
                        "type":"boolean"
                    },
                    "itemPackageCount":{
                        "description":"The number of packaged items on this ship unit release instruction.",
                        "type":"number",
                        "format":"int64"
                    },
                    "weight":{
                        "description":"The weight for the release instruction.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "volume":{
                        "description":"The volume for the release instruction.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "length":{
                        "description":"The length of the ship unit for the release instruction.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "width":{
                        "description":"The width of the ship unit for the release instruction.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "height":{
                        "description":"The height of the ship unit for the release instruction.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "totalWeight":{
                        "description":"The total weight of the ship units for this release instruction.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "totalVolume":{
                        "description":"The total volume of the ship units for this release instruction.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "transportHandlingUnitGid":{
                        "description":"The transport handling unit GID to be applied to the order release ship unit created with this release instruction.",
                        "type":"string"
                    },
                    "isAutoRelease":{
                        "description":"A Y/N indicator to create the order release ship unit from the release instruction that comes in with the order base ship unit initially.",
                        "type":"boolean"
                    },
                    "tag1":{
                        "description":"Additional information about the item. Like the color or code number.",
                        "type":"string"
                    },
                    "tag2":{
                        "description":"Additional information about the item. Like the color or code number.",
                        "type":"string"
                    },
                    "tag3":{
                        "description":"Additional information about the item. Like the color or code number.",
                        "type":"string"
                    },
                    "tag4":{
                        "description":"Additional information about the item. Like the color or code number.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "shipWithGroup":{
                        "description":"The ship with group value that will be used when creating the order release from this release instruction.",
                        "type":"string"
                    },
                    "masterOrderBaseGid":{
                        "description":"The master order base GID to be set on the order release created from the line. An order release can be created from multiple order bases and one of them is nominated as the master to get master level information for such as bill to party. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "masterOrderBase":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property masterOrderBaseGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/orderBases"
                            }
                        ],
                        "readOnly":true
                    },
                    "attribute1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attributeNumber1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "refnums":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/orderBases.shipUnits.releaseInstructions.refnums"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "remarks":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/orderBases.shipUnits.releaseInstructions.remarks"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "orderBases.shipUnits.releaseInstructions.refnums":{
                "properties":{
                    "orderReleaseRefnumQualGid":{
                        "description":"The reference number qualifier GID defining the reference code.",
                        "type":"string"
                    },
                    "orderReleaseRefnumValue":{
                        "description":"The text associated to the reference code.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "orderBases.shipUnits.releaseInstructions.remarks":{
                "properties":{
                    "remarkSequence":{
                        "description":"The sequence identifier for the remark associated with the order base ship unit release instruction.",
                        "type":"number",
                        "format":"int64"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "remarkQualGid":{
                        "description":"The remark qualifier GID defining the remark code.",
                        "type":"string"
                    },
                    "remarkText":{
                        "description":"The text associated to the remark code.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "orderBases.shipUnits.statuses":{
                "properties":{
                    "statusTypeGid":{
                        "description":"The status type GID for the status value on the order base.",
                        "type":"string"
                    },
                    "statusValueGid":{
                        "description":"The status value for the order release base.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "orderBases.shipUnits.loadingSplits":{
                "properties":{
                    "splitNo":{
                        "description":"The split number for the ship unit.",
                        "type":"number",
                        "format":"int32"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored. ",
                        "type":"string"
                    },
                    "length":{
                        "description":"The length for the this part of the ship unit split.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "width":{
                        "description":"The width for the this part of the ship unit split.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "height":{
                        "description":"The height for the this part of the ship unit split.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "weight":{
                        "description":"The weight for the this part of the ship unit split.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "volume":{
                        "description":"The volume for the this part of the ship unit split.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "orderBases.involvedParties":{
                "properties":{
                    "involvedPartyQualGid":{
                        "description":"The involved party qualifier GID.",
                        "type":"string"
                    },
                    "involvedPartyContactGid":{
                        "description":"The involved party contact for the qualifier listed on the order base. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "involvedPartyContact":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property involvedPartyContactGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "comMethodGid":{
                        "description":"The communication method for the involved party listed on the order base.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "orderBases.refnums":{
                "properties":{
                    "obRefnumQualGid":{
                        "description":"The reference qualifier GID defining the reference  code.",
                        "type":"string"
                    },
                    "obRefnumValue":{
                        "description":"The value associated to the reference code.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "orderBases.statuses":{
                "properties":{
                    "statusTypeGid":{
                        "description":"The status type GID for the status value on the order base.",
                        "type":"string"
                    },
                    "statusValueGid":{
                        "description":"The status value for the order base status.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "orderBases.accessorials":{
                "properties":{
                    "accessorialCodeGid":{
                        "description":"The accessorial code used to specify that this accessorial needs to be covered when planning the shipment.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "orderBases.texts":{
                "properties":{
                    "textTemplateGid":{
                        "description":"The foreign key to the text template table, in order to include fixed text with this order base.",
                        "type":"string"
                    },
                    "documentDefGid":{
                        "description":"A document that should hold text.",
                        "type":"string"
                    },
                    "textOverride":{
                        "description":"The transactional override for the template on the specific document.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "orderBases.remarks":{
                "properties":{
                    "remarkSequence":{
                        "description":"The sequence (key) for the remark.",
                        "type":"number",
                        "format":"int64"
                    },
                    "remarkQualGid":{
                        "description":"A pointer to the remark type. For example: external order number or purchase number.",
                        "type":"string"
                    },
                    "remarkText":{
                        "description":"A user-entered remark.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "orderBases.legConstraints":{
                "properties":{
                    "legClassificationGid":{
                        "description":"The leg classification identifier. The leg classification on the order matches to a leg classification on the itinerary leg. The constraints defined here apply to that leg's shipment.",
                        "type":"string"
                    },
                    "buyRateOfferingGid":{
                        "description":"The buy rate offering GID used as a planning constraint.",
                        "type":"string"
                    },
                    "sellRateOfferingGid":{
                        "description":"The sell rate offering GID used as a planning constraint.",
                        "type":"string"
                    },
                    "buyRateGeoGid":{
                        "description":"The buy rate detail GID used as a planning constraint.",
                        "type":"string"
                    },
                    "sellRateGeoGid":{
                        "description":"The sell rate detail GID used as a planning constraint.",
                        "type":"string"
                    },
                    "equipmentGroupGid":{
                        "description":"The equipment group GID used as a planning constraint. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "equipmentGroup":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property equipmentGroupGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/equipmentGroups"
                            }
                        ],
                        "readOnly":true
                    },
                    "equipmentGroupProfileGid":{
                        "description":"The equipment group profile GID used as a planning constraint.",
                        "type":"string"
                    },
                    "transportModeGid":{
                        "description":"The transport mode GID used as a planning constraint.",
                        "type":"string"
                    },
                    "servprovGid":{
                        "description":"The mode profile GID used as a planning constraint. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "servprov":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property servprovGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/serviceProviders"
                            }
                        ],
                        "readOnly":true
                    },
                    "servprovProfileGid":{
                        "description":"The service provider GID used as a planning constraint.",
                        "type":"string"
                    },
                    "rateServiceProfileGid":{
                        "description":"The service provider profile GID used as a planning constraint.",
                        "type":"string"
                    },
                    "modeProfileGid":{
                        "description":"The rate service profile GID used as a planning constraint.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "orderBases.trackingEvents":{
                "properties":{
                    "iTransactionNo":{
                        "description":"The transaction identifier for the order base data of the tracking event.",
                        "type":"number",
                        "format":"int64"
                    },
                    "reportingGluser":{
                        "description":"The reporting application user if the tracking event was entered via the system's tracking event UI.",
                        "type":"string"
                    },
                    "bsContactName":{
                        "description":"The contact name from the tracking event.",
                        "type":"string"
                    },
                    "bsContactFunctionCode":{
                        "description":"The contact name function code from the tracking event.",
                        "type":"string"
                    },
                    "eventDate":{
                        "description":"The event date and time reported on the tracking event.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "bsStatusCodeGid":{
                        "description":"The status code identified on the tracking event.",
                        "type":"string"
                    },
                    "servprovAliasQualGid":{
                        "description":"The service provider alias qualifier code, such as SCAC, from the entered tracking event.",
                        "type":"string"
                    },
                    "servprovAliasValue":{
                        "description":"The service provide alias value from the tracking event.",
                        "type":"string"
                    },
                    "timeZoneGid":{
                        "description":"The time zone for the tracking event time entered.",
                        "type":"string"
                    },
                    "statusLevel":{
                        "description":"A descriptor code for the status level of the tracking event.",
                        "type":"string"
                    },
                    "description":{
                        "description":"A description of the tracking event.",
                        "type":"string"
                    },
                    "obRefnumQualGid":{
                        "description":"The order base reference number value associated with the order release qualifier that came on the tracking event.",
                        "type":"string"
                    },
                    "obRefnumValue":{
                        "description":"The order base reference number qualifier identifier.",
                        "type":"string"
                    },
                    "bsReasonCodeGid":{
                        "description":"The reason code from the tracking event that was matched to the order base.",
                        "type":"string"
                    },
                    "bsResponsiblePartyGid":{
                        "description":"The responsible party identifier of the source of the tracking event.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "orderBases.documents":{
                "properties":{
                    "documentGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentDefGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentUrl":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentMimeType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentFilename":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "ownerDataQueryTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "reportGid":{
                        "description":"The report associated with the document attachment, if content was generated by the report subsystem.",
                        "type":"string"
                    },
                    "generatedAt":{
                        "description":"If preparation, date/time content was last generated",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "uploadedAt":{
                        "description":"If attachment, date/time content was last updated",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "documentTrackingNum":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentCmsId":{
                        "description":"A GUID to associate the document with content stored on its remote CMS. Valid when document_type=CMS.",
                        "type":"string"
                    },
                    "contentManagementSystemGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "usedAs":{
                        "description":"Represents the classification of a document.(C/I/L/T)",
                        "type":"string"
                    },
                    "relatedDocumentGid":{
                        "description":"Represents the related document for consolidated/linked documents. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "relatedDocument":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property relatedDocumentGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/documents"
                            }
                        ],
                        "readOnly":true
                    },
                    "effectiveDate":{
                        "description":"represents effective date for a document",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "expirationDate":{
                        "description":"Represents expiration date for a document.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "userDefined1IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined2IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined3IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined4IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined5IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "postalCodeLatitudeLongitudes":{
                "properties":{
                    "countryCode3Gid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "postalCode":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "lat":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "lon":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "accuracy":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "compatibilityRuleTypes":{
                "properties":{
                    "compatRuleTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "mainObjectTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "compatObjectTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "compatRuleTypeXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "languages":{
                "properties":{
                    "gtmLanguageGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmLanguageXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "languageName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "ianaTag":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "iso6391Code":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "nativeName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "stopWords":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "rateServiceProfiles":{
                "properties":{
                    "rateServiceProfileGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "rateServiceProfileXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isCompatible":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "details":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/rateServiceProfiles.details"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "rateServiceProfiles.details":{
                "properties":{
                    "rateServiceGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeProgramProfiles":{
                "properties":{
                    "gtmTariffCodeProfileGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmTariffCodeProfileXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmTariffCodeProfileName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isCompatible":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "gtmProdClassTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "details":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeProgramProfiles.details"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeProgramProfiles.details":{
                "properties":{
                    "gtmTariffCode":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "networkRateAndRouteRequest":{
                "properties":{
                    "orderReleases":{
                        "$ref":"#/components/schemas/orderReleases"
                    },
                    "requestType":{
                        "type":"string",
                        "description":"The requestType can be LowestCost, FastestTransit, or AllOptions."
                    },
                    "sourceLocationProfileGid":{
                        "type":"string",
                        "description":"The SourceLocationProfileGid allows you to check multiple sourcing locations at once. This eliminates the need to perform multiple rate inquiry requests. There is a Rate Inquiry property, glog.riq. maxNumberofSourceLocationsAllowed, to limit how many locations are in a profile so the rate inquiry run time does not get too long."
                    },
                    "perspective":{
                        "type":"string",
                        "description":"Perspective is either Buy or Sell, or accept the default."
                    },
                    "forceTieredRating":{
                        "type":"string",
                        "description":"Maximum number of options allowed per route."
                    },
                    "estimateTieredRateNum":{
                        "type":"string",
                        "description":"Maximum number of options allowed per route."
                    },
                    "ratePreferenceGid":{
                        "type":"string",
                        "description":"The ratePreferenceGid allows you to specify preferred rates only, preferred rates if available or do not use preferred rates."
                    },
                    "parameterSetGid":{
                        "type":"string",
                        "description":"The parameterSetGid allows you to limit your search to a particular parameter set."
                    },
                    "isPrimaryOptionCentric":{
                        "type":"string",
                        "description":"The accepted value is true or false, with a default of false. If the Primary Option Centric value is true, OTM evaluates primary leg options first then evaluates supporting options for each primary leg option. If it is false, all options in a route are evaluated in a single step and OTM will compare locations instead of itinerary or leg IDs when evaluating routing options. For example, two routing options are considered equal if their locations and other attributes are the same, even though they have different itinerary or leg IDs. Only one routing option is returned and displayed."
                    },
                    "primaryOptionDefinition":{
                        "type":"string",
                        "description":"Use the values 'By Itinerary' or 'By Schedule and Equipment Group' to specify how to group primary options in order to get the top set of options. This is only available if the Primary Centric check box is selected."
                    },
                    "maxPrimaryOptions":{
                        "type":"string",
                        "description":"Allows you to configure the number of best options to be retrieved per itinerary instead of having only the best option."
                    },
                    "maxSupportingOptions":{
                        "type":"string",
                        "description":"The MaxSupportingOptions value is the maximum number of supporting (non-primary) leg options to retrieve that are compatible with each respective primary leg option. Set this to a number greater than 1 if the non-primary leg option can determine what the best cost solution is."
                    },
                    "assignRoutingRule":{
                        "type":"boolean",
                        "description":"Accepted values are true or false, with a default of false. When set to true, OTM evaluates and assigns a routing rule to the order release."
                    }
                }
            },
            "networkRateAndRouteResponse":{
                "type":"object",
                "properties":{
                    "items":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/networkRateAndRouteResultItems"
                        }
                    }
                }
            },
            "networkRateAndRouteResultItems":{
                "type":"object",
                "description":"The route inquiry results when the rate inquiry rate and route option is used.",
                "properties":{
                    "totalActualCost":{
                        "description":"THe total actual cost.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "costPerUnit":{
                        "description":"The cost per unit.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "totalWeightedCost":{
                        "description":"The total weighted cost.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "weightedCostPerUnit":{
                        "description":"The total weighted cost per unit.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "shipFrom":{
                        "description":"The source location.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/rRrLocation"
                            }
                        ]
                    },
                    "shipTo":{
                        "description":"The destination location.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/rRrLocation"
                            }
                        ]
                    },
                    "transportMode":{
                        "description":"Search is done basing on this transport mode.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/rNrRtransportMode"
                            }
                        ]
                    },
                    "serviceProvider":{
                        "description":"Limit search to one or more service providers.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/rNrRserviceProvider"
                            }
                        ]
                    },
                    "transitTime":{
                        "description":"The total transit time.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/rNrRtransitTime"
                            }
                        ]
                    },
                    "startTime":{
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/rNrRtime"
                            }
                        ]
                    },
                    "endTime":{
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/rNrRtime"
                            }
                        ]
                    },
                    "totalLeadTime":{
                        "description":"The total lead time.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/rNrRtransitTime"
                            }
                        ]
                    },
                    "originatingCarrier":{
                        "description":"The originating carrier service provider.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/rNrRserviceProvider"
                            }
                        ]
                    },
                    "deliveringCarrier":{
                        "description":"The originating carrier service provider.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/rNrRserviceProvider"
                            }
                        ]
                    },
                    "equipmentGroup":{
                        "description":"The equipment group.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/rNrRequipmentGroup"
                            }
                        ]
                    },
                    "itinerary":{
                        "description":"Itinerary.",
                        "properties":{
                            "itineraryGid":{
                                "type":"string"
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                }
                            }
                        }
                    },
                    "routeCode":{
                        "description":"Searched for rates compatible with this route code.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/rNrRrouteCode"
                            }
                        ]
                    },
                    "portOfLoad":{
                        "description":"A portOfLoadLocationGid is a reference to a location, which may be either a location global identifier or a new location definition.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/rRrLocation"
                            }
                        ]
                    },
                    "portOfDischarge":{
                        "description":"A portOfDischargeLocationGid is a reference to a location, which may be either a location global identifier or a new location definition.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/rRrLocation"
                            }
                        ]
                    },
                    "primaryShipmentSource":{
                        "description":"The primary shipment source location.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/rRrLocation"
                            }
                        ]
                    },
                    "primaryShipmentDestination":{
                        "description":"The primary shipment source location.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/rRrLocation"
                            }
                        ]
                    },
                    "primaryTotalCost":{
                        "description":"The total primary shipment cost.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "primaryVoyage":{
                        "description":"Searches are constrained to this voyage GID.",
                        "properties":{
                            "voyageGid":{
                                "type":"string"
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                }
                            }
                        }
                    },
                    "vessel":{
                        "description":"Searches are constrained to this vessel GID.",
                        "properties":{
                            "vesselGid":{
                                "type":"string"
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                }
                            }
                        }
                    },
                    "primaryTransitTime":{
                        "description":"Total transit time.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/rNrRtransitTime"
                            }
                        ]
                    },
                    "commitmentCountActual":{
                        "type":"string"
                    },
                    "plannedCapacityCommitmentAllocation":{
                        "type":"string"
                    },
                    "actualCapacityCommitmentAllocation":{
                        "type":"string"
                    },
                    "capacityLimit":{
                        "type":"string"
                    },
                    "capacityUsage":{
                        "type":"string"
                    },
                    "primaryRateOffering":{
                        "description":"Searches are based on this primary rate offering GID.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/rNrRrateOffering"
                            }
                        ]
                    },
                    "primaryRateRecord":{
                        "description":"The primary rate record.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/rNrRrateRecord"
                            }
                        ]
                    },
                    "commodity":{
                        "description":"The commodity being shipped.",
                        "properties":{
                            "commodityCode":{
                                "type":"string"
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                }
                            }
                        }
                    },
                    "toShipments":{
                        "type":"object",
                        "description":"Contains shipment detail information resulting from the rate inquiry query using rate and route functionality.",
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/rNrRtoShipments"
                                }
                            }
                        }
                    }
                }
            },
            "rNrRtoShipments":{
                "properties":{
                    "cost":{
                        "description":"The shipment cost.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "weightedCost":{
                        "description":"The shipment weighted cost.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "origin":{
                        "description":"The origin location.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/rNrRlocation"
                            }
                        ]
                    },
                    "destination":{
                        "description":"The destination location.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/rNrRlocation"
                            }
                        ]
                    },
                    "transportMode":{
                        "description":"Search is done basing on this transport mode.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/rNrRtransportMode"
                            }
                        ]
                    },
                    "serviceProvider":{
                        "description":"Limit search to one or more service providers.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/rNrRserviceProvider"
                            }
                        ]
                    },
                    "transitTime":{
                        "description":"The total transit time.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/rNrRtransitTime"
                            }
                        ]
                    },
                    "startTime":{
                        "properties":{
                            "value":{
                                "description":"Date/Time in ISO 8601 format.",
                                "type":"string",
                                "format":"date-time"
                            }
                        }
                    },
                    "endTime":{
                        "properties":{
                            "value":{
                                "description":"Date/Time in ISO 8601 format.",
                                "type":"string",
                                "format":"date-time"
                            }
                        }
                    },
                    "routeCode":{
                        "description":"Searched for rates compatible with this route code.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/rNrRrouteCode"
                            }
                        ]
                    },
                    "distance":{
                        "description":"Distance.",
                        "properties":{
                            "amount":{
                                "type":"string"
                            },
                            "type":{
                                "type":"string"
                            }
                        }
                    },
                    "weight":{
                        "description":"Weight.",
                        "properties":{
                            "amount":{
                                "type":"string"
                            },
                            "type":{
                                "type":"string"
                            }
                        }
                    },
                    "volume":{
                        "description":"Volume.",
                        "properties":{
                            "amount":{
                                "type":"string"
                            },
                            "type":{
                                "type":"string"
                            }
                        }
                    },
                    "rateOffering":{
                        "description":"Searches are based on this primary rate offering GID.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/rNrRrateOffering"
                            }
                        ]
                    },
                    "rateRecord":{
                        "description":"The rate record.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/rNrRrateRecord"
                            }
                        ]
                    },
                    "equipmentGroup":{
                        "description":"The equipment group.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/rNrRequipmentGroup"
                            }
                        ]
                    },
                    "itineraryLeg":{
                        "description":"The itinerary leg.",
                        "properties":{
                            "itineraryLegId":{
                                "type":"string"
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                }
                            }
                        }
                    },
                    "networkLegId":{
                        "properties":{
                            "routeCodeGid":{
                                "type":"string"
                            }
                        }
                    }
                }
            },
            "rNrRrouteCode":{
                "properties":{
                    "routeCodeGid":{
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        }
                    }
                }
            },
            "rNrRshipFrom":{
                "description":"The source location.",
                "properties":{
                    "locationGid":{
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        }
                    }
                }
            },
            "rNrRshipTo":{
                "description":"The destination location.",
                "properties":{
                    "locationGid":{
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        }
                    }
                }
            },
            "rNrRtransportMode":{
                "properties":{
                    "transportModeGid":{
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        }
                    }
                }
            },
            "rNrRserviceProvider":{
                "properties":{
                    "servprovGid":{
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        }
                    }
                }
            },
            "rNrRequipmentGroup":{
                "properties":{
                    "equipmentGroupGid":{
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        }
                    }
                }
            },
            "rNrRtransitTime":{
                "description":"The total transit time.",
                "properties":{
                    "amount":{
                        "type":"string"
                    },
                    "type":{
                        "type":"string"
                    }
                }
            },
            "rNrRtime":{
                "properties":{
                    "value":{
                        "description":"Date/Time in ISO 8601 format.",
                        "type":"string",
                        "format":"date-time"
                    }
                }
            },
            "rNrRlocation":{
                "properties":{
                    "locationGid":{
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        }
                    }
                }
            },
            "rNrRrateOffering":{
                "properties":{
                    "rateOfferingGid":{
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        }
                    }
                }
            },
            "rNrRrateRecord":{
                "properties":{
                    "rateRecordGid":{
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        }
                    }
                }
            },
            "loadConfigEngineTypes":{
                "properties":{
                    "loadConfigEngineTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "loadConfigEngineTypeXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "damageNatures":{
                "properties":{
                    "damageNatureGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "damageNatureXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeTransactions":{
                "properties":{
                    "gtmTransactionGid":{
                        "description":"The GID for the GTM trade transaction.",
                        "type":"string"
                    },
                    "gtmTransactionXid":{
                        "description":"The external identifier (XID) for the GTM trade transaction.",
                        "type":"string"
                    },
                    "dataQueryTypeGid":{
                        "description":"A data query type represents different business objects.",
                        "type":"string"
                    },
                    "objectId":{
                        "description":"The object ID.",
                        "type":"string"
                    },
                    "userDefined1IconGid":{
                        "description":"Marks the condition or state of the GTM trade transaction using images. It is a foreign key reference to ICON table. ",
                        "type":"string"
                    },
                    "userDefined2IconGid":{
                        "description":"Marks the condition or state of the GTM trade transaction using images. It is a foreign key reference to ICON table. ",
                        "type":"string"
                    },
                    "userDefined3IconGid":{
                        "description":"Marks the condition or state of the GTM trade transaction using images. It is a foreign key reference to ICON table. ",
                        "type":"string"
                    },
                    "userDefined4IconGid":{
                        "description":"Marks the condition or state of the GTM trade transaction using images. It is a foreign key reference to ICON table. ",
                        "type":"string"
                    },
                    "userDefined5IconGid":{
                        "description":"Marks the condition or state of the GTM trade transaction using images. It is a foreign key reference to ICON table. ",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "carrierCode":{
                        "description":"The carrier code.",
                        "type":"string"
                    },
                    "conveyanceName":{
                        "description":"Name of the vessel used for the border movement GTM trade transaction.",
                        "type":"string"
                    },
                    "conveyanceFlag":{
                        "description":"Flag of the vessel used for the border movement GTM trade transaction.",
                        "type":"string"
                    },
                    "transportModeGid":{
                        "description":"Transport mode used for the border movement GTM trade transaction. It is a foreign key reference to the TRANSPORT_MODE table.",
                        "type":"string"
                    },
                    "incoTermGid":{
                        "description":"Incoterm used for the GTM trade transaction. It is a foreign key reference to the INCO_TERM table.",
                        "type":"string"
                    },
                    "incoTermLocation":{
                        "description":"Incoterm location used for the GTM trade transaction.",
                        "type":"string"
                    },
                    "isHazardousCargo":{
                        "description":"Indicates if the goods on the GTM trade transaction are hazardous.",
                        "type":"boolean"
                    },
                    "isShipmentCreated":{
                        "description":"Indicates if a GTM declaration has been created for this GTM trade transaction.",
                        "type":"boolean"
                    },
                    "attribute1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attributeNumber1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "gtmTransactionTypeGid":{
                        "description":"The transaction type ID across all domains. This is a foreign key to GTM_TRANSACTION_TYPE table.",
                        "type":"string"
                    },
                    "gtmTradePreferenceGid":{
                        "description":"The Trade Preference ID which is the tariff treatment of the goods. It is a foreign key reference to GTM_TRADE_PREFERENCE table. ",
                        "type":"string"
                    },
                    "inlandConveyanceName":{
                        "description":"The inland conveyance name.",
                        "type":"string"
                    },
                    "inlandConveyanceFlag":{
                        "description":"The inland conveyance flag.",
                        "type":"string"
                    },
                    "inlandTransportModeGid":{
                        "description":"The inland transport mode. Which is a foreign key to TRANSPORT_MODE table.",
                        "type":"string"
                    },
                    "departureConveyanceName":{
                        "description":"The departure conveyance name.",
                        "type":"string"
                    },
                    "departureConveyanceFlag":{
                        "description":"The departure conveyance flag.",
                        "type":"string"
                    },
                    "departTransportModeGid":{
                        "description":"The departure transport mode. Which is a foreign key to TRANSPORT_MODE table.",
                        "type":"string"
                    },
                    "attributeDate11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeNumber11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "countryOfExport":{
                        "description":"This describes the country of export for the transaction.",
                        "type":"string"
                    },
                    "countryOfImport":{
                        "description":"This describes the country of import for the transaction.",
                        "type":"string"
                    },
                    "isTemplate":{
                        "description":"Checkbox indicating whether this GTM transaction or declaration record will be used as a template.",
                        "type":"boolean"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "quantities":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeTransactions.quantities"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "values":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeTransactions.values"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "transactionDates":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeTransactions.transactionDates"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "conveyances":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeTransactions.conveyances"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "documents":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeTransactions.documents"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "lines":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeTransactions.lines"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "remarks":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeTransactions.remarks"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "reqdocs":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeTransactions.reqdocs"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "refnums":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeTransactions.refnums"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "codes":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeTransactions.codes"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "involvedLocations":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeTransactions.involvedLocations"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "involvedParties":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeTransactions.involvedParties"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "statuses":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeTransactions.statuses"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "ports":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeTransactions.ports"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "policies":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeTransactions.policies"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeTransactions.quantities":{
                "properties":{
                    "gtmQuantityTypeGid":{
                        "description":"The GID for the GTM quantity qualifier.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "quantityValue":{
                        "description":"The value of the quantity.",
                        "type":"number",
                        "format":"double"
                    },
                    "uomCode":{
                        "description":"The unit of measure of the quantity. ",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeTransactions.values":{
                "properties":{
                    "gtmValueQualifierGid":{
                        "description":"The GID for the value qualifier.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "currencyValue":{
                        "description":"The currency value of the trade transaction.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "gtmFormulaExpressionGid":{
                        "description":"Formula(If any) associated with the value qualifier.",
                        "type":"string"
                    },
                    "valueNote":{
                        "description":"A note that shows how the value qualifier is calculated.",
                        "type":"string"
                    },
                    "methodOfCalculation":{
                        "description":"Shows how the currency value should be calculated either manually or by using a formula.",
                        "type":"string"
                    },
                    "isFixed":{
                        "description":"If this is set to false, the currency values can be overridden with the values calculated from formula or any other process.",
                        "type":"boolean"
                    },
                    "valueSetCompRuleGrpId":{
                        "description":"Compliance rule group ID used to assign value set to the transaction.",
                        "type":"string"
                    },
                    "valueFormulaCompRuleGrpId":{
                        "description":"Compliance rule group ID used to assign formula to the value qualifiers on the transaction.",
                        "type":"string"
                    },
                    "paymentMethodCodeGid":{
                        "description":"The payment method. It is a foreign key to PAYMENT_METHOD_CODE table.",
                        "type":"string"
                    },
                    "rcValue":{
                        "description":"The reporting currency value.",
                        "type":"number",
                        "format":"double"
                    },
                    "rcValueCurrencyGid":{
                        "description":"The reporting value currency. It is a foreign key to CURRENCY table.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeTransactions.transactionDates":{
                "properties":{
                    "dateQualifierGid":{
                        "description":"The GID for the date qualifier.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "transactionDate":{
                        "description":"The transaction date.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeTransactions.conveyances":{
                "properties":{
                    "sequenceNo":{
                        "description":"Uniquely identifies a combination of transaction ID, equipment initial, equipment number and seal number.",
                        "type":"number",
                        "format":"int64"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "equipmentInitial":{
                        "description":"The equipment initial of the equipment used in shipment.",
                        "type":"string"
                    },
                    "equipmentNumber":{
                        "description":"The equipment number of the equipment used in a shipment.",
                        "type":"string"
                    },
                    "sealNumber":{
                        "description":"The seal number of the equipment.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeTransactions.documents":{
                "properties":{
                    "documentGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentDefGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentUrl":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentMimeType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentFilename":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "ownerDataQueryTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "reportGid":{
                        "description":"The report associated with the document attachment, if content was generated by the report subsystem.",
                        "type":"string"
                    },
                    "generatedAt":{
                        "description":"If preparation, date/time content was last generated",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "uploadedAt":{
                        "description":"If attachment, date/time content was last updated",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "documentTrackingNum":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentCmsId":{
                        "description":"A GUID to associate the document with content stored on its remote CMS. Valid when document_type=CMS.",
                        "type":"string"
                    },
                    "contentManagementSystemGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "usedAs":{
                        "description":"Represents the classification of a document.(C/I/L/T)",
                        "type":"string"
                    },
                    "relatedDocumentGid":{
                        "description":"Represents the related document for consolidated/linked documents. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "relatedDocument":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property relatedDocumentGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/documents"
                            }
                        ],
                        "readOnly":true
                    },
                    "effectiveDate":{
                        "description":"represents effective date for a document",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "expirationDate":{
                        "description":"Represents expiration date for a document.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "userDefined1IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined2IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined3IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined4IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined5IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeTransactions.lines":{
                "properties":{
                    "gtmTransactionLineGid":{
                        "description":"The GID for the GTM trade transaction line.",
                        "type":"string"
                    },
                    "gtmTransactionLineXid":{
                        "description":"The XID for the GTM trade transaction line.",
                        "type":"string"
                    },
                    "lineObjectId":{
                        "description":"N/A",
                        "type":"string"
                    },
                    "lineObjectNo":{
                        "description":"N/A",
                        "type":"number",
                        "format":"int64"
                    },
                    "itemGid":{
                        "description":"The GID for the item associated with the GTM trade transaction line. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "item":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property itemGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "parentTransLineGid":{
                        "description":"Indicates the parent transaction line for a transaction line which is a child line. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "parentTransLine":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property parentTransLineGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeTransactionLines"
                            }
                        ],
                        "readOnly":true
                    },
                    "indicator":{
                        "description":"Marks the condition or state of the GTM trade transaction line using colors.",
                        "type":"string"
                    },
                    "userDefined1IconGid":{
                        "description":"Marks the condition or state of the GTM trade transaction line using images. It is a foreign key reference to ICON table. ",
                        "type":"string"
                    },
                    "userDefined2IconGid":{
                        "description":"Marks the condition or state of the GTM trade transaction line using images. It is a foreign key reference to ICON table. ",
                        "type":"string"
                    },
                    "userDefined3IconGid":{
                        "description":"Marks the condition or state of the GTM trade transaction line using images. It is a foreign key reference to ICON table. ",
                        "type":"string"
                    },
                    "userDefined4IconGid":{
                        "description":"Marks the condition or state of the GTM trade transaction line using images. It is a foreign key reference to ICON table. ",
                        "type":"string"
                    },
                    "userDefined5IconGid":{
                        "description":"Marks the condition or state of the GTM trade transaction line using images. It is a foreign key reference to ICON table. ",
                        "type":"string"
                    },
                    "precedingTransactionLine":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property precedingTransactionLineGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeTransactionLines"
                            }
                        ],
                        "readOnly":true
                    },
                    "countryOfOrigin":{
                        "description":"The country of origin for item associated with the GTM trade transaction line.",
                        "type":"string"
                    },
                    "countryOfManufacture":{
                        "description":"The country of manufacture for item associated with the GTM trade transaction line.",
                        "type":"string"
                    },
                    "transLineType":{
                        "description":"Indicates if a line is a transaction line or a declaration line.",
                        "type":"string"
                    },
                    "attribute1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attributeNumber1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "gtmTrItemStructureGid":{
                        "description":"Component of transaction item structure indicates the parent item structure that the line is part of.",
                        "type":"string"
                    },
                    "gtmStructureGid":{
                        "description":"The GID for the trade item structure.",
                        "type":"string"
                    },
                    "gtmStructureComponentSeq":{
                        "description":"The sequence number of the component within an item structure.",
                        "type":"number",
                        "format":"int32"
                    },
                    "incoTermGid":{
                        "description":"The GID for the incoterm associated with the GTM trade transaction line.",
                        "type":"string"
                    },
                    "incoTermLocation":{
                        "description":"The incoterm location associated with the GTM trade transaction line.",
                        "type":"string"
                    },
                    "lineItemDescription":{
                        "description":"Describes the item on the transaction line.",
                        "type":"string"
                    },
                    "gtmTradePreferenceGid":{
                        "description":"The GID for the trade preference associated with the GTM trade transaction line.",
                        "type":"string"
                    },
                    "gtmTariffCode":{
                        "description":"This column represents the trade program applicable for transaction line.",
                        "type":"string"
                    },
                    "importProdClassTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attributeDate11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeNumber11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "countryOfImport":{
                        "description":"This describes the country of import for the transaction line.",
                        "type":"string"
                    },
                    "countryOfExport":{
                        "description":"This describes the country of export for the transaction line.",
                        "type":"string"
                    },
                    "itemStructureGid":{
                        "description":"Item Structure field indicates the structure that was used for qualification or business process.",
                        "type":"string"
                    },
                    "isCanceled":{
                        "description":"Indicates if the transaction line is a canceled line. ",
                        "type":"boolean"
                    },
                    "gtmTipZoneStatusGid":{
                        "description":"Trade Incentive Program Zone Status GID",
                        "type":"string"
                    },
                    "priorZoneStatus":{
                        "description":"Prior Zone Status GID",
                        "type":"string"
                    },
                    "quantities":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeTransactions.lines.quantities"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "values":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeTransactions.lines.values"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "percentageValues":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeTransactions.lines.percentageValues"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "textLinks":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeTransactions.lines.textLinks"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "statuses":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeTransactions.lines.statuses"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "otherControls":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeTransactions.lines.otherControls"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "remarks":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeTransactions.lines.remarks"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "licenses":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeTransactions.lines.licenses"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "reqdClassifications":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeTransactions.lines.reqdClassifications"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "controlScreens":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeTransactions.lines.controlScreens"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "reportQuantities":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeTransactions.lines.reportQuantities"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "notes":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeTransactions.lines.notes"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "codes":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeTransactions.lines.codes"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "dates":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeTransactions.lines.dates"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "partyScreens":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeTransactions.lines.partyScreens"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "prodClassifications":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeTransactions.lines.prodClassifications"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "involvedParties":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeTransactions.lines.involvedParties"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "sanctions":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeTransactions.lines.sanctions"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "reqdocLinks":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeTransactions.lines.reqdocLinks"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "baseAmounts":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeTransactions.lines.baseAmounts"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "refnums":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeTransactions.lines.refnums"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeTransactions.lines.quantities":{
                "properties":{
                    "gtmTransLineQtySeqNo":{
                        "description":"The sequence number of the quantity on the trade transaction line. ",
                        "type":"number",
                        "format":"int64"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "uomCode":{
                        "description":"The unit of measure of the quantity on the trade transaction line. ",
                        "type":"string"
                    },
                    "quantityValue":{
                        "description":"The value of the quantity on the trade transaction line.",
                        "type":"number",
                        "format":"double"
                    },
                    "gtmQuantityTypeGid":{
                        "description":"The GID for the GTM quantity qualifier.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeTransactions.lines.values":{
                "properties":{
                    "gtmValueQualifierGid":{
                        "description":"The GID for the value qualifier on the trade transaction line.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "currencyValue":{
                        "description":"The currency value of the trade transaction line.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "gtmFormulaExpressionGid":{
                        "description":"Formula(If any) associated with the value qualifier.",
                        "type":"string"
                    },
                    "valueNote":{
                        "description":"A note that shows how the value qualifier is calculated.",
                        "type":"string"
                    },
                    "methodOfCalculation":{
                        "description":"Shows how the currency value should be calculated either manually or by using a formula.",
                        "type":"string"
                    },
                    "isFixed":{
                        "description":"If this is set to false, the currency values can be overridden with the values calculated from formula or any other process.",
                        "type":"boolean"
                    },
                    "valueSetCompRuleGrpId":{
                        "description":"Compliance rule group ID used to assign value set to the transaction line.",
                        "type":"string"
                    },
                    "valueFormulaCompRuleGrpId":{
                        "description":"Compliance rule group ID used to assign formula to the value qualifiers on the transaction line.",
                        "type":"string"
                    },
                    "paymentMethodCodeGid":{
                        "description":"The payment method. It is a foreign key to PAYMENT_METHOD_CODE table.",
                        "type":"string"
                    },
                    "rcValue":{
                        "description":"The reporting currency value.",
                        "type":"number",
                        "format":"double"
                    },
                    "rcValueCurrencyGid":{
                        "description":"The reporting currency. It is a foreign key to CURRENCY table.",
                        "type":"string"
                    },
                    "valueDetails":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeTransactions.lines.values.valueDetails"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeTransactions.lines.values.valueDetails":{
                "properties":{
                    "sequenceNo":{
                        "description":"Sequence Number",
                        "type":"number",
                        "format":"int64"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "valueAttribute":{
                        "description":"Value attribute shows the attribute type of the value qualifier.",
                        "type":"string"
                    },
                    "value":{
                        "description":"The currency value of the value attribute.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "valueNote":{
                        "description":"A note that shows how the value attribute is calculated.",
                        "type":"string"
                    },
                    "referenceValueAttribute":{
                        "description":"Reference value attribute column shows which other value attribute this belongs to.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeTransactions.lines.percentageValues":{
                "properties":{
                    "gtmPercentageValueQualGid":{
                        "description":"The GID for the percentage value qualifier associated with the GTM trade transaction line. ",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "percentageValue":{
                        "description":"The percentage value associated with the GTM trade transaction line.",
                        "type":"number",
                        "format":"double"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeTransactions.lines.textLinks":{
                "properties":{
                    "gtmTransLineTextLinkGid":{
                        "description":"The GID for the link between the GTM trade transaction line and the associated text template.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "gtmTransLineTextLinkXid":{
                        "description":"The XID for the link between the GTM trade transaction line and the associated text template.",
                        "type":"string"
                    },
                    "gtmTransactionGid":{
                        "description":"The GID for the GTM trade transaction.",
                        "type":"string"
                    },
                    "documentDefGid":{
                        "description":"The GID for the document type associated with the GTM trade transaction line text template.",
                        "type":"string"
                    },
                    "textTemplateGid":{
                        "description":"The GID for the text template associated with the GTM trade transaction line.",
                        "type":"string"
                    },
                    "textOverride":{
                        "description":"Transactional override for the template on the specific document",
                        "type":"string"
                    },
                    "gtmComplianceRuleGroupGid":{
                        "description":"The GID for the GTM compliance rule set group used to assign a text template to a trade transaction line.",
                        "type":"string"
                    },
                    "gtmComplianceRuleGid":{
                        "description":"The GID for the GTM compliance rule used to assign a text template to a trade transaction line.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeTransactions.lines.statuses":{
                "properties":{
                    "statusTypeGid":{
                        "description":"The GID for the transaction line status type.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "statusValueGid":{
                        "description":"The GID for the transaction line status value.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeTransactions.lines.otherControls":{
                "properties":{
                    "gtmTrOtherControlGid":{
                        "description":"The GID for the GTM trade transaction line control code for other control screening.",
                        "type":"string"
                    },
                    "gtmTrOtherControlXid":{
                        "description":"The XID for the GTM trade transaction line control code for other control screening.",
                        "type":"string"
                    },
                    "gtmComplianceRuleGroupGid":{
                        "description":"The GID for the compliance rule set group used to assign the control type/control code for other control screening to the GTM trade transaction line.",
                        "type":"string"
                    },
                    "gtmComplianceRuleGid":{
                        "description":"The GID for the compliance rule used to assign the control type/control code for other control screening to the GTM trade transaction line.",
                        "type":"string"
                    },
                    "gtmControlTypeGid":{
                        "description":"The GID for the control type assigned to the GTM trade transaction line for other control screening.",
                        "type":"string"
                    },
                    "controlCode":{
                        "description":"The control code assigned to the GTM trade transaction line.",
                        "type":"string"
                    },
                    "authorizationText":{
                        "description":"The authorization information entered by a user to release the control assigned to the GTM trade transaction line during other control screening.",
                        "type":"string"
                    },
                    "authorizationAddedBy":{
                        "description":"The user who submitted the authorization.",
                        "type":"string"
                    },
                    "authorizationAddedOn":{
                        "description":"The date the authorization was submitted.  ",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "gtmExceptionControlTypeGid":{
                        "description":"The GID for the exception control type assigned to the GTM trade transaction line during other control screening.",
                        "type":"string"
                    },
                    "gtmExceptionControlCode":{
                        "description":"The exception control code assigned to the GTM trade transaction line during other control screening.",
                        "type":"string"
                    },
                    "exceptionComplianceRuleGid":{
                        "description":"The GID for the compliance rule used to assign the exception control type/control code to the GTM trade transaction line for other control screening.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeTransactions.lines.remarks":{
                "properties":{
                    "remarkSequence":{
                        "description":"The sequence number for the GTM trade transaction line remark. ",
                        "type":"number",
                        "format":"int64"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "remarkQualGid":{
                        "description":"The GID for the GTM trade transaction line remark.",
                        "type":"string"
                    },
                    "remarkText":{
                        "description":"The remark text for the GTM trade transaction line. ",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeTransactions.lines.licenses":{
                "properties":{
                    "gtmTransLineLicenseSeq":{
                        "description":"The sequence number for the license line assigned to the trade transaction. ",
                        "type":"number",
                        "format":"int64"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "licenseLineGid":{
                        "description":"The GID for the GTM license line.",
                        "type":"string"
                    },
                    "gtmQuantityTypeGid":{
                        "description":"The GID for the GTM quantity qualifier.",
                        "type":"string"
                    },
                    "quantityValue":{
                        "description":"The value of the license line quantity allocated to the trade transaction line.",
                        "type":"number",
                        "format":"double"
                    },
                    "quantityUom":{
                        "description":"The unit of measure of the license line quantity allocated to the trade transaction line. ",
                        "type":"string"
                    },
                    "gtmValueQualifierGid":{
                        "description":"The GID for the GTM value qualifier.",
                        "type":"string"
                    },
                    "licenseExpirationDate":{
                        "description":"The expiration date of the license assigned to the trade transaction line.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "userGid":{
                        "description":"The GID for GTM user which assigned the license to the trade transaction line.",
                        "type":"string"
                    },
                    "assignedDate":{
                        "description":"The date that the license is assigned to the trade transaction line.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "comments":{
                        "description":"Comments.",
                        "type":"string"
                    },
                    "currencyValue":{
                        "description":"The currency value of the license line assigned to the trade transaction.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "exchangeRateGid":{
                        "description":"The Exchange Rate ID used for value conversion between the license and the trade transaction. It is foreign key reference to EXCHANGE_RATE table. ",
                        "type":"string"
                    },
                    "rateExchangeDate":{
                        "description":"The Exchange Rate date used for value conversion between the license and the trade transaction.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "gtmControlTypeGid":{
                        "description":"The control type being released by the license line assigned to the trade transaction.",
                        "type":"string"
                    },
                    "controlCode":{
                        "description":"The control code being released by the license line assigned to the trade transaction.",
                        "type":"string"
                    },
                    "gtmLlUsageSequenceNo":{
                        "description":"The sequence number of the license line usage.",
                        "type":"number",
                        "format":"int64"
                    },
                    "transactionDate":{
                        "description":"Transaction date is set on performing license assignment based on the date qualifier configured on license code option.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "tradeLicenses":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeTransactions.lines.licenses.tradeLicenses"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeTransactions.lines.licenses.tradeLicenses":{
                "properties":{
                    "licenseGid":{
                        "description":"The GID for the GTM license.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "licenseXid":{
                        "description":"The XID for the GTM license.",
                        "type":"string"
                    },
                    "licenseNumber":{
                        "description":"The license number issued by the licensing authority.",
                        "type":"string"
                    },
                    "licenseCategoryGid":{
                        "description":"The GID for the GTM license category.",
                        "type":"string"
                    },
                    "licenseTypeGid":{
                        "description":"The GID for the GTM license type.",
                        "type":"string"
                    },
                    "licenseCode":{
                        "description":"The license code assigned to the license.",
                        "type":"string"
                    },
                    "gtmRegimeGid":{
                        "description":"The GID for the regime.",
                        "type":"string"
                    },
                    "gtmJurisdictionGid":{
                        "description":"The GID for the jurisdiction.",
                        "type":"string"
                    },
                    "isTemplate":{
                        "description":"Checkbox indicating whether or not this license record will be used as a license template or not.",
                        "type":"boolean"
                    },
                    "indicator":{
                        "description":"Marks the condition or state of the GTM license using colors.",
                        "type":"string"
                    },
                    "userDefined1IconGid":{
                        "description":"Marks the condition or state of the GTM license using images. It is a foreign key reference to ICON table. ",
                        "type":"string"
                    },
                    "userDefined2IconGid":{
                        "description":"Marks the condition or state of the GTM license using images. It is a foreign key reference to ICON table. ",
                        "type":"string"
                    },
                    "userDefined3IconGid":{
                        "description":"Marks the condition or state of the GTM license using images. It is a foreign key reference to ICON table. ",
                        "type":"string"
                    },
                    "userDefined4IconGid":{
                        "description":"Marks the condition or state of the GTM license using images. It is a foreign key reference to ICON table. ",
                        "type":"string"
                    },
                    "userDefined5IconGid":{
                        "description":"Marks the condition or state of the GTM license using images. It is a foreign key reference to ICON table. ",
                        "type":"string"
                    },
                    "isActive":{
                        "description":"Checkbox indicating if the license record is active or not.",
                        "type":"boolean"
                    },
                    "effectiveDate":{
                        "description":"The date on which the license is effective.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "expirationDate":{
                        "description":"The date on which the license expires.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "requestedDate":{
                        "description":"The date on which the license was requested from the licensing authority.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "approvalDate":{
                        "description":"The date on which the license was approved by the licensing authority.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "renewalDate":{
                        "description":"The date on which the license was renewed with the licensing authority.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "endDate":{
                        "description":"The date on which the license ends.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "attribute1":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute2":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute3":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute4":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute5":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute6":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute7":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute8":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute9":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute10":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute11":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute12":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute13":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute14":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute15":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute16":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute17":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute18":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute19":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute20":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attributeNumber1":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber2":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber3":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber4":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber5":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber6":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber7":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber8":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber9":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber10":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate1":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate2":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate3":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate4":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate5":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate6":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate7":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate8":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate9":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate10":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "allowSupplementFromBal":{
                        "description":"Controls automatic additional license assignment. ",
                        "type":"boolean"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeTransactions.lines.reqdClassifications":{
                "properties":{
                    "gtmProdClassTypeGid":{
                        "description":"The GID for the required product classification type associated with the GTM trade transaction line.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeTransactions.lines.controlScreens":{
                "properties":{
                    "gtmTrControlScreenGid":{
                        "description":"The GID for the GTM trade transaction line control code.",
                        "type":"string"
                    },
                    "gtmTrControlScreenXid":{
                        "description":"The XID for the GTM trade transaction line control code.",
                        "type":"string"
                    },
                    "gtmComplianceRuleGroupGid":{
                        "description":"The GID for the compliance rule set group used to assign the control type/control code to the GTM trade transaction line.",
                        "type":"string"
                    },
                    "gtmComplianceRuleGid":{
                        "description":"The GID for the compliance rule used to assign the control type/control code to the GTM trade transaction line.",
                        "type":"string"
                    },
                    "gtmExceptionControlTypeGid":{
                        "description":"The GID for the exception control type assigned to the GTM trade transaction line.",
                        "type":"string"
                    },
                    "gtmExceptionControlCode":{
                        "description":"The exception control code assigned to the GTM trade transaction line.",
                        "type":"string"
                    },
                    "gtmRegulationReferenceGid":{
                        "description":"The GID for the regulation reference associated with the control assigned to the GTM trade transaction line.",
                        "type":"string"
                    },
                    "gtmControlTypeGid":{
                        "description":"The GID for the control type assigned to the GTM trade transaction line.",
                        "type":"string"
                    },
                    "controlCode":{
                        "description":"The control code assigned to the GTM trade transaction line.",
                        "type":"string"
                    },
                    "licenseNumber":{
                        "description":"The license number associated with the license used to release a control on the GTM trade transaction line.",
                        "type":"string"
                    },
                    "licenseQuantity":{
                        "description":"The quantity from the associated license used to release a control on the GTM trade transaction line.",
                        "type":"number",
                        "format":"double"
                    },
                    "licenseUom":{
                        "description":"The unit of measured for the quantity from the associated license used to release a control on the GTM trade transaction line.",
                        "type":"string"
                    },
                    "licenseAddedBy":{
                        "description":"Specifies who added the license to the GTM trade transaction line.",
                        "type":"string"
                    },
                    "licenseAddedOn":{
                        "description":"Specifies the date on which the license is added to the GTM trade transaction line.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "gtmControlCategory":{
                        "description":"The control category associated with the control type/control code assigned to the GTM trade transaction line.",
                        "type":"string"
                    },
                    "gtmRegistrationGid":{
                        "description":"The GID for the registration associated with the GTM trade transaction line.",
                        "type":"string"
                    },
                    "involvedPartyQualGid":{
                        "description":"The GID for the involved party associated with the control code assigned to the GTM trade transaction line.",
                        "type":"string"
                    },
                    "exceptionComplianceRuleGid":{
                        "description":"The GID for the compliance rule used to assign the exception control type/control code to the GTM trade transaction line.",
                        "type":"string"
                    },
                    "gtmAuthorizationTypeGid":{
                        "description":"The authorization type of the  license number associated with the license used to release a control on the GTM trade transaction line.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeTransactions.lines.reportQuantities":{
                "properties":{
                    "gtlrqSeqNum":{
                        "description":"The sequence number of the quantity on the trade transaction line. ",
                        "type":"number",
                        "format":"int64"
                    },
                    "gtmProdClassTypeGid":{
                        "description":"The GID for the product classification type for the reporting quantity.",
                        "type":"string"
                    },
                    "gtmQuantityTypeGid":{
                        "description":"The GID for the GTM quantity qualifier for the reporting quantity.",
                        "type":"string"
                    },
                    "quantityValue":{
                        "description":"The value of the quantity on the trade transaction line for the reporting quantity.",
                        "type":"number",
                        "format":"double"
                    },
                    "uomCode":{
                        "description":"The unit of measure of the quantity on the trade transaction line for the reporting quantity. ",
                        "type":"string"
                    },
                    "attributeName":{
                        "description":"Refers to the unit of measure selected in uom_code. For example, REPORTING UOM1.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "gtmProdClassCodeGid":{
                        "description":"The GID for the product classification code for the reporting quantity.",
                        "type":"string"
                    },
                    "classificationCode":{
                        "description":"Classification code for an item.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeTransactions.lines.notes":{
                "properties":{
                    "noteSequenceNo":{
                        "description":"Sequence number of notes.",
                        "type":"number",
                        "format":"int64"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "timestamp":{
                        "description":"Timestamp of the event that is noted.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "summary":{
                        "description":"High level description about the event.",
                        "type":"string"
                    },
                    "note":{
                        "description":"Detailed description about the event.",
                        "type":"string"
                    },
                    "enteredBy":{
                        "description":"The action name or the manual intervention that resulted in this note",
                        "type":"string"
                    },
                    "isSystemGenerated":{
                        "description":"Says if the note is generated by the system or manually added by the user.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeTransactions.lines.codes":{
                "properties":{
                    "gtmTypeGid":{
                        "description":"The GID for the GTM type or user-defined type. ",
                        "type":"string"
                    },
                    "gtmCode":{
                        "description":"The corresponding code for the GTM type.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeTransactions.lines.dates":{
                "properties":{
                    "dateQualifierGid":{
                        "description":"The GID for the date qualifier.",
                        "type":"string"
                    },
                    "transLineDate":{
                        "description":"The transaction line date.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeTransactions.lines.partyScreens":{
                "properties":{
                    "gtmTrPartyScreenGid":{
                        "description":"The GID for the party screening record associated with the GTM trade transaction.",
                        "type":"string"
                    },
                    "gtmTrPartyScreenXid":{
                        "description":"The XID for the party screening record associated with the GTM trade transaction.",
                        "type":"string"
                    },
                    "gtmPartyGid":{
                        "description":"The GID for party associated with the GTM trade transaction line.",
                        "type":"string"
                    },
                    "isPassed":{
                        "description":"The restricted party screening status for a party associated with the GTM trade transaction line.",
                        "type":"boolean"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "contactGid":{
                        "description":"The contact GID. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "contact":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property contactGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeTransactions.lines.prodClassifications":{
                "properties":{
                    "gtmTrProdClassificationGid":{
                        "description":"The GID for the product classification assigned to the GTM trade transaction line.",
                        "type":"string"
                    },
                    "gtmTrProdClassificationXid":{
                        "description":"The XID for the product classification assigned to the GTM trade transaction line.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "gtmProdClassCodeGid":{
                        "description":"The GID for the product classification code assigned to the GTM trade transaction line.",
                        "type":"string"
                    },
                    "isFixed":{
                        "description":"Used to indicate if the assigned product classification code is fixed and should not be changed.",
                        "type":"boolean"
                    },
                    "tradeDirection":{
                        "description":"Trade Direction of the product classification. This field is deprecated and should not be used.",
                        "type":"string"
                    },
                    "gtmProductClassTypeGid":{
                        "description":"The GID for the product classification type assigned to the GTM trade transaction line.",
                        "type":"string"
                    },
                    "bindingRulingNumber":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "bindingRulingEffectiveDate":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "bindingRulingExpirationDate":{
                        "description":"Indicates expiration date of binding ruling.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "gtmProdClassPurposeGid":{
                        "description":"The GID of product classification purpose added to GTM Trade Transaction Line. ",
                        "type":"string"
                    },
                    "classificationCode":{
                        "description":"Classification code for an item.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeTransactions.lines.involvedParties":{
                "properties":{
                    "involvedPartyQualGid":{
                        "description":"The GID for the involved party qualifier.",
                        "type":"string"
                    },
                    "involvedPartyContactGid":{
                        "description":"The GID for the involved party contact or party. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "involvedPartyContact":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property involvedPartyContactGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "comMethodGid":{
                        "description":"The GID for the communication method of the involved party.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeTransactions.lines.sanctions":{
                "properties":{
                    "gtmTrSanctionGid":{
                        "description":"The GID for sanction assigned to the GTM trade transaction line.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "gtmComplianceRuleGroupGid":{
                        "description":"The GID for compliance rule set group used to assign the sanction to the GTM trade transaction.",
                        "type":"string"
                    },
                    "gtmComplianceRuleGid":{
                        "description":"The GID for compliance rule used to assign the sanction to the GTM trade transaction.",
                        "type":"string"
                    },
                    "gtmControlTypeGid":{
                        "description":"The GID for the sanction control type assigned to the GTM trade transaction.",
                        "type":"string"
                    },
                    "controlCode":{
                        "description":"The sanction control code assigned to the GTM trade transaction.",
                        "type":"string"
                    },
                    "gtmTrSanctionXid":{
                        "description":"The XID for the sanction assigned to the GTM trade transaction.",
                        "type":"string"
                    },
                    "authorizationText":{
                        "description":"The authorization used to override a sanction assigned to the GTM trade transaction line.",
                        "type":"string"
                    },
                    "authorizationAddedBy":{
                        "description":"The user who added the authorization used to override a sanction.",
                        "type":"string"
                    },
                    "authorizationAddedOn":{
                        "description":"The date on which an authorization is added to the sanction.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeTransactions.lines.reqdocLinks":{
                "properties":{
                    "gtmTransLineReqdocLinkGid":{
                        "description":"The GID for the required document associated with the GTM trade transaction line.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "gtmTransLineReqdocLinkXid":{
                        "description":"The XID for the required document associated with the GTM trade transaction line.",
                        "type":"string"
                    },
                    "gtmTransactionGid":{
                        "description":"The GID for the GTM trade transaction.",
                        "type":"string"
                    },
                    "documentDefGid":{
                        "description":"Required document type for the GTM trade transaction.",
                        "type":"string"
                    },
                    "gtmComplianceRuleGroupGid":{
                        "description":"The GID for the compliance rule set group.",
                        "type":"string"
                    },
                    "gtmComplianceRuleGid":{
                        "description":"The GID for the compliance rule.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeTransactions.lines.baseAmounts":{
                "properties":{
                    "gtmBaseAmountTypeGid":{
                        "description":"The GID for the base amount type.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "gtmComplianceRuleGroupGid":{
                        "description":"The GID for the compliance rule set group.",
                        "type":"string"
                    },
                    "gtmComplianceRuleGid":{
                        "description":"The GID for the compliance rule.",
                        "type":"string"
                    },
                    "gtmRegimeGid":{
                        "description":"The GID for the regime.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeTransactions.lines.refnums":{
                "properties":{
                    "gtmTranslineRefnumQualGid":{
                        "description":"The GID for the GTM trade transaction line reference number qualifier.",
                        "type":"string"
                    },
                    "refnumValue":{
                        "description":"The value of the reference number.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeTransactions.remarks":{
                "properties":{
                    "remarkSequence":{
                        "description":"The sequence number for the GTM trade transaction remark. ",
                        "type":"number",
                        "format":"int64"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "remarkQualGid":{
                        "description":"The GID for the GTM trade transaction remark.",
                        "type":"string"
                    },
                    "remarkText":{
                        "description":"The remark text for the GTM trade transaction. ",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeTransactions.reqdocs":{
                "properties":{
                    "documentDefGid":{
                        "description":"Required document type for the GTM trade transaction.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "numRevisions":{
                        "description":"The number of document revisions generated.",
                        "type":"number",
                        "format":"int32"
                    },
                    "reviewStatus":{
                        "description":"The review status of the required document. ",
                        "type":"string"
                    },
                    "gtmComplianceRuleGroupGid":{
                        "description":"The GID for the compliance rule set group.",
                        "type":"string"
                    },
                    "gtmComplianceRuleGid":{
                        "description":"The GID for the compliance rule.",
                        "type":"string"
                    },
                    "instructions":{
                        "description":"Free-form field to hold document attributes. E.g. a document could be denoted as required or optional.",
                        "type":"string"
                    },
                    "reviewers":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeTransactions.reqdocs.reviewers"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "texts":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeTransactions.reqdocs.texts"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "references":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeTransactions.reqdocs.references"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "docs":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeTransactions.reqdocs.docs"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "subscribers":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeTransactions.reqdocs.subscribers"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "statuses":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeTransactions.reqdocs.statuses"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeTransactions.reqdocs.reviewers":{
                "properties":{
                    "contactGid":{
                        "description":"The GID for the document reviewer. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "contact":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property contactGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "asInvolvedPartyQualGid":{
                        "description":"The involved party of the reviewer if they are acting as a party on the trade transaction.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeTransactions.reqdocs.texts":{
                "properties":{
                    "textTemplateGid":{
                        "description":"The GID for the text template associated with the GTM trade transaction line.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "gtmTransactionLineGid":{
                        "description":"The GID for the GTM trade transaction line. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "gtmTransactionLine":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property gtmTransactionLineGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeTransactionLines"
                            }
                        ],
                        "readOnly":true
                    },
                    "gtmComplianceRuleGid":{
                        "description":"The compliance rule used to assign the text template to the GTM trade transaction.",
                        "type":"string"
                    },
                    "gtmComplianceRuleGroupGid":{
                        "description":"The compliance rule set group used to assign the text template to the GTM trade transaction.",
                        "type":"string"
                    },
                    "textOverride":{
                        "description":"Transactional override for the template on the specific document.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeTransactions.reqdocs.references":{
                "properties":{
                    "sequenceNo":{
                        "description":"Uniquely identifies the association of trade transaction with the related object.",
                        "type":"number",
                        "format":"int64"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "dataQueryTypeGid":{
                        "description":"Identifies the data query type of the object.",
                        "type":"string"
                    },
                    "transactionRefGid":{
                        "description":"Gives the Shipment or Order Release ID based on the data query type.",
                        "type":"string"
                    },
                    "isPrimary":{
                        "description":"Gives the primary shipment among the multiple shipments. Takes the values Y/N.",
                        "type":"boolean"
                    },
                    "gtmDtConfigGid":{
                        "description":"Gives the data configuration used to create/copy data from the related object to trade transaction.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeTransactions.reqdocs.docs":{
                "properties":{
                    "documentGid":{
                        "description":"The GID for the document instance. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "document":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property documentGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/documents"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "documentRevision":{
                        "description":"The revision count for the document.",
                        "type":"number",
                        "format":"int32"
                    },
                    "review":{
                        "description":"The review status of the required document. ",
                        "type":"string"
                    },
                    "annotations":{
                        "description":"Annotations for a document revision.",
                        "type":"string"
                    },
                    "documentCmsName":{
                        "description":"The document name used to identify a set of revisions (versions) for a CMS.",
                        "type":"string"
                    },
                    "reviews":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeTransactions.reqdocs.docs.reviews"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeTransactions.reqdocs.docs.reviews":{
                "properties":{
                    "contactGid":{
                        "description":"The GID for the document reviewer. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "contact":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property contactGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "state":{
                        "description":"The review status of the document.",
                        "type":"string"
                    },
                    "comments":{
                        "description":"Comments from the reviewer for the specific document.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeTransactions.reqdocs.subscribers":{
                "properties":{
                    "contactGid":{
                        "description":"The GID for the document reviewer. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "contact":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property contactGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "asInvolvedPartyQualGid":{
                        "description":"The involved party of the subscriber if they are acting as a party on the trade transaction.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeTransactions.reqdocs.statuses":{
                "properties":{
                    "statusTypeGid":{
                        "description":"The status type associated with a required document.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "statusValueGid":{
                        "description":"The status value associated with a required document.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeTransactions.refnums":{
                "properties":{
                    "gtmTransRefnumQualGid":{
                        "description":"The GID for the GTM trade transaction reference number.",
                        "type":"string"
                    },
                    "refnumValue":{
                        "description":"The value of the reference number.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeTransactions.codes":{
                "properties":{
                    "gtmTypeGid":{
                        "description":"The GID for the GTM type or user-defined type. ",
                        "type":"string"
                    },
                    "gtmCode":{
                        "description":"The corresponding code for the GTM type.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeTransactions.involvedLocations":{
                "properties":{
                    "involvedLocationQualGid":{
                        "description":"The GID for the involved location qualifier.",
                        "type":"string"
                    },
                    "involvedLocationGid":{
                        "description":"The GID for the involved location. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "involvedLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property involvedLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeTransactions.involvedParties":{
                "properties":{
                    "involvedPartyQualGid":{
                        "description":"The GID for the involved party qualifier.",
                        "type":"string"
                    },
                    "involvedPartyContactGid":{
                        "description":"The GID for the involved party contact or party. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "involvedPartyContact":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property involvedPartyContactGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "comMethodGid":{
                        "description":"The GID for the communication method of the involved party.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeTransactions.statuses":{
                "properties":{
                    "statusTypeGid":{
                        "description":"The GID for the transaction status type.",
                        "type":"string"
                    },
                    "statusValueGid":{
                        "description":"The GID for the transaction status value.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeTransactions.ports":{
                "properties":{
                    "gtmPortQualifierGid":{
                        "description":"The GID for the GTM port qualifier.",
                        "type":"string"
                    },
                    "locationGid":{
                        "description":"The GID for the location. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "location":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property locationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeTransactions.policies":{
                "properties":{
                    "gtmPolicyQualifierGid":{
                        "description":"The GID for the GTM policy qualifier.",
                        "type":"string"
                    },
                    "gtmComplianceTemplateGid":{
                        "description":"The GID for the GTM compliance template.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "gtmComplianceRuleGid":{
                        "description":"The GID for the GTM compliance rule.",
                        "type":"string"
                    },
                    "gtmComplianceRuleGroupGid":{
                        "description":"The GID for the GTM compliance rule set group.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "calendars":{
                "properties":{
                    "calendarGid":{
                        "description":"CALENDAR_GID is the unique identifier for a calendar.",
                        "type":"string"
                    },
                    "calendarXid":{
                        "description":"CALENDAR_XID is the unique external identifier for a calendar.",
                        "type":"string"
                    },
                    "calendarName":{
                        "description":"CALENDAR_NAME is text that describes the purpose of the calendar. Examples include: office hours, summer calendar, pickup, etc.",
                        "type":"string"
                    },
                    "startDate":{
                        "description":"START_DATE contains the effective date of the calendar.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "daysInCycle":{
                        "description":"DAYS_IN_CYLCE specifies the number of days for which this calendar is in effect.",
                        "type":"number",
                        "format":"int32"
                    },
                    "holidayProfileGid":{
                        "description":"GC3 Global identifier for the entity. Is created by concatenating Domain Name,\".\" and XID.",
                        "type":"string"
                    },
                    "notes":{
                        "description":"NOTES contains text that describes additional information about the calendar. Examples include: \"ALL THE TIME,\" \"CAL_ANNUAL,\" \"OFFICE HOURS - 8AM TO 6PM,\" etc.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "details":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/calendars.details"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "calendars.details":{
                "properties":{
                    "activityCalendarId":{
                        "description":"ACTIVITY_CALENDAR_ID is the system-generated unique ID for ACTIVITY_CALENDAR. (IDs are internal system indexes; therefore, they are usually not recognizable to users.)",
                        "type":"number",
                        "format":"int64"
                    },
                    "activityGid":{
                        "description":"ACTIVITY_GID is the unique identifier of an activity. This entry defines an activity with the time(s) when that activity can occur.",
                        "type":"string"
                    },
                    "isWorkOn":{
                        "description":"IS_WORK_ON is a flag describing whether a specific activity calendar is active. (Valid values are Y for yes (the calendar is active) or N for no (the calendar is not active).",
                        "type":"boolean"
                    },
                    "begin":{
                        "description":"BEGIN contains the time when an activity can start.",
                        "type":"number",
                        "format":"int64"
                    },
                    "duration":{
                        "description":"DURATION contains the length of time an activity can take place.",
                        "type":"number",
                        "format":"int64"
                    },
                    "activityTimeFactor":{
                        "description":"Acitivity factor provides a multiplication factor for the activity.",
                        "type":"number",
                        "format":"double"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "sShipUnits":{
                "properties":{
                    "sShipUnitGid":{
                        "description":"The GID for the ship unit associated to a shipment.",
                        "type":"string"
                    },
                    "sShipUnitXid":{
                        "description":"The XID for the ship unit associated to a shipment.",
                        "type":"string"
                    },
                    "transportHandlingUnitGid":{
                        "description":"The transport handling unit identifier defined for the ship unit. Examples are a box and a pallet.",
                        "type":"string"
                    },
                    "unitLength":{
                        "description":"The length of each shipment ship unit. If this row represents 20 of the same ship units, the total length is 20 x unit length.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "unitWidth":{
                        "description":"The width of each shipment ship unit. Each row may represent the ship unit count number of same ship units. If this field is null or is 0, the weight of this shipment ship unit is computed as the total of container weight from its ship unit specification and the weight of its shipment ship unit lines.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "unitHeight":{
                        "description":"The height of each shipment ship unit. If this row represents the 20 same ship units, the total height is 20 x unit height.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "unitWeight":{
                        "description":"The weight of the ship unit.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "unitVolume":{
                        "description":"The volume of each shipment ship unit. Each row may represent the ship unit count number of same ship units. If this field is null or is 0, the volume of this shipment ship unit is computed as the total of container volume from its ship unit specification and the volume of its shipment ship unit lines.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "flexCommodityCode":{
                        "description":"The user-defined commodity code for the item. For example HTS, SITC, STCC, NMFC, etc.",
                        "type":"string"
                    },
                    "flexCommodityQualGid":{
                        "description":"A GID to define the type of the commodity code. For example HTS, SITC, STCC, NMFC etc.",
                        "type":"string"
                    },
                    "isSplitable":{
                        "description":"A true or false value to define whether the ship unit can be split when creating the shipments.",
                        "type":"boolean"
                    },
                    "shipUnitCount":{
                        "description":"Ship units that have the same dimension/weight and contents are represented as one row in the SHIP_UNIT table. SHIP_UNIT_COUNT is the number of these ship units.",
                        "type":"number",
                        "format":"int64"
                    },
                    "earlyPickupDate":{
                        "description":"The early pickup date defined for the ship unit",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "receivedWeight":{
                        "description":"The received gross weight of the shipment ship unit. It can be entered as a stop debrief. Used for reporting purposes.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "receivedVolume":{
                        "description":"The received volume of the shipment ship unit. It can be entered as a stop debrief. Used for reporting purposes.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "receivedShipUnitCount":{
                        "description":"The received item package count. It can be entered as a stop debrief.",
                        "type":"number",
                        "format":"double"
                    },
                    "shipUnitGid":{
                        "description":"The GID for the order release ship unit that is associated to this shipment ship unit.",
                        "type":"string"
                    },
                    "unitNetWeight":{
                        "description":"The unit net weight of the goods contained in the shipment ship unit.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "unitNetVolume":{
                        "description":"The unit net volume of the goods contained in the shipment ship unit.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "receivedNetWeight":{
                        "description":"The received net weight of the shipment ship unit. It can be entered as a stop debrief. Used for reporting purposes.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "receivedNetVolume":{
                        "description":"The received net volume of the shipment ship unit. It can be entered as a stop debrief. Used for reporting purposes.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "coreDiameter":{
                        "description":"For cylindrical objects, this defines the diameter of the core.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "unitDiameter":{
                        "description":"For cylindrical objects, this defines the diameter of the ship unit.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "tag1":{
                        "description":"A flexible field to contain informational data that has been copied from the order to the shipment.",
                        "type":"string"
                    },
                    "tag2":{
                        "description":"A flexible field to contain informational data that has been copied from the order to the shipment.",
                        "type":"string"
                    },
                    "tag3":{
                        "description":"A flexible field to contain informational data that has been copied from the order to the shipment.",
                        "type":"string"
                    },
                    "tag4":{
                        "description":"A flexible field to contain informational data that has been copied from the order to the shipment.",
                        "type":"string"
                    },
                    "tShipUnitGid":{
                        "description":"A GID for the order release ship unit.",
                        "type":"string"
                    },
                    "isCountSplittable":{
                        "description":"Indicates whether the ship unit can be split on the count boundaries when planning during container optimization.",
                        "type":"boolean"
                    },
                    "totalGrossWeight":{
                        "description":"The total gross weight of the shipment ship unit (transport handling unit + lines).",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "totalGrossVolume":{
                        "description":"The total gross volume of the shipment ship unit (transport handling unit + lines).",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "rangeStart":{
                        "description":"The range start value associated with the ship unit to handle the case where the ship unit count is >1 signifying that there are multiple instances of this record.",
                        "type":"number",
                        "format":"int32"
                    },
                    "rangeEnd":{
                        "description":"The range end value associated with the ship unit to handle the case where the ship unit count is >1 signifying that there are multiple instances of this record.",
                        "type":"number",
                        "format":"int32"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "releaseMethodGid":{
                        "description":"The release method (order configuration identifier) associated with defining this ship unit. It specifies such attributes as if the ship unit weight is calculated from the ship unit line weight.",
                        "type":"string"
                    },
                    "isAllowRepack":{
                        "description":"If this flag is set to false, when planning order movement that contains this ship unit or combine shipments that contains this shipment ship unit, the shipment ship unit building process will not repack this ship unit. ",
                        "type":"boolean"
                    },
                    "totalLoadingSplitWeight":{
                        "description":"Defines the total loading split weight if the ship unit can be split to load into the equipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "totalLoadingSplitVolume":{
                        "description":"Defines the total loading split volume if the ship unit can be split to load into the equipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "priority":{
                        "description":"Defines the priority associated with ship unit.",
                        "type":"number",
                        "format":"int32"
                    },
                    "isFixedEruCount":{
                        "description":"Indicates whether the ERU defined on shipment ship unit is used or the ERU is derived from the order. A null value means N.",
                        "type":"boolean"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "refnums":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/sShipUnits.refnums"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "accessorials":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/sShipUnits.accessorials"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "seals":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/sShipUnits.seals"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "sEquipments":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/sShipUnits.sEquipments"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "lines":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/sShipUnits.lines"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "specialServices":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/sShipUnits.specialServices"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "remarks":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/sShipUnits.remarks"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "trackingEvents":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/sShipUnits.trackingEvents"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "pieces":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/sShipUnits.pieces"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "sShipUnits.refnums":{
                "properties":{
                    "sShipUnitRefnumQualGid":{
                        "description":"The reference number qualifier identifier defining the reference code.",
                        "type":"string"
                    },
                    "refnumValue":{
                        "description":"The text associated to the remark code.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "sShipUnits.accessorials":{
                "properties":{
                    "accessorialCodeGid":{
                        "description":"The accessorial code GID.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "sShipUnits.seals":{
                "properties":{
                    "equipmentSeal":{
                        "description":"The equipment seal number for the shipment ship unit.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "sShipUnits.sEquipments":{
                "properties":{
                    "sEquipmentGid":{
                        "description":"The GID for the shipment equipment. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "sEquipment":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property sEquipmentGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/sEquipments"
                            }
                        ],
                        "readOnly":true
                    },
                    "compartmentNum":{
                        "description":"The number associated with the compartment in a multi-compartment equipment. (View Only)",
                        "type":"number",
                        "format":"int32"
                    },
                    "loadingSequence":{
                        "description":"The sequence that the shipment ship unit is loaded into the equipment. (View Only) ",
                        "type":"number",
                        "format":"int32"
                    },
                    "loadingPatternGid":{
                        "description":"The loading pattern used to place ship unit into equipment if load configuration algorithm used is pattern based. (View Only) ",
                        "type":"string"
                    },
                    "numStackingLayers":{
                        "description":"The number associated with the layer stacked for ship unit. (View Only)",
                        "type":"number",
                        "format":"int32"
                    },
                    "numLoadingRows":{
                        "description":"The number associated with the row the ship unit is placed in. (View Only)",
                        "type":"number",
                        "format":"int32"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "sShipUnits.lines":{
                "properties":{
                    "sShipUnitLineNo":{
                        "description":"The unique sequence within the ship unit to define the individual line items.",
                        "type":"number",
                        "format":"int64"
                    },
                    "weight":{
                        "description":"The weight of the item.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "volume":{
                        "description":"The volume of the item.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "trackingTag1":{
                        "description":"Additional information about the item. This could be any tracking numbers, SKU codes, SPLC codes etc.",
                        "type":"string"
                    },
                    "trackingTag2":{
                        "description":"Additional information about the item. This could be any tracking numbers, SKU codes, SPLC codes etc.",
                        "type":"string"
                    },
                    "trackingTag3":{
                        "description":"Additional information about the item. This could be any tracking numbers, SKU codes, SPLC codes etc.",
                        "type":"string"
                    },
                    "trackingTag4":{
                        "description":"Additional information about the item. This could be any tracking numbers, SKU codes, SPLC codes etc.",
                        "type":"string"
                    },
                    "orLineGid":{
                        "description":"A unique identifier to define the multiple order release lines per order release. The GID has the domain portion. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "orLine":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property orLineGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/orderReleaseLines"
                            }
                        ],
                        "readOnly":true
                    },
                    "orderReleaseGid":{
                        "description":"A unique identifier created by the system for the order release. The GID contains the domain portion. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "orderRelease":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property orderReleaseGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/orderReleases"
                            }
                        ],
                        "readOnly":true
                    },
                    "orderBaseGid":{
                        "description":"The GID for the order base that is related to the shipment line. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string",
                        "readOnly":true
                    },
                    "orderBase":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property orderBaseGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/orderBases"
                            }
                        ],
                        "readOnly":true
                    },
                    "packagingUnitGid":{
                        "description":"The GID for the packaging unit that is related to the shipment line.",
                        "type":"string"
                    },
                    "packagingUnitCount":{
                        "description":"The packaging unit count for the packaged unit that is being shipped.",
                        "type":"number",
                        "format":"int64"
                    },
                    "itemPackageCount":{
                        "description":"The number of packages in this shipment ship unit line for one ship unit. Its shipment ship unit may represent more than one same ship units. E.g., for 20 ship units that contains 4 cases of 24 cans of cocoa, each shipment ship unit line row will have an item GID: cocoa, item count 4x24, item package specification: case-of-24-cans, item package count: 4. The ship unit count will be 20.",
                        "type":"number",
                        "format":"int64"
                    },
                    "declaredValue":{
                        "description":"The declared value of the packaged item quantity being shipped.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "packagedItemGid":{
                        "description":"The GID for the packaged item. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "packagedItem":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property packagedItemGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/packagedItems"
                            }
                        ],
                        "readOnly":true
                    },
                    "hazmatItemGid":{
                        "description":"The GID for the hazmat item.",
                        "type":"string"
                    },
                    "receivedWeight":{
                        "description":"The received weight of the shipment line. It can be entered as a stop debrief. Used for reporting purposes.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "receivedVolume":{
                        "description":"The received volume of the shipment line. It can be entered as a stop debrief. Used for reporting purposes.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "receivedItemPackageCount":{
                        "description":"The received item package count. It can be entered as a stop debrief.",
                        "type":"number",
                        "format":"double"
                    },
                    "shipUnitGid":{
                        "description":"The GID for the ship unit that contains this shipping line.",
                        "type":"string"
                    },
                    "shipUnitLineNo":{
                        "description":"The ship unit line number defined for this shipping line.",
                        "type":"number",
                        "format":"int32"
                    },
                    "weightPer":{
                        "description":"The weight per shipping line count to handle shipping a multiple count.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "volumePer":{
                        "description":"The weight per shipping line count to handle shipping a multiple count.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "countPerShipUnit":{
                        "description":"The count per ship unit.",
                        "type":"number",
                        "format":"int64"
                    },
                    "receivedPackagingUnitCount":{
                        "description":"The received packaging unit count of the shipment line. It can be entered as stop debrief. Used for reporting purposes.",
                        "type":"number",
                        "format":"int64"
                    },
                    "receivedCountPerShipUnit":{
                        "description":"The received count per ship unit. It can be entered as stop debrief. Used for reporting purposes.",
                        "type":"number",
                        "format":"int64"
                    },
                    "tOrderReleaseGid":{
                        "description":"Used as a non-foreign key reference to the order release.",
                        "type":"string"
                    },
                    "tOrLineGid":{
                        "description":"Used as a non-foreign key reference to the order release line.",
                        "type":"string"
                    },
                    "tShipUnitGid":{
                        "description":"Used as a non-foreign key reference to the order release ship unit line.",
                        "type":"string"
                    },
                    "tShipUnitLineNo":{
                        "description":"Used as a non-foreign key reference to the order release ship unit line.",
                        "type":"number",
                        "format":"int32"
                    },
                    "userDefinedCommodityGid":{
                        "description":"The user defined commodity identifier associated with the item that is being shipped.",
                        "type":"string",
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "userDefined1IconGid":{
                        "description":"Stores a user-defined icon that will appear within the user interface to help visually identify attributes for the ship unit line.",
                        "type":"string"
                    },
                    "userDefined2IconGid":{
                        "description":"Stores a user-defined icon that will appear within the user interface to help visually identify attributes for the ship unit line.",
                        "type":"string"
                    },
                    "userDefined3IconGid":{
                        "description":"Stores a user-defined icon that will appear within the user interface to help visually identify attributes for the ship unit line.",
                        "type":"string"
                    },
                    "marinePollutantIndicator":{
                        "description":"A Y/N indicator if the shipment line item is a marine pollutant.",
                        "type":"boolean"
                    },
                    "hotIndicator":{
                        "description":"A Y/N indicator if the shipment line item is hot.",
                        "type":"boolean"
                    },
                    "loadConfigSetupGid":{
                        "description":"A load configuration set up identifier to be used by the load configuration engine as the input rules during ship unit building during repack.",
                        "type":"string"
                    },
                    "remarks":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/sShipUnits.lines.remarks"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "refnums":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/sShipUnits.lines.refnums"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "accessorials":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/sShipUnits.lines.accessorials"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "sShipUnits.lines.remarks":{
                "properties":{
                    "remarkSequence":{
                        "description":"The sequence identifier for the remark associated with the shipment.",
                        "type":"number",
                        "format":"int64"
                    },
                    "remarkQualGid":{
                        "description":"The remark qualifier identifier defining the remark code.",
                        "type":"string"
                    },
                    "remarkText":{
                        "description":"The text associated to the remark code.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "sShipUnits.lines.refnums":{
                "properties":{
                    "sSulRefnumQualGid":{
                        "description":"The reference number qualifier identifier defining the reference code.",
                        "type":"string"
                    },
                    "refnumValue":{
                        "description":"The text associated to the remark code.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "sShipUnits.lines.accessorials":{
                "properties":{
                    "accessorialCodeGid":{
                        "description":"The accessorial code GID.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "remarks":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/sShipUnits.lines.accessorials.remarks"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "sShipUnits.lines.accessorials.remarks":{
                "properties":{
                    "remarkSequence":{
                        "description":"The remark sequence associated with the shipment ship unit line. ",
                        "type":"number",
                        "format":"int64"
                    },
                    "remarkQualGid":{
                        "description":"The remark qualifier identifier defining the remark code.",
                        "type":"string"
                    },
                    "remarkText":{
                        "description":"The text associated to the remark code.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "sShipUnits.specialServices":{
                "properties":{
                    "specialServiceGid":{
                        "description":"The special service identifier defining the service to be performed.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "sShipUnits.remarks":{
                "properties":{
                    "remarkSequence":{
                        "description":"The sequence identifier for the remark associated with the shipment.",
                        "type":"number",
                        "format":"int64"
                    },
                    "remarkQualGid":{
                        "description":"The remark qualifier identifier defining the remark code.",
                        "type":"string"
                    },
                    "remarkText":{
                        "description":"The text associated to the remark code.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "sShipUnits.trackingEvents":{
                "properties":{
                    "iTransactionNo":{
                        "description":"The transaction identifier linked to the shipment ship unit.",
                        "type":"number",
                        "format":"int64"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "partitionKey":{
                        "description":"The monthly range partition to manage purging status messages.",
                        "type":"number",
                        "format":"double"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "sShipUnits.pieces":{
                "properties":{
                    "pieceNumber":{
                        "description":"A unique number given to a piece of SSU for the same S_SHIP_UNIT_GID with multiple counts.",
                        "type":"number",
                        "format":"int32"
                    },
                    "loadingSequence":{
                        "description":"The loading sequence of the SSU singleton.",
                        "type":"number",
                        "format":"int32"
                    },
                    "stackingLayer":{
                        "description":"Stacking layers of the unit. If multiple units are underneath, this is the maximum number of layers underneath added by 1.",
                        "type":"number",
                        "format":"int32"
                    },
                    "orientationGid":{
                        "description":"Orientation of the ship unit piece.",
                        "type":"string"
                    },
                    "xCoordinate":{
                        "description":"The x-coordinate of the unit using container's front lower left corner as the origin.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "yCoordinate":{
                        "description":"The y-coordinate of the unit using container's front lower left corner as the origin.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "zCoordinate":{
                        "description":"The z-coordinate of the unit using container's front lower left corner as the origin.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "totalTopWeight":{
                        "description":"This is the summation of all weights on the top distributed according to the area touching the pieces",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "isSplit":{
                        "description":"To indicate if this is a loading split from the original SSU.",
                        "type":"boolean"
                    },
                    "length":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "width":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "height":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "weight":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "volume":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "loadConfig3dPatternGid":{
                        "description":"Corresponding user defined 3d pattern. If the piece is placed using user defined 3d pattern, this indicates the pattern used.",
                        "type":"string"
                    },
                    "patternInstanceCount":{
                        "description":"Instance of the user pattern used",
                        "type":"number",
                        "format":"int32"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "skuTransactions":{
                "properties":{
                    "skuTransactionGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "skuTransactionXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "skuGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "transactionType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "packagedItemGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "warehouseLocationGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "supplierCorporationGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "ownerCorporationGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "quantity1":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "quantity2":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "transactionDate":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "partitionKey":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "skuTransactionDescriptors":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/skuTransactions.skuTransactionDescriptors"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "skuTransactions.skuTransactionDescriptors":{
                "properties":{
                    "skuDescriptorSeq":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "skuDescriptorType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "skuDescriptorValue":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "skuDescriptorQuantity1":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "skuDescriptorQuantity2":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "parentSkuTransactionGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "parentSkuDescriptorSeq":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "partitionKey":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "dataQueryTypes":{
                "properties":{
                    "dataQueryTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "dataQueryTypeXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "javaClass":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "supportIntegration":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "supportTransactionalEvents":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "supportAgent":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "supportText":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "isObjectLock":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "businessObjectType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "supportsDocument":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "defaultLogProfileGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "rateRecordProfiles":{
                "properties":{
                    "rateGeoProfileGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "rateGeoProfileXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "rateGeoProfileName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isCompatible":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "details":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/rateRecordProfiles.details"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "rateRecordProfiles.details":{
                "properties":{
                    "rateGeoGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "agencyCodes":{
                "properties":{
                    "agencyCodeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "agencyCodeXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "agencyCodeName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "agencyCode":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "contacts":{
                "properties":{
                    "contactGid":{
                        "description":"The GID for the contact for the location.",
                        "type":"string"
                    },
                    "contactXid":{
                        "description":"The XID for the contact for the location.",
                        "type":"string"
                    },
                    "firstName":{
                        "description":"The given name of the contact person for the location.",
                        "type":"string"
                    },
                    "lastName":{
                        "description":"The surname of the contact person for the location.",
                        "type":"string"
                    },
                    "jobTitle":{
                        "description":"The title for the contact person at the location.",
                        "type":"string"
                    },
                    "emailAddress":{
                        "description":"The email address of the contact person for the location.",
                        "type":"string"
                    },
                    "phone1":{
                        "description":"The primary telephone number for the location's contact person.",
                        "type":"string"
                    },
                    "phone2":{
                        "description":"The secondary telephone number for the location's contact person.",
                        "type":"string"
                    },
                    "fax":{
                        "description":"The facsimile number for the contact person for the location.",
                        "type":"string"
                    },
                    "languageSpoken":{
                        "description":"The language the contact person at the location speaks.",
                        "type":"string"
                    },
                    "isPrimaryContact":{
                        "description":"Indicates if this contact person at the location is the primary contact person (if so Y) or not (if not N).",
                        "type":"boolean",
                        "readOnly":true
                    },
                    "telex":{
                        "description":"The telephone number for telex communications for the location's contact person.",
                        "type":"string"
                    },
                    "externalSystemGid":{
                        "description":"The external system GID.",
                        "type":"string"
                    },
                    "notes":{
                        "description":"Text describing something regarding the contact person for the location or the location itself.",
                        "type":"string"
                    },
                    "glUserGid":{
                        "description":"The GL user GID.",
                        "type":"string"
                    },
                    "recipientDomainName":{
                        "description":"The domain of a message recipient.",
                        "type":"string"
                    },
                    "routeThroughLocation":{
                        "description":"Indicates if the notification should use location.",
                        "type":"boolean"
                    },
                    "contactType":{
                        "description":"Defines whether a contact is a person or group.",
                        "type":"string"
                    },
                    "isBroadcast":{
                        "description":"Valid only if the contact_type = 'GROUP'.  This is a Boolean flag which controls whether GC3 creates a single notification message and broadcasts (i.e. cc) it to each group member or whether GC3 creates a message customized for each member.",
                        "type":"boolean"
                    },
                    "groupSavedQueryGid":{
                        "description":"Valid only if the contact_type = 'GROUP'.  The saved_query could then define which individual contacts belong to the contact_group.",
                        "type":"string"
                    },
                    "locationGid":{
                        "description":"The GID for the location. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "location":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property locationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "isEmailVirusProtected":{
                        "description":"If Y, document attachments may be sent to the contact without virus checking.",
                        "type":"boolean"
                    },
                    "consolidationProfileGid":{
                        "description":"The GID for the consolidation profile.  You would enter a Consolidation Profile if you are using consolidated notification. If a consolidation profile is entered, it will apply to all contact notifications that do not have a consolidated notification profile.",
                        "type":"string"
                    },
                    "consolidatedNotifyOnly":{
                        "description":"Select the Consolidated Notify Only check box if the only notification sent is to be consolidated and the communication method is email, fax or message center.",
                        "type":"boolean"
                    },
                    "isNotificationOn":{
                        "description":"No notification will be sent to the contact if this field is set to false ('N').",
                        "type":"boolean"
                    },
                    "timeZoneGid":{
                        "description":"Time zone for the contact.",
                        "type":"string"
                    },
                    "fromAddrContactGid":{
                        "description":"The GID that contains a contact's 'From-Address' details. Valid only if IS_FROM_ADDRESS is 'N'. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "fromAddrContact":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property fromAddrContactGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "isFromAddress":{
                        "description":"Indicates if a contact is a 'From-Address' contact.",
                        "type":"boolean"
                    },
                    "middleName":{
                        "description":"The middle name of the contact.",
                        "type":"string"
                    },
                    "cellPhone":{
                        "description":"Contains the mobile/cell  phone number for the location's contact person.  Do not include special characters such as \"+\" and \"-\".",
                        "type":"string"
                    },
                    "sendAsMessage":{
                        "description":"Indicates that messages should be sent to message center.",
                        "type":"boolean"
                    },
                    "messageProfileGid":{
                        "description":"The GID for the message profile. A message profile provides a grouping of stylesheet profiles for inbound message processing. It represents the different formats a device can send to the system. A message profile is assigned to a contact. If the message type for an incoming message, the system attempts to apply the stylesheet profiles listed in the message profile. They are applied to the incoming message in the order of the Attempt Sequence of the message profile.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "alternateName":{
                        "description":"If the contact goes by an alternate name the alternate name should be entered here. For example, real name Laurence Tureaud, alternate name Mr. T.<br>Note: GTM bases restricted party screening on the party's company name. If the contact has an alternate name, the contact's alternate name is screened instead.",
                        "type":"string"
                    },
                    "companyName":{
                        "description":"Company name for this party.",
                        "type":"string"
                    },
                    "description":{
                        "description":"Enter any additional descriptive information for this party/contact.",
                        "type":"string"
                    },
                    "ippPrinterGid":{
                        "description":"Used to assign an IPP printer as a recipient of notifications, particularly of document or report events.",
                        "type":"string"
                    },
                    "ecmUser":{
                        "description":"If the contact is acting as a reviewer or subscriber to documents within Oracle ECM, the ECM user mapping to the contact.",
                        "type":"string"
                    },
                    "attribute1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attributeNumber1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "nameAddressUpdateDate":{
                        "description":"Date on which the details - FIRST_NAME,LAST_NAME,COMPANY_NAME,ALTERNATE_NAME,LOCATION_GID are modified.RPLS checks this date before it starts screening.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "indicator":{
                        "description":"Indicators are icons that can be assigned to business objects that can be displayed in search Results pages and other lists to indicate the condition or state of a business object. You can use indicators to mark the history, status or any other condition of a business object.",
                        "type":"string"
                    },
                    "userDefined1IconGid":{
                        "description":"The GID for the user defined image/icon. Up to five User-Defined Image fields can be configured to appear on the Search and Results page that let you query and review the images that are assigned to a business object. Images can be assigned to business objects to visually emphasize certain characteristics such as shipments containing hazardous material, orders for hot commodities, or shipments with over dimensional freight.",
                        "type":"string"
                    },
                    "userDefined2IconGid":{
                        "description":"The GID for the user defined image/icon. Up to five User-Defined Image fields can be configured to appear on the Search and Results page that let you query and review the images that are assigned to a business object. Images can be assigned to business objects to visually emphasize certain characteristics such as shipments containing hazardous material, orders for hot commodities, or shipments with over dimensional freight.",
                        "type":"string"
                    },
                    "userDefined3IconGid":{
                        "description":"The GID for the user defined image/icon. Up to five User-Defined Image fields can be configured to appear on the Search and Results page that let you query and review the images that are assigned to a business object. Images can be assigned to business objects to visually emphasize certain characteristics such as shipments containing hazardous material, orders for hot commodities, or shipments with over dimensional freight.",
                        "type":"string"
                    },
                    "userDefined4IconGid":{
                        "description":"The GID for the user defined image/icon. Up to five User-Defined Image fields can be configured to appear on the Search and Results page that let you query and review the images that are assigned to a business object. Images can be assigned to business objects to visually emphasize certain characteristics such as shipments containing hazardous material, orders for hot commodities, or shipments with over dimensional freight.",
                        "type":"string"
                    },
                    "userDefined5IconGid":{
                        "description":"The GID for the user defined image/icon. Up to five User-Defined Image fields can be configured to appear on the Search and Results page that let you query and review the images that are assigned to a business object. Images can be assigned to business objects to visually emphasize certain characteristics such as shipments containing hazardous material, orders for hot commodities, or shipments with over dimensional freight.",
                        "type":"string"
                    },
                    "attributeDate11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeNumber11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "comMethods":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/contacts.comMethods"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "corporations":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/contacts.corporations"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "statuses":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/contacts.statuses"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "preferences":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/contacts.preferences"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "contacts.comMethods":{
                "properties":{
                    "comMethodRank":{
                        "description":"A numeric value to rank the communication methods at the location. For example a location may have E-Mail, Fax and Phone as preferred communication methods in that rank.",
                        "type":"number",
                        "format":"int32"
                    },
                    "comMethodGid":{
                        "description":"The communication method GID.",
                        "type":"string"
                    },
                    "calendarGid":{
                        "description":"The calendar GID.",
                        "type":"string"
                    },
                    "expectedResponseTime":{
                        "description":"This value is used when the location represents  the service provider. It specifies the response time for a shipment tender.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "contacts.corporations":{
                "properties":{
                    "corporationGid":{
                        "description":"The GID for the corporation related to the contact. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "corporation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property corporationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/corporations"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "contacts.statuses":{
                "properties":{
                    "statusTypeGid":{
                        "description":"Status type for the contact status.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "statusValueGid":{
                        "description":"Value of status type.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "contacts.preferences":{
                "properties":{
                    "preferenceGid":{
                        "description":"The preference GID.",
                        "type":"string"
                    },
                    "value":{
                        "description":"The value or Rank for the communication method.  The value (Rank) prioritizes the saved communication methods. The highest priority is 1. If the rank between two companies does not match, the method preferred by the source company (shipper) is used.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "serviceProviderProfiles":{
                "properties":{
                    "servprovProfileGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "servprovProfileXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "servprovProfileName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isCompatible":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "details":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/serviceProviderProfiles.details"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "serviceProviderProfiles.details":{
                "properties":{
                    "servprovGid":{
                        "description":"No description. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "servprov":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property servprovGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/serviceProviders"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "productClassificationHierarchyCodes":{
                "properties":{
                    "gtmProdClassCodePartGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmProdClassCodePartXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "classificationCodePart":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "parentGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmProdClassCodeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmDataVersionGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "rootGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "descriptions":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/productClassificationHierarchyCodes.descriptions"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "productClassificationHierarchyCodes.descriptions":{
                "properties":{
                    "gtmLanguageGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "rateQualities":{
                "properties":{
                    "rateQualityGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "rateQualityXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "rateQualityName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "adjustmentPercent":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "adjustmentFlat":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "adjustmentFlatGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "documents":{
                "properties":{
                    "documentGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentDefGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentUrl":{
                        "description":"No description.",
                        "type":"string",
                        "readOnly":true
                    },
                    "documentType":{
                        "description":"No description.",
                        "type":"string",
                        "readOnly":true
                    },
                    "documentMimeType":{
                        "description":"No description. This attribute is marked as Create-Only.",
                        "type":"string"
                    },
                    "documentFilename":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "ownerDataQueryTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "ownerObjectGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "reportGid":{
                        "description":"The report associated with the document attachment, if content was generated by the report subsystem.",
                        "type":"string"
                    },
                    "generatedAt":{
                        "description":"If preparation, date/time content was last generated",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "uploadedAt":{
                        "description":"If attachment, date/time content was last updated",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "documentTrackingNum":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentCmsId":{
                        "description":"A GUID to associate the document with content stored on its remote CMS. Valid when document_type=CMS.",
                        "type":"string",
                        "readOnly":true
                    },
                    "contentManagementSystemGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "usedAs":{
                        "description":"Represents the classification of a document.(C/I/L/T)",
                        "type":"string"
                    },
                    "relatedDocumentGid":{
                        "description":"Represents the related document for consolidated/linked documents. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "relatedDocument":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property relatedDocumentGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/documents"
                            }
                        ],
                        "readOnly":true
                    },
                    "effectiveDate":{
                        "description":"represents effective date for a document",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "expirationDate":{
                        "description":"Represents expiration date for a document.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "userDefined1IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined2IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined3IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined4IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined5IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "contexts":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/documents.contexts"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "statuses":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/documents.statuses"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "cmsParams":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/documents.cmsParams"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "contents":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/documents.contents"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "documents.contexts":{
                "properties":{
                    "documentContextQualGid":{
                        "description":"Represents the document context qualifier.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentContextValue":{
                        "description":"Represents the value of a document context qualifier.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "documents.statuses":{
                "properties":{
                    "statusTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "statusValueGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "documents.cmsParams":{
                "properties":{
                    "paramName":{
                        "description":"Parameter name",
                        "type":"string"
                    },
                    "paramValue":{
                        "description":"Parameter value",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "documents.contents":{
                "properties":{
                    "documentContentGid":{
                        "description":"NOTE: This column should not have an FK to OCUMENT_CONTENT. The DOCUMENT_CONTENT table may be stored in a different instance or schema.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "statusGroupProfiles":{
                "properties":{
                    "bsStatusGroupProfileGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "bsStatusGroupProfileXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "details":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/statusGroupProfiles.details"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "statusGroupProfiles.details":{
                "properties":{
                    "bsStatusGroupGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "loadConfigRules":{
                "properties":{
                    "sequenceNo":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "packagedItemGid":{
                        "description":"No description. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "packagedItem":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property packagedItemGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/packagedItems"
                            }
                        ],
                        "readOnly":true
                    },
                    "packagingUnitGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "transportHandlingUnitGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "equipmentGroupGid":{
                        "description":"No description. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "equipmentGroup":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property equipmentGroupGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/equipmentGroups"
                            }
                        ],
                        "readOnly":true
                    },
                    "compartmentNum":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "locationGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "locationRoleGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "loadConfigSetupGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isForShipUnitBuilding":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "locationOverrides":{
                "properties":{
                    "locationOverrideGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "locationOverrideXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "locationGid":{
                        "description":"No description. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "location":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property locationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "overrideLocationName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "overrideCity":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "overrideProvince":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "overrideProvinceCode":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "overrideCountryCode3Gid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "overridePostalCode":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "addresses":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/locationOverrides.addresses"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "locationOverrides.addresses":{
                "properties":{
                    "lineSequence":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "overrideAddressLine":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "askOtmSavedQueries":{
                "properties":{
                    "savedQueryGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "savedQueryXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "queryName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "transmissions":{
                "properties":{
                    "senderTransmissionId":{
                        "description":"Used to specify any external reference that should be associated with this transmission.",
                        "type":"string"
                    },
                    "referenceTransmissionNo":{
                        "description":"This value can be used when this message is a response to a prior outbound transmission. In this case, it specifies to which transmission the response belongs.",
                        "type":"number",
                        "format":"int64"
                    },
                    "processInSequence":{
                        "description":"Specifies if all the transactions in the transmission are to be processed in sequence or in parallel. The sequence is defined by the order of the transactions in the transmission. If Process Groupings are specified, then this element specifies if the groups are to be processed in sequence or in parallel. Default value is true for sequential processing.",
                        "type":"boolean"
                    },
                    "stopProcessOnError":{
                        "description":"Specifies if processing of the transmission should be stopped when an error occurs in a transaction. If true, processing will stop.",
                        "type":"boolean"
                    },
                    "dataQueueGid":{
                        "description":"Used to specify inbound integration data queue that will manage this transmission. If not specified, will default to the data queue configured by the glog.integration.dataqueue.inbound.",
                        "type":"string"
                    },
                    "dataQueuePriority":{
                        "description":"Used to specify a priority for this transmission to be used by a data queue poller to select transmissions for processing in priority order.",
                        "type":"number",
                        "format":"int64"
                    },
                    "refnums":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/transmissions.refnums"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "processGroups":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/transmissions.processGroups"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "transactions":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/transmissions.transactions"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                },
                "required":[
                    "transactions"
                ]
            },
            "transmissions.refnums":{
                "properties":{
                    "iTransmissionRefnumQualGid":{
                        "description":"Transmission reference number qualifier gid.",
                        "type":"string"
                    },
                    "refnumValue":{
                        "description":"Reference number value.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                },
                "required":[
                    "iTransmissionRefnumQualGid",
                    "refnumValue"
                ]
            },
            "transmissions.processGroups":{
                "properties":{
                    "processGroup":{
                        "description":"This is the unique name for the Process Group.",
                        "type":"string"
                    },
                    "parentGroup":{
                        "description":"This is the name of the parent Process Group when using nesting of process groups.",
                        "type":"string"
                    },
                    "processInSequence":{
                        "description":"This controls whether transactions within a specific group are processed in sequence. If true, group items are processed in sequence.",
                        "type":"boolean"
                    },
                    "stopProcessOnError":{
                        "description":"Specifies if processing of the group should be stopped when an error occurs in a transaction. If true, processing will stop.",
                        "type":"boolean"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                },
                "required":[
                    "pgroupId",
                    "inSequence"
                ]
            },
            "transmissions.transactions":{
                "properties":{
                    "contentType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "httpMethod":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "resourceUrl":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "processGroup":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "processSequence":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "senderTransactionId":{
                        "description":"Specifies the Transaction Number that the sender assigned to the transaction.",
                        "type":"string"
                    },
                    "referenceTransactionId":{
                        "description":"Specifies an alternative Transaction Number that may be assigned by the recipient for the transaction.",
                        "type":"string"
                    },
                    "refnums":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/transmissions.transactions.refnums"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "body":{
                        "description":"Contains the actual resource message matching the content type and resource URL.",
                        "type":"object"
                    }
                },
                "required":[
                    "contentType",
                    "httpMethod",
                    "resourceUrl"
                ]
            },
            "transmissions.transactions.refnums":{
                "properties":{
                    "iTransactionRefnumQualGid":{
                        "description":"Transaction reference number qualifier.",
                        "type":"string"
                    },
                    "refnumValue":{
                        "description":"Reference number value.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                },
                "required":[
                    "iTransactionRefnumQualGid",
                    "refnumValue"
                ]
            },
            "logicConfigurations":{
                "properties":{
                    "logicConfigGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "logicConfigXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "logicConfigGroupGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeTransactionTypeProfiles":{
                "properties":{
                    "gtmTransTypeProfileGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmTransTypeProfileXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "profileName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isCompatible":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "details":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeTransactionTypeProfiles.details"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeTransactionTypeProfiles.details":{
                "properties":{
                    "gtmTransactionTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "bulkContinuousMoves":{
                "properties":{
                    "bulkCmGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "bulkCmXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "queryName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "startTime":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "endTime":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "numOfShipmentsSelected":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "numOfShipmentsLinked":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "logProcessId":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "appMachineGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "bulkPlanGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "planningParameterSetGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "numShipmentsConsidered":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "numOfCmCreated":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "totalCostBefore":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "totalCostAfter":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "totalEmptyDistance":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "totalLoadedDistance":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "totalDistanceBefore":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "totalDistanceAfter":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "cmWithTwoShipments":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "cmWithThreeShipments":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "cmWithFourShipments":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "cmWithFiveShipments":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "cmWithSixOrMoreShipments":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "state":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "totalTimeForAllCm":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "shipmentReferenceNumberQualifiers":{
                "properties":{
                    "shipmentRefnumQualGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "shipmentRefnumQualXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "shipmentRefnumQualDesc":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isVisibleIfMasterCarr":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "defaultRefnumBnTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isRemoveOnServprovChange":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "updateFlag":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "shipmentRefnumSequenceNo":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "licenseLineReferenceNumberQualifiers":{
                "properties":{
                    "gtmLicLineRefnumQualGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmLicLineRefnumQualXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateFlag":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "defaultRefnumBnTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "orderReleaseLineReferenceNumberQualifiers":{
                "properties":{
                    "orLineRefnumQualGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "orLineRefnumQualXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isVisibleIfMasterCarr":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "updateFlag":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "defaultRefnumBnTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "orLineRefnumSequenceNo":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "timeZones":{
                "properties":{
                    "timeZoneGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "timeZoneXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "timeZoneName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "trackingEvents":{
                "properties":{
                    "iTransactionNo":{
                        "description":"The transaction identifier for the shipment data of the tracking event.",
                        "type":"number",
                        "format":"int64"
                    },
                    "servprovAliasQualGid":{
                        "description":"The service provider alias qualifier identifier for the tracking event.",
                        "type":"string"
                    },
                    "servprovAliasValue":{
                        "description":"The service provider alias value for the qualifier defined.",
                        "type":"string"
                    },
                    "description":{
                        "description":"A description for the tracking event captured.",
                        "type":"string"
                    },
                    "statusLevel":{
                        "description":"A status level associated with the tracking event.",
                        "type":"string"
                    },
                    "vesselCodeQualifier":{
                        "description":"The vessel code qualifier identifier defined to itemize vessel codes.",
                        "type":"string"
                    },
                    "vesselCode":{
                        "description":"The vessel code associated with the qualifier defined.",
                        "type":"string"
                    },
                    "countryCode3Gid":{
                        "description":"The 3 digit country code that the vessel is registered in. ",
                        "type":"string"
                    },
                    "vesselGid":{
                        "description":"The vessel GID.",
                        "type":"string"
                    },
                    "shipOrSailDate":{
                        "description":"The ship sail date for the vessel used in the tracking event.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "dischargeOrCompletionDate":{
                        "description":"The discharge or completion date for the vessel used in the tracking event.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "fightOrVoyageNum":{
                        "description":"The flight number if the tracking event is for a air mode or the voyage number if for ocean mode.",
                        "type":"string"
                    },
                    "weightValue":{
                        "description":"A total weight value associated with the shipment tracking event.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "volumeValue":{
                        "description":"A total volume value associated with the shipment tracking event.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "obRefnumQualGid":{
                        "description":"The order base reference qualifier for the order level data of the tracking event. Define by order base, order release, or order release line.",
                        "type":"string"
                    },
                    "obRefnumValue":{
                        "description":"The order base reference level value for the defined qualifier.",
                        "type":"string"
                    },
                    "statusCodeGid":{
                        "description":"The status code GID associated with the tracking event.                                               ",
                        "type":"string"
                    },
                    "timeZoneGid":{
                        "description":"The time zone GID for the tracking event date.                                                                   ",
                        "type":"string"
                    },
                    "eventdate":{
                        "description":"The tracking event date.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "statusReasonCodeGid":{
                        "description":"The status reason code that is mapped to the tracking event.",
                        "type":"string"
                    },
                    "ssContactFunctionCode":{
                        "description":"The contact function code for the individual entering the tracking event.",
                        "type":"string"
                    },
                    "ssContactName":{
                        "description":"The contact name for the individual entering the tracking event.",
                        "type":"string"
                    },
                    "trainJctBoCode":{
                        "description":"Shipment tracking event data for rail shipments. The train junction box code for the CLM message.",
                        "type":"string"
                    },
                    "responsiblePartyGid":{
                        "description":"The responsible party that is defined for the type of status for the tracking event.",
                        "type":"string"
                    },
                    "railRoadReportingScac":{
                        "description":"The SCAC for the rail road service provider that is providing the shipment status message or CLM.",
                        "type":"string"
                    },
                    "isCarLoaded":{
                        "description":"The CLM field to indicate whether the rail car is loaded or empty.",
                        "type":"boolean"
                    },
                    "carDestinationCity":{
                        "description":"Shipment tracking event data for rail shipments. Defines the rail car destination city.",
                        "type":"string"
                    },
                    "carDestinationState":{
                        "description":"Shipment tracking event data for rail shipments. Defines the rail car destination state.",
                        "type":"string"
                    },
                    "carDestinationSplcCode":{
                        "description":"Shipment tracking event data for rail shipments. Defines the rail car destination state.",
                        "type":"string"
                    },
                    "carDestinationEtaDate":{
                        "description":"Shipment tracking event data for rail shipments. Defines the estimated time of arrival to the car destination node.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "origTransactionNo":{
                        "description":"If this event is to adjust a previous tracking event, this field specifies the original transaction identifier.",
                        "type":"number",
                        "format":"int64"
                    },
                    "temperature":{
                        "description":"The temperature associated with the shipment tracking event.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "eventReceivedDate":{
                        "description":"The time stamp for when the tracking event was received.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "driverGid":{
                        "description":"The driver GID associated with the tracking event.",
                        "type":"string"
                    },
                    "eventEndDate":{
                        "description":"The event end date associated with the tracking event.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "powerUnitGid":{
                        "description":"The power unit GID associated with the tracking event.",
                        "type":"string"
                    },
                    "shipmentGid":{
                        "description":"The shipment GID associated with the tracking event.",
                        "type":"string"
                    },
                    "driverRefnumQualGid":{
                        "description":"The reference number qualifier for the driver that can be used to associate to a tracking event.",
                        "type":"string"
                    },
                    "driverRefnumValue":{
                        "description":"The driver reference number value for the reference number qualifier defined.",
                        "type":"string"
                    },
                    "puRefnumQualGid":{
                        "description":"The reference number qualifier for the power unit that can be used to associate to a tracking event.",
                        "type":"string"
                    },
                    "puRefnumValue":{
                        "description":"The power unit reference number value for the reference number qualifier defined.",
                        "type":"string"
                    },
                    "relatedTransactionNo":{
                        "description":"If this event is related to another tracking event this field specifies the related transaction number.",
                        "type":"number",
                        "format":"int64"
                    },
                    "externalEventReference":{
                        "description":"The reference number of the event used by the external system sending the event.",
                        "type":"string"
                    },
                    "externalDataSource":{
                        "description":"The identifying code for the external system data source.",
                        "type":"string"
                    },
                    "timeWorked":{
                        "description":"The time worked for the tracking event for recording purposes.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "timeDriven":{
                        "description":"The time driven for the tracking event for recording purposes.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "driverCalEventGid":{
                        "description":"This is a GID for the driver calendar event being recorded with the tracking event, such as vacation time.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "orderBaseGid":{
                        "description":"The order base identifier for the order level data of the tracking event.  Define by order base, order release, or order release line.",
                        "type":"string"
                    },
                    "orderReleaseGid":{
                        "description":"The order release identifier for the order level data of the tracking event. Define by order base, order release, or order release line.",
                        "type":"string"
                    },
                    "orRefnumQualGid":{
                        "description":"The order release reference qualifier for the order level data of the tracking event. Define by order base, order release, or order release line.",
                        "type":"string"
                    },
                    "orRefnumValue":{
                        "description":"The order release reference number value for the defined qualifier.",
                        "type":"string"
                    },
                    "trackingNumber":{
                        "description":"The specific tracking number for the shipment provided by the service provider and is matched to a reference qualifier called tracking number.",
                        "type":"string"
                    },
                    "carDestinationLocationGid":{
                        "description":"Shipment tracking event data for rail shipments. Defines the rail car destination location GID. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "carDestinationLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property carDestinationLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "carDestinationCountry":{
                        "description":"Shipment tracking event data for rail shipments. Defines the rail car destination country.",
                        "type":"string"
                    },
                    "erpc":{
                        "description":"Shipment tracking event data for rail shipments. ERPC is a system for abbreviating rail location names.",
                        "type":"string"
                    },
                    "filingResponseType":{
                        "description":"The filing response type for Automated Export System (AES) via integration as tracking events.",
                        "type":"string"
                    },
                    "attribute1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attributeNumber1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "shipGroupGid":{
                        "description":"The shipment group GID associated with the tracking event.",
                        "type":"string"
                    },
                    "shipGroupTypeGid":{
                        "description":"The shipment group type (such as import, export, cargo manifest) for the shipment group associated with the tracking event.",
                        "type":"string"
                    },
                    "orderReleaseLineGid":{
                        "description":"The order release line for the order level data of the tracking event. Define by order base, order release, or order release line.",
                        "type":"string"
                    },
                    "orlRefnumValue":{
                        "description":"The order release line reference number value for the defined qualifier.",
                        "type":"string"
                    },
                    "orLineRefnumQualGid":{
                        "description":"The order release line reference qualifier for the order level data of the tracking event. Define by order base, order release, or order release line.",
                        "type":"string"
                    },
                    "indicator":{
                        "description":"A indicator that can be set to flag tracking event status.",
                        "type":"string"
                    },
                    "carRepairHours":{
                        "description":"Shipment tracking event data for rail shipments. Defines the rail car repair hours.",
                        "type":"number",
                        "format":"double"
                    },
                    "carInterchangeEtiDate":{
                        "description":"Shipment tracking event data for rail shipments. Defines the rail car interchange date.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "nextJunctionSplc":{
                        "description":"Shipment tracking event data for rail shipments. This field specifies the interchange junction code. ETA for this junction will be Interchange ETI Date.",
                        "type":"string"
                    },
                    "aheadLateTime":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "aheadOrLate":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "locationGid":{
                        "description":"This field describes the location at which the event occurs. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "location":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property locationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "equipmentInitial":{
                        "description":"The column defines the equipment initial for the equipment for which the event occurs.",
                        "type":"string"
                    },
                    "equipmentNumber":{
                        "description":"The column defines the equipment number for the equipment for which the event occurs.",
                        "type":"string"
                    },
                    "carDestTimeZoneGid":{
                        "description":"The time zone GID for the car destination Estimated Time of Arrival date.",
                        "type":"string"
                    },
                    "carInterchangeTimeZoneGid":{
                        "description":"The time zone GID for the car interchange Estimated Time of Interchange date.",
                        "type":"string"
                    },
                    "shipmentStatusType":{
                        "description":"Used for the ease of identification of the type of event. For example, this can be used to specify if the tracking is for matching with shipment, shipment group, order, etc.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "shipmentRefnums":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/trackingEvents.shipmentRefnums"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "stops":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/trackingEvents.stops"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "equipments":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/trackingEvents.equipments"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "remarks":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/trackingEvents.remarks"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "specialServices":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/trackingEvents.specialServices"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "hosRules":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/trackingEvents.hosRules"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "shipUnits":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/trackingEvents.shipUnits"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "documentResponses":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/trackingEvents.documentResponses"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "shipmentGroupRefnums":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/trackingEvents.shipmentGroupRefnums"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "matchedInvolvedParties":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/trackingEvents.matchedInvolvedParties"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "matchedDrivers":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/trackingEvents.matchedDrivers"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "matchedEquipments":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/trackingEvents.matchedEquipments"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "matchedPowerUnits":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/trackingEvents.matchedPowerUnits"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "matchedShipmentGroups":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/trackingEvents.matchedShipmentGroups"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "matchedShipments":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/trackingEvents.matchedShipments"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "matchedSShipUnits":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/trackingEvents.matchedSShipUnits"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "matchedSShipUnitLines":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/trackingEvents.matchedSShipUnitLines"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "matchedDocuments":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/trackingEvents.matchedDocuments"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "matchedOrderBases":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/trackingEvents.matchedOrderBases"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "matchedObLines":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/trackingEvents.matchedObLines"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "matchedObShipUnits":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/trackingEvents.matchedObShipUnits"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "matchedOrderReleases":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/trackingEvents.matchedOrderReleases"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "matchedOrLines":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/trackingEvents.matchedOrLines"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "matchedOrShipUnits":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/trackingEvents.matchedOrShipUnits"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "matchedOrShipUnitLines":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/trackingEvents.matchedOrShipUnitLines"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "matchedDmTransactions":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/trackingEvents.matchedDmTransactions"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "trackingEvents.shipmentRefnums":{
                "properties":{
                    "iRecNo":{
                        "description":"The record number primary key identifier for the tracking event specified.",
                        "type":"number",
                        "format":"int64"
                    },
                    "shipmentRefnumQualGid":{
                        "description":"The shipment reference number qualifier identifier.",
                        "type":"string"
                    },
                    "shipmentRefnumValue":{
                        "description":"The shipment reference number value for the qualifier defined.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "trackingEvents.stops":{
                "properties":{
                    "iRecNo":{
                        "description":"The record number primary key identifier for the tracking event specified.",
                        "type":"number",
                        "format":"int64"
                    },
                    "stopSequence":{
                        "description":"The stop sequence associated with the stop if a shipment identifier is entered and stop tracking event is for an existing stop.",
                        "type":"number",
                        "format":"int32"
                    },
                    "portLocationFunctionCode":{
                        "description":"The port location function code for ocean tracking events.",
                        "type":"string"
                    },
                    "locationRefnumQualGid":{
                        "description":"The location reference number quantifier associated with a location reference number if supplied on the tracking event.",
                        "type":"string"
                    },
                    "locationIdValue":{
                        "description":"The location reference value associated with the reference number qualifier.",
                        "type":"string"
                    },
                    "locationName":{
                        "description":"A location name if supplied with the tracking event.",
                        "type":"string"
                    },
                    "eventCity":{
                        "description":"The city associated with the tracking event.",
                        "type":"string"
                    },
                    "eventState":{
                        "description":"The state associated with the tracking event.",
                        "type":"string"
                    },
                    "eventCountry":{
                        "description":"The country associated with the tracking event.",
                        "type":"string"
                    },
                    "splcCode":{
                        "description":"If the tracking stop is for a rail location the Standard Point Location Code (SPLC) can be used.",
                        "type":"string"
                    },
                    "latitude":{
                        "description":"A latitude and longitude value for a stop level tracking event can be supplied instead of a location based event.",
                        "type":"string"
                    },
                    "longitude":{
                        "description":"A latitude and longitude value for a stop level tracking event can be supplied instead of a location based event.",
                        "type":"string"
                    },
                    "terminalName":{
                        "description":"The terminal name for port associated with the tracking event status.",
                        "type":"string"
                    },
                    "gatePierDoorNumber":{
                        "description":"The gate pier door number assigned to the shipment tracking status.",
                        "type":"string"
                    },
                    "timeZoneGid":{
                        "description":"The time zone identifier for the tracking event.",
                        "type":"string"
                    },
                    "eventdate":{
                        "description":"The tracking event date.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "aeiIndicator":{
                        "description":"The AEI indicator for the tracking event.",
                        "type":"string"
                    },
                    "referencePosition":{
                        "description":"The position of this stop relative to the yet-to-be-created new stop.",
                        "type":"string"
                    },
                    "stopType":{
                        "description":"The stop type for the new stop created with tracking event.",
                        "type":"string"
                    },
                    "locationGid":{
                        "description":"Typically a location GID is not supplied on a stop tracking event if you have entered the stop sequence number. If adding an additional stop to the shipment, this field together with the reference position is required. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "location":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property locationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "erpc":{
                        "description":"If the tracking stop is for a rail location the Eastern Railroad President's Conference (ERPC) can be used.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "trackingEvents.equipments":{
                "properties":{
                    "iRecNo":{
                        "description":"The record number primary key identifier for the tracking event specified.",
                        "type":"number",
                        "format":"int64"
                    },
                    "sEquipmentGid":{
                        "description":"The shipment equipment GID linking an equipment record to the shipment.",
                        "type":"string"
                    },
                    "equipmentInitial":{
                        "description":"The equipment initial is a mark that is registered with national or international authorities that is associated with a specific owner.",
                        "type":"string"
                    },
                    "equipmentNumber":{
                        "description":"Number identifying the equipment used.",
                        "type":"string"
                    },
                    "equipmentInitialNumber":{
                        "description":"The Equipment Initial Number field is a concatenation of equipment initial and equipment number.",
                        "type":"string"
                    },
                    "equipmentTypeGid":{
                        "description":"An equipment type is a category of equipment. Oracle Transportation Management uses equipment types when it determines equipment capacity. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "equipmentType":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property equipmentTypeGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/equipmentTypes"
                            }
                        ],
                        "readOnly":true
                    },
                    "intermodalEquipmentLength":{
                        "description":"The reported length of the equipment in the tracking event.",
                        "type":"number",
                        "format":"double"
                    },
                    "tareWeight":{
                        "description":"The tare weight recorded on the tracking event for the shipment equipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "scaleName":{
                        "description":"The received volume recorded on the tracking event for the shipment ship unit.",
                        "type":"string"
                    },
                    "scaleLocation":{
                        "description":"The scale location recorded for the tracking event.",
                        "type":"string"
                    },
                    "scaleTicket":{
                        "description":"Sequence ID printed on the scale ticket when weight is recorded.",
                        "type":"string"
                    },
                    "scaleWeight":{
                        "description":"The scale weight recorded on the tracking event for the shipment equipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "weightQualifier":{
                        "description":"The type of weight that is represented by the scale weight; Estimate, Net, or Gross weight. E = Estimated, G = Gross, N = Net",
                        "type":"string"
                    },
                    "equipmentGid":{
                        "description":"The equipment GID if the equipment is an asset managed in OTM. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "equipment":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property equipmentGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/equipments"
                            }
                        ],
                        "readOnly":true
                    },
                    "equipmentRefnumQualGid":{
                        "description":"The equipment reference number qualifier to identify an equipment entity for a tracking event.",
                        "type":"string"
                    },
                    "equipmentRefnumValue":{
                        "description":"The equipment reference value associated with the equipment reference number qualifier.",
                        "type":"string"
                    },
                    "chassisInitial":{
                        "description":"The chassis initial is a mark that is registered with national or international authorities that is associated with a specific owner",
                        "type":"string"
                    },
                    "chassisNumber":{
                        "description":"Number identifying the used in conjunction with the equipment on the tracking event.",
                        "type":"string"
                    },
                    "chassisInitialNumber":{
                        "description":"The Chassis Initial Number field is a concatenation of chassis initial and chassis number.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "sEquipmentIndex":{
                        "description":"The standing order of the equipment on the shipment",
                        "type":"number",
                        "format":"int32"
                    },
                    "aarCarType":{
                        "description":"The AAR car type associated with the rail equipment on the tracking event.",
                        "type":"string"
                    },
                    "seals":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/trackingEvents.equipments.seals"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "trackingEvents.equipments.seals":{
                "properties":{
                    "sealSequence":{
                        "description":"The seal sequence number that refers to the compartment that is being sealed.",
                        "type":"number",
                        "format":"int32"
                    },
                    "sEquipmentGid":{
                        "description":"The shipment equipment GID.",
                        "type":"string"
                    },
                    "sealNumber":{
                        "description":"The seal number that identifies the seal tag.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "trackingEvents.remarks":{
                "properties":{
                    "iRecNo":{
                        "description":"The record number primary key identifier for the tracking event specified.",
                        "type":"number",
                        "format":"int64"
                    },
                    "remarkQualGid":{
                        "description":"The shipment remark qualifier identifier.",
                        "type":"string"
                    },
                    "remarkSequence":{
                        "description":"A remark sequence number if entering multiple remarks for a shipment tracking event.",
                        "type":"number",
                        "format":"int64"
                    },
                    "remarkText":{
                        "description":"The shipment remark text value for the qualifier defined.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "trackingEvents.specialServices":{
                "properties":{
                    "iRecNo":{
                        "description":"The record number primary key identifier for the tracking event specified.",
                        "type":"number",
                        "format":"int64"
                    },
                    "specialServiceGid":{
                        "description":"The special service identifier that is being reported against with the tracking event being reported.",
                        "type":"string"
                    },
                    "serviceDuration":{
                        "description":"The time duration that occurred for the special service on the tracking event.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "serviceTime":{
                        "description":"The time for the special service activity on the tracking event.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "weight":{
                        "description":"The weight for the special service activity recorded on the tracking event for the shipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "volume":{
                        "description":"The volume for the special service activity recorded on the tracking event for the shipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "distance":{
                        "description":"The distance for the special service activity recorded on the tracking event for the shipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "itemCount":{
                        "description":"The item piece count for the special service activity recorded on the tracking event for the shipment.",
                        "type":"number",
                        "format":"int64"
                    },
                    "shipUnitCount":{
                        "description":"The ship unit count for the special service activity recorded on the tracking event for the shipment.",
                        "type":"number",
                        "format":"int64"
                    },
                    "serviceCompletionState":{
                        "description":"An indication if the special service activity was completed with the tracking event.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "remarks":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/trackingEvents.specialServices.remarks"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "trackingEvents.specialServices.remarks":{
                "properties":{
                    "remarkSequence":{
                        "description":"A remark sequence number if entering multiple remarks for a shipment special service tracking event.",
                        "type":"number",
                        "format":"int64"
                    },
                    "remarkQualGid":{
                        "description":"The remark qualifier identifier.",
                        "type":"string"
                    },
                    "remarkText":{
                        "description":"The shipment remark text value for the qualifier defined.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "trackingEvents.hosRules":{
                "properties":{
                    "iRecNo":{
                        "description":"The record number primary key identifier for the tracking event specified.",
                        "type":"number",
                        "format":"int64"
                    },
                    "hosRuleGid":{
                        "description":"The hours of service rule GID for the given tracking event.",
                        "type":"string"
                    },
                    "activityTime":{
                        "description":"The activity time associated with the hours of service reported for the tracking event.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "ruleBeginTime":{
                        "description":"The begin time defined for the hours of service rule.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "activityTimeRemain":{
                        "description":"The activity time remaining against that hours of service.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "trackingEvents.shipUnits":{
                "properties":{
                    "sShipUnitGid":{
                        "description":"The shipment ship unit associated with the tracking event being reported.",
                        "type":"string"
                    },
                    "receivedWeight":{
                        "description":"The received weight recorded on the tracking event for the shipment ship unit.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "receivedVolume":{
                        "description":"The received volume recorded on the tracking event for the shipment ship unit.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "receivedShipUnitCount":{
                        "description":"The received ship unit count recorded on the tracking event for the shipment ship unit.",
                        "type":"number",
                        "format":"int64"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "tag1":{
                        "description":"A flexible field to contain informational data that has been copied for tracking event ship unit.",
                        "type":"string"
                    },
                    "tag2":{
                        "description":"A flexible field to contain informational data that has been copied for tracking event ship unit.",
                        "type":"string"
                    },
                    "tag3":{
                        "description":"A flexible field to contain informational data that has been copied for tracking event ship unit.",
                        "type":"string"
                    },
                    "tag4":{
                        "description":"A flexible field to contain informational data that has been copied for tracking event ship unit.",
                        "type":"string"
                    },
                    "lines":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/trackingEvents.shipUnits.lines"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "trackingEvents.shipUnits.lines":{
                "properties":{
                    "sShipUnitLineNo":{
                        "description":"The shipment ship unit line associated with the tracking event being reported.",
                        "type":"number",
                        "format":"int64"
                    },
                    "packagedItemGid":{
                        "description":"The packaging item defined for the shipping line. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "packagedItem":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property packagedItemGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/packagedItems"
                            }
                        ],
                        "readOnly":true
                    },
                    "packagingUnitGid":{
                        "description":"The packaging unit associated with the packaging item.",
                        "type":"string"
                    },
                    "receivedWeight":{
                        "description":"The received weight recorded on the tracking event for the shipment ship unit line.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "receivedVolume":{
                        "description":"The received volume recorded on the tracking event for the shipment ship unit line.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "receivedItemPackageCount":{
                        "description":"The received item count in eaches recorded on the tracking event for the shipment ship unit line.",
                        "type":"number",
                        "format":"int64"
                    },
                    "receivedPackagingUnitCount":{
                        "description":"The received item count in terms of packaging units recorded on the tracking event for the shipment ship unit line.",
                        "type":"number",
                        "format":"int64"
                    },
                    "receivedCountPerShipUnit":{
                        "description":"The received item count in eaches on a per ship unit received recorded on the tracking event for the shipment ship unit line.",
                        "type":"number",
                        "format":"int64"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "tag1":{
                        "description":"A field to provide information for a shipment ship unit line during an event that occurs for a shipment.",
                        "type":"string"
                    },
                    "tag2":{
                        "description":"A field to provide information for a shipment ship unit line during an event that occurs for a shipment.",
                        "type":"string"
                    },
                    "tag3":{
                        "description":"A field to provide information for a shipment ship unit line during an event that occurs for a shipment.",
                        "type":"string"
                    },
                    "tag4":{
                        "description":"A field to provide information for a shipment ship unit line during an event that occurs for a shipment.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "trackingEvents.documentResponses":{
                "properties":{
                    "responseSeq":{
                        "description":"The response sequence number primary key for multiple document filing response tracking events.",
                        "type":"number",
                        "format":"int64"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "elementRefQualifier":{
                        "description":"The filing element reference qualifier for the tracking event.",
                        "type":"string"
                    },
                    "elementRefValue":{
                        "description":"The filing element value for the qualifier defined.",
                        "type":"string"
                    },
                    "responseCode":{
                        "description":"The response code for this filing response tracking event.",
                        "type":"string"
                    },
                    "responseSeverity":{
                        "description":"The response severity indicator for this tracking event.",
                        "type":"string"
                    },
                    "responseText":{
                        "description":"The response text for this response filing tracking event.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "trackingEvents.shipmentGroupRefnums":{
                "properties":{
                    "iRecNo":{
                        "description":"The record number primary key identifier for the tracking event specified.",
                        "type":"number",
                        "format":"int64"
                    },
                    "shipGroupRefnumQualGid":{
                        "description":"The shipment group reference number qualifier identifier.",
                        "type":"string"
                    },
                    "shipGroupRefnumValue":{
                        "description":"The shipment group reference number value for the qualifier defined.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "trackingEvents.matchedInvolvedParties":{
                "properties":{
                    "iRecNo":{
                        "description":"The record number primary key identifier for the tracking event specified.",
                        "type":"number",
                        "format":"int64"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "matchObjectType":{
                        "description":"The object type that was matched to the involved party. For example, order release, order base, or shipment.",
                        "type":"string"
                    },
                    "matchObjInvPartyQualGid":{
                        "description":"The involved party qualifier for the tracking event.",
                        "type":"string"
                    },
                    "matchObjInvPartyConGid":{
                        "description":"The involved party value for the involved party qualifier on the tracking event. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "matchObjInvPartyCon":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property matchObjInvPartyConGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "commMethodGid":{
                        "description":"The communication method used to notify regarding the tracking event. ",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "trackingEvents.matchedDrivers":{
                "properties":{
                    "driverGid":{
                        "description":"The driver GID for the tracking event. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "driver":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property driverGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/drivers"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "trackingEvents.matchedEquipments":{
                "properties":{
                    "equipmentGid":{
                        "description":"The equipment GID for the tracking event. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "equipment":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property equipmentGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/equipments"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "trackingEvents.matchedPowerUnits":{
                "properties":{
                    "powerUnitGid":{
                        "description":"The power unit GID for the tracking event. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "powerUnit":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property powerUnitGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/powerUnits"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "trackingEvents.matchedShipmentGroups":{
                "properties":{
                    "shipGroupGid":{
                        "description":"The shipment group GID for the tracking event. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "shipGroup":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property shipGroupGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/shipmentGroups"
                            }
                        ],
                        "readOnly":true
                    },
                    "servprovGid":{
                        "description":"The service provider associated with generating the tracking event. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "servprov":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property servprovGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/serviceProviders"
                            }
                        ],
                        "readOnly":true
                    },
                    "reportingGluser":{
                        "description":"The reporting application user if the tracking event was entered via the system's tracking event UI.",
                        "type":"string"
                    },
                    "reportingComMethodGid":{
                        "description":"The reporting method that links into the communication methods defined for OTM.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "trackingEvents.matchedShipments":{
                "properties":{
                    "shipmentGid":{
                        "description":"The shipment identifier for the tracking event. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "shipment":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property shipmentGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/sellShipments"
                            }
                        ],
                        "readOnly":true
                    },
                    "servprovGid":{
                        "description":"The service provider associated with generating the tracking event. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "servprov":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property servprovGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/serviceProviders"
                            }
                        ],
                        "readOnly":true
                    },
                    "reportingGluser":{
                        "description":"The reporting application user if the tracking event was entered via the system's tracking event UI.",
                        "type":"string"
                    },
                    "reportingMethod":{
                        "description":"The reporting method that links into the communication methods defined for OTM.",
                        "type":"string"
                    },
                    "shipmentStopNum":{
                        "description":"The shipment stop number for a stop based event.",
                        "type":"number",
                        "format":"int32"
                    },
                    "eventLocationGid":{
                        "description":"The location identifier of an location based event. This will be null for non-location based events. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "eventLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property eventLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "isHidden":{
                        "description":"A Y/N indicator to display the status history.",
                        "type":"boolean"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "trackingEvents.matchedSShipUnits":{
                "properties":{
                    "sShipUnitGid":{
                        "description":"The shipment ship unit GID for the tracking event.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "trackingEvents.matchedSShipUnitLines":{
                "properties":{
                    "sShipUnitGid":{
                        "description":"The shipment ship unit GID for the tracking event.",
                        "type":"string"
                    },
                    "sShipUnitLineNo":{
                        "description":"The shipment ship unit line number for the tracking event.",
                        "type":"number",
                        "format":"int64"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "trackingEvents.matchedDocuments":{
                "properties":{
                    "documentGid":{
                        "description":"The document GID for the tracking event. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "document":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property documentGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/documents"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "trackingEvents.matchedOrderBases":{
                "properties":{
                    "orderBaseGid":{
                        "description":"The order base GID for the tracking event. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "orderBase":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property orderBaseGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/orderBases"
                            }
                        ],
                        "readOnly":true
                    },
                    "reportingGluser":{
                        "description":"The reporting application user if the tracking event was entered via the system's tracking event UI.",
                        "type":"string"
                    },
                    "bsContactName":{
                        "description":"The contact name from the tracking event.",
                        "type":"string"
                    },
                    "bsContactFunctionCode":{
                        "description":"The contact name function code from the tracking event.",
                        "type":"string"
                    },
                    "eventDate":{
                        "description":"The event date and time reported on the tracking event.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "bsStatusCodeGid":{
                        "description":"The status code identified on the tracking event.",
                        "type":"string"
                    },
                    "servprovAliasQualGid":{
                        "description":"The service provider alias qualifier code, such as SCAC, from the entered tracking event.",
                        "type":"string"
                    },
                    "servprovAliasValue":{
                        "description":"The service provide alias value from the tracking event.",
                        "type":"string"
                    },
                    "timeZoneGid":{
                        "description":"The time zone for the tracking event time entered.",
                        "type":"string"
                    },
                    "statusLevel":{
                        "description":"A descriptor code for the status level of the tracking event.",
                        "type":"string"
                    },
                    "description":{
                        "description":"A description of the tracking event.",
                        "type":"string"
                    },
                    "obRefnumQualGid":{
                        "description":"The order base reference number value associated with the order release qualifier that came on the tracking event.",
                        "type":"string"
                    },
                    "obRefnumValue":{
                        "description":"The order base reference number qualifier identifier.",
                        "type":"string"
                    },
                    "bsReasonCodeGid":{
                        "description":"The reason code from the tracking event that was matched to the order base.",
                        "type":"string"
                    },
                    "bsResponsiblePartyGid":{
                        "description":"The responsible party identifier of the source of the tracking event.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "trackingEvents.matchedObLines":{
                "properties":{
                    "orderBaseGid":{
                        "description":"The order base identifier for the line that is  associated with the tracking event.",
                        "type":"string"
                    },
                    "obLineGid":{
                        "description":"The order base line that is associated with the tracking event.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "trackingEvents.matchedObShipUnits":{
                "properties":{
                    "orderBaseGid":{
                        "description":"The order base identifier for the ship unit that is  associated with the tracking event.",
                        "type":"string"
                    },
                    "obShipUnitGid":{
                        "description":"The order base ship unit that is associated with the tracking event.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "trackingEvents.matchedOrderReleases":{
                "properties":{
                    "orderReleaseGid":{
                        "description":"The order release GID for the tracking event. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "orderRelease":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property orderReleaseGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/orderReleases"
                            }
                        ],
                        "readOnly":true
                    },
                    "reportingGluser":{
                        "description":"The service provider associated with generating the tracking event.",
                        "type":"string"
                    },
                    "bsContactName":{
                        "description":"The reporting method that links into the communication methods defined for OTM.",
                        "type":"string"
                    },
                    "bsContactFunctionCode":{
                        "description":"This indicates the shipment stop number for a stop based event.",
                        "type":"string"
                    },
                    "eventDate":{
                        "description":"The location identifier of an location based event. This will be null for non-location based events.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "bsStatusCodeGid":{
                        "description":"A Y/N indicator to display the status history.",
                        "type":"string"
                    },
                    "timeZoneGid":{
                        "description":"The monthly range partition to manage purging status messages.",
                        "type":"string"
                    },
                    "statusLevel":{
                        "description":"A descriptor code for the status level of the tracking event.",
                        "type":"string"
                    },
                    "description":{
                        "description":"A description of the tracking event.",
                        "type":"string"
                    },
                    "orderReleaseRefnumValue":{
                        "description":"The order release reference number value associated with the order release qualifier that came on the tracking event.",
                        "type":"string"
                    },
                    "orderReleaseRefnumQualGid":{
                        "description":"The order release reference number qualifier identifier.",
                        "type":"string"
                    },
                    "bsReasonCodeGid":{
                        "description":"The reason code from the tracking event that was matched to the order releases.",
                        "type":"string"
                    },
                    "bsResponsiblePartyGid":{
                        "description":"The responsible party identifier of the source of the tracking event.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "trackingEvents.matchedOrLines":{
                "properties":{
                    "orderReleaseGid":{
                        "description":"The order release identifier for the line that is  associated with the tracking event.",
                        "type":"string"
                    },
                    "orderReleaseLineGid":{
                        "description":"The order release line that is associated with the tracking event.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "trackingEvents.matchedOrShipUnits":{
                "properties":{
                    "orderReleaseGid":{
                        "description":"The order release identifier for the ship unit that is  associated with the tracking event.",
                        "type":"string"
                    },
                    "shipUnitGid":{
                        "description":"The order release ship unit that is associated with the tracking event.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "trackingEvents.matchedOrShipUnitLines":{
                "properties":{
                    "shipUnitGid":{
                        "description":"The order release ship unit identifier for the ship unit line associated with the tracking event.",
                        "type":"string"
                    },
                    "shipUnitLineNo":{
                        "description":"The order release ship unit line identifier associated with the tracking event.",
                        "type":"number",
                        "format":"int32"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "trackingEvents.matchedDmTransactions":{
                "properties":{
                    "dmTransactionSeqNo":{
                        "description":"Contains the unique identifier for the demurrage transaction.",
                        "type":"number",
                        "format":"int64"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "quantityValueConfigurations":{
                "properties":{
                    "gtmQuanValConfigGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmQuanValConfigXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "configType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "details":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/quantityValueConfigurations.details"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "quantityValueConfigurations.details":{
                "properties":{
                    "gtmQuanValConfigSeq":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "configType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "configValue1":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "configValue2":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "shipUnitReferenceNumberQualifiers":{
                "properties":{
                    "shipUnitRefnumQualGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "shipUnitRefnumQualXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "shipUnitRefnumQualDesc":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isVisibleIfMasterCarr":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "updateFlag":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "shipUnitSpecReferenceNumberQualifiers":{
                "properties":{
                    "shipUnitSpecRefnumQualGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "shipUnitSpecRefnumQualXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "shipUnitSpecRefQualDesc":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isVisibleIfMasterCarr":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "updateFlag":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "shipUnitSpecificationProfiles":{
                "properties":{
                    "shipUnitSpecProfileGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "shipUnitSpecProfileXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isCompatible":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "details":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipUnitSpecificationProfiles.details"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "shipUnitSpecificationProfiles.details":{
                "properties":{
                    "shipUnitSpecGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "itemReferenceNumberQualifiers":{
                "properties":{
                    "itemRefnumQualGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "itemRefnumQualXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "itemRefnumQualDesc":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isVisibleIfMasterCarr":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "defaultRefnumBnTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateFlag":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "routingNetworks":{
                "properties":{
                    "routingNetworkGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "routingNetworkName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "maxNumIntermediatePts":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "routingNetworkXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "details":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/routingNetworks.details"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "routingNetworks.details":{
                "properties":{
                    "legGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isActive":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "dateQualifiers":{
                "properties":{
                    "dateQualifierGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "dateQualifierXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "commitmentAllocationUsages":{
                "properties":{
                    "commitAllocUsageGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "commitAllocUsageXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "capacityCommitmentAllocGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "startDate":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "endDate":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "plannedTotalCount":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "plannedTotalCountUomCode":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "plannedTotalCountBase":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "finalTotalCount":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "finalTotalCountUomCode":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "finalTotalCountBase":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "isActive":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "details":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/commitmentAllocationUsages.details"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "commitmentAllocationUsages.details":{
                "properties":{
                    "servprovGid":{
                        "description":"No description. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "servprov":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property servprovGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/serviceProviders"
                            }
                        ],
                        "readOnly":true
                    },
                    "commitAllocUsageDSeq":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "commitPerc":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "isOverride":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "plannedCount":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "plannedCountUomCode":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "plannedCountBase":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "finalCount":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "finalCountUomCode":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "finalCountBase":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "isActive":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "rateOfferingGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeProgramTypes":{
                "properties":{
                    "gtmTariffTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmTariffTypeXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "tariffTypeName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "externalReferenceCode":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "distancesByAddresses":{
                "properties":{
                    "rateDistanceGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "sequenceNo":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "sourceAddressType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "sourceCity":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "sourceCountyQualifier":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "sourceProvinceCode":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "sourcePostalCode":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "sourceCountryCode3Gid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "destAddressType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "destCity":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "destCountyQualifier":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "destProvinceCode":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "destPostalCode":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "destCountryCode3Gid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "distanceValue":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "sourceLocationGid":{
                        "description":"No description. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "sourceLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property sourceLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "destLocationGid":{
                        "description":"No description. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "destLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property destLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "locationQualifiers":{
                "properties":{
                    "locationQualifierGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "locationQualifierXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "locationQualifierDesc":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "bulkQueryRequest":{
                "properties":{
                    "q":{
                        "$ref":"#/components/schemas/q"
                    }
                },
                "required":[
                    "q"
                ]
            },
            "bulkQueryResponse":{
                "properties":{
                    "pkCount":{
                        "type":"string",
                        "description":"Number of primary keys."
                    },
                    "pks":{
                        "type":"array",
                        "description":"List of primary keys.",
                        "items":{
                            "type":"string"
                        }
                    }
                }
            },
            "exchangeRates":{
                "properties":{
                    "exchangeRateGid":{
                        "description":"The GID for the exchange rate.",
                        "type":"string"
                    },
                    "exchangeRateXid":{
                        "description":"The XID for the exchange rate.",
                        "type":"string"
                    },
                    "maximumPrecision":{
                        "description":"Limits the amount of digits for the whole and fractional part when using the exchange rate. The total number of digits is split variably between the whole and the fractional part of the exchange rate. If you leave the field empty, the precision is assumed to be 38 digits.",
                        "type":"number",
                        "format":"int32"
                    },
                    "fractionalDigits":{
                        "description":"Limits the amount of digits for the fractional part when using the exchange rate. The European Union, for example, standardizes all currency calculations to six significant figures.",
                        "type":"number",
                        "format":"int32"
                    },
                    "isOverride":{
                        "description":"A Y/N flag to indicate searching the default exchange rate record for all rates not specifically outlined in this exchange rate data.",
                        "type":"boolean"
                    },
                    "description":{
                        "description":"A description of the exchange rate.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "exchangeRateByDates":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/exchangeRates.exchangeRateByDates"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "exchangeRates.exchangeRateByDates":{
                "properties":{
                    "effectiveDate":{
                        "description":"The effective date for this exchange rate.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "expirationDate":{
                        "description":"The expiration date for this exchange rate.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "currencyExchangeRates":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/exchangeRates.exchangeRateByDates.currencyExchangeRates"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "exchangeRates.exchangeRateByDates.currencyExchangeRates":{
                "properties":{
                    "currencyExchangeRateId":{
                        "description":"The XID of the exchange rate.",
                        "type":"number",
                        "format":"int64"
                    },
                    "fromCurrencyGid":{
                        "description":"The GID for the currency to be calculated into a different currency.",
                        "type":"string"
                    },
                    "toCurrencyGid":{
                        "description":"The GID for the currency into which the original currency was calculated.",
                        "type":"string"
                    },
                    "triangulationCurrencyGid":{
                        "description":"Use the Triangulation Currency field if you want to convert to an intermediate currency before the currency in the To Currency field. For example, you may want to convert from Pesetas to Euros before finally converting the rate to Yen.",
                        "type":"string"
                    },
                    "maximumPrecision":{
                        "description":"'Specifies different precision limits than the main exchange rate data. Enter the maximum precision and number of fractional digits in the Max Precision and Fractional Digits fields. ",
                        "type":"number",
                        "format":"int32"
                    },
                    "fractionalDigits":{
                        "description":"Specifies different precision limits than the main Exchange Rate data. Enter the maximum precision and number of fractional digits in the Max Precision and Fractional Digits fields. ",
                        "type":"number",
                        "format":"int32"
                    },
                    "exchangeRate":{
                        "description":"Contains the actual exchange rate.",
                        "type":"number",
                        "format":"double"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "equipmentTypes":{
                "properties":{
                    "equipmentTypeGid":{
                        "description":"The GID for the equipment type. Equipment Types are used to define the characteristics of an equipment group. Using Intermodal Trailers as an example of an equipment group profile, the group in that profile could be 45' or 48' trailers. The equipment type against that group would be either a rollup or swing door trailer.",
                        "type":"string"
                    },
                    "equipmentTypeXid":{
                        "description":"The XID for the equipment type.",
                        "type":"string"
                    },
                    "equipmentTypeName":{
                        "description":"Text for the name of the equipment type.",
                        "type":"string"
                    },
                    "equipmentDesc":{
                        "description":"A textual description of the equipment type.",
                        "type":"string"
                    },
                    "equipmentDescCode":{
                        "description":"The equipment description code is a user-defined code for the equipment type description.",
                        "type":"string"
                    },
                    "equipmentDescCodeDef":{
                        "description":"The equipment description code definition is a definition of the equipment type description code.",
                        "type":"string"
                    },
                    "isoEquipmentCode":{
                        "description":"This is the official International Standards Organization (ISO) code for the container that may be used with this equipment type (EDI element 24). This code identifies the size and type of container in a four-character format. The first and second characters specify the volume of the container, and the third and fourth characters specify the type. This code may or may not be the same as the equipment description code.",
                        "type":"string"
                    },
                    "isoEquipmentCodeDef":{
                        "description":"The ISO equipment code definition is an explanation of the ISO equipment code.",
                        "type":"string"
                    },
                    "grossWeight":{
                        "description":"The equipment type's gross weight.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "tareWeight":{
                        "description":"Weight of the empty equipment type.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "netWeight":{
                        "description":"The net or nominal weight is the anticipated weight capacity of the shipment that can be contained within the equipment type.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "volume":{
                        "description":"The volume of the equipment type.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "metric3":{
                        "description":"The Metric field represents an additional level of detail for a shipment on a given equipment type. For example, you can enter information about items being transported without packaging, such as a number of garments not packed into crates or onto pallets but instead placed on hangers. This number must be no greater than eight digits.",
                        "type":"number",
                        "format":"double"
                    },
                    "metric4":{
                        "description":"The Metric field represents an additional level of detail for a shipment on a given equipment type. For example, you can enter information about items being transported without packaging, such as a number of garments not packed into crates or onto pallets but instead placed on hangers. This number must be no greater than eight digits.",
                        "type":"number",
                        "format":"double"
                    },
                    "interiorLength":{
                        "description":"The length of the equipment type's interior.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "interiorWidth":{
                        "description":"The width of the equipment type's interior.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "interiorHeight":{
                        "description":"The height of the equipment type's interior.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "exteriorLength":{
                        "description":"The length of the exterior of the equipment type.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "exteriorWidth":{
                        "description":"The width of the exterior of the equipment type.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "exteriorHeight":{
                        "description":"The height of the exterior of the equipment type.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "temperatureControl":{
                        "description":"Check box used to enable temperature control functionality to be used for this equipment type.",
                        "type":"boolean"
                    },
                    "temperatureControlGid":{
                        "description":"A GID to define the temperature controls value for the commodity.",
                        "type":"string"
                    },
                    "tag1":{
                        "description":"Tag fields, like attribute fields, are available to store additional information associated with this piece of equipment.",
                        "type":"string"
                    },
                    "tag2":{
                        "description":"Tag fields, like attribute fields, are available to store additional information associated with this piece of equipment.",
                        "type":"string"
                    },
                    "tag3":{
                        "description":"Tag fields, like attribute fields, are available to store additional information associated with this piece of equipment.",
                        "type":"string"
                    },
                    "tag4":{
                        "description":"Tag fields, like attribute fields, are available to store additional information associated with this piece of equipment.",
                        "type":"string"
                    },
                    "substituteEqTypeProfileGid":{
                        "description":"Indicates which equipment types can be substituted for this type in fleet equipment planning.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "equipmentGroups":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/equipmentTypes.equipmentGroups"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "specialServices":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/equipmentTypes.specialServices"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "remarks":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/equipmentTypes.remarks"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "equipmentTypes.equipmentGroups":{
                "properties":{
                    "equipmentGroupGid":{
                        "description":"The GID for the equipment group. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "equipmentGroup":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property equipmentGroupGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/equipmentGroups"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "equipmentTypes.specialServices":{
                "properties":{
                    "specialServiceGid":{
                        "description":"The GID for the special service being entered for the equipment type.",
                        "type":"string"
                    },
                    "effectiveDate":{
                        "description":"The effective date of this special service for this equipment type.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "expirationDate":{
                        "description":"The expiration date of this special service for this equipment type.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "equipmentTypes.remarks":{
                "properties":{
                    "remarkSequence":{
                        "description":"Sequence number for entered remarks.",
                        "type":"number",
                        "format":"int64"
                    },
                    "remarkQualGid":{
                        "description":"The GID for the remark qualifier being entered for the equipment type.",
                        "type":"string"
                    },
                    "remarkText":{
                        "description":"The remark text being entered for the selected remark qualifier.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "equipmentGroupAverageTurnaroundDurations":{
                "properties":{
                    "equipGroupAvgTaDurSeq":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "xLaneGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "equipmentGroupProfileGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "flexCommodityProfileGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "avgTaDuration":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "customsDeclarationsNoTradeLicenses":{
                "properties":{
                    "gtmTransactionGid":{
                        "description":"The GID for the GTM trade transaction.",
                        "type":"string"
                    },
                    "gtmTransactionXid":{
                        "description":"The external identifier (XID) for the GTM trade transaction.",
                        "type":"string"
                    },
                    "dataQueryTypeGid":{
                        "description":"A data query type represents different business objects.",
                        "type":"string"
                    },
                    "objectId":{
                        "description":"The object ID.",
                        "type":"string"
                    },
                    "userDefined1IconGid":{
                        "description":"Marks the condition or state of the GTM trade transaction using images. It is a foreign key reference to ICON table. ",
                        "type":"string"
                    },
                    "userDefined2IconGid":{
                        "description":"Marks the condition or state of the GTM trade transaction using images. It is a foreign key reference to ICON table. ",
                        "type":"string"
                    },
                    "userDefined3IconGid":{
                        "description":"Marks the condition or state of the GTM trade transaction using images. It is a foreign key reference to ICON table. ",
                        "type":"string"
                    },
                    "userDefined4IconGid":{
                        "description":"Marks the condition or state of the GTM trade transaction using images. It is a foreign key reference to ICON table. ",
                        "type":"string"
                    },
                    "userDefined5IconGid":{
                        "description":"Marks the condition or state of the GTM trade transaction using images. It is a foreign key reference to ICON table. ",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "carrierCode":{
                        "description":"The carrier code.",
                        "type":"string"
                    },
                    "conveyanceName":{
                        "description":"Name of the vessel used for the border movement GTM trade transaction.",
                        "type":"string"
                    },
                    "conveyanceFlag":{
                        "description":"Flag of the vessel used for the border movement GTM trade transaction.",
                        "type":"string"
                    },
                    "transportModeGid":{
                        "description":"Transport mode used for the border movement GTM trade transaction. It is a foreign key reference to the TRANSPORT_MODE table.",
                        "type":"string"
                    },
                    "incoTermGid":{
                        "description":"Incoterm used for the GTM trade transaction. It is a foreign key reference to the INCO_TERM table.",
                        "type":"string"
                    },
                    "incoTermLocation":{
                        "description":"Incoterm location used for the GTM trade transaction.",
                        "type":"string"
                    },
                    "isHazardousCargo":{
                        "description":"Indicates if the goods on the GTM trade transaction are hazardous.",
                        "type":"boolean"
                    },
                    "attribute1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attributeNumber1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "gtmDeclarationTypeGid":{
                        "description":"The declaration type ID across all domains. Which is a foreign key to GTM_DECLARATION_TYPE table.",
                        "type":"string"
                    },
                    "gtmBondGid":{
                        "description":"The bond or guarantee used for the import duties and taxes of the GTM trade transaction.",
                        "type":"string"
                    },
                    "reqBsStatusGroupGid":{
                        "description":"This column refers to the Status Group of the request status of custom filing of a declaration. It is a foreign key reference to the BS_STATUS_GROUP table.",
                        "type":"string"
                    },
                    "reqBsStatusCodeGid":{
                        "description":"This column refers to the Status Code of the request for customs filing of a declaration. It is a foreign key reference to the BS_STATUS_CODE table.",
                        "type":"string"
                    },
                    "respBsStatusGroupGid":{
                        "description":"This column refers to the Status Group of the response status received after custom filing of a declaration. It is a foreign key reference to the BS_STATUS_GROUP table.",
                        "type":"string"
                    },
                    "respBsStatusCodeGid":{
                        "description":"This column refers to the Status Code of the response received after customs filing of a declaration. It is a foreign key reference to the BS_STATUS_CODE table.",
                        "type":"string"
                    },
                    "gtmDeclSTypeGid":{
                        "description":"The Declaration Sub Type ID. It is foreign key reference to GTM_DECL_S_TYPE table. ",
                        "type":"string"
                    },
                    "gtmTradePreferenceGid":{
                        "description":"The Trade Preference ID which is the tariff treatment of the goods. It is a foreign key reference to GTM_TRADE_PREFERENCE table. ",
                        "type":"string"
                    },
                    "gtmProcedureGid":{
                        "description":"This is the customs procedure being requested for this declaration. Examples include Inward Processing Procedure in the EU or Consumption - Foreign Trade Zone in the US. It is a foreign key to GTM_PROCEDURE.",
                        "type":"string"
                    },
                    "gtmPriorProcedureGid":{
                        "description":"Specifies the previous customs procedure that occurred before the current one. For example, before your goods are released for free circulation, they may have entered a bonded warehouse first. This field is used to indicate the entry into the bonded warehouse. It is a foreign key reference to GTM_PROCEDURE.",
                        "type":"string"
                    },
                    "gtmProcedureDetailGid":{
                        "description":"The procedure detail GID.",
                        "type":"string"
                    },
                    "exchangeRateGid":{
                        "description":"The Exchange Rate ID to be used for value conversion while preparing the declaration. It is foreign key reference to EXCHANGE_RATE table. ",
                        "type":"string"
                    },
                    "exchangeRateDate":{
                        "description":"The Exchange Rate date to be used for value conversion while preparing the declaration.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "currencyGid":{
                        "description":"The currency in which values should be sent for filing. It is foreign key reference to CURRENCY table. ",
                        "type":"string"
                    },
                    "logicConfigGid":{
                        "description":"The declaration configuration details that were used to build declaration from transactions or transaction lines.",
                        "type":"string"
                    },
                    "inlandConveyanceName":{
                        "description":"The inland conveyance name.",
                        "type":"string"
                    },
                    "inlandConveyanceFlag":{
                        "description":"The inland conveyance flag.",
                        "type":"string"
                    },
                    "inlandTransportModeGid":{
                        "description":"The inland transport mode. Which is a foreign key to TRANSPORT_MODE table.",
                        "type":"string"
                    },
                    "departureConveyanceName":{
                        "description":"The departure conveyance name.",
                        "type":"string"
                    },
                    "departureConveyanceFlag":{
                        "description":"The departure conveyance flag.",
                        "type":"string"
                    },
                    "departTransportModeGid":{
                        "description":"The departure transport mode. Which is a foreign key to TRANSPORT_MODE table.",
                        "type":"string"
                    },
                    "gtmValuationMethodGid":{
                        "description":"The valuation method ID.",
                        "type":"string"
                    },
                    "attributeDate11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeNumber11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "countryOfExport":{
                        "description":"This describes the country of export for the transaction.",
                        "type":"string"
                    },
                    "countryOfImport":{
                        "description":"This describes the country of import for the transaction.",
                        "type":"string"
                    },
                    "isTemplate":{
                        "description":"Checkbox indicating whether this GTM transaction or declaration record will be used as a template.",
                        "type":"boolean"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "transactionQuantities":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.transactionQuantities"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "transactionValues":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.transactionValues"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "transactionDates":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.transactionDates"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "lines":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "remarks":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.remarks"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "reqdocs":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.reqdocs"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "refnums":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.refnums"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "transactionCodes":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.transactionCodes"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "involvedLocations":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.involvedLocations"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "involvedParties":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.involvedParties"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "statuses":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.statuses"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "ports":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.ports"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "policies":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.policies"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "documents":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.documents"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "customsDeclarationsNoTradeLicenses.transactionQuantities":{
                "properties":{
                    "gtmQuantityTypeGid":{
                        "description":"The GID for the GTM quantity qualifier.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "quantityValue":{
                        "description":"The value of the quantity.",
                        "type":"number",
                        "format":"double"
                    },
                    "uomCode":{
                        "description":"The unit of measure of the quantity. ",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "customsDeclarationsNoTradeLicenses.transactionValues":{
                "properties":{
                    "gtmValueQualifierGid":{
                        "description":"The GID for the value qualifier.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "currencyValue":{
                        "description":"The currency value of the trade transaction.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "gtmFormulaExpressionGid":{
                        "description":"Formula(If any) associated with the value qualifier.",
                        "type":"string"
                    },
                    "valueNote":{
                        "description":"A note that shows how the value qualifier is calculated.",
                        "type":"string"
                    },
                    "methodOfCalculation":{
                        "description":"Shows how the currency value should be calculated either manually or by using a formula.",
                        "type":"string"
                    },
                    "isFixed":{
                        "description":"If this is set to false, the currency values can be overridden with the values calculated from formula or any other process.",
                        "type":"boolean"
                    },
                    "valueSetCompRuleGrpId":{
                        "description":"Compliance rule group ID used to assign value set to the transaction.",
                        "type":"string"
                    },
                    "valueFormulaCompRuleGrpId":{
                        "description":"Compliance rule group ID used to assign formula to the value qualifiers on the transaction.",
                        "type":"string"
                    },
                    "paymentMethodCodeGid":{
                        "description":"The payment method. It is a foreign key to PAYMENT_METHOD_CODE table.",
                        "type":"string"
                    },
                    "rcValue":{
                        "description":"The reporting currency value.",
                        "type":"number",
                        "format":"double"
                    },
                    "rcValueCurrencyGid":{
                        "description":"The reporting value currency. It is a foreign key to CURRENCY table.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "customsDeclarationsNoTradeLicenses.transactionDates":{
                "properties":{
                    "dateQualifierGid":{
                        "description":"The GID for the date qualifier.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "transactionDate":{
                        "description":"The transaction date.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "customsDeclarationsNoTradeLicenses.lines":{
                "properties":{
                    "gtmTransactionLineGid":{
                        "description":"The GID for the GTM trade transaction line.",
                        "type":"string"
                    },
                    "gtmTransactionLineXid":{
                        "description":"The XID for the GTM trade transaction line.",
                        "type":"string"
                    },
                    "lineObjectId":{
                        "description":"N/A",
                        "type":"string"
                    },
                    "lineObjectNo":{
                        "description":"N/A",
                        "type":"number",
                        "format":"int64"
                    },
                    "itemGid":{
                        "description":"The GID for the item associated with the GTM trade transaction line. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "item":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property itemGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "parentTransLineGid":{
                        "description":"Indicates the parent transaction line for a transaction line which is a child line. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "parentTransLine":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property parentTransLineGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeTransactionLines"
                            }
                        ],
                        "readOnly":true
                    },
                    "indicator":{
                        "description":"Marks the condition or state of the GTM trade transaction line using colors.",
                        "type":"string"
                    },
                    "userDefined1IconGid":{
                        "description":"Marks the condition or state of the GTM trade transaction line using images. It is a foreign key reference to ICON table. ",
                        "type":"string"
                    },
                    "userDefined2IconGid":{
                        "description":"Marks the condition or state of the GTM trade transaction line using images. It is a foreign key reference to ICON table. ",
                        "type":"string"
                    },
                    "userDefined3IconGid":{
                        "description":"Marks the condition or state of the GTM trade transaction line using images. It is a foreign key reference to ICON table. ",
                        "type":"string"
                    },
                    "userDefined4IconGid":{
                        "description":"Marks the condition or state of the GTM trade transaction line using images. It is a foreign key reference to ICON table. ",
                        "type":"string"
                    },
                    "userDefined5IconGid":{
                        "description":"Marks the condition or state of the GTM trade transaction line using images. It is a foreign key reference to ICON table. ",
                        "type":"string"
                    },
                    "precedingTransactionLineGid":{
                        "description":"If a transaction line is created from another transaction line, this indicates the preceding transaction line from which this line is created. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "precedingTransactionLine":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property precedingTransactionLineGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeTransactionLines"
                            }
                        ],
                        "readOnly":true
                    },
                    "countryOfOrigin":{
                        "description":"The country of origin for item associated with the GTM trade transaction line.",
                        "type":"string"
                    },
                    "countryOfManufacture":{
                        "description":"The country of manufacture for item associated with the GTM trade transaction line.",
                        "type":"string"
                    },
                    "transLineType":{
                        "description":"Indicates if a line is a transaction line or a declaration line.",
                        "type":"string"
                    },
                    "attribute1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attributeNumber1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "gtmTrItemStructureGid":{
                        "description":"Component of transaction item structure indicates the parent item structure that the line is part of.",
                        "type":"string"
                    },
                    "gtmStructureGid":{
                        "description":"The GID for the trade item structure.",
                        "type":"string"
                    },
                    "gtmStructureComponentSeq":{
                        "description":"The sequence number of the component within an item structure.",
                        "type":"number",
                        "format":"int32"
                    },
                    "incoTermGid":{
                        "description":"The GID for the incoterm associated with the GTM trade transaction line.",
                        "type":"string"
                    },
                    "incoTermLocation":{
                        "description":"The incoterm location associated with the GTM trade transaction line.",
                        "type":"string"
                    },
                    "gtmValuationMethodGid":{
                        "description":"The GID for the valuation method associated with the GTM trade transaction line.",
                        "type":"string"
                    },
                    "gtmBondGid":{
                        "description":"The GID for the bond associated with the GTM trade transaction line.",
                        "type":"string"
                    },
                    "lineItemDescription":{
                        "description":"Describes the item on the transaction line.",
                        "type":"string"
                    },
                    "gtmTradePreferenceGid":{
                        "description":"The GID for the trade preference associated with the GTM trade transaction line.",
                        "type":"string"
                    },
                    "gtmProcedureGid":{
                        "description":"The GID for the procedure associated with the GTM trade transaction line.",
                        "type":"string"
                    },
                    "gtmPriorProcedureGid":{
                        "description":"The GID for the prior procedure associated with the GTM trade transaction line.",
                        "type":"string"
                    },
                    "gtmProcedureDetailGid":{
                        "description":"The GID for the procedure detail associated with the GTM trade transaction line.",
                        "type":"string"
                    },
                    "gtmTariffCode":{
                        "description":"This column represents the trade program applicable for transaction line.",
                        "type":"string"
                    },
                    "importProdClassTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attributeDate11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeNumber11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "countryOfImport":{
                        "description":"This describes the country of import for the transaction line.",
                        "type":"string"
                    },
                    "countryOfExport":{
                        "description":"This describes the country of export for the transaction line.",
                        "type":"string"
                    },
                    "itemStructureGid":{
                        "description":"Item Structure field indicates the structure that was used for qualification or business process.",
                        "type":"string"
                    },
                    "isCanceled":{
                        "description":"Indicates if the transaction line is a canceled line. ",
                        "type":"boolean"
                    },
                    "gtmTipZoneStatusGid":{
                        "description":"Trade Incentive Program Zone Status GID",
                        "type":"string"
                    },
                    "priorZoneStatus":{
                        "description":"Prior Zone Status GID",
                        "type":"string"
                    },
                    "lineCodes":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.lineCodes"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "lineDates":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.lineDates"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "partyScreens":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.partyScreens"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "gtmTransLineProdDocs":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.gtmTransLineProdDocs"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "quantities":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.quantities"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "values":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.values"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "percentageValues":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.percentageValues"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "textLinks":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.textLinks"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "productClassifications":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.productClassifications"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "involvedParties":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.involvedParties"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "sanctions":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.sanctions"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "statuses":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.statuses"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "otherControls":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.otherControls"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "remarks":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.remarks"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "licenses":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.licenses"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "reqdClassifications":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.reqdClassifications"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "reportings":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.reportings"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "reqdocLinks":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.reqdocLinks"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "baseAmounts":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.baseAmounts"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "controlScreens":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.controlScreens"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "reportQuantities":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.reportQuantities"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "refnums":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.refnums"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "additionalInfos":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.additionalInfos"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "references":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.references"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "notes":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.notes"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "customsDeclarationsNoTradeLicenses.lines.lineCodes":{
                "properties":{
                    "gtmTypeGid":{
                        "description":"The GID for the GTM type or user-defined type. ",
                        "type":"string"
                    },
                    "gtmCode":{
                        "description":"The corresponding code for the GTM type.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "customsDeclarationsNoTradeLicenses.lines.lineDates":{
                "properties":{
                    "dateQualifierGid":{
                        "description":"The GID for the date qualifier.",
                        "type":"string"
                    },
                    "transLineDate":{
                        "description":"The transaction line date.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "customsDeclarationsNoTradeLicenses.lines.partyScreens":{
                "properties":{
                    "gtmTrPartyScreenGid":{
                        "description":"The GID for the party screening record associated with the GTM trade transaction.",
                        "type":"string"
                    },
                    "gtmTrPartyScreenXid":{
                        "description":"The XID for the party screening record associated with the GTM trade transaction.",
                        "type":"string"
                    },
                    "gtmPartyGid":{
                        "description":"The GID for party associated with the GTM trade transaction line.",
                        "type":"string"
                    },
                    "isPassed":{
                        "description":"The restricted party screening status for a party associated with the GTM trade transaction line.",
                        "type":"boolean"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "contactGid":{
                        "description":"The contact GID. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "contact":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property contactGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "customsDeclarationsNoTradeLicenses.lines.gtmTransLineProdDocs":{
                "properties":{
                    "prodDocSequence":{
                        "description":"The sequence number generated for the primary key.",
                        "type":"number",
                        "format":"int64"
                    },
                    "gtmProdDocTypeGid":{
                        "description":"The GID for the GTM trade transaction line produced document type.",
                        "type":"string"
                    },
                    "prodDocRefNumber":{
                        "description":"The document reference number for the produced document. ",
                        "type":"string"
                    },
                    "prodDocDate":{
                        "description":"The document date for the produced document. ",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "prodDocValidationLoc":{
                        "description":"The location where the produced document is validated.  <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "prodDocValidationLocRefObject":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property prodDocValidationLoc, which will be expanded if expandRefs query parameter is set to true (expandRefs=true) <br> This reference object will be displayed only when the optional feature: APPEND REFOBJECT FOR REF ATTR NOT ENDING WITH GID is enabled.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "archiveLocationGid":{
                        "description":"The archive location of the produced document. It is a foreign key to LOCATION table. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "archiveLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property archiveLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "archiveFormat":{
                        "description":"The archive format of the produced document.",
                        "type":"string"
                    },
                    "archiveDetail":{
                        "description":"The archive details of the produced document.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "customsDeclarationsNoTradeLicenses.lines.quantities":{
                "properties":{
                    "gtmTransLineQtySeqNo":{
                        "description":"The sequence number of the quantity on the trade transaction line. ",
                        "type":"number",
                        "format":"int64"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "uomCode":{
                        "description":"The unit of measure of the quantity on the trade transaction line. ",
                        "type":"string"
                    },
                    "quantityValue":{
                        "description":"The value of the quantity on the trade transaction line.",
                        "type":"number",
                        "format":"double"
                    },
                    "gtmQuantityTypeGid":{
                        "description":"The GID for the GTM quantity qualifier.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "customsDeclarationsNoTradeLicenses.lines.values":{
                "properties":{
                    "gtmValueQualifierGid":{
                        "description":"The GID for the value qualifier on the trade transaction line.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "currencyValue":{
                        "description":"The currency value of the trade transaction line.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "gtmFormulaExpressionGid":{
                        "description":"Formula(If any) associated with the value qualifier.",
                        "type":"string"
                    },
                    "valueNote":{
                        "description":"A note that shows how the value qualifier is calculated.",
                        "type":"string"
                    },
                    "methodOfCalculation":{
                        "description":"Shows how the currency value should be calculated either manually or by using a formula.",
                        "type":"string"
                    },
                    "isFixed":{
                        "description":"If this is set to false, the currency values can be overridden with the values calculated from formula or any other process.",
                        "type":"boolean"
                    },
                    "valueSetCompRuleGrpId":{
                        "description":"Compliance rule group ID used to assign value set to the transaction line.",
                        "type":"string"
                    },
                    "valueFormulaCompRuleGrpId":{
                        "description":"Compliance rule group ID used to assign formula to the value qualifiers on the transaction line.",
                        "type":"string"
                    },
                    "paymentMethodCodeGid":{
                        "description":"The payment method. It is a foreign key to PAYMENT_METHOD_CODE table.",
                        "type":"string"
                    },
                    "rcValue":{
                        "description":"The reporting currency value.",
                        "type":"number",
                        "format":"double"
                    },
                    "rcValueCurrencyGid":{
                        "description":"The reporting currency. It is a foreign key to CURRENCY table.",
                        "type":"string"
                    },
                    "valueDetails":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.lines.values.valueDetails"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "customsDeclarationsNoTradeLicenses.lines.values.valueDetails":{
                "properties":{
                    "gtmTransactionLineGid":{
                        "description":"The GID for the GTM Trade Transaction Line.",
                        "type":"string"
                    },
                    "gtmValueQualifierGid":{
                        "description":"Value Qualifier Gid ",
                        "type":"string"
                    },
                    "sequenceNo":{
                        "description":"Sequence Number",
                        "type":"number",
                        "format":"int64"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "valueAttribute":{
                        "description":"Value attribute shows the attribute type of the value qualifier.",
                        "type":"string"
                    },
                    "value":{
                        "description":"The currency value of the value attribute.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "valueNote":{
                        "description":"A note that shows how the value attribute is calculated.",
                        "type":"string"
                    },
                    "referenceValueAttribute":{
                        "description":"Reference value attribute column shows which other value attribute this belongs to.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "customsDeclarationsNoTradeLicenses.lines.percentageValues":{
                "properties":{
                    "gtmPercentageValueQualGid":{
                        "description":"The GID for the percentage value qualifier associated with the GTM trade transaction line. ",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "percentageValue":{
                        "description":"The percentage value associated with the GTM trade transaction line.",
                        "type":"number",
                        "format":"double"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "customsDeclarationsNoTradeLicenses.lines.textLinks":{
                "properties":{
                    "gtmTransLineTextLinkGid":{
                        "description":"The GID for the link between the GTM trade transaction line and the associated text template.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "gtmTransLineTextLinkXid":{
                        "description":"The XID for the link between the GTM trade transaction line and the associated text template.",
                        "type":"string"
                    },
                    "gtmTransactionLineGid":{
                        "description":"The GID for the GTM trade transaction line. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "gtmTransactionLine":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property gtmTransactionLineGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeTransactionLines"
                            }
                        ],
                        "readOnly":true
                    },
                    "textOverride":{
                        "description":"Transactional override for the template on the specific document",
                        "type":"string"
                    },
                    "gtmComplianceRuleGroupGid":{
                        "description":"The GID for the GTM compliance rule set group used to assign a text template to a trade transaction line.",
                        "type":"string"
                    },
                    "gtmComplianceRuleGid":{
                        "description":"The GID for the GTM compliance rule used to assign a text template to a trade transaction line.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "customsDeclarationsNoTradeLicenses.lines.productClassifications":{
                "properties":{
                    "gtmTrProdClassificationGid":{
                        "description":"The GID for the product classification assigned to the GTM trade transaction line.",
                        "type":"string"
                    },
                    "gtmTrProdClassificationXid":{
                        "description":"The XID for the product classification assigned to the GTM trade transaction line.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "gtmProdClassCodeGid":{
                        "description":"The GID for the product classification code assigned to the GTM trade transaction line.",
                        "type":"string"
                    },
                    "isFixed":{
                        "description":"Used to indicate if the assigned product classification code is fixed and should not be changed.",
                        "type":"boolean"
                    },
                    "tradeDirection":{
                        "description":"Trade Direction of the product classification. This field is deprecated and should not be used.",
                        "type":"string"
                    },
                    "gtmProductClassTypeGid":{
                        "description":"The GID for the product classification type assigned to the GTM trade transaction line.",
                        "type":"string"
                    },
                    "bindingRulingNumber":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "bindingRulingEffectiveDate":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "bindingRulingExpirationDate":{
                        "description":"Indicates expiration date of binding ruling.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "gtmProdClassPurposeGid":{
                        "description":"The GID of product classification purpose added to GTM Trade Transaction Line. ",
                        "type":"string"
                    },
                    "classificationCode":{
                        "description":"Classification code for an item.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "customsDeclarationsNoTradeLicenses.lines.involvedParties":{
                "properties":{
                    "involvedPartyQualGid":{
                        "description":"The GID for the involved party qualifier.",
                        "type":"string"
                    },
                    "involvedPartyContactGid":{
                        "description":"The GID for the involved party contact or party. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "involvedPartyContact":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property involvedPartyContactGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "comMethodGid":{
                        "description":"The GID for the communication method of the involved party.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "customsDeclarationsNoTradeLicenses.lines.sanctions":{
                "properties":{
                    "gtmTrSanctionGid":{
                        "description":"The GID for sanction assigned to the GTM trade transaction line.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "gtmComplianceRuleGroupGid":{
                        "description":"The GID for compliance rule set group used to assign the sanction to the GTM trade transaction.",
                        "type":"string"
                    },
                    "gtmComplianceRuleGid":{
                        "description":"The GID for compliance rule used to assign the sanction to the GTM trade transaction.",
                        "type":"string"
                    },
                    "gtmControlTypeGid":{
                        "description":"The GID for the sanction control type assigned to the GTM trade transaction.",
                        "type":"string"
                    },
                    "controlCode":{
                        "description":"The sanction control code assigned to the GTM trade transaction.",
                        "type":"string"
                    },
                    "gtmTrSanctionXid":{
                        "description":"The XID for the sanction assigned to the GTM trade transaction.",
                        "type":"string"
                    },
                    "authorizationText":{
                        "description":"The authorization used to override a sanction assigned to the GTM trade transaction line.",
                        "type":"string"
                    },
                    "authorizationAddedBy":{
                        "description":"The user who added the authorization used to override a sanction.",
                        "type":"string"
                    },
                    "authorizationAddedOn":{
                        "description":"The date on which an authorization is added to the sanction.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "customsDeclarationsNoTradeLicenses.lines.statuses":{
                "properties":{
                    "statusTypeGid":{
                        "description":"The GID for the transaction line status type.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "statusValueGid":{
                        "description":"The GID for the transaction line status value.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "customsDeclarationsNoTradeLicenses.lines.otherControls":{
                "properties":{
                    "gtmTrOtherControlGid":{
                        "description":"The GID for the GTM trade transaction line control code for other control screening.",
                        "type":"string"
                    },
                    "gtmTrOtherControlXid":{
                        "description":"The XID for the GTM trade transaction line control code for other control screening.",
                        "type":"string"
                    },
                    "gtmComplianceRuleGroupGid":{
                        "description":"The GID for the compliance rule set group used to assign the control type/control code for other control screening to the GTM trade transaction line.",
                        "type":"string"
                    },
                    "gtmComplianceRuleGid":{
                        "description":"The GID for the compliance rule used to assign the control type/control code for other control screening to the GTM trade transaction line.",
                        "type":"string"
                    },
                    "gtmControlTypeGid":{
                        "description":"The GID for the control type assigned to the GTM trade transaction line for other control screening.",
                        "type":"string"
                    },
                    "controlCode":{
                        "description":"The control code assigned to the GTM trade transaction line.",
                        "type":"string"
                    },
                    "authorizationText":{
                        "description":"The authorization information entered by a user to release the control assigned to the GTM trade transaction line during other control screening.",
                        "type":"string"
                    },
                    "authorizationAddedBy":{
                        "description":"The user who submitted the authorization.",
                        "type":"string"
                    },
                    "authorizationAddedOn":{
                        "description":"The date the authorization was submitted.  ",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "gtmExceptionControlTypeGid":{
                        "description":"The GID for the exception control type assigned to the GTM trade transaction line during other control screening.",
                        "type":"string"
                    },
                    "gtmExceptionControlCode":{
                        "description":"The exception control code assigned to the GTM trade transaction line during other control screening.",
                        "type":"string"
                    },
                    "exceptionComplianceRuleGid":{
                        "description":"The GID for the compliance rule used to assign the exception control type/control code to the GTM trade transaction line for other control screening.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "customsDeclarationsNoTradeLicenses.lines.remarks":{
                "properties":{
                    "remarkSequence":{
                        "description":"The sequence number for the GTM trade transaction line remark. ",
                        "type":"number",
                        "format":"int64"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "remarkQualGid":{
                        "description":"The GID for the GTM trade transaction line remark.",
                        "type":"string"
                    },
                    "remarkText":{
                        "description":"The remark text for the GTM trade transaction line. ",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "customsDeclarationsNoTradeLicenses.lines.licenses":{
                "properties":{
                    "gtmTransLineLicenseSeq":{
                        "description":"The sequence number for the license line assigned to the trade transaction. ",
                        "type":"number",
                        "format":"int64"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "licenseLineGid":{
                        "description":"The GID for the GTM license line.",
                        "type":"string"
                    },
                    "gtmQuantityTypeGid":{
                        "description":"The GID for the GTM quantity qualifier.",
                        "type":"string"
                    },
                    "quantityValue":{
                        "description":"The value of the license line quantity allocated to the trade transaction line.",
                        "type":"number",
                        "format":"double"
                    },
                    "quantityUom":{
                        "description":"The unit of measure of the license line quantity allocated to the trade transaction line. ",
                        "type":"string"
                    },
                    "gtmValueQualifierGid":{
                        "description":"The GID for the GTM value qualifier.",
                        "type":"string"
                    },
                    "licenseExpirationDate":{
                        "description":"The expiration date of the license assigned to the trade transaction line.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "userGid":{
                        "description":"The GID for GTM user which assigned the license to the trade transaction line.",
                        "type":"string"
                    },
                    "assignedDate":{
                        "description":"The date that the license is assigned to the trade transaction line.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "comments":{
                        "description":"Comments.",
                        "type":"string"
                    },
                    "currencyValue":{
                        "description":"The currency value of the license line assigned to the trade transaction.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "exchangeRateGid":{
                        "description":"The Exchange Rate ID used for value conversion between the license and the trade transaction. It is foreign key reference to EXCHANGE_RATE table. ",
                        "type":"string"
                    },
                    "rateExchangeDate":{
                        "description":"The Exchange Rate date used for value conversion between the license and the trade transaction.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "gtmControlTypeGid":{
                        "description":"The control type being released by the license line assigned to the trade transaction.",
                        "type":"string"
                    },
                    "controlCode":{
                        "description":"The control code being released by the license line assigned to the trade transaction.",
                        "type":"string"
                    },
                    "gtmLlUsageSequenceNo":{
                        "description":"The sequence number of the license line usage.",
                        "type":"number",
                        "format":"int64"
                    },
                    "transactionDate":{
                        "description":"Transaction date is set on performing license assignment based on the date qualifier configured on license code option.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "customsDeclarationsNoTradeLicenses.lines.reqdClassifications":{
                "properties":{
                    "gtmProdClassTypeGid":{
                        "description":"The GID for the required product classification type associated with the GTM trade transaction line.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "customsDeclarationsNoTradeLicenses.lines.reportings":{
                "properties":{
                    "gtmTrReportingGid":{
                        "description":"The GID for the reporting results assigned to the GTM trade transaction line.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "gtmTrReportingXid":{
                        "description":"The XID for the reporting results assigned to the GTM trade transaction line.",
                        "type":"string"
                    },
                    "gtmComplianceRuleGroupGid":{
                        "description":"The GID for the compliance rule set group used to assign the reporting results to the GTM trade transaction line.",
                        "type":"string"
                    },
                    "gtmComplianceRuleGid":{
                        "description":"The GID for the compliance rule used to assign the reporting results to the GTM trade transaction line.",
                        "type":"string"
                    },
                    "gtmRegimeGid":{
                        "description":"The GID for the regime associated with the reporting results control assigned to the GTM trade transaction line.",
                        "type":"string"
                    },
                    "gtmControlTypeGid":{
                        "description":"The GID for the control type assigned in the reporting results of the GTM trade transaction line.",
                        "type":"string"
                    },
                    "gtmControlCode":{
                        "description":"The control code assigned in the reporting results of the GTM trade transaction line.",
                        "type":"string"
                    },
                    "gtmExceptionControlTypeGid":{
                        "description":"The GID for the exception control type assigned in the reporting results of the GTM trade transaction line.",
                        "type":"string"
                    },
                    "gtmExceptionControlCode":{
                        "description":"The exception control code assigned in the reporting results of the GTM trade transaction line.",
                        "type":"string"
                    },
                    "exceptionComplianceRuleGid":{
                        "description":"The GID for the exception compliance rule used to assign the reporting results to the GTM trade transaction line.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "customsDeclarationsNoTradeLicenses.lines.reqdocLinks":{
                "properties":{
                    "gtmTransLineReqdocLinkGid":{
                        "description":"The GID for the required document associated with the GTM trade transaction line.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "gtmTransLineReqdocLinkXid":{
                        "description":"The XID for the required document associated with the GTM trade transaction line.",
                        "type":"string"
                    },
                    "gtmTransactionGid":{
                        "description":"The GID for the GTM trade transaction.",
                        "type":"string"
                    },
                    "documentDefGid":{
                        "description":"Required document type for the GTM trade transaction.",
                        "type":"string"
                    },
                    "gtmComplianceRuleGroupGid":{
                        "description":"The GID for the compliance rule set group.",
                        "type":"string"
                    },
                    "gtmComplianceRuleGid":{
                        "description":"The GID for the compliance rule.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "customsDeclarationsNoTradeLicenses.lines.baseAmounts":{
                "properties":{
                    "gtmBaseAmountTypeGid":{
                        "description":"The GID for the base amount type.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "gtmComplianceRuleGroupGid":{
                        "description":"The GID for the compliance rule set group.",
                        "type":"string"
                    },
                    "gtmComplianceRuleGid":{
                        "description":"The GID for the compliance rule.",
                        "type":"string"
                    },
                    "gtmRegimeGid":{
                        "description":"The GID for the regime.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "customsDeclarationsNoTradeLicenses.lines.controlScreens":{
                "properties":{
                    "gtmTrControlScreenGid":{
                        "description":"The GID for the GTM trade transaction line control code.",
                        "type":"string"
                    },
                    "gtmTrControlScreenXid":{
                        "description":"The XID for the GTM trade transaction line control code.",
                        "type":"string"
                    },
                    "gtmComplianceRuleGroupGid":{
                        "description":"The GID for the compliance rule set group used to assign the control type/control code to the GTM trade transaction line.",
                        "type":"string"
                    },
                    "gtmComplianceRuleGid":{
                        "description":"The GID for the compliance rule used to assign the control type/control code to the GTM trade transaction line.",
                        "type":"string"
                    },
                    "gtmExceptionControlTypeGid":{
                        "description":"The GID for the exception control type assigned to the GTM trade transaction line.",
                        "type":"string"
                    },
                    "gtmExceptionControlCode":{
                        "description":"The exception control code assigned to the GTM trade transaction line.",
                        "type":"string"
                    },
                    "gtmRegulationReferenceGid":{
                        "description":"The GID for the regulation reference associated with the control assigned to the GTM trade transaction line.",
                        "type":"string"
                    },
                    "gtmControlTypeGid":{
                        "description":"The GID for the control type assigned to the GTM trade transaction line.",
                        "type":"string"
                    },
                    "controlCode":{
                        "description":"The control code assigned to the GTM trade transaction line.",
                        "type":"string"
                    },
                    "licenseNumber":{
                        "description":"The license number associated with the license used to release a control on the GTM trade transaction line.",
                        "type":"string"
                    },
                    "licenseQuantity":{
                        "description":"The quantity from the associated license used to release a control on the GTM trade transaction line.",
                        "type":"number",
                        "format":"double"
                    },
                    "licenseUom":{
                        "description":"The unit of measured for the quantity from the associated license used to release a control on the GTM trade transaction line.",
                        "type":"string"
                    },
                    "licenseAddedBy":{
                        "description":"Specifies who added the license to the GTM trade transaction line.",
                        "type":"string"
                    },
                    "licenseAddedOn":{
                        "description":"Specifies the date on which the license is added to the GTM trade transaction line.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "gtmControlCategory":{
                        "description":"The control category associated with the control type/control code assigned to the GTM trade transaction line.",
                        "type":"string"
                    },
                    "gtmRegistrationGid":{
                        "description":"The GID for the registration associated with the GTM trade transaction line.",
                        "type":"string"
                    },
                    "involvedPartyQualGid":{
                        "description":"The GID for the involved party associated with the control code assigned to the GTM trade transaction line.",
                        "type":"string"
                    },
                    "exceptionComplianceRuleGid":{
                        "description":"The GID for the compliance rule used to assign the exception control type/control code to the GTM trade transaction line.",
                        "type":"string"
                    },
                    "gtmAuthorizationTypeGid":{
                        "description":"The authorization type of the  license number associated with the license used to release a control on the GTM trade transaction line.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "customsDeclarationsNoTradeLicenses.lines.reportQuantities":{
                "properties":{
                    "gtlrqSeqNum":{
                        "description":"The sequence number of the quantity on the trade transaction line. ",
                        "type":"number",
                        "format":"int64"
                    },
                    "gtmProdClassTypeGid":{
                        "description":"The GID for the product classification type for the reporting quantity.",
                        "type":"string"
                    },
                    "gtmQuantityTypeGid":{
                        "description":"The GID for the GTM quantity qualifier for the reporting quantity.",
                        "type":"string"
                    },
                    "quantityValue":{
                        "description":"The value of the quantity on the trade transaction line for the reporting quantity.",
                        "type":"number",
                        "format":"double"
                    },
                    "uomCode":{
                        "description":"The unit of measure of the quantity on the trade transaction line for the reporting quantity. ",
                        "type":"string"
                    },
                    "attributeName":{
                        "description":"Refers to the unit of measure selected in uom_code. For example, REPORTING UOM1.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "gtmProdClassCodeGid":{
                        "description":"The GID for the product classification code for the reporting quantity.",
                        "type":"string"
                    },
                    "classificationCode":{
                        "description":"Classification code for an item.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "customsDeclarationsNoTradeLicenses.lines.refnums":{
                "properties":{
                    "gtmTranslineRefnumQualGid":{
                        "description":"The GID for the GTM trade transaction line reference number qualifier.",
                        "type":"string"
                    },
                    "refnumValue":{
                        "description":"The value of the reference number.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "customsDeclarationsNoTradeLicenses.lines.additionalInfos":{
                "properties":{
                    "gtmAdditionalInfoGid":{
                        "description":"The GID for the GTM additional information.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "textOverride":{
                        "description":"Text specified in this field will override the default text defined in the GTM additional information. ",
                        "type":"string"
                    },
                    "exportFrom":{
                        "description":"Country or region from which the goods are being exported.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "customsDeclarationsNoTradeLicenses.lines.references":{
                "properties":{
                    "transLineRefGid":{
                        "description":"The GID for the GTM trade transaction line that is aggregated to the declaration line.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "quantityValue":{
                        "description":"Defines the quantity value of transaction line that is aggregated to the declaration line.",
                        "type":"number",
                        "format":"double"
                    },
                    "quantityUomCode":{
                        "description":"Defines the unit of measure for the value that is aggregated to the declaration line.",
                        "type":"string"
                    },
                    "gtmQuantityTypeGid":{
                        "description":"The GID used for the trade transaction line quantity qualifier. It is the quantity qualifier of the transaction line aggregated to the declaration line.",
                        "type":"string"
                    },
                    "isPrimary":{
                        "description":"Identifies the primary transaction among multiple transactions listed. The values are Y/N.",
                        "type":"string"
                    },
                    "transactionRefGid":{
                        "description":"The GID for the GTM trade transaction related to the GTM trade transaction line that is aggregated to the declaration line.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "customsDeclarationsNoTradeLicenses.lines.notes":{
                "properties":{
                    "noteSequenceNo":{
                        "description":"Sequence number of notes.",
                        "type":"number",
                        "format":"int64"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "timestamp":{
                        "description":"Timestamp of the event that is noted.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "summary":{
                        "description":"High level description about the event.",
                        "type":"string"
                    },
                    "note":{
                        "description":"Detailed description about the event.",
                        "type":"string"
                    },
                    "enteredBy":{
                        "description":"The action name or the manual intervention that resulted in this note",
                        "type":"string"
                    },
                    "isSystemGenerated":{
                        "description":"Says if the note is generated by the system or manually added by the user.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "customsDeclarationsNoTradeLicenses.remarks":{
                "properties":{
                    "remarkSequence":{
                        "description":"The sequence number for the GTM trade transaction remark. ",
                        "type":"number",
                        "format":"int64"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "remarkQualGid":{
                        "description":"The GID for the GTM trade transaction remark.",
                        "type":"string"
                    },
                    "remarkText":{
                        "description":"The remark text for the GTM trade transaction. ",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "customsDeclarationsNoTradeLicenses.reqdocs":{
                "properties":{
                    "documentDefGid":{
                        "description":"Required document type for the GTM trade transaction.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "numRevisions":{
                        "description":"The number of document revisions generated.",
                        "type":"number",
                        "format":"int32"
                    },
                    "reviewStatus":{
                        "description":"The review status of the required document. ",
                        "type":"string"
                    },
                    "gtmComplianceRuleGroupGid":{
                        "description":"The GID for the compliance rule set group.",
                        "type":"string"
                    },
                    "gtmComplianceRuleGid":{
                        "description":"The GID for the compliance rule.",
                        "type":"string"
                    },
                    "instructions":{
                        "description":"Free-form field to hold document attributes. E.g. a document could be denoted as required or optional.",
                        "type":"string"
                    },
                    "reviewers":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.reqdocs.reviewers"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "texts":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.reqdocs.texts"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "docs":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.reqdocs.docs"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "subscribers":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.reqdocs.subscribers"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "statuses":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.reqdocs.statuses"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "customsDeclarationsNoTradeLicenses.reqdocs.reviewers":{
                "properties":{
                    "contactGid":{
                        "description":"The GID for the document reviewer. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "contact":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property contactGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "asInvolvedPartyQualGid":{
                        "description":"The involved party of the reviewer if they are acting as a party on the trade transaction.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "customsDeclarationsNoTradeLicenses.reqdocs.texts":{
                "properties":{
                    "textTemplateGid":{
                        "description":"The GID for the text template associated with the GTM trade transaction line.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "gtmTransactionLineGid":{
                        "description":"The GID for the GTM trade transaction line. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "gtmTransactionLine":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property gtmTransactionLineGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeTransactionLines"
                            }
                        ],
                        "readOnly":true
                    },
                    "gtmComplianceRuleGid":{
                        "description":"The compliance rule used to assign the text template to the GTM trade transaction.",
                        "type":"string"
                    },
                    "gtmComplianceRuleGroupGid":{
                        "description":"The compliance rule set group used to assign the text template to the GTM trade transaction.",
                        "type":"string"
                    },
                    "textOverride":{
                        "description":"Transactional override for the template on the specific document.",
                        "type":"string"
                    },
                    "textLinks":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.reqdocs.texts.textLinks"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "customsDeclarationsNoTradeLicenses.reqdocs.texts.textLinks":{
                "properties":{
                    "gtmTransLineTextLinkGid":{
                        "description":"The GID for the link between the GTM trade transaction line and the associated text template.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "gtmTransLineTextLinkXid":{
                        "description":"The XID for the link between the GTM trade transaction line and the associated text template.",
                        "type":"string"
                    },
                    "gtmTransactionLineGid":{
                        "description":"The GID for the GTM trade transaction line. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "gtmTransactionLine":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property gtmTransactionLineGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeTransactionLines"
                            }
                        ],
                        "readOnly":true
                    },
                    "textOverride":{
                        "description":"Transactional override for the template on the specific document",
                        "type":"string"
                    },
                    "gtmComplianceRuleGroupGid":{
                        "description":"The GID for the GTM compliance rule set group used to assign a text template to a trade transaction line.",
                        "type":"string"
                    },
                    "gtmComplianceRuleGid":{
                        "description":"The GID for the GTM compliance rule used to assign a text template to a trade transaction line.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "customsDeclarationsNoTradeLicenses.reqdocs.docs":{
                "properties":{
                    "documentGid":{
                        "description":"The GID for the document instance. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "document":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property documentGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/documents"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "documentRevision":{
                        "description":"The revision count for the document.",
                        "type":"number",
                        "format":"int32"
                    },
                    "review":{
                        "description":"The review status of the required document. ",
                        "type":"string"
                    },
                    "annotations":{
                        "description":"Annotations for a document revision.",
                        "type":"string"
                    },
                    "documentCmsName":{
                        "description":"The document name used to identify a set of revisions (versions) for a CMS.",
                        "type":"string"
                    },
                    "reviews":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/customsDeclarationsNoTradeLicenses.reqdocs.docs.reviews"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "customsDeclarationsNoTradeLicenses.reqdocs.docs.reviews":{
                "properties":{
                    "contactGid":{
                        "description":"The GID for the document reviewer. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "contact":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property contactGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "state":{
                        "description":"The review status of the document.",
                        "type":"string"
                    },
                    "comments":{
                        "description":"Comments from the reviewer for the specific document.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "customsDeclarationsNoTradeLicenses.reqdocs.subscribers":{
                "properties":{
                    "contactGid":{
                        "description":"The GID for the document reviewer. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "contact":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property contactGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "asInvolvedPartyQualGid":{
                        "description":"The involved party of the subscriber if they are acting as a party on the trade transaction.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "customsDeclarationsNoTradeLicenses.reqdocs.statuses":{
                "properties":{
                    "statusTypeGid":{
                        "description":"The status type associated with a required document.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "statusValueGid":{
                        "description":"The status value associated with a required document.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "customsDeclarationsNoTradeLicenses.refnums":{
                "properties":{
                    "gtmTransRefnumQualGid":{
                        "description":"The GID for the GTM trade transaction reference number.",
                        "type":"string"
                    },
                    "refnumValue":{
                        "description":"The value of the reference number.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "customsDeclarationsNoTradeLicenses.transactionCodes":{
                "properties":{
                    "gtmTypeGid":{
                        "description":"The GID for the GTM type or user-defined type. ",
                        "type":"string"
                    },
                    "gtmCode":{
                        "description":"The corresponding code for the GTM type.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "customsDeclarationsNoTradeLicenses.involvedLocations":{
                "properties":{
                    "involvedLocationQualGid":{
                        "description":"The GID for the involved location qualifier.",
                        "type":"string"
                    },
                    "involvedLocationGid":{
                        "description":"The GID for the involved location. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "involvedLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property involvedLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "customsDeclarationsNoTradeLicenses.involvedParties":{
                "properties":{
                    "involvedPartyQualGid":{
                        "description":"The GID for the involved party qualifier.",
                        "type":"string"
                    },
                    "involvedPartyContactGid":{
                        "description":"The GID for the involved party contact or party. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "involvedPartyContact":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property involvedPartyContactGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "comMethodGid":{
                        "description":"The GID for the communication method of the involved party.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "customsDeclarationsNoTradeLicenses.statuses":{
                "properties":{
                    "statusTypeGid":{
                        "description":"The GID for the transaction status type.",
                        "type":"string"
                    },
                    "statusValueGid":{
                        "description":"The GID for the transaction status value.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "customsDeclarationsNoTradeLicenses.ports":{
                "properties":{
                    "gtmPortQualifierGid":{
                        "description":"The GID for the GTM port qualifier.",
                        "type":"string"
                    },
                    "locationGid":{
                        "description":"The GID for the location. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "location":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property locationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "customsDeclarationsNoTradeLicenses.policies":{
                "properties":{
                    "gtmPolicyQualifierGid":{
                        "description":"The GID for the GTM policy qualifier.",
                        "type":"string"
                    },
                    "gtmComplianceTemplateGid":{
                        "description":"The GID for the GTM compliance template.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "gtmComplianceRuleGid":{
                        "description":"The GID for the GTM compliance rule.",
                        "type":"string"
                    },
                    "gtmComplianceRuleGroupGid":{
                        "description":"The GID for the GTM compliance rule set group.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "customsDeclarationsNoTradeLicenses.documents":{
                "properties":{
                    "documentGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentDefGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentUrl":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentMimeType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentFilename":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "ownerDataQueryTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "reportGid":{
                        "description":"The report associated with the document attachment, if content was generated by the report subsystem.",
                        "type":"string"
                    },
                    "generatedAt":{
                        "description":"If preparation, date/time content was last generated",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "uploadedAt":{
                        "description":"If attachment, date/time content was last updated",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "documentTrackingNum":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentCmsId":{
                        "description":"A GUID to associate the document with content stored on its remote CMS. Valid when document_type=CMS.",
                        "type":"string"
                    },
                    "contentManagementSystemGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "usedAs":{
                        "description":"Represents the classification of a document.(C/I/L/T)",
                        "type":"string"
                    },
                    "relatedDocumentGid":{
                        "description":"Represents the related document for consolidated/linked documents. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "relatedDocument":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property relatedDocumentGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/documents"
                            }
                        ],
                        "readOnly":true
                    },
                    "effectiveDate":{
                        "description":"represents effective date for a document",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "expirationDate":{
                        "description":"Represents expiration date for a document.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "userDefined1IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined2IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined3IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined4IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined5IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "invoiceLineItemReferenceNumberQualifiers":{
                "properties":{
                    "invoiceLiRefnumQualGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "invoiceLiRefnumQualXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "invoiceLiRefnumDesc":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "defaultRefnumBnTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "invoiceReferenceNumberQualifiers":{
                "properties":{
                    "invoiceRefnumQualGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "invoiceRefnumQualXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "invoiceRefnumDesc":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "defaultRefnumBnTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateFlag":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "rateLoadSummaries":{
                "properties":{
                    "rateLoadSummarySeq":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "rateLoadDefinitionGid":{
                        "description":"Reference to rate load definition. ",
                        "type":"string"
                    },
                    "rateLoadGroupGid":{
                        "description":"Reference to rate load group. ",
                        "type":"string"
                    },
                    "totalUploadedRateOfferings":{
                        "description":"Count of total rate offerings uploaded. ",
                        "type":"number",
                        "format":"int32"
                    },
                    "totalApprovedRateOfferings":{
                        "description":"Count of total rate offerings approved. ",
                        "type":"number",
                        "format":"int32"
                    },
                    "totalUploadedRateGeos":{
                        "description":"Count of total rate records uploaded. ",
                        "type":"number",
                        "format":"int32"
                    },
                    "totalApprovedRateGeos":{
                        "description":"Count of total rate records approved. ",
                        "type":"number",
                        "format":"int32"
                    },
                    "lastUploadedDate":{
                        "description":"Last uploaded date. ",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "lastApprovalDate":{
                        "description":"Last approved date. ",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "rateLoadWarningIndicator":{
                        "description":"Set to \"Y\" if any of the uploaded rate offering s/rate records has any warnings during the rate load process.",
                        "type":"string"
                    },
                    "uploadedBy":{
                        "description":"Captures the user who uploaded last for this rate load summary.",
                        "type":"string"
                    },
                    "statusChangedBy":{
                        "description":"Captures the user who last run the approval related actions on this rate load summary",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "rateLoadSummaryStatuses":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/rateLoadSummaries.rateLoadSummaryStatuses"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "rateLoadHistories":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/rateLoadSummaries.rateLoadHistories"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "rateLoadRoDs":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/rateLoadSummaries.rateLoadRoDs"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "rateLoadGroups":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/rateLoadSummaries.rateLoadGroups"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "rateLoadSummaries.rateLoadSummaryStatuses":{
                "properties":{
                    "statusTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "statusValueGid":{
                        "description":"Reference to status value GID from status value. ",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "rateLoadSummaries.rateLoadHistories":{
                "properties":{
                    "rateLoadHistorySeq":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "rateLoadHistoryStatuses":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/rateLoadSummaries.rateLoadHistories.rateLoadHistoryStatuses"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "rateLoadErrors":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/rateLoadSummaries.rateLoadHistories.rateLoadErrors"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "rateLoadSummaries.rateLoadHistories.rateLoadHistoryStatuses":{
                "properties":{
                    "statusValueGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "statusTypeGid":{
                        "description":"Reference to status value GID from status value. ",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "rateLoadSummaries.rateLoadHistories.rateLoadErrors":{
                "properties":{
                    "rateLoadErrorSequence":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "rateLoadSummaries.rateLoadRoDs":{
                "properties":{
                    "rateLoadRoDSeq":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "rateMgmtRoGid":{
                        "description":"Reference to uploaded rate offering. ",
                        "type":"string"
                    },
                    "operationalRoGid":{
                        "description":"Parent rate offering GID of rate mgmt ro GID. ",
                        "type":"string"
                    },
                    "userEnteredRoGid":{
                        "description":"Rate offering Gid entered in the spreadsheet. Reference to rate load ro d seq. ",
                        "type":"string"
                    },
                    "rateLoadWarningIndicator":{
                        "description":"Set to \"Y\" if the uploaded rate offering has any warnings during the rate load process.",
                        "type":"string"
                    },
                    "lastUploadedDate":{
                        "description":"Captures the date and time at which the rate offering is last uploaded.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "lastApprovalDate":{
                        "description":"Captures the date and time at which the approval action is last run on this rate offering.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "uploadedBy":{
                        "description":"Captures the user who last uploaded this rate offering.",
                        "type":"string"
                    },
                    "statusChangedBy":{
                        "description":"Captures the user who last run the approval action on the rate offering.",
                        "type":"string"
                    },
                    "rateLoadRoDStatuses":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/rateLoadSummaries.rateLoadRoDs.rateLoadRoDStatuses"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "rateLoadRoDWarnings":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/rateLoadSummaries.rateLoadRoDs.rateLoadRoDWarnings"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "rateLoadRrDs":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/rateLoadSummaries.rateLoadRoDs.rateLoadRrDs"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "rateLoadSummaries.rateLoadRoDs.rateLoadRoDStatuses":{
                "properties":{
                    "statusTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "statusValueGid":{
                        "description":"Reference to status value GID from status value. ",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "rateLoadSummaries.rateLoadRoDs.rateLoadRoDWarnings":{
                "properties":{
                    "rateLoadWarningGid":{
                        "description":"Captures the rate_load_warning_gid for the uploaded rate offering.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "reason":{
                        "description":"Captures the reason for the warning.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "rateLoadSummaries.rateLoadRoDs.rateLoadRrDs":{
                "properties":{
                    "rateLoadRrDSeq":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "rateMgmtRrGid":{
                        "description":"Reference to rate geo and rate geo GID from the uploaded sheet. ",
                        "type":"string"
                    },
                    "operationalRrGid":{
                        "description":"Parent rate geo GID of rate mgmt rr GID. ",
                        "type":"string"
                    },
                    "rateOfferingGid":{
                        "description":"Rate offering GID for the uploaded rate geo GID.  ",
                        "type":"string"
                    },
                    "rateLoadSummarySeq":{
                        "description":"Reference to rate load summary seq. ",
                        "type":"number",
                        "format":"int32"
                    },
                    "rateLoadWarningIndicator":{
                        "description":"Set to \"Y\" if the uploaded rate record has any warnings during the rate load process.",
                        "type":"string"
                    },
                    "lastUploadedDate":{
                        "description":"Captures the date and time at which the rate record is last uploaded.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "lastApprovalDate":{
                        "description":"Captures the date and time at which the approval action is last run on this rate record.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "uploadedBy":{
                        "description":"Captures the user who last uploaded this rate record.",
                        "type":"string"
                    },
                    "statusChangedBy":{
                        "description":"Captures the user who last run the approval action on the rate record.",
                        "type":"string"
                    },
                    "rateLoadRrDWarnings":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/rateLoadSummaries.rateLoadRoDs.rateLoadRrDs.rateLoadRrDWarnings"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "rateLoadRrDStatuses":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/rateLoadSummaries.rateLoadRoDs.rateLoadRrDs.rateLoadRrDStatuses"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "rateLoadSummaries.rateLoadRoDs.rateLoadRrDs.rateLoadRrDWarnings":{
                "properties":{
                    "rateLoadWarningGid":{
                        "description":"Captures the rate_load_warning_gid for the uploaded rate record.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "reason":{
                        "description":"Captures thereason for the rate_load_warning.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "rateLoadSummaries.rateLoadRoDs.rateLoadRrDs.rateLoadRrDStatuses":{
                "properties":{
                    "statusTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "statusValueGid":{
                        "description":"Reference to status value GID from status value. ",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "rateLoadSummaries.rateLoadGroups":{
                "properties":{
                    "rateLoadGroupGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "rateLoadGroupXid":{
                        "description":"GC3 Unique identifier for the entity. Is used for creating the GID. ",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "declaredValueQualifiers":{
                "properties":{
                    "declaredValueQualGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "declaredValueQualXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "declaredValueDesc":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "transportNetworks":{
                "properties":{
                    "transportNetworkGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "transportNetworkXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "transportNetworkName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "schedules":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/transportNetworks.schedules"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "involvedParties":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/transportNetworks.involvedParties"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "transportNetworks.schedules":{
                "properties":{
                    "repetitionScheduleGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "transportNetworks.involvedParties":{
                "properties":{
                    "involvedPartyQualGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "involvedPartyContactGid":{
                        "description":"No description. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "involvedPartyContact":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property involvedPartyContactGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "comMethodGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "capacityLimits":{
                "properties":{
                    "capacityLimitGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "capacityLimitXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "capacityGroupGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "equipmentTypeGid":{
                        "description":"No description. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "equipmentType":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property equipmentTypeGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/equipmentTypes"
                            }
                        ],
                        "readOnly":true
                    },
                    "xLaneGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "timePeriodTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "effectiveDate":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "expirationDate":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "limit":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "sunLimit":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "monLimit":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "tueLimit":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "wedLimit":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "thuLimit":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "friLimit":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "satLimit":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "capacityLimitGroupGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "reservationNum":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "routeCodeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "specialServices":{
                "properties":{
                    "specialServiceGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "specialServiceXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "payableIndicatorGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "billableIndicatorGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "specialServiceDesc":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "modeProfileGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isArbitrary":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "speclSrvGroupGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isForDriverChk":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "isForPuChk":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "isForEquipChk":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "isIgnorable":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "isTimeBased":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "driverLevel":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "equipLevel":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "puLevel":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isForRating":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "activityTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "forSourceDest":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "seqNum":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "driverTimeType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "compatibleSets":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/specialServices.compatibleSets"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "attributeRules":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/specialServices.attributeRules"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "specialServices.compatibleSets":{
                "properties":{
                    "objectType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "speclSrvCompSetGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "specialServices.attributeRules":{
                "properties":{
                    "objectType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attributeRuleGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "quoteReferenceNumberQualifiers":{
                "properties":{
                    "quoteRefnumQualGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "quoteRefnumQualXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "quoteRefnumQualDesc":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isVisibleIfMasterCarr":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "defaultRefnumBnTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "regionDetails":{
                "properties":{
                    "regionGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "sequenceNum":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "locationGid":{
                        "description":"No description. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "location":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property locationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "city":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "provinceCode":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "postalCode":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "countryCode3Gid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "zone4":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "zone1":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "zone2":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "zone3":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "lowRangeHnameComponent":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "lowRangeValue":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "highRangeHnameComponent":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "highRangeValue":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "geoHierarchyGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "splcGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "railStationCodeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "workAssignmentBulkPlans":{
                "properties":{
                    "workAssignmentBulkPlanGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "workAssignmentBulkPlanXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "queryName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "startTime":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "endTime":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "since":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "logProcessId":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "appMachineGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "numOfShipmentsSelected":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "numOfShipmentsAssignable":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "numOfShipmentsAssigned":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "numOfRsiBuilt":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "numOfRsiPulled":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "numOfWaBuilt":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "minNumOfShipmentsInWa":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "maxNumOfShipmentsInWa":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "totWeightedCostBefore":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "totalWeightedCostAfter":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "totalActualCostBefore":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "totalActualCostAfter":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "totalSlackDuration":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "totalRestDuration":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "totalTransitDuration":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "totalTransitDistance":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "planningParameterSetGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "state":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "terminationTime":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "terminationUser":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "terminationReason":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isStandalone":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "avgResourceUtilization":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "totalResourceCount":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "projectGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "scenarioGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "totalEmptyDistance":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "minCost":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "maxCost":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "minTransitDuration":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "maxTransitDuration":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "minSlackDuration":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "maxSlackDuration":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "minRestDuration":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "maxRestDuration":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "minTotalDistance":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "maxTotalDistance":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "avgUtilTransitTotTime":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "avgUtilSlackTotTime":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "avgUtilRestTotTime":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "avgUtilEmptyTotDist":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "workAssignments":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/workAssignmentBulkPlans.workAssignments"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "workAssignmentBulkPlans.workAssignments":{
                "properties":{
                    "workAssignmentGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "workAssignmentXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "resourceScheduleInstanceGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "totalCost":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "totalWeightedCost":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "attribute1":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute2":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute3":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute4":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute5":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute6":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute7":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute8":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute9":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute10":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute11":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute12":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute13":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute14":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute15":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute16":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute17":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute18":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute19":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute20":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attributeNumber1":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber2":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber3":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber4":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber5":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber6":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber7":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber8":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber9":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber10":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate1":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate2":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate3":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate4":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate5":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate6":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate7":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate8":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate9":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate10":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeCurrency1":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "attributeCurrency2":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "attributeCurrency3":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "feasibilityCodeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "indicator":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined1IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined2IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined3IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined4IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined5IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "emptyDistancePercent":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "scacs":{
                "properties":{
                    "scacGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "scacXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "companyName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "skus":{
                "properties":{
                    "skuGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "skuXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "skuObjectGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "warehouseLocationGid":{
                        "description":"No description. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "warehouseLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property warehouseLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "supplierCorporationGid":{
                        "description":"No description. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "supplierCorporation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property supplierCorporationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/corporations"
                            }
                        ],
                        "readOnly":true
                    },
                    "ownerCorporationGid":{
                        "description":"No description. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "ownerCorporation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property ownerCorporationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/corporations"
                            }
                        ],
                        "readOnly":true
                    },
                    "shipUnitSpecGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "lastInventoryDate":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "averageAge":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined1IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined2IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined3IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined4IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined5IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "skuObjectType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "partitionKey":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "levels":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/skus.levels"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "quantities":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/skus.quantities"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "assets":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/skus.assets"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "skus.levels":{
                "properties":{
                    "skuQuantityTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "skuLevelTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "skuLevelValue":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "skus.quantities":{
                "properties":{
                    "skuQuantityTypeGid":{
                        "description":"No description. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "skuQuantityType":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property skuQuantityTypeGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/skuQuantityTypes"
                            }
                        ],
                        "readOnly":true
                    },
                    "skuQuantityValue":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "skuAdjQuantityValue":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "skus.assets":{
                "properties":{
                    "skuQuantityAssetSeq":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "skuGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "skuQuantityTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "driverGid":{
                        "description":"No description. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "driver":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property driverGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/drivers"
                            }
                        ],
                        "readOnly":true
                    },
                    "equipmentGid":{
                        "description":"No description. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "equipment":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property equipmentGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/equipments"
                            }
                        ],
                        "readOnly":true
                    },
                    "powerUnitGid":{
                        "description":"No description. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "powerUnit":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property powerUnitGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/powerUnits"
                            }
                        ],
                        "readOnly":true
                    },
                    "associationDate":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "vehicleTypes":{
                "properties":{
                    "vehicleTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "vehicleTypeXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "doorHeight":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "doorWidth":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "equipmentGroupCompatibilities":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/vehicleTypes.equipmentGroupCompatibilities"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "vehicleTypes.equipmentGroupCompatibilities":{
                "properties":{
                    "equipmentGroupGid":{
                        "description":"No description. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "equipmentGroup":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property equipmentGroupGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/equipmentGroups"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "allocationGroups":{
                "properties":{
                    "allocationGroupGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "allocationGroupXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "postalCodeValidations":{
                "properties":{
                    "postalCodeValidateGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "postalCodeValidateXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "countryCode":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "city":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "provinceCode":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "postalCode":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "upCorrect":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "dnCorrect":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "emissionRules":{
                "properties":{
                    "emissionRuleGid":{
                        "description":"The globally unique ID of an emission rule.",
                        "type":"string"
                    },
                    "emissionRuleXid":{
                        "description":"The unique ID of an emission rule specific to a domain.",
                        "type":"string"
                    },
                    "emissionRuleName":{
                        "description":"The name of the emission rule.",
                        "type":"string"
                    },
                    "description":{
                        "description":"Description of the emission rule.",
                        "type":"string"
                    },
                    "isActive":{
                        "description":"This flag determines whether the emission rule is active or not.",
                        "type":"boolean"
                    },
                    "effectiveDate":{
                        "description":"The effective date of the emission rule.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "expirationDate":{
                        "description":"The expiration date of the emission rule.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "modeProfileGid":{
                        "description":"Mode profile for which the emission rule is defined.",
                        "type":"string"
                    },
                    "fromRegionGid":{
                        "description":"The region from which the shipment is started.",
                        "type":"string"
                    },
                    "toRegionGid":{
                        "description":"The region from which the shipment is reached.",
                        "type":"string"
                    },
                    "priority":{
                        "description":"The lower the priority, the higher the preference for the given emission rule.  So 1 is the highest priority.",
                        "type":"number",
                        "format":"int64"
                    },
                    "emisRuleConstraintSetGid":{
                        "description":"Constraint set which used to pick the emission factor based on the additional attributes",
                        "type":"string"
                    },
                    "actFormulaExpresGid":{
                        "description":"Formula Expression for calculating the emission at emission activity level.",
                        "type":"string"
                    },
                    "actDFormulaExpresGid":{
                        "description":"Formula Expression for calculating the emission at emission activity detail level.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "emissionFactors":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/emissionRules.emissionFactors"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "emissionRules.emissionFactors":{
                "properties":{
                    "emissionFactorSeqNo":{
                        "description":"Sequence of the emission factor in the emission rule.",
                        "type":"number",
                        "format":"int64"
                    },
                    "description":{
                        "description":"Description for the emission factor.",
                        "type":"string"
                    },
                    "esgEmissionTypeGid":{
                        "description":"Emission for which the emission factor is defined.",
                        "type":"string"
                    },
                    "emissionFactorValue":{
                        "description":"Value of the emission factor for emission specified. ",
                        "type":"number",
                        "format":"double"
                    },
                    "emissionFactorValueUomCode":{
                        "description":"UOM code of the emission factor value for the emission.",
                        "type":"string"
                    },
                    "attribute1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "servprovAlias":{
                        "description":"Service Provider Alias of the service provider for which the emission factor is defined.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "lnmShipments":{
                "properties":{
                    "shipmentGid":{
                        "description":"GC3 Global identifier for the entity. Is created by concatenating Domain Name,\".\" and XID.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "scenarioGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "shipmentXid":{
                        "description":"A system generated unique identifier for the shipment withoout the domain.",
                        "type":"string"
                    },
                    "bulkPlanGid":{
                        "description":"If the shipment was planned via the bulk plan process, then the global identifier for the bulk plan.",
                        "type":"string"
                    },
                    "perspective":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "itineraryGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "parentLegGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "sourceLocationGid":{
                        "description":"The global identifier of the source location of the shipment.",
                        "type":"string"
                    },
                    "destLocationGid":{
                        "description":"The global identifier of the destination location of the shipment.",
                        "type":"string"
                    },
                    "servprovGid":{
                        "description":"GC3 Global identifier for the entity. Is created by concatenating Domain Name,\".\" and XID.",
                        "type":"string"
                    },
                    "transportModeGid":{
                        "description":"A unique identifier to define the transportation modes. (includes the domain name as part of the key)",
                        "type":"string"
                    },
                    "firstEquipmentGroupGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "startTime":{
                        "description":"The actual shipment start time. Initially it is the system expected start time. It is updated once the carrier actually starts the shipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "endTime":{
                        "description":"This is the time the shipment is delievered. Initially this is the system expected delivery time. It is updated with the actual delivery time when the shipment is delivered.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "planningParameterSetGid":{
                        "description":"This column holds the planning parameter set gid which is used in building this shipment",
                        "type":"string"
                    },
                    "totalActualCost":{
                        "description":"This field stores the total actual cost of the shipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "totalWeightedCost":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "numOrderReleases":{
                        "description":"Number of order releases that are on this shipment.",
                        "type":"number",
                        "format":"int32"
                    },
                    "numStops":{
                        "description":"Number of shipment_stop records related to this shipment.",
                        "type":"number",
                        "format":"int32"
                    },
                    "totalShipUnitCount":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "totalPackagingUnitCount":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "totalItemPackageCount":{
                        "description":"Summary of ITEM_PACKAGE_COUNT of all line items.",
                        "type":"number",
                        "format":"int32"
                    },
                    "numEquipment":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "totalWeight":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "totalNetWeight":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "totalVolume":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "totalNetVolume":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "weightUtilization":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "volumeUtilization":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "equipRefUnitUtilization":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "totalHours":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "rateOfferingGid":{
                        "description":"GC3 Global identifier for the entity. Is created by concatenating Domain Name,\".\" and XID.",
                        "type":"string"
                    },
                    "isTemplate":{
                        "description":"Indicates whether a shipment is a template.",
                        "type":"boolean"
                    },
                    "isPrimary":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "isSpotCosted":{
                        "description":"Y/N based on whether the shipment cost is a spot cost specified by the service provider during a spot bid/broadcast tender.",
                        "type":"boolean"
                    },
                    "isCreditNote":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "isAutoMergeConsolidate":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "shipmentAsWork":{
                        "description":"Flag to indicate the shipment as work",
                        "type":"boolean"
                    },
                    "checkTimeConstraint":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "checkCostConstraint":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "checkCapacityConstraint":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "cmPrevDestLocationGid":{
                        "description":"Destination LOCATION_GID of the previous shipment in the CM tour.",
                        "type":"string"
                    },
                    "cmNextSourceLocationGid":{
                        "description":"Source LOCATION_GID of the next shipment in the CM tour",
                        "type":"string"
                    },
                    "cmName":{
                        "description":"SHIPMENT_GID of the first shipment in the tour. If the CM tour is received as input to GC3, this is the supplied tour id",
                        "type":"string"
                    },
                    "cmSequenceNum":{
                        "description":"Indicates the shipment's sequence in the CM tour",
                        "type":"number",
                        "format":"int32"
                    },
                    "cmCost":{
                        "description":"The shipment cost when the shipment is part of a CM tour.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "cmEmptyDistance":{
                        "description":"The empty leg distance between previous and this shipments",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "weighCode":{
                        "description":"THE TYPE OF WEIGHT.",
                        "type":"string"
                    },
                    "rule7":{
                        "description":"Y,N NOTIFICATION FROM SHIPPER TO CARRIER THAT SHIPPER IS NOT LIABLE FOR FREIGHT CHARGES.",
                        "type":"boolean"
                    },
                    "shipmentReleased":{
                        "description":"Y/N, USED IN RAIL SHIPPING TO INDICATE THAT THE SHIPMENT IS READY.",
                        "type":"boolean"
                    },
                    "isHazardous":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "isTemperatureControl":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "isCostFixed":{
                        "description":"Indicates shipment cost is a fixed cost.",
                        "type":"boolean"
                    },
                    "isServiceTimeFixed":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "isRateGeoFixed":{
                        "description":"User assigned rate geo is fixed.",
                        "type":"boolean"
                    },
                    "isRateOfferingFixed":{
                        "description":"User assigned rate offering is fixed.",
                        "type":"boolean"
                    },
                    "isServprovFixed":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "isPreload":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "isFixedTenderContact":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "isToBeHeld":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "isPreferredCarrier":{
                        "description":"Flag indicating whether the carrier selected for the shipment is preferred.",
                        "type":"boolean"
                    },
                    "isEquipmentFixed":{
                        "description":"Is_Equipment_Fixed is used to check if a service provider can update the equipment_number and equipment_initials when accepting a tendered shipment.",
                        "type":"boolean"
                    },
                    "isRecalcTotals":{
                        "description":"Turns on/off totaling logic",
                        "type":"boolean"
                    },
                    "hasAppointments":{
                        "description":"Indicates if any stops on the shipment have appointments",
                        "type":"boolean"
                    },
                    "inTrailerBuild":{
                        "description":"Flag indicating whether this shipment is in a Trailer Build shipment group",
                        "type":"boolean"
                    },
                    "dutyPaid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isFixedDistance":{
                        "description":"Boolean, defaults to N.  When set to Y, this flag indicates a user-entered value for the total_loaded_distance field",
                        "type":"boolean"
                    },
                    "isFixedVoyage":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "attribute1":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute2":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute3":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute4":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute5":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute6":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute7":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute8":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute9":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute10":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute11":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute12":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute13":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute14":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute15":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute16":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute17":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute19":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute20":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attributeNumber1":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber2":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber3":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber4":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber5":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber6":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber7":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber8":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber9":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber10":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate1":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "attributeDate2":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "attributeDate3":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "attributeDate4":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "attributeDate5":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "attributeDate6":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "attributeDate9":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "attributeDate10":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "attributeCurrency1":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeCurrency1Base":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeCurrency1Gid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attributeCurrency2":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeCurrency2Base":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeCurrency2Gid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute18":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attributeCurrency3":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeCurrency3Gid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attributeCurrency3Base":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate7":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "attributeDate8":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "bulkplanSpecGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "loadedDistance":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "unloadedDistance":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "rateGeoGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "airRailRouteCode":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "workAssignmentBulkPlanGid":{
                        "description":"Work assignment bulk plan ID which is generated during work assignment bulk plan process.",
                        "type":"string"
                    },
                    "originalShipmentGid":{
                        "description":"OTM Shipment GID",
                        "type":"string"
                    },
                    "plannedCo2Emission":{
                        "description":"CO2 emissions recorded while planning the shipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "actualCo2Emission":{
                        "description":"Actual CO2 emissions for the shipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "plannedCo2EqEmission":{
                        "description":"CO2 equivalent emissions recorded while planning the shipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "actualCo2EqEmission":{
                        "description":"Actual CO2 equivalent emissions for the shipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "costs":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/lnmShipments.costs"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "stops":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/lnmShipments.stops"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "orderReleases":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/lnmShipments.orderReleases"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "lnmShipments.costs":{
                "properties":{
                    "shipmentCostSeqNo":{
                        "description":"A system generated unique sequence number to define the  shipment costs.",
                        "type":"number",
                        "format":"int64"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "scenarioGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "cost":{
                        "description":"The cost as it releates to the cost type for the shipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "accessorialCodeGid":{
                        "description":"GC3 Global identifier for the entity. Is created by concatenating Domain Name,\".\" and XID.",
                        "type":"string"
                    },
                    "accessorialCodeDesc":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "costType":{
                        "description":"C, A, B",
                        "type":"string"
                    },
                    "isCostFixed":{
                        "description":"Indicates shipment cost is a fixed cost.",
                        "type":"boolean"
                    },
                    "processAsFlowThru":{
                        "description":"Override for record to be copied to the sell side during rating.",
                        "type":"boolean"
                    },
                    "isWeighted":{
                        "description":"Whether or not the cost affects the total weighted cost of the shipment only",
                        "type":"boolean"
                    },
                    "exchangeRateDate":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "exchangeRateGid":{
                        "description":"Indicates the set of exchange rates to use for currency conversions; if null, the default set should be used",
                        "type":"string"
                    },
                    "bulkplanSpecGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "bulkplanGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "lnmShipments.stops":{
                "properties":{
                    "stopNum":{
                        "description":"This field defines the stop number within the shipment. Stop Num = 1 is the Pickup stop, and the max (Stop Num) for a shipment is the delivery stop.",
                        "type":"number",
                        "format":"int32"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "scenarioGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "locationGid":{
                        "description":"A unique identifier to define the locations withing GC3. The gid contains the domain portion.",
                        "type":"string"
                    },
                    "stopType":{
                        "description":"Define the type of this stop.",
                        "type":"string"
                    },
                    "plannedArrival":{
                        "description":"The planned date and time of arrival at the stop.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "plannedDeparture":{
                        "description":"The planned departure date and time at the stop.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "isFixedArrival":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "isFixedDeparture":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "isPermanent":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "isDepot":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "isFixedDistance":{
                        "description":"When set to Y, indicates the existence of a user-entered value for the dis_from_prev_stop field",
                        "type":"boolean"
                    },
                    "isMotherVessel":{
                        "description":"Desginating a leg as mother vessel to automatically populated header.",
                        "type":"boolean"
                    },
                    "driverNonPayable":{
                        "description":"Allows the user to specify that stop is payable or not.",
                        "type":"boolean"
                    },
                    "waitTime":{
                        "description":"The time the truck or the transportation mode has to wait at the stop.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "restTime":{
                        "description":"The time the truck or the transportation mode should take for rest at the stop.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "driveTime":{
                        "description":"The drive time to teh stop from the last stop.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "distFromPrevStop":{
                        "description":"The distance from the last stop.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "activityTime":{
                        "description":"The time spent at the stop for pickup or delivery.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "accessorialTime":{
                        "description":"The sum of fixed_accessorial_time for a particular stop.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "rushHourTime":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "attribute1":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute2":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute3":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute4":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute5":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute6":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute7":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute8":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute9":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute10":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute11":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute12":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute13":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute14":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute15":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute16":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute17":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute19":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute20":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attributeNumber1":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber2":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber3":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber4":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber5":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber6":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber7":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber8":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber9":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber10":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate1":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "attributeDate2":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "attributeDate3":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "attributeDate4":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "attributeDate5":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "attributeDate6":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "attributeDate9":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "attributeDate10":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "attributeDate7":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "attributeDate8":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "attribute18":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "bulkplanSpecGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "bulkplanGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "arbitraryType":{
                        "description":"SOURCE or DEST to indicate the type of arbitrary. If null, this stop is not an arbitrary.",
                        "type":"string"
                    },
                    "routeCodeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "details":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/lnmShipments.stops.details"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "lnmShipments.stops.details":{
                "properties":{
                    "sShipUnitGid":{
                        "description":"A unique pointer to define the shipment ship unit. The gid contains the domain portion.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "scenarioGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "activity":{
                        "description":"The activity performed at the stop.   For example:  Pickup,  Delivery etc.",
                        "type":"string"
                    },
                    "activityTime":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "isPermanent":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "shipUnitDwellTime":{
                        "description":"This field represents ship unit dwell time at the stop location as entered.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "bulkplanSpecGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "bulkplanGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "lnmShipments.orderReleases":{
                "properties":{
                    "orderReleaseGid":{
                        "description":"The GID for the order release.",
                        "type":"string"
                    },
                    "orderReleaseXid":{
                        "description":"The XID for the order release.",
                        "type":"string"
                    },
                    "orderReleaseName":{
                        "description":"An open field for you to enter another identifier (name) for the order release.",
                        "type":"string"
                    },
                    "orderReleaseTypeGid":{
                        "description":"A GID to define the type of the order release. For example: Customer order, Distribution order, Manufacturing order, Purchase order, etc.",
                        "type":"string"
                    },
                    "isTemplate":{
                        "description":"A Y/N indicator specifying this order release as a template if the value is Y.",
                        "type":"boolean"
                    },
                    "orderBaseGid":{
                        "description":"The GID for the order base associated with the order release if this order release was generated from an order base. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "orderBase":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property orderBaseGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/orderBases"
                            }
                        ],
                        "readOnly":true
                    },
                    "sourceLocationGid":{
                        "description":"The source location GID.",
                        "type":"string"
                    },
                    "destLocationGid":{
                        "description":"The destination location GID.",
                        "type":"string"
                    },
                    "earlyPickupDate":{
                        "description":"The early pickup date and time defined for the order release; can be null.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "latePickupDate":{
                        "description":"The latest pickup date and time defined for the order release; can be null.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "earlyDeliveryDate":{
                        "description":"The early delivery date and time defined for the order release; can be null.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "lateDeliveryDate":{
                        "description":"The late delivery date and time defined for the order release; can be null.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "fixedItineraryGid":{
                        "description":"The fixed buy side itinerary can be defined to force the order release to be schedule with a constrained itinerary. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "fixedItinerary":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property fixedItineraryGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/itineraries"
                            }
                        ],
                        "readOnly":true
                    },
                    "assignedItineraryGid":{
                        "description":"The buy side itinerary that was selected when planning the order release. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "assignedItinerary":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property assignedItineraryGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/itineraries"
                            }
                        ],
                        "readOnly":true
                    },
                    "fixedSellItineraryGid":{
                        "description":"The fixed sell side itinerary can be defined to force the order release to be schedule with a constrained itinerary. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "fixedSellItinerary":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property fixedSellItineraryGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/itineraries"
                            }
                        ],
                        "readOnly":true
                    },
                    "shipUnitOrigin":{
                        "description":"Indicates how the ship units were created (BL=order base by line, BS=order base by ship unit, RL=order release by line, RS=order release by ship unit).  If this field is not 'RS' (formerly 'U'), the system deletes all existing order ship unit for the given order release, before calling new releasing logic to generate ship unit.",
                        "type":"string"
                    },
                    "totalWeight":{
                        "description":"The total weight calculated from the order release lines.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "totalVolume":{
                        "description":"The total volume calculated from the order release lines.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "totalPackagingUnitCount":{
                        "description":"The total packaging unit count calculated from the order release lines",
                        "type":"number",
                        "format":"int32"
                    },
                    "totalItemPackageCount":{
                        "description":"The total item package count calculated from the order release lines.",
                        "type":"number",
                        "format":"int32"
                    },
                    "maxLength":{
                        "description":"The max length calculated from the order release lines.",
                        "type":"number",
                        "format":"double"
                    },
                    "maxLengthUomCode":{
                        "description":"The max length unit of measure.",
                        "type":"string"
                    },
                    "maxLengthBase":{
                        "description":"The max length in the base unit of measure.",
                        "type":"number",
                        "format":"double"
                    },
                    "maxWidth":{
                        "description":"The maximum width calculated from the order release lines.",
                        "type":"number",
                        "format":"double"
                    },
                    "maxWidthUomCode":{
                        "description":"The maximum width unit of measure.",
                        "type":"string"
                    },
                    "maxWidthBase":{
                        "description":"The maximum width in the base unit of measure.",
                        "type":"number",
                        "format":"double"
                    },
                    "maxHeight":{
                        "description":"The maximum height calculated from the order release lines.",
                        "type":"number",
                        "format":"double"
                    },
                    "maxHeightUomCode":{
                        "description":"The maximum height unit of measure.",
                        "type":"string"
                    },
                    "maxHeightBase":{
                        "description":"The maximum height in the base unit of measure.",
                        "type":"number",
                        "format":"double"
                    },
                    "planFromLocationGid":{
                        "description":"The plan from location GID. This value can be a different location from the actual source location defined on the order release. The plan from location is where the system will start to plan the shipments for the order release. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "planFromLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property planFromLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "planToLocationGid":{
                        "description":"Must be Y or N. Y indicates that the order should not be bundled with any others. Order releasing logic will copy this value from the order base when the order is released.",
                        "type":"string"
                    },
                    "assignedSellItineraryGid":{
                        "description":"The sell side itinerary that was selected when planning the order release. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "assignedSellItinerary":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property assignedSellItineraryGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/itineraries"
                            }
                        ],
                        "readOnly":true
                    },
                    "bulkPlanGid":{
                        "description":"If the order was planned onto a buy shipment via the bulk plan process, then the global identifier for the bulk plan.",
                        "type":"string"
                    },
                    "bestDirectCostBuy":{
                        "description":"The buy side best direct cost that was calculated if the order travels from the plan from to the plan to as a single direct order.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "bestDirectCostSell":{
                        "description":"The sell side best direct cost that was calculated if the order travels from the plan from to the plan to as a single direct order.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "bestDirectRateofferGidBuy":{
                        "description":"The buy side rate offering used to calculate the best buy direct cost.",
                        "type":"string"
                    },
                    "bestDirectRateofferGidSell":{
                        "description":"The buy side rate offering used to calculate the best buy direct cost.",
                        "type":"string"
                    },
                    "buyGeneralLedgerGid":{
                        "description":"The buy general ledger GID to be used for the order release costs.",
                        "type":"string"
                    },
                    "sellGeneralLedgerGid":{
                        "description":"The sell general ledger GID to be used for the order release revenue.",
                        "type":"string"
                    },
                    "totalNetWeight":{
                        "description":"The total net weight calculated from the order release lines.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "totalNetVolume":{
                        "description":"The total net volume calculated from the order release lines.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "sellBulkPlanGid":{
                        "description":"If the order was planned onto a sell shipment via the bulk plan process, then the global identifier for the bulk plan.",
                        "type":"string"
                    },
                    "totalShipUnitCount":{
                        "description":"The total number of ship units calculated from the order release ship units.",
                        "type":"number",
                        "format":"int32"
                    },
                    "loadPoint":{
                        "description":"The source load point for loading of the equipment if required.",
                        "type":"string"
                    },
                    "unloadPoint":{
                        "description":"The destination unload point for the unloading of the equipment if required.",
                        "type":"string"
                    },
                    "pickupIsAppt":{
                        "description":"A Y/N indicator for whether the early/late pickup times are appointment times",
                        "type":"boolean"
                    },
                    "deliveryIsAppt":{
                        "description":"A Y/N indicator for whether the early/late delivery times are appointment times.",
                        "type":"boolean"
                    },
                    "planFromLoadPoint":{
                        "description":"The load point associated with plan from location.",
                        "type":"string"
                    },
                    "planToUnloadPoint":{
                        "description":"The unload point associated with plan to location.",
                        "type":"string"
                    },
                    "userDefined1IconGid":{
                        "description":"Can store a user-defined icon that will appear within the user interface to help visually identify attributes of the order release.",
                        "type":"string"
                    },
                    "userDefined2IconGid":{
                        "description":"Can store a user-defined icon that will appear within the user interface to help visually identify attributes of the order release.",
                        "type":"string"
                    },
                    "userDefined3IconGid":{
                        "description":"Can store a user-defined icon that will appear within the user interface to help visually identify attributes of the order release.",
                        "type":"string"
                    },
                    "userDefined4IconGid":{
                        "description":"Can store a user-defined icon that will appear within the user interface to help visually identify attributes of the order release.",
                        "type":"string"
                    },
                    "userDefined5IconGid":{
                        "description":"Can store a user-defined icon that will appear within the user interface to help visually identify attributes of the order release.",
                        "type":"string"
                    },
                    "externalSystemId":{
                        "description":"The external system ID used for the source of the order release.",
                        "type":"string"
                    },
                    "paymentMethodCodeGid":{
                        "description":"The payment method GID. ",
                        "type":"string"
                    },
                    "incoTermGid":{
                        "description":"The INCO terms GID.",
                        "type":"string"
                    },
                    "termLocationText":{
                        "description":"Location text that can be entered.",
                        "type":"string"
                    },
                    "planningGroupGid":{
                        "description":"The planning group GID to use when segmenting a large number of order releases into multiple smaller bulk planning runs.",
                        "type":"string"
                    },
                    "timeWindowEmphasisGid":{
                        "description":"The time window emphasis to be used when calculating the best start times for shipment, it can emphasize the pickup or delivery windows.",
                        "type":"string"
                    },
                    "isKnownShipper":{
                        "description":"A Y/N indicator for whether the shipper involved party is a known shipper for air travel.",
                        "type":"boolean"
                    },
                    "dimRateFactorGid":{
                        "description":"The dim factor GID to be used when calculating dimensional rates.",
                        "type":"string"
                    },
                    "releaseMethodGid":{
                        "description":"The release method GID is the order configuration rule and this drives the configuration of the order such as ship unit or line as well as various calculations.",
                        "type":"string"
                    },
                    "finalIncoTerm":{
                        "description":"The final INCO term associated with the order release.",
                        "type":"string"
                    },
                    "finalTextLocation":{
                        "description":"The final text location for the INCO terms.",
                        "type":"string"
                    },
                    "inspectionNumber":{
                        "description":"An inspection number for the order release for informational purposes.",
                        "type":"string"
                    },
                    "inspectionScheduleDate":{
                        "description":"The inspection scheduled date associated with the inspection number.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "inspectionDate":{
                        "description":"The inspection actual date associated with the inspection number.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "surveyLayCanDate":{
                        "description":"The  survey lay can date for the order release.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "locNumber":{
                        "description":"The letter of credit number.",
                        "type":"string"
                    },
                    "locIssueDate":{
                        "description":"The letter of credit issue date.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "locReceivedDate":{
                        "description":"The letter of credit received date.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "locLatestShippingDate":{
                        "description":"The letter of credit latest shipping date.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "locNegotiatedDays":{
                        "description":"The letter of credit negotiated days.",
                        "type":"number",
                        "format":"int32"
                    },
                    "locAmount":{
                        "description":"The letter of credit amount.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "locAdvisingNumber":{
                        "description":"The letter of credit advising number.",
                        "type":"string"
                    },
                    "locConfirmingNumber":{
                        "description":"The letter of credit confirming number.",
                        "type":"string"
                    },
                    "srcLocationOverrideGid":{
                        "description":"The source location override GID used to define a new source location scheduling the order while still retaining the original source location.",
                        "type":"string"
                    },
                    "destLocationOverrideGid":{
                        "description":"The destination location override GID used to define a new destination location scheduling the order while still retaining the original destination location.",
                        "type":"string"
                    },
                    "planFromLocOverrideGid":{
                        "description":"The plan from location override GID used to define a new plan from location scheduling the order while still retaining the original plan from location.",
                        "type":"string"
                    },
                    "planToLocOverrideGid":{
                        "description":"The plan to location override GID used to define a new plan to location scheduling the order while still retaining the original plan to location.",
                        "type":"string"
                    },
                    "secondaryTWeight":{
                        "description":"The secondary total weight for the order that sums up  secondary weight values from the order release line.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "secondaryTVolume":{
                        "description":"The secondary total volume for the order that sums up the secondary weight values from the order release lines.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "rateServiceProfileGid":{
                        "description":"The buy rate service profile GID to be used as a constraint while planning the order release onto shipments.",
                        "type":"string"
                    },
                    "servprovGid":{
                        "description":"The buy service provider GID to be used as a constraint while planning the order release onto shipments. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "servprov":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property servprovGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/serviceProviders"
                            }
                        ],
                        "readOnly":true
                    },
                    "servprovProfileGid":{
                        "description":"The buy service provider profile GID to be used as a constraint while planning the order release onto shipments.",
                        "type":"string"
                    },
                    "transportModeGid":{
                        "description":"The buy transport mode GID to be used as a constraint while planning the order release onto shipments.",
                        "type":"string"
                    },
                    "modeProfileGid":{
                        "description":"The buy mode profile GID to be used as a constraint while planning the order release onto shipments.",
                        "type":"string"
                    },
                    "equipmentGroupGid":{
                        "description":"The buy equipment group GID to be used as a constraint while planning the order release onto shipments. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "equipmentGroup":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property equipmentGroupGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/equipmentGroups"
                            }
                        ],
                        "readOnly":true
                    },
                    "equipmentGroupProfileGid":{
                        "description":"The buy equipment group profile GID to be used as a constraint while planning the order release onto shipments.",
                        "type":"string"
                    },
                    "rateOfferingGid":{
                        "description":"The buy rate offering GID to be used as a constraint while planning the order release onto shipments.",
                        "type":"string"
                    },
                    "rateGeoGid":{
                        "description":"The buy rate detail GID to be used as a constraint while planning the order release onto shipments.",
                        "type":"string"
                    },
                    "sellRateOfferingGid":{
                        "description":"The sell rate offering GID to be used as a constraint while planning the order release onto shipments.",
                        "type":"string"
                    },
                    "sellRateGeoGid":{
                        "description":"The sell rate detail GID to be used as a constraint while planning the order release onto shipments.",
                        "type":"string"
                    },
                    "mustShipDirect":{
                        "description":"A Y/N indicator for whether this order release must ship direct.",
                        "type":"boolean"
                    },
                    "mustShipThruXDock":{
                        "description":"A Y/N indicator for whether this order release must ship through cross dock.",
                        "type":"boolean"
                    },
                    "mustShipThruPool":{
                        "description":"A Y/N indicator for whether this order release must ship through pool.",
                        "type":"boolean"
                    },
                    "shipWithGroup":{
                        "description":"Ship with group tags orders that need to be placed on a shipment together.",
                        "type":"string"
                    },
                    "primaryLegSourceLocGid":{
                        "description":"Location GID of source for primary leg shipment <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "primaryLegSourceLoc":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property primaryLegSourceLocGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "primLegSrcLocOverrideGid":{
                        "description":"Location override GID of source for primary leg shipment",
                        "type":"string"
                    },
                    "portOfLoadLocationGid":{
                        "description":"Location GID of the port of load for the primary leg carrier. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "portOfLoadLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property portOfLoadLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "portOfLoadLocOverrideGid":{
                        "description":"Location override GID of the port of load for the primary leg carrier.",
                        "type":"string"
                    },
                    "portOfDisLocationGid":{
                        "description":"Location GID of the port of discharge for primary leg carrier. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "portOfDisLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property portOfDisLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "portOfDisLocOverrideGid":{
                        "description":"Location override GID of the port of discharge for primary leg carrier.",
                        "type":"string"
                    },
                    "primaryLegDestLocGid":{
                        "description":"Location GID of destination for primary leg shipment. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "primaryLegDestLoc":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property primaryLegDestLocGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "primLegDestOverrideLocGid":{
                        "description":"Location override GID of destination for primary leg shipment.",
                        "type":"string"
                    },
                    "importLicenseRequired":{
                        "description":"A Y/N indicator for whether this order requires an import license.",
                        "type":"string"
                    },
                    "importLicenseIssueDate":{
                        "description":"The import license issue date.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "importLicenseReceiveDate":{
                        "description":"The import license received date.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "importLicenseExpirationDate":{
                        "description":"The date the import license will expire.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "importLicenseNumber":{
                        "description":"The import license number.",
                        "type":"string"
                    },
                    "locExpirationDate":{
                        "description":"The letter of credit expiration date.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "isLocRequired":{
                        "description":"A Y/N field indicating whether a letter of credit is required for the order release.",
                        "type":"boolean"
                    },
                    "inspectionRequired":{
                        "description":"A Y/N indicator for whether an inspection is required.",
                        "type":"string"
                    },
                    "unitizationConditionName":{
                        "description":"The unitization (loading of equipment) condition name value.",
                        "type":"string"
                    },
                    "stuffLocationGid":{
                        "description":"The location for stuffing (loading) the container prior to shipping. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "stuffLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property stuffLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "destuffLocationGid":{
                        "description":"The location for destuffing (unloading) the container after the ocean move. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "destuffLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property destuffLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "customerUnitizationRequest":{
                        "description":"The customer's request for unitization location.",
                        "type":"boolean"
                    },
                    "defaultStowageMode":{
                        "description":"The default stowage mode to use for this order when loading onto stowage consol shipments.",
                        "type":"string"
                    },
                    "consolidationTypeGid":{
                        "description":"The type of consol (charter, vessel) to be used when assigning this order to the consol.",
                        "type":"string"
                    },
                    "movePerspectiveGid":{
                        "description":"The mode perspective GID for the order release.",
                        "type":"string"
                    },
                    "quoteGid":{
                        "description":"The quote GID generated if this order release went through the quoting process. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "quote":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property quoteGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/quotes"
                            }
                        ],
                        "readOnly":true
                    },
                    "commercialPaymentCodeGid":{
                        "description":"The commercial payment terms for the goods on the order release.",
                        "type":"string"
                    },
                    "isLocStale":{
                        "description":"A Y/N field indicating whether the letter of credit is stale or expired.",
                        "type":"boolean"
                    },
                    "ultDestCountryCode3Gid":{
                        "description":"The ultimate destination country code for this order release. It may be beyond the plan to or destination location defined on the order release.",
                        "type":"string"
                    },
                    "templateType":{
                        "description":"Hide template created for customer from other order UI. \"Customer\" is for customer template.",
                        "type":"string"
                    },
                    "bundlingType":{
                        "description":"AUTOMATIC or MANUAL ONLY allow bundling; they are distinguished only by user defined queries. DO NOT BUNDLE means order will never be bundled with other orders.",
                        "type":"string"
                    },
                    "isConsolidateOrEquipment":{
                        "description":"Whether to consolidate order release equipment when bundling.",
                        "type":"boolean"
                    },
                    "dutyPaid":{
                        "description":"Indicating if duty is to be paid for the order release.",
                        "type":"string"
                    },
                    "quoteOptionNumber":{
                        "description":"The quote option number for the order release. Informational.",
                        "type":"number",
                        "format":"int64"
                    },
                    "partitionGid":{
                        "description":"The partition GID used as according to this name, bulk plan partition orders to be planned together in one partition.",
                        "type":"string"
                    },
                    "totalDeclaredValue":{
                        "description":"The total declared value calculated from the order release lines.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "buyItineraryProfileGid":{
                        "description":"The buy itinerary profile GID to be used as a constraint while planning the order release onto shipments.",
                        "type":"string"
                    },
                    "sellItineraryProfileGid":{
                        "description":"The sell itinerary profile GID to be used as a constraint while planning the order release onto shipments.",
                        "type":"string"
                    },
                    "bufferType":{
                        "description":"Defines the buffer type if this order release is a buffer order that utilizes the buffer locations as points where the order will accumulate prior to moving on.",
                        "type":"string"
                    },
                    "sellServprovGid":{
                        "description":"The sell service provider GID to be used as a constraint while planning the order release onto shipments. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "sellServprov":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property sellServprovGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/serviceProviders"
                            }
                        ],
                        "readOnly":true
                    },
                    "sellServprovProfileGid":{
                        "description":"The sell service provider GID to be used as a constraint while planning the order release onto shipments.",
                        "type":"string"
                    },
                    "isIgnoreLocationCalendar":{
                        "description":"A Y/N field indicating whether the location calendar should be ignored when planning shipments for the order. If NULL, treat it as N.",
                        "type":"boolean"
                    },
                    "rateServiceGid":{
                        "description":"The buy rate service GID to be used as a constraint while planning the order release onto shipments.",
                        "type":"string"
                    },
                    "shipUnitWidth":{
                        "description":"The width of the ship unit. This will show a value only if the order release has one ship unit.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "shipUnitLength":{
                        "description":"The length of the ship unit. This column will show value only if the order release has one ship unit.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "shipUnitHeight":{
                        "description":"The height of the ship unit. This column will show value only if the order release has one ship unit.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "shipUnitDiameter":{
                        "description":"The diameter of the ship unit for cyclindrical objects. This column will show value only if the order release has one ship unit.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "transportHandlingUnitGid":{
                        "description":"The transport handling unit associated with the ship unit dimension values. This columns will show value only if the order release has one ship unit.",
                        "type":"string"
                    },
                    "onRtExecution":{
                        "description":"A Y/N field indicating whether that a shipment built from this order release has been assigned to a route instance leg. For migration: old existing order releases migrated to the default value ('N').",
                        "type":"boolean"
                    },
                    "isSplittable":{
                        "description":"A Y/N field that indicates whether the order release can be split when planning during container optimization.",
                        "type":"boolean"
                    },
                    "pickupRoutingSequenceGid":{
                        "description":"The pickup location routing sequence that controls how the stops can be planned for pickup such as first, absolute first, last.",
                        "type":"string"
                    },
                    "dropoffRoutingSequenceGid":{
                        "description":"The pickup location routing sequence that controls how the stops can be planned for pickup such as first, absolute first, last.",
                        "type":"string"
                    },
                    "latestEstDeliveryDate":{
                        "description":"The latest estimate delivery date calculated from the last leg shipments.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "otmVersion":{
                        "description":"The OTM version number used when order was created.",
                        "type":"string"
                    },
                    "priority":{
                        "description":"The priority associated with an order release.",
                        "type":"number",
                        "format":"int32"
                    },
                    "latestEstPickupDate":{
                        "description":"The latest estimated pickup date calculated from the first leg shipments.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "pickupRailCarrier":{
                        "description":"The pickup rail carrier used as identification on the shipment execution.",
                        "type":"string"
                    },
                    "deliveryRailCarrier":{
                        "description":"The delivery rail carrier used as identification on the shipment execution.",
                        "type":"string"
                    },
                    "equipmentTypeGid":{
                        "description":"The buy equipment type GID to be used as a constraint while planning the order release onto shipments. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "equipmentType":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property equipmentTypeGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/equipmentTypes"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "railRouteCodeGid":{
                        "description":"The buy itinerary profile GID to be used as a constraint while planning the order release onto shipments.",
                        "type":"string"
                    },
                    "emPhoneNumber":{
                        "description":"The emergency phone number when shipping hazardous materials. The 24 hours contact for the shipment.",
                        "type":"string"
                    },
                    "legConsolidationGroupGid":{
                        "description":"The leg consolidation group set during planning.",
                        "type":"string"
                    },
                    "isPreEnteredPu":{
                        "description":"A Y/N field indicating whether the order release is a pre-entered pickup for customs processing.",
                        "type":"boolean"
                    },
                    "routingConstraintGid":{
                        "description":"The buy itinerary profile GID to be used as a constraint while planning the order release onto shipments.",
                        "type":"string"
                    },
                    "attribute1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attributeNumber1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeCurrency1":{
                        "description":"The attribute currency of the shipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "attributeCurrency2":{
                        "description":"The attribute currency of the shipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "attributeCurrency3":{
                        "description":"The attribute currency of the shipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "allocationGroupGid":{
                        "description":"The allocation group that was calculated if the order travels from the plan from to the plan to as a single group order.",
                        "type":"string"
                    },
                    "earliestEstPickupDate":{
                        "description":"The earliest estimated pickup that was calculated if the order travels from the plan from to the plan to as a single estimated order.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "isTopoff":{
                        "description":"This field indicates whether the order is a topoff order or not.",
                        "type":"boolean"
                    },
                    "attributeNumber11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "earlySailDate":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "lateSailDate":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "voyageGid":{
                        "description":"No description. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "voyage":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property voyageGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/voyages"
                            }
                        ],
                        "readOnly":true
                    },
                    "externalVoyageCode":{
                        "description":"Specifies the number of the voyage as assigned by the carrier.After the voyages are queried from an external voyage service and the user selects a particular voyage result,the voyage number selected for this result will be saved in this column.<br>            This will be used while planning the order for a shipment.<br>            ",
                        "type":"string"
                    },
                    "isDirectVoyage":{
                        "description":"<br>            The flag indicates whether only direct voyages, that is voyages without trans-shipments should be retrieved by an external voyage service.<br>            It will be used for querying the voyage based on data from order release.   <br>            ",
                        "type":"boolean"
                    },
                    "predictedOrderRoute":{
                        "description":"Stores the predicted order route path.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "appointmentPriorities":{
                "properties":{
                    "appointmentPriorityGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "appointmentPriorityXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "priorityRanking":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "consolGroups":{
                "properties":{
                    "consolGroupGid":{
                        "description":"The GID for the consol_group.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "consolGroupXid":{
                        "description":"The XID for the consol_group.",
                        "type":"string"
                    },
                    "maxNumEquipment":{
                        "description":"Maximum number of equipment for all the consols with this consol group.",
                        "type":"number",
                        "format":"int32"
                    },
                    "maxWeight":{
                        "description":"Maximum weight for all the consols with this consol group.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "maxVolume":{
                        "description":"Maximum volume for all the consols with this consol group.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "equipmentReferenceUnitGid":{
                        "description":"The GID for the equipment reference unit being defined.",
                        "type":"string"
                    },
                    "maxNumReferenceUnits":{
                        "description":"Maximum number of equipment reference units for all the consols with this consol group.",
                        "type":"number",
                        "format":"double"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "transmissionStatus":{
                "properties":{
                    "iTransmissionNo":{
                        "description":"The I_TRANSMISSION_NO column uniquely identifies the transmission.",
                        "type":"number",
                        "format":"int64"
                    },
                    "transmissionType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "createDate":{
                        "description":"The CREATE_DATE column specifies when the transmission was first created.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "transactionCount":{
                        "description":"The TRANSACTION_COUNT column specifies the number of transactions associated with this transmission.",
                        "type":"number",
                        "format":"int64"
                    },
                    "isInbound":{
                        "description":"The IS_INBOUND column indicates that a transmission is either inbound (value equals Y) or not (value equals N).",
                        "type":"boolean"
                    },
                    "senderTransmissionNo":{
                        "description":"The SENDER_TRANSMISSION_NO column specifies the transmission number that the sender assigned to the transmission.",
                        "type":"number",
                        "format":"int64"
                    },
                    "senderTransmissionId":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "referenceTransmissionNo":{
                        "description":"The REFERENCE_TRANSMISSION_NO column can be used when GLog responds to a prior transmission. In this case, it specifies to which transmission the response belongs.",
                        "type":"number",
                        "format":"int64"
                    },
                    "status":{
                        "description":"The STATUS column is set to FRESH when the transmission is first stored in the I_TRANSMISSION table. Currently, it is never being changed to anything else.",
                        "type":"string"
                    },
                    "ackComMethodGid":{
                        "description":"The ACK_COM_METHOD_GID column may be set to EMAIL to request email acknowledgement of a transmission.",
                        "type":"string"
                    },
                    "ackEmailAddress":{
                        "description":"The ACK_EMAIL_ADDRESS column holds the valid email address to which a transmission acknowledgement gets sent if email is set in the ACK_COM_METHOD_GID column.",
                        "type":"string"
                    },
                    "ackEmailSmtphost":{
                        "description":"The ACK_EMAIL_SMTPHOST column specifies the hostname to send an email acknowledegment of receipt of the transmission.",
                        "type":"string"
                    },
                    "ackServletUrl":{
                        "description":"The URL for sending teh acknowledgement.",
                        "type":"string"
                    },
                    "xmlPi":{
                        "description":"This field contains the XML Processing Instructions.",
                        "type":"string"
                    },
                    "externalSystemGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "requestingUser":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isProcessInSequence":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "retryCount":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "ackOption":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "contactGid":{
                        "description":"No description. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "contact":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property contactGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "extSysComMethodGid":{
                        "description":"Indicates the communication method used for outbound XML Transmissions.",
                        "type":"string"
                    },
                    "extSysComInfo":{
                        "description":"This field specifies the attributes of the external system communication method used for the outbound integration.  For example, when the comm method is FTP, this column would contain the filename.",
                        "type":"string"
                    },
                    "stopProcessOnError":{
                        "description":"Specifies if processing of the Transmission should be stopped when an error occurs in a Transaction.",
                        "type":"string"
                    },
                    "logProcessId":{
                        "description":"Process ID for the Transmission.",
                        "type":"number",
                        "format":"int64"
                    },
                    "transmissionWrapperElement":{
                        "description":"Specifies the element name to wrap the Transmission.",
                        "type":"string"
                    },
                    "xmlBlobSize":{
                        "description":"Specifies the size of the XML.",
                        "type":"number",
                        "format":"int64"
                    },
                    "externalStatus":{
                        "description":"Specifies the external status for the Transmission.  The external status represents the result of processing at the external system.",
                        "type":"string"
                    },
                    "firstAttemptDate":{
                        "description":"Specifies the first time an attempt is made to process the transmission.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "lastAttemptDate":{
                        "description":"Specifies the last time an attempt is made to process the transmission.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "sourceMethod":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "iMessageGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "mimeType":{
                        "description":"Describes the XML_BLOB content.",
                        "type":"string"
                    },
                    "version":{
                        "description":"Specifies the app version which corresponds to the XML_BLOB.",
                        "type":"string"
                    },
                    "userRoleGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "logs":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/transmissionStatus.logs"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "transmissionStatus.logs":{
                "properties":{
                    "iLogSeqno":{
                        "description":"The I_LOG_SEQNO column uniquely identifies each row in the I_LOG table.",
                        "type":"number",
                        "format":"int64"
                    },
                    "iTransactionNo":{
                        "description":"The I_TRANSACTION_NO column specifies the transaction to which this log message pertains.",
                        "type":"number",
                        "format":"int64"
                    },
                    "writtenBy":{
                        "description":"The WRITTEN_BY column specifies the application that wrote this log message.",
                        "type":"string"
                    },
                    "iMessageClass":{
                        "description":"The I_MESSAGE_CLASS column indicates if the message is an error (E), warning (W) or informational (I) in nature.",
                        "type":"string"
                    },
                    "iMessageCode":{
                        "description":"The I_MESSAGE_CODE column is a textual message code. An example is INVALID_DATE_FORMAT.",
                        "type":"string"
                    },
                    "timeStamp":{
                        "description":"The TIME_STAMP column indicates the date and time for when the log message was written.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "iMessageGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "processingErrorCodeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "logProcessId":{
                        "description":"Process ID of process which inserted the log records",
                        "type":"number",
                        "format":"int64"
                    },
                    "details":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/transmissionStatus.logs.details"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "transmissionStatus.logs.details":{
                "properties":{
                    "iLogDetailSeqno":{
                        "description":"I_LOG_DETAIL_SEQNO provides a sequence number for a transaction.",
                        "type":"number",
                        "format":"int64"
                    },
                    "iLogDetailQual":{
                        "description":"I_LOG_DETAIL_QUAL provides the application name, transaction code and transaction number for an XML transaction.",
                        "type":"string"
                    },
                    "iLogDetailValue":{
                        "description":"The actual value for log detail.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeItemStructureComponentReferenceNumberQualifiers":{
                "properties":{
                    "gtmStrCompRefnumQualGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmStrCompRefnumQualXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmStrCompRefnumQualDesc":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "defaultRefnumBnTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateFlag":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "cutoffRecoveryTimes":{
                "properties":{
                    "rateServiceGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "servprovGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "locationGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "cutoffTime":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "recoveryTime":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "details":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/cutoffRecoveryTimes.details"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "cutoffRecoveryTimes.details":{
                "properties":{
                    "voyageServiceTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isCutoff":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "cutoffType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "offsetTime":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "offsetTimeUomCode":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "offsetTimeBase":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "dayOfWeek":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "hourAdjustment":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "minuteAdjustment":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "isOffset":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "communicationMethods":{
                "properties":{
                    "comMethodGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "comMethodXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "forInvParty":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "maxRetriesOnError":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "alternateComMethodGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "declarationLineReferenceNumberQualifiers":{
                "properties":{
                    "gtmTranslineRefnumQualGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmTranslineRefnumQualXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateFlag":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "defaultRefnumBnTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "serviceParameters":{
                "properties":{
                    "gtmServiceParameterGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmServiceParameterXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmServiceGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "restrictedPartyScreenDetail":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/serviceParameters.restrictedPartyScreenDetail"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "lookUpProductClassificationDetail":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/serviceParameters.lookUpProductClassificationDetail"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "serviceParameters.restrictedPartyScreenDetail":{
                "properties":{
                    "parameterName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isDisabled":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "threshold":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "weight":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "matchDefault":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "backwardThreshold":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "matchDirection":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "serviceParameters.lookUpProductClassificationDetail":{
                "properties":{
                    "tradeDirection":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmProdClassTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "itemTypes":{
                "properties":{
                    "itemTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "itemTypeXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "equipmentMarks":{
                "properties":{
                    "equipmentMarkGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "equipmentMarkXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "ownerName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "reasonCodeProfiles":{
                "properties":{
                    "bsReasonCodeProfileGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "bsReasonCodeProfileXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "details":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/reasonCodeProfiles.details"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "reasonCodeProfiles.details":{
                "properties":{
                    "bsReasonCodeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "timeWindowEmphasises":{
                "properties":{
                    "timeWindowEmphasisGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "timeWindowEmphasisXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "shipmentInformationalCostQualifiers":{
                "properties":{
                    "shipmentInfCostQualGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "shipmentInfCostQualDesc":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "shipmentInfCostQualXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "additionalInformations":{
                "properties":{
                    "gtmAdditionalInfoGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmAdditionalInfoXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmAdditionalInfoName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "code":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "text":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isModifiable":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "gtmDeclTypeProfileGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "damageCauses":{
                "properties":{
                    "damageCauseGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "damageCauseXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "equipmentAttributeQualifiers":{
                "properties":{
                    "equipmentAttributeQualGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "equipmentAttributeQualXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "curves":{
                "properties":{
                    "roofCurvatureGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "roofCurvatureXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "curveName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "heights":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/curves.heights"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "curves.heights":{
                "properties":{
                    "curveHeightGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "curveHeightXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "distanceBreak":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "height":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "driverLocationPreferences":{
                "properties":{
                    "locationPrefGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "locationPrefXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "details":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/driverLocationPreferences.details"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "driverLocationPreferences.details":{
                "properties":{
                    "locationPrefSeqNo":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "locationPrefType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "locationGid":{
                        "description":"No description. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "location":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property locationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "regionGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "laneGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "locationPrefValue":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "licenseCodes":{
                "properties":{
                    "licenseTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "licenseCode":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "licenseCodeName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "licenseCodeDescription":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "limitingFactor":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "options":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/licenseCodes.options"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "licenseCodes.options":{
                "properties":{
                    "gtmLicenseCodeSequence":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "gtmTransactionTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmTransactionCode":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "quantityBalanceMethod":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "valueBalanceMethod":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmLicenseLineType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "dateQualifierGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmQuantityTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmValueQualifierGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "balanceType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmTransTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "savedQueryGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmConstraintSetGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "screeningProfiles":{
                "properties":{
                    "gtmRpsProfileGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmRpsProfileXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "messageProfiles":{
                "properties":{
                    "messageProfileGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "messageProfileXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "details":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/messageProfiles.details"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "messageProfiles.details":{
                "properties":{
                    "stylesheetProfileGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attemptSequence":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tenders":{
                "properties":{
                    "iTransactionNo":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "shipmentGid":{
                        "description":"GC3 Global identifier for the entity. Is created by concatenating Domain Name,\".\" and XID. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "shipment":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property shipmentGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/sellShipments"
                            }
                        ],
                        "readOnly":true
                    },
                    "tenderType":{
                        "description":"Defines the type of tender. Values are 'Ordinary', 'Broadcast Tender', and 'Spot Bid'",
                        "type":"string"
                    },
                    "shipmentTime":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "expectedResponse":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "originLocation":{
                        "description":"A unique identifier to define the locations withing GC3. The gid contains the domain portion. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "originLocationRefObject":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property originLocation, which will be expanded if expandRefs query parameter is set to true (expandRefs=true) <br> This reference object will be displayed only when the optional feature: APPEND REFOBJECT FOR REF ATTR NOT ENDING WITH GID is enabled.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "destinationLocation":{
                        "description":"A unique identifier to define the locations withing GC3. The gid contains the domain portion. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "destinationLocationRefObject":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property destinationLocation, which will be expanded if expandRefs query parameter is set to true (expandRefs=true) <br> This reference object will be displayed only when the optional feature: APPEND REFOBJECT FOR REF ATTR NOT ENDING WITH GID is enabled.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "deliveryTime":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "originalPickupTime":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "isTenderCount":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "rateGeoGid":{
                        "description":"References the rate record that that is associated with the tender.",
                        "type":"string"
                    },
                    "plannedCost":{
                        "description":"Copied planning cost from shipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "processControlRequestId":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "isStepTender":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "stepResponseTime":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "stepResponseTimeUomCode":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "stepResponseTimeBase":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "stepTenderPcrId":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "expectedRespUpdated":{
                        "description":"Determines whether the expected response for the tender is updated.",
                        "type":"boolean"
                    },
                    "marketCost":{
                        "description":"Market cost based on the shipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "statuses":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tenders.statuses"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "serviceProviders":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tenders.serviceProviders"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "shipmentShipUnits":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tenders.shipmentShipUnits"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "conditionalBookingFields":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tenders.conditionalBookingFields"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tenders.statuses":{
                "properties":{
                    "statusTypeGid":{
                        "description":"GC3 Global identifier for the entity. Is created by concatenating Domain Name,\".\" and XID.",
                        "type":"string"
                    },
                    "statusValueGid":{
                        "description":"GC3 Global identifier for the entity. Is created by concatenating Domain Name,\".\" and XID.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tenders.serviceProviders":{
                "properties":{
                    "servprovGid":{
                        "description":"The service provider who received the tender or for spot bidding, the service provider spot bid <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "servprov":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property servprovGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/serviceProviders"
                            }
                        ],
                        "readOnly":true
                    },
                    "transactionTime":{
                        "description":"The date of the tender collaboration either tender sent, accept, withdrawal, etc or the last tender spot bid",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "acceptanceCode":{
                        "description":"Tender acceptance status for a shipment. Values are A (Tender Accepted), D (Tender Declined), C (Tender Conditionally Accepted) and P (Tender Partially Accepted).",
                        "type":"string"
                    },
                    "responseComMethodGid":{
                        "description":"The communication method used for the collaboration",
                        "type":"string"
                    },
                    "respondingGlUserGid":{
                        "description":"The gluser responding in the collaboration",
                        "type":"string",
                        "readOnly":true
                    },
                    "declineReasonCodeGid":{
                        "description":"If awarded the reason for the award spot bid other than the lowest bid, and if declined the reason for tender decline.",
                        "type":"string"
                    },
                    "dispatchLocationGid":{
                        "description":"The id of the contact of the service provider <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string",
                        "readOnly":true
                    },
                    "dispatchLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property dispatchLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "bidAmount":{
                        "description":"The amount of the bid indicated by this service provider",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "indicator":{
                        "description":"Indicator indicating whether or not this service provider has submitted a valid bid.  Values are R (red) and G(Green)",
                        "type":"string"
                    },
                    "isWinner":{
                        "description":"Yes if service provider is the winner, no otherwise.  If traditional tender, this is set to Y if / when they accept the tender offer.",
                        "type":"boolean",
                        "readOnly":true
                    },
                    "responseITransactionNo":{
                        "description":"store the i_transaction_no of in_bound i_transaction when tender response is sent through integration. This attribute is marked as Create-Only.",
                        "type":"number",
                        "format":"int64"
                    },
                    "pickupTime":{
                        "description":"Original value is from shipment, if servprov changes pickup time, it is stored in this column.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "tenderComMethodGid":{
                        "description":"Record the com method used in tender notification.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "responseTime":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "spotAdjustedCost":{
                        "description":"Stores the calculated adjusted cost for the spot bid using the spot rate adjustment factor on the service provider.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "hasBidOptions":{
                        "description":"Field to check if service provider has provided any conditional bidding.",
                        "type":"boolean"
                    },
                    "spotRateGeoGid":{
                        "description":"Spot rate specified while bidding. ",
                        "type":"string"
                    },
                    "isDigitalFreight":{
                        "description":"If Y, then these spot bid rates are from digital freight user.",
                        "type":"boolean"
                    },
                    "refnums":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tenders.serviceProviders.refnums"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "equipments":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tenders.serviceProviders.equipments"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "comments":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tenders.serviceProviders.comments"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "bids":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tenders.serviceProviders.bids"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "spotRates":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tenders.serviceProviders.spotRates"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tenders.serviceProviders.refnums":{
                "properties":{
                    "tenderShipmentRefnumQual":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "tenderShipmentRefnum":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "tenderShipmentRefnumQualD":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "responseITransactionNo":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tenders.serviceProviders.equipments":{
                "properties":{
                    "sequence":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "sEquipmentGid":{
                        "description":"used to match s_equipment of a shipment. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "sEquipment":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property sEquipmentGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/sEquipments"
                            }
                        ],
                        "readOnly":true
                    },
                    "equipmentInitial":{
                        "description":"service provider's equipment initial",
                        "type":"string"
                    },
                    "equipmentNumber":{
                        "description":"service provider's equipment number",
                        "type":"string"
                    },
                    "equipmentInitialNumber":{
                        "description":"service provider's equipment initial and number",
                        "type":"string"
                    },
                    "responseITransactionNo":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "equipmentTypeGid":{
                        "description":"No description. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "equipmentType":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property equipmentTypeGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/equipmentTypes"
                            }
                        ],
                        "readOnly":true
                    },
                    "equipmentGroupGid":{
                        "description":"No description. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "equipmentGroup":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property equipmentGroupGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/equipmentGroups"
                            }
                        ],
                        "readOnly":true
                    },
                    "equipmentGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "servprovStatus":{
                        "description":"A for accept, R for reject, N for new.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "checkDigit":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "licensePlate":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tenders.serviceProviders.comments":{
                "properties":{
                    "sequence":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "servprovShipperQual":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "commentQualGid":{
                        "description":"GC3 Global identifier for the entity. Is created by concatenating Domain Name,\".\" and XID.",
                        "type":"string"
                    },
                    "tenderComment":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "responseITransactionNo":{
                        "description":"in bound transaction no for tender response",
                        "type":"number",
                        "format":"int64"
                    },
                    "isConditionalBookingRemark":{
                        "description":"mark the remark as conditional booking.",
                        "type":"boolean"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tenders.serviceProviders.bids":{
                "properties":{
                    "sequenceNo":{
                        "description":"The sequence identifier for the spot bid. This attribute is marked as Create-Only.",
                        "type":"number",
                        "format":"int64"
                    },
                    "bidAmount":{
                        "description":"The amount of the bid indicated by this service provider. This attribute is marked as Create-Only.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "pickupDate":{
                        "description":"The pickup date of the shipment. This attribute is marked as Create-Only.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "sourceLocationGid":{
                        "description":"The GID of the source location of the shipment.  This attribute is marked as Create-Only. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "sourceLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property sourceLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "destLocationGid":{
                        "description":"The GID of the destination location of the shipment.  This attribute is marked as Create-Only. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "destLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property destLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "transportModeGid":{
                        "description":"A unique identifier to define the transportation mode.  This attribute is marked as Create-Only.",
                        "type":"string"
                    },
                    "transitTime":{
                        "description":"The transit time for the shipment. This attribute is marked as Create-Only.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isApproved":{
                        "description":"The bid is approved by planner.",
                        "type":"boolean"
                    },
                    "isDirectRoute":{
                        "description":"Flag to indicate if the proposed flight is direct or not. This attribute is marked as Create-Only.",
                        "type":"boolean"
                    },
                    "flightInstanceId":{
                        "description":"Flight Instance ID to be updated to the shipment, if the bid option is approved. This attribute is marked as Create-Only.",
                        "type":"number",
                        "format":"int64"
                    },
                    "spotRateGid":{
                        "description":"Spot rate ID specified while creating this bid option.",
                        "type":"string"
                    },
                    "tag1":{
                        "description":"Stores information about the other fields for each bid.",
                        "type":"string"
                    },
                    "tag2":{
                        "description":"Stores information about the other fields for each bid.",
                        "type":"string"
                    },
                    "tag3":{
                        "description":"Stores information about the other fields for each bid.",
                        "type":"string"
                    },
                    "bidComment":{
                        "description":"Stores the user comments for each bid.",
                        "type":"string"
                    },
                    "deliveryEta":{
                        "description":"The delivery or dropoff date of the shipment stop.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tenders.serviceProviders.spotRates":{
                "properties":{
                    "spotRateGid":{
                        "description":"ID of the Spot Rate created during the bidding process.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "spotRateOfferingGid":{
                        "description":"The SPOT_RATE_OFFERING linked to this service provider.",
                        "type":"string"
                    },
                    "chargeAmount1":{
                        "description":"The charge amount for this spot cost.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "chargeMultiplier1":{
                        "description":"The cost operand for the charge amount.",
                        "type":"string"
                    },
                    "chargeUnit1Count":{
                        "description":"The unit value to be used in association with the charge multiplier.",
                        "type":"number",
                        "format":"double"
                    },
                    "chargeUnit1UomCode":{
                        "description":"UOM code for the charge unit field.",
                        "type":"string"
                    },
                    "isApproved":{
                        "description":"This field will be updated as Y, if this spot cost gets approved.",
                        "type":"boolean"
                    },
                    "chargeAmount2":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "chargeMultiplier2":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "chargeUnit2Count":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "chargeUnit2UomCode":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "chargeAmount3":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "chargeMultiplier3":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "chargeUnit3Count":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "chargeUnit3UomCode":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tenders.shipmentShipUnits":{
                "properties":{
                    "sShipUnitGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "acceptanceCount":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "availableQuantity":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "acceptQuantity":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "equipmentInfo":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tenders.conditionalBookingFields":{
                "properties":{
                    "conditionalBookingFieldGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "stopNumber":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "plannerValue":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "servprovValue":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "uomCode":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isPlannerApproved":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "conditionalBookingProfGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "locationGid":{
                        "description":"No description. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "location":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property locationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "locationLongName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "locationAlias":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "locationQualifierGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "timeQualifierGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "transportStageQualifierGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "acceptDeclineRequest":{
                "description":"Request parameters for the accept or decline action.",
                "type":"object",
                "properties":{
                    "acceptanceCode":{
                        "description":"Acceptance code A for Accept action and D for Decline action",
                        "type":"string"
                    },
                    "servprovGid":{
                        "description":"Service provider ID when accepting/declining the broadcast tender",
                        "type":"string"
                    },
                    "bidAmount":{
                        "description":"Bid amount provided by the service provider when accepting the broadcast tender",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "pks":{
                        "description":"Pass the collab ID(s) pks to perform decline tender for one or more records when the collad ID is not passed in the URL.",
                        "type":"array",
                        "items":{
                            "type":"string"
                        }
                    },
                    "isRetender":{
                        "description":"Retender to the another service provider when declining the tender",
                        "type":"boolean"
                    },
                    "declineReasonCode":{
                        "description":"Reason for declining the tender",
                        "type":"string"
                    },
                    "remarks":{
                        "description":"Remarks to be added when accepting single shipment group tender.",
                        "type":"object",
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "type":"object",
                                    "properties":{
                                        "remarkQual":{
                                            "type":"string",
                                            "description":"Remark Qualifier GID"
                                        },
                                        "remarkText":{
                                            "type":"string",
                                            "description":"Remark Text"
                                        }
                                    },
                                    "required":[
                                        "remarkQual",
                                        "remarkText"
                                    ]
                                }
                            }
                        }
                    },
                    "conditionalSpotBids":{
                        "description":"Submit bid options for spot bid tender",
                        "$ref":"#/components/schemas/conditionalSpotBids"
                    }
                },
                "required":[
                    "acceptanceCode"
                ]
            },
            "acceptDeclineResultItem":{
                "properties":{
                    "shipmentPk":{
                        "description":"Pk of the shipment",
                        "type":"string"
                    },
                    "totalActualCost":{
                        "description":"Total Actual Cost",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "totalWeightedCost":{
                        "description":"Total Weighted Cost",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "startTime":{
                        "description":"Start Time",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "endTime":{
                        "description":"End Time",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "serviceProviderID":{
                        "description":"Service Provider ID",
                        "type":"string"
                    },
                    "rateOffering":{
                        "description":"Rate Offering",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Domain Name",
                        "type":"string"
                    }
                }
            },
            "acceptDeclineResultItemWithError":{
                "allOf":[
                    {
                        "$ref":"#/components/schemas/acceptDeclineResultItem"
                    },
                    {
                        "type":"object",
                        "properties":{
                            "error":{
                                "description":"Error while performing decline action for tender.",
                                "type":"string"
                            }
                        }
                    }
                ]
            },
            "acceptDeclineResponse":{
                "description":"Response after accept or decline the tender.",
                "type":"object",
                "properties":{
                    "items":{
                        "description":"Accepte or Decline response for tender.",
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/acceptDeclineResultItem"
                        }
                    }
                }
            },
            "conditionalSpotBids":{
                "description":"Optional conditional spot bids for the tender.",
                "type":"object",
                "properties":{
                    "items":{
                        "type":"array",
                        "items":{
                            "type":"object",
                            "properties":{
                                "bidAmount":{
                                    "description":"Bid amount provided by the service provider",
                                    "allOf":[
                                        {
                                            "$ref":"#/components/schemas/currencyType"
                                        }
                                    ]
                                },
                                "spotRateGid":{
                                    "description":"Spot Rate Id",
                                    "type":"string"
                                },
                                "pickupTime":{
                                    "description":"The pickup date/time of the shipment in ISO format.",
                                    "type":"string",
                                    "format":"date-time"
                                },
                                "dropoffTime":{
                                    "description":"The delivery date/time of the shipment in ISO format.",
                                    "type":"string",
                                    "format":"date-time"
                                },
                                "sourceLocationGid":{
                                    "description":"The source location of the shipment.",
                                    "type":"string"
                                },
                                "destLocationGid":{
                                    "description":"The destination location of the shipment.",
                                    "type":"string"
                                },
                                "transportModeGid":{
                                    "description":"The transport mode of the shipment.",
                                    "type":"string"
                                },
                                "transitTime":{
                                    "description":"The transit time for the shipment.",
                                    "type":"string"
                                },
                                "isDirect":{
                                    "description":"Flag to indicate if the proposed flight is direct or not.",
                                    "type":"boolean"
                                },
                                "flightInstanceId":{
                                    "description":"Flight Instance ID",
                                    "type":"integer"
                                },
                                "tag1":{
                                    "description":"Stores information.",
                                    "type":"string"
                                },
                                "tag2":{
                                    "description":"Stores information.",
                                    "type":"string"
                                },
                                "tag3":{
                                    "description":"Stores information.",
                                    "type":"string"
                                },
                                "bidComment":{
                                    "description":"Stores the user comments for each bid.",
                                    "type":"string"
                                }
                            }
                        }
                    }
                }
            },
            "secureResourcesResultItem":{
                "description":"Response after secure resources the shipment.",
                "type":"object",
                "properties":{
                    "shipmentPk":{
                        "description":"Pk of the shipment",
                        "type":"string"
                    },
                    "totalActualCost":{
                        "description":"Total Actual Cost",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "totalWeightedCost":{
                        "description":"Total Weighted Cost",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "startTime":{
                        "description":"Start Time",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "endTime":{
                        "description":"End Time",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "serviceProviderID":{
                        "description":"Service Provider ID",
                        "type":"string"
                    },
                    "rateOffering":{
                        "description":"Rate Offering",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Domain Name",
                        "type":"string"
                    }
                }
            },
            "secureResourcesResponse":{
                "description":"Response after secure resources the shipment.",
                "type":"object",
                "properties":{
                    "items":{
                        "description":"Secure Resources response for tender.",
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/secureResourcesResultItem"
                        }
                    }
                }
            },
            "acceptDeclineTenderGroupRequest":{
                "description":"Request parameters for the accept or decline Tender Group action.",
                "type":"object",
                "properties":{
                    "acceptanceCode":{
                        "description":"Acceptance code A for Accept action and D for Decline action",
                        "type":"string"
                    },
                    "servprovGid":{
                        "description":"Service provider ID of the Shipment Group",
                        "type":"string"
                    },
                    "pks":{
                        "description":"Pass the tender group ID(s) pks to perform accept/decline tender for one or more records when the tender group ID is not passed in the URL.",
                        "type":"array",
                        "items":{
                            "type":"string"
                        }
                    },
                    "declineReasonCode":{
                        "description":"Reason for declining the tender",
                        "type":"string"
                    },
                    "remarks":{
                        "description":"Remarks to be added when accepting single shipment group tender.",
                        "type":"object",
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "type":"object",
                                    "properties":{
                                        "remarkQual":{
                                            "type":"string",
                                            "description":"Remark Qualifier GID"
                                        },
                                        "remarkText":{
                                            "type":"string",
                                            "description":"Remark Text"
                                        }
                                    },
                                    "required":[
                                        "remarkQual",
                                        "remarkText"
                                    ]
                                }
                            }
                        }
                    },
                    "refnums":{
                        "description":"Reference Number Qualifier and Value to be added when accepting single shipment group tender.",
                        "type":"object",
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "type":"object",
                                    "properties":{
                                        "refnumQual":{
                                            "type":"string",
                                            "description":"Reference Number Qualifier GID"
                                        },
                                        "refnumValue":{
                                            "type":"string",
                                            "description":"Reference Number Value"
                                        }
                                    },
                                    "required":[
                                        "refnumQual",
                                        "refnumValue"
                                    ]
                                }
                            }
                        }
                    }
                },
                "required":[
                    "acceptanceCode"
                ]
            },
            "acceptDeclineTenderGroupResultItem":{
                "properties":{
                    "shipGroupPk":{
                        "description":"Pk of the shipment group",
                        "type":"string"
                    },
                    "shipmentGids":{
                        "description":"The shipments present on the shipment group",
                        "type":"array",
                        "items":{
                            "type":"string"
                        }
                    },
                    "totalCost":{
                        "description":"Total Cost of the shipment group",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "startTime":{
                        "description":"Start Time",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "endTime":{
                        "description":"End Time",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "serviceProviderID":{
                        "description":"Service Provider ID",
                        "type":"string"
                    }
                }
            },
            "acceptDeclineTenderGroupResultItemWithError":{
                "allOf":[
                    {
                        "$ref":"#/components/schemas/acceptDeclineTenderGroupResultItem"
                    },
                    {
                        "type":"object",
                        "properties":{
                            "error":{
                                "description":"Error while performing decline action for tender group.",
                                "type":"string"
                            }
                        }
                    }
                ]
            },
            "acceptDeclineTenderGroupResponse":{
                "description":"Response after accept or decline the tender group.",
                "type":"object",
                "properties":{
                    "items":{
                        "description":"Accepte or Decline response for tender.",
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/acceptDeclineTenderGroupResultItem"
                        }
                    }
                }
            },
            "withdrawTenderRequest":{
                "description":"Request body parameters for withdraw action.",
                "type":"object",
                "properties":{
                    "isRetender":{
                        "description":"Is retender",
                        "type":"boolean"
                    },
                    "declineReasonCode":{
                        "description":"Decline reason code",
                        "type":"string"
                    },
                    "sendNotify":{
                        "description":"Send notify now",
                        "type":"boolean"
                    },
                    "sendReport":{
                        "description":"Send report",
                        "type":"boolean"
                    }
                }
            },
            "withdrawTenderResultItem":{
                "description":"Response after withdraw the tender.",
                "type":"object",
                "properties":{
                    "shipmentPk":{
                        "description":"Pk of the shipment",
                        "type":"string"
                    },
                    "totalActualCost":{
                        "description":"Total Actual Cost",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "totalWeightedCost":{
                        "description":"Total Weighted Cost",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "startTime":{
                        "description":"Start Time",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "endTime":{
                        "description":"End Time",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "serviceProviderID":{
                        "description":"Service Provider ID",
                        "type":"string"
                    },
                    "rateOffering":{
                        "description":"Rate Offering",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Domain Name",
                        "type":"string"
                    }
                }
            },
            "withdrawTenderResponse":{
                "description":"Response after withdraw the tender.",
                "type":"object",
                "properties":{
                    "items":{
                        "description":"Withdraw Tender response for tender.",
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/withdrawTenderResultItem"
                        }
                    }
                }
            },
            "declineRequest":{
                "allOf":[
                    {
                        "$ref":"#/components/schemas/actionRequest"
                    },
                    {
                        "type":"object",
                        "properties":{
                            "isRetender":{
                                "description":"Is retender",
                                "type":"boolean"
                            },
                            "declineReasonCode":{
                                "description":"declineReasonCode",
                                "type":"string"
                            }
                        }
                    }
                ]
            },
            "declineResultItem":{
                "properties":{
                    "shipmentPk":{
                        "description":"Pk of the shipment",
                        "type":"string"
                    },
                    "totalActualCost":{
                        "description":"Total Actual Cost",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "totalWeightedCost":{
                        "description":"Total Weighted Cost",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "startTime":{
                        "description":"Start Time",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "endTime":{
                        "description":"End Time",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "serviceProviderID":{
                        "description":"Service Provider ID",
                        "type":"string"
                    },
                    "rateOffering":{
                        "description":"Rate Offering",
                        "type":"string"
                    }
                }
            },
            "declineResultItemWithError":{
                "allOf":[
                    {
                        "$ref":"#/components/schemas/declineResultItem"
                    },
                    {
                        "type":"object",
                        "properties":{
                            "error":{
                                "description":"Error while performing decline action for tender.",
                                "type":"string"
                            }
                        }
                    }
                ]
            },
            "declineResponse":{
                "allOf":[
                    {
                        "$ref":"#/components/schemas/actionResponse"
                    },
                    {
                        "type":"object",
                        "properties":{
                            "items":{
                                "description":"Decline response for tender.",
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/declineResultItem"
                                }
                            }
                        }
                    }
                ]
            },
            "productClassificationCategories":{
                "properties":{
                    "gtmProdClassCategoryGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmProdClassCategoryXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "bulkMixingFamilies":{
                "properties":{
                    "bulkMixingFamilyGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "bulkMixingFamilyXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "bulkMixingFamilyName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "deviceReferenceNumberQualifiers":{
                "properties":{
                    "deviceRefnumQualGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "deviceRefnumQualXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "defaultRefnumBnTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateFlag":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "levelOfServices":{
                "properties":{
                    "levelOfServiceGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "levelOfServiceXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "cycleDefinitions":{
                "properties":{
                    "cycleDefinitionGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "cycleDefinitionXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "daysPerCycle":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "shiftsPerDay":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "regimeDocumentDefinitions":{
                "properties":{
                    "gtmRegimeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentDefGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "crOutlierRuleTypes":{
                "properties":{
                    "crOutlierRuleTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "crOutlierRuleTypeXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "javaClass":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "campaignLineReferenceNumberQualifiers":{
                "properties":{
                    "gtmCaLineRefnumQualGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmCaLineRefnumQualXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateFlag":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "defaultRefnumBnTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "emissionActivities":{
                "properties":{
                    "esgActivityGid":{
                        "description":"The GID of the ESG Activity.",
                        "type":"string"
                    },
                    "esgActivityXid":{
                        "description":"The XID of the ESG Activity.",
                        "type":"string"
                    },
                    "esgActivityTypeGid":{
                        "description":"The ID of ESG Activity Type",
                        "type":"string"
                    },
                    "scopeType":{
                        "description":"Scope of the ESG Activity. Valid Values are '1','2','3'",
                        "type":"string"
                    },
                    "description":{
                        "description":"Description for the ESG Activity.",
                        "type":"string"
                    },
                    "dataSource":{
                        "description":"Source from which the ESG Activity details are obtained. Valid Values are 'GENERATED', 'INTEGRATION', 'MANUAL'.",
                        "type":"string"
                    },
                    "postedOn":{
                        "description":"The date on which the activity is posted.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "dataQueryTypeGid":{
                        "description":"Data Query Type of the business object for which the ESG Activity is captured.",
                        "type":"string"
                    },
                    "objectGid":{
                        "description":"Business Object ID for which the ESG Activity is captured.",
                        "type":"string"
                    },
                    "sourceLocationGid":{
                        "description":"The Source Location ID for which the ESG Activity is captured. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "sourceLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property sourceLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "destLocationGid":{
                        "description":"The Destination Location ID for which the ESG Activity is captured. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "destLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property destLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "transportModeGid":{
                        "description":"Mode of the Transport used during the ESG Activity.",
                        "type":"string"
                    },
                    "equipmentTypeGid":{
                        "description":"Equipment Type used for the ESG Activity. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "equipmentType":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property equipmentTypeGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/equipmentTypes"
                            }
                        ],
                        "readOnly":true
                    },
                    "equipmentGroupGid":{
                        "description":"Equipment Group used for the ESG Activity. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "equipmentGroup":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property equipmentGroupGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/equipmentGroups"
                            }
                        ],
                        "readOnly":true
                    },
                    "transportHandlingUnitGid":{
                        "description":"The Transport Handling Unit ID for the ESG Activity.",
                        "type":"string"
                    },
                    "transportHandlingUnitCount":{
                        "description":"Count of the Transport Handling Unit for the ESG Activity.",
                        "type":"number",
                        "format":"int64"
                    },
                    "distance":{
                        "description":"Distance traveled for the ESG Activity.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "weight":{
                        "description":"Weight of the shipment carried for the ESG Activity.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "volume":{
                        "description":"Volume of the shipment carried for the ESG Activity.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "co2Emission":{
                        "description":"Amount of Carbon emitted during the activity.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "co2EqEmission":{
                        "description":"Amount of Carbon equivalent gases emitted during the activity.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "accessorialCodeGid":{
                        "description":"Accessorial Code ID associated with the ESG Activity.",
                        "type":"string"
                    },
                    "note":{
                        "description":"Note for the ESG Activity.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "servprovAlias":{
                        "description":"Service Provider Alias of the service provider for which the ESG Activity is captured.",
                        "type":"string"
                    },
                    "esgActivityRuleGid":{
                        "description":"The ESG Activity Rule ID used for generating this ESG Activity.",
                        "type":"string"
                    },
                    "emissionRuleGid":{
                        "description":"The Emission Rule ID used for calculating the emissions for this ESG Activity. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "emissionRule":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property emissionRuleGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/emissionRules"
                            }
                        ],
                        "readOnly":true
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "emissionActivityDetails":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/emissionActivities.emissionActivityDetails"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "emissionActivityEmissions":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/emissionActivities.emissionActivityEmissions"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "emissionActivityRemarks":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/emissionActivities.emissionActivityRemarks"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "emissionActivities.emissionActivityDetails":{
                "properties":{
                    "activitySeqNo":{
                        "description":"ESG Activity Sequence number.",
                        "type":"number",
                        "format":"int64"
                    },
                    "locationGid":{
                        "description":"Location ID of the Activity Detail. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "location":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property locationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "province":{
                        "description":"Province where Activity Detail is captured.",
                        "type":"string"
                    },
                    "provinceCode":{
                        "description":"Province code where the Activity Detail is captured.",
                        "type":"string"
                    },
                    "countryCode3Gid":{
                        "description":"Country Code ID where the Activity Detail is captured.",
                        "type":"string"
                    },
                    "distance":{
                        "description":"Distance traveled at the Location/Province level for the activity.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "weight":{
                        "description":"Carried Weight of the Shipment at the Location/Province for the activity.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "volume":{
                        "description":"Carried Volume of the Shipment at the Location/Province for the activity.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "transportHandlingUnitGid":{
                        "description":"Transport Handling Unit at the Location/Province for the activity.",
                        "type":"string"
                    },
                    "transportHandlingUnitCount":{
                        "description":"Count of the Transport Handling Unit at the Location/Province for the activity.",
                        "type":"number",
                        "format":"int64"
                    },
                    "co2Emission":{
                        "description":"CO2 emissions at the Location/Province for the activity.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "co2EqEmission":{
                        "description":"CO2 equivalent emissions at the Location/Province for the activity.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "accessorialCodeGid":{
                        "description":"Accessorial Code at the Location/Province for the activity.",
                        "type":"string"
                    },
                    "note":{
                        "description":"Note for the ESG Activity Details.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "emissionActivityDetailEmissions":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/emissionActivities.emissionActivityDetails.emissionActivityDetailEmissions"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "emissionActivities.emissionActivityDetails.emissionActivityDetailEmissions":{
                "properties":{
                    "esgEmissionTypeGid":{
                        "description":"The type of emission for the activity detail.",
                        "type":"string"
                    },
                    "emission":{
                        "description":"The amount of emission emitted for the activity detail.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "emissionActivities.emissionActivityEmissions":{
                "properties":{
                    "esgEmissionTypeGid":{
                        "description":"The globally unique ID of an emission type.",
                        "type":"string"
                    },
                    "emission":{
                        "description":"Amount of emission emitted during the activity.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "emissionActivities.emissionActivityRemarks":{
                "properties":{
                    "remarkSequence":{
                        "description":"The remark sequence (key) associated with the ESG Activity.",
                        "type":"number",
                        "format":"int64"
                    },
                    "remarkQualGid":{
                        "description":"A pointer to the remark type.",
                        "type":"string"
                    },
                    "remarkText":{
                        "description":"A user-entered remark on the ESG Activity.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "gtmPhysicalInvMovements":{
                "properties":{
                    "gtmPhysicalInvMovementGid":{
                        "description":"Unique GID for the Physical Inventory Movement.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmPhysicalInvMovementXid":{
                        "description":"Unique XID for the Physical Inventory Movement.",
                        "type":"string"
                    },
                    "gtmPhysicalInventoryGid":{
                        "description":"GID for the Physical Inventory. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "gtmPhysicalInventory":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property gtmPhysicalInventoryGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/gtmPhysicalInventorys"
                            }
                        ],
                        "readOnly":true
                    },
                    "postedOn":{
                        "description":"Movement post date.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "itemGid":{
                        "description":"Item identifier. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "item":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property itemGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid"
                            }
                        ],
                        "readOnly":true
                    },
                    "receiptIssue":{
                        "description":"Identifies whether it is an entry or an exit from the inventory. Receipt means entry, and Issue means exit.",
                        "type":"string"
                    },
                    "referenceType":{
                        "description":"Reference Type.",
                        "type":"string"
                    },
                    "referenceNumber":{
                        "description":"Reference Number.",
                        "type":"string"
                    },
                    "generatedReferenceNo":{
                        "description":"Generated Reference Number.",
                        "type":"string"
                    },
                    "inventoryOrgGid":{
                        "description":"Inventory Organization GID. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "inventoryOrg":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property inventoryOrgGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "quantity":{
                        "description":"Movement quantity.",
                        "type":"number",
                        "format":"double"
                    },
                    "quantityUomCode":{
                        "description":"Unit of measure.",
                        "type":"string"
                    },
                    "attribute1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attributeNumber1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "values":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/gtmPhysicalInvMovements.values"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "gtmPhysicalInvMovements.values":{
                "properties":{
                    "valueQualifierGid":{
                        "description":"Qualifier of the Value.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "value":{
                        "description":"The currency value of the Value attribute.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tariffRates":{
                "properties":{
                    "gtmTariffCodeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "classificationCode":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "addvaloremRate":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "perUnitCharge":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "uomCode":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmProdClassTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "penaltyClassificationCode":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "responsiblePartyProfiles":{
                "properties":{
                    "bsRespPartyProfileGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "bsRespPartyProfileXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "details":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/responsiblePartyProfiles.details"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "responsiblePartyProfiles.details":{
                "properties":{
                    "bsResponsiblePartyGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "crRouteReferenceNumberQualifiers":{
                "properties":{
                    "crRouteRefnumQualGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "crRouteRefnumQualXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "crRouteRefnumQualDesc":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "valuationMethods":{
                "properties":{
                    "gtmValuationMethodGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmValuationMethodXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmValuationMethodName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmValuationMethodCode":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "declarationSubTypes":{
                "properties":{
                    "gtmDeclSTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmDeclSTypeXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmDeclSTypeName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "code":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmDeclTypeProfileGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "activityTypes":{
                "properties":{
                    "activityTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "activityTypeXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "voyageServiceTypes":{
                "properties":{
                    "voyageServiceTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "voyageServiceTypeXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "serviceName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "serviceCode":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "addDocumentsRequest":{
                "type":"object",
                "properties":{
                    "pks":{
                        "type":"array",
                        "minItems":1,
                        "items":{
                            "type":"string"
                        },
                        "description":"List of primary keys (GIDs) for target objects."
                    },
                    "fileNameWithExtension":{
                        "type":"string",
                        "description":"File name including extension."
                    },
                    "mimeType":{
                        "type":"string",
                        "description":"MIME type of the uploaded content."
                    },
                    "documentType":{
                        "type":"string",
                        "description":"The document type GID."
                    },
                    "documentNumber":{
                        "type":"string",
                        "description":"The document number."
                    },
                    "addNewRevision":{
                        "type":"boolean",
                        "description":"Whether to add a new revision."
                    },
                    "contentManagementSystem":{
                        "type":"string",
                        "description":"The content management system GID."
                    },
                    "documentContent":{
                        "type":"string",
                        "format":"byte",
                        "description":"Base64 encoded document content."
                    }
                },
                "required":[
                    "pks",
                    "documentContent"
                ],
                "anyOf":[
                    {
                        "required":[
                            "fileNameWithExtension"
                        ]
                    },
                    {
                        "required":[
                            "mimeType"
                        ]
                    }
                ]
            },
            "currencyExchangeRates":{
                "properties":{
                    "currencyExchangeRateId":{
                        "description":"The XID of the exchange rate.",
                        "type":"number",
                        "format":"int64"
                    },
                    "exchangeRateGid":{
                        "description":"The GID of the exchange rate.",
                        "type":"string"
                    },
                    "effectiveDate":{
                        "description":"The effective date on which the currency exchange rate is applicable.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "fromCurrencyGid":{
                        "description":"The GID for the currency to be calculated into a different currency.",
                        "type":"string"
                    },
                    "toCurrencyGid":{
                        "description":"The GID for the currency into which the original currency was calculated.",
                        "type":"string"
                    },
                    "triangulationCurrencyGid":{
                        "description":"Use the Triangulation Currency field if you want to convert to an intermediate currency before the currency in the To Currency field. For example, you may want to convert from Pesetas to Euros before finally converting the rate to Yen.",
                        "type":"string"
                    },
                    "maximumPrecision":{
                        "description":"'Specifies different precision limits than the main exchange rate data. Enter the maximum precision and number of fractional digits in the Max Precision and Fractional Digits fields. ",
                        "type":"number",
                        "format":"int32"
                    },
                    "fractionalDigits":{
                        "description":"Specifies different precision limits than the main Exchange Rate data. Enter the maximum precision and number of fractional digits in the Max Precision and Fractional Digits fields. ",
                        "type":"number",
                        "format":"int32"
                    },
                    "exchangeRate":{
                        "description":"Contains the actual exchange rate.",
                        "type":"number",
                        "format":"double"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "invoices":{
                "properties":{
                    "invoiceGid":{
                        "description":"The GID for the invoice.",
                        "type":"string"
                    },
                    "invoiceXid":{
                        "description":"The XID for the invoice.",
                        "type":"string"
                    },
                    "invoiceType":{
                        "description":"Indicates whether this is a bill or an invoice (valid values are 'I' or 'B'). INVOICE_TYPE indicates whether this is a bill or an invoice (valid values are 'I' or 'B').",
                        "type":"string",
                        "readOnly":true
                    },
                    "invoiceSource":{
                        "description":"Valid values are G, I, M.",
                        "type":"string",
                        "readOnly":true
                    },
                    "enteredByGlUserGid":{
                        "description":"Identifies which GL user entered the invoice into the system.",
                        "type":"string"
                    },
                    "invoiceNumber":{
                        "description":"Indicates the number that was assigned to the invoice.",
                        "type":"string"
                    },
                    "servprovAliasQualGid":{
                        "description":"Identifies the service provider qualifier (such as SCAC), which is then associated with the value in servprov_alias_value. This attribute is marked as Create-Only.",
                        "type":"string"
                    },
                    "servprovAliasValue":{
                        "description":"Identifies service provider that handled the shipment related to the invoice. The qualifier servprov_alias_qual_gid qualifies the value, which can be a scec code, or another descriptor for the service provider. This attribute is marked as Create-Only.",
                        "type":"string"
                    },
                    "correctionCodeId":{
                        "description":"Correction code identifier.",
                        "type":"string"
                    },
                    "invoiceDate":{
                        "description":"The date of the invoice.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "currencyGid":{
                        "description":"The GID for currency.",
                        "type":"string"
                    },
                    "netAmountDue":{
                        "description":"The net amount that is due for the invoice.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "netDueDate":{
                        "description":"The date on which the net amount for the invoice is due.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "paymentMethodCodeGid":{
                        "description":"The method of payment that is expected for the invoice. Examples include: check, cash on deliver, credit card and electronic funds transfer.",
                        "type":"string"
                    },
                    "startDate":{
                        "description":"The start range for which this invoice was generated.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "endDate":{
                        "description":"The end range for which this invoice was generated.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "invoiceServiceCodeGid":{
                        "description":"The type of service that was performed. Foreign key to INVOICE_SERVICE_CODE.",
                        "type":"string"
                    },
                    "incoTermGid":{
                        "description":"The terms of sale for this particular invoice.",
                        "type":"string"
                    },
                    "discountAmount":{
                        "description":"The total dollar amount of any discounts applied to the invoice.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "discountPercentage":{
                        "description":"Either a specific amount for the discount or a percentage to be used for the discount.",
                        "type":"number",
                        "format":"double"
                    },
                    "discountDaysDue":{
                        "description":"The number of days in the terms discount period by which payment is due if the terms of the discount are to be earned.",
                        "type":"number",
                        "format":"int32"
                    },
                    "discountDueDate":{
                        "description":"The date that the payment must be made by in order for the discount to be earned.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "originStationCity":{
                        "description":"The city in which the related shipment began.",
                        "type":"string"
                    },
                    "originStationFsac":{
                        "description":"The FSAC code for the station in which the related shipment began.",
                        "type":"string"
                    },
                    "originStationSplc":{
                        "description":"The SPLC code for the station in which the related shipment began.",
                        "type":"string"
                    },
                    "originStationProvinceCode":{
                        "description":"The province code in which the related shipment began.",
                        "type":"string"
                    },
                    "originStationPostalCode":{
                        "description":"The postal code in which the related shipment began.",
                        "type":"string"
                    },
                    "originCountryCode3Gid":{
                        "description":"The origin country code GID.",
                        "type":"string"
                    },
                    "destStationCity":{
                        "description":"The city in which the related shipment ends.",
                        "type":"string"
                    },
                    "destStationFsac":{
                        "description":"The FSAC code for the station in which the related shipment ended.",
                        "type":"string"
                    },
                    "destStationSplc":{
                        "description":"The SPLC code for the destination of the shipment which relates to this invoice.",
                        "type":"string"
                    },
                    "destStationProvinceCode":{
                        "description":"The province code in which the related shipment ended.",
                        "type":"string"
                    },
                    "destStationPostalCode":{
                        "description":"The postal code in which the related shipment ended.",
                        "type":"string"
                    },
                    "destCountryCode3Gid":{
                        "description":"The destination country code GID.",
                        "type":"string"
                    },
                    "letterOfCreditExpDate":{
                        "description":"The date until which the letter of credit is in effect. After this date, the letter of credit expires.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "letterOfCreditIssueDate":{
                        "description":"The date that the letter of credit was issued.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "letterOfCreditNumber":{
                        "description":"The identification number of the letter of credit.",
                        "type":"string"
                    },
                    "vesselCodeQualifier":{
                        "description":"The qualifier for the vessel.",
                        "type":"string"
                    },
                    "vesselCode":{
                        "description":"The vessel that was used for the shipment that relates to the invoice.",
                        "type":"string"
                    },
                    "vesselCountryCode3Gid":{
                        "description":"The vessel country code GID.",
                        "type":"string"
                    },
                    "vesselGid":{
                        "description":"Vessel ID for the invoice.",
                        "type":"string"
                    },
                    "vesOpServprovAliasQualGid":{
                        "description":"The vessel operator service provider alias qualifier GID.",
                        "type":"string"
                    },
                    "vesOpServprovAliasValue":{
                        "description":"Service provider alias of the vessel operator.",
                        "type":"string"
                    },
                    "voyageNumber":{
                        "description":"The number of the voyage that relates to the shipment for which this invoice is being created.",
                        "type":"string"
                    },
                    "parentInvoiceGid":{
                        "description":"The parent invoice GID. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "parentInvoice":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property parentInvoiceGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/bills"
                            }
                        ],
                        "readOnly":true
                    },
                    "dateReceived":{
                        "description":"The date the invoice was received.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "supplyCountryCode3Gid":{
                        "description":"The Supply Country Code ID represents the country that the goods are coming from.",
                        "type":"string"
                    },
                    "servprovVatRegNoGid":{
                        "description":"The service provider VAT Registration ID is the VAT tax ID for the service provider.",
                        "type":"string"
                    },
                    "customerVatRegNoGid":{
                        "description":"The Customer VAT Registration ID is the VAT tax ID for the customer. ",
                        "type":"string"
                    },
                    "vatExemptValue":{
                        "description":"The VAT Exempt field is used when the bill is exempt from the tax. When it is checked, you need to specify whether the bill is Exempt with Credit or Exempt without Credit.",
                        "type":"string"
                    },
                    "netAmtDueWithTax":{
                        "description":"The Amount Due with VAT is the total amount due plus any applicable value added taxes (VAT).",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "isPassThrough":{
                        "description":"The Pass Through check box allows to the invoice to be approved for payment without being matched to a shipment.",
                        "type":"boolean"
                    },
                    "consolidationType":{
                        "description":"The value is set based on the invoice type involved - there are three consolidation types- STANDARD for a stand-alone invoice, PARENT for a parent invoice (for example, a consolidation invoice), or CHILD for a child invoice.",
                        "type":"string"
                    },
                    "isFixedCost":{
                        "description":"The Fixed Cost check box allows you to override the amount due calculation. When checked the amount due that you enter will be used regardless of the base and other charges.",
                        "type":"boolean"
                    },
                    "baseCharge":{
                        "description":"The Base Charge is the sum of the shipping charges for the invoice. ",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "otherCharge":{
                        "description":"The Other Charge is the sum of the accessorial and other non-shipping charges for the invoice.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "isCreditNote":{
                        "description":"Indicates if this invoice is a credit note",
                        "type":"boolean"
                    },
                    "userDefined1IconGid":{
                        "description":"Can store a user-defined icon that will appear within the user interface to help visually identify attributes of the invoice.",
                        "type":"string"
                    },
                    "userDefined2IconGid":{
                        "description":"Can store a user-defined icon that will appear within the user interface to help visually identify attributes of the invoice.",
                        "type":"string"
                    },
                    "userDefined3IconGid":{
                        "description":"Can store a user-defined icon that will appear within the user interface to help visually identify attributes of the invoice.",
                        "type":"string"
                    },
                    "userDefined4IconGid":{
                        "description":"Can store a user-defined icon that will appear within the user interface to help visually identify attributes of the invoice.",
                        "type":"string"
                    },
                    "userDefined5IconGid":{
                        "description":"Can store a user-defined icon that will appear within the user interface to help visually identify attributes of the invoice.",
                        "type":"string"
                    },
                    "exchangeRateDate":{
                        "description":"Indicates the date to be used for any currency conversions; if null, the latest conversion should be used.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "exchangeRateGid":{
                        "description":"Indicates the set of exchange rates to use for currency conversions; if null, the default set should be used",
                        "type":"string"
                    },
                    "servprovGid":{
                        "description":"The GID for the service provider. This attribute is marked as Create-Only. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "servprov":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property servprovGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/serviceProviders"
                            }
                        ],
                        "readOnly":true
                    },
                    "sailDate":{
                        "description":"The sail date is the date the vessel sails.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "sailCutoffDate":{
                        "description":"The sail cutoff date is the latest date in which you can get your cargo onto the vessel.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "railDate":{
                        "description":"The rail date is the date when a container gets put on rail car.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "isHazardous":{
                        "description":"Indicator for identifying whether the invoiced shipment was or was not identified as carrying hazardous or dangerous goods. ",
                        "type":"boolean"
                    },
                    "isTemperatureControl":{
                        "description":"Indicator for identifying whether the invoiced shipment was or was not identified as requiring temperature control. ",
                        "type":"boolean"
                    },
                    "invoicingProcess":{
                        "description":"N/A",
                        "type":"string"
                    },
                    "isVatAnalysisFixed":{
                        "description":"Indicates if the VAT Analysis is fixed (user entered) and the system should not try to calculate it.",
                        "type":"boolean"
                    },
                    "originalInvoiceGid":{
                        "description":"For supplemental bills. This references the original bill. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "originalInvoice":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property originalInvoiceGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/bills"
                            }
                        ],
                        "readOnly":true
                    },
                    "glDate":{
                        "description":"GL Date for the invoice as set by agent or manual action.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "attribute1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attributeNumber1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeCurrency1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "attributeCurrency2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "attributeCurrency3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "attributeNumber11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "invoiceRuleGid":{
                        "description":"The rule ID used for generating this invoice/bill.",
                        "type":"string"
                    },
                    "invConsConstraintSetGid":{
                        "description":"Constraint Set ID is used for creating a consolidated invoice/bill. This will be used for identifying the parent invoice/bill when you add more invoices/bills with the same constraint set.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "protectiveServices":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/invoices.protectiveServices"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "stops":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/invoices.stops"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "ports":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/invoices.ports"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "lineItems":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/invoices.lineItems"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "involvedParties":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/invoices.involvedParties"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "vatAnalyses":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/invoices.vatAnalyses"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "remarks":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/invoices.remarks"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "texts":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/invoices.texts"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "equipmentDetails":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/invoices.equipmentDetails"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "routes":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/invoices.routes"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "shipments":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/invoices.shipments"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "supplyProvinceVatRegs":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/invoices.supplyProvinceVatRegs"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "notes":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/invoices.notes"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "summaries":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/invoices.summaries"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "refnums":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/invoices.refnums"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "summaryDetails":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/invoices.summaryDetails"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "statuses":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/invoices.statuses"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "documents":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/invoices.documents"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "invoices.protectiveServices":{
                "properties":{
                    "protSrvSeqNo":{
                        "description":"Protective service sequence number.",
                        "type":"number",
                        "format":"int32"
                    },
                    "protSrvCode":{
                        "description":"Protective service code.",
                        "type":"string"
                    },
                    "protSrvRuleCode":{
                        "description":"Protective service rule code.",
                        "type":"string"
                    },
                    "protSrvTemp":{
                        "description":"Temperature requirement.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "invoices.stops":{
                "properties":{
                    "stopSeqNo":{
                        "description":"Stop sequence number. This attribute is marked as Create-Only.",
                        "type":"string"
                    },
                    "locationGid":{
                        "description":"The GID for the location on the invoice. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "location":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property locationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "locationRefnumQualGid":{
                        "description":"The location reference number qualifier GID.",
                        "type":"string"
                    },
                    "locationRefnum":{
                        "description":"A reference number for the location on the invoice.",
                        "type":"string"
                    },
                    "invoiceStopReasonGid":{
                        "description":"The invoice stop reason GID.",
                        "type":"string"
                    },
                    "equipmentPrefix":{
                        "description":"Equipment prefix.",
                        "type":"string"
                    },
                    "equipmentNumber":{
                        "description":"The equipment number on the invoice.",
                        "type":"string"
                    },
                    "startDate":{
                        "description":"Start date.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "endDate":{
                        "description":"End date.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "seals":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/invoices.stops.seals"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "refnums":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/invoices.stops.refnums"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "invoices.stops.seals":{
                "properties":{
                    "sealSequence":{
                        "description":"A one-up number to allow several seals being placed on a piece of equipment at the same stop.",
                        "type":"number",
                        "format":"int32"
                    },
                    "sealNumber":{
                        "description":"The number of the seal that was placed on the piece of equipment.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "invoices.stops.refnums":{
                "properties":{
                    "invoiceStopRefnumQualGid":{
                        "description":"The invoice stop reference number qualifier GID.",
                        "type":"string"
                    },
                    "referenceNumber":{
                        "description":"Reference number.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "invoices.ports":{
                "properties":{
                    "portSeqNo":{
                        "description":"The sequence number for the port on the invoice.",
                        "type":"number",
                        "format":"int32"
                    },
                    "portFunctionCode":{
                        "description":"The port function code.",
                        "type":"string"
                    },
                    "locationIdentifier":{
                        "description":"The location identifier.",
                        "type":"string"
                    },
                    "locationIdentifierQualifier":{
                        "description":"The qualifier associated with the location identifier.",
                        "type":"string"
                    },
                    "portName":{
                        "description":"The name of the port on the invoice.",
                        "type":"string"
                    },
                    "provinceCode":{
                        "description":"The province code on the invoice.",
                        "type":"string"
                    },
                    "countryCode3Gid":{
                        "description":"The country code GID.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "invoices.lineItems":{
                "properties":{
                    "lineitemSeqNo":{
                        "description":"Line item sequence number. This attribute is marked as Create-Only.",
                        "type":"number",
                        "format":"int32"
                    },
                    "description":{
                        "description":"Text describing the line item on the invoice.",
                        "type":"string"
                    },
                    "unitCount":{
                        "description":"Unit count for that line.",
                        "type":"number",
                        "format":"int64"
                    },
                    "transportHandlingUnitGid":{
                        "description":"The GID for the transport handling unit associated with the invoice line item.",
                        "type":"string"
                    },
                    "billableIndicatorGid":{
                        "description":"The indicator used to tell if this line item is billable (sell side bill only).",
                        "type":"string"
                    },
                    "flexCommodityQualGid":{
                        "description":"The flexible commodity qualifier GID.",
                        "type":"string"
                    },
                    "flexCommodityCode":{
                        "description":"Flex commodity code.",
                        "type":"string"
                    },
                    "weight":{
                        "description":"Total weight for line item.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "volume":{
                        "description":"Total volume for line item.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "weightQualifier":{
                        "description":"Weight qualifier.",
                        "type":"string"
                    },
                    "marks":{
                        "description":"Marks.",
                        "type":"string"
                    },
                    "marksQualifier":{
                        "description":"Qualifier for Marks.",
                        "type":"string"
                    },
                    "billedAsQualifier":{
                        "description":"Qualifier for Billed as quantity.",
                        "type":"string"
                    },
                    "billedAsQuantity":{
                        "description":"Billed as quantity.",
                        "type":"number",
                        "format":"double"
                    },
                    "freightRateQualifier":{
                        "description":"The qualifier for the freight rate.",
                        "type":"string"
                    },
                    "freightRateValue":{
                        "description":"Freight rate value.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "freightCharge":{
                        "description":"The freight charge for this line item.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "prepaidAmount":{
                        "description":"The amount that was already collected towards this invoice line item.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "paymentMethodCodeGid":{
                        "description":"The GID for the method of payment for the invoice. Examples of payment include cash on delivery, check and electronic funds transfer.",
                        "type":"string"
                    },
                    "accessorialCodeGid":{
                        "description":"The GID for an accessorial code.",
                        "type":"string"
                    },
                    "accessorialDescription":{
                        "description":"Text to describe the accessorial.",
                        "type":"string"
                    },
                    "compartmentIdCode":{
                        "description":"The identification number for the equipment's compartment for this line item.",
                        "type":"string"
                    },
                    "exportLicControlCode":{
                        "description":"Export license control code.",
                        "type":"string"
                    },
                    "exportLicCountryCode3Gid":{
                        "description":"The export license country code GID.",
                        "type":"string"
                    },
                    "exportLicExpDate":{
                        "description":"The date on which the export license expires.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "exportLicNumber":{
                        "description":"The identification number for the export license.",
                        "type":"string"
                    },
                    "importLicExpDate":{
                        "description":"The expiration date for the import license.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "importLicIssueDate":{
                        "description":"The issue date for the import license.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "importLicNumber":{
                        "description":"The import license number.",
                        "type":"string"
                    },
                    "tariffAgencyCode":{
                        "description":"The code for the tariff agency.",
                        "type":"string"
                    },
                    "tariffRefnum":{
                        "description":"Tariff reference number.",
                        "type":"string"
                    },
                    "tariffRefnumQualifier":{
                        "description":"Tariff reference number qualifier.",
                        "type":"string"
                    },
                    "tariffRefnumSuffix":{
                        "description":"Suffix for the tariff reference number.",
                        "type":"string"
                    },
                    "tariffSection":{
                        "description":"Tariff section.",
                        "type":"string"
                    },
                    "tariffItemNumber":{
                        "description":"Tariff item number.",
                        "type":"string"
                    },
                    "tariffItemNumberSuffix":{
                        "description":"Tariff item number suffix.",
                        "type":"string"
                    },
                    "tariffItemPart":{
                        "description":"Tariff item part.",
                        "type":"string"
                    },
                    "tariffSupplementId":{
                        "description":"Tariff supplement ID.",
                        "type":"string"
                    },
                    "tariffRegAgencyCode":{
                        "description":"Tariff Reg Agency.",
                        "type":"string"
                    },
                    "tariffPubAuthority":{
                        "description":"Tariff Pub Authority.",
                        "type":"string"
                    },
                    "tariffIssuingCarrierId":{
                        "description":"The identification number for the carrier that issued the tariff.",
                        "type":"string"
                    },
                    "tariffFreightClassCode":{
                        "description":"The code for the tariff freight class.",
                        "type":"string"
                    },
                    "tariffEffectiveDate":{
                        "description":"The effective date of the tariff.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "declaredValueQualGid":{
                        "description":"The declared value qualifier GID.",
                        "type":"string"
                    },
                    "declaredValue":{
                        "description":"The stated value of this line item.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "adjustmentReasonCodeGid":{
                        "description":"The GID for the adjustment reason code used to specify why an adjustment was made to the line.",
                        "type":"string"
                    },
                    "processAsFlowThru":{
                        "description":"Flag to identify this cost was processed as a flow thru and needs to be considered during adjustments.",
                        "type":"boolean"
                    },
                    "generalLedgerGid":{
                        "description":"GL code for the invoice line item.",
                        "type":"string"
                    },
                    "exchangeRateDate":{
                        "description":"Indicates the date to be used for any currency conversions; if null, the latest conversion should be used.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "exchangeRateGid":{
                        "description":"Indicates the set of exchange rates to use for currency conversions; if null, the default set should be used",
                        "type":"string"
                    },
                    "vatCodeGid":{
                        "description":"Used by the invoice action to manually calculate VAT. This field is intended to be user entered (via UI or integration) so that a VAT code may be applied to an entire invoice line item easily without the user having to specify invoice line item VAT records. The system does not populate this field.",
                        "type":"string"
                    },
                    "costTypeGid":{
                        "description":"The cost type for the invoice line.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "indicator":{
                        "description":"The invoice line item indicator.",
                        "type":"string"
                    },
                    "outOfTolAmt":{
                        "description":"The Out Of Tolerance Amount containing amount above or below the Payment Invoice Line approval tolerance allowable amount or percentage.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "outOfTolReasonCodeGid":{
                        "description":"The GID for the out of tolerance amount reason code.",
                        "type":"string"
                    },
                    "deviationAmount":{
                        "description":"The actual deviation in the tolerance amount based upon rule.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "attribute1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attributeNumber1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeCurrency1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "attributeCurrency2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "attributeCurrency3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "attributeNumber11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "matchStatus":{
                        "description":"Invoice line item status. UNMATCHED: It means the invoice line item has not been matched to any shipment cost. MATCHED: It means the invoice line item has been matched to shipment cost. MATCHED_IN_TOLERANCE: It means the invoice line item has been matched to shipment cost and passed the line level tolerance check. MATCHED_OUT_OF_TOLERANCE: It means the invoice line item has been matched to shipment cost and failed the line level tolerance check. UNMATCHED_IN_TOLERANCE: It means the invoice line item has not been matched to any shipment cost and it is within the tolerance limit. UNMATCHED_OUT_OF_TOLERANCE: It means the invoice line item has not been matched to any shipment cost and failed the line level tolerance check. ",
                        "type":"string"
                    },
                    "vats":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/invoices.lineItems.vats"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "costRefs":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/invoices.lineItems.costRefs"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "remarks":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/invoices.lineItems.remarks"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "commercialDatas":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/invoices.lineItems.commercialDatas"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "refnums":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/invoices.lineItems.refnums"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "vouchers":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/invoices.lineItems.vouchers"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "invoices.lineItems.vats":{
                "properties":{
                    "vatSeqno":{
                        "description":"The VAT Sequence number is used when more than one VAT is applicable to the line item. This field tells the system what order to charge the taxes in. This attribute is marked as Create-Only.",
                        "type":"number",
                        "format":"int32"
                    },
                    "vatCodeGid":{
                        "description":"The GID for the VAT tax that is being applied to the line item.",
                        "type":"string"
                    },
                    "vatCountryCode3Gid":{
                        "description":"Country for which this VAT item applies",
                        "type":"string"
                    },
                    "vatProvinceCode":{
                        "description":"Province for which this VAT item applies (used for Canada).",
                        "type":"string"
                    },
                    "vatRate":{
                        "description":"The VAT charge rate.",
                        "type":"number",
                        "format":"double"
                    },
                    "vatAmount":{
                        "description":"This is the actual VAT amount.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "vatCalcAmt":{
                        "description":"This is the VAT amount calculated from the rate and base value.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "vatOverrideAmt":{
                        "description":"This is a manually entered amount to set the VAT regardless of rate.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "isCumulative":{
                        "description":"If 'Y', the amount of this tax is based on the base cost plus the previously-calculated taxes.",
                        "type":"boolean"
                    },
                    "exchangeRateDate":{
                        "description":"Indicates the date to be used for any currency conversions; if null, the latest conversion should be used.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "exchangeRateGid":{
                        "description":"Indicates the set of exchange rates to use for currency conversions; if null, the default set should be used.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "costRefs":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/invoices.lineItems.vats.costRefs"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "invoices.lineItems.vats.costRefs":{
                "properties":{
                    "costReferenceGid":{
                        "description":"The GID for the cost reference.",
                        "type":"string"
                    },
                    "shipmentCostQualGid":{
                        "description":"The GID for the shipment cost reference.",
                        "type":"string"
                    },
                    "vatBasisAmount":{
                        "description":"Allocated basis on which VAT is calculated for this cost reference item.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "vatAmount":{
                        "description":"Monetary value of VAT for this cost reference item.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "invoices.lineItems.costRefs":{
                "properties":{
                    "costReferenceGid":{
                        "description":"The GID for the cost reference.",
                        "type":"string"
                    },
                    "shipmentCostQualGid":{
                        "description":"The GID for the shipment cost qualifier.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "invoices.lineItems.remarks":{
                "properties":{
                    "remarkSeqNo":{
                        "description":"The sequence number for the line item remark on the invoice.",
                        "type":"number",
                        "format":"int64"
                    },
                    "remarkQualIdentifier":{
                        "description":"Remark qualifier.",
                        "type":"string"
                    },
                    "remarkText":{
                        "description":"Remarks about the line item on the invoice.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "invoices.lineItems.commercialDatas":{
                "properties":{
                    "commercialDataSeqNo":{
                        "description":"Sequence number for the commercial data line.",
                        "type":"number",
                        "format":"int32"
                    },
                    "unitPrice":{
                        "description":"The price for the units being shipped.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "unitPriceQualifier":{
                        "description":"Qualifier for the unit price.",
                        "type":"string"
                    },
                    "liTotalCommercialValue":{
                        "description":"Line item total commercial value.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "unitCount":{
                        "description":"Unit count.",
                        "type":"number",
                        "format":"int64"
                    },
                    "packagingUnitGid":{
                        "description":"The GID for the packaging unit.",
                        "type":"string"
                    },
                    "exchangeRateDate":{
                        "description":"Indicates the date to be used for any currency conversions; if null, the latest conversion should be used.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "exchangeRateGid":{
                        "description":"Indicates the set of exchange rates to use for currency conversions; if null, the default set should be used",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "invoices.lineItems.refnums":{
                "properties":{
                    "invoiceLiRefnumQualGid":{
                        "description":"The invoice line item reference number qualifier GID.",
                        "type":"string"
                    },
                    "referenceNumber":{
                        "description":"Line item reference number.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "invoices.lineItems.vouchers":{
                "properties":{
                    "voucherGid":{
                        "description":"The GID for the voucher. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "voucher":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property voucherGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/vouchers"
                            }
                        ],
                        "readOnly":true
                    },
                    "amountPaid":{
                        "description":"Amount paid.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "adjustmentReasonGid":{
                        "description":"The GID for the adjustment reason.",
                        "type":"string"
                    },
                    "exchangeRateDate":{
                        "description":"Indicates the date to be used for any currency conversions; if null, the latest conversion should be used.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "exchangeRateGid":{
                        "description":"Indicates the set of exchange rates to use for currency conversions; if null, the default set should be used.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "invoices.involvedParties":{
                "properties":{
                    "involvedPartyQualGid":{
                        "description":"The GID for an involved party.",
                        "type":"string"
                    },
                    "involvedPartyContactGid":{
                        "description":"The involved party contact GID. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "involvedPartyContact":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property involvedPartyContactGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "comMethodGid":{
                        "description":"The communication method GID.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "invoices.vatAnalyses":{
                "properties":{
                    "vatCodeGid":{
                        "description":"The GID for the vat code.",
                        "type":"string"
                    },
                    "taxAmount":{
                        "description":"Amount of tax.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "exchangeRateDate":{
                        "description":"Indicates the date to be used for any currency conversions; if null, the latest conversion should be used.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "exchangeRateGid":{
                        "description":"Indicates the set of exchange rates to use for currency conversions; if null, the default set should be used.",
                        "type":"string"
                    },
                    "vatBasisAmount":{
                        "description":"The portion of the invoice amount that will be taxed at the rate for the given VAT code",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "vatRate":{
                        "description":"The tax rate that the basis amount will be taxed.",
                        "type":"number",
                        "format":"double"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "invoices.remarks":{
                "properties":{
                    "remarkSeqNo":{
                        "description":"A sequence number for a remark on an invoice.",
                        "type":"number",
                        "format":"int64"
                    },
                    "remarkQualIdentifier":{
                        "description":"Remark qualifier.",
                        "type":"string"
                    },
                    "remarkText":{
                        "description":"The text for the remark on an invoice.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "invoices.texts":{
                "properties":{
                    "textTemplateGid":{
                        "description":"The GID for the text template. A Text Template is a predefined, formatted selection of text that is identified by a business object. Use text templates to attach a short paragraph of text to a document, XML transmission, or notification (via XSL stylesheet).",
                        "type":"string"
                    },
                    "documentDefGid":{
                        "description":"Document that should hold text.",
                        "type":"string"
                    },
                    "textOverride":{
                        "description":"Transactional override for the template on the specific document.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "invoices.equipmentDetails":{
                "properties":{
                    "seqNumber":{
                        "description":"Internal database sequence number related to each invoice equipment entry.",
                        "type":"number",
                        "format":"int64",
                        "readOnly":true
                    },
                    "equipmentInitialNumber":{
                        "description":"The Equipment Initial/Number field is a concatenation of equipment initial and equipment number. The initial is a mark that is registered with national or international authorities that is associated with a specific owner.",
                        "type":"string"
                    },
                    "sEquipmentGid":{
                        "description":"The GID for the shipment equipment. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "sEquipment":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property sEquipmentGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/sEquipments"
                            }
                        ],
                        "readOnly":true
                    },
                    "equipmentPrefix":{
                        "description":"The prefix of the equipment that was used for the shipment that relates to this invoice. This attribute is marked as Create-Only.",
                        "type":"string"
                    },
                    "equipmentNumber":{
                        "description":"The number for the equipment. This attribute is marked as Create-Only.",
                        "type":"string"
                    },
                    "isoEquipmentTypeIdentifier":{
                        "description":"The ISO equipment type identifier.",
                        "type":"string"
                    },
                    "descriptionCode":{
                        "description":"Description code.",
                        "type":"string"
                    },
                    "equipmentOwnerIdentifier":{
                        "description":"The identifier of the equipment owner.",
                        "type":"string"
                    },
                    "ownershipCode":{
                        "description":"Ownership code.",
                        "type":"string"
                    },
                    "length":{
                        "description":"The length of the equipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "width":{
                        "description":"The width of the equipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "height":{
                        "description":"The height of the equipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "weight":{
                        "description":"The weight of the equipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "volume":{
                        "description":"The volume of the equipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "tareWeight":{
                        "description":"Weight of equipment when empty.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "dunnage":{
                        "description":"Dunnage.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "unitCount":{
                        "description":"Unit count.",
                        "type":"number",
                        "format":"int64"
                    },
                    "weightQualifier":{
                        "description":"Weight qualifier.",
                        "type":"string"
                    },
                    "minimumTemperature":{
                        "description":"The minimum temperature for the equipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "maximumTemperature":{
                        "description":"The maximum temperature for the equipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "percentHumidityAllowed":{
                        "description":"The maximum percentage of humidity allowed for the equipment.",
                        "type":"number",
                        "format":"int32"
                    },
                    "ventSettingCode":{
                        "description":"The vent setting code.",
                        "type":"string"
                    },
                    "weightAllowance":{
                        "description":"The regulatory maximum weight for the equipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "seals":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/invoices.equipmentDetails.seals"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "invoices.equipmentDetails.seals":{
                "properties":{
                    "sealSequence":{
                        "description":"Seal sequence number.",
                        "type":"number",
                        "format":"int32"
                    },
                    "sealNumber":{
                        "description":"The identification number for equipment that has been sealed.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "invoices.routes":{
                "properties":{
                    "routeSeqNo":{
                        "description":"The sequence number for the route on an invoice.",
                        "type":"number",
                        "format":"int32"
                    },
                    "transportModeIdentifier":{
                        "description":"The transport mode identifier.",
                        "type":"string"
                    },
                    "servprovAliasQualGid":{
                        "description":"The service provider alias qualifier GID.",
                        "type":"string"
                    },
                    "servprovAliasValue":{
                        "description":"Service provider associated with the route.",
                        "type":"string"
                    },
                    "intermodalServiceCode":{
                        "description":"Intermodal service code.",
                        "type":"string"
                    },
                    "jctCityCode":{
                        "description":"Junction city code.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "invoices.shipments":{
                "properties":{
                    "sequenceNo":{
                        "description":"Sequence number.",
                        "type":"number",
                        "format":"int64"
                    },
                    "shipmentGid":{
                        "description":"The GID for the shipment. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "shipment":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property shipmentGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/sellShipments"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "sShipUnitGid":{
                        "description":"The GID for the shipment ship unit.",
                        "type":"string"
                    },
                    "sShipUnitLineNo":{
                        "description":"The shipment ship unit line number.",
                        "type":"number",
                        "format":"int64"
                    },
                    "trackingNumber":{
                        "description":"Tracking number",
                        "type":"string"
                    },
                    "lineitemSeqNo":{
                        "description":"Line item sequence number.",
                        "type":"number",
                        "format":"int64"
                    },
                    "shipGroupGid":{
                        "description":"This column is to generate invoice based on shipment group. Here the shipment group can have only one  invoice associated to it. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "shipGroup":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property shipGroupGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/shipmentGroups"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "invoices.supplyProvinceVatRegs":{
                "properties":{
                    "countryCode3Gid":{
                        "description":"Country for the provincial registration.",
                        "type":"string"
                    },
                    "provinceCode":{
                        "description":"Province of registration.",
                        "type":"string"
                    },
                    "vatProvincialRegGid":{
                        "description":"The registration ID.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "invoices.notes":{
                "properties":{
                    "invoiceNoteSeqNo":{
                        "description":"The Invoice Note Sequence number specifies the order of notes on the invoice or bill.",
                        "type":"number",
                        "format":"int64"
                    },
                    "timestamp":{
                        "description":"The day, month, and year of the note on the invoice.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "summary":{
                        "description":"Summary.",
                        "type":"string"
                    },
                    "note":{
                        "description":"The note(s) about the invoice.",
                        "type":"string"
                    },
                    "isSystemGenerated":{
                        "description":"Indicates whether this is system generated or not.",
                        "type":"boolean"
                    },
                    "enteredBy":{
                        "description":"The name and domain of the person who entered notes about the invoice.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "invoices.summaries":{
                "properties":{
                    "invoiceSummarySeqNo":{
                        "description":"Sequence number for the invoice summary.",
                        "type":"number",
                        "format":"int32"
                    },
                    "freightCharge":{
                        "description":"The total freight charge for the invoice.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "prepaidAmount":{
                        "description":"The dollar amount already paid on the invoice.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "commercialUnitPrice":{
                        "description":"Commercial unit price.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "unitCount":{
                        "description":"The number of units on the invoice.",
                        "type":"number",
                        "format":"int64"
                    },
                    "transportHandlingUnitGid":{
                        "description":"The GID for the transport handling unit.",
                        "type":"string"
                    },
                    "weight":{
                        "description":"The total weight of all items shipped on this invoice.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "volume":{
                        "description":"The total volume of items shipped for this invoice.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "weightQualifier":{
                        "description":"Weight qualifier.",
                        "type":"string"
                    },
                    "invoiceTotal":{
                        "description":"The count of the invoice's line items.",
                        "type":"number",
                        "format":"int32"
                    },
                    "exchangeRateDate":{
                        "description":"Indicates the date to be used for any currency conversions; if null, the latest conversion should be used.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "exchangeRateGid":{
                        "description":"Indicates the set of exchange rates to use for currency conversions; if null, the default set should be used.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "invoiceServiceCodeGid":{
                        "description":"The type of service that was performed. Foreign key to INVOICE_SERVICE_CODE. Summary level charges on invoice for service level. This is generally for air and ground.",
                        "type":"string"
                    },
                    "remarks":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/invoices.summaries.remarks"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "invoices.summaries.remarks":{
                "properties":{
                    "remarkSeqNo":{
                        "description":"A sequence number for a remark on an invoice.",
                        "type":"number",
                        "format":"int64",
                        "readOnly":true
                    },
                    "remarkQualIdentifier":{
                        "description":"The qualifier for the remark.",
                        "type":"string"
                    },
                    "remarkText":{
                        "description":"The text of the remarks on the invoice.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "invoices.refnums":{
                "properties":{
                    "invoiceRefnumQualGid":{
                        "description":"The GID for the reference number (PONUMBER, VATNUMBER, CUSTPONUMBER).",
                        "type":"string"
                    },
                    "invoiceRefnumValue":{
                        "description":"Value of entered for the Reference Number Qualifier.",
                        "type":"string"
                    },
                    "issueDate":{
                        "description":"The date the invoice was issued.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "invoices.summaryDetails":{
                "properties":{
                    "lineitemSeqNo":{
                        "description":"The sequence number for the line item on the invoice. This attribute is marked as Create-Only.",
                        "type":"number",
                        "format":"int32"
                    },
                    "billedAsQualifier":{
                        "description":"Billed as qualifier.",
                        "type":"string"
                    },
                    "billedAsQuantity":{
                        "description":"Billed as quantity.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "freightRateQualifier":{
                        "description":"The freight rate qualifier.",
                        "type":"string"
                    },
                    "freightRateQuantity":{
                        "description":"Freight rate quantity.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "unitCount":{
                        "description":"Unit count.",
                        "type":"number",
                        "format":"int64"
                    },
                    "packagingUnitGid":{
                        "description":"N/A",
                        "type":"string"
                    },
                    "weight":{
                        "description":"The total weight of all items shipped on the invoice.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "volume":{
                        "description":"The total volume of the items shipped on the invoice.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "weightQualifier":{
                        "description":"Weight qualifier.",
                        "type":"string"
                    },
                    "freightCharge":{
                        "description":"The total freight charge for shipping all items on the invoice.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "prepaidAmount":{
                        "description":"The dollar amount already paid on the invoice.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "paymentMethodCodeGid":{
                        "description":"The GID for the payment method code.",
                        "type":"string"
                    },
                    "accessorialCodeGid":{
                        "description":"The GID for the accessorial code on the invoice.",
                        "type":"string"
                    },
                    "accessorialDescription":{
                        "description":"The text describing the accessorial on the invoice.",
                        "type":"string"
                    },
                    "declaredValueQualGid":{
                        "description":"The declared value qualifier GID.",
                        "type":"string"
                    },
                    "declaredValue":{
                        "description":"The declared value of all items on the invoice.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "exchangeRateDate":{
                        "description":"Indicates the date to be used for any currency conversions; if null, the latest conversion should be used.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "exchangeRateGid":{
                        "description":"Indicates the set of exchange rates to use for currency conversions; if null, the default set should be used",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "invoices.statuses":{
                "properties":{
                    "statusTypeGid":{
                        "description":"The GID for the status type on the invoice.",
                        "type":"string"
                    },
                    "statusValueGid":{
                        "description":"The GID for the status value on the invoice.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "invoices.documents":{
                "properties":{
                    "documentGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentDefGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentUrl":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentMimeType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentFilename":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "ownerDataQueryTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "reportGid":{
                        "description":"The report associated with the document attachment, if content was generated by the report subsystem.",
                        "type":"string"
                    },
                    "generatedAt":{
                        "description":"If preparation, date/time content was last generated",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "uploadedAt":{
                        "description":"If attachment, date/time content was last updated",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "documentTrackingNum":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentCmsId":{
                        "description":"A GUID to associate the document with content stored on its remote CMS. Valid when document_type=CMS.",
                        "type":"string"
                    },
                    "contentManagementSystemGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "usedAs":{
                        "description":"Represents the classification of a document.(C/I/L/T)",
                        "type":"string"
                    },
                    "relatedDocumentGid":{
                        "description":"Represents the related document for consolidated/linked documents. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "relatedDocument":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property relatedDocumentGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/documents"
                            }
                        ],
                        "readOnly":true
                    },
                    "effectiveDate":{
                        "description":"represents effective date for a document",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "expirationDate":{
                        "description":"Represents expiration date for a document.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "userDefined1IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined2IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined3IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined4IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined5IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "autoApproveAdjustedCostsRequest":{
                "allOf":[
                    {
                        "$ref":"#/components/schemas/actionRequest"
                    },
                    {
                        "type":"object",
                        "properties":{
                            "note":{
                                "description":"Notes about the invoice.",
                                "type":"string"
                            }
                        }
                    }
                ]
            },
            "autoApproveAdjustedCostsResponse":{
                "allOf":[
                    {
                        "$ref":"#/components/schemas/actionResponse"
                    }
                ]
            },
            "routeCodeCombinations":{
                "properties":{
                    "routeCodeCombinationGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "details":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/routeCodeCombinations.details"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "routeCodeCombinations.details":{
                "properties":{
                    "sequence":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "routeCodeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "railJunctionCodeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "distanceLookups":{
                "properties":{
                    "xLaneGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "rateDistanceGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "distanceValue":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "sEquipments":{
                "properties":{
                    "sEquipmentGid":{
                        "description":"The GID for the Equipment associated to a Shipment",
                        "type":"string"
                    },
                    "sEquipmentXid":{
                        "description":"The XID for the equipment associated to a shipment.",
                        "type":"string"
                    },
                    "equipmentInitial":{
                        "description":"The initial is a mark that is registered with national or international authorities that is associated with a specific owner.",
                        "type":"string"
                    },
                    "equipmentNumber":{
                        "description":"Number identifying the equipment used.",
                        "type":"string"
                    },
                    "equipmentInitialNumber":{
                        "description":"A concatenation of the equipment initial and equipment number.",
                        "type":"string"
                    },
                    "equipmentTypeGid":{
                        "description":"An equipment type is a category of equipment. The system uses equipment types when it determines equipment capacity.  <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "equipmentType":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property equipmentTypeGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/equipmentTypes"
                            }
                        ],
                        "readOnly":true
                    },
                    "equipmentGroupGid":{
                        "description":"An equipment group identifies the kind of equipment such as dry vans, flatbed trucks, container cars, hoppers, tankers, box cars, etc.. Equipment groups are primarily used by rate offering applied to the cost of moving goods on a class of equipment defined by the equipment group ID.  <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "equipmentGroup":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property equipmentGroupGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/equipmentGroups"
                            }
                        ],
                        "readOnly":true
                    },
                    "equipmentGid":{
                        "description":"The GID for the actual equipment asset record.",
                        "type":"string"
                    },
                    "weightQualifier":{
                        "description":"Indicates what the scale weight and tare weight fields represent: estimate, net or gross weight.",
                        "type":"string"
                    },
                    "scaleWeight":{
                        "description":"Weight recorded by scale when the equipment is loaded.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "tareWeight":{
                        "description":"Weight of equipment when empty.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "scaleLocation":{
                        "description":"Scale location information.",
                        "type":"string"
                    },
                    "scaleName":{
                        "description":"Scale name information.",
                        "type":"string"
                    },
                    "scaleTicket":{
                        "description":"The sequence ID printed on the scale ticket when weight is recorded.",
                        "type":"string"
                    },
                    "intermodalEquipLength":{
                        "description":"A specially formatted field that is required by the railroads, representing the length of the equipment. It is in the format FtFtInIn, so 4803 would represent 48 feet, 3 inches.",
                        "type":"number",
                        "format":"int32"
                    },
                    "substituteEquipmentGroupGid":{
                        "description":"The equipment group substituted by carrier for this equipment. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "substituteEquipmentGroup":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property substituteEquipmentGroupGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/equipmentGroups"
                            }
                        ],
                        "readOnly":true
                    },
                    "loadConfigVolume":{
                        "description":"The actual volume taken by loading the units. Normally, it is larger than the total volume computed using the unit volume of the unit.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "orEquipmentSeq":{
                        "description":"N/A",
                        "type":"number",
                        "format":"int32"
                    },
                    "loadingLength":{
                        "description":"The equipment loading length (view only). Created by the system and shows the occupied load length of the equipment. If you have a 48 foot unit and 35 feet is used then the loading length is 35.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "typeAssignmentCode":{
                        "description":"The type assignment code (view only) indicates if the equipment is fixed from the order (equipment type was specified on order) or resource capacity, meaning it came from the resource assignment during the build shipment process. ",
                        "type":"string"
                    },
                    "assignmentCode":{
                        "description":"The assignment code (view only) indicates how the equipment was assigned.",
                        "type":"string"
                    },
                    "pickSkuGid":{
                        "description":"With PICK_SKU_QUANTITY_TYPE_GID, this identifies the pickup inventory bucket adjusted during equipment type assignment.",
                        "type":"string"
                    },
                    "pickSkuQuantityTypeGid":{
                        "description":"With the PICK_SKU_QUANTITY_GID, this indicates the pickup inventory bucket adjusted during equipment type assignment.",
                        "type":"string"
                    },
                    "dropSkuGid":{
                        "description":"With the DROP_SKU_QUANTITY_TYPE_GID, this identifies the drop-off inventory bucket adjusted during equipment type assignment.",
                        "type":"string"
                    },
                    "dropSkuQuantityTypeGid":{
                        "description":"With the  DROP_SKU_QUANTITY_GID this indicates the drop-off inventory bucket adjusted during equipment type assignment.",
                        "type":"string"
                    },
                    "isFreight":{
                        "description":"Indicates if the equipment is carrying freight.",
                        "type":"boolean"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "checkDigit":{
                        "description":"The Check Digit field is used to validate that the Equipment Initial/Number field is entered correctly. You can leave this field blank if you do not want to validate Equipment Initial/Number. The ISO 6346 for ocean containers is used to verify the check digit value ",
                        "type":"number",
                        "format":"int32"
                    },
                    "licensePlate":{
                        "description":"Informational field for identification.",
                        "type":"string"
                    },
                    "equipmentTypeCode":{
                        "description":"The Equipment Type Code field is used to designate a specific type of equipment and attributes. For information only.",
                        "type":"string"
                    },
                    "mechanicalDesignation":{
                        "description":"The Mechanical Designation field is an alphabetic code assigned to the physical description of the unit. For information only.",
                        "type":"string"
                    },
                    "equipmentOwnerType":{
                        "description":"The asset owner of the equipment.",
                        "type":"string"
                    },
                    "equipMaxGrossWt":{
                        "description":"The maximum allowed gross weight for the equipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "floorHeight":{
                        "description":"The actual height of the platform or floor above the ground or the rail.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "emptyCgHeight":{
                        "description":"When empty, indicates the height from top of rail to the center of gravity.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "dryCapacity":{
                        "description":"The maximum interior capacity of the equipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "liquidCapacity":{
                        "description":"The number of gallons the equipment will hold.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "freightCgHeight":{
                        "description":"The freight center of gravity (view only) shows the calculated center of gravity values for the freight length, width and height. ",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "grossCgHeight":{
                        "description":"When full, indicates the height from the top of rail to the center of gravity.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "calculatedGrossWt":{
                        "description":"The actual sum of the cargo plus the actual tare weight. A calculated version of a scale weight. ",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "actualLoadLimit":{
                        "description":"The maximum permissible weight of the commodity that can be loaded into the equipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "actualLength":{
                        "description":"The inside length of the actual equipment from end to end inside walls, linings, and permanent bulkheads.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "actualWidth":{
                        "description":"The inside width of the actual equipment from side walls and linings.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "actualHeight":{
                        "description":"The inside height of the actual equipment from the floor to the lowest point of the interior ceiling.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "emptyCgLength":{
                        "description":"When empty, the lengthwise position of the center of gravity from the equipment bottom leftmost corner.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "emptyCgWidth":{
                        "description":"When empty, the widthwise position of the center of gravity from the equipment bottom leftmost corner.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "freightCgLength":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "freightCgWidth":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "grossCgLength":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "grossCgWidth":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "truckCenterLength":{
                        "description":"The length between the centers of the two truck/bogie systems. Applicable only to rail cars.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "truckCount":{
                        "description":"The total number of trucks/bogies on the equipment. Applicable only to rail cars.",
                        "type":"number",
                        "format":"int32"
                    },
                    "totalAxleCount":{
                        "description":"The total number of axles on the equipment. Applicable only to rail cars.",
                        "type":"number",
                        "format":"int32"
                    },
                    "maxAxleWeight":{
                        "description":"Maximum allowed axle weight. Applicable only to rail cars.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "truckAWeight":{
                        "description":"Calculated weight on the truck/bogie A. A represents the bogie nearest to the origin of the equipment group.Applicable only to rail cars.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "truckAAxleWeight":{
                        "description":"Calculated axle weight on the truck/bogie A. A represents the bogie nearest to the origin of the equipment group.Applicable only to rail cars.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "truckBWeight":{
                        "description":"Calculated weight on the truck/bogie B. B represents the bogie at the end of the equipment group.Applicable only to rail cars.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "truckBAxleWeight":{
                        "description":"Calculated axle weight on the truck/bogie B. B represents the bogie at the end of the equipment group.Applicable only to rail cars.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "axleWeightImbalance":{
                        "description":"Denotes the ratio between the calculated axles weights.Applicable only to rail cars.",
                        "type":"number",
                        "format":"double"
                    },
                    "isPackingFixed":{
                        "description":"Indicates whether ship units can be added and removed.",
                        "type":"boolean"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "seals":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/sEquipments.seals"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "attributes":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/sEquipments.attributes"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "statuses":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/sEquipments.statuses"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "sEquipments.seals":{
                "properties":{
                    "sealSequence":{
                        "description":"Refers to the compartment being sealed.",
                        "type":"number",
                        "format":"int32"
                    },
                    "sealNumber":{
                        "description":"The identification of the seal.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "sEquipments.attributes":{
                "properties":{
                    "equipmentAttributeQualGid":{
                        "description":"GC3 Global identifier for the entity. Is created by concatenating Domain Name,\".\" and XID.",
                        "type":"string"
                    },
                    "equipmentAttributeValue":{
                        "description":"Value associated with this S_EQUIPMENT for the given Equipment Attribute Qualifier.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "sEquipments.statuses":{
                "properties":{
                    "statusTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "statusValueGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeLicenses":{
                "properties":{
                    "licenseGid":{
                        "description":"The GID for the GTM license.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "licenseXid":{
                        "description":"The XID for the GTM license.",
                        "type":"string"
                    },
                    "licenseNumber":{
                        "description":"The license number issued by the licensing authority.",
                        "type":"string"
                    },
                    "licenseCategoryGid":{
                        "description":"The GID for the GTM license category.",
                        "type":"string"
                    },
                    "licenseTypeGid":{
                        "description":"The GID for the GTM license type.",
                        "type":"string"
                    },
                    "licenseCode":{
                        "description":"The license code assigned to the license.",
                        "type":"string"
                    },
                    "gtmRegimeGid":{
                        "description":"The GID for the regime.",
                        "type":"string"
                    },
                    "gtmJurisdictionGid":{
                        "description":"The GID for the jurisdiction.",
                        "type":"string"
                    },
                    "isTemplate":{
                        "description":"Checkbox indicating whether or not this license record will be used as a license template or not.",
                        "type":"boolean"
                    },
                    "indicator":{
                        "description":"Marks the condition or state of the GTM license using colors.",
                        "type":"string"
                    },
                    "userDefined1IconGid":{
                        "description":"Marks the condition or state of the GTM license using images. It is a foreign key reference to ICON table. ",
                        "type":"string"
                    },
                    "userDefined2IconGid":{
                        "description":"Marks the condition or state of the GTM license using images. It is a foreign key reference to ICON table. ",
                        "type":"string"
                    },
                    "userDefined3IconGid":{
                        "description":"Marks the condition or state of the GTM license using images. It is a foreign key reference to ICON table. ",
                        "type":"string"
                    },
                    "userDefined4IconGid":{
                        "description":"Marks the condition or state of the GTM license using images. It is a foreign key reference to ICON table. ",
                        "type":"string"
                    },
                    "userDefined5IconGid":{
                        "description":"Marks the condition or state of the GTM license using images. It is a foreign key reference to ICON table. ",
                        "type":"string"
                    },
                    "isActive":{
                        "description":"Checkbox indicating if the license record is active or not.",
                        "type":"boolean"
                    },
                    "effectiveDate":{
                        "description":"The date on which the license is effective.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "expirationDate":{
                        "description":"The date on which the license expires.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "requestedDate":{
                        "description":"The date on which the license was requested from the licensing authority.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "approvalDate":{
                        "description":"The date on which the license was approved by the licensing authority.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "renewalDate":{
                        "description":"The date on which the license was renewed with the licensing authority.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "endDate":{
                        "description":"The date on which the license ends.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "attribute1":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute2":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute3":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute4":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute5":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute6":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute7":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute8":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute9":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute10":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute11":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute12":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute13":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute14":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute15":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute16":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute17":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute18":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute19":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute20":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attributeNumber1":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber2":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber3":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber4":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber5":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber6":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber7":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber8":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber9":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber10":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate1":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate2":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate3":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate4":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate5":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate6":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate7":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate8":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate9":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate10":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "allowSupplementFromBal":{
                        "description":"Controls automatic additional license assignment. ",
                        "type":"boolean"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "lines":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeLicenses.lines"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "remarks":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeLicenses.remarks"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "typeCodes":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeLicenses.typeCodes"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "statuses":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeLicenses.statuses"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "tradeRelatedLicenses":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeLicenses.tradeRelatedLicenses"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "tradeRelatedRegistrations":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeLicenses.tradeRelatedRegistrations"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "ports":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeLicenses.ports"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "controlTypeCodes":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeLicenses.controlTypeCodes"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "texts":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeLicenses.texts"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "refnums":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeLicenses.refnums"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "regions":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeLicenses.regions"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "involvedParties":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeLicenses.involvedParties"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "licenseDates":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeLicenses.licenseDates"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeLicenses.lines":{
                "properties":{
                    "licenseLineGid":{
                        "description":"The GID for the GTM license line.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "licenseLineXid":{
                        "description":"The XID for the GTM license line.",
                        "type":"string"
                    },
                    "commodityGid":{
                        "description":"The GID for commodity associated with the GTM license line.",
                        "type":"string"
                    },
                    "userDefinedCommodityGid":{
                        "description":"The GID for user-defined commodity associated with the GTM license line.",
                        "type":"string"
                    },
                    "balanceQuantity":{
                        "description":"The Total Available Quantity which is calculated as Authorized Quantity - Used Quantity - Reserved Quantity.",
                        "type":"number",
                        "format":"double"
                    },
                    "lineType":{
                        "description":"Indicates if the license line is an export or an import. ",
                        "type":"string"
                    },
                    "productClassification":{
                        "description":"Specifies the product classification code or formula used to match a license line to a transaction line or declaration line. ",
                        "type":"string"
                    },
                    "licenseItemName":{
                        "description":"Description of the license line.",
                        "type":"string"
                    },
                    "quantity":{
                        "description":"The quantity that is authorized by the licensing authority.",
                        "type":"number",
                        "format":"double"
                    },
                    "balanceQuantityUomCode":{
                        "description":"The unit of measure of the available quantity on the license line. ",
                        "type":"string"
                    },
                    "gtmValueQualifierGid":{
                        "description":"The GID for the GTM license line value qualifier.",
                        "type":"string"
                    },
                    "gtmQuantityTypeGid":{
                        "description":"The GID for the GTM license line quantity qualifier.",
                        "type":"string"
                    },
                    "quantityUomCode":{
                        "description":"The unit of measure of the authorized quantity on the license line. ",
                        "type":"string"
                    },
                    "currencyValue":{
                        "description":"The value that is authorized by the licensing authority.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "balCurrencyValue":{
                        "description":"The Total Available Value which is calculated as Authorized Value - Used Value - Reserved Value.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "indicator":{
                        "description":"Marks the condition or state of the GTM license line using colors.",
                        "type":"string"
                    },
                    "userDefined1IconGid":{
                        "description":"Marks the condition or state of the GTM license line using images. It is a foreign key reference to ICON table. ",
                        "type":"string"
                    },
                    "userDefined2IconGid":{
                        "description":"Marks the condition or state of the GTM license line using images. It is a foreign key reference to ICON table. ",
                        "type":"string"
                    },
                    "userDefined3IconGid":{
                        "description":"Marks the condition or state of the GTM license line using images. It is a foreign key reference to ICON table. ",
                        "type":"string"
                    },
                    "userDefined4IconGid":{
                        "description":"Marks the condition or state of the GTM license line using images. It is a foreign key reference to ICON table. ",
                        "type":"string"
                    },
                    "userDefined5IconGid":{
                        "description":"Marks the condition or state of the GTM license line using images. It is a foreign key reference to ICON table. ",
                        "type":"string"
                    },
                    "usedQuantity":{
                        "description":"The quantity that is used with respect to the authorized quantity on the license line.",
                        "type":"number",
                        "format":"double"
                    },
                    "usedQuantityUomCode":{
                        "description":"The unit of measure of the used quantity on the license line. ",
                        "type":"string"
                    },
                    "reservedQuantity":{
                        "description":"The quantity that is reserved on the license line.",
                        "type":"number",
                        "format":"double"
                    },
                    "reservedQuantityUomCode":{
                        "description":"The unit of measure of the reserved quantity on the license line. ",
                        "type":"string"
                    },
                    "usedValue":{
                        "description":"The value that is used with respect to the authorized value on the license line.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "reservedValue":{
                        "description":"The value that is reserved on the license line.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "attribute1":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute2":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute3":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute4":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute5":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute6":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute7":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute8":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute9":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute10":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute11":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute12":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute13":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute14":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute15":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute16":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute17":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute18":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute19":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute20":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attributeNumber1":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber2":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber3":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber4":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber5":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber6":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber7":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber8":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber9":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber10":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate1":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate2":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate3":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate4":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate5":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate6":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate7":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate8":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate9":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate10":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "gtmProductGroupGid":{
                        "description":"Specifies the product classification group used to match a license line to a transaction line or declaration line",
                        "type":"string"
                    },
                    "items":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeLicenses.lines.items"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "values":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeLicenses.lines.values"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "refnums":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeLicenses.lines.refnums"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "remarks":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeLicenses.lines.remarks"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeLicenses.lines.items":{
                "properties":{
                    "itemGid":{
                        "description":"The GID for the item associated with the GTM license line. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "item":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property itemGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeLicenses.lines.values":{
                "properties":{
                    "gtmValueQualifierGid":{
                        "description":"The GID for the value qualifier on the license line.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "isBalanceCalc":{
                        "description":"Indicates if the balance has been calculated. Values are Y/N.",
                        "type":"boolean"
                    },
                    "currencyValue":{
                        "description":"The currency value of the license line.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeLicenses.lines.refnums":{
                "properties":{
                    "refnumValue":{
                        "description":"The value of the reference number.",
                        "type":"string"
                    },
                    "gtmLicLineRefnumQualGid":{
                        "description":"The GID for the GTM license line reference number qualifier.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeLicenses.lines.remarks":{
                "properties":{
                    "remarkSequence":{
                        "description":"The sequence number for the GTM license line remark. ",
                        "type":"number",
                        "format":"int64"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "remarkQualGid":{
                        "description":"The GID for the GTM license line remark.",
                        "type":"string"
                    },
                    "remarkText":{
                        "description":"The remark text for the GTM license line. ",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeLicenses.remarks":{
                "properties":{
                    "remarkSequence":{
                        "description":"The sequence number for the GTM license remark. ",
                        "type":"number",
                        "format":"int64"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "remarkQualGid":{
                        "description":"The GID for the GTM license remark qualifier.",
                        "type":"string"
                    },
                    "remarkText":{
                        "description":"The remark text for the GTM license. ",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeLicenses.typeCodes":{
                "properties":{
                    "gtmTypeGid":{
                        "description":"The GID for the GTM type or user-defined type. ",
                        "type":"string"
                    },
                    "gtmCode":{
                        "description":"The corresponding code for the GTM type.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeLicenses.statuses":{
                "properties":{
                    "statusTypeGid":{
                        "description":"The GID for the license status type.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "statusValueGid":{
                        "description":"The GID for the license status value.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeLicenses.tradeRelatedLicenses":{
                "properties":{
                    "relatedLicenseGid":{
                        "description":"The GID for related license associated with the GTM license. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "relatedLicense":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property relatedLicenseGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeLicenses"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeLicenses.tradeRelatedRegistrations":{
                "properties":{
                    "gtmRegistrationGid":{
                        "description":"The GID for related registration associated with the GTM license.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeLicenses.ports":{
                "properties":{
                    "gtmPortQualifierGid":{
                        "description":"The GID for the GTM port qualifier.",
                        "type":"string"
                    },
                    "locationGid":{
                        "description":"The GID for the location. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "location":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property locationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeLicenses.controlTypeCodes":{
                "properties":{
                    "gtmControlTypeGid":{
                        "description":"The GID for the control type associated with the GTM license.",
                        "type":"string"
                    },
                    "controlCode":{
                        "description":"The control code associated with the GTM license.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeLicenses.texts":{
                "properties":{
                    "textTemplateGid":{
                        "description":"The GID for the text template associated with the GTM license.",
                        "type":"string"
                    },
                    "documentDefGid":{
                        "description":"The GID for the document type associated with the GTM license text template.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "textOverride":{
                        "description":"Transactional override for the template on the specific document",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeLicenses.refnums":{
                "properties":{
                    "refnumValue":{
                        "description":"The value of the reference number.",
                        "type":"string"
                    },
                    "gtmLicenseRefnumQualGid":{
                        "description":"The GID for the GTM license reference number qualifier.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeLicenses.regions":{
                "properties":{
                    "licenseRegionSequence":{
                        "description":"The sequence number for the GTM license region. ",
                        "type":"number",
                        "format":"int64"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "regionQualGid":{
                        "description":"The GID for the GTM license region qualifier.",
                        "type":"string"
                    },
                    "regionGid":{
                        "description":"The GID for the GTM license region.",
                        "type":"string"
                    },
                    "countryCode3Gid":{
                        "description":"The GID for the country code.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeLicenses.involvedParties":{
                "properties":{
                    "involvedPartyQualGid":{
                        "description":"The GID for the involved party qualifier.",
                        "type":"string"
                    },
                    "involvedPartyContactGid":{
                        "description":"The GID for the involved party contact or party. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "involvedPartyContact":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property involvedPartyContactGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "comMethodGid":{
                        "description":"The GID for the communication method of the involved party.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeLicenses.licenseDates":{
                "properties":{
                    "dateQualifierGid":{
                        "description":"The GID for the date qualifier.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "licenseDate":{
                        "description":"The license date.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "railRouteCodeProfiles":{
                "properties":{
                    "routeCodeProfileGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "routeCodeProfileXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "routeCodeProfileName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isCompatible":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "details":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/railRouteCodeProfiles.details"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "railRouteCodeProfiles.details":{
                "properties":{
                    "routeCodeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "invoiceSplitRules":{
                "properties":{
                    "invoiceSplitRuleGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "invoiceSplitRuleXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "invoiceSplitRuleName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "invoiceSplitRuleDesc":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "invoiceSplitRuleType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "invoiceSplitRuleCriteria":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isActive":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "dtConfigGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "effectiveDate":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "expirationDate":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "prioritySequence":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "billToPartyAssignmentGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "matchRuleConstraintSetGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "lineCConstraintSetGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "invoiceLineOrigin":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "lineAggrConstraintSetGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "images":{
                "properties":{
                    "iconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "iconXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "path":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isSpringboard":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "spriteImg":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "spritePosition":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "qualityFactorProfiles":{
                "properties":{
                    "qualityFactorProfileGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "qualityFactorProfileXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "qualityFactorProfileName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "rateZoneProfiles":{
                "properties":{
                    "rateZoneProfileGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "rateZoneProfileXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "pRuleSetGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "details":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/rateZoneProfiles.details"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "rateZoneProfiles.details":{
                "properties":{
                    "xLaneGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "railIntermodalPlans":{
                "properties":{
                    "railInterModalPlanGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "railInterModalPlanXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "unitOwner":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "serviceProvided":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "chargeDetermination":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "consolidationTypes":{
                "properties":{
                    "consolidationTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "consolidationTypeXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "consolidationTypeDesc":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "driverTypes":{
                "properties":{
                    "driverTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "driverTypeXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "rateOfferingGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "prefConstraintConfigGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "dedAcctLocnProfileGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "rateDistanceGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "remarks":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/driverTypes.remarks"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "specialServices":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/driverTypes.specialServices"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "calendars":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/driverTypes.calendars"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "driverTypes.remarks":{
                "properties":{
                    "remarkSequence":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "remarkQualGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "remarkText":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "driverTypes.specialServices":{
                "properties":{
                    "specialServiceGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "effectiveDate":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "expirationDate":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "payableIndicatorGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "driverTypes.calendars":{
                "properties":{
                    "homeLocationGid":{
                        "description":"No description. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "homeLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property homeLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "activityCalendarGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "effectiveDate":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "expiryDate":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isShiftBased":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "transactionReferenceNumberQualifiers":{
                "properties":{
                    "gtmTransRefnumQualGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmTransRefnumQualXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateFlag":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "defaultRefnumBnTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "capacityLimitGroups":{
                "properties":{
                    "capacityLimitGroupGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "capacityLimitGroupXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "consolReferenceNumberQualifiers":{
                "properties":{
                    "consolRefnumQualGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "consolRefnumQualXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "consolRefnumQualDesc":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateFlag":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "modeProfiles":{
                "properties":{
                    "modeProfileGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "modeProfileXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "modeProfileName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isCompatible":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "details":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/modeProfiles.details"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "modeProfiles.details":{
                "properties":{
                    "transportModeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "gtmPhysicalInventorys":{
                "properties":{
                    "gtmPhysicalInventoryGid":{
                        "description":"Unique GID for the physical inventory.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmPhysicalInventoryXid":{
                        "description":"Unique XID for the physical inventory.",
                        "type":"string"
                    },
                    "inventoryOrgGid":{
                        "description":"Inventory Organization GID. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "inventoryOrg":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property inventoryOrgGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "itemGid":{
                        "description":"Inventory Item GID. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "item":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property itemGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid"
                            }
                        ],
                        "readOnly":true
                    },
                    "quantity":{
                        "description":"Quantity in hand.",
                        "type":"number",
                        "format":"double"
                    },
                    "quantityUomCode":{
                        "description":"Unit of measure.",
                        "type":"string"
                    },
                    "attribute1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attributeNumber1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "values":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/gtmPhysicalInventorys.values"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "gtmPhysicalInventorys.values":{
                "properties":{
                    "valueQualifierGid":{
                        "description":"Qualifier of the Value.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "value":{
                        "description":"The currency value  of the value attribute.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "nmfcClasses":{
                "properties":{
                    "nmfcClassGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "nmfcClassXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "nmfcClassName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "nmfcClassCode":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "compartmentTypeProfiles":{
                "properties":{
                    "compartmentTypeProfGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "compartmentTypeProfXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "compartmentTypeProfName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isCompatible":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "details":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/compartmentTypeProfiles.details"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "compartmentTypeProfiles.details":{
                "properties":{
                    "compartmentTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "productClassificationPenaltyExemptMaps":{
                "properties":{
                    "gtmProdClassCodeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "penaltyClassCode":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "exemptionClassCode1":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "exemptionClassCode2":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "exemptionClassCode3":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "exemptionClassCode4":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "exemptionClassCode5":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "exemptionClassCode6":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "exemptionClassCode7":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "exemptionClassCode8":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "exemptionClassCode9":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "exemptionClassCode10":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "bnTypes":{
                "properties":{
                    "bnTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "bnTypeXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "bnContextGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "tableName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "columnName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "drivers":{
                "properties":{
                    "driverGid":{
                        "description":"The driver GID.",
                        "type":"string"
                    },
                    "driverXid":{
                        "description":"The XID for the driver.",
                        "type":"string"
                    },
                    "defHomeLocGid":{
                        "description":"Driver's Home Location ID. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "defHomeLoc":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property defHomeLocGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "firstName":{
                        "description":"The driver's first name.",
                        "type":"string"
                    },
                    "lastName":{
                        "description":"The driver's last name.",
                        "type":"string"
                    },
                    "dateOfBirth":{
                        "description":"The driver's date of birth.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "workRegionGid":{
                        "description":"The driver's primary work region.",
                        "type":"string"
                    },
                    "dedAcctLocnProfileGid":{
                        "description":"The location profile of the driver's dedicated account.",
                        "type":"string"
                    },
                    "contactGid":{
                        "description":"The contact user linked to the driver. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "contact":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property contactGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "rateOfferingGid":{
                        "description":"The rate offering linked to the driver.",
                        "type":"string"
                    },
                    "prefConstraintConfigGid":{
                        "description":"Holds all the Preferences and Constraints for this Driver as a Logic Configuration group.",
                        "type":"string"
                    },
                    "resourceType":{
                        "description":"This enumerate indicates the employment type of the driver. Values include - E - Employed I - Independent Contractor T - Third Party.",
                        "type":"string"
                    },
                    "useHosHistory":{
                        "description":"This flag indicates if each shipment for this driver should start with fresh HOS regardless of previous history/shipments.",
                        "type":"boolean"
                    },
                    "adjHireDate":{
                        "description":"Adjusted hire date.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "corporationProfileGid":{
                        "description":"The corporations for which this driver works.",
                        "type":"string"
                    },
                    "driverTypeGid":{
                        "description":"This driver's driver type.",
                        "type":"string"
                    },
                    "isActive":{
                        "description":"Indicate if the driver is active.",
                        "type":"boolean"
                    },
                    "sightingLocationGid":{
                        "description":"Location of sighting. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string",
                        "readOnly":true
                    },
                    "sightingLocation":{
                        "description":"The location of sighting.This property is a reference resource (a resource that is referred via a foreign key) of the property sightingLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ]
                    },
                    "sightingDate":{
                        "description":"Date of sighting.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ],
                        "readOnly":true
                    },
                    "prevSightingLocationGid":{
                        "description":"Previous location of sighting. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string",
                        "readOnly":true
                    },
                    "prevSightingLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property prevSightingLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "prevSightingDate":{
                        "description":"Previous date of sighting.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ],
                        "readOnly":true
                    },
                    "userDefined1IconGid":{
                        "description":"The GID for the user defined image/icon. Up to five User-Defined Image fields can be configured to appear on the Search and Results page that let you query and review the images that are assigned to a business object. Images can be assigned to business objects to visually emphasize certain characteristics such as shipments containing hazardous material, orders for hot commodities, or shipments with over dimensional freight.",
                        "type":"string"
                    },
                    "userDefined2IconGid":{
                        "description":"The GID for the user defined image/icon. Up to five User-Defined Image fields can be configured to appear on the Search and Results page that let you query and review the images that are assigned to a business object. Images can be assigned to business objects to visually emphasize certain characteristics such as shipments containing hazardous material, orders for hot commodities, or shipments with over dimensional freight.",
                        "type":"string"
                    },
                    "userDefined3IconGid":{
                        "description":"The GID for the user defined image/icon. Up to five User-Defined Image fields can be configured to appear on the Search and Results page that let you query and review the images that are assigned to a business object. Images can be assigned to business objects to visually emphasize certain characteristics such as shipments containing hazardous material, orders for hot commodities, or shipments with over dimensional freight.",
                        "type":"string"
                    },
                    "userDefined4IconGid":{
                        "description":"The GID for the user defined image/icon. Up to five User-Defined Image fields can be configured to appear on the Search and Results page that let you query and review the images that are assigned to a business object. Images can be assigned to business objects to visually emphasize certain characteristics such as shipments containing hazardous material, orders for hot commodities, or shipments with over dimensional freight.",
                        "type":"string"
                    },
                    "userDefined5IconGid":{
                        "description":"The GID for the user defined image/icon. Up to five User-Defined Image fields can be configured to appear on the Search and Results page that let you query and review the images that are assigned to a business object. Images can be assigned to business objects to visually emphasize certain characteristics such as shipments containing hazardous material, orders for hot commodities, or shipments with over dimensional freight.",
                        "type":"string"
                    },
                    "driverAssignmentSeqNum":{
                        "description":"Reflects the latest Driver Assignment record for the driver.",
                        "type":"number",
                        "format":"int64",
                        "readOnly":true
                    },
                    "rateDistanceGid":{
                        "description":"The rate distance at the driver level.",
                        "type":"string"
                    },
                    "endDate":{
                        "description":"The End Date is the last day/date the driver is available. The shipments' start date and end dates must both fall within the drivers' effective and end date range for an assignment to be feasible, in which case, the driver is assigned to the shipment.<br>If the driver assignment itself pushes the end date of the shipment past the drivers' expiration date, it will be allowed.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "attribute1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attributeNumber1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "refnums":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/drivers.refnums"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "calendars":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/drivers.calendars"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "driverCdls":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/drivers.driverCdls"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "remarks":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/drivers.remarks"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "texts":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/drivers.texts"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "assignments":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/drivers.assignments"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "statuses":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/drivers.statuses"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "involvedParties":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/drivers.involvedParties"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "calendarEvents":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/drivers.calendarEvents"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "specialServices":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/drivers.specialServices"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "powerUnits":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/drivers.powerUnits"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "trackingEvents":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/drivers.trackingEvents"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "documents":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/drivers.documents"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "drivers.refnums":{
                "properties":{
                    "driverRefnumQualGid":{
                        "description":"The driver reference number qualifier GID.",
                        "type":"string"
                    },
                    "driverRefnumValue":{
                        "description":"The value for the driver reference number qualifier.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "drivers.calendars":{
                "properties":{
                    "homeLocationGid":{
                        "description":"The home location of the driver defined for this work profile. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "homeLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property homeLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "activityCalendarGid":{
                        "description":"The activity calendar of the driver defined for this work profile. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "effectiveDate":{
                        "description":"The effective date for this driver work profile.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "expiryDate":{
                        "description":"The expiry date for this driver work profile.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "isShiftBased":{
                        "description":"Allows you to select whether the work profile for the driver is Shift Based or not. If you set this to Yes, then the work profile is evaluated when you try and get the driver home. The driver will be sent home at the end of each shift, and they will start from their home location for their next assignment.",
                        "type":"string"
                    },
                    "activityCalendar":{
                        "description":"Activity Calendar.This property is a reference resource (a resource that is referred via a foreign key) of the property activityCalendarGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/calendars"
                            }
                        ]
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "drivers.driverCdls":{
                "properties":{
                    "cdlNum":{
                        "description":"The unique commercial driving license number.",
                        "type":"string"
                    },
                    "cdlClass":{
                        "description":"The commercial driving license class type.",
                        "type":"string"
                    },
                    "cdlIssueState":{
                        "description":"The state that issued the commercial driving license.",
                        "type":"string"
                    },
                    "cdlIssueCountryGid":{
                        "description":"The country which issued the commercial driving license.",
                        "type":"string"
                    },
                    "cdlExpDate":{
                        "description":"The expiration date of the commercial driving license.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "drivers.remarks":{
                "properties":{
                    "remarkSequence":{
                        "description":"The remark sequence number for remarks being added for the driver.",
                        "type":"number",
                        "format":"int64"
                    },
                    "remarkQualGid":{
                        "description":"The GID for the remark qualifier.",
                        "type":"string"
                    },
                    "remarkText":{
                        "description":"Remark text.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "drivers.texts":{
                "properties":{
                    "textTemplateGid":{
                        "description":"The GID for the text template related to driver. The selected template is used with the text override option to populate the remark text.",
                        "type":"string"
                    },
                    "documentDefGid":{
                        "description":"Document that should hold text.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "textOverride":{
                        "description":"Transactional override for the template on the specific document.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "drivers.assignments":{
                "properties":{
                    "driverAssignmentSeqNo":{
                        "description":"Driver assignment sequence number.",
                        "type":"number",
                        "format":"int64"
                    },
                    "shipmentGid":{
                        "description":"The GID of the shipments assigned to the driver. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "shipment":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property shipmentGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/sellShipments"
                            }
                        ],
                        "readOnly":true
                    },
                    "nextAvailableLocGid":{
                        "description":"The GID for the next available location (NAL) for the driver. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "nextAvailableLoc":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property nextAvailableLocGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "nextAvailableTime":{
                        "description":"The GID for the next available time (NAT) for the driver.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "prevDriverAssignmentSeqNum":{
                        "description":"Refers to the previous driver assignment record for the driver.",
                        "type":"number",
                        "format":"int64"
                    },
                    "description":{
                        "description":"Remarks or comments related to shipment(s) assigned to the driver.",
                        "type":"string"
                    },
                    "isSystemGenerated":{
                        "description":"Check box indicating whether the shipment assigned was system generated.",
                        "type":"boolean"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "drivers.statuses":{
                "properties":{
                    "statusTypeGid":{
                        "description":"Status type for the driver status.",
                        "type":"string"
                    },
                    "statusValueGid":{
                        "description":"Value of status type.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "drivers.involvedParties":{
                "properties":{
                    "involvedPartyQualGid":{
                        "description":"The GID for the involved party contact qualifier associated with the driver.",
                        "type":"string"
                    },
                    "involvedPartyContactGid":{
                        "description":"The GID for the involved party contact associated with the driver. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "involvedPartyContact":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property involvedPartyContactGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "comMethodGid":{
                        "description":"The GID for the communication method for the involved party contact associated with the driver.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "drivers.calendarEvents":{
                "properties":{
                    "driverCalEventGid":{
                        "description":"The driver calendar event GID.",
                        "type":"string"
                    },
                    "driverCalEventXid":{
                        "description":"The XID for the driver calendar event.",
                        "type":"string"
                    },
                    "eventStartTime":{
                        "description":"The Start time of the activity for this particular driver and event.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "eventEndTime":{
                        "description":"The end time of the activity for this particular driver and event.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "eventLocationGid":{
                        "description":"The location where this calendar event is scheduled. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "eventLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property eventLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "calEventTypeGid":{
                        "description":"The type of the calendar event.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "drivers.specialServices":{
                "properties":{
                    "specialServiceGid":{
                        "description":"The expiration date of this special service for this driver.",
                        "type":"string"
                    },
                    "effectiveDate":{
                        "description":"The effective date of this special service for this driver.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "expirationDate":{
                        "description":"The expiration date of this special service for this driver",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "payableIndicatorGid":{
                        "description":"Allows overriding the payable indicator for a special service for a particular driver.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "drivers.powerUnits":{
                "properties":{
                    "sequence":{
                        "description":"Primary key of the table.",
                        "type":"number",
                        "format":"int64"
                    },
                    "powerUnitGid":{
                        "description":"The power unit assigned to the driver. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "powerUnit":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property powerUnitGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/powerUnits"
                            }
                        ],
                        "readOnly":true
                    },
                    "effectiveDate":{
                        "description":"The effective date for this Driver and Power Unit union.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "expirationDate":{
                        "description":"The expiration date for this Driver and Power Unit union.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "calendarGid":{
                        "description":"The GID for the calendar that determines the day and times when the power unit can be used with the driver. For example, if you select a calendar for Monday through Friday, 8 a.m.-8 p.m., that power unit would be used with that driver Monday through Friday, 8 a.m.-8 p.m.. On a different driver you could then select a time of Monday through Friday, 8 p.m. -8 a.m., as well as on any time on Saturday and Sunday, and assign the same power unit to a different driver. Only calendars with an activity of Driver Work will be considered for overlap when other drivers share the same power unit. Validation checks against other calendars for duplicate assignments when you save. By establishing power unit availability to multiple drivers through the use of a calendar, you are defining \"slip seating\".",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "drivers.trackingEvents":{
                "properties":{
                    "iTransactionNo":{
                        "description":"The transaction identifier linked to the driver.",
                        "type":"number",
                        "format":"int64"
                    },
                    "partitionKey":{
                        "description":"The monthly range partition to manage purging status messages.",
                        "type":"number",
                        "format":"double"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "drivers.documents":{
                "properties":{
                    "documentGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentDefGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentUrl":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentMimeType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentFilename":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "ownerDataQueryTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "reportGid":{
                        "description":"The report associated with the document attachment, if content was generated by the report subsystem.",
                        "type":"string"
                    },
                    "generatedAt":{
                        "description":"If preparation, date/time content was last generated",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "uploadedAt":{
                        "description":"If attachment, date/time content was last updated",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "documentTrackingNum":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentCmsId":{
                        "description":"A GUID to associate the document with content stored on its remote CMS. Valid when document_type=CMS.",
                        "type":"string"
                    },
                    "contentManagementSystemGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "usedAs":{
                        "description":"Represents the classification of a document.(C/I/L/T)",
                        "type":"string"
                    },
                    "relatedDocumentGid":{
                        "description":"Represents the related document for consolidated/linked documents. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "relatedDocument":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property relatedDocumentGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/documents"
                            }
                        ],
                        "readOnly":true
                    },
                    "effectiveDate":{
                        "description":"represents effective date for a document",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "expirationDate":{
                        "description":"Represents expiration date for a document.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "userDefined1IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined2IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined3IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined4IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined5IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "licenseTypes":{
                "properties":{
                    "licenseTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "licenseTypeXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "licenseCategoryGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "licenseTypeName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "licenseTypeDescription":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "toleranceValueAbove":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "toleranceValueBelow":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "toleranceQuantityAbove":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "toleranceQuantityBelow":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "limitingFactor":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "otherLatitudeLongitudes":{
                "properties":{
                    "countryCode3Gid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "provinceCode":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "city":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "lat":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "lon":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "accuracy":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "userDefinedCodeValues":{
                "properties":{
                    "gtmTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmCode":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmRegulationReferenceGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "code":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "registrationReferenceNumberQualifiers":{
                "properties":{
                    "gtmRegRefnumQualGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmRegRefnumQualXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateFlag":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "defaultRefnumBnTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "bondReferenceNumberQualifiers":{
                "properties":{
                    "gtmBondRefnumQualGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmBondRefnumQualXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "defaultRefnumBnTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateFlag":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "regions":{
                "properties":{
                    "regionGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "regionXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "regionName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "loaded":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "representativeLocationGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "details":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/regions.details"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "regions.details":{
                "properties":{
                    "sequenceNum":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "locationGid":{
                        "description":"No description. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "location":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property locationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "city":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "provinceCode":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "postalCode":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "countryCode3Gid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "zone4":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "zone1":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "zone2":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "zone3":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "lowRangeHnameComponent":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "lowRangeValue":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "highRangeHnameComponent":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "highRangeValue":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "geoHierarchyGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "splcGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "railStationCodeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "rateServices":{
                "properties":{
                    "rateServiceGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "rateServiceXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "rateServiceName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "rateServiceType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "calendarGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "maxDriveTime":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "maxWaitTimePerStop":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "maxWorkTime":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "maxWorkTimeUsageType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "minRestTime":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "timeWindowTolerance":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "maxDriveRetryCount":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "interAirConnectTime":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "intraAirConnectTime":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "maxLonghaulWaitTime":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "serviceExternalEngineGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "initialRestTime":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "isIgnoreDelvLocCalendar":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "driveCostPerHr":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "waitCostPerHr":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "isUseRushHour":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "hosRuleSetGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "externalServiceType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "externalServiceCode":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "externalVoyageEngineType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "externalSystemGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "transitTimeFactor":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "speeds":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/rateServices.speeds"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "voyageServiceMaps":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/rateServices.voyageServiceMaps"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "repetitionScheduleServiceMaps":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/rateServices.repetitionScheduleServiceMaps"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "serviceTimes":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/rateServices.serviceTimes"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "rateZoneServiceTimes":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/rateServices.rateZoneServiceTimes"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "distanceServiceTimes":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/rateServices.distanceServiceTimes"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "accessorialTimes":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/rateServices.accessorialTimes"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "rateServices.speeds":{
                "properties":{
                    "rateServiceSpeedGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "rateServiceSpeedXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "distance":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "speed":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "minDriveTime":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "rateServices.voyageServiceMaps":{
                "properties":{
                    "voyageServiceTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "rateServices.repetitionScheduleServiceMaps":{
                "properties":{
                    "repSchedServiceGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "rateServices.serviceTimes":{
                "properties":{
                    "xLaneGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "serviceTimeValue":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "serviceDays":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "rateServices.rateZoneServiceTimes":{
                "properties":{
                    "rateZoneProfileGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "serviceTimeValue":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "serviceDays":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "rateServices.distanceServiceTimes":{
                "properties":{
                    "distanceValue":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "serviceDays":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "rateServices.accessorialTimes":{
                "properties":{
                    "accessorialCodeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "xLaneGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "activityGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "fixdAccessorialTime":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "sitcs":{
                "properties":{
                    "sitcGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "sitcXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "sitcName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "hazmatTechnicalNames":{
                "properties":{
                    "technicalNameGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "technicalNameXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "equipmentGroupProfiles":{
                "properties":{
                    "equipmentGroupProfileGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "equipmentGroupProfileXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "equipmentGroupProfileName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isCompatible":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "details":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/equipmentGroupProfiles.details"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "equipmentGroupProfiles.details":{
                "properties":{
                    "equipmentGroupGid":{
                        "description":"No description. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "equipmentGroup":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property equipmentGroupGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/equipmentGroups"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "userAssociations":{
                "properties":{
                    "glUserGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userAssociationQual":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userAssociationValue":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "vesselReferenceNumberQualifiers":{
                "properties":{
                    "vesselRefnumQualGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "vesselRefnumQualXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "defaultRefnumBnTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateFlag":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "repetitionScheduleActivities":{
                "properties":{
                    "repSchedActivityGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "repSchedActivityXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "percentageValueQualifiers":{
                "properties":{
                    "gtmPercentageValueQualGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmPercentageValueQualXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "orderMovementReferenceNumberQualifiers":{
                "properties":{
                    "omRefnumQualGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "omRefnumQualXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "omRefnumQualDesc":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateFlag":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "shipmentTypes":{
                "properties":{
                    "shipmentTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "shipmentTypeXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "shippingAgentRules":{
                "properties":{
                    "shippingAgentRuleGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "shippingAgentRuleXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "className":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "ruleType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "parameterType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "nonconformanceReasonCodes":{
                "properties":{
                    "nonConfReasonCodeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "nonConfReasonCodeXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "servicePreferences":{
                "properties":{
                    "gtmServicePrefGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmServicePrefXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "servicePreferenceDetails":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/servicePreferences.servicePreferenceDetails"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "servicePreferences.servicePreferenceDetails":{
                "properties":{
                    "gtmServiceGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmServiceParameters":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeItemStructureReferenceNumberQualifiers":{
                "properties":{
                    "gtmStructureRefnumQualGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmStructureRefnumQualXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmStructureRefnumQualDesc":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "defaultRefnumBnTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateFlag":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "userDefinedCodeTypes":{
                "properties":{
                    "gtmTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmTypeXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmCategoryGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmRegimeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmRegulationReferenceGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "objectType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "code":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "details":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/userDefinedCodeTypes.details"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "userDefinedCodeTypes.details":{
                "properties":{
                    "objectType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "rushHours":{
                "properties":{
                    "xLaneGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "calendarGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isApplyToSrc":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "rushHourDelayTime":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "scenarioName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "powerUnitReferenceNumberQualifiers":{
                "properties":{
                    "puRefnumQualGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "puRefnumQualXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "puRefnumQualDesc":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "defaultRefnumBnTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateFlag":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "shipUnitLineReferenceNumberQualifiers":{
                "properties":{
                    "shipUnitLineRefnumQualGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "shipUnitLineRefnumQualXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isVisibleIfMasterCarr":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "updateFlag":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "specialServiceProfiles":{
                "properties":{
                    "specialServiceProfileGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "specialServiceProfileXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isCompatible":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "details":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/specialServiceProfiles.details"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "specialServiceProfiles.details":{
                "properties":{
                    "specialServiceGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "partnerItemReferenceNumberQualifiers":{
                "properties":{
                    "partnerItemRefnumQualGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "partnerItemRefnumQualXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "defaultRefnumBnTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateFlag":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "itemStructures":{
                "properties":{
                    "gtmStructureGid":{
                        "description":"GTM_STRUCTURE_GID contains the unique identifier for the trade item structure.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmStructureXid":{
                        "description":"GTM_STRUCTURE_XID contains the XID unique identifier for the trade item structure.",
                        "type":"string"
                    },
                    "gtmStructureName":{
                        "description":"GTM_STRUCTURE_NAME contains text for the name of the trade item structure",
                        "type":"string"
                    },
                    "description":{
                        "description":"DESCRIPTION contains text for the description of the trade item structure",
                        "type":"string"
                    },
                    "isActive":{
                        "description":"When N, indicates trade item structure is inactive and should not be used by the algorithm. ",
                        "type":"boolean"
                    },
                    "effectiveDate":{
                        "description":"The Effective Date of this trade item structure",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "expirationDate":{
                        "description":"The Expiration Date of this trade item structure",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "source":{
                        "description":"source of this trade item structure. Its it created within GTM or imported from out system.",
                        "type":"string"
                    },
                    "itemGid":{
                        "description":"Trade Item ID, this represents the trade item for which this structure is defined. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "item":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property itemGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid"
                            }
                        ],
                        "readOnly":true
                    },
                    "gtmProdClassTypeGid":{
                        "description":"Product Classification Type ID Used to define product classification type specific structure",
                        "type":"string"
                    },
                    "defaultCountryOfOrigin":{
                        "description":"Default country of origin. Any component that doesn?t have country of origin specified will use this value as country of origin",
                        "type":"string"
                    },
                    "gtmProdClassCodeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "indicator":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined1IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined2IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined3IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined4IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined5IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "inventoryOrganizationGid":{
                        "description":"Identifies the inventory organization corresponding to the item structure. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "inventoryOrganization":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property inventoryOrganizationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "partnerGid":{
                        "description":"Identifies the partner corresponding to the item structure. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "partner":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property partnerGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "partnerSiteGid":{
                        "description":"Identifies the partner site corresponding to the item structure.",
                        "type":"string"
                    },
                    "attribute1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attributeDate1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeNumber1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "alternateDesignator":{
                        "description":"This field links parent and child Bill of Material and helps to identify alternate Bill of Material. ",
                        "type":"string"
                    },
                    "quantity":{
                        "description":"Quantity",
                        "type":"number",
                        "format":"double"
                    },
                    "quantityUomCode":{
                        "description":"Quantity Unit of Measurement",
                        "type":"string"
                    },
                    "classificationCode":{
                        "description":"Classification code for an item.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "components":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/itemStructures.components"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "remarks":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/itemStructures.remarks"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "refnums":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/itemStructures.refnums"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "involvedParties":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/itemStructures.involvedParties"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "typeCodes":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/itemStructures.typeCodes"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "values":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/itemStructures.values"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "itemStructures.components":{
                "properties":{
                    "gtmStructureComponentSeq":{
                        "description":"Trade Item Structure Component Sequence Number",
                        "type":"number",
                        "format":"int32"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "itemGid":{
                        "description":"Component Identification ID. Component can be identified either by Trade Item ID or by Product Classification Code <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "item":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property itemGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid"
                            }
                        ],
                        "readOnly":true
                    },
                    "description":{
                        "description":"Component Description",
                        "type":"string"
                    },
                    "gtmProdClassCodeGid":{
                        "description":"Component Identification ID. Component can be identified either by Trade Item ID or by Product Classification Code",
                        "type":"string"
                    },
                    "countryOfOrigin":{
                        "description":"Components country of origin",
                        "type":"string"
                    },
                    "inventoryOrganizationGid":{
                        "description":"Identifies the inventory organization corresponding to the item structure component. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "inventoryOrganization":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property inventoryOrganizationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "partnerGid":{
                        "description":"Identifies the partner corresponding to the item structure component. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "partner":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property partnerGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "partnerSiteGid":{
                        "description":"Identifies the partner site corresponding to the item structure component.",
                        "type":"string"
                    },
                    "attribute1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attributeDate1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeNumber1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "classificationCode":{
                        "description":"Classification code for an item.",
                        "type":"string"
                    },
                    "gtmProdClassTypeGid":{
                        "description":"Product Classification Type ID",
                        "type":"string"
                    },
                    "currencies":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/itemStructures.components.currencies"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "quantities":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/itemStructures.components.quantities"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "remarks":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/itemStructures.components.remarks"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "refnums":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/itemStructures.components.refnums"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "percentageValues":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/itemStructures.components.percentageValues"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "itemStructures.components.currencies":{
                "properties":{
                    "gtmValueQualifierGid":{
                        "description":"A pointer to the currency type. For example: declared value, invoice value etc",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "value":{
                        "description":"Value for the specified currency type.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "exchangeRateGid":{
                        "description":"Indicates the set of exchange rates to use for currency conversions; if null, the default set should be used.",
                        "type":"string"
                    },
                    "exchangeRateDate":{
                        "description":"Indicates the date to be used for any exchange rate currency conversions; if null, the latest conversion should be used.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "itemStructures.components.quantities":{
                "properties":{
                    "gtmQuantityTypeGid":{
                        "description":"A pointer to the quantity type. For example: Weight, Net Weight, Quantity etc",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "quantity":{
                        "description":"Value for the specified quantity type.",
                        "type":"number",
                        "format":"double"
                    },
                    "quantityBase":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "quantityUomCode":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "itemStructures.components.remarks":{
                "properties":{
                    "remarkSequence":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "remarkQualGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "remarkText":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "itemStructures.components.refnums":{
                "properties":{
                    "gtmStrCompRefnumQualGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmStrCompRefnumValue":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "itemStructures.components.percentageValues":{
                "properties":{
                    "gtmPercentageValueQualGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "percentageValue":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "itemStructures.remarks":{
                "properties":{
                    "remarkSequence":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "remarkQualGid":{
                        "description":"A pointer to the remark type. For example: Lot Number, Change Request Number etc",
                        "type":"string"
                    },
                    "remarkText":{
                        "description":"User entered remark on the trade item structure. ",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "itemStructures.refnums":{
                "properties":{
                    "gtmStructureRefnumQualGid":{
                        "description":"GTM_STRUCTURE_REFNUM_QUAL_GID contains the unique identifier for the trade item structure refnum qualifer. example LOT ID as the qualifier etc",
                        "type":"string"
                    },
                    "gtmStructureRefnumValue":{
                        "description":"GTM_STRUCTURE_REFNUM_VALUE contains the qualfiier value. for example lot number -1456",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "itemStructures.involvedParties":{
                "properties":{
                    "involvedPartyQualGid":{
                        "description":"A pointer to the unique idenifier for the involved party. The involved party qual can be: SUPPLIER etc. ",
                        "type":"string"
                    },
                    "involvedPartyContactGid":{
                        "description":"CONTACT_GID contains the unique identifier for the contact. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "involvedPartyContact":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property involvedPartyContactGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "comMethodGid":{
                        "description":"preferred communication method like eail, Fax and Phone can be specified.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "itemStructures.typeCodes":{
                "properties":{
                    "gtmTypeGid":{
                        "description":"User Defined Type Id",
                        "type":"string"
                    },
                    "gtmCode":{
                        "description":"User Defined Code",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "itemStructures.values":{
                "properties":{
                    "gtmValueQualifierGid":{
                        "description":"The GID for the value qualifier on the item structure.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "currencyValue":{
                        "description":"The currency value of the item structure.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "exchangeRateGid":{
                        "description":"Indicates the set of exchange rates to use for currency conversions; if null, the default set should be used.",
                        "type":"string"
                    },
                    "exchangeRateDate":{
                        "description":"Indicates the date to be used for any exchange rate currency conversions; if null, the latest conversion should be used.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "legConsolidationGroups":{
                "properties":{
                    "legConsolidationGroupGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "legConsolidationGroupXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "legConsolidationGroupName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "sequencingFactor":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "logicScenarioGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "resSchLogicScenarioGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "capacityLimitGroupGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "autoConsolidationType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "invoiceServiceCodes":{
                "properties":{
                    "invoiceServiceCodeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "invoiceServiceCodeXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "currencies":{
                "properties":{
                    "currencyGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "currencyXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "currencyName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "countryCode3Gid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "packagedItems":{
                "properties":{
                    "packagedItemGid":{
                        "description":"The GID for the packaged item.",
                        "type":"string"
                    },
                    "packagedItemXid":{
                        "description":"The XID for the packaged item.",
                        "type":"string"
                    },
                    "description":{
                        "description":"Packaged item free form text field for the description. For example, a case of soda.",
                        "type":"string"
                    },
                    "itemGid":{
                        "description":"The GID for the item. Product without the packaging. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "item":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property itemGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid"
                            }
                        ],
                        "readOnly":true
                    },
                    "hazmatPackageTypeGid":{
                        "description":"The GID for the hazmat package type. This field can be used to give the packaged item a special description. If you are defining a hazardous material, use this field to describe it.",
                        "type":"string"
                    },
                    "packagingUnitGid":{
                        "description":"The GID for the packaging unit. ",
                        "type":"string"
                    },
                    "packageShipUnitWeight":{
                        "description":"The weight of the ship unit.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "innerPackCount":{
                        "description":"The count for the number of items in the inner pack.",
                        "type":"number",
                        "format":"double"
                    },
                    "innerPackPackagingUnitGid":{
                        "description":"The packaging unit related to the count for the number of items in the inner pack.",
                        "type":"string"
                    },
                    "innerPackSize":{
                        "description":"Indicates the inner pack count or size. The inner pack size unit of measure qualified the value entered here.",
                        "type":"number",
                        "format":"double"
                    },
                    "innerPackSizeUomCode":{
                        "description":"Unit of measure for the pack size entry. Packaged item = case of soda - inner pack = six pack inner pack size = 4, inner pack unit of measure = six pack.",
                        "type":"string"
                    },
                    "packageSuVolume":{
                        "description":"Packaged ship unit volume.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "packageSuLength":{
                        "description":"Package ship unit ship unit length.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "packageSuWidth":{
                        "description":"Packaged ship unit width.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "packageSuHeight":{
                        "description":"Package ship unit ship unit height.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "isDefaultPackaging":{
                        "description":"Check box indicating if the information entered is the default packaging for this item. ",
                        "type":"boolean"
                    },
                    "isHazardous":{
                        "description":"Check box indicating if the information entered is the packaged item is considered hazardous.",
                        "type":"boolean"
                    },
                    "coreDiameter":{
                        "description":"For cylindrical objects, this defines the diameter of the core.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "packageSuDiameter":{
                        "description":"Packaged ship unit diameter.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "bbHandlingType":{
                        "description":"Indicates the Batch Balancer handling type for the packaged item. Valid handling types are conveyable, non-conveyable, and repack. Batch Balancer logic uses this info to determine potential batches for order release line assignment in the event an order release needs to be split across multiple batches.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "packagedItemTypeGid":{
                        "description":"Type of packaged item.",
                        "type":"string"
                    },
                    "loadConfigRuleRank":{
                        "description":"During 3D loading of mixed items, the packaged item with the highest rank will be used to find the matching stackability rule and load config rule.",
                        "type":"number",
                        "format":"int32"
                    },
                    "thuProfileGid":{
                        "description":"Defines all valid THUs the PI can be packed into.",
                        "type":"string"
                    },
                    "parcelPacktype":{
                        "description":"Parcel package type.",
                        "type":"string"
                    },
                    "attribute1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attributeNumber1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "isAllowMixedFreight":{
                        "description":"Allow mixed freight should be selected if the packaged item can be packed into a ship unit with other mixable packaged items.",
                        "type":"boolean"
                    },
                    "bulkMixingFamilyGid":{
                        "description":"Indicates the bulk mixing family the packaged item belongs to.",
                        "type":"string"
                    },
                    "compartmentTypeProfGid":{
                        "description":"Compartment type profile attached to the packaged item.",
                        "type":"string"
                    },
                    "categoryGid":{
                        "description":"The GID for the packaged item category.",
                        "type":"string"
                    },
                    "priority":{
                        "description":"This column defines the priority associated with an packaged item.",
                        "type":"number",
                        "format":"int32"
                    },
                    "isNestable":{
                        "description":"Specifies if the packaged item is nestable or not",
                        "type":"boolean"
                    },
                    "incrNestingHeight":{
                        "description":"Specifies the incremental nesting height for the PI",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "pruUsages":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/packagedItems.pruUsages"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "tiHis":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/packagedItems.tiHis"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "refnums":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/packagedItems.refnums"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "equipmentRefUnits":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/packagedItems.equipmentRefUnits"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "packageRefUnits":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/packagedItems.packageRefUnits"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "accessorials":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/packagedItems.accessorials"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "packagedItems.pruUsages":{
                "properties":{
                    "sequenceNo":{
                        "description":"Internal sequence number for packaged item, packing unit, packing reference unit, and packaging reference unit count entries.",
                        "type":"number",
                        "format":"int64"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "packagingUnitGid":{
                        "description":"The GID for the packaged unit.",
                        "type":"string"
                    },
                    "packagingReferenceUnitGid":{
                        "description":"The GID for the packaging reference unit.",
                        "type":"string"
                    },
                    "pruCount":{
                        "description":"The count for the number of packing reference units.",
                        "type":"number",
                        "format":"double"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "packagedItems.tiHis":{
                "properties":{
                    "sequenceNo":{
                        "description":"The internal sequence number for each entry entered for package item, packing unit, transport handling unit, layers, and quantity per layer.",
                        "type":"number",
                        "format":"int64"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "packagingUnitGid":{
                        "description":"The GID for the package unit.",
                        "type":"string"
                    },
                    "transportHandlingUnitGid":{
                        "description":"The GID for the transport unit for the TiHi information being defined.",
                        "type":"string"
                    },
                    "numLayers":{
                        "description":"Number of layers high. For example, if a transport handling unit of a pallet can hold 24 cases - 4 layers with a quantity of 6 per layer the number of layers value is 4.",
                        "type":"number",
                        "format":"int32"
                    },
                    "quantityPerLayer":{
                        "description":"Number of items per layer.  For example, if a transport handling unit of a pallet can hold 24 cases - 4 layers with a quantity of 6 per layer the quantity per layer is 6.",
                        "type":"number",
                        "format":"int32"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "packagedItems.refnums":{
                "properties":{
                    "packagedItemRefnumQualGid":{
                        "description":"The GID for the packaged item reference number qualifier.",
                        "type":"string"
                    },
                    "refnumValue":{
                        "description":"Value of reference number being added for this packaged item reference number qualifier.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "packagedItems.equipmentRefUnits":{
                "properties":{
                    "equipmentReferenceUnitGid":{
                        "description":"ERU for the packaged item",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "numReferenceUnits":{
                        "description":"The number of reference units per package for ERU.",
                        "type":"number",
                        "format":"double"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "packagedItems.packageRefUnits":{
                "properties":{
                    "packagingUnitGid":{
                        "description":"The GID for the packaged unit.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "innerPackCount":{
                        "description":"Count for the number of items in the inner pack. For example, case of soda inner pack six pack with count of four. The Inner Pack Count field gives you a place to enter how many of the item is packaged in this packaging unit. This information is for informational purposes only and will only be visible if you select Packaging Unit in the header section.",
                        "type":"number",
                        "format":"double"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "packagedItems.accessorials":{
                "properties":{
                    "accessorialCodeGid":{
                        "description":"The accessorial code GID.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "remarks":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/packagedItems.accessorials.remarks"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "packagedItems.accessorials.remarks":{
                "properties":{
                    "remarkSequence":{
                        "description":"The remark sequence associated with the packaged item",
                        "type":"number",
                        "format":"int64"
                    },
                    "remarkQualGid":{
                        "description":"The remark qualifier identifier defining the remark code.",
                        "type":"string"
                    },
                    "remarkText":{
                        "description":"The text associated to the remark code.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "routeCodes":{
                "properties":{
                    "routeCodeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "routeCodeXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "routeCodeDesc":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "origStationCity":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "origStationProvince":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "origStationProvinceCode":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "origStationCountryCode3Gid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "origStationSplc":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "destStationCity":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "destStationProvince":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "destStationProvinceCode":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "destStationCountryCode3Gid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "destStationSplc":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "railReturnLocationGid":{
                        "description":"No description. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "railReturnLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property railReturnLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "railReturnRouteGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "borderCrossingLocationGid":{
                        "description":"No description. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "borderCrossingLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property borderCrossingLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isUnitTrain":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "routeDescription":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "details":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/routeCodes.details"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "routeCodes.details":{
                "properties":{
                    "seqNo":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "carrierScacGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "sequenceCode":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "railJunctionCodeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "routingConstraints":{
                "properties":{
                    "routingConstraintGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "routingConstraintXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "routingConstraintName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "routingConstraintType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "routingNetworkGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "itineraryLegGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "mustShipDirect":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "details":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/routingConstraints.details"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "routingConstraints.details":{
                "properties":{
                    "locationGid":{
                        "description":"No description. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "location":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property locationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "include":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "sequenceNum":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "valueQualifiers":{
                "properties":{
                    "gtmValueQualifierGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmValueQualifierXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmValueQualifierName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmValueTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmValueQualifierClass":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isMandatoryIndicator":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "visibleOnSimulator":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "loadConfigs":{
                "properties":{
                    "loadConfigGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "loadConfigXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "loadingPatternGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "numStackingLayers":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "numLoadingRows":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "loadConfigProfiles":{
                "properties":{
                    "loadConfigProfileGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "loadConfigProfileXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "loadConfigProfileName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isCompatible":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "loadConfigProfileDs":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/loadConfigProfiles.loadConfigProfileDs"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "loadConfigProfiles.loadConfigProfileDs":{
                "properties":{
                    "loadConfigGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "shipmentGroupReferenceNumberQualifiers":{
                "properties":{
                    "shipGroupRefnumQualGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "shipGroupRefnumQualXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "shipGroupRefnumQualDesc":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateFlag":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "defaultRefnumBnTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "partyReferenceNumberQualifiers":{
                "properties":{
                    "gtmPartyRefnumQualGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmPartyRefnumQualXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateFlag":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "defaultRefnumBnTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "rateOfferingTypes":{
                "properties":{
                    "rateOfferingTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "rateOfferingTypeXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "rateOfferingTypeName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "geographyBaseType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "remarkQualifiers":{
                "properties":{
                    "remarkQualGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "remarkQualXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "remarkQualDesc":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "remarkLevel":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "isVisibleIfMasterCarr":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "updateFlag":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "textTemplateGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "qualType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "dataQueryTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "DiagnosticTreeStatsRequest":{
                "required":[
                    "diagnosticLogFileId"
                ],
                "properties":{
                    "diagnosticLogFileId":{
                        "type":"string",
                        "description":"Unique identifier for the diagnostic log file."
                    }
                }
            },
            "DiagnosticTreeStatsResponse":{
                "properties":{
                    "DiagnosticFailureSummaryList":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/DiagnosticFailureSummary"
                        }
                    },
                    "diagnosticLogSummary":{
                        "properties":{
                            "failedOrderPKs":{
                                "type":"array",
                                "items":{
                                    "type":"string"
                                },
                                "description":"List of failed order release IDs."
                            },
                            "failureSummary":{
                                "type":"string",
                                "nullable":true
                            },
                            "successfulOrderPKs":{
                                "type":"array",
                                "items":{
                                    "type":"string"
                                },
                                "description":"List of successfully planned order release IDs"
                            },
                            "summaryMetrics":{
                                "$ref":"#/components/schemas/SummaryMetrics"
                            }
                        }
                    },
                    "filterObjects":{
                        "type":"object",
                        "description":"A map of dynamic, filterable OTM/GTM objects to their list of values. For example, OTM object of EQUIPMENT_GROUP and list values including 42FT DRY VAN and 28FT DRY VAN.",
                        "additionalProperties":{
                            "type":"array",
                            "items":{
                                "type":"string"
                            }
                        },
                        "example":{
                            "EQUIPMENT_GROUP":[
                                "42FT DRY VAN",
                                "28FT DRY VAN"
                            ],
                            "RULE_SET":[
                                "roset1"
                            ],
                            "ITINERARY":[
                                "USA_TO_USA"
                            ]
                        }
                    },
                    "root":{
                        "type":"object",
                        "$ref":"#/components/schemas/DiagnosticRootNodeEntry"
                    }
                }
            },
            "SummaryMetrics":{
                "type":"object",
                "properties":{
                    "totalOrdersSelected":{
                        "type":"integer",
                        "description":"Total number of orders selected for planning."
                    },
                    "totalOrdersPlanned":{
                        "type":"integer",
                        "description":"Total number of orders successfully planned."
                    },
                    "totalOrdersFailed":{
                        "type":"integer",
                        "description":"Total number of orders that failed planning."
                    },
                    "totalShipmentsBuilt":{
                        "type":"integer",
                        "description":"Total number of shipments built in this bulk plan."
                    },
                    "totalMultiStopShipments":{
                        "type":"integer",
                        "description":"Total number of multi-stop shipments built."
                    }
                },
                "required":[
                    "totalOrdersSelected",
                    "totalOrdersPlanned",
                    "totalOrdersFailed",
                    "totalShipmentsBuilt",
                    "totalMultiStopShipments"
                ]
            },
            "DiagnosticFailureSummary":{
                "type":"object",
                "properties":{
                    "keyEntryNode":{
                        "$ref":"#/components/schemas/DiagnosticRootNodeEntry"
                    },
                    "entities":{
                        "type":"object",
                        "additionalProperties":{
                            "type":"array",
                            "items":{
                                "type":"string"
                            }
                        },
                        "description":"Key-value map of entities like itinerary, locations, and orders."
                    },
                    "processID":{
                        "type":"array",
                        "items":{
                            "type":"string"
                        },
                        "description":"List of Process IDs asssociated with the diganostic failure."
                    },
                    "processNodeIDChain":{
                        "type":"string",
                        "description":"A string representation of the process node ID chain."
                    },
                    "summary":{
                        "type":"array",
                        "items":{
                            "type":"string"
                        },
                        "description":"A summary of the diagnostic failure, if any."
                    },
                    "tips":{
                        "type":"array",
                        "items":{
                            "type":"string"
                        },
                        "description":"Describes the common reason for the diagnostic failure, if any."
                    }
                }
            },
            "DiagnosticRootNodeEntry":{
                "type":"object",
                "properties":{
                    "rootId":{
                        "type":"string",
                        "description":"The node ID of the root diagnostic tree node."
                    },
                    "rootEntry":{
                        "$ref":"#/components/schemas/DiagnosticNodeEntry"
                    }
                }
            },
            "DiagnosticNodeEntry":{
                "type":"object",
                "properties":{
                    "id":{
                        "type":"string",
                        "description":"The node ID of the diagnostic tree node."
                    },
                    "parentId":{
                        "type":"string",
                        "description":"The parent node ID of the current node."
                    },
                    "startTime":{
                        "type":"string",
                        "description":"The start time of the process."
                    },
                    "processName":{
                        "type":"string",
                        "description":"The name of the current process that the node represents."
                    },
                    "processNameId":{
                        "type":"string",
                        "description":"The ID of the current process that the node represents."
                    },
                    "exportFileEntityMap":{
                        "type":"object",
                        "description":"The map of export entity types to file names list.",
                        "additionalProperties":{
                            "type":"array",
                            "items":{
                                "type":"string"
                            }
                        },
                        "example":{
                            "EXPORT_FILE":[
                                "conoptdata1.xml"
                            ]
                        }
                    },
                    "endTime":{
                        "type":"string",
                        "description":"The end time of the process."
                    },
                    "statusList":{
                        "type":"array",
                        "items":{
                            "type":"string"
                        }
                    },
                    "remarksList":{
                        "type":"array",
                        "items":{
                            "type":"string"
                        }
                    },
                    "reasonCodeList":{
                        "type":"array",
                        "items":{
                            "type":"string"
                        }
                    },
                    "childIds":{
                        "type":"array",
                        "items":{
                            "type":"string"
                        },
                        "description":"The list of child node IDs."
                    },
                    "diagFileSize":{
                        "type":"integer",
                        "description":"The size of the diagnostic file in bytes."
                    },
                    "hasChilds":{
                        "type":"boolean"
                    },
                    "filterStatus":{
                        "type":"boolean"
                    },
                    "depth":{
                        "type":"integer"
                    },
                    "failureReasonList":{
                        "type":"array",
                        "items":{
                            "type":"string"
                        }
                    },
                    "children":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/DiagnosticNodeEntry"
                        },
                        "description":"The list of child nodes."
                    }
                }
            },
            "productClassificationCodes":{
                "properties":{
                    "gtmProdClassCodeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmProdClassCodeXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmProdClassTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "classificationCode":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmDataVersionGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "expirationDate":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "effectiveDate":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "section":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "chapter":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "gtmProdClassCodeDescriptions":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/productClassificationCodes.gtmProdClassCodeDescriptions"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "gtmClassCodeAttributes":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/productClassificationCodes.gtmClassCodeAttributes"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "gtmProdClassCodeUoms":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/productClassificationCodes.gtmProdClassCodeUoms"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "gtmProdClassCodeNotes":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/productClassificationCodes.gtmProdClassCodeNotes"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "productClassificationPenaltyExemptMaps":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/productClassificationCodes.productClassificationPenaltyExemptMaps"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "productClassificationPenaltyUnstacks":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/productClassificationCodes.productClassificationPenaltyUnstacks"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "productClassificationCodes.gtmProdClassCodeDescriptions":{
                "properties":{
                    "gtmLanguageGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "productClassificationCodes.gtmClassCodeAttributes":{
                "properties":{
                    "attributeSequence":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "attributeName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attributeValue":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attributeDescription":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "productClassificationCodes.gtmProdClassCodeUoms":{
                "properties":{
                    "uomName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "uomCode":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "reportingUom":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "productClassificationCodes.gtmProdClassCodeNotes":{
                "properties":{
                    "noteSequence":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "noteType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "noteValue":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmLanguageGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "productClassificationCodes.productClassificationPenaltyExemptMaps":{
                "properties":{
                    "penaltyClassCode":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "exemptionClassCode1":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "exemptionClassCode2":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "exemptionClassCode3":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "exemptionClassCode4":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "exemptionClassCode5":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "exemptionClassCode6":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "exemptionClassCode7":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "exemptionClassCode8":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "exemptionClassCode9":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "exemptionClassCode10":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "productClassificationCodes.productClassificationPenaltyUnstacks":{
                "properties":{
                    "exemptedByCode":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "codeToBeReported":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isSplitAllowed":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "reasonNotes":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "transactionLineReferenceNumberQualifiers":{
                "properties":{
                    "gtmTranslineRefnumQualGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmTranslineRefnumQualXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateFlag":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "defaultRefnumBnTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "partnerItems":{
                "properties":{
                    "partnerItemGid":{
                        "description":"Specifies the unique identifier across all domains for the partner item.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "partnerItemXid":{
                        "description":"Specifies the unique identifier in a particular domain for the partner item.",
                        "type":"string"
                    },
                    "partnerType":{
                        "description":" Specifies partner type for the external party. It can be 'S' for supplier or 'C' for customer or 'M' for manufacturer.",
                        "type":"string"
                    },
                    "partnerGid":{
                        "description":"The unique Id of the partner. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "partner":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property partnerGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "partnerItemIdentifier":{
                        "description":"Identifier for the item supplied from the partner.",
                        "type":"string"
                    },
                    "partnerItemName":{
                        "description":"Name of the item supplied from the partner.",
                        "type":"string"
                    },
                    "partnerItemDescription":{
                        "description":"Description of the partner item",
                        "type":"string"
                    },
                    "effectiveDate":{
                        "description":"Effective date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "expirationDate":{
                        "description":"Expiration date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "indicator":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined1IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined2IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined3IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined4IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined5IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute1":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute2":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute3":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute4":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute5":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute6":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute7":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute8":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute9":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute10":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute11":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute12":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute13":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute14":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute15":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute16":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute17":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute18":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute19":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute20":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attributeNumber1":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber2":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber3":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber4":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber5":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber6":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber7":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber8":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber9":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber10":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate1":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate2":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate3":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate4":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate5":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate6":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate7":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate8":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate9":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate10":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeNumber11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "remarks":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/partnerItems.remarks"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "refnums":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/partnerItems.refnums"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "partnerItems.remarks":{
                "properties":{
                    "remarkSequence":{
                        "description":"The sequence number for partner item remark",
                        "type":"number",
                        "format":"int64"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "remarkQualGid":{
                        "description":"The unique identifier for the remark qualifier.",
                        "type":"string"
                    },
                    "remarkText":{
                        "description":"The text for the remark about partner item.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "partnerItems.refnums":{
                "properties":{
                    "partnerItemRefnumQualGid":{
                        "description":"The unique trade item reference qualifier id.",
                        "type":"string"
                    },
                    "refnumValue":{
                        "description":"The reference number value for trade item",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "campaignReferenceNumberQualifiers":{
                "properties":{
                    "gtmCampaignRefnumQualGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmCampaignRefnumQualXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "defaultRefnumBnTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateFlag":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "rateDistances":{
                "properties":{
                    "rateDistanceGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "rateDistanceXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "rateDistanceName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "distanceType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isEstimateAllowed":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "shortDistCutoff":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "shortDistFactor":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "longDistCutoff":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "longDistFactor":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "distanceExternalEngineGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "countyOverrides":{
                "properties":{
                    "countyOverrideGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "countyOverrideXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "details":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/countyOverrides.details"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "countyOverrides.details":{
                "properties":{
                    "sequence":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "otmCounty":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "edeCounty":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "countryCode3Gid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "provinceCode":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "quantityQualifiers":{
                "properties":{
                    "gtmQuantityTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmQuantityTypeXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmQuantityTypeDesc":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "quantityTypeCategory":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "type":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "MultistopSavingsMatrixRequest":{
                "required":[
                    "bulkPlanGid"
                ],
                "properties":{
                    "bulkPlanGid":{
                        "type":"string"
                    }
                }
            },
            "MultistopSavingsMatrixResponse":{
                "properties":{
                    "iterations":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/Iteration"
                        }
                    },
                    "shipments":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/Shipment"
                        }
                    }
                }
            },
            "Iteration":{
                "type":"object",
                "properties":{
                    "combinedShipment":{
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/Shipment"
                            }
                        ],
                        "nullable":true,
                        "description":"The proposed combined shipment for this iteration, if any."
                    },
                    "iterationNo":{
                        "type":"integer",
                        "description":"The 1-based iteration number."
                    },
                    "savingsMatrix":{
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/SavingsMatrix"
                            }
                        ]
                    },
                    "shipmentGids":{
                        "type":"array",
                        "items":{
                            "type":"string"
                        },
                        "description":"The shipments considered in this iteration."
                    }
                },
                "required":[
                    "iterationNo",
                    "shipmentGids"
                ]
            },
            "SavingsMatrix":{
                "properties":{
                    "firstShipment":{
                        "type":"string"
                    },
                    "secondShipment":{
                        "type":"string"
                    },
                    "savingsValue":{
                        "type":"number",
                        "format":"double",
                        "description":"The cost/distance saving for combining the shipments."
                    }
                }
            },
            "Shipment":{
                "type":"object",
                "properties":{
                    "combinedFrom":{
                        "type":"array",
                        "items":{
                            "type":"string"
                        },
                        "description":"The shipment IDs that were combined to form this shipment (empty for base shipments)."
                    },
                    "equipmentGroup":{
                        "type":"string",
                        "description":"The equipment group used for the shipment.",
                        "nullable":true
                    },
                    "name":{
                        "type":"string",
                        "description":"The name or identifier of the shipment. It follows a specific format: Pairable TShipment: <shipment_id> (<origin> -> <destination>)"
                    },
                    "orderGids":{
                        "type":"array",
                        "description":"The list of Order GIDs that are part of the shipment.",
                        "items":{
                            "type":"string"
                        }
                    },
                    "rateOffering":{
                        "type":"string",
                        "nullable":true
                    },
                    "serviceProvider":{
                        "type":"string",
                        "nullable":true
                    },
                    "shipmentId":{
                        "type":"string",
                        "description":"The shipment ID which could be a temporary ID."
                    },
                    "stops":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/Stop"
                        }
                    }
                }
            },
            "Stop":{
                "type":"object",
                "properties":{
                    "locationGid":{
                        "type":"string"
                    },
                    "stopNumber":{
                        "type":"integer"
                    }
                },
                "required":[
                    "locationGid",
                    "stopNumber"
                ]
            },
            "accessorialCodeProfiles":{
                "properties":{
                    "accessorialCodeProfileGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "accessorialCodeProfileXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isCompatible":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "details":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/accessorialCodeProfiles.details"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "accessorialCodeProfiles.details":{
                "properties":{
                    "accessorialCodeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "compatibilityRules":{
                "properties":{
                    "compatRuleGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "compatRuleXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "compatRuleTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "mainObjectGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "details":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/compatibilityRules.details"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "compatibilityRules.details":{
                "properties":{
                    "sequenceNumber":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "compatObjectGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "compatObjectListGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isCompatible":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "isSoftConstraint":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "loadConfigSetups":{
                "properties":{
                    "loadConfigSetupGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "loadConfigSetupXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "stackingIndex":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "maxStackingHeight":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "maxStackingLayers":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "isStackableAbove":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isStackableBelow":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "maxUnsupportedAreaPercent":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "patternConfigProfileGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "stackingRule":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isForShipUnitBuilding":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "orientations":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/loadConfigSetups.orientations"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "loadConfigSetups.orientations":{
                "properties":{
                    "orientationGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isPreferred":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "isFloorCompatible":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "maxTopWeight":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "maxLengthOverhang":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "maxWidthOverhang":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "rateRecordReferenceNumberQualifiers":{
                "properties":{
                    "rateGeoRefnumQualGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "rateGeoRefnumQualXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "rateGeoRefnumQualDesc":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "defaultRefnumBnTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateFlag":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "orderBaseShipUnitContentReferenceNumberQualifiers":{
                "properties":{
                    "obSuContentRefnumQualGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "obSuContentRefnumQualXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "obSuContentRefnumQualDesc":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isVisibleIfMasterCarr":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "defaultRefnumBnTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateFlag":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "campaignTypes":{
                "properties":{
                    "gtmCampaignTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmCampaignTypeXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "campaignTypeName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "campaignTypeShortName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "externalReferenceCode":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "logicConfigGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "gtmAuditTrails":{
                "properties":{
                    "gtmAuditTrailGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmAuditTrailXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "glUserGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "auditTime":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "auditSource":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmServiceGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "extRefId":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "extSourceId":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "auditTrailGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "firstName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "lastName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "companyName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "countryCode3Gid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmServicePrefGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "attributes":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/gtmAuditTrails.attributes"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "gtmAuditTrails.attributes":{
                "properties":{
                    "attributeId":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attributeValue":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeTransactionLines":{
                "properties":{
                    "gtmTransactionLineGid":{
                        "description":"The GID for the GTM trade transaction line.",
                        "type":"string"
                    },
                    "gtmTransactionLineXid":{
                        "description":"The XID for the GTM trade transaction line.",
                        "type":"string"
                    },
                    "gtmTransactionGid":{
                        "description":"The GID for the GTM trade transaction. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "gtmTransaction":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property gtmTransactionGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/customsDeclarations"
                            }
                        ],
                        "readOnly":true
                    },
                    "lineObjectId":{
                        "description":"N/A",
                        "type":"string"
                    },
                    "lineObjectNo":{
                        "description":"N/A",
                        "type":"number",
                        "format":"int64"
                    },
                    "itemGid":{
                        "description":"The GID for the item associated with the GTM trade transaction line. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "item":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property itemGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "parentTransLineGid":{
                        "description":"Indicates the parent transaction line for a transaction line which is a child line. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "parentTransLine":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property parentTransLineGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeTransactionLines"
                            }
                        ],
                        "readOnly":true
                    },
                    "indicator":{
                        "description":"Marks the condition or state of the GTM trade transaction line using colors.",
                        "type":"string"
                    },
                    "userDefined1IconGid":{
                        "description":"Marks the condition or state of the GTM trade transaction line using images. It is a foreign key reference to ICON table. ",
                        "type":"string"
                    },
                    "userDefined2IconGid":{
                        "description":"Marks the condition or state of the GTM trade transaction line using images. It is a foreign key reference to ICON table. ",
                        "type":"string"
                    },
                    "userDefined3IconGid":{
                        "description":"Marks the condition or state of the GTM trade transaction line using images. It is a foreign key reference to ICON table. ",
                        "type":"string"
                    },
                    "userDefined4IconGid":{
                        "description":"Marks the condition or state of the GTM trade transaction line using images. It is a foreign key reference to ICON table. ",
                        "type":"string"
                    },
                    "userDefined5IconGid":{
                        "description":"Marks the condition or state of the GTM trade transaction line using images. It is a foreign key reference to ICON table. ",
                        "type":"string"
                    },
                    "precedingTransactionLine":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property precedingTransactionLineGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeTransactionLines"
                            }
                        ],
                        "readOnly":true
                    },
                    "countryOfOrigin":{
                        "description":"The country of origin for item associated with the GTM trade transaction line.",
                        "type":"string"
                    },
                    "countryOfManufacture":{
                        "description":"The country of manufacture for item associated with the GTM trade transaction line.",
                        "type":"string"
                    },
                    "transLineType":{
                        "description":"Indicates if a line is a transaction line or a declaration line.",
                        "type":"string"
                    },
                    "attribute1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attributeNumber1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "gtmTrItemStructureGid":{
                        "description":"Component of transaction item structure indicates the parent item structure that the line is part of.",
                        "type":"string"
                    },
                    "gtmStructureGid":{
                        "description":"The GID for the trade item structure.",
                        "type":"string"
                    },
                    "gtmStructureComponentSeq":{
                        "description":"The sequence number of the component within an item structure.",
                        "type":"number",
                        "format":"int32"
                    },
                    "incoTermGid":{
                        "description":"The GID for the incoterm associated with the GTM trade transaction line.",
                        "type":"string"
                    },
                    "incoTermLocation":{
                        "description":"The incoterm location associated with the GTM trade transaction line.",
                        "type":"string"
                    },
                    "lineItemDescription":{
                        "description":"Describes the item on the transaction line.",
                        "type":"string"
                    },
                    "gtmTradePreferenceGid":{
                        "description":"The GID for the trade preference associated with the GTM trade transaction line.",
                        "type":"string"
                    },
                    "gtmTariffCode":{
                        "description":"This column represents the trade program applicable for transaction line.",
                        "type":"string"
                    },
                    "importProdClassTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attributeDate11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeNumber11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "countryOfImport":{
                        "description":"This describes the country of import for the transaction line.",
                        "type":"string"
                    },
                    "countryOfExport":{
                        "description":"This describes the country of export for the transaction line.",
                        "type":"string"
                    },
                    "itemStructureGid":{
                        "description":"Item Structure field indicates the structure that was used for qualification or business process.",
                        "type":"string"
                    },
                    "isCanceled":{
                        "description":"Indicates if the transaction line is a canceled line. ",
                        "type":"boolean"
                    },
                    "gtmTipZoneStatusGid":{
                        "description":"Trade Incentive Program Zone Status GID",
                        "type":"string"
                    },
                    "priorZoneStatus":{
                        "description":"Prior Zone Status GID",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "quantities":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeTransactionLines.quantities"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "values":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeTransactionLines.values"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "percentageValues":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeTransactionLines.percentageValues"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "textLinks":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeTransactionLines.textLinks"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "statuses":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeTransactionLines.statuses"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "otherControls":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeTransactionLines.otherControls"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "remarks":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeTransactionLines.remarks"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "licenses":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeTransactionLines.licenses"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "reqdClassifications":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeTransactionLines.reqdClassifications"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "controlScreens":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeTransactionLines.controlScreens"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "reportQuantities":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeTransactionLines.reportQuantities"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "notes":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeTransactionLines.notes"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "codes":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeTransactionLines.codes"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "dates":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeTransactionLines.dates"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "partyScreens":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeTransactionLines.partyScreens"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "prodClassifications":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeTransactionLines.prodClassifications"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "involvedParties":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeTransactionLines.involvedParties"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "sanctions":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeTransactionLines.sanctions"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "reqdocLinks":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeTransactionLines.reqdocLinks"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "refnums":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeTransactionLines.refnums"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeTransactionLines.quantities":{
                "properties":{
                    "gtmTransLineQtySeqNo":{
                        "description":"The sequence number of the quantity on the trade transaction line. ",
                        "type":"number",
                        "format":"int64"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "uomCode":{
                        "description":"The unit of measure of the quantity on the trade transaction line. ",
                        "type":"string"
                    },
                    "quantityValue":{
                        "description":"The value of the quantity on the trade transaction line.",
                        "type":"number",
                        "format":"double"
                    },
                    "gtmQuantityTypeGid":{
                        "description":"The GID for the GTM quantity qualifier.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeTransactionLines.values":{
                "properties":{
                    "gtmValueQualifierGid":{
                        "description":"The GID for the value qualifier on the trade transaction line.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "currencyValue":{
                        "description":"The currency value of the trade transaction line.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "gtmFormulaExpressionGid":{
                        "description":"Formula(If any) associated with the value qualifier.",
                        "type":"string"
                    },
                    "valueNote":{
                        "description":"A note that shows how the value qualifier is calculated.",
                        "type":"string"
                    },
                    "methodOfCalculation":{
                        "description":"Shows how the currency value should be calculated either manually or by using a formula.",
                        "type":"string"
                    },
                    "isFixed":{
                        "description":"If this is set to false, the currency values can be overridden with the values calculated from formula or any other process.",
                        "type":"boolean"
                    },
                    "valueSetCompRuleGrpId":{
                        "description":"Compliance rule group ID used to assign value set to the transaction line.",
                        "type":"string"
                    },
                    "valueFormulaCompRuleGrpId":{
                        "description":"Compliance rule group ID used to assign formula to the value qualifiers on the transaction line.",
                        "type":"string"
                    },
                    "paymentMethodCodeGid":{
                        "description":"The payment method. It is a foreign key to PAYMENT_METHOD_CODE table.",
                        "type":"string"
                    },
                    "rcValue":{
                        "description":"The reporting currency value.",
                        "type":"number",
                        "format":"double"
                    },
                    "rcValueCurrencyGid":{
                        "description":"The reporting currency. It is a foreign key to CURRENCY table.",
                        "type":"string"
                    },
                    "valueDetails":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeTransactionLines.values.valueDetails"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeTransactionLines.values.valueDetails":{
                "properties":{
                    "sequenceNo":{
                        "description":"Sequence Number",
                        "type":"number",
                        "format":"int64"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "valueAttribute":{
                        "description":"Value attribute shows the attribute type of the value qualifier.",
                        "type":"string"
                    },
                    "value":{
                        "description":"The currency value of the value attribute.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "valueNote":{
                        "description":"A note that shows how the value attribute is calculated.",
                        "type":"string"
                    },
                    "referenceValueAttribute":{
                        "description":"Reference value attribute column shows which other value attribute this belongs to.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeTransactionLines.percentageValues":{
                "properties":{
                    "gtmPercentageValueQualGid":{
                        "description":"The GID for the percentage value qualifier associated with the GTM trade transaction line. ",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "percentageValue":{
                        "description":"The percentage value associated with the GTM trade transaction line.",
                        "type":"number",
                        "format":"double"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeTransactionLines.textLinks":{
                "properties":{
                    "gtmTransLineTextLinkGid":{
                        "description":"The GID for the link between the GTM trade transaction line and the associated text template.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "gtmTransLineTextLinkXid":{
                        "description":"The XID for the link between the GTM trade transaction line and the associated text template.",
                        "type":"string"
                    },
                    "gtmTransactionGid":{
                        "description":"The GID for the GTM trade transaction.",
                        "type":"string"
                    },
                    "documentDefGid":{
                        "description":"The GID for the document type associated with the GTM trade transaction line text template.",
                        "type":"string"
                    },
                    "textTemplateGid":{
                        "description":"The GID for the text template associated with the GTM trade transaction line.",
                        "type":"string"
                    },
                    "textOverride":{
                        "description":"Transactional override for the template on the specific document",
                        "type":"string"
                    },
                    "gtmComplianceRuleGroupGid":{
                        "description":"The GID for the GTM compliance rule set group used to assign a text template to a trade transaction line.",
                        "type":"string"
                    },
                    "gtmComplianceRuleGid":{
                        "description":"The GID for the GTM compliance rule used to assign a text template to a trade transaction line.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeTransactionLines.statuses":{
                "properties":{
                    "statusTypeGid":{
                        "description":"The GID for the transaction line status type.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "statusValueGid":{
                        "description":"The GID for the transaction line status value.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeTransactionLines.otherControls":{
                "properties":{
                    "gtmTrOtherControlGid":{
                        "description":"The GID for the GTM trade transaction line control code for other control screening.",
                        "type":"string"
                    },
                    "gtmTrOtherControlXid":{
                        "description":"The XID for the GTM trade transaction line control code for other control screening.",
                        "type":"string"
                    },
                    "gtmComplianceRuleGroupGid":{
                        "description":"The GID for the compliance rule set group used to assign the control type/control code for other control screening to the GTM trade transaction line.",
                        "type":"string"
                    },
                    "gtmComplianceRuleGid":{
                        "description":"The GID for the compliance rule used to assign the control type/control code for other control screening to the GTM trade transaction line.",
                        "type":"string"
                    },
                    "gtmControlTypeGid":{
                        "description":"The GID for the control type assigned to the GTM trade transaction line for other control screening.",
                        "type":"string"
                    },
                    "controlCode":{
                        "description":"The control code assigned to the GTM trade transaction line.",
                        "type":"string"
                    },
                    "authorizationText":{
                        "description":"The authorization information entered by a user to release the control assigned to the GTM trade transaction line during other control screening.",
                        "type":"string"
                    },
                    "authorizationAddedBy":{
                        "description":"The user who submitted the authorization.",
                        "type":"string"
                    },
                    "authorizationAddedOn":{
                        "description":"The date the authorization was submitted.  ",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "gtmExceptionControlTypeGid":{
                        "description":"The GID for the exception control type assigned to the GTM trade transaction line during other control screening.",
                        "type":"string"
                    },
                    "gtmExceptionControlCode":{
                        "description":"The exception control code assigned to the GTM trade transaction line during other control screening.",
                        "type":"string"
                    },
                    "exceptionComplianceRuleGid":{
                        "description":"The GID for the compliance rule used to assign the exception control type/control code to the GTM trade transaction line for other control screening.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeTransactionLines.remarks":{
                "properties":{
                    "remarkSequence":{
                        "description":"The sequence number for the GTM trade transaction line remark. ",
                        "type":"number",
                        "format":"int64"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "remarkQualGid":{
                        "description":"The GID for the GTM trade transaction line remark.",
                        "type":"string"
                    },
                    "remarkText":{
                        "description":"The remark text for the GTM trade transaction line. ",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeTransactionLines.licenses":{
                "properties":{
                    "gtmTransLineLicenseSeq":{
                        "description":"The sequence number for the license line assigned to the trade transaction. ",
                        "type":"number",
                        "format":"int64"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "licenseLineGid":{
                        "description":"The GID for the GTM license line.",
                        "type":"string"
                    },
                    "gtmQuantityTypeGid":{
                        "description":"The GID for the GTM quantity qualifier.",
                        "type":"string"
                    },
                    "quantityValue":{
                        "description":"The value of the license line quantity allocated to the trade transaction line.",
                        "type":"number",
                        "format":"double"
                    },
                    "quantityUom":{
                        "description":"The unit of measure of the license line quantity allocated to the trade transaction line. ",
                        "type":"string"
                    },
                    "gtmValueQualifierGid":{
                        "description":"The GID for the GTM value qualifier.",
                        "type":"string"
                    },
                    "licenseExpirationDate":{
                        "description":"The expiration date of the license assigned to the trade transaction line.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "userGid":{
                        "description":"The GID for GTM user which assigned the license to the trade transaction line.",
                        "type":"string"
                    },
                    "assignedDate":{
                        "description":"The date that the license is assigned to the trade transaction line.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "comments":{
                        "description":"Comments.",
                        "type":"string"
                    },
                    "currencyValue":{
                        "description":"The currency value of the license line assigned to the trade transaction.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "exchangeRateGid":{
                        "description":"The Exchange Rate ID used for value conversion between the license and the trade transaction. It is foreign key reference to EXCHANGE_RATE table. ",
                        "type":"string"
                    },
                    "rateExchangeDate":{
                        "description":"The Exchange Rate date used for value conversion between the license and the trade transaction.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "gtmControlTypeGid":{
                        "description":"The control type being released by the license line assigned to the trade transaction.",
                        "type":"string"
                    },
                    "controlCode":{
                        "description":"The control code being released by the license line assigned to the trade transaction.",
                        "type":"string"
                    },
                    "gtmLlUsageSequenceNo":{
                        "description":"The sequence number of the license line usage.",
                        "type":"number",
                        "format":"int64"
                    },
                    "transactionDate":{
                        "description":"Transaction date is set on performing license assignment based on the date qualifier configured on license code option.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "tradeLicenses":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeTransactionLines.licenses.tradeLicenses"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeTransactionLines.licenses.tradeLicenses":{
                "properties":{
                    "licenseGid":{
                        "description":"The GID for the GTM license.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "licenseXid":{
                        "description":"The XID for the GTM license.",
                        "type":"string"
                    },
                    "licenseNumber":{
                        "description":"The license number issued by the licensing authority.",
                        "type":"string"
                    },
                    "licenseCategoryGid":{
                        "description":"The GID for the GTM license category.",
                        "type":"string"
                    },
                    "licenseTypeGid":{
                        "description":"The GID for the GTM license type.",
                        "type":"string"
                    },
                    "licenseCode":{
                        "description":"The license code assigned to the license.",
                        "type":"string"
                    },
                    "gtmRegimeGid":{
                        "description":"The GID for the regime.",
                        "type":"string"
                    },
                    "gtmJurisdictionGid":{
                        "description":"The GID for the jurisdiction.",
                        "type":"string"
                    },
                    "isTemplate":{
                        "description":"Checkbox indicating whether or not this license record will be used as a license template or not.",
                        "type":"boolean"
                    },
                    "indicator":{
                        "description":"Marks the condition or state of the GTM license using colors.",
                        "type":"string"
                    },
                    "userDefined1IconGid":{
                        "description":"Marks the condition or state of the GTM license using images. It is a foreign key reference to ICON table. ",
                        "type":"string"
                    },
                    "userDefined2IconGid":{
                        "description":"Marks the condition or state of the GTM license using images. It is a foreign key reference to ICON table. ",
                        "type":"string"
                    },
                    "userDefined3IconGid":{
                        "description":"Marks the condition or state of the GTM license using images. It is a foreign key reference to ICON table. ",
                        "type":"string"
                    },
                    "userDefined4IconGid":{
                        "description":"Marks the condition or state of the GTM license using images. It is a foreign key reference to ICON table. ",
                        "type":"string"
                    },
                    "userDefined5IconGid":{
                        "description":"Marks the condition or state of the GTM license using images. It is a foreign key reference to ICON table. ",
                        "type":"string"
                    },
                    "isActive":{
                        "description":"Checkbox indicating if the license record is active or not.",
                        "type":"boolean"
                    },
                    "effectiveDate":{
                        "description":"The date on which the license is effective.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "expirationDate":{
                        "description":"The date on which the license expires.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "requestedDate":{
                        "description":"The date on which the license was requested from the licensing authority.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "approvalDate":{
                        "description":"The date on which the license was approved by the licensing authority.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "renewalDate":{
                        "description":"The date on which the license was renewed with the licensing authority.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "endDate":{
                        "description":"The date on which the license ends.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "attribute1":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute2":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute3":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute4":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute5":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute6":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute7":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute8":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute9":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute10":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute11":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute12":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute13":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute14":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute15":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute16":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute17":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute18":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute19":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute20":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attributeNumber1":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber2":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber3":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber4":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber5":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber6":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber7":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber8":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber9":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber10":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate1":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate2":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate3":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate4":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate5":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate6":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate7":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate8":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate9":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate10":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "allowSupplementFromBal":{
                        "description":"Controls automatic additional license assignment. ",
                        "type":"boolean"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeTransactionLines.reqdClassifications":{
                "properties":{
                    "gtmProdClassTypeGid":{
                        "description":"The GID for the required product classification type associated with the GTM trade transaction line.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeTransactionLines.controlScreens":{
                "properties":{
                    "gtmTrControlScreenGid":{
                        "description":"The GID for the GTM trade transaction line control code.",
                        "type":"string"
                    },
                    "gtmTrControlScreenXid":{
                        "description":"The XID for the GTM trade transaction line control code.",
                        "type":"string"
                    },
                    "gtmComplianceRuleGroupGid":{
                        "description":"The GID for the compliance rule set group used to assign the control type/control code to the GTM trade transaction line.",
                        "type":"string"
                    },
                    "gtmComplianceRuleGid":{
                        "description":"The GID for the compliance rule used to assign the control type/control code to the GTM trade transaction line.",
                        "type":"string"
                    },
                    "gtmExceptionControlTypeGid":{
                        "description":"The GID for the exception control type assigned to the GTM trade transaction line.",
                        "type":"string"
                    },
                    "gtmExceptionControlCode":{
                        "description":"The exception control code assigned to the GTM trade transaction line.",
                        "type":"string"
                    },
                    "gtmRegulationReferenceGid":{
                        "description":"The GID for the regulation reference associated with the control assigned to the GTM trade transaction line.",
                        "type":"string"
                    },
                    "gtmControlTypeGid":{
                        "description":"The GID for the control type assigned to the GTM trade transaction line.",
                        "type":"string"
                    },
                    "controlCode":{
                        "description":"The control code assigned to the GTM trade transaction line.",
                        "type":"string"
                    },
                    "licenseNumber":{
                        "description":"The license number associated with the license used to release a control on the GTM trade transaction line.",
                        "type":"string"
                    },
                    "licenseQuantity":{
                        "description":"The quantity from the associated license used to release a control on the GTM trade transaction line.",
                        "type":"number",
                        "format":"double"
                    },
                    "licenseUom":{
                        "description":"The unit of measured for the quantity from the associated license used to release a control on the GTM trade transaction line.",
                        "type":"string"
                    },
                    "licenseAddedBy":{
                        "description":"Specifies who added the license to the GTM trade transaction line.",
                        "type":"string"
                    },
                    "licenseAddedOn":{
                        "description":"Specifies the date on which the license is added to the GTM trade transaction line.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "gtmControlCategory":{
                        "description":"The control category associated with the control type/control code assigned to the GTM trade transaction line.",
                        "type":"string"
                    },
                    "gtmRegistrationGid":{
                        "description":"The GID for the registration associated with the GTM trade transaction line.",
                        "type":"string"
                    },
                    "involvedPartyQualGid":{
                        "description":"The GID for the involved party associated with the control code assigned to the GTM trade transaction line.",
                        "type":"string"
                    },
                    "exceptionComplianceRuleGid":{
                        "description":"The GID for the compliance rule used to assign the exception control type/control code to the GTM trade transaction line.",
                        "type":"string"
                    },
                    "gtmAuthorizationTypeGid":{
                        "description":"The authorization type of the  license number associated with the license used to release a control on the GTM trade transaction line.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeTransactionLines.reportQuantities":{
                "properties":{
                    "gtlrqSeqNum":{
                        "description":"The sequence number of the quantity on the trade transaction line. ",
                        "type":"number",
                        "format":"int64"
                    },
                    "gtmProdClassTypeGid":{
                        "description":"The GID for the product classification type for the reporting quantity.",
                        "type":"string"
                    },
                    "gtmQuantityTypeGid":{
                        "description":"The GID for the GTM quantity qualifier for the reporting quantity.",
                        "type":"string"
                    },
                    "quantityValue":{
                        "description":"The value of the quantity on the trade transaction line for the reporting quantity.",
                        "type":"number",
                        "format":"double"
                    },
                    "uomCode":{
                        "description":"The unit of measure of the quantity on the trade transaction line for the reporting quantity. ",
                        "type":"string"
                    },
                    "attributeName":{
                        "description":"Refers to the unit of measure selected in uom_code. For example, REPORTING UOM1.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "gtmProdClassCodeGid":{
                        "description":"The GID for the product classification code for the reporting quantity.",
                        "type":"string"
                    },
                    "classificationCode":{
                        "description":"Classification code for an item.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeTransactionLines.notes":{
                "properties":{
                    "noteSequenceNo":{
                        "description":"Sequence number of notes.",
                        "type":"number",
                        "format":"int64"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "timestamp":{
                        "description":"Timestamp of the event that is noted.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "summary":{
                        "description":"High level description about the event.",
                        "type":"string"
                    },
                    "note":{
                        "description":"Detailed description about the event.",
                        "type":"string"
                    },
                    "enteredBy":{
                        "description":"The action name or the manual intervention that resulted in this note",
                        "type":"string"
                    },
                    "isSystemGenerated":{
                        "description":"Says if the note is generated by the system or manually added by the user.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeTransactionLines.codes":{
                "properties":{
                    "gtmTypeGid":{
                        "description":"The GID for the GTM type or user-defined type. ",
                        "type":"string"
                    },
                    "gtmCode":{
                        "description":"The corresponding code for the GTM type.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeTransactionLines.dates":{
                "properties":{
                    "dateQualifierGid":{
                        "description":"The GID for the date qualifier.",
                        "type":"string"
                    },
                    "transLineDate":{
                        "description":"The transaction line date.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeTransactionLines.partyScreens":{
                "properties":{
                    "gtmTrPartyScreenGid":{
                        "description":"The GID for the party screening record associated with the GTM trade transaction.",
                        "type":"string"
                    },
                    "gtmTrPartyScreenXid":{
                        "description":"The XID for the party screening record associated with the GTM trade transaction.",
                        "type":"string"
                    },
                    "gtmPartyGid":{
                        "description":"The GID for party associated with the GTM trade transaction line.",
                        "type":"string"
                    },
                    "isPassed":{
                        "description":"The restricted party screening status for a party associated with the GTM trade transaction line.",
                        "type":"boolean"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "contactGid":{
                        "description":"The contact GID. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "contact":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property contactGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeTransactionLines.prodClassifications":{
                "properties":{
                    "gtmTrProdClassificationGid":{
                        "description":"The GID for the product classification assigned to the GTM trade transaction line.",
                        "type":"string"
                    },
                    "gtmTrProdClassificationXid":{
                        "description":"The XID for the product classification assigned to the GTM trade transaction line.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "gtmProdClassCodeGid":{
                        "description":"The GID for the product classification code assigned to the GTM trade transaction line.",
                        "type":"string"
                    },
                    "isFixed":{
                        "description":"Used to indicate if the assigned product classification code is fixed and should not be changed.",
                        "type":"boolean"
                    },
                    "tradeDirection":{
                        "description":"Trade Direction of the product classification. This field is deprecated and should not be used.",
                        "type":"string"
                    },
                    "gtmProductClassTypeGid":{
                        "description":"The GID for the product classification type assigned to the GTM trade transaction line.",
                        "type":"string"
                    },
                    "bindingRulingNumber":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "bindingRulingEffectiveDate":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "bindingRulingExpirationDate":{
                        "description":"Indicates expiration date of binding ruling.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "gtmProdClassPurposeGid":{
                        "description":"The GID of product classification purpose added to GTM Trade Transaction Line. ",
                        "type":"string"
                    },
                    "classificationCode":{
                        "description":"Classification code for an item.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeTransactionLines.involvedParties":{
                "properties":{
                    "involvedPartyQualGid":{
                        "description":"The GID for the involved party qualifier.",
                        "type":"string"
                    },
                    "involvedPartyContactGid":{
                        "description":"The GID for the involved party contact or party. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "involvedPartyContact":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property involvedPartyContactGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "comMethodGid":{
                        "description":"The GID for the communication method of the involved party.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeTransactionLines.sanctions":{
                "properties":{
                    "gtmTrSanctionGid":{
                        "description":"The GID for sanction assigned to the GTM trade transaction line.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "gtmComplianceRuleGroupGid":{
                        "description":"The GID for compliance rule set group used to assign the sanction to the GTM trade transaction.",
                        "type":"string"
                    },
                    "gtmComplianceRuleGid":{
                        "description":"The GID for compliance rule used to assign the sanction to the GTM trade transaction.",
                        "type":"string"
                    },
                    "gtmControlTypeGid":{
                        "description":"The GID for the sanction control type assigned to the GTM trade transaction.",
                        "type":"string"
                    },
                    "controlCode":{
                        "description":"The sanction control code assigned to the GTM trade transaction.",
                        "type":"string"
                    },
                    "gtmTrSanctionXid":{
                        "description":"The XID for the sanction assigned to the GTM trade transaction.",
                        "type":"string"
                    },
                    "authorizationText":{
                        "description":"The authorization used to override a sanction assigned to the GTM trade transaction line.",
                        "type":"string"
                    },
                    "authorizationAddedBy":{
                        "description":"The user who added the authorization used to override a sanction.",
                        "type":"string"
                    },
                    "authorizationAddedOn":{
                        "description":"The date on which an authorization is added to the sanction.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeTransactionLines.reqdocLinks":{
                "properties":{
                    "gtmTransLineReqdocLinkGid":{
                        "description":"The GID for the required document associated with the GTM trade transaction line.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "gtmTransLineReqdocLinkXid":{
                        "description":"The XID for the required document associated with the GTM trade transaction line.",
                        "type":"string"
                    },
                    "gtmTransactionGid":{
                        "description":"The GID for the GTM trade transaction.",
                        "type":"string"
                    },
                    "documentDefGid":{
                        "description":"Required document type for the GTM trade transaction.",
                        "type":"string"
                    },
                    "gtmComplianceRuleGroupGid":{
                        "description":"The GID for the compliance rule set group.",
                        "type":"string"
                    },
                    "gtmComplianceRuleGid":{
                        "description":"The GID for the compliance rule.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeTransactionLines.refnums":{
                "properties":{
                    "gtmTranslineRefnumQualGid":{
                        "description":"The GID for the GTM trade transaction line reference number qualifier.",
                        "type":"string"
                    },
                    "refnumValue":{
                        "description":"The value of the reference number.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "packagingReferenceUnits":{
                "properties":{
                    "packagingReferenceUnitGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "packagingReferenceUnitXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "packagingReferenceUnitName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "applicationRule":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "groupingRule":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "hazmatExternalDistanceEngineMappings":{
                "properties":{
                    "hazmatEdeMappingSeqNo":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "hazmatItemGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "edeType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "hazmatType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "invoiceStopReasons":{
                "properties":{
                    "invoiceStopReasonGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "invoiceStopReasonXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "invoiceStopReasonDesc":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "regionGroups":{
                "properties":{
                    "regionGroupGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "regionGroupXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "regionGroupName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "details":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/regionGroups.details"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "regionGroups.details":{
                "properties":{
                    "regionGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "equipmentMarkLists":{
                "properties":{
                    "equipmentMarkListGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "equipmentMarkListXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "details":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/equipmentMarkLists.details"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "equipmentMarkLists.details":{
                "properties":{
                    "equipmentMarkGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "claimLineItemReferenceNumberQualifiers":{
                "properties":{
                    "claimLiRefnumQualGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "claimLiRefnumQualXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isVisibleIfMasterCarrier":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "defaultRefnumBnTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateFlag":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradePreferences":{
                "properties":{
                    "gtmTradePreferenceGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmTradePreferenceXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmTradePreferenceName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "code":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmProdClassTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "junctionCodes":{
                "properties":{
                    "junctionCodeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "junctionCodeXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "orderBaseReferenceNumberQualifiers":{
                "properties":{
                    "obRefnumQualGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "obRefnumQualXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "obRefnumQualDesc":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isVisibleIfMasterCarr":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "defaultRefnumBnTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateFlag":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "obRefnumSequenceNo":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "userMenuLayouts":{
                "properties":{
                    "userMenuLayoutGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userMenuLayoutXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isMigrated":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "hazmatPackageTypes":{
                "properties":{
                    "hazmatPackageTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "hazmatPackageTypeXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "adjustmentReasons":{
                "properties":{
                    "adjustmentReasonGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "adjustmentReasonXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "regimes":{
                "properties":{
                    "gtmRegimeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmRegimeXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "category":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmRegulationReferenceGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "effectiveFrom":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "effectiveTo":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "exchangeRateGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "defaultCurrencyGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "overrideExchangeRateGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "exchangeRateTolerance":{
                        "description":"No description.",
                        "type":"number",
                        "format":"double"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "regulationReferences":{
                "properties":{
                    "gtmRegulationReferenceGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "gtmRegulationReferenceXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "regulationNotes":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "url":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "capacityUsages":{
                "properties":{
                    "capacityUsageGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "capacityUsageXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "capacityLimitGid":{
                        "description":"No description. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "capacityLimit":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property capacityLimitGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/capacityLimits"
                            }
                        ],
                        "readOnly":true
                    },
                    "capacityGroupGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "equipmentTypeGid":{
                        "description":"No description. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "equipmentType":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property equipmentTypeGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/equipmentTypes"
                            }
                        ],
                        "readOnly":true
                    },
                    "xLaneGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "startDate":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "endDate":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "limit":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "usage":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "isOverride":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "isActive":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "capacityLimitGroupGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "reservationNum":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "routeCodeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "externalDistanceEngines":{
                "properties":{
                    "distanceExternalEngineGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "distanceExternalEngineXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "distanceExternalEngineDesc":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "javaClass":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "cacheControlType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "countyOverrideGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "externalSystemGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "connectionType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "externalEngineType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "parameters":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/externalDistanceEngines.parameters"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "geoHierarchies":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/externalDistanceEngines.geoHierarchies"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "externalDistanceEngines.parameters":{
                "properties":{
                    "parm":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "countryCode3Gid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "value":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "externalDistanceEngines.geoHierarchies":{
                "properties":{
                    "countryCode3Gid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "geoHierarchyGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "shipments":{
                "properties":{
                    "shipmentGid":{
                        "description":"The GID for the shipment.",
                        "type":"string"
                    },
                    "shipmentXid":{
                        "description":"The XID for the shipment.",
                        "type":"string"
                    },
                    "shipmentName":{
                        "description":"A descriptive name of the shipment.",
                        "type":"string"
                    },
                    "transportModeGid":{
                        "description":"A unique identifier to define the transportation modes.",
                        "type":"string"
                    },
                    "isTemplate":{
                        "description":"Indicates whether a shipment is a template. This attribute is marked as Create-Only.",
                        "type":"boolean"
                    },
                    "isPrimary":{
                        "description":"Indicates if the shipment is the primary shipment related to an order (bookings) path.",
                        "type":"boolean"
                    },
                    "isSpotCosted":{
                        "description":"Y/N based on whether the shipment cost is a spot cost specified by the service provider during a spot bid/broadcast tender.",
                        "type":"boolean",
                        "readOnly":true
                    },
                    "isCreditNote":{
                        "description":"Y/N based on an associated credit note.",
                        "type":"boolean"
                    },
                    "cmPrevDestLocationGid":{
                        "description":"The destination location of the previous shipment in the continuous move tour. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "cmPrevDestLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property cmPrevDestLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "cmNextSourceLocationGid":{
                        "description":"The source location of the next shipment in the continuous move tour. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "cmNextSourceLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property cmNextSourceLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "totalActualCost":{
                        "description":"The total actual cost of the shipment. This attribute is marked as Create-Only.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "totalWeightedCost":{
                        "description":"The total weighted cost of the shipment considering any additional preference weighting to influence selection positive or negative. This attribute is marked as Create-Only.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "totalTransCost":{
                        "description":"The total cost of the shipment. It represents the total transportation cost after applying the rebate.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ],
                        "readOnly":true
                    },
                    "loadedDistance":{
                        "description":"The total distance that the truck or the transportation mode will travel when the shipment is loaded.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "unloadedDistance":{
                        "description":"The total distance that the truck or the transportation mode will travel when empty.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "sourceLocationGid":{
                        "description":"The GID of the source location of the shipment. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "sourceLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property sourceLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "destLocationGid":{
                        "description":"The GID of the destination location of the shipment. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "destLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property destLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "startTime":{
                        "description":"The actual shipment start time. Initially it is the system expected start time. It is updated once the carrier actually starts the shipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "endTime":{
                        "description":"The time the shipment is delivered. Initially this is the system expected delivery time. It is updated with the actual delivery time when the shipment is delivered.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "freightTerms":{
                        "description":"The freight terms for the shipment, such as prepaid or collect.",
                        "type":"string"
                    },
                    "parentLegGid":{
                        "description":"The parent leg associated with the itinerary that may have been used to plan the shipment.",
                        "type":"string",
                        "readOnly":true
                    },
                    "voyageGid":{
                        "description":"The voyage identifier associated with the shipment if this shipment is planned using a voyage that has been loaded into the voyage table.",
                        "type":"string"
                    },
                    "servprovGid":{
                        "description":"The service provider identifier associated with the shipment. This attribute is marked as Create-Only. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "servprov":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property servprovGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/serviceProviders"
                            }
                        ],
                        "readOnly":true
                    },
                    "rateOfferingGid":{
                        "description":"The rate offering (contract) identifier that is used by the service provider moving this shipment.",
                        "type":"string"
                    },
                    "rateGeoGid":{
                        "description":"The detailed rate record (contract) identifier that is used by the service provider moving this shipment.",
                        "type":"string"
                    },
                    "originalShipmentGid":{
                        "description":"If the shipment represents a secondary charge, this points back to the \"parent\" shipment for which the secondary shipment is a \"child\".",
                        "type":"string"
                    },
                    "shipmentGroupGid":{
                        "description":"The shipment group identifier if this shipment is placed into a single group. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "shipmentGroup":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property shipmentGroupGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/shipmentGroups"
                            }
                        ],
                        "readOnly":true
                    },
                    "isAutoMergeConsolidate":{
                        "description":"Y/N indicating if the auto merge consolidation rule was used from the itinerary when creating this shipment. (View Only)",
                        "type":"boolean",
                        "readOnly":true
                    },
                    "perspective":{
                        "description":"The indicates if the shipment is a buy or sell perspective.",
                        "type":"string"
                    },
                    "flightInstanceId":{
                        "description":"The flight instance (date of flight) identifier associated with the shipment if this shipment is planned using a flight in the flight table.",
                        "type":"number",
                        "format":"int64"
                    },
                    "totalWeight":{
                        "description":"The total weight of the shipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "totalVolume":{
                        "description":"The total volume of the shipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "totalShipUnitCount":{
                        "description":"The total ship unit count of the shipment.",
                        "type":"number",
                        "format":"int64"
                    },
                    "totalPackagingUnitCount":{
                        "description":"The total packaging unit count of the shipment.",
                        "type":"number",
                        "format":"int32",
                        "readOnly":true
                    },
                    "totalItemPackageCount":{
                        "description":"The total item package count of the shipment.",
                        "type":"number",
                        "format":"int32",
                        "readOnly":true
                    },
                    "intermediaryCorporationGid":{
                        "description":"The intermediary corporation identifier if this shipment is being managed by an additional party to the shipper and carrier relationship such as a 3PL corporation. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "intermediaryCorporation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property intermediaryCorporationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/corporations"
                            }
                        ],
                        "readOnly":true
                    },
                    "shipmentTypeGid":{
                        "description":"The shipment type associated with the shipment. This is a system value such as transport, secondary charge shipment, or non-freight related.",
                        "type":"string"
                    },
                    "routeCodeCombinationGid":{
                        "description":"The route code combination identifier of the shipment used for specifying rail shipments.",
                        "type":"string",
                        "readOnly":true
                    },
                    "railInterModalPlanGid":{
                        "description":"The rail intermodal plan identifier of the shipment used for intermodal rail shipments.",
                        "type":"string"
                    },
                    "customerRateCode":{
                        "description":"The customer rate identifier associated with the shipment if this shipment is planned using a customer.",
                        "type":"string"
                    },
                    "cofcTofc":{
                        "description":"The trailer or flat car or the container on flat car code for rail shipments.",
                        "type":"string"
                    },
                    "railReturnLocationGid":{
                        "description":"The rail return location identifier of the rail shipment. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "railReturnLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property railReturnLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "railReturnRouteGid":{
                        "description":"The rail return route identifier of the rail shipment.",
                        "type":"string"
                    },
                    "rule11Indicator":{
                        "description":"The rule 11 indicator of the shipment used for managing rail.",
                        "type":"string"
                    },
                    "currentStopNum":{
                        "description":"The stop number within the shipment. Stop number = 1 is the pickup stop, and the max (stop number) for a shipment is the delivery stop.",
                        "type":"number",
                        "format":"int32",
                        "readOnly":true
                    },
                    "shipmentAsWork":{
                        "description":"Indicates the shipment as work. This attribute is marked as Create-Only.",
                        "type":"boolean"
                    },
                    "secondaryChargeRuleGid":{
                        "description":"The secondary charge rule identifier that was used to generate the shipment if this is a secondary charge shipment.",
                        "type":"string",
                        "readOnly":true
                    },
                    "checkTimeConstraint":{
                        "description":"The indicator to check the time constraints associated with the shipment.",
                        "type":"boolean"
                    },
                    "checkCostConstraint":{
                        "description":"The indicator to check cost constraints associated with the shipment",
                        "type":"boolean"
                    },
                    "checkCapacityConstraint":{
                        "description":"The indicator to check the capacity constraints associated with the shipment.",
                        "type":"boolean"
                    },
                    "cmName":{
                        "description":"The shipment GID of the first shipment in the tour. If the continuous move tour is received as input, this is the supplied tour ID.",
                        "type":"string",
                        "readOnly":true
                    },
                    "cmSequenceNum":{
                        "description":"Indicates the shipment's sequence in the continuous move tour.",
                        "type":"number",
                        "format":"int32",
                        "readOnly":true
                    },
                    "cmCost":{
                        "description":"The shipment cost when the shipment is part of a continuous move tour.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "cmEmptyDistance":{
                        "description":"The empty leg distance between previous and this shipments.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "hazmatModeGid":{
                        "description":"The hazmat mode identifier that is associated with the shipment.",
                        "type":"string"
                    },
                    "hazmatRegionGid":{
                        "description":"The hazmat region identifier that is associated with the shipment.",
                        "type":"string"
                    },
                    "weighCode":{
                        "description":"The weigh code of the shipment that identifies the weight type.",
                        "type":"string"
                    },
                    "rule7":{
                        "description":"A Y/N indicator from the shipper to the carrier that the shipper is not liable for freight charges.",
                        "type":"boolean"
                    },
                    "shipmentReleased":{
                        "description":"A Y/N indicator used for rail shipments that indicate that the shipment is ready.",
                        "type":"boolean"
                    },
                    "processingCodeGid":{
                        "description":"The processing code GID.",
                        "type":"string"
                    },
                    "airRailRouteCode":{
                        "description":"A transportation mode code that is informational for the shipment.",
                        "type":"string"
                    },
                    "paymentMethodCodeGid":{
                        "description":"The payment method code identifier.",
                        "type":"string"
                    },
                    "incoTermGid":{
                        "description":"The Incoterm identifier associated with the shipment.",
                        "type":"string"
                    },
                    "dimWeight":{
                        "description":"The dimensional weight that was calculated for the shipment when using the dimensional rating (DIM) factor.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ],
                        "readOnly":true
                    },
                    "plannedCost":{
                        "description":"The cost when the original shipment was created. This attribute is marked as Create-Only.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "termLocationText":{
                        "description":"The term location text that is informational for the shipment.",
                        "type":"string"
                    },
                    "tariffOrganizationNumber":{
                        "description":"The tariff organization number, for informational purposes.",
                        "type":"string"
                    },
                    "tariffOrganizationName":{
                        "description":"The tariff organization name, for informational purposes.",
                        "type":"string"
                    },
                    "tariffName":{
                        "description":"The tariff name, for informational purposes.",
                        "type":"string"
                    },
                    "tariffNumber":{
                        "description":"The tariff number, for informational purposes.",
                        "type":"string"
                    },
                    "tariffDate":{
                        "description":"The tariff date, for informational purposes.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "isHazardous":{
                        "description":"A Y/N indicator specifying that the shipment is identified as having hazardous material.",
                        "type":"boolean"
                    },
                    "isTemperatureControl":{
                        "description":"A Y/N indicator specifying that the shipment is identified as needing temperature control.",
                        "type":"boolean"
                    },
                    "isCostFixed":{
                        "description":"A Y/N indicator that identifies the shipment having fixed cost that will not be recalculated if the shipment is modified.",
                        "type":"boolean"
                    },
                    "isServiceTimeFixed":{
                        "description":"A Y/N indicator that identifies the shipment having fixed service time that will not be recalculated if the shipment is modified.",
                        "type":"boolean"
                    },
                    "isRateGeoFixed":{
                        "description":"A Y/N indicator that the rate detail (rate geo) has been fixed by the user and will not be reassigned if the shipment is modified.",
                        "type":"boolean"
                    },
                    "isRateOfferingFixed":{
                        "description":"A Y/N indicator that the rate offering has been fixed by the user and will not be reassigned.",
                        "type":"boolean"
                    },
                    "isServprovFixed":{
                        "description":"A Y/N indicator that the service provider has been fixed by the user and will not be reassigned.",
                        "type":"boolean"
                    },
                    "isPreload":{
                        "description":"A Y/N indicator specifying that the shipment is pre-load prior to carrier arriving for transport.",
                        "type":"boolean"
                    },
                    "isFixedTenderContact":{
                        "description":"A Y/N indicator that the tender contact individual has been fixed by the user and will not be reassigned.",
                        "type":"boolean",
                        "readOnly":true
                    },
                    "isToBeHeld":{
                        "description":"A Y/N indicator specifying that the shipment is to be held by the carrier.",
                        "type":"boolean"
                    },
                    "isPreferredCarrier":{
                        "description":"Indicates if the carrier selected for the shipment is preferred.",
                        "type":"boolean"
                    },
                    "isEquipmentFixed":{
                        "description":"Checks if a service provider can update the equipment number and equipment initials when accepting a tendered shipment.",
                        "type":"boolean"
                    },
                    "isRecalcTotals":{
                        "description":"Turns on/off totaling logic.",
                        "type":"boolean"
                    },
                    "hasAppointments":{
                        "description":"Indicates if any stops on the shipment have appointments.",
                        "type":"boolean"
                    },
                    "contactGid":{
                        "description":"The contact identifier linking in the contact table information to the shipment. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string",
                        "readOnly":true
                    },
                    "contact":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property contactGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "bulkPlanGid":{
                        "description":"If the shipment was planned via the bulk plan process, then this is the global identifier for the bulk plan.",
                        "type":"string",
                        "readOnly":true
                    },
                    "totalNumReferenceUnits":{
                        "description":"The total number of reference units of the shipment as defined by the equipment reference units.",
                        "type":"number",
                        "format":"double",
                        "readOnly":true
                    },
                    "itineraryGid":{
                        "description":"The itinerary identifier that was used to build the shipment if it was built with the planning logic. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string",
                        "readOnly":true
                    },
                    "itinerary":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property itineraryGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/itineraries"
                            }
                        ],
                        "readOnly":true
                    },
                    "feasibilityCodeGid":{
                        "description":"The feasibility code associated with the shipment can identify shipment infeasibilities.",
                        "type":"string",
                        "readOnly":true
                    },
                    "numOrderReleases":{
                        "description":"The number of order releases that are on this shipment.",
                        "type":"number",
                        "format":"int32"
                    },
                    "numStops":{
                        "description":"The number of shipment stop records related to this shipment.",
                        "type":"number",
                        "format":"int32"
                    },
                    "totalNetWeight":{
                        "description":"The total net weight of all the freight on the shipment as summed with the shipment ship unit lines net weight.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "totalNetVolume":{
                        "description":"The total net volume of all the freight on the shipment as summed with the shipment ship unit lines net volume.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "earliestStartTime":{
                        "description":"The earliest start time that will make this shipment feasible.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "latestStartTime":{
                        "description":"The latest start time that will make this shipment feasible.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "lastEventGroupGid":{
                        "description":"The last event group identifier specifies the event group code of the last tracking event that was received against the shipment.",
                        "type":"string",
                        "readOnly":true
                    },
                    "repetitionScheduleGid":{
                        "description":"The repetition schedule associated with the shipment if the shipment was built utilizing a repetition schedule.",
                        "type":"string",
                        "readOnly":true
                    },
                    "inTrailerBuild":{
                        "description":"Indicates that this shipment is in a trailer build shipment group.",
                        "type":"boolean",
                        "readOnly":true
                    },
                    "firstEquipmentGroupGid":{
                        "description":"A shipment can contain multiple equipment records. This value is associated to the first equipment group defined for the shipment.",
                        "type":"string",
                        "readOnly":true
                    },
                    "bulkCmGid":{
                        "description":"The identifier for the bulk continuous move if the shipment was selected in the bulk continuous move process.",
                        "type":"string"
                    },
                    "vesselGid":{
                        "description":"The vessel that the shipment is on. If populated, this actually overrides the value that is in the voyage table.",
                        "type":"string"
                    },
                    "userDefined1IconGid":{
                        "description":"The GID for the user defined image/icon. Up to five user-defined image fields can be configured to appear on the Search and Results page that let you query and review the images that are assigned to a business object. Images can be assigned to business objects to visually emphasize certain characteristics such as shipments containing hazardous material, orders for hot commodities, or shipments with over dimensional freight.",
                        "type":"string"
                    },
                    "userDefined2IconGid":{
                        "description":"The GID for the user defined image/icon. Up to five user-defined image fields can be configured to appear on the Search and Results page that let you query and review the images that are assigned to a business object. Images can be assigned to business objects to visually emphasize certain characteristics such as shipments containing hazardous material, orders for hot commodities, or shipments with over dimensional freight.",
                        "type":"string"
                    },
                    "userDefined3IconGid":{
                        "description":"The GID for the user defined image/icon. Up to five user-defined image fields can be configured to appear on the Search and Results page that let you query and review the images that are assigned to a business object. Images can be assigned to business objects to visually emphasize certain characteristics such as shipments containing hazardous material, orders for hot commodities, or shipments with over dimensional freight.",
                        "type":"string"
                    },
                    "userDefined4IconGid":{
                        "description":"The GID for the user defined image/icon. Up to five user-defined image fields can be configured to appear on the Search and Results page that let you query and review the images that are assigned to a business object. Images can be assigned to business objects to visually emphasize certain characteristics such as shipments containing hazardous material, orders for hot commodities, or shipments with over dimensional freight.",
                        "type":"string"
                    },
                    "userDefined5IconGid":{
                        "description":"The GID for the user defined image/icon. Up to five user-defined image fields can be configured to appear on the Search and Results page that let you query and review the images that are assigned to a business object. Images can be assigned to business objects to visually emphasize certain characteristics such as shipments containing hazardous material, orders for hot commodities, or shipments with over dimensional freight.",
                        "type":"string"
                    },
                    "sourceLocationOverrideGid":{
                        "description":"The location identifier that will override the source location that is defined for the shipment.",
                        "type":"string"
                    },
                    "destLocationOverrideGid":{
                        "description":"The location identifier that will override the destination location that is defined for the shipment.",
                        "type":"string"
                    },
                    "equipmentReferenceUnitGid":{
                        "description":"The equipment reference unit GID that is associated with the equipment reference unit utilization of the shipment.",
                        "type":"string"
                    },
                    "scheduleType":{
                        "description":"When the schedule type is populated, it is a consol.",
                        "type":"string",
                        "readOnly":true
                    },
                    "weightUtilization":{
                        "description":"The weight utilization of the shipment as defined by the weight of the freight and the maximum capacity of the equipment.",
                        "type":"number",
                        "format":"double"
                    },
                    "volumeUtilization":{
                        "description":"The volume utilization of the shipment as defined by the volume of the freight and the maximum capacity of the equipment.",
                        "type":"number",
                        "format":"double"
                    },
                    "equipRefUnitUtilization":{
                        "description":"The equipment reference utilization of the shipment as defined by the equipment reference unit amount of the freight and the maximum capacity of the equipment.",
                        "type":"number",
                        "format":"double"
                    },
                    "jobGid":{
                        "description":"The job GID identifier of the shipment, if the shipment is assigned to a job.",
                        "type":"string"
                    },
                    "portOfLoadLocationGid":{
                        "description":"The location ID of the port of load for the primary leg carrier. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "portOfLoadLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property portOfLoadLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "portOfLoadOverrideLocGid":{
                        "description":"The location override ID of the port of load for the primary leg carrier.",
                        "type":"string"
                    },
                    "portOfDisLocationGid":{
                        "description":"The location ID of the port of discharge for the primary leg carrier. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "portOfDisLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property portOfDisLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "portOfDisOverrideLocGid":{
                        "description":"The location override ID of the port of discharge for the primary leg carrier.",
                        "type":"string"
                    },
                    "insurancePolicyNumber":{
                        "description":"The insurance policy number that covers this shipment, for informational purposes.",
                        "type":"string"
                    },
                    "insuranceAmount":{
                        "description":"The insurance amount of the shipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "insurancePremium":{
                        "description":"The insurance premium of the shipment, for informational purposes.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "bolType":{
                        "description":"The bill of lading type defined for the shipment, used for report management.",
                        "type":"string"
                    },
                    "bolIssuanceType":{
                        "description":"The bill of lading issuance type identifier.",
                        "type":"string"
                    },
                    "consolGid":{
                        "description":"The consol identifier if the shipment has been built from a consol structure. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "consol":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property consolGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/consols"
                            }
                        ],
                        "readOnly":true
                    },
                    "placeReceiptLocationGid":{
                        "description":"The place receipt location identifier specifying the location where ownership of freight starts. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "placeReceiptLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property placeReceiptLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "placeDeliverLocationGid":{
                        "description":"The place deliver location identifier specifying the location where ownership of freight ends with delivery. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "placeDeliverLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property placeDeliverLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "sailDate":{
                        "description":"The sail date of the shipment that is populated if the shipment utilizes the vessel schedules.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "railDate":{
                        "description":"The rail date of the shipment that is populated if the shipment utilizes the rail schedules.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "sailCutoffDate":{
                        "description":"The sail cutoff (date of sail) identifier associated with the shipment if this shipment is planned using a sail on the sail table.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "portDischargeEta":{
                        "description":"The estimated port of discharge date associated with ocean-going shipments.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "portOfExitDate":{
                        "description":"The estimated port of exit (for international shipments) associated with ocean going shipments.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "portExitLocGid":{
                        "description":"The designated port the freight will be exiting the country for international shipments. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "portExitLoc":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property portExitLocGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "containerDeliveryLocGid":{
                        "description":"The container delivery location identifier establishing where the ocean going container will be delivered after unloading freight. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "containerDeliveryLoc":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property containerDeliveryLocGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "containerPickupLocGid":{
                        "description":"The container pickup location identifier establishing where the ocean-going container will be picked up prior to loading with freight. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "containerPickupLoc":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property containerPickupLocGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "nfrcRuleGid":{
                        "description":"The NFRC (non freight related charge) rule that was used to generate the shipment if the shipment is a NFRC type of shipment.",
                        "type":"string"
                    },
                    "isCpctyOverrideApplicable":{
                        "description":"A Y/N indicator specifying if the capacity override is applicable where capacity defines the resource a service provider has available for assignment.",
                        "type":"boolean"
                    },
                    "plannedRateOfferingGid":{
                        "description":"The initial planned rate offering ID. It is set when shipment initially gets planned. It will not be changed thereafter.",
                        "type":"string",
                        "readOnly":true
                    },
                    "plannedTransportModeGid":{
                        "description":"The initial planned transport mode ID. It is set when shipment initially gets planned. It will not be changed thereafter.",
                        "type":"string",
                        "readOnly":true
                    },
                    "plannedServprovGid":{
                        "description":"The initial planned service provider ID. It is set when shipment initially gets planned. It will not be changed thereafter. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string",
                        "readOnly":true
                    },
                    "plannedServprov":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property plannedServprovGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/serviceProviders"
                            }
                        ],
                        "readOnly":true
                    },
                    "plannedRateGeoGid":{
                        "description":"The initial planned rate record ID. It is set when shipment initially gets planned. It will not be changed thereafter.",
                        "type":"string",
                        "readOnly":true
                    },
                    "isPermanent":{
                        "description":"Set this flag to 'Y' if the shipment should not be automatically deleted as a result of unassign/merge/split action. In this case, the shipment should be specifically deleted in \"delete shipment\" action.",
                        "type":"boolean"
                    },
                    "isMemoBl":{
                        "description":"Indicate how to handle B/L. Y: no bill of lading generated for this shipment. N: bill of lading generated for this shipment.",
                        "type":"boolean"
                    },
                    "dutyPaid":{
                        "description":"The duty paid of the shipment.",
                        "type":"string"
                    },
                    "exchangeRateDate":{
                        "description":"Indicates the date to be used for any currency conversions; if null, the latest conversion should be used.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "currencyGid":{
                        "description":"Indicates the currency to be used for cost totals; if null, the first shipment cost of type base will dictate the currency.",
                        "type":"string"
                    },
                    "exchangeRateGid":{
                        "description":"Indicates the set of exchange rates to use for currency conversions; if null, the default set should be used.",
                        "type":"string"
                    },
                    "totMatchedInvoiceCost":{
                        "description":"The total matched invoice cost associated with the shipment after the match and pay process runs in freight payment. This attribute is marked as Create-Only.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "originalInvoiceCost":{
                        "description":"The original invoice cost at the point when the invoice was initially created or matched to the shipment. This attribute is marked as Create-Only.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "totalApprovedCost":{
                        "description":"The total approved cost associated with the shipment after the approval step in the freight payment process. This attribute is marked as Create-Only.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "sourcePierLocationGid":{
                        "description":"The source operational location. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "sourcePierLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property sourcePierLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "destPierLocationGid":{
                        "description":"The destination operational location. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "destPierLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property destPierLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "primaryOrderBaseGid":{
                        "description":"A shipment can contain multiple orders and these orders can refer to multiple order bases. The bill to party of an order base is carried forward to the shipment. This field reflects the order base identifier that was used to establish this value. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "primaryOrderBase":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property primaryOrderBaseGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/orderBases"
                            }
                        ],
                        "readOnly":true
                    },
                    "totalDeclaredValue":{
                        "description":"The total declared value of the goods on the shipment. This is the sum of the declared values of the shipment ship unit lines.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "isProfitSplit":{
                        "description":"Indicates if the NFRC shipment will be profit split.",
                        "type":"boolean"
                    },
                    "shippingAgentContactGid":{
                        "description":"Indicate if this NFRC is created from the Assign Shipping Agent action on the job.",
                        "type":"string"
                    },
                    "isAdvancedCharge":{
                        "description":"A Y/N indicator specifying that this NFRC shipment is built as an advanced charge.",
                        "type":"boolean"
                    },
                    "loadConfigEngineTypeGid":{
                        "description":"Null type means no load configuration is performed on the shipment.",
                        "type":"string"
                    },
                    "appointmentPriorityGid":{
                        "description":"The appointment priority identifier associated with the shipment.",
                        "type":"string"
                    },
                    "isFixedDistance":{
                        "description":"Boolean, defaults to N. When set to Y, this flag indicates a user-entered value for the total loaded distance field.",
                        "type":"boolean"
                    },
                    "deliveringServprovGid":{
                        "description":"The service provider who is the delivering service provider for this shipment. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string",
                        "readOnly":true
                    },
                    "deliveringServprov":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property deliveringServprovGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/serviceProviders"
                            }
                        ],
                        "readOnly":true
                    },
                    "originatingServprovGid":{
                        "description":"The service provider who is the originating service provider for this shipment. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string",
                        "readOnly":true
                    },
                    "originatingServprov":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property originatingServprovGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/serviceProviders"
                            }
                        ],
                        "readOnly":true
                    },
                    "chargeableWeight":{
                        "description":"The dimensional weight as determined by the rating process.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ],
                        "readOnly":true
                    },
                    "fixedServiceDays":{
                        "description":"The fixed number of service days, if returned by the rating engine.",
                        "type":"number",
                        "format":"int32"
                    },
                    "sightingLocationGid":{
                        "description":"The location where the shipment was last sighted. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string",
                        "readOnly":true
                    },
                    "sightingLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property sightingLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "sightingDate":{
                        "description":"The date and time when the shipment was last sighted at the sighting location.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ],
                        "readOnly":true
                    },
                    "prevSightingLocationGid":{
                        "description":"The location identifier for the previous sighting location used for rail shipment and tracking events. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string",
                        "readOnly":true
                    },
                    "prevSightingLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property prevSightingLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "prevSightingDate":{
                        "description":"The date associated with the previous sighting location and in the tracking event.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ],
                        "readOnly":true
                    },
                    "driverGid":{
                        "description":"The driver or primary team driver assigned to the shipment. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "driver":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property driverGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/drivers"
                            }
                        ],
                        "readOnly":true
                    },
                    "secondaryDriverGid":{
                        "description":"The secondary team driver assigned to the shipment. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "secondaryDriver":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property secondaryDriverGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/drivers"
                            }
                        ],
                        "readOnly":true
                    },
                    "powerUnitGid":{
                        "description":"The power unit assigned to the shipment. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "powerUnit":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property powerUnitGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/powerUnits"
                            }
                        ],
                        "readOnly":true
                    },
                    "driverAssignBulkPlanGid":{
                        "description":"Fleet bulk plan ID for driver assignment.",
                        "type":"string",
                        "readOnly":true
                    },
                    "equipmentAssignBulkPlanGid":{
                        "description":"Fleet bulk plan ID for equipment assignment.",
                        "type":"string",
                        "readOnly":true
                    },
                    "prevDropInventoryProcessed":{
                        "description":"Indicates fleet equipment inventory processing for driver's previous shipment's equipment.",
                        "type":"boolean"
                    },
                    "pickInventoryProcessed":{
                        "description":"Indicates fleet equipment inventory processing for picking an empty equipment before freight.",
                        "type":"boolean"
                    },
                    "dropInventoryProcessed":{
                        "description":"Indicates fleet equipment inventory processing for dropping an empty equipment after freight.",
                        "type":"boolean"
                    },
                    "dimVolume":{
                        "description":"The dimensional volume. Mathematical weight equivalence according to specified dim rate factor.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ],
                        "readOnly":true
                    },
                    "chargeableVolume":{
                        "description":"The actual volume used in calculating the cost of the shipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"The database domain where this data is stored.",
                        "type":"string"
                    },
                    "planningParameterSetGid":{
                        "description":"The parameter set GID which is used in building this shipment.",
                        "type":"string",
                        "readOnly":true
                    },
                    "numEquipmentOrdered":{
                        "description":"The number of equipment ordered. This is manually set by the user and can be rated on.",
                        "type":"number",
                        "format":"int32"
                    },
                    "emPhoneNumber":{
                        "description":"The emergency phone number when shipping hazardous materials. The 24 hours contact for the shipment.",
                        "type":"string"
                    },
                    "parcelZone":{
                        "description":"The ship to mail zone. A price key used for parcel rate calculations.",
                        "type":"string"
                    },
                    "attribute1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attributeNumber1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeCurrency1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "attributeCurrency2":{
                        "description":"The attribute currency of the shipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "attributeCurrency3":{
                        "description":"The attribute currency of the shipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "combinationEquipGrpGid":{
                        "description":"The equipment group associated with the shipment if the shipment contains combination trailers or combination compartments. This attribute is marked as Create-Only. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "combinationEquipGrp":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property combinationEquipGrpGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/equipmentGroups"
                            }
                        ],
                        "readOnly":true
                    },
                    "siCutoffDate":{
                        "description":"The shippers instruction cutoff date associated with the shipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "cfsCutoffDate":{
                        "description":"The container freight station cutoff date associated with the shipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "srcArbLevelOfServiceGid":{
                        "description":"The source arbitrary level of service identifier if the shipment is built using a rate that has arbitrary values. In this case the shipment will identify the rate service used for the main leg and this will be the service of the source arbitrary part.",
                        "type":"string"
                    },
                    "destArbLevelOfServiceGid":{
                        "description":"The destination arbitrary level of service identifier if the shipment is built using a rate that has arbitrary values. In this case the shipment will identify the rate service used for the main leg and this will be the service of the destination arbitrary part.",
                        "type":"string"
                    },
                    "cfsLocationGid":{
                        "description":"The location identifier for the container freight station. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "cfsLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property cfsLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "isFixedVoyage":{
                        "description":"A Y/N indicator specifying if the voyage part of the shipment is to remain fixed on updates.",
                        "type":"boolean"
                    },
                    "workAssignmentBulkPlanGid":{
                        "description":"Work assignment bulk plan ID which is generated during work assignment bulk plan process.",
                        "type":"string"
                    },
                    "aheadLateTime":{
                        "description":"shipment status",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "aheadOrLate":{
                        "description":"A - Ahead of Schedule O - On Time L - Late T - Tardy - This can mean a degree of lateness depending on the user.  B - Bad Order H - Held N - No Bill Y - Constructive Placed Z - Actual Placed  ",
                        "type":"string"
                    },
                    "etaDate":{
                        "description":"Estimated time of arrival",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "firstEquipmentInitial":{
                        "description":"first equipment intial",
                        "type":"string"
                    },
                    "firstEquipmentNumber":{
                        "description":"first equipment number",
                        "type":"string"
                    },
                    "solePackagedItemGid":{
                        "description":"only one equipment and with only one item \t <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "solePackagedItem":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property solePackagedItemGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/packagedItems"
                            }
                        ],
                        "readOnly":true
                    },
                    "reportedBsStatusCode":{
                        "description":"latest reported event for shipment",
                        "type":"string"
                    },
                    "reportingScac":{
                        "description":"reporting scac",
                        "type":"string"
                    },
                    "equipmentDestination":{
                        "description":"equipment destination <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "equipmentDestinationRefObject":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property equipmentDestination, which will be expanded if expandRefs query parameter is set to true (expandRefs=true) <br> This reference object will be displayed only when the optional feature: APPEND REFOBJECT FOR REF ATTR NOT ENDING WITH GID is enabled.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "prevReportedBsStatusCode":{
                        "description":"previous reported event for shipment",
                        "type":"string"
                    },
                    "prevReportingScac":{
                        "description":"previous reporting scac",
                        "type":"string"
                    },
                    "prevEquipmentDestination":{
                        "description":"previous equipment destination <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "prevEquipmentDestinationRefObject":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property prevEquipmentDestination, which will be expanded if expandRefs query parameter is set to true (expandRefs=true) <br> This reference object will be displayed only when the optional feature: APPEND REFOBJECT FOR REF ATTR NOT ENDING WITH GID is enabled.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "maxNumRetender":{
                        "description":"Maximum number of re-tenders.",
                        "type":"number",
                        "format":"int32"
                    },
                    "attributeNumber11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "reservationNum":{
                        "description":"Saved here to search shipments based on Reservation Number.",
                        "type":"string"
                    },
                    "isArRouteCodeFixed":{
                        "description":"This flag is for rail route code on shipment to allow or restrict cost/rail route code updates.",
                        "type":"boolean"
                    },
                    "waybillDate":{
                        "description":"Waybill date represents contractual agreement of the carriage.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "projectedTourName":{
                        "description":"Represents the identifier for the projected tour. If the projected tour is received as input, this is the supplied tour ID.",
                        "type":"string"
                    },
                    "projectedTourSequenceNum":{
                        "description":"Represents the sequence in which the shipment should appear in the projected tour.",
                        "type":"number",
                        "format":"int32"
                    },
                    "externalVoyageCode":{
                        "description":"Specifies the number of the voyage as assigned by the carrier that transports the shipment.",
                        "type":"string"
                    },
                    "plannedCo2Emission":{
                        "description":"CO2 emissions recorded while planning the shipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "actualCo2Emission":{
                        "description":"Actual CO2 emissions for the shipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "plannedCo2EqEmission":{
                        "description":"CO2 equivalent emissions recorded while planning the shipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "actualCo2EqEmission":{
                        "description":"Actual CO2 equivalent emissions for the shipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "marketCost":{
                        "description":"Market cost based on the shipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "loadingHallPenalty":{
                        "description":"The loading hall penalty used while building loading halls for the shipment.",
                        "type":"number",
                        "format":"double"
                    },
                    "workAssignmentGid":{
                        "description":"The ID of the Work Assignment of which the shipment is part of.",
                        "type":"string"
                    },
                    "rateServiceGid":{
                        "description":"Links to the Rate Service record that tells the system how to calculate a shipment???s time based on the rate service type.",
                        "type":"string",
                        "readOnly":true
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "texts":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipments.texts"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "informationalCosts":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipments.informationalCosts"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "specialServices":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipments.specialServices"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "orderReleases":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipments.orderReleases"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "containerGroups":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipments.containerGroups"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "accessorials":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipments.accessorials"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "remarks":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipments.remarks"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "reqdocs":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipments.reqdocs"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "sEquipments":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipments.sEquipments"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "statuses":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipments.statuses"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "costs":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipments.costs"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "stops":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipments.stops"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "involvedParties":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipments.involvedParties"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "refnums":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipments.refnums"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "trackingEvents":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipments.trackingEvents"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "documents":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipments.documents"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "allocations":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipments.allocations"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "tenders":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipments.tenders"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "sShipUnits":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipments.sShipUnits"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                },
                "required":[
                    "endTime",
                    "startTime"
                ]
            },
            "shipments.texts":{
                "properties":{
                    "textTemplateGid":{
                        "description":"The foreign key to the text template table, in order to include fixed text with this shipment.",
                        "type":"string"
                    },
                    "documentDefGid":{
                        "description":"A document that should hold text.",
                        "type":"string"
                    },
                    "textOverride":{
                        "description":"Transactional override for the template on the specific document.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "shipments.informationalCosts":{
                "properties":{
                    "shipmentInfCostSeqno":{
                        "description":"The shipment informational cost sequence number.",
                        "type":"number",
                        "format":"int64"
                    },
                    "cost":{
                        "description":"The cost amount.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "detail":{
                        "description":"Generated text that details the calculation of the cost.",
                        "type":"string"
                    },
                    "infCostType":{
                        "description":"Type of informational cost.  O = Original, D = Display",
                        "type":"string"
                    },
                    "shipmentInfCostQualGid":{
                        "description":"The shipment informational cost qualifier GID for this cost.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "remarks":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipments.informationalCosts.remarks"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "details":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipments.informationalCosts.details"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "shipments.informationalCosts.remarks":{
                "properties":{
                    "remarkSeq":{
                        "description":"The remark sequence number (key).",
                        "type":"number",
                        "format":"int64"
                    },
                    "remarkQualGid":{
                        "description":"The remark qualifier identifier defining the remark code.",
                        "type":"string"
                    },
                    "remarkText":{
                        "description":"The text associated to the remark code.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                },
                "required":[
                    "remarkText"
                ]
            },
            "shipments.informationalCosts.details":{
                "properties":{
                    "detailSeqno":{
                        "description":"The detail sequence number (key).",
                        "type":"number",
                        "format":"int64"
                    },
                    "costType":{
                        "description":"The cost type for this shipment cost record.",
                        "type":"string"
                    },
                    "cost":{
                        "description":"The cost value. Examples are base and accessorial.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "accessorialCodeGid":{
                        "description":"The accessorial code identifier associated to the cost record if it was calculated from the rate accessorial.",
                        "type":"string"
                    },
                    "accessorialCostGid":{
                        "description":"The accessorial cost identifier associated to the cost record if it was calculated from the rate accessorial.",
                        "type":"string"
                    },
                    "rateGeoCostGroupGid":{
                        "description":"The rate detail cost group identifier that was used in calculating this cost value.",
                        "type":"string"
                    },
                    "rateGeoCostSeq":{
                        "description":"The rate detail cost sequence that was used in calculating this cost value.",
                        "type":"number",
                        "format":"int64"
                    },
                    "specialServiceGid":{
                        "description":"The special service identifier associated to the cost record if it was calculated from a special service.",
                        "type":"string"
                    },
                    "isCostFixed":{
                        "description":"A Y/N indicator defining the cost element as permanent and not to recalculate it based on shipment modifications.",
                        "type":"boolean"
                    },
                    "processAsFlowThru":{
                        "description":"A Y/N indicator defining the cost element as a flow through cost when sent to the financial systems.",
                        "type":"boolean"
                    },
                    "adjustmentReasonGid":{
                        "description":"An adjustment reason code GID  that categorizes the cost element as an adjustment and the type.",
                        "type":"string"
                    },
                    "generalLedgerGid":{
                        "description":"The general ledger GID associated with the cost element and sent to financial systems.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "shipments.specialServices":{
                "properties":{
                    "shipmentSpecialServiceSeq":{
                        "description":"The sequence to keep shipment special services unique.",
                        "type":"number",
                        "format":"int64"
                    },
                    "specialServiceGid":{
                        "description":"The special service associated with the remark.",
                        "type":"string"
                    },
                    "stopNum":{
                        "description":"If the special service is for a particular stop, this indicates the stop number.",
                        "type":"number",
                        "format":"int32"
                    },
                    "processAsFlowThru":{
                        "description":"The override for record to be copied to the sell side during rating.",
                        "type":"boolean"
                    },
                    "adjustmentReasonGid":{
                        "description":"The reason why charge was added.",
                        "type":"string"
                    },
                    "completionState":{
                        "description":"Indicates completion state of this special service.",
                        "type":"string"
                    },
                    "payableIndicatorGid":{
                        "description":"Indicates the payable status of this special service; if values, overrides the payable status on the special service itself.",
                        "type":"string"
                    },
                    "billableIndicatorGid":{
                        "description":"indicates the billable status of this special service; if values, overrides the billable status on the special service itself.",
                        "type":"string"
                    },
                    "actualOccurTime":{
                        "description":"The actual date and time special service occurred.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "plannedDuration":{
                        "description":"The planned duration of the special service.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "isPlannedDurationFixed":{
                        "description":"If Y, prevents the system from overwriting the planned duration for the special service.",
                        "type":"boolean"
                    },
                    "actualDuration":{
                        "description":"The actual duration of the special service.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "actualDistance":{
                        "description":"The actual distance of the special service.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "actualWeight":{
                        "description":"The actual weight of the goods applicable to this special service.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "actualVolume":{
                        "description":"The actual volume of the goods applicable to this special service.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "actualShipUnitCount":{
                        "description":"The actual ship unit count applicable to this special service.",
                        "type":"number",
                        "format":"int64"
                    },
                    "actualItemPackageCount":{
                        "description":"The actual package count applicable to this special service.",
                        "type":"number",
                        "format":"int64"
                    },
                    "isSystemGenerated":{
                        "description":"Indicates if this special service was created by the system. It allows logic to determine which special services to leave in place when re-syncing the shipment special services.",
                        "type":"boolean"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "remarks":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipments.specialServices.remarks"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "refs":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipments.specialServices.refs"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "secondaryCharges":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipments.specialServices.secondaryCharges"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "shipments.specialServices.remarks":{
                "properties":{
                    "remarkSequence":{
                        "description":"The one-up number to make the remark unique.",
                        "type":"number",
                        "format":"int64"
                    },
                    "remarkQualGid":{
                        "description":"The remark qualifier, or type.",
                        "type":"string"
                    },
                    "remarkText":{
                        "description":"The remark text itself.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                },
                "required":[
                    "remarkText"
                ]
            },
            "shipments.specialServices.refs":{
                "properties":{
                    "costReferenceGid":{
                        "description":"The cost reference GID for the shipment special service.",
                        "type":"string"
                    },
                    "shipmentCostQualGid":{
                        "description":"The shipment cost qualifier associated to the cost reference.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "shipments.specialServices.secondaryCharges":{
                "properties":{
                    "secondaryChargeShipmentGid":{
                        "description":"The secondary charge shipment identifier that contains the cost elements and information for the charges. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "secondaryChargeShipment":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property secondaryChargeShipmentGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/sellShipments"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "shipments.orderReleases":{
                "properties":{
                    "orderReleaseGid":{
                        "description":"The GID for the order release.",
                        "type":"string"
                    },
                    "orderReleaseXid":{
                        "description":"The XID for the order release.",
                        "type":"string"
                    },
                    "orderReleaseName":{
                        "description":"An open field for you to enter another identifier (name) for the order release.",
                        "type":"string"
                    },
                    "orderReleaseTypeGid":{
                        "description":"A GID to define the type of the order release. For example: Customer order, Distribution order, Manufacturing order, Purchase order, etc.",
                        "type":"string"
                    },
                    "isTemplate":{
                        "description":"A Y/N indicator specifying this order release as a template if the value is Y.",
                        "type":"boolean"
                    },
                    "orderBaseGid":{
                        "description":"The GID for the order base associated with the order release if this order release was generated from an order base. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "orderBase":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property orderBaseGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/orderBases"
                            }
                        ],
                        "readOnly":true
                    },
                    "sourceLocationGid":{
                        "description":"The source location GID.",
                        "type":"string"
                    },
                    "destLocationGid":{
                        "description":"The destination location GID.",
                        "type":"string"
                    },
                    "earlyPickupDate":{
                        "description":"The early pickup date and time defined for the order release; can be null.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "latePickupDate":{
                        "description":"The latest pickup date and time defined for the order release; can be null.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "earlyDeliveryDate":{
                        "description":"The early delivery date and time defined for the order release; can be null.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "lateDeliveryDate":{
                        "description":"The late delivery date and time defined for the order release; can be null.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "fixedItineraryGid":{
                        "description":"The fixed buy side itinerary can be defined to force the order release to be schedule with a constrained itinerary. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "fixedItinerary":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property fixedItineraryGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/itineraries"
                            }
                        ],
                        "readOnly":true
                    },
                    "assignedItineraryGid":{
                        "description":"The buy side itinerary that was selected when planning the order release. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "assignedItinerary":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property assignedItineraryGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/itineraries"
                            }
                        ],
                        "readOnly":true
                    },
                    "fixedSellItineraryGid":{
                        "description":"The fixed sell side itinerary can be defined to force the order release to be schedule with a constrained itinerary. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "fixedSellItinerary":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property fixedSellItineraryGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/itineraries"
                            }
                        ],
                        "readOnly":true
                    },
                    "shipUnitOrigin":{
                        "description":"Indicates how the ship units were created (BL=order base by line, BS=order base by ship unit, RL=order release by line, RS=order release by ship unit).  If this field is not 'RS' (formerly 'U'), the system deletes all existing order ship unit for the given order release, before calling new releasing logic to generate ship unit.",
                        "type":"string"
                    },
                    "totalWeight":{
                        "description":"The total weight calculated from the order release lines.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "totalVolume":{
                        "description":"The total volume calculated from the order release lines.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "totalPackagingUnitCount":{
                        "description":"The total packaging unit count calculated from the order release lines",
                        "type":"number",
                        "format":"int32"
                    },
                    "totalItemPackageCount":{
                        "description":"The total item package count calculated from the order release lines.",
                        "type":"number",
                        "format":"int32"
                    },
                    "maxLength":{
                        "description":"The max length calculated from the order release lines.",
                        "type":"number",
                        "format":"double"
                    },
                    "maxLengthUomCode":{
                        "description":"The max length unit of measure.",
                        "type":"string"
                    },
                    "maxLengthBase":{
                        "description":"The max length in the base unit of measure.",
                        "type":"number",
                        "format":"double"
                    },
                    "maxWidth":{
                        "description":"The maximum width calculated from the order release lines.",
                        "type":"number",
                        "format":"double"
                    },
                    "maxWidthUomCode":{
                        "description":"The maximum width unit of measure.",
                        "type":"string"
                    },
                    "maxWidthBase":{
                        "description":"The maximum width in the base unit of measure.",
                        "type":"number",
                        "format":"double"
                    },
                    "maxHeight":{
                        "description":"The maximum height calculated from the order release lines.",
                        "type":"number",
                        "format":"double"
                    },
                    "maxHeightUomCode":{
                        "description":"The maximum height unit of measure.",
                        "type":"string"
                    },
                    "maxHeightBase":{
                        "description":"The maximum height in the base unit of measure.",
                        "type":"number",
                        "format":"double"
                    },
                    "planFromLocationGid":{
                        "description":"The plan from location GID. This value can be a different location from the actual source location defined on the order release. The plan from location is where the system will start to plan the shipments for the order release. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "planFromLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property planFromLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "planToLocationGid":{
                        "description":"Must be Y or N. Y indicates that the order should not be bundled with any others. Order releasing logic will copy this value from the order base when the order is released.",
                        "type":"string"
                    },
                    "assignedSellItineraryGid":{
                        "description":"The sell side itinerary that was selected when planning the order release. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "assignedSellItinerary":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property assignedSellItineraryGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/itineraries"
                            }
                        ],
                        "readOnly":true
                    },
                    "bulkPlanGid":{
                        "description":"If the order was planned onto a buy shipment via the bulk plan process, then the global identifier for the bulk plan.",
                        "type":"string"
                    },
                    "bestDirectCostBuy":{
                        "description":"The buy side best direct cost that was calculated if the order travels from the plan from to the plan to as a single direct order.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "bestDirectCostSell":{
                        "description":"The sell side best direct cost that was calculated if the order travels from the plan from to the plan to as a single direct order.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "bestDirectRateofferGidBuy":{
                        "description":"The buy side rate offering used to calculate the best buy direct cost.",
                        "type":"string"
                    },
                    "bestDirectRateofferGidSell":{
                        "description":"The buy side rate offering used to calculate the best buy direct cost.",
                        "type":"string"
                    },
                    "buyGeneralLedgerGid":{
                        "description":"The buy general ledger GID to be used for the order release costs.",
                        "type":"string"
                    },
                    "sellGeneralLedgerGid":{
                        "description":"The sell general ledger GID to be used for the order release revenue.",
                        "type":"string"
                    },
                    "totalNetWeight":{
                        "description":"The total net weight calculated from the order release lines.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "totalNetVolume":{
                        "description":"The total net volume calculated from the order release lines.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "sellBulkPlanGid":{
                        "description":"If the order was planned onto a sell shipment via the bulk plan process, then the global identifier for the bulk plan.",
                        "type":"string"
                    },
                    "totalShipUnitCount":{
                        "description":"The total number of ship units calculated from the order release ship units.",
                        "type":"number",
                        "format":"int32"
                    },
                    "loadPoint":{
                        "description":"The source load point for loading of the equipment if required.",
                        "type":"string"
                    },
                    "unloadPoint":{
                        "description":"The destination unload point for the unloading of the equipment if required.",
                        "type":"string"
                    },
                    "pickupIsAppt":{
                        "description":"A Y/N indicator for whether the early/late pickup times are appointment times",
                        "type":"boolean"
                    },
                    "deliveryIsAppt":{
                        "description":"A Y/N indicator for whether the early/late delivery times are appointment times.",
                        "type":"boolean"
                    },
                    "planFromLoadPoint":{
                        "description":"The load point associated with plan from location.",
                        "type":"string"
                    },
                    "planToUnloadPoint":{
                        "description":"The unload point associated with plan to location.",
                        "type":"string"
                    },
                    "userDefined1IconGid":{
                        "description":"Can store a user-defined icon that will appear within the user interface to help visually identify attributes of the order release.",
                        "type":"string"
                    },
                    "userDefined2IconGid":{
                        "description":"Can store a user-defined icon that will appear within the user interface to help visually identify attributes of the order release.",
                        "type":"string"
                    },
                    "userDefined3IconGid":{
                        "description":"Can store a user-defined icon that will appear within the user interface to help visually identify attributes of the order release.",
                        "type":"string"
                    },
                    "userDefined4IconGid":{
                        "description":"Can store a user-defined icon that will appear within the user interface to help visually identify attributes of the order release.",
                        "type":"string"
                    },
                    "userDefined5IconGid":{
                        "description":"Can store a user-defined icon that will appear within the user interface to help visually identify attributes of the order release.",
                        "type":"string"
                    },
                    "externalSystemId":{
                        "description":"The external system ID used for the source of the order release.",
                        "type":"string"
                    },
                    "paymentMethodCodeGid":{
                        "description":"The payment method GID. ",
                        "type":"string"
                    },
                    "incoTermGid":{
                        "description":"The INCO terms GID.",
                        "type":"string"
                    },
                    "termLocationText":{
                        "description":"Location text that can be entered.",
                        "type":"string"
                    },
                    "planningGroupGid":{
                        "description":"The planning group GID to use when segmenting a large number of order releases into multiple smaller bulk planning runs.",
                        "type":"string"
                    },
                    "timeWindowEmphasisGid":{
                        "description":"The time window emphasis to be used when calculating the best start times for shipment, it can emphasize the pickup or delivery windows.",
                        "type":"string"
                    },
                    "isKnownShipper":{
                        "description":"A Y/N indicator for whether the shipper involved party is a known shipper for air travel.",
                        "type":"boolean"
                    },
                    "dimRateFactorGid":{
                        "description":"The dim factor GID to be used when calculating dimensional rates.",
                        "type":"string"
                    },
                    "releaseMethodGid":{
                        "description":"The release method GID is the order configuration rule and this drives the configuration of the order such as ship unit or line as well as various calculations.",
                        "type":"string"
                    },
                    "finalIncoTerm":{
                        "description":"The final INCO term associated with the order release.",
                        "type":"string"
                    },
                    "finalTextLocation":{
                        "description":"The final text location for the INCO terms.",
                        "type":"string"
                    },
                    "inspectionNumber":{
                        "description":"An inspection number for the order release for informational purposes.",
                        "type":"string"
                    },
                    "inspectionScheduleDate":{
                        "description":"The inspection scheduled date associated with the inspection number.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "inspectionDate":{
                        "description":"The inspection actual date associated with the inspection number.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "surveyLayCanDate":{
                        "description":"The  survey lay can date for the order release.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "locNumber":{
                        "description":"The letter of credit number.",
                        "type":"string"
                    },
                    "locIssueDate":{
                        "description":"The letter of credit issue date.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "locReceivedDate":{
                        "description":"The letter of credit received date.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "locLatestShippingDate":{
                        "description":"The letter of credit latest shipping date.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "locNegotiatedDays":{
                        "description":"The letter of credit negotiated days.",
                        "type":"number",
                        "format":"int32"
                    },
                    "locAmount":{
                        "description":"The letter of credit amount.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "locAdvisingNumber":{
                        "description":"The letter of credit advising number.",
                        "type":"string"
                    },
                    "locConfirmingNumber":{
                        "description":"The letter of credit confirming number.",
                        "type":"string"
                    },
                    "srcLocationOverrideGid":{
                        "description":"The source location override GID used to define a new source location scheduling the order while still retaining the original source location.",
                        "type":"string"
                    },
                    "destLocationOverrideGid":{
                        "description":"The destination location override GID used to define a new destination location scheduling the order while still retaining the original destination location.",
                        "type":"string"
                    },
                    "planFromLocOverrideGid":{
                        "description":"The plan from location override GID used to define a new plan from location scheduling the order while still retaining the original plan from location.",
                        "type":"string"
                    },
                    "planToLocOverrideGid":{
                        "description":"The plan to location override GID used to define a new plan to location scheduling the order while still retaining the original plan to location.",
                        "type":"string"
                    },
                    "secondaryTWeight":{
                        "description":"The secondary total weight for the order that sums up  secondary weight values from the order release line.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "secondaryTVolume":{
                        "description":"The secondary total volume for the order that sums up the secondary weight values from the order release lines.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "rateServiceProfileGid":{
                        "description":"The buy rate service profile GID to be used as a constraint while planning the order release onto shipments.",
                        "type":"string"
                    },
                    "servprovGid":{
                        "description":"The buy service provider GID to be used as a constraint while planning the order release onto shipments. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "servprov":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property servprovGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/serviceProviders"
                            }
                        ],
                        "readOnly":true
                    },
                    "servprovProfileGid":{
                        "description":"The buy service provider profile GID to be used as a constraint while planning the order release onto shipments.",
                        "type":"string"
                    },
                    "transportModeGid":{
                        "description":"The buy transport mode GID to be used as a constraint while planning the order release onto shipments.",
                        "type":"string"
                    },
                    "modeProfileGid":{
                        "description":"The buy mode profile GID to be used as a constraint while planning the order release onto shipments.",
                        "type":"string"
                    },
                    "equipmentGroupGid":{
                        "description":"The buy equipment group GID to be used as a constraint while planning the order release onto shipments. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "equipmentGroup":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property equipmentGroupGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/equipmentGroups"
                            }
                        ],
                        "readOnly":true
                    },
                    "equipmentGroupProfileGid":{
                        "description":"The buy equipment group profile GID to be used as a constraint while planning the order release onto shipments.",
                        "type":"string"
                    },
                    "rateOfferingGid":{
                        "description":"The buy rate offering GID to be used as a constraint while planning the order release onto shipments.",
                        "type":"string"
                    },
                    "rateGeoGid":{
                        "description":"The buy rate detail GID to be used as a constraint while planning the order release onto shipments.",
                        "type":"string"
                    },
                    "sellRateOfferingGid":{
                        "description":"The sell rate offering GID to be used as a constraint while planning the order release onto shipments.",
                        "type":"string"
                    },
                    "sellRateGeoGid":{
                        "description":"The sell rate detail GID to be used as a constraint while planning the order release onto shipments.",
                        "type":"string"
                    },
                    "mustShipDirect":{
                        "description":"A Y/N indicator for whether this order release must ship direct.",
                        "type":"boolean"
                    },
                    "mustShipThruXDock":{
                        "description":"A Y/N indicator for whether this order release must ship through cross dock.",
                        "type":"boolean"
                    },
                    "mustShipThruPool":{
                        "description":"A Y/N indicator for whether this order release must ship through pool.",
                        "type":"boolean"
                    },
                    "shipWithGroup":{
                        "description":"Ship with group tags orders that need to be placed on a shipment together.",
                        "type":"string"
                    },
                    "primaryLegSourceLocGid":{
                        "description":"Location GID of source for primary leg shipment <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "primaryLegSourceLoc":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property primaryLegSourceLocGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "primLegSrcLocOverrideGid":{
                        "description":"Location override GID of source for primary leg shipment",
                        "type":"string"
                    },
                    "portOfLoadLocationGid":{
                        "description":"Location GID of the port of load for the primary leg carrier. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "portOfLoadLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property portOfLoadLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "portOfLoadLocOverrideGid":{
                        "description":"Location override GID of the port of load for the primary leg carrier.",
                        "type":"string"
                    },
                    "portOfDisLocationGid":{
                        "description":"Location GID of the port of discharge for primary leg carrier. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "portOfDisLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property portOfDisLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "portOfDisLocOverrideGid":{
                        "description":"Location override GID of the port of discharge for primary leg carrier.",
                        "type":"string"
                    },
                    "primaryLegDestLocGid":{
                        "description":"Location GID of destination for primary leg shipment. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "primaryLegDestLoc":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property primaryLegDestLocGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "primLegDestOverrideLocGid":{
                        "description":"Location override GID of destination for primary leg shipment.",
                        "type":"string"
                    },
                    "importLicenseRequired":{
                        "description":"A Y/N indicator for whether this order requires an import license.",
                        "type":"string"
                    },
                    "importLicenseIssueDate":{
                        "description":"The import license issue date.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "importLicenseReceiveDate":{
                        "description":"The import license received date.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "importLicenseExpirationDate":{
                        "description":"The date the import license will expire.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "importLicenseNumber":{
                        "description":"The import license number.",
                        "type":"string"
                    },
                    "locExpirationDate":{
                        "description":"The letter of credit expiration date.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "isLocRequired":{
                        "description":"A Y/N field indicating whether a letter of credit is required for the order release.",
                        "type":"boolean"
                    },
                    "inspectionRequired":{
                        "description":"A Y/N indicator for whether an inspection is required.",
                        "type":"string"
                    },
                    "unitizationConditionName":{
                        "description":"The unitization (loading of equipment) condition name value.",
                        "type":"string"
                    },
                    "stuffLocationGid":{
                        "description":"The location for stuffing (loading) the container prior to shipping. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "stuffLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property stuffLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "destuffLocationGid":{
                        "description":"The location for destuffing (unloading) the container after the ocean move. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "destuffLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property destuffLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "customerUnitizationRequest":{
                        "description":"The customer's request for unitization location.",
                        "type":"boolean"
                    },
                    "defaultStowageMode":{
                        "description":"The default stowage mode to use for this order when loading onto stowage consol shipments.",
                        "type":"string"
                    },
                    "consolidationTypeGid":{
                        "description":"The type of consol (charter, vessel) to be used when assigning this order to the consol.",
                        "type":"string"
                    },
                    "movePerspectiveGid":{
                        "description":"The mode perspective GID for the order release.",
                        "type":"string"
                    },
                    "quoteGid":{
                        "description":"The quote GID generated if this order release went through the quoting process. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "quote":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property quoteGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/quotes"
                            }
                        ],
                        "readOnly":true
                    },
                    "commercialPaymentCodeGid":{
                        "description":"The commercial payment terms for the goods on the order release.",
                        "type":"string"
                    },
                    "isLocStale":{
                        "description":"A Y/N field indicating whether the letter of credit is stale or expired.",
                        "type":"boolean"
                    },
                    "ultDestCountryCode3Gid":{
                        "description":"The ultimate destination country code for this order release. It may be beyond the plan to or destination location defined on the order release.",
                        "type":"string"
                    },
                    "templateType":{
                        "description":"Hide template created for customer from other order UI. \"Customer\" is for customer template.",
                        "type":"string"
                    },
                    "bundlingType":{
                        "description":"AUTOMATIC or MANUAL ONLY allow bundling; they are distinguished only by user defined queries. DO NOT BUNDLE means order will never be bundled with other orders.",
                        "type":"string"
                    },
                    "isConsolidateOrEquipment":{
                        "description":"Whether to consolidate order release equipment when bundling.",
                        "type":"boolean"
                    },
                    "dutyPaid":{
                        "description":"Indicating if duty is to be paid for the order release.",
                        "type":"string"
                    },
                    "quoteOptionNumber":{
                        "description":"The quote option number for the order release. Informational.",
                        "type":"number",
                        "format":"int64"
                    },
                    "partitionGid":{
                        "description":"The partition GID used as according to this name, bulk plan partition orders to be planned together in one partition.",
                        "type":"string"
                    },
                    "totalDeclaredValue":{
                        "description":"The total declared value calculated from the order release lines.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "buyItineraryProfileGid":{
                        "description":"The buy itinerary profile GID to be used as a constraint while planning the order release onto shipments.",
                        "type":"string"
                    },
                    "sellItineraryProfileGid":{
                        "description":"The sell itinerary profile GID to be used as a constraint while planning the order release onto shipments.",
                        "type":"string"
                    },
                    "bufferType":{
                        "description":"Defines the buffer type if this order release is a buffer order that utilizes the buffer locations as points where the order will accumulate prior to moving on.",
                        "type":"string"
                    },
                    "sellServprovGid":{
                        "description":"The sell service provider GID to be used as a constraint while planning the order release onto shipments. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "sellServprov":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property sellServprovGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/serviceProviders"
                            }
                        ],
                        "readOnly":true
                    },
                    "sellServprovProfileGid":{
                        "description":"The sell service provider GID to be used as a constraint while planning the order release onto shipments.",
                        "type":"string"
                    },
                    "isIgnoreLocationCalendar":{
                        "description":"A Y/N field indicating whether the location calendar should be ignored when planning shipments for the order. If NULL, treat it as N.",
                        "type":"boolean"
                    },
                    "rateServiceGid":{
                        "description":"The buy rate service GID to be used as a constraint while planning the order release onto shipments.",
                        "type":"string"
                    },
                    "shipUnitWidth":{
                        "description":"The width of the ship unit. This will show a value only if the order release has one ship unit.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "shipUnitLength":{
                        "description":"The length of the ship unit. This column will show value only if the order release has one ship unit.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "shipUnitHeight":{
                        "description":"The height of the ship unit. This column will show value only if the order release has one ship unit.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "shipUnitDiameter":{
                        "description":"The diameter of the ship unit for cyclindrical objects. This column will show value only if the order release has one ship unit.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "transportHandlingUnitGid":{
                        "description":"The transport handling unit associated with the ship unit dimension values. This columns will show value only if the order release has one ship unit.",
                        "type":"string"
                    },
                    "onRtExecution":{
                        "description":"A Y/N field indicating whether that a shipment built from this order release has been assigned to a route instance leg. For migration: old existing order releases migrated to the default value ('N').",
                        "type":"boolean"
                    },
                    "isSplittable":{
                        "description":"A Y/N field that indicates whether the order release can be split when planning during container optimization.",
                        "type":"boolean"
                    },
                    "pickupRoutingSequenceGid":{
                        "description":"The pickup location routing sequence that controls how the stops can be planned for pickup such as first, absolute first, last.",
                        "type":"string"
                    },
                    "dropoffRoutingSequenceGid":{
                        "description":"The pickup location routing sequence that controls how the stops can be planned for pickup such as first, absolute first, last.",
                        "type":"string"
                    },
                    "latestEstDeliveryDate":{
                        "description":"The latest estimate delivery date calculated from the last leg shipments.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "otmVersion":{
                        "description":"The OTM version number used when order was created.",
                        "type":"string"
                    },
                    "priority":{
                        "description":"The priority associated with an order release.",
                        "type":"number",
                        "format":"int32"
                    },
                    "latestEstPickupDate":{
                        "description":"The latest estimated pickup date calculated from the first leg shipments.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "pickupRailCarrier":{
                        "description":"The pickup rail carrier used as identification on the shipment execution.",
                        "type":"string"
                    },
                    "deliveryRailCarrier":{
                        "description":"The delivery rail carrier used as identification on the shipment execution.",
                        "type":"string"
                    },
                    "equipmentTypeGid":{
                        "description":"The buy equipment type GID to be used as a constraint while planning the order release onto shipments. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "equipmentType":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property equipmentTypeGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/equipmentTypes"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "railRouteCodeGid":{
                        "description":"The buy itinerary profile GID to be used as a constraint while planning the order release onto shipments.",
                        "type":"string"
                    },
                    "emPhoneNumber":{
                        "description":"The emergency phone number when shipping hazardous materials. The 24 hours contact for the shipment.",
                        "type":"string"
                    },
                    "legConsolidationGroupGid":{
                        "description":"The leg consolidation group set during planning.",
                        "type":"string"
                    },
                    "isPreEnteredPu":{
                        "description":"A Y/N field indicating whether the order release is a pre-entered pickup for customs processing.",
                        "type":"boolean"
                    },
                    "routingConstraintGid":{
                        "description":"The buy itinerary profile GID to be used as a constraint while planning the order release onto shipments.",
                        "type":"string"
                    },
                    "attribute1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attributeNumber1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeCurrency1":{
                        "description":"The attribute currency of the shipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "attributeCurrency2":{
                        "description":"The attribute currency of the shipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "attributeCurrency3":{
                        "description":"The attribute currency of the shipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "allocationGroupGid":{
                        "description":"The allocation group that was calculated if the order travels from the plan from to the plan to as a single group order.",
                        "type":"string"
                    },
                    "earliestEstPickupDate":{
                        "description":"The earliest estimated pickup that was calculated if the order travels from the plan from to the plan to as a single estimated order.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "isTopoff":{
                        "description":"This field indicates whether the order is a topoff order or not.",
                        "type":"boolean"
                    },
                    "attributeNumber11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "earlySailDate":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "lateSailDate":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "voyageGid":{
                        "description":"No description. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "voyage":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property voyageGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/voyages"
                            }
                        ],
                        "readOnly":true
                    },
                    "externalVoyageCode":{
                        "description":"Specifies the number of the voyage as assigned by the carrier.After the voyages are queried from an external voyage service and the user selects a particular voyage result,the voyage number selected for this result will be saved in this column.<br>            This will be used while planning the order for a shipment.<br>            ",
                        "type":"string"
                    },
                    "isDirectVoyage":{
                        "description":"<br>            The flag indicates whether only direct voyages, that is voyages without trans-shipments should be retrieved by an external voyage service.<br>            It will be used for querying the voyage based on data from order release.   <br>            ",
                        "type":"boolean"
                    },
                    "predictedOrderRoute":{
                        "description":"Stores the predicted order route path.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "shipments.containerGroups":{
                "properties":{
                    "containerGroupGid":{
                        "description":"The GID for the container group.",
                        "type":"string"
                    },
                    "containerGroupXid":{
                        "description":"The XID for the container group.",
                        "type":"string"
                    },
                    "unitizationRequestType":{
                        "description":"The unitization request type for this container group that can accept orders with the same unitization request flag and the same stuffing and destuffing location.",
                        "type":"string"
                    },
                    "containerReleaseNumber":{
                        "description":"The container release number is assigned once a sea carrier receives a new booking line item. They return the container release number (CRN) corresponding to the new booking.",
                        "type":"string"
                    },
                    "stuffLocationGid":{
                        "description":"The location where the contents will be loaded (stuffed) into the container. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "stuffLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property stuffLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "destuffLocationGid":{
                        "description":"The location where the contents will be unloaded (destuffed) from the container. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "destuffLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property destuffLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "referenceCode":{
                        "description":"This field is populated with the reference code that was entered on the unitization rule that was used to create this container.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "details":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipments.containerGroups.details"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "shipments.containerGroups.details":{
                "properties":{
                    "sEquipmentGid":{
                        "description":"The GID for the equipment instance on a shipment for this container group. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "sEquipment":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property sEquipmentGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/sEquipments"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "shipments.accessorials":{
                "properties":{
                    "accessorialCodeGid":{
                        "description":"The XID for the shipment.",
                        "type":"string"
                    },
                    "processAsFlowThru":{
                        "description":"The override for record to be copied to the sell side during rating.",
                        "type":"boolean"
                    },
                    "adjustmentReasonGid":{
                        "description":"The reason why the accessorial was added.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "costRefs":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipments.accessorials.costRefs"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "remarks":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipments.accessorials.remarks"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "shipments.accessorials.costRefs":{
                "properties":{
                    "costReferenceGid":{
                        "description":"The cost reference GID.",
                        "type":"string"
                    },
                    "shipmentCostQualGid":{
                        "description":"The shipment cost qualifier GID that defines the type of cost.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "shipments.accessorials.remarks":{
                "properties":{
                    "remarkSequence":{
                        "description":"The one-up sequence for the remark, to create a unique identifier.",
                        "type":"number",
                        "format":"int64"
                    },
                    "remarkQualGid":{
                        "description":"The remark qualifier, which identifies the type of remark this is.",
                        "type":"string"
                    },
                    "remarkText":{
                        "description":"The remark itself.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                },
                "required":[
                    "remarkText"
                ]
            },
            "shipments.remarks":{
                "properties":{
                    "remarkSequence":{
                        "description":"The remark sequence (key) associated with the shipment remarks.",
                        "type":"number",
                        "format":"int64"
                    },
                    "remarkQualGid":{
                        "description":"A pointer to the remark type. For example: Service provider assigned equipment number, service provider tender decline reason code, etc.",
                        "type":"string"
                    },
                    "remarkText":{
                        "description":"A user-entered remark on the shipment.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                },
                "required":[
                    "remarkText"
                ]
            },
            "shipments.reqdocs":{
                "properties":{
                    "documentDefGid":{
                        "description":"The required document type for the shipment.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "numRevisions":{
                        "description":"The number of document revisions generated.",
                        "type":"number",
                        "format":"int32"
                    },
                    "reviewStatus":{
                        "description":"The status of the review of the document.",
                        "type":"string"
                    },
                    "instructions":{
                        "description":"The instruction associated with handling of the document.",
                        "type":"string"
                    },
                    "statuses":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipments.reqdocs.statuses"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "reviewers":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipments.reqdocs.reviewers"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "subscribers":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipments.reqdocs.subscribers"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "texts":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipments.reqdocs.texts"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "docs":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipments.reqdocs.docs"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "shipments.reqdocs.statuses":{
                "properties":{
                    "statusTypeGid":{
                        "description":"The status type.",
                        "type":"string"
                    },
                    "statusValueGid":{
                        "description":"The status value.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "shipments.reqdocs.reviewers":{
                "properties":{
                    "contactGid":{
                        "description":"The reviewer. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "contact":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property contactGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "asInvolvedPartyQualGid":{
                        "description":"The involved party qualifier for reviewer, if it is acting as a party on the shipment.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "shipments.reqdocs.subscribers":{
                "properties":{
                    "contactGid":{
                        "description":"The subscriber GID. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "contact":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property contactGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "asInvolvedPartyQualGid":{
                        "description":"The involved party qualifier for subscriber, if it is acting as a party on the shipment.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "shipments.reqdocs.texts":{
                "properties":{
                    "textTemplateGid":{
                        "description":"The text template ID.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "sShipUnitGid":{
                        "description":"If the text is associated with a ship unit or ship unit line, this holds the ship unit ID.",
                        "type":"string"
                    },
                    "sShipUnitLineNo":{
                        "description":"If the text is associated with a ship unit line, this holds the ship unit line number.",
                        "type":"number",
                        "format":"int64"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "shipments.reqdocs.docs":{
                "properties":{
                    "documentGid":{
                        "description":"The document GID. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "document":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property documentGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/documents"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "documentRevision":{
                        "description":"The document revision count.",
                        "type":"number",
                        "format":"int32"
                    },
                    "review":{
                        "description":"The document review state.",
                        "type":"string"
                    },
                    "annotations":{
                        "description":"The document revision annotations.",
                        "type":"string"
                    },
                    "documentCmsName":{
                        "description":"The document name used to identify a set of revisions (versions) for a CMS.",
                        "type":"string"
                    },
                    "reviews":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipments.reqdocs.docs.reviews"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "shipments.reqdocs.docs.reviews":{
                "properties":{
                    "contactGid":{
                        "description":"The reviewer GID. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "contact":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property contactGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "state":{
                        "description":"The review state.",
                        "type":"string"
                    },
                    "comments":{
                        "description":"Comments added by the reviewer.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "shipments.sEquipments":{
                "properties":{
                    "sEquipmentGid":{
                        "description":"The GID for the equipment associated with the shipment. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "sEquipment":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property sEquipmentGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/sEquipments"
                            }
                        ],
                        "readOnly":true
                    },
                    "capacityUsageGid":{
                        "description":"The capacity usage GID that was used for the shipment. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "capacityUsage":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property capacityUsageGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/capacityUsages"
                            }
                        ],
                        "readOnly":true
                    },
                    "pickupStopNum":{
                        "description":"The stop number where the equipment is picked up.  It is null if not picked up in this shipment.",
                        "type":"number",
                        "format":"int32"
                    },
                    "dropoffStopNum":{
                        "description":"The stop number where the equipment is dropped off. It is null if not dropped off in this shipment.",
                        "type":"number",
                        "format":"int32"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "sEquipmentIndex":{
                        "description":"The standing order of the equipment on the shipment.",
                        "type":"number",
                        "format":"int32"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "shipments.statuses":{
                "properties":{
                    "statusTypeGid":{
                        "description":"The status type GID for the status value on the shipment.",
                        "type":"string"
                    },
                    "statusValueGid":{
                        "description":"The status value for the shipment status.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "shipments.costs":{
                "properties":{
                    "shipmentCostSeqno":{
                        "description":"A system-generated unique sequence number to define the shipment costs. This attribute is marked as Create-Only.",
                        "type":"number",
                        "format":"int64"
                    },
                    "costType":{
                        "description":"C, A, B",
                        "type":"string"
                    },
                    "cost":{
                        "description":"The cost as it relegates to the cost type for the shipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "accessorialCodeGid":{
                        "description":"The accessorial code GID associated with the shipment cost.",
                        "type":"string"
                    },
                    "accessorialCostGid":{
                        "description":"The accessorial cost GID associated with the shipment cost.",
                        "type":"string"
                    },
                    "billableIndicatorGid":{
                        "description":"Indicates the billable status of this shipment cost (sell shipment only).",
                        "type":"string"
                    },
                    "rateGeoCostGroupGid":{
                        "description":"The rate detail cost group GID associated with the shipment cost.",
                        "type":"string"
                    },
                    "rateGeoCostSeq":{
                        "description":"The rate detail cost sequence identifier associated with the shipment cost.",
                        "type":"number",
                        "format":"int64"
                    },
                    "specialServiceGid":{
                        "description":"The special service GID associated with the shipment cost.",
                        "type":"string"
                    },
                    "isCostFixed":{
                        "description":"Indicates shipment cost is a fixed cost.",
                        "type":"boolean"
                    },
                    "processAsFlowThru":{
                        "description":"The override for a record to be copied to the sell side during rating.",
                        "type":"boolean"
                    },
                    "adjustmentReasonGid":{
                        "description":"The reason why this cost was added.",
                        "type":"string"
                    },
                    "generalLedgerGid":{
                        "description":"The GL code for the shipment cost record.",
                        "type":"string"
                    },
                    "paymentMethodCodeGid":{
                        "description":"The payment method code for the shipment cost.",
                        "type":"string"
                    },
                    "exchangeRateDate":{
                        "description":"The date to be used for any currency conversions; if null, the latest conversion is used.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "exchangeRateGid":{
                        "description":"The set of exchange rates to use for currency conversions; if null, the default set is used.",
                        "type":"string"
                    },
                    "sShipUnitGid":{
                        "description":"Points to the ship unit (if any) associated with this shipment cost, as a package.",
                        "type":"string"
                    },
                    "sShipUnitLineNo":{
                        "description":"Points to the ship unit line (if any) associated with this shipment cost, as a package.",
                        "type":"number",
                        "format":"int64"
                    },
                    "isWeighted":{
                        "description":"Whether or not the cost affects the total weighted cost of the shipment only.",
                        "type":"boolean",
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "costCategoryGid":{
                        "description":"The Cost Category Identifier associated with the Shipment Cost",
                        "type":"string",
                        "readOnly":true
                    },
                    "trackingNumber":{
                        "description":"Denotes the tracking number associated with a specific charge/cost.",
                        "type":"string"
                    },
                    "costIdentifier":{
                        "description":"It will be used to identify or describe a cost.",
                        "type":"string"
                    },
                    "attribute1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150) ",
                        "type":"string"
                    },
                    "attribute3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attributeNumber1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeCurrency1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "attributeCurrency2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "attributeCurrency3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "remarks":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipments.costs.remarks"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "details":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipments.costs.details"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "refs":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipments.costs.refs"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                },
                "required":[
                    "cost",
                    "costType"
                ]
            },
            "shipments.costs.remarks":{
                "properties":{
                    "remarkSequence":{
                        "description":"The one-up number to make this remark unique.",
                        "type":"number",
                        "format":"int64"
                    },
                    "remarkQualGid":{
                        "description":"The remark qualifier, or remark type.",
                        "type":"string"
                    },
                    "remarkText":{
                        "description":"The remark text.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                },
                "required":[
                    "remarkText"
                ]
            },
            "shipments.costs.details":{
                "properties":{
                    "detailSeqno":{
                        "description":"A one-up number to make the cost detail record unique.",
                        "type":"number",
                        "format":"int64"
                    },
                    "detail":{
                        "description":"The textual description of the cost detail as calculated and applied by the rating engine.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "shipments.costs.refs":{
                "properties":{
                    "seqno":{
                        "description":"A system-generated unique sequence number.",
                        "type":"number",
                        "format":"int64"
                    },
                    "costReferenceGid":{
                        "description":"The cost reference GID.",
                        "type":"string"
                    },
                    "shipmentCostQualGid":{
                        "description":"A GID for the various cost qualifiers like: item, order base, order release, order release line, etc.",
                        "type":"string"
                    },
                    "isPickup":{
                        "description":"True or false value to specify if the cost is a pickup cost.",
                        "type":"boolean"
                    },
                    "isDropoff":{
                        "description":"True or false value to specify if the cost is a dropoff cost.",
                        "type":"boolean"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "shipments.stops":{
                "properties":{
                    "stopNum":{
                        "description":"The stop number within the shipment. Stop number = 1 is the pickup stop, and the max (stop number) for a shipment is the delivery stop.",
                        "type":"number",
                        "format":"int32"
                    },
                    "locationGid":{
                        "description":"The location GID for the shipment stop. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "location":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property locationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "locationRoleGid":{
                        "description":"The location role GID for the shipment stop (such as port, cross dock, etc.).",
                        "type":"string"
                    },
                    "plannedArrival":{
                        "description":"The planned date and time of arrival at the stop.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "estimatedArrival":{
                        "description":"The estimated time of arrival at the stop. It represents the up to the minute ETA that takes into account ETA updates. This date is editable by the carrier or load planner and should incorporate any known delays to delivery. It represents to the best of our knowledge, when we expect the shipment to arrive.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "isFixedArrival":{
                        "description":"A Y/N indicator defining the arrival time as fixed and will not be changed on subsequent modification.",
                        "type":"boolean"
                    },
                    "actualArrival":{
                        "description":"A Y/N indicator defining the arrival time as fixed and will not be changed on subsequent modification.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "plannedDeparture":{
                        "description":"The planned departure date and time at the stop.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "estimatedDeparture":{
                        "description":"The estimated time of departure for the stop. It represents the up to the minute ETA that takes into account ETA updates. This date is editable by the carrier or load planner and should incorporate any known delays to departure. It represents to the best of our knowledge, when we expect the shipment to depart from the stop.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "isFixedDeparture":{
                        "description":"A Y/N indicator defining the departure time as fixed and will not be changed on subsequent modification.",
                        "type":"boolean"
                    },
                    "actualDeparture":{
                        "description":"The actual departure date and time at the stop.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "waitTime":{
                        "description":"The time the truck or the transportation mode has to wait at the stop.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "restTime":{
                        "description":"The time the truck or the transportation mode should take for rest at the stop.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "driveTime":{
                        "description":"The drive time to the stop from the last stop.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "distFromPrevStop":{
                        "description":"The distance from the last stop.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "activityTime":{
                        "description":"The time spent at the stop for pickup or delivery.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "isPermanent":{
                        "description":"A Y/N indicator defining the stop as permanent and will not be changed on subsequent modifications.",
                        "type":"boolean"
                    },
                    "isDepot":{
                        "description":"A Y/N indicator used to define if the stop is a depot. This attribute is marked as Create-Only.",
                        "type":"boolean"
                    },
                    "appointmentPickup":{
                        "description":"A Y/N indicator defining if the stop requires a pickup appointment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "appointmentDelivery":{
                        "description":"A Y/N indicator defining if the stop requires a delivery appointment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "accessorialTime":{
                        "description":"The sum of the fixed accessorial time for a particular stop.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "parentLocationGid":{
                        "description":"If an operational location, such as terminal at a port, is chosen for this stop, the location GID will be copied to this field and the location GID field will contain the operational location. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "parentLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property parentLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "locationOverrideGid":{
                        "description":"The location GID defining the location to be used to override the actual location on the stop record.",
                        "type":"string"
                    },
                    "stopRequirementType":{
                        "description":"Used only for trips.",
                        "type":"string"
                    },
                    "rateServiceGid":{
                        "description":"The rate service GID set if the stop times were calculated using the rate service engine.",
                        "type":"string"
                    },
                    "arbitraryType":{
                        "description":"SOURCE or DEST to indicate the type of arbitrary. If null, this stop is not an arbitrary.",
                        "type":"string"
                    },
                    "isFixedDistance":{
                        "description":"When set to Y, indicates the existence of a user-entered value for the distance from previous stop field.",
                        "type":"boolean"
                    },
                    "extSeqNo":{
                        "description":"The external sequence number for the stop.",
                        "type":"number",
                        "format":"int32"
                    },
                    "rushHourTime":{
                        "description":"The amount of time that the drive time defined on the stop in inside the rush hour window.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "voyageGid":{
                        "description":"The voyage GID. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string",
                        "readOnly":true
                    },
                    "voyage":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property voyageGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/voyages"
                            }
                        ],
                        "readOnly":true
                    },
                    "isMotherVessel":{
                        "description":"Designates a leg as mother vessel to automatically populated header.",
                        "type":"boolean"
                    },
                    "flightInstanceId":{
                        "description":"The flight instance GID.",
                        "type":"number",
                        "format":"int64",
                        "readOnly":true
                    },
                    "repetitionScheduleGid":{
                        "description":"The repetition schedule GID if the stop times were calculated from a repetition schedule.",
                        "type":"string",
                        "readOnly":true
                    },
                    "stopType":{
                        "description":"Define the type of this stop.",
                        "type":"string"
                    },
                    "slackVariance":{
                        "description":"The slack variance.",
                        "type":"number",
                        "format":"double",
                        "readOnly":true
                    },
                    "driverNonPayable":{
                        "description":"Allows the user to specify that stop is payable or not.",
                        "type":"boolean"
                    },
                    "repetitionSchedStopNumber":{
                        "description":"The repetition schedule stop GID if the stop times were calculated from a repetition schedule.",
                        "type":"number",
                        "format":"int32",
                        "readOnly":true
                    },
                    "distanceType":{
                        "description":"L - Loaded, B- Bobtail, D - Deadhead",
                        "type":"string",
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "attribute1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attributeNumber1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "appointmentWindowStart":{
                        "description":"The appointment window start.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "appointmentWindowEnd":{
                        "description":"The appointment window end.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "rateDistanceGid":{
                        "description":"The rate distance to be used when finding distance from this stop to next stop. This is done mainly for arbitrary case. ",
                        "type":"string"
                    },
                    "routeCodeGid":{
                        "description":"The route code to be used when finding distance from this stop to next stop This is done mainly for handling arbitrary case. ",
                        "type":"string"
                    },
                    "runningWeight":{
                        "description":"The running total weight from current stop to next stop.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ],
                        "readOnly":true
                    },
                    "runningLength":{
                        "description":"The running total length from current stop to next stop.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ],
                        "readOnly":true
                    },
                    "runningWidth":{
                        "description":"The running total width from current stop to next stop.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ],
                        "readOnly":true
                    },
                    "runningHeight":{
                        "description":"The running total height from current stop to next stop.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ],
                        "readOnly":true
                    },
                    "leftWidthOog":{
                        "description":"The left width-wise out of gauge.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ],
                        "readOnly":true
                    },
                    "rightWidthOog":{
                        "description":"The right width-wise out of gauge.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ],
                        "readOnly":true
                    },
                    "fwdLengthOog":{
                        "description":"The forward length-wise out of gauge.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ],
                        "readOnly":true
                    },
                    "rearLengthOog":{
                        "description":"The rear length-wise out of gauge.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ],
                        "readOnly":true
                    },
                    "attributeNumber11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "predictedArrival":{
                        "description":"Denotes the predicted arrival time at the stop.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ],
                        "readOnly":true
                    },
                    "predictedArrivalLow":{
                        "description":"Denotes the predicted arrival time low value at the stop.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ],
                        "readOnly":true
                    },
                    "predictedArrivalHigh":{
                        "description":"Denotes the predicted arrival time high value at the stop.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ],
                        "readOnly":true
                    },
                    "externalVoyageCode":{
                        "description":"Specifies the number of the voyage as assigned by the carrier that transports the shipments from this stop.",
                        "type":"string"
                    },
                    "appointmentDuration":{
                        "description":"The total appointment duration at the stop.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "nfrStopType":{
                        "description":"Defines how or process that NFR stop got added",
                        "type":"string"
                    },
                    "debriefs":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipments.stops.debriefs"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "involvedParties":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipments.stops.involvedParties"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "remarks":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipments.stops.remarks"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "refnums":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipments.stops.refnums"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "details":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipments.stops.details"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                },
                "required":[
                    "stopNum"
                ]
            },
            "shipments.stops.debriefs":{
                "properties":{
                    "activity":{
                        "description":"Specifies the activity (pickup, drop off) for the stop and the debrief values.",
                        "type":"string"
                    },
                    "sequenceNo":{
                        "description":"The sequence number (key).",
                        "type":"string"
                    },
                    "sShipUnitGid":{
                        "description":"The GID for ship unit for the shipment.",
                        "type":"string"
                    },
                    "sShipUnitLineNo":{
                        "description":"The GID for ship unit line number for the shipment.",
                        "type":"number",
                        "format":"int64"
                    },
                    "itemPackageCount":{
                        "description":"The count of the package item count.",
                        "type":"number",
                        "format":"int64"
                    },
                    "packagingUnitGid":{
                        "description":"The packaging unit GID for the packaging unit count that is contained in the packaged item.",
                        "type":"string"
                    },
                    "packagingUnitCount":{
                        "description":"The packaging unit count for the packing unit contained in the packaged item.",
                        "type":"number",
                        "format":"int64"
                    },
                    "transportHandlingUnitGid":{
                        "description":"The transport handling unit GID associated with the transport handling unit.",
                        "type":"string"
                    },
                    "transportHandlingUnitCount":{
                        "description":"The transport handling count GID for the stop debrief.",
                        "type":"number",
                        "format":"int64"
                    },
                    "itemGid":{
                        "description":"The item GID for the stop debrief. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "item":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property itemGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid"
                            }
                        ],
                        "readOnly":true
                    },
                    "nonConfReasonCodeGid":{
                        "description":"The non conformance reason code GID associated with the stop debrief recording.",
                        "type":"string"
                    },
                    "shipUnitGid":{
                        "description":"The ship unit GID linked to the stop debrief.",
                        "type":"string"
                    },
                    "sEquipmentGid":{
                        "description":"The equipment GID linked to the stop debrief. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "sEquipment":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property sEquipmentGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/sEquipments"
                            }
                        ],
                        "readOnly":true
                    },
                    "matchType":{
                        "description":"The match type code for linking the stop debrief data.",
                        "type":"string"
                    },
                    "orderReleaseLineGid":{
                        "description":"The order release line GID linked to the stop debrief. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "orderReleaseLine":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property orderReleaseLineGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/orderReleaseLines"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                },
                "required":[
                    "activity"
                ]
            },
            "shipments.stops.involvedParties":{
                "properties":{
                    "involvedPartyQualGid":{
                        "description":"The qualifier ID for the involved party.",
                        "type":"string"
                    },
                    "involvedPartyContactGid":{
                        "description":"The contact ID for the involved party. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "involvedPartyContact":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property involvedPartyContactGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "comMethodGid":{
                        "description":"The communication method for the involved party.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "shipments.stops.remarks":{
                "properties":{
                    "remarkSequence":{
                        "description":"The sequence (key) for the remark.",
                        "type":"number",
                        "format":"int64"
                    },
                    "remarkQualGid":{
                        "description":"A pointer to the remark type. For example: Service provider assigned equipment number,  service provider tender decline reason code, etc.",
                        "type":"string"
                    },
                    "remarkText":{
                        "description":"User entered remark.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                },
                "required":[
                    "remarkText"
                ]
            },
            "shipments.stops.refnums":{
                "properties":{
                    "shipmentStopRefnumQualGid":{
                        "description":"The shipment reference qualifier GID defining the reference type.",
                        "type":"string"
                    },
                    "shipmentStopRefnumValue":{
                        "description":"The shipment stop reference value.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                },
                "required":[
                    "shipmentStopRefnumValue"
                ]
            },
            "shipments.stops.details":{
                "properties":{
                    "sShipUnitGid":{
                        "description":"A GID to define the shipment ship unit.",
                        "type":"string"
                    },
                    "activity":{
                        "description":"The activity performed at the stop. For example: pickup, delivery, etc.",
                        "type":"string"
                    },
                    "activityTime":{
                        "description":"The time spent performing the activity at the shipment stop.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "isPermanent":{
                        "description":"A Y/N indicator to define the stop as permanent. Any subsequent actions and modifications to the shipment will retain this record.",
                        "type":"boolean"
                    },
                    "domainName":{
                        "description":"Date and time of the most recent data update.",
                        "type":"string"
                    },
                    "shipUnitDwellTime":{
                        "description":"The ship unit dwell time at the stop location as entered.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "involvedParties":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipments.stops.details.involvedParties"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                },
                "required":[
                    "activity"
                ]
            },
            "shipments.stops.details.involvedParties":{
                "properties":{
                    "involvedPartyQualGid":{
                        "description":"The qualifier ID for the involved party.",
                        "type":"string"
                    },
                    "involvedPartyContactGid":{
                        "description":"The contact ID for the involved party. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "involvedPartyContact":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property involvedPartyContactGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "comMethodGid":{
                        "description":"The communication method ID for the involved party.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "shipments.involvedParties":{
                "properties":{
                    "involvedPartyQualGid":{
                        "description":"The involved party qualifier identifier.",
                        "type":"string"
                    },
                    "involvedPartyContactGid":{
                        "description":"The involved party contact for the qualifier listed on the shipment. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "involvedPartyContact":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property involvedPartyContactGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "comMethodGid":{
                        "description":"The communication ,method for the involved party listed on the shipment.",
                        "type":"string"
                    },
                    "overrideLocationName":{
                        "description":"The location name that is to be used for this involved party on a shipment in place of (overridden) the one on the location table.",
                        "type":"string"
                    },
                    "overrideCity":{
                        "description":"The location city that is to be used for this involved party on a shipment in place of (overridden) the one on the location table.",
                        "type":"string"
                    },
                    "overrideProvince":{
                        "description":"The location providence  that is to be used for this involved party on a shipment in place of (overridden) the one on the location table",
                        "type":"string"
                    },
                    "overrideProvinceCode":{
                        "description":"The location providence code that is to be used for this involved party on a shipment in place of (overridden) the one on the location table",
                        "type":"string"
                    },
                    "overrideCountryCode3Gid":{
                        "description":"The location country code that is to be used for this involved party on a shipment in place of (overridden) the one on the location table",
                        "type":"string"
                    },
                    "overridePostalCode":{
                        "description":"The location postal code that is to be used for this involved party on a shipment in place of (overridden) the one on the location table",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "overrideAddresses":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipments.involvedParties.overrideAddresses"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "shipments.involvedParties.overrideAddresses":{
                "properties":{
                    "lineSequence":{
                        "description":"The line sequence (key) for the involved party on the shipment.",
                        "type":"number",
                        "format":"int64"
                    },
                    "overrideAddressLine":{
                        "description":"The address line that is to be used for this involved party on a shipment in place (Overridden) of the one on the contact table for the involved party.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "shipments.refnums":{
                "properties":{
                    "shipmentRefnumQualGid":{
                        "description":"The reference qualifier GID defining the reference  code.",
                        "type":"string"
                    },
                    "shipmentRefnumValue":{
                        "description":"The value associated to the reference code.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                },
                "required":[
                    "shipmentRefnumValue"
                ]
            },
            "shipments.trackingEvents":{
                "properties":{
                    "iTransactionNo":{
                        "description":"The transaction identifier for the shipment data of the tracking event.",
                        "type":"number",
                        "format":"int64"
                    },
                    "servprovGid":{
                        "description":"The service provider associated with generating the tracking event. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "servprov":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property servprovGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/serviceProviders"
                            }
                        ],
                        "readOnly":true
                    },
                    "reportingGluser":{
                        "description":"The reporting application user if the tracking event was entered via the system's tracking event UI.",
                        "type":"string"
                    },
                    "reportingMethod":{
                        "description":"The reporting method that links into the communication methods defined for OTM.",
                        "type":"string"
                    },
                    "shipmentStopNum":{
                        "description":"The shipment stop number for a stop based event.",
                        "type":"number",
                        "format":"int32"
                    },
                    "eventLocationGid":{
                        "description":"The location identifier of an location based event. This will be null for non-location based events. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "eventLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property eventLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "isHidden":{
                        "description":"A Y/N indicator to display the status history.",
                        "type":"boolean"
                    },
                    "partitionKey":{
                        "description":"The monthly range partition to manage purging status messages.",
                        "type":"number",
                        "format":"double"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "shipments.documents":{
                "properties":{
                    "documentGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentDefGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentUrl":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentMimeType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentFilename":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "ownerDataQueryTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "reportGid":{
                        "description":"The report associated with the document attachment, if content was generated by the report subsystem.",
                        "type":"string"
                    },
                    "generatedAt":{
                        "description":"If preparation, date/time content was last generated",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "uploadedAt":{
                        "description":"If attachment, date/time content was last updated",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "documentTrackingNum":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentCmsId":{
                        "description":"A GUID to associate the document with content stored on its remote CMS. Valid when document_type=CMS.",
                        "type":"string"
                    },
                    "contentManagementSystemGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "usedAs":{
                        "description":"Represents the classification of a document.(C/I/L/T)",
                        "type":"string"
                    },
                    "relatedDocumentGid":{
                        "description":"Represents the related document for consolidated/linked documents. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "relatedDocument":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property relatedDocumentGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/documents"
                            }
                        ],
                        "readOnly":true
                    },
                    "effectiveDate":{
                        "description":"represents effective date for a document",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "expirationDate":{
                        "description":"Represents expiration date for a document.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "userDefined1IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined2IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined3IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined4IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined5IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "shipments.allocations":{
                "properties":{
                    "allocSeqNo":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "allocTypeQualGid":{
                        "description":"GC3 Global identifier for the entity. Is created by concatenating Domain Name,\".\" and XID.",
                        "type":"string"
                    },
                    "invoiceGid":{
                        "description":"GC3 Global identifier for the entity. Is created by concatenating Domain Name,\".\" and XID. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "invoice":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property invoiceGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/bills"
                            }
                        ],
                        "readOnly":true
                    },
                    "timestamp":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "allocatedCost":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "parentInvoiceGid":{
                        "description":"If populated, the INVOICE_GID indicates that this alllocation is for a child invoice.  This column indicates the parent invoice of the entire consolidation that was allocated. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "parentInvoice":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property parentInvoiceGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/bills"
                            }
                        ],
                        "readOnly":true
                    },
                    "voucherGid":{
                        "description":"GC3 Global identifier for the entity. Is created by concatenating Domain Name,\".\" and XID. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "voucher":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property voucherGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/vouchers"
                            }
                        ],
                        "readOnly":true
                    },
                    "exchangeRateDate":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "exchangeRateGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "shipGroupGid":{
                        "description":"Represents Shipment Group ID. This is populated when allocating a shipment group or a voucher corresponding to an invoice created for a shipment<br>group. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "shipGroup":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property shipGroupGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/shipmentGroups"
                            }
                        ],
                        "readOnly":true
                    },
                    "orderAllocations":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipments.allocations.orderAllocations"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "orderLineAllocations":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipments.allocations.orderLineAllocations"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "orderBaseLineAllocations":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipments.allocations.orderBaseLineAllocations"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "shipments.allocations.orderAllocations":{
                "properties":{
                    "allocCostSeqno":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "orderReleaseGid":{
                        "description":"No description. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "orderRelease":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property orderReleaseGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/orderReleases"
                            }
                        ],
                        "readOnly":true
                    },
                    "costDescription":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "accessorialCodeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "cost":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "generalLedgerGid":{
                        "description":"GL code for the allocation order release record.",
                        "type":"string"
                    },
                    "exchangeRateDate":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "exchangeRateGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "costTypeGid":{
                        "description":"cost type for this allocation record",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "shipmentCostSeqno":{
                        "description":"Shipment cost seq no would be stored if we perform allocation based on shipment",
                        "type":"number",
                        "format":"int64"
                    },
                    "lineitemSeqNo":{
                        "description":"Voucher/Bill line item seq no would be stored if we perform allocation based on voucher or bill",
                        "type":"number",
                        "format":"int32"
                    },
                    "invoiceGid":{
                        "description":"Invoice/Bill Gid would be stored in this field if allocation is done based on Invoice or Bill",
                        "type":"string"
                    },
                    "shipmentGid":{
                        "description":"Shipment  Gid would be stored in this field if allocation is done based on  shipment ",
                        "type":"string"
                    },
                    "voucherGid":{
                        "description":"Voucher  Gid would be stored in this field if allocation is done based on voucher",
                        "type":"string"
                    },
                    "attribute1":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute2":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute3":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute4":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute5":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute6":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute7":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute8":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute9":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute10":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute11":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute12":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute13":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute14":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute15":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute16":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute17":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute18":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute19":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute20":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attributeNumber1":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber2":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber3":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber4":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber5":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber6":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber7":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber8":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber9":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber10":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber11":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber12":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber13":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber14":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber15":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber16":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber17":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber18":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber19":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber20":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate1":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate2":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate3":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate4":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate5":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate6":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate7":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate8":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate9":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate10":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate11":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate12":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate13":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate14":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate15":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate16":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate17":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate18":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate19":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate20":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeCurrency1":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is Currency.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "attributeCurrency2":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is Currency.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "attributeCurrency3":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is Currency.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "vatCodeGid":{
                        "description":"The GID for the VAT tax that is being allocated from voucher.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "shipments.allocations.orderLineAllocations":{
                "properties":{
                    "allocCostSeqno":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "orderReleaseLineGid":{
                        "description":"No description. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "orderReleaseLine":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property orderReleaseLineGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/orderReleaseLines"
                            }
                        ],
                        "readOnly":true
                    },
                    "costDescription":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "accessorialCodeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "cost":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "generalLedgerGid":{
                        "description":"GL code for the allocation order release line record.",
                        "type":"string"
                    },
                    "invoiceGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "lineitemSeqNo":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "exchangeRateDate":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "exchangeRateGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "costTypeGid":{
                        "description":"cost type for this allocation record",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "shipmentCostSeqno":{
                        "description":"Shipment cost seq no would be stored if we perform allocation based on shipment",
                        "type":"number",
                        "format":"int64"
                    },
                    "shipmentGid":{
                        "description":"Shipment  Gid would be stored in this field if allocation is done based Shipment.",
                        "type":"string"
                    },
                    "voucherGid":{
                        "description":"Voucher  Gid would be stored in this field if allocation is done based on voucher or invoice",
                        "type":"string"
                    },
                    "attribute1":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute2":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute3":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute4":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute5":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute6":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute7":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute8":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute9":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute10":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute11":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute12":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute13":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute14":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute15":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute16":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute17":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute18":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute19":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute20":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attributeNumber1":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber2":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber3":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber4":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber5":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber6":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber7":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber8":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber9":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber10":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber11":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber12":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber13":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber14":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber15":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber16":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber17":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber18":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber19":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber20":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate1":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate2":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate3":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate4":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate5":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate6":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate7":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate8":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate9":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate10":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate11":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate12":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate13":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate14":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate15":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate16":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate17":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate18":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate19":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate20":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeCurrency1":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is Currency.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "attributeCurrency2":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is Currency.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "attributeCurrency3":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is Currency.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "vatCodeGid":{
                        "description":"The GID for the VAT tax that is being allocated from voucher.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "shipments.allocations.orderBaseLineAllocations":{
                "properties":{
                    "allocCostSeqno":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "obLineGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "costDescription":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "accessorialCodeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "cost":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "invoiceGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "lineitemSeqNo":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "exchangeRateDate":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "exchangeRateGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "costTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "shipmentCostSeqno":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "shipmentGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "voucherGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "generalLedgerGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attribute1":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute2":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute3":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute4":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute5":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute6":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute7":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute8":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute9":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute10":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute11":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute12":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute13":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute14":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute15":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute16":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute17":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute18":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute19":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attribute20":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is VARCHAR2 (150).",
                        "type":"string"
                    },
                    "attributeNumber1":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber2":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber3":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber4":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber5":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber6":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber7":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber8":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber9":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber10":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber11":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber12":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber13":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber14":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber15":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber16":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber17":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber18":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber19":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber20":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is NUMBER.",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate1":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate2":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate3":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate4":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate5":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate6":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate7":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate8":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate9":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate10":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate11":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate12":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate13":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate14":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate15":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate16":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate17":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate18":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate19":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate20":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is DATE.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeCurrency1":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is Currency.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "attributeCurrency2":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is Currency.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "attributeCurrency3":{
                        "description":"Attribute (flex)fields allow you to add additional information about an object. Data type is Currency.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "vatCodeGid":{
                        "description":"The GID for the VAT tax that is being allocated from voucher.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "shipments.tenders":{
                "properties":{
                    "iTransactionNo":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "tenderType":{
                        "description":"Defines the type of tender. Values are 'Ordinary', 'Broadcast Tender', and 'Spot Bid'",
                        "type":"string"
                    },
                    "shipmentTime":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "expectedResponse":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "originLocation":{
                        "description":"A unique identifier to define the locations withing GC3. The gid contains the domain portion. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "originLocationRefObject":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property originLocation, which will be expanded if expandRefs query parameter is set to true (expandRefs=true) <br> This reference object will be displayed only when the optional feature: APPEND REFOBJECT FOR REF ATTR NOT ENDING WITH GID is enabled.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "destinationLocation":{
                        "description":"A unique identifier to define the locations withing GC3. The gid contains the domain portion. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "destinationLocationRefObject":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property destinationLocation, which will be expanded if expandRefs query parameter is set to true (expandRefs=true) <br> This reference object will be displayed only when the optional feature: APPEND REFOBJECT FOR REF ATTR NOT ENDING WITH GID is enabled.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "deliveryTime":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "originalPickupTime":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "isTenderCount":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "rateGeoGid":{
                        "description":"References the rate record that that is associated with the tender.",
                        "type":"string"
                    },
                    "plannedCost":{
                        "description":"Copied planning cost from shipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "processControlRequestId":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "isStepTender":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "stepResponseTime":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "stepResponseTimeUomCode":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "stepResponseTimeBase":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "stepTenderPcrId":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int64"
                    },
                    "expectedRespUpdated":{
                        "description":"Determines whether the expected response for the tender is updated.",
                        "type":"boolean"
                    },
                    "marketCost":{
                        "description":"Market cost based on the shipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                },
                "required":[
                    "shipmentTime",
                    "deliveryTime"
                ]
            },
            "shipments.sShipUnits":{
                "properties":{
                    "sShipUnitGid":{
                        "description":"The GID for the ship unit associated to a shipment.",
                        "type":"string"
                    },
                    "sShipUnitXid":{
                        "description":"The XID for the ship unit associated to a shipment.",
                        "type":"string"
                    },
                    "transportHandlingUnitGid":{
                        "description":"The transport handling unit identifier defined for the ship unit. Examples are a box and a pallet.",
                        "type":"string"
                    },
                    "unitLength":{
                        "description":"The length of each shipment ship unit. If this row represents 20 of the same ship units, the total length is 20 x unit length.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "unitWidth":{
                        "description":"The width of each shipment ship unit. Each row may represent the ship unit count number of same ship units. If this field is null or is 0, the weight of this shipment ship unit is computed as the total of container weight from its ship unit specification and the weight of its shipment ship unit lines.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "unitHeight":{
                        "description":"The height of each shipment ship unit. If this row represents the 20 same ship units, the total height is 20 x unit height.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "unitWeight":{
                        "description":"The weight of the ship unit.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "unitVolume":{
                        "description":"The volume of each shipment ship unit. Each row may represent the ship unit count number of same ship units. If this field is null or is 0, the volume of this shipment ship unit is computed as the total of container volume from its ship unit specification and the volume of its shipment ship unit lines.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "flexCommodityCode":{
                        "description":"The user-defined commodity code for the item. For example HTS, SITC, STCC, NMFC, etc.",
                        "type":"string"
                    },
                    "flexCommodityQualGid":{
                        "description":"A GID to define the type of the commodity code. For example HTS, SITC, STCC, NMFC etc.",
                        "type":"string"
                    },
                    "isSplitable":{
                        "description":"A true or false value to define whether the ship unit can be split when creating the shipments.",
                        "type":"boolean"
                    },
                    "shipUnitCount":{
                        "description":"Ship units that have the same dimension/weight and contents are represented as one row in the SHIP_UNIT table. SHIP_UNIT_COUNT is the number of these ship units.",
                        "type":"number",
                        "format":"int64"
                    },
                    "earlyPickupDate":{
                        "description":"The early pickup date defined for the ship unit",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "receivedWeight":{
                        "description":"The received gross weight of the shipment ship unit. It can be entered as a stop debrief. Used for reporting purposes.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "receivedVolume":{
                        "description":"The received volume of the shipment ship unit. It can be entered as a stop debrief. Used for reporting purposes.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "receivedShipUnitCount":{
                        "description":"The received item package count. It can be entered as a stop debrief.",
                        "type":"number",
                        "format":"double"
                    },
                    "shipUnitGid":{
                        "description":"The GID for the order release ship unit that is associated to this shipment ship unit.",
                        "type":"string"
                    },
                    "unitNetWeight":{
                        "description":"The unit net weight of the goods contained in the shipment ship unit.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "unitNetVolume":{
                        "description":"The unit net volume of the goods contained in the shipment ship unit.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "receivedNetWeight":{
                        "description":"The received net weight of the shipment ship unit. It can be entered as a stop debrief. Used for reporting purposes.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "receivedNetVolume":{
                        "description":"The received net volume of the shipment ship unit. It can be entered as a stop debrief. Used for reporting purposes.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "coreDiameter":{
                        "description":"For cylindrical objects, this defines the diameter of the core.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "unitDiameter":{
                        "description":"For cylindrical objects, this defines the diameter of the ship unit.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "tag1":{
                        "description":"A flexible field to contain informational data that has been copied from the order to the shipment.",
                        "type":"string"
                    },
                    "tag2":{
                        "description":"A flexible field to contain informational data that has been copied from the order to the shipment.",
                        "type":"string"
                    },
                    "tag3":{
                        "description":"A flexible field to contain informational data that has been copied from the order to the shipment.",
                        "type":"string"
                    },
                    "tag4":{
                        "description":"A flexible field to contain informational data that has been copied from the order to the shipment.",
                        "type":"string"
                    },
                    "tShipUnitGid":{
                        "description":"A GID for the order release ship unit.",
                        "type":"string"
                    },
                    "isCountSplittable":{
                        "description":"Indicates whether the ship unit can be split on the count boundaries when planning during container optimization.",
                        "type":"boolean"
                    },
                    "totalGrossWeight":{
                        "description":"The total gross weight of the shipment ship unit (transport handling unit + lines).",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "totalGrossVolume":{
                        "description":"The total gross volume of the shipment ship unit (transport handling unit + lines).",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "rangeStart":{
                        "description":"The range start value associated with the ship unit to handle the case where the ship unit count is >1 signifying that there are multiple instances of this record.",
                        "type":"number",
                        "format":"int32"
                    },
                    "rangeEnd":{
                        "description":"The range end value associated with the ship unit to handle the case where the ship unit count is >1 signifying that there are multiple instances of this record.",
                        "type":"number",
                        "format":"int32"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "releaseMethodGid":{
                        "description":"The release method (order configuration identifier) associated with defining this ship unit. It specifies such attributes as if the ship unit weight is calculated from the ship unit line weight.",
                        "type":"string"
                    },
                    "isAllowRepack":{
                        "description":"If this flag is set to false, when planning order movement that contains this ship unit or combine shipments that contains this shipment ship unit, the shipment ship unit building process will not repack this ship unit. ",
                        "type":"boolean"
                    },
                    "totalLoadingSplitWeight":{
                        "description":"Defines the total loading split weight if the ship unit can be split to load into the equipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "totalLoadingSplitVolume":{
                        "description":"Defines the total loading split volume if the ship unit can be split to load into the equipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "priority":{
                        "description":"Defines the priority associated with ship unit.",
                        "type":"number",
                        "format":"int32"
                    },
                    "isFixedEruCount":{
                        "description":"Indicates whether the ERU defined on shipment ship unit is used or the ERU is derived from the order. A null value means N.",
                        "type":"boolean"
                    },
                    "refnums":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipments.sShipUnits.refnums"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "accessorials":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipments.sShipUnits.accessorials"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "seals":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipments.sShipUnits.seals"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "sEquipments":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipments.sShipUnits.sEquipments"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "lines":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipments.sShipUnits.lines"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "specialServices":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipments.sShipUnits.specialServices"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "remarks":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipments.sShipUnits.remarks"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "trackingEvents":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipments.sShipUnits.trackingEvents"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "pieces":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipments.sShipUnits.pieces"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "shipments.sShipUnits.refnums":{
                "properties":{
                    "sShipUnitRefnumQualGid":{
                        "description":"The reference number qualifier identifier defining the reference code.",
                        "type":"string"
                    },
                    "refnumValue":{
                        "description":"The text associated to the remark code.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                },
                "required":[
                    "refnumValue"
                ]
            },
            "shipments.sShipUnits.accessorials":{
                "properties":{
                    "accessorialCodeGid":{
                        "description":"The accessorial code GID.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "shipments.sShipUnits.seals":{
                "properties":{
                    "equipmentSeal":{
                        "description":"The equipment seal number for the shipment ship unit.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                },
                "required":[
                    "equipmentSeal"
                ]
            },
            "shipments.sShipUnits.sEquipments":{
                "properties":{
                    "sEquipmentGid":{
                        "description":"The GID for the shipment equipment. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "sEquipment":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property sEquipmentGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/sEquipments"
                            }
                        ],
                        "readOnly":true
                    },
                    "compartmentNum":{
                        "description":"The number associated with the compartment in a multi-compartment equipment. (View Only)",
                        "type":"number",
                        "format":"int32"
                    },
                    "loadingSequence":{
                        "description":"The sequence that the shipment ship unit is loaded into the equipment. (View Only) ",
                        "type":"number",
                        "format":"int32"
                    },
                    "loadingPatternGid":{
                        "description":"The loading pattern used to place ship unit into equipment if load configuration algorithm used is pattern based. (View Only) ",
                        "type":"string"
                    },
                    "numStackingLayers":{
                        "description":"The number associated with the layer stacked for ship unit. (View Only)",
                        "type":"number",
                        "format":"int32"
                    },
                    "numLoadingRows":{
                        "description":"The number associated with the row the ship unit is placed in. (View Only)",
                        "type":"number",
                        "format":"int32"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "shipments.sShipUnits.lines":{
                "properties":{
                    "sShipUnitLineNo":{
                        "description":"The unique sequence within the ship unit to define the individual line items.",
                        "type":"number",
                        "format":"int64"
                    },
                    "weight":{
                        "description":"The weight of the item.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "volume":{
                        "description":"The volume of the item.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "trackingTag1":{
                        "description":"Additional information about the item. This could be any tracking numbers, SKU codes, SPLC codes etc.",
                        "type":"string"
                    },
                    "trackingTag2":{
                        "description":"Additional information about the item. This could be any tracking numbers, SKU codes, SPLC codes etc.",
                        "type":"string"
                    },
                    "trackingTag3":{
                        "description":"Additional information about the item. This could be any tracking numbers, SKU codes, SPLC codes etc.",
                        "type":"string"
                    },
                    "trackingTag4":{
                        "description":"Additional information about the item. This could be any tracking numbers, SKU codes, SPLC codes etc.",
                        "type":"string"
                    },
                    "orLineGid":{
                        "description":"A unique identifier to define the multiple order release lines per order release. The GID has the domain portion. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "orLine":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property orLineGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/orderReleaseLines"
                            }
                        ],
                        "readOnly":true
                    },
                    "orderReleaseGid":{
                        "description":"A unique identifier created by the system for the order release. The GID contains the domain portion. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "orderRelease":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property orderReleaseGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/orderReleases"
                            }
                        ],
                        "readOnly":true
                    },
                    "orderBaseGid":{
                        "description":"The GID for the order base that is related to the shipment line. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string",
                        "readOnly":true
                    },
                    "orderBase":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property orderBaseGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/orderBases"
                            }
                        ],
                        "readOnly":true
                    },
                    "packagingUnitGid":{
                        "description":"The GID for the packaging unit that is related to the shipment line.",
                        "type":"string"
                    },
                    "packagingUnitCount":{
                        "description":"The packaging unit count for the packaged unit that is being shipped.",
                        "type":"number",
                        "format":"int64"
                    },
                    "itemPackageCount":{
                        "description":"The number of packages in this shipment ship unit line for one ship unit. Its shipment ship unit may represent more than one same ship units. E.g., for 20 ship units that contains 4 cases of 24 cans of cocoa, each shipment ship unit line row will have an item GID: cocoa, item count 4x24, item package specification: case-of-24-cans, item package count: 4. The ship unit count will be 20.",
                        "type":"number",
                        "format":"int64"
                    },
                    "declaredValue":{
                        "description":"The declared value of the packaged item quantity being shipped.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "packagedItemGid":{
                        "description":"The GID for the packaged item. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "packagedItem":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property packagedItemGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/packagedItems"
                            }
                        ],
                        "readOnly":true
                    },
                    "hazmatItemGid":{
                        "description":"The GID for the hazmat item.",
                        "type":"string"
                    },
                    "receivedWeight":{
                        "description":"The received weight of the shipment line. It can be entered as a stop debrief. Used for reporting purposes.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "receivedVolume":{
                        "description":"The received volume of the shipment line. It can be entered as a stop debrief. Used for reporting purposes.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "receivedItemPackageCount":{
                        "description":"The received item package count. It can be entered as a stop debrief.",
                        "type":"number",
                        "format":"double"
                    },
                    "shipUnitGid":{
                        "description":"The GID for the ship unit that contains this shipping line.",
                        "type":"string"
                    },
                    "shipUnitLineNo":{
                        "description":"The ship unit line number defined for this shipping line.",
                        "type":"number",
                        "format":"int32"
                    },
                    "weightPer":{
                        "description":"The weight per shipping line count to handle shipping a multiple count.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "volumePer":{
                        "description":"The weight per shipping line count to handle shipping a multiple count.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "countPerShipUnit":{
                        "description":"The count per ship unit.",
                        "type":"number",
                        "format":"int64"
                    },
                    "receivedPackagingUnitCount":{
                        "description":"The received packaging unit count of the shipment line. It can be entered as stop debrief. Used for reporting purposes.",
                        "type":"number",
                        "format":"int64"
                    },
                    "receivedCountPerShipUnit":{
                        "description":"The received count per ship unit. It can be entered as stop debrief. Used for reporting purposes.",
                        "type":"number",
                        "format":"int64"
                    },
                    "tOrderReleaseGid":{
                        "description":"Used as a non-foreign key reference to the order release.",
                        "type":"string"
                    },
                    "tOrLineGid":{
                        "description":"Used as a non-foreign key reference to the order release line.",
                        "type":"string"
                    },
                    "tShipUnitGid":{
                        "description":"Used as a non-foreign key reference to the order release ship unit line.",
                        "type":"string"
                    },
                    "tShipUnitLineNo":{
                        "description":"Used as a non-foreign key reference to the order release ship unit line.",
                        "type":"number",
                        "format":"int32"
                    },
                    "userDefinedCommodityGid":{
                        "description":"The user defined commodity identifier associated with the item that is being shipped.",
                        "type":"string",
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "userDefined1IconGid":{
                        "description":"Stores a user-defined icon that will appear within the user interface to help visually identify attributes for the ship unit line.",
                        "type":"string"
                    },
                    "userDefined2IconGid":{
                        "description":"Stores a user-defined icon that will appear within the user interface to help visually identify attributes for the ship unit line.",
                        "type":"string"
                    },
                    "userDefined3IconGid":{
                        "description":"Stores a user-defined icon that will appear within the user interface to help visually identify attributes for the ship unit line.",
                        "type":"string"
                    },
                    "marinePollutantIndicator":{
                        "description":"A Y/N indicator if the shipment line item is a marine pollutant.",
                        "type":"boolean"
                    },
                    "hotIndicator":{
                        "description":"A Y/N indicator if the shipment line item is hot.",
                        "type":"boolean"
                    },
                    "loadConfigSetupGid":{
                        "description":"A load configuration set up identifier to be used by the load configuration engine as the input rules during ship unit building during repack.",
                        "type":"string"
                    },
                    "remarks":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipments.sShipUnits.lines.remarks"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "refnums":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipments.sShipUnits.lines.refnums"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "accessorials":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipments.sShipUnits.lines.accessorials"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "shipments.sShipUnits.lines.remarks":{
                "properties":{
                    "remarkSequence":{
                        "description":"The sequence identifier for the remark associated with the shipment.",
                        "type":"number",
                        "format":"int64"
                    },
                    "remarkQualGid":{
                        "description":"The remark qualifier identifier defining the remark code.",
                        "type":"string"
                    },
                    "remarkText":{
                        "description":"The text associated to the remark code.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                },
                "required":[
                    "remarkText"
                ]
            },
            "shipments.sShipUnits.lines.refnums":{
                "properties":{
                    "sSulRefnumQualGid":{
                        "description":"The reference number qualifier identifier defining the reference code.",
                        "type":"string"
                    },
                    "refnumValue":{
                        "description":"The text associated to the remark code.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                },
                "required":[
                    "refnumValue"
                ]
            },
            "shipments.sShipUnits.lines.accessorials":{
                "properties":{
                    "accessorialCodeGid":{
                        "description":"The accessorial code GID.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "remarks":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/shipments.sShipUnits.lines.accessorials.remarks"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "shipments.sShipUnits.lines.accessorials.remarks":{
                "properties":{
                    "remarkSequence":{
                        "description":"The remark sequence associated with the shipment ship unit line. ",
                        "type":"number",
                        "format":"int64"
                    },
                    "remarkQualGid":{
                        "description":"The remark qualifier identifier defining the remark code.",
                        "type":"string"
                    },
                    "remarkText":{
                        "description":"The text associated to the remark code.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                },
                "required":[
                    "remarkText"
                ]
            },
            "shipments.sShipUnits.specialServices":{
                "properties":{
                    "specialServiceGid":{
                        "description":"The special service identifier defining the service to be performed.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "shipments.sShipUnits.remarks":{
                "properties":{
                    "remarkSequence":{
                        "description":"The sequence identifier for the remark associated with the shipment.",
                        "type":"number",
                        "format":"int64"
                    },
                    "remarkQualGid":{
                        "description":"The remark qualifier identifier defining the remark code.",
                        "type":"string"
                    },
                    "remarkText":{
                        "description":"The text associated to the remark code.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                },
                "required":[
                    "remarkText"
                ]
            },
            "shipments.sShipUnits.trackingEvents":{
                "properties":{
                    "iTransactionNo":{
                        "description":"The transaction identifier linked to the shipment ship unit.",
                        "type":"number",
                        "format":"int64"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "partitionKey":{
                        "description":"The monthly range partition to manage purging status messages.",
                        "type":"number",
                        "format":"double"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "shipments.sShipUnits.pieces":{
                "properties":{
                    "pieceNumber":{
                        "description":"A unique number given to a piece of SSU for the same S_SHIP_UNIT_GID with multiple counts.",
                        "type":"number",
                        "format":"int32"
                    },
                    "loadingSequence":{
                        "description":"The loading sequence of the SSU singleton.",
                        "type":"number",
                        "format":"int32"
                    },
                    "stackingLayer":{
                        "description":"Stacking layers of the unit. If multiple units are underneath, this is the maximum number of layers underneath added by 1.",
                        "type":"number",
                        "format":"int32"
                    },
                    "orientationGid":{
                        "description":"Orientation of the ship unit piece.",
                        "type":"string"
                    },
                    "xCoordinate":{
                        "description":"The x-coordinate of the unit using container's front lower left corner as the origin.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "yCoordinate":{
                        "description":"The y-coordinate of the unit using container's front lower left corner as the origin.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "zCoordinate":{
                        "description":"The z-coordinate of the unit using container's front lower left corner as the origin.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "totalTopWeight":{
                        "description":"This is the summation of all weights on the top distributed according to the area touching the pieces",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "isSplit":{
                        "description":"To indicate if this is a loading split from the original SSU.",
                        "type":"boolean"
                    },
                    "length":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "width":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "height":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "weight":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "volume":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "loadConfig3dPatternGid":{
                        "description":"Corresponding user defined 3d pattern. If the piece is placed using user defined 3d pattern, this indicates the pattern used.",
                        "type":"string"
                    },
                    "patternInstanceCount":{
                        "description":"Instance of the user pattern used",
                        "type":"number",
                        "format":"int32"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "commitmentAllocationType":{
                "type":"object",
                "properties":{
                    "commitmentAllocationXid":{
                        "type":"string"
                    },
                    "servprovXid":{
                        "type":"string"
                    },
                    "plannedValue":{
                        "type":"string"
                    },
                    "actualValue":{
                        "type":"string"
                    }
                }
            },
            "commitmentCountType":{
                "type":"object",
                "properties":{
                    "commitmentXid":{
                        "type":"string"
                    },
                    "primaryCountType":{
                        "type":"string"
                    },
                    "plannedValue":{
                        "type":"string"
                    },
                    "actualValue":{
                        "type":"string"
                    }
                }
            },
            "capacityUsageType":{
                "type":"object",
                "properties":{
                    "capacityUsageXid":{
                        "type":"string"
                    },
                    "capacityLimitXid":{
                        "type":"string"
                    },
                    "limit":{
                        "type":"string"
                    },
                    "usage":{
                        "type":"string"
                    }
                }
            },
            "getServiceProviderOptionsRequest":{
                "description":"Request body for service provider options (optional).",
                "type":"object",
                "properties":{
                    "pks":{
                        "description":"Array of shipment PKs when not using path id.",
                        "type":"array",
                        "items":{
                            "type":"string"
                        }
                    },
                    "relaxEquipment":{
                        "description":"If not provided, the value will depend on the property glog.webserver.shipment.changeSP.ignoreEquipment.",
                        "type":"string"
                    },
                    "relaxMode":{
                        "description":"If not provided, the value will depend on the property glog.webserver.shipment.changeSP.ignoreMode.",
                        "type":"string"
                    },
                    "relaxServiceTime":{
                        "description":"If not provided, the value will depend on the property glog.webserver.shipment.changeSP.ignoreServiceTime.",
                        "type":"string"
                    },
                    "ratePreference":{
                        "description":"If not provided, the value will depend on the property glog.webserver.shipment.changeSP.showpreferredOnly.",
                        "type":"string"
                    },
                    "showDigitalFreightRates":{
                        "description":"If not provided, the value will depend on the property glog.webserver.shipment.changeSP.showDigitalFreightRates.",
                        "type":"string"
                    }
                }
            },
            "getServiceProviderOptionsResultItem":{
                "description":"Service provider option for the shipment",
                "type":"object",
                "properties":{
                    "serviceProviderId":{
                        "description":"Service Provider Id",
                        "type":"string"
                    },
                    "transportModeGid":{
                        "description":"Transport Mode Gid",
                        "type":"string"
                    },
                    "rateOfferingGid":{
                        "description":"Rate Offering Gid",
                        "type":"string"
                    },
                    "rateGeoGid":{
                        "description":"Rate Geo Gid",
                        "type":"string"
                    },
                    "equipmentGroupGid":{
                        "description":"Equipment Group Gid",
                        "type":"string"
                    },
                    "sourceLocationGid":{
                        "description":"Source Location Gid",
                        "type":"string"
                    },
                    "destinationLocationGid":{
                        "description":"Destination Location Gid",
                        "type":"string"
                    },
                    "isServiceTimeFeasible":{
                        "description":"Indicates whether the service time is feasible.",
                        "type":"string"
                    },
                    "isServProvPreferred":{
                        "description":"Indicates whether the preferred service provider selected.",
                        "type":"string"
                    },
                    "isDigitalFreight":{
                        "description":"Indicates whether this service provider is a digital freight provider.",
                        "type":"string"
                    },
                    "tenderStatus":{
                        "description":"Indicates current tender status",
                        "type":"string"
                    },
                    "totalCost":{
                        "description":"Total Cost",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "totalWeightedCost":{
                        "description":"Total Weighted Cost",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "startTime":{
                        "description":"Start Time",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "endTime":{
                        "description":"End Time",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "commitmentAllocation":{
                        "description":"Commitment Allocation Details",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/commitmentAllocationType"
                            }
                        ]
                    },
                    "commitmentCount":{
                        "description":"Commitment Count Details",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/commitmentCountType"
                            }
                        ]
                    },
                    "capacityUsage":{
                        "description":"Capacity Usage Details",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/capacityUsageType"
                            }
                        ]
                    },
                    "co2Emission":{
                        "description":"CO2 Emissions Details",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "co2EqEmission":{
                        "description":"CO2 Equivalent Emissions Details",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    }
                }
            },
            "getServiceProviderOptionsResponse":{
                "description":"Response containing service provider options for the shipment.",
                "type":"object",
                "properties":{
                    "items":{
                        "description":"List of service provider options.",
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/getServiceProviderOptionsResultItem"
                        }
                    },
                    "shipmentPk":{
                        "description":"Pk of the shipment",
                        "type":"string"
                    },
                    "firstOrderReleaseGid":{
                        "description":"First Order Release GID",
                        "type":"string"
                    }
                }
            },
            "addToGroupByTypeRequest":{
                "allOf":[
                    {
                        "$ref":"#/components/schemas/actionRequest"
                    },
                    {
                        "type":"object",
                        "properties":{
                            "shipGroupTypeGid":{
                                "description":"The type of the shipment group to find or create.",
                                "type":"string"
                            },
                            "addToExistingGroup":{
                                "description":"Specify whether or not to create a new shipment group. Default is 'yes'",
                                "type":"string",
                                "enum":[
                                    "yes",
                                    "no"
                                ]
                            }
                        },
                        "required":[
                            "shipGroupTypeGid"
                        ]
                    }
                ]
            },
            "addToGroupByTypeResponse":{
                "allOf":[
                    {
                        "$ref":"#/components/schemas/actionResponse"
                    }
                ]
            },
            "editServiceProviderAndCostRequest":{
                "allOf":[
                    {
                        "$ref":"#/components/schemas/actionRequest"
                    },
                    {
                        "type":"object",
                        "properties":{
                            "serviceProviderId":{
                                "description":"serviceProviderId",
                                "type":"string"
                            },
                            "cost":{
                                "description":"cost",
                                "allOf":[
                                    {
                                        "$ref":"#/components/schemas/currencyType"
                                    }
                                ]
                            },
                            "shipmentCosts":{
                                "description":"The shipment costs.",
                                "type":"array",
                                "items":{
                                    "properties":{
                                        "costType":{
                                            "description":"costType",
                                            "type":"string"
                                        },
                                        "shipmentCost":{
                                            "description":"The shipment cost.",
                                            "allOf":[
                                                {
                                                    "$ref":"#/components/schemas/currencyType"
                                                }
                                            ]
                                        },
                                        "isCostFixed":{
                                            "description":"Indicates that the cost is fixed.",
                                            "type":"boolean"
                                        },
                                        "processAsFlowThrough":{
                                            "description":"Process as flow through.",
                                            "type":"boolean"
                                        },
                                        "accessorialCode":{
                                            "description":"An accessorial code.",
                                            "type":"string"
                                        },
                                        "paymentMethodCode":{
                                            "description":"The payment method code.",
                                            "type":"string"
                                        },
                                        "adjustmentReason":{
                                            "description":"The adjustment reason.",
                                            "type":"string"
                                        }
                                    }
                                }
                            }
                        }
                    }
                ]
            },
            "editServiceProviderAndCostResultItem":{
                "properties":{
                    "shipmentPk":{
                        "description":"The primary key for the shipment.",
                        "type":"string"
                    },
                    "totalActualCost":{
                        "description":"The total actual cost.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "totalWeightedCost":{
                        "description":"The total weighted cost.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "startTime":{
                        "description":"The start time.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "endTime":{
                        "description":"The end time.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "serviceProviderID":{
                        "description":"The service provider ID.",
                        "type":"string"
                    },
                    "transportMode":{
                        "description":"The transport mode.",
                        "type":"string"
                    },
                    "rateOffering":{
                        "description":"The rate offering.",
                        "type":"string"
                    },
                    "equipmentGroup":{
                        "description":"The equipment group.",
                        "type":"string"
                    }
                }
            },
            "editServiceProviderAndCostResponse":{
                "allOf":[
                    {
                        "$ref":"#/components/schemas/actionResponse"
                    },
                    {
                        "type":"object",
                        "properties":{
                            "items":{
                                "description":"Edits the service provider and cost action response for a shipment.",
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/editServiceProviderAndCostResultItem"
                                }
                            }
                        }
                    }
                ]
            },
            "changeServiceProviderRequest":{
                "allOf":[
                    {
                        "type":"object",
                        "properties":{
                            "pk":{
                                "description":"Object primary key that supports one multi-part (compound) key",
                                "type":"string"
                            },
                            "rateGeoGid":{
                                "description":"Rate geo GID.",
                                "type":"string"
                            },
                            "equipmentGroup":{
                                "description":"The equipment group.",
                                "type":"string"
                            }
                        }
                    }
                ]
            },
            "changeServiceProviderResultItem":{
                "properties":{
                    "shipmentPk":{
                        "description":"The primary key for the shipment.",
                        "type":"string"
                    },
                    "totalActualCost":{
                        "description":"The total actual cost.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "totalWeightedCost":{
                        "description":"The total weighted cost.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "startTime":{
                        "description":"The start time.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "endTime":{
                        "description":"The end time.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "serviceProviderID":{
                        "description":"The service provider ID.",
                        "type":"string"
                    },
                    "transportMode":{
                        "description":"The transport mode.",
                        "type":"string"
                    },
                    "rateOffering":{
                        "description":"The rate offering.",
                        "type":"string"
                    },
                    "equipmentGroup":{
                        "description":"The equipment group.",
                        "type":"string"
                    }
                }
            },
            "changeServiceProviderResponse":{
                "allOf":[
                    {
                        "$ref":"#/components/schemas/actionResponse"
                    },
                    {
                        "type":"object",
                        "properties":{
                            "items":{
                                "description":"The Change Service Provider action response for a shipment.",
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/changeServiceProviderResultItem"
                                }
                            }
                        }
                    }
                ]
            },
            "scheduleAppointmentRequest":{
                "type":"object",
                "properties":{
                    "shipmentGid":{
                        "description":"Shipment ID - Shipment must be identified using one of Shipment ID OR Shipment Reference Number.",
                        "type":"string"
                    },
                    "shipmentRefnumQualGid":{
                        "description":"Shipment Reference Number Qualified ID - In the absence of a Shipment ID, a shipment can be identified using a combination of a Shipment Reference Qualifier ID AND Shipment Reference Number.",
                        "type":"string"
                    },
                    "shipmentRefnumValue":{
                        "description":"Shipment Reference Number - In the absence of a Shipment ID, a shipment can be identified using a combination of a Shipment Reference Qualifier ID AND Shipment Reference Number.",
                        "type":"string"
                    },
                    "stopNumber":{
                        "description":"Stop Number - Shipment appointment location must be specified using one of Stop Number OR Stop Location ID.",
                        "type":"integer"
                    },
                    "locationGid":{
                        "description":"Location ID  - Shipment appointment location must be specified using either a Stop Number OR a Stop Location ID.",
                        "type":"string"
                    },
                    "appointmentStartTime":{
                        "description":"Appointment Start Time at the stop in yyyy-MM-dd HH:mm:ss format.",
                        "type":"string"
                    },
                    "appointmentEndTime":{
                        "description":"Appointment End Time at the stop in yyyy-MM-dd HH:mm:ss format.",
                        "type":"string"
                    },
                    "resourceGidFromPrimaryResourceType":{
                        "description":"Location Resource ID for the primary resource type. For example, the door at which a user wants to book an appointment. Appointment Start Time and Appointment End Time must be specified when using this parameter.",
                        "type":"string"
                    },
                    "resourceGidsFromSecondaryResourceTypes":{
                        "description":"List of Location Resource IDs for the secondary resource type. Appointment Start Time and Appointment End Time must be specified when using this parameter. The resourceGidFromPrimaryResourceType parameter must also be set when specifying secondary resources.",
                        "type":"array",
                        "items":{
                            "properties":{
                                "resourceGid":{
                                    "description":"Location Resource ID.",
                                    "type":"string"
                                }
                            }
                        }
                    },
                    "locationResourceGroupGid":{
                        "description":"Location Resource Group ID. For example when multiple doors are associated with a location resource group, and a user wants to find the best door. To use this parameter, Appointment Start Time and Appointment End Time must be specified. The resourceGidFromPrimaryResourceType parameter must not be set when using the locationResourceGroupGid parameter.",
                        "type":"string"
                    }
                }
            },
            "scheduleAppointmentResponse":{
                "description":"Response when scheduling an appointment for a shipment.",
                "type":"object",
                "properties":{
                    "responseStatus":{
                        "type":"object",
                        "properties":{
                            "isSuccess":{
                                "description":"Specifies if scheduling an appointment for a shipment was successful.",
                                "type":"boolean"
                            },
                            "statusMessage":{
                                "description":"Error message if scheduling an appointment for a shipment was unsuccessful.",
                                "type":"string"
                            }
                        }
                    },
                    "appointments":{
                        "description":"List of appointments scheduled.",
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/scheduleAppointment"
                        }
                    }
                }
            },
            "scheduleAppointment":{
                "description":"Appointment details.",
                "type":"object",
                "properties":{
                    "appointmentGid":{
                        "description":"Appointment ID.",
                        "type":"string"
                    },
                    "confirmationNumber":{
                        "description":"Confirmation Number.",
                        "type":"string"
                    },
                    "pickupAppointment":{
                        "description":"Pickup Appointment time in yyyy-MM-dd HH:mm:ss format.",
                        "type":"string"
                    },
                    "deliveryAppointment":{
                        "description":"Delivery Appointment time in yyyy-MM-dd HH:mm:ss format.",
                        "type":"string"
                    },
                    "appointmentStartTime":{
                        "description":"Appointment Start Time at the stop in yyyy-MM-dd HH:mm:ss format.",
                        "type":"string"
                    },
                    "appointmentEndTime":{
                        "description":"Appointment End Time at the stop in yyyy-MM-dd HH:mm:ss format.",
                        "type":"string"
                    },
                    "appointmentDuration":{
                        "description":"Appointment Duration in seconds.",
                        "type":"integer"
                    },
                    "resourceTypeGid":{
                        "description":"Resource Type ID.",
                        "type":"string"
                    },
                    "locationResourceName":{
                        "description":"Location Resource Name",
                        "type":"string"
                    },
                    "locationResourceGid":{
                        "description":"Location Resource ID",
                        "type":"string"
                    },
                    "stopNumber":{
                        "description":"Stop number where appointment was scheduled.",
                        "type":"integer"
                    }
                }
            },
            "addToGroupRequest":{
                "allOf":[
                    {
                        "$ref":"#/components/schemas/actionRequest"
                    },
                    {
                        "type":"object",
                        "properties":{
                            "shipGroupPks":{
                                "description":"The type of the shipment group to find or create.",
                                "type":"array",
                                "items":{
                                    "type":"string"
                                }
                            }
                        },
                        "required":[
                            "shipGroupPks"
                        ]
                    }
                ]
            },
            "addToGroupResultItem":{
                "properties":{
                    "shipmentPk":{
                        "description":"The primary key for the shipment.",
                        "type":"string"
                    },
                    "shipGroupPk":{
                        "description":"Target shipment group.",
                        "type":"string"
                    }
                }
            },
            "addToGroupResultItemWithError":{
                "allOf":[
                    {
                        "$ref":"#/components/schemas/addToGroupResultItem"
                    },
                    {
                        "type":"object",
                        "properties":{
                            "error":{
                                "description":"Error trying to add shipment to the target group.",
                                "type":"string"
                            }
                        }
                    }
                ]
            },
            "addToGroupResponse":{
                "allOf":[
                    {
                        "$ref":"#/components/schemas/actionResponse"
                    },
                    {
                        "type":"object",
                        "properties":{
                            "passed":{
                                "description":"The type of the shipment group to find or create.",
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/addToGroupResultItem"
                                }
                            },
                            "failed":{
                                "description":"The type of the shipment group to find or create.",
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/addToGroupResultItemWithError"
                                }
                            }
                        }
                    }
                ]
            },
            "availableAppointmentOptionsRequest":{
                "type":"object",
                "properties":{
                    "shipmentGid":{
                        "description":"Shipment ID - Shipment must be identified using one of Shipment ID OR Shipment Reference Number",
                        "type":"string"
                    },
                    "shipmentRefnumQualGid":{
                        "description":"Shipment Reference Number Qualifier ID - In the absence of a Shipment ID, a shipment can be identified using a combination of a Shipment Reference Qualifier ID AND Shipment Reference Number.",
                        "type":"string"
                    },
                    "shipmentRefnumValue":{
                        "description":"Shipment Reference Number - In the absence of a Shipment ID, a shipment can be identified using a combination of a Shipment Reference Qualifier ID AND Shipment Reference Number.",
                        "type":"string"
                    },
                    "stopNumber":{
                        "description":"Stop Number - Shipment appointment location must be specified using one of Stop Number OR Stop Location ID",
                        "type":"integer"
                    },
                    "locationGid":{
                        "description":"Location ID  - Shipment appointment location must be specified using either a Stop Number OR a Stop Location ID",
                        "type":"string"
                    },
                    "appointmentStartTime":{
                        "description":"Appointment Start Time at the stop in yyyy-MM-dd HH:mm:ss format",
                        "type":"string"
                    },
                    "appointmentEndTime":{
                        "description":"Appointment End Time at the stop in yyyy-MM-dd HH:mm:ss format",
                        "type":"string"
                    },
                    "numberOfOptions":{
                        "description":"Number of appointment options requested - maximum is 50",
                        "type":"integer"
                    },
                    "showOptionsForFirstAvailSlotOnly":{
                        "description":"When set to true, the action will return appointment options for all resources from the next available slot. If set to false, the action will return appointment options for all resources from all time slots.",
                        "type":"boolean"
                    },
                    "locationResourceTypeGid":{
                        "description":"Location Resource Type Gid - Filter the appointment options based on the location resource type",
                        "type":"string"
                    }
                }
            },
            "availableAppointmentOptionsResponse":{
                "description":"Available Appointment Options",
                "type":"object",
                "properties":{
                    "numberOfOptions":{
                        "description":"Number of appointment options in response",
                        "type":"integer"
                    },
                    "responseStatus":{
                        "type":"object",
                        "properties":{
                            "isSuccess":{
                                "description":"Specifies if the action was successful",
                                "type":"boolean"
                            },
                            "statusMessage":{
                                "description":"Error message if action was unsuccessful",
                                "type":"string"
                            }
                        }
                    },
                    "appointmentOptions":{
                        "description":"List of available appointment options",
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/appointmentOption"
                        }
                    }
                }
            },
            "appointmentOption":{
                "description":"Available Appointment Option Details",
                "type":"object",
                "properties":{
                    "appointmentStartTime":{
                        "description":"Appointment Start Time at the stop in yyyy-MM-dd HH:mm:ss format",
                        "type":"string"
                    },
                    "appointmentEndTime":{
                        "description":"Appointment End Time at the stop in yyyy-MM-dd HH:mm:ss format",
                        "type":"string"
                    },
                    "isAppointmentFeasible":{
                        "description":"Is Appointment Feasible",
                        "type":"boolean"
                    },
                    "preferenceLevel":{
                        "description":"Preference Level",
                        "type":"integer"
                    },
                    "locationResourceName":{
                        "description":"Location Resource Name",
                        "type":"string"
                    },
                    "locationResourceGroup":{
                        "description":"Location Resource Group",
                        "type":"string"
                    },
                    "infeasiblityCodes":{
                        "description":"List of Infeasiblity Codes when appointment is not feasible",
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/infeasibleCode"
                        }
                    },
                    "locationResourceTypeGid":{
                        "description":"Location Resource Type Gid for each appointment option",
                        "type":"string"
                    }
                }
            },
            "infeasibleCode":{
                "description":"Describes why appointment is infeasible",
                "type":"string"
            },
            "removeAppointmentRequest":{
                "description":"Request parameters to remove an appointment for a shipment.",
                "type":"object",
                "properties":{
                    "appointmentGid":{
                        "description":"Appointment ID - Appointment to be removed must be identified using either an Appointment ID OR Shipment ID OR Shipment Reference Number.",
                        "type":"string"
                    },
                    "shipmentGid":{
                        "description":"Shipment ID - Appointment to be removed must be identified using either an Appointment ID OR Shipment ID OR Shipment Reference Number.",
                        "type":"string"
                    },
                    "shipmentRefnumQualGid":{
                        "description":"Shipment Reference Number Qualifier ID - In the absence of an Appointment ID and a Shipment ID, the shipment associated with the appointment to be removed can be identified using a combination of a Shipment Reference Qualifier ID AND Shipment Reference Number.",
                        "type":"string"
                    },
                    "shipmentRefnumValue":{
                        "description":"Shipment Reference Number - In the absence of an Appointment ID and a Shipment ID, the shipment associated with the appointment to be removed can be identified using a combination of a Shipment Reference Qualifier ID AND Shipment Reference Number.",
                        "type":"string"
                    },
                    "stopNumber":{
                        "description":"Stop Number - Location for the shipment at which the appointment should be removed must be specified using one of Stop Number OR Stop Location ID.",
                        "type":"integer"
                    },
                    "locationGid":{
                        "description":"Location ID  - Location for the shipment at which the appointment should be removed must be specified using one of Stop Number OR Stop Location ID.",
                        "type":"string"
                    }
                }
            },
            "removeAppointmentResponse":{
                "description":"Response when removing an appointment for a shipment.",
                "type":"object",
                "properties":{
                    "responseStatus":{
                        "type":"object",
                        "properties":{
                            "isSuccess":{
                                "description":"Specifies if appointment removal was successful.",
                                "type":"boolean"
                            },
                            "statusMessage":{
                                "description":"Error message if appointment removal was unsuccessful.",
                                "type":"string"
                            }
                        }
                    }
                }
            },
            "modifyAppointmentRequest":{
                "type":"object",
                "properties":{
                    "shipmentGid":{
                        "description":"Shipment ID - Shipment must be identified using one of Shipment ID OR Shipment Reference Number.",
                        "type":"string"
                    },
                    "shipmentRefnumQualGid":{
                        "description":"Shipment Reference Number Qualified ID - In the absence of a Shipment ID, a shipment can be identified using a combination of a Shipment Reference Qualifier ID AND Shipment Reference Number.",
                        "type":"string"
                    },
                    "shipmentRefnumValue":{
                        "description":"Shipment Reference Number - In the absence of a Shipment ID, a shipment can be identified using a combination of a Shipment Reference Qualifier ID AND Shipment Reference Number.",
                        "type":"string"
                    },
                    "stopNumber":{
                        "description":"Stop Number - Shipment appointment location must be specified using one of Stop Number OR Stop Location ID.",
                        "type":"integer"
                    },
                    "locationGid":{
                        "description":"Location ID  - Shipment appointment location must be specified using either a Stop Number OR a Stop Location ID.",
                        "type":"string"
                    },
                    "appointmentStartTime":{
                        "description":"Appointment Start Time at the stop in yyyy-MM-dd HH:mm:ss format.",
                        "type":"string"
                    },
                    "appointmentEndTime":{
                        "description":"Appointment End Time at the stop in yyyy-MM-dd HH:mm:ss format.",
                        "type":"string"
                    },
                    "locationResourceGid":{
                        "description":"Location Resource ID for the primary resource type. For example, the door at which a user wants to book an appointment. Appointment Start Time and Appointment End Time must be specified when using this parameter.",
                        "type":"string"
                    }
                }
            },
            "modifyAppointmentResponse":{
                "description":"Response when modify an appointment for a shipment.",
                "type":"object",
                "properties":{
                    "responseStatus":{
                        "type":"object",
                        "properties":{
                            "isSuccess":{
                                "description":"Specifies if modification of an appointment for a shipment was successful.",
                                "type":"boolean"
                            },
                            "statusMessage":{
                                "description":"Error message if modification of an appointment for a shipment was unsuccessful.",
                                "type":"string"
                            }
                        }
                    },
                    "appointments":{
                        "description":"List of appointments modified.",
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/modifyAppointment"
                        }
                    }
                }
            },
            "modifyAppointment":{
                "description":"Appointment details.",
                "type":"object",
                "properties":{
                    "appointmentGid":{
                        "description":"Appointment ID.",
                        "type":"string"
                    },
                    "confirmationNumber":{
                        "description":"Confirmation Number.",
                        "type":"string"
                    },
                    "pickupAppointment":{
                        "description":"Pickup Appointment time in yyyy-MM-dd HH:mm:ss format.",
                        "type":"string"
                    },
                    "deliveryAppointment":{
                        "description":"Delivery Appointment time in yyyy-MM-dd HH:mm:ss format.",
                        "type":"string"
                    },
                    "appointmentStartTime":{
                        "description":"Appointment Start Time at the stop in yyyy-MM-dd HH:mm:ss format.",
                        "type":"string"
                    },
                    "appointmentEndTime":{
                        "description":"Appointment End Time at the stop in yyyy-MM-dd HH:mm:ss format.",
                        "type":"string"
                    },
                    "appointmentDuration":{
                        "description":"Appointment Duration in seconds.",
                        "type":"integer"
                    },
                    "resourceTypeGid":{
                        "description":"Resource Type ID.",
                        "type":"string"
                    },
                    "locationResourceName":{
                        "description":"Location Resource Name",
                        "type":"string"
                    },
                    "locationResourceGid":{
                        "description":"Location Resource ID",
                        "type":"string"
                    },
                    "stopNumber":{
                        "description":"Stop number where appointment was modified.",
                        "type":"integer"
                    }
                }
            },
            "withdrawOpenTenderRequest":{
                "description":"Request body for the Withdraw Open Tender action.",
                "type":"object",
                "properties":{
                    "shipmentPks":{
                        "description":"Shipment PKs for the bulk endpoint only. Not required when shipmentId is provided in the path.",
                        "type":"array",
                        "items":{
                            "type":"string"
                        }
                    },
                    "tenderType":{
                        "description":"Tender type indicator. Use \"S\" for Spot Bid or \"B\" for Broadcast.",
                        "type":"string",
                        "enum":[
                            "S",
                            "B"
                        ]
                    }
                },
                "required":[
                    "tenderType"
                ]
            },
            "withdrawOpenTenderResultItem":{
                "description":"Tender response details for a processed shipment.",
                "type":"object",
                "properties":{
                    "shipmentPk":{
                        "description":"Shipment primary key.",
                        "type":"string"
                    },
                    "totalActualCost":{
                        "description":"Total actual cost for the shipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "totalWeightedCost":{
                        "description":"Total weighted cost for the shipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "startTime":{
                        "description":"Shipment start time.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "endTime":{
                        "description":"Shipment end time.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "serviceProviderID":{
                        "description":"Service provider ID associated with the tender.",
                        "type":"string"
                    },
                    "rateOffering":{
                        "description":"Rate offering identifier.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Domain name associated with the tender results.",
                        "type":"string"
                    }
                }
            },
            "withdrawOpenTenderResponse":{
                "description":"Response payload containing tender results.",
                "type":"object",
                "properties":{
                    "items":{
                        "description":"Collection of tender responses generated by the action.",
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/withdrawOpenTenderResultItem"
                        }
                    }
                }
            },
            "submitOpenTenderRequest":{
                "description":"Request body for the Submit Open Tender action.",
                "type":"object",
                "properties":{
                    "shipmentPks":{
                        "description":"Shipment PKs for the bulk endpoint only. Not required when shipmentId is provided in the path.",
                        "type":"array",
                        "items":{
                            "type":"string"
                        }
                    },
                    "tenderType":{
                        "description":"Tender type indicator. Use \"S\" for Spot Bid or \"B\" for Broadcast.",
                        "type":"string",
                        "enum":[
                            "S",
                            "B"
                        ]
                    },
                    "expectedResponseTime":{
                        "description":"Optional expected response time for the tender in ISO 8601 date-time format.",
                        "type":"string",
                        "format":"date-time"
                    },
                    "servprovs":{
                        "description":"List of service provider GIDs or XIDs that should receive the tender.",
                        "type":"array",
                        "items":{
                            "type":"string"
                        }
                    }
                },
                "required":[
                    "tenderType",
                    "servprovs"
                ]
            },
            "submitOpenTenderResultItem":{
                "description":"Tender response details for a processed shipment.",
                "type":"object",
                "properties":{
                    "shipmentPk":{
                        "description":"Shipment primary key.",
                        "type":"string"
                    },
                    "totalActualCost":{
                        "description":"Total actual cost for the shipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "totalWeightedCost":{
                        "description":"Total weighted cost for the shipment.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "startTime":{
                        "description":"Shipment start time.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "endTime":{
                        "description":"Shipment end time.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "serviceProviderID":{
                        "description":"Service provider ID associated with the tender.",
                        "type":"string"
                    },
                    "rateOffering":{
                        "description":"Rate offering identifier.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Domain name associated with the tender results.",
                        "type":"string"
                    }
                }
            },
            "submitOpenTenderResponse":{
                "description":"Response payload containing tender results.",
                "type":"object",
                "properties":{
                    "items":{
                        "description":"Collection of tender responses generated by the action.",
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/submitOpenTenderResultItem"
                        }
                    }
                }
            },
            "getOpenTenderServiceProviderOptionsRequest":{
                "description":"Request body for fetching open tender service provider options. Required for the bulk endpoint and optional for the single-shipment endpoint.",
                "type":"object",
                "properties":{
                    "shipmentPks":{
                        "description":"Shipment PKs for the bulk endpoint only. Not required when shipmentId is provided in the path.",
                        "type":"array",
                        "items":{
                            "type":"string"
                        }
                    },
                    "savedQueryGid":{
                        "description":"Optional saved query GID to expand the service provider list.",
                        "type":"string"
                    },
                    "savedConditionGid":{
                        "description":"Optional saved condition GID to expand the service provider list.",
                        "type":"string"
                    },
                    "tenderType":{
                        "description":"Tender type to evaluate. Use \"S\" for Spot Bid (default) or \"B\" for Broadcast.",
                        "type":"string",
                        "enum":[
                            "S",
                            "B"
                        ],
                        "default":"S"
                    }
                }
            },
            "openTenderServiceProviderOption":{
                "description":"Service provider returned by the Open Tender action.",
                "type":"object",
                "properties":{
                    "serviceProviderGid":{
                        "description":"Service provider GID.",
                        "type":"string"
                    },
                    "serviceProviderName":{
                        "description":"Service provider name.",
                        "type":"string"
                    },
                    "infeasibilityReason":{
                        "description":"Reason the service provider is infeasible, if applicable.",
                        "type":"string"
                    },
                    "isDigitalFreight":{
                        "description":"Indicates whether the service provider is a digital freight provider.",
                        "type":"boolean"
                    }
                }
            },
            "getOpenTenderServiceProviderOptionsItems":{
                "description":"Grouped service provider lists returned by the Open Tender action.",
                "type":"object",
                "properties":{
                    "laneServiceProviders":{
                        "description":"Service providers that are feasible for the lane.",
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/openTenderServiceProviderOption"
                        }
                    },
                    "otherServiceProviders":{
                        "description":"Additional service providers returned from saved query or condition criteria.",
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/openTenderServiceProviderOption"
                        }
                    },
                    "infeasibleLaneServiceProviders":{
                        "description":"Lane service providers that are not feasible.",
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/openTenderServiceProviderOption"
                        }
                    },
                    "infeasibleOtherServiceProviders":{
                        "description":"Additional service providers that are not feasible.",
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/openTenderServiceProviderOption"
                        }
                    }
                }
            },
            "getOpenTenderServiceProviderOptionsResponse":{
                "description":"Response containing grouped open tender service provider options.",
                "type":"object",
                "properties":{
                    "isSpotBid":{
                        "description":"Indicates whether the tender is a spot bid.",
                        "type":"boolean"
                    },
                    "items":{
                        "description":"Grouped service provider lists organized by feasibility and source.",
                        "$ref":"#/components/schemas/getOpenTenderServiceProviderOptionsItems"
                    }
                }
            },
            "changeStartTimeRequest":{
                "description":"",
                "type":"object",
                "properties":{
                    "shipmentGid":{
                        "description":"The shipment must be identified using a shipment GID.",
                        "type":"string"
                    },
                    "startDateTime":{
                        "description":"The start time of the shipment in a YYYY-MM-DDTHH:mm:ss+hh:mm (e.g., 2023-10-27T14:00:00+05:30) format.",
                        "type":"string"
                    },
                    "offSetDuration":{
                        "description":"Start Time Offset Duration in seconds.",
                        "type":"string"
                    },
                    "isFixed":{
                        "description":"Overrides the previous constraints on the original shipment start time.",
                        "type":"boolean"
                    },
                    "resetOrderTimeWindows":{
                        "description":"Affects all order releases and their associated order bases for the shipment. Changes the time window emphasis of these order releases to NONE before attempting to change the start time",
                        "type":"boolean"
                    }
                }
            },
            "changeStartTimeResponse":{
                "description":"",
                "type":"object",
                "properties":{
                    "isFeasible":{
                        "description":"Indicates if the new start time is feasible.",
                        "type":"boolean"
                    },
                    "shipmentGid":{
                        "description":"The shipment must be identified using a shipment GID.",
                        "type":"string"
                    },
                    "newStartDateTime":{
                        "description":"The new start time of the shipment in YYYY-MM-DDTHH:mm:ss+hh:mm (e.g., 2023-10-27T14:00:00+05:30) format.",
                        "type":"string"
                    },
                    "actualCostOfShipment":{
                        "description":"The actual cost of the shipment. ",
                        "type":"string"
                    }
                }
            },
            "laneDefinitions":{
                "properties":{
                    "xLaneGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "xLaneXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "sourceLocationGid":{
                        "description":"No description. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "sourceLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property sourceLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "sourceCity":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "sourceProvinceCode":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "sourcePostalCode":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "sourceCountryCode3Gid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "sourceZone4":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "sourceZone1":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "sourceZone2":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "sourceZone3":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "sourceGeoHierarchyGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "destLocationGid":{
                        "description":"No description. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "destLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property destLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "destCity":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "destProvinceCode":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "destPostalCode":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "destCountryCode3Gid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "destZone4":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "destZone1":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "destZone2":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "destZone3":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "destGeoHierarchyGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "sourceRegionGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "destRegionGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "constraintSetGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "planningParameterSetGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "sourceRailSplcGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "destRailSplcGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "sourceRailStationCodeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "destRailStationCodeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "pRuleSetGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "remarks":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/laneDefinitions.remarks"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "tenderInfos":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/laneDefinitions.tenderInfos"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "profileLanes":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/laneDefinitions.profileLanes"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "laneDefinitions.remarks":{
                "properties":{
                    "remarkSequence":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "remarkQualGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "remarkText":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "laneDefinitions.tenderInfos":{
                "properties":{
                    "laneTenderInfoGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "laneTenderInfoXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "servprovGid":{
                        "description":"No description. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "servprov":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property servprovGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/serviceProviders"
                            }
                        ],
                        "readOnly":true
                    },
                    "responseTime":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "tenderResponseCalendarGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isAcceptOpenTenders":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "laneDefinitions.profileLanes":{
                "properties":{
                    "autoSecResProfileGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "generalLedgerCodes":{
                "properties":{
                    "generalLedgerGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "generalLedgerXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isActive":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "buyOrderGlLookupKeyGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "sellOrderGlLookupKeyGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "buyShipGlLookupKeyGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "sellShipGlLookupKeyGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "invoiceGlLookupKeyGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "billGlLookupKeyGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "buyOrders":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/generalLedgerCodes.buyOrders"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "buyShipments":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/generalLedgerCodes.buyShipments"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "sellOrders":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/generalLedgerCodes.sellOrders"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "sellShipments":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/generalLedgerCodes.sellShipments"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "invoices":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/generalLedgerCodes.invoices"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "bills":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/generalLedgerCodes.bills"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "generalLedgerCodes.buyOrders":{
                "properties":{
                    "keyValue":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "glLookupKeyGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "generalLedgerCodes.buyShipments":{
                "properties":{
                    "keyValue":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "glLookupKeyGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "generalLedgerCodes.sellOrders":{
                "properties":{
                    "keyValue":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "glLookupKeyGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "generalLedgerCodes.sellShipments":{
                "properties":{
                    "keyValue":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "glLookupKeyGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "generalLedgerCodes.invoices":{
                "properties":{
                    "keyValue":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "glLookupKeyGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "generalLedgerCodes.bills":{
                "properties":{
                    "keyValue":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "glLookupKeyGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "routingRuleReferenceNumberQualifiers":{
                "properties":{
                    "routingRuleRefnumQualGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "routingRuleRefnumQualXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "routingRuleRefnumQualDesc":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "loadingPatterns":{
                "properties":{
                    "loadingPatternGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "loadingPatternXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "loadingPatternName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "loadingPatternIconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isCylindrical":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "rateClassifications":{
                "properties":{
                    "rateClassificationGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "rateClassificationXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "rateClassificationName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "locations":{
                "properties":{
                    "locationGid":{
                        "description":"The GID for the location.",
                        "type":"string"
                    },
                    "locationXid":{
                        "description":"The XID for the location.",
                        "type":"string"
                    },
                    "locationName":{
                        "description":"The name of the location.",
                        "type":"string"
                    },
                    "city":{
                        "description":"The name of the city for the location.",
                        "type":"string"
                    },
                    "province":{
                        "description":"The province (or U.S. state) for the location.",
                        "type":"string"
                    },
                    "provinceCode":{
                        "description":"The abbreviation for the province (or U.S. state) for the location.",
                        "type":"string"
                    },
                    "postalCode":{
                        "description":"The postal code for the location.",
                        "type":"string"
                    },
                    "countryCode3Gid":{
                        "description":"A GID to define the three digit country code.",
                        "type":"string"
                    },
                    "zone1":{
                        "description":"The zone where the location fits in.",
                        "type":"string"
                    },
                    "zone2":{
                        "description":"The zone where the location fits in.",
                        "type":"string"
                    },
                    "zone3":{
                        "description":"The zone where the location fits in.",
                        "type":"string"
                    },
                    "zone4":{
                        "description":"The zone where the location fits in.",
                        "type":"string"
                    },
                    "timeZoneGid":{
                        "description":"The GID for the time zone of the location. Examples of time zones include America/Curacao and Europe/Monaco.",
                        "type":"string"
                    },
                    "lat":{
                        "description":"The latitude for the location.",
                        "type":"number",
                        "format":"double"
                    },
                    "lon":{
                        "description":"The longitude of the location.",
                        "type":"number",
                        "format":"double"
                    },
                    "sourcingGroupName":{
                        "description":"Another way of grouping the locations.",
                        "type":"string"
                    },
                    "deliveryGroupName":{
                        "description":"Another way of grouping the locations.",
                        "type":"string"
                    },
                    "regionGid":{
                        "description":"The GID for the region.",
                        "type":"string"
                    },
                    "servprovProfileGid":{
                        "description":"The GID for the service provider for the location.",
                        "type":"string"
                    },
                    "locationGroupGid":{
                        "description":"The GID for the location group for the location.",
                        "type":"string"
                    },
                    "isTemporary":{
                        "description":"A flag to identify if the location is created temporarily for a certain shipment or order. This location will not be used for other shipments or processes.",
                        "type":"boolean"
                    },
                    "isMakeApptBeforePlan":{
                        "description":"A true or false flag to identify if an appointment is required at the location for (example) for pickup, delivery etc.",
                        "type":"boolean"
                    },
                    "isShipperKnown":{
                        "description":"The Known Shipper check box indicates if a shipper is known or unknown. Shippers are considered unknown if they have not filed the appropriate paperwork and gained permission to ship goods on passenger flights. Goods transported by these shippers must be placed on cargo flights. Select Known Shipper if orders coming from this location can be qualified as known, and therefore transported on passenger flights.",
                        "type":"boolean"
                    },
                    "isAddressValid":{
                        "description":"Indicates if the address is considered valid (by checking against the POSTAL_CODE_VALIDATE table).",
                        "type":"string"
                    },
                    "rateClassificationGid":{
                        "description":"The GID for the rate classification. Examples include: COMMERCIAL and RESIDENTIAL.",
                        "type":"string"
                    },
                    "equipmentGroupProfileGid":{
                        "description":"The GID for the equipment group profile. An Equipment Group Profile is used to categorize Equipment groups by some common attribute or grouping scheme. For example, you can create a Group Profile called Dry Vans that include the 28 FT Dry Van and 24 FT Dry Van (and others if you like) Equipment Groups.<br>An Equipment Group Profile consists of an ID and a Profile Name and a collection of specific Equipment Groups that you associate with the profile. Oracle Transportation Management can use the Profile in planning to limit the Equipment Groups that can be used for shipment planning. When Oracle Transportation Management bundles orders and builds shipments, it checks that there is an intersection between the equipment group values identified on the order bases.<br>Example: Equipment Group Rule",
                        "type":"string"
                    },
                    "slotTimeInterval":{
                        "description":"The smallest appointment slot interval for the location.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "isLtlSplitable":{
                        "description":"The LTL Splittable check box indicates whether orders from or to this location are permitted to apply the LTL splitting logic. If the check box is not selected, the LTL splitting is disallowed for orders associated with this location.",
                        "type":"boolean"
                    },
                    "numOfRowsInYard":{
                        "description":"The total number of rows in the yard of the location.",
                        "type":"number",
                        "format":"int32"
                    },
                    "numOfSlotsPerRowInYard":{
                        "description":"The number of slots per row in the yard of the location.",
                        "type":"number",
                        "format":"int32"
                    },
                    "useAppointmentPriority":{
                        "description":"Whether or not to consider appointment priority.",
                        "type":"boolean"
                    },
                    "scheduleLowPriorityAppoint":{
                        "description":"Whether or not to schedule appointment for low priority appointment that has been bumped off.",
                        "type":"boolean"
                    },
                    "enforceTimeWindowAppoint":{
                        "description":"Whether or not to enforce the pick up or delivery time window during appointment schedule process.\"USE_APPOINTMENT_PRIORITY\" takes precedence of \"ENFORCE_TIME_WINDOW_APPOINT\".",
                        "type":"boolean"
                    },
                    "scheduleInfeasibleAppoint":{
                        "description":"Whether or not to schedule appointment if the appointment time available is out of pick up or delivery time window.",
                        "type":"boolean"
                    },
                    "countyQualifier":{
                        "description":"County Qualifier is used when calling an external distance engine and using an address type of city instead of postal code. Often, there are two cities or towns with the same name in one state. For example, in Pennsylvania there is more than one town with the name \"Newtown\". If you do not combine the town with a postal code or a county, you may not get the result you want.<br>You can manually add values; however, you probably want to import them from the external distance engine that you are using. The county qualifier needs to correspond with the distance engine that you are using.",
                        "type":"string"
                    },
                    "bbMaxCasesPerBatch":{
                        "description":"Maximum number of cases allowed in each batch.  If blank, the system will assume that there is no limit.  If the number of cases in the order exceeds this maximum, then the batch balancer's splitting logic will distribute the cases into multiple batches uniformly while honoring certain rules.",
                        "type":"number",
                        "format":"double"
                    },
                    "bbIsNewStore":{
                        "description":"Indicates if this location should be treated as a new store by the Batch Balancer logic.  New stores can only be assigned by Batch Balancer to a DOOR whose LOAD_NEW_STORE field is set to Y.",
                        "type":"boolean"
                    },
                    "bbOrderSplitMethod":{
                        "description":"Value of \"CONVEYABLE\" causes only conveyable cases to be counted toward max cases, value of \"ALL\" causes all cases (including non-con and repack) to count toward max cases.",
                        "type":"string"
                    },
                    "excludeFromRouteExecution":{
                        "description":"When = Y, this location is excluded from any Route Instance Legs.",
                        "type":"boolean"
                    },
                    "appointDisplay":{
                        "description":"The duration of appointment display time period.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "appointDisplayStartTime":{
                        "description":"The start time of appointment view display.",
                        "type":"number",
                        "format":"int32"
                    },
                    "pickupRoutingSequenceGid":{
                        "description":"Pickup Routing Sequence and Dropoff Routing Sequence control the routing sequence; how the system plans the sequence of shipment stops that are built from an order.",
                        "type":"string"
                    },
                    "dropoffRoutingSequenceGid":{
                        "description":"Pickup Routing Sequence and Dropoff Routing Sequence control the routing sequence; how the system plans the sequence of shipment stops that are built from an order.",
                        "type":"string"
                    },
                    "postalSplcGid":{
                        "description":"The Postal Standard Point Location Code for this Location.",
                        "type":"string"
                    },
                    "railSplcGid":{
                        "description":"The Rail Standard Point Location Code for this Location.",
                        "type":"string"
                    },
                    "railStationCodeGid":{
                        "description":"The Rail Station Code for this Location.",
                        "type":"string"
                    },
                    "erpcGid":{
                        "description":"The Eastern Region Presidents Commission Code for this Location.",
                        "type":"string"
                    },
                    "railJunctionCodeGid":{
                        "description":"The Rail Junction Code for this Location.",
                        "type":"string"
                    },
                    "servingServprovProfileGid":{
                        "description":"The Serving Service Provider Profile for this Location.",
                        "type":"string"
                    },
                    "yardRowLabels":{
                        "description":"Comma separated list of labels for rows in a yard.",
                        "type":"string"
                    },
                    "yardSlotLabels":{
                        "description":"Comma separated list of labels for slots in a yard.",
                        "type":"string"
                    },
                    "isTemplate":{
                        "description":"Identifies if the location record is a template or represents a physical location.",
                        "type":"boolean"
                    },
                    "description":{
                        "description":"Free text to capture different location types or classifications like customer, vendor site, or stores etc.",
                        "type":"string"
                    },
                    "standingApptCutoffWindow":{
                        "description":"The cutoff window by which unbooked standing appointments to be released.",
                        "type":"number",
                        "format":"int32"
                    },
                    "allowDriverRest":{
                        "description":"Indicates if a driver is allowed to take a rest period at this location if he runs out of available HOS.",
                        "type":"boolean"
                    },
                    "apptObjectType":{
                        "description":"Indicates the types of appointment objects this location handles.  Shipments, Shipment Groups or both Shipments and Shipment Groups.",
                        "type":"string"
                    },
                    "apptSearchDays":{
                        "description":"Use the Appointment Search Days field to override the value of the glog.appointment.searchDays property for this location. Set this field to control the number of days to look forward for the first feasible appointment.",
                        "type":"number",
                        "format":"double"
                    },
                    "apptShowNumberOfOptions":{
                        "description":"Use the Appointment Show Number Of Options field to override the value of the glog.appointment.scheduleAppointmentShowOptions.numberOfAppointments property for this location. Set this field to control how many appointments are displayed when running the Schedule Appointment - Show Options action on the Appointment Management page.",
                        "type":"number",
                        "format":"double"
                    },
                    "appointmentActivityType":{
                        "description":"Appointment activity type refers to whether the appointment if for a drop trailer or live unload scenario.",
                        "type":"string"
                    },
                    "isFixedAddress":{
                        "description":"Y/N if address is only allowed to be edited by the UI.",
                        "type":"boolean"
                    },
                    "primaryAddressLineSeq":{
                        "description":"The Address Line Number or primary address line sequence number designates which line of the address text box contains the actual street address so when using the External Distance Engine, the correct street address is used. <br>For example, if you had this address in the text box, the line number would be 2.<br>Care of Someone<br>1234 Main St.<br>",
                        "type":"number",
                        "format":"int64"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "attribute1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attributeNumber1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "isActive":{
                        "description":"Used to activate or deactivate location. When the value is 'N', it can restrain user from planning order to or from the inactive location; from tendering shipment with inactive location.",
                        "type":"boolean"
                    },
                    "addressUpdateDate":{
                        "description":"Date on which the details -CITY,COUNTRY,PROVINCE,PROVINCE_CODE,POSTAL_CODE are modified.RPLS checks this date before it starts screening.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "srcArbLevelOfServiceGid":{
                        "description":"Preferred source arbitrary level of service when selecting the source arbitrary for a location during bulkplan.",
                        "type":"string"
                    },
                    "destArbLevelOfServiceGid":{
                        "description":"Preferred destination arbitrary level of service when selecting the destination arbitrary for a location during bulkplan.",
                        "type":"string"
                    },
                    "useSingleServprovRule":{
                        "description":"This specifies the use of single service provider rule at a location. The options are: null - rule is not used, P - for pickups only, D - for deliveries only, B - for both pickups and deliveries.",
                        "type":"string"
                    },
                    "shuttleLotEqGrpProfileGid":{
                        "description":"This specifies the equipment group profile for the shuttle or parking lot of a location. When a shipment uses one of the equipment groups in this equipment group profile, the location cannot be directly accessed for pickup/delivery and is accessed only through the shuttle lot. In this case, additional shuttle lot activity time is computed and added to the activity time at the location.",
                        "type":"string"
                    },
                    "isWmsFacility":{
                        "description":"Indicates if the location is a warehouse management system facility.",
                        "type":"boolean"
                    },
                    "eruGrouping":{
                        "description":"To indicate orders going to this location will be grouped together for ERU grouping.",
                        "type":"string"
                    },
                    "apptEnforceActTimeSg":{
                        "description":"Enforce Activity Time for shipment group appointments.",
                        "type":"boolean"
                    },
                    "addressValidationEde":{
                        "description":"Indicates which external distance engine is used to validate the location.",
                        "type":"string"
                    },
                    "overallQuality":{
                        "description":"Indicates the overall quality of the location.",
                        "type":"string"
                    },
                    "hasMultipleMatches":{
                        "description":"Indicates if we have multiple matches for the location after address validation.",
                        "type":"string"
                    },
                    "apptCutoffHours":{
                        "description":"Service provider appointment cutoff in hours.",
                        "type":"number",
                        "format":"double"
                    },
                    "apptBeforeCutoff":{
                        "description":"Service provider appointment duration before cutoff.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "apptAfterCutoff":{
                        "description":"Service provider appointment duration after cutoff.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "apptStartTimeToleranceSecs":{
                        "description":"Stores tolerance value for appointment start time in seconds.",
                        "type":"number",
                        "format":"int32"
                    },
                    "attributeDate11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeNumber11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "resourceGroups":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/locations.resourceGroups"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "accessorials":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/locations.accessorials"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "remarks":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/locations.remarks"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "normalizedAttrs":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/locations.normalizedAttrs"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "contacts":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/locations.contacts"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "operationalLocations":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/locations.operationalLocations"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "specialServices":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/locations.specialServices"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "capacityGroups":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/locations.capacityGroups"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "roleProfiles":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/locations.roleProfiles"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "loadUnloadPoints":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/locations.loadUnloadPoints"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "addresses":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/locations.addresses"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "resourceTypes":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/locations.resourceTypes"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "statuses":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/locations.statuses"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "servprovPrefs":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/locations.servprovPrefs"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "substitutes":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/locations.substitutes"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "refnums":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/locations.refnums"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "corporations":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/locations.corporations"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "documents":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/locations.documents"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "locations.resourceGroups":{
                "properties":{
                    "locationResourceGroupGid":{
                        "description":"The GID for the location resource group. Option here is to link a calendar and preference level for a location resource group.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "calendarGid":{
                        "description":"The calendar GID that will be applied to the location of the location resource group.",
                        "type":"string"
                    },
                    "preferenceLevel":{
                        "description":"Used to get preference level of location resource group for Appointment scheduling",
                        "type":"number",
                        "format":"int32"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "locations.accessorials":{
                "properties":{
                    "accessorialCodeGid":{
                        "description":"The GID for the accessorial code for the location.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "locations.remarks":{
                "properties":{
                    "remarkSequence":{
                        "description":"The sequence number for the remark for this location.",
                        "type":"number",
                        "format":"int64"
                    },
                    "remarkQualGid":{
                        "description":"The GID for the remark qualifier for the location.",
                        "type":"string"
                    },
                    "remarkText":{
                        "description":"The text of the remark for the location.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "locations.normalizedAttrs":{
                "properties":{
                    "attributeName":{
                        "description":"Attribute name",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "normalizedText":{
                        "description":"Normalized text",
                        "type":"string"
                    },
                    "sourceType":{
                        "description":"Source Type - Manual/AI Agent",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "locations.contacts":{
                "properties":{
                    "contactGid":{
                        "description":"The GID for the contact for the location.",
                        "type":"string"
                    },
                    "contactXid":{
                        "description":"The XID for the contact for the location.",
                        "type":"string"
                    },
                    "firstName":{
                        "description":"The given name of the contact person for the location.",
                        "type":"string"
                    },
                    "lastName":{
                        "description":"The surname of the contact person for the location.",
                        "type":"string"
                    },
                    "jobTitle":{
                        "description":"The title for the contact person at the location.",
                        "type":"string"
                    },
                    "emailAddress":{
                        "description":"The email address of the contact person for the location.",
                        "type":"string"
                    },
                    "phone1":{
                        "description":"The primary telephone number for the location's contact person.",
                        "type":"string"
                    },
                    "phone2":{
                        "description":"The secondary telephone number for the location's contact person.",
                        "type":"string"
                    },
                    "fax":{
                        "description":"The facsimile number for the contact person for the location.",
                        "type":"string"
                    },
                    "languageSpoken":{
                        "description":"The language the contact person at the location speaks.",
                        "type":"string"
                    },
                    "isPrimaryContact":{
                        "description":"Indicates if this contact person at the location is the primary contact person (if so Y) or not (if not N). This attribute is marked as Create-Only.",
                        "type":"boolean"
                    },
                    "telex":{
                        "description":"The telephone number for telex communications for the location's contact person.",
                        "type":"string"
                    },
                    "externalSystemGid":{
                        "description":"The external system GID.",
                        "type":"string"
                    },
                    "notes":{
                        "description":"Text describing something regarding the contact person for the location or the location itself.",
                        "type":"string"
                    },
                    "glUserGid":{
                        "description":"The GL user GID.",
                        "type":"string"
                    },
                    "recipientDomainName":{
                        "description":"The domain of a message recipient.",
                        "type":"string"
                    },
                    "routeThroughLocation":{
                        "description":"Indicates if the notification should use location.",
                        "type":"boolean"
                    },
                    "contactType":{
                        "description":"Defines whether a contact is a person or group.",
                        "type":"string"
                    },
                    "isBroadcast":{
                        "description":"Valid only if the contact_type = 'GROUP'.  This is a Boolean flag which controls whether GC3 creates a single notification message and broadcasts (i.e. cc) it to each group member or whether GC3 creates a message customized for each member.",
                        "type":"boolean"
                    },
                    "groupSavedQueryGid":{
                        "description":"Valid only if the contact_type = 'GROUP'.  The saved_query could then define which individual contacts belong to the contact_group.",
                        "type":"string"
                    },
                    "locationGid":{
                        "description":"The GID for the location. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "location":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property locationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "isEmailVirusProtected":{
                        "description":"If Y, document attachments may be sent to the contact without virus checking.",
                        "type":"boolean"
                    },
                    "consolidationProfileGid":{
                        "description":"The GID for the consolidation profile.  You would enter a Consolidation Profile if you are using consolidated notification. If a consolidation profile is entered, it will apply to all contact notifications that do not have a consolidated notification profile.",
                        "type":"string"
                    },
                    "consolidatedNotifyOnly":{
                        "description":"Select the Consolidated Notify Only check box if the only notification sent is to be consolidated and the communication method is email, fax or message center.",
                        "type":"boolean"
                    },
                    "isNotificationOn":{
                        "description":"No notification will be sent to the contact if this field is set to false ('N').",
                        "type":"boolean"
                    },
                    "timeZoneGid":{
                        "description":"Time zone for the contact.",
                        "type":"string"
                    },
                    "fromAddrContactGid":{
                        "description":"The GID that contains a contact's 'From-Address' details. Valid only if IS_FROM_ADDRESS is 'N'. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "fromAddrContact":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property fromAddrContactGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "isFromAddress":{
                        "description":"Indicates if a contact is a 'From-Address' contact.",
                        "type":"boolean"
                    },
                    "middleName":{
                        "description":"The middle name of the contact.",
                        "type":"string"
                    },
                    "cellPhone":{
                        "description":"Contains the mobile/cell  phone number for the location's contact person.  Do not include special characters such as \"+\" and \"-\".",
                        "type":"string"
                    },
                    "sendAsMessage":{
                        "description":"Indicates that messages should be sent to message center.",
                        "type":"boolean"
                    },
                    "messageProfileGid":{
                        "description":"The GID for the message profile. A message profile provides a grouping of stylesheet profiles for inbound message processing. It represents the different formats a device can send to the system. A message profile is assigned to a contact. If the message type for an incoming message, the system attempts to apply the stylesheet profiles listed in the message profile. They are applied to the incoming message in the order of the Attempt Sequence of the message profile.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "alternateName":{
                        "description":"If the contact goes by an alternate name the alternate name should be entered here. For example, real name Laurence Tureaud, alternate name Mr. T.<br>Note: GTM bases restricted party screening on the party's company name. If the contact has an alternate name, the contact's alternate name is screened instead.",
                        "type":"string"
                    },
                    "companyName":{
                        "description":"Company name for this party.",
                        "type":"string"
                    },
                    "description":{
                        "description":"Enter any additional descriptive information for this party/contact.",
                        "type":"string"
                    },
                    "ippPrinterGid":{
                        "description":"Used to assign an IPP printer as a recipient of notifications, particularly of document or report events.",
                        "type":"string"
                    },
                    "ecmUser":{
                        "description":"If the contact is acting as a reviewer or subscriber to documents within Oracle ECM, the ECM user mapping to the contact.",
                        "type":"string"
                    },
                    "attribute1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attributeNumber1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "nameAddressUpdateDate":{
                        "description":"Date on which the details - FIRST_NAME,LAST_NAME,COMPANY_NAME,ALTERNATE_NAME,LOCATION_GID are modified.RPLS checks this date before it starts screening.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "indicator":{
                        "description":"Indicators are icons that can be assigned to business objects that can be displayed in search Results pages and other lists to indicate the condition or state of a business object. You can use indicators to mark the history, status or any other condition of a business object.",
                        "type":"string"
                    },
                    "userDefined1IconGid":{
                        "description":"The GID for the user defined image/icon. Up to five User-Defined Image fields can be configured to appear on the Search and Results page that let you query and review the images that are assigned to a business object. Images can be assigned to business objects to visually emphasize certain characteristics such as shipments containing hazardous material, orders for hot commodities, or shipments with over dimensional freight.",
                        "type":"string"
                    },
                    "userDefined2IconGid":{
                        "description":"The GID for the user defined image/icon. Up to five User-Defined Image fields can be configured to appear on the Search and Results page that let you query and review the images that are assigned to a business object. Images can be assigned to business objects to visually emphasize certain characteristics such as shipments containing hazardous material, orders for hot commodities, or shipments with over dimensional freight.",
                        "type":"string"
                    },
                    "userDefined3IconGid":{
                        "description":"The GID for the user defined image/icon. Up to five User-Defined Image fields can be configured to appear on the Search and Results page that let you query and review the images that are assigned to a business object. Images can be assigned to business objects to visually emphasize certain characteristics such as shipments containing hazardous material, orders for hot commodities, or shipments with over dimensional freight.",
                        "type":"string"
                    },
                    "userDefined4IconGid":{
                        "description":"The GID for the user defined image/icon. Up to five User-Defined Image fields can be configured to appear on the Search and Results page that let you query and review the images that are assigned to a business object. Images can be assigned to business objects to visually emphasize certain characteristics such as shipments containing hazardous material, orders for hot commodities, or shipments with over dimensional freight.",
                        "type":"string"
                    },
                    "userDefined5IconGid":{
                        "description":"The GID for the user defined image/icon. Up to five User-Defined Image fields can be configured to appear on the Search and Results page that let you query and review the images that are assigned to a business object. Images can be assigned to business objects to visually emphasize certain characteristics such as shipments containing hazardous material, orders for hot commodities, or shipments with over dimensional freight.",
                        "type":"string"
                    },
                    "attributeDate11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeNumber11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "comMethods":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/locations.contacts.comMethods"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "contactPreferences":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/locations.contacts.contactPreferences"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "locations.contacts.comMethods":{
                "properties":{
                    "comMethodRank":{
                        "description":"A numeric value to rank the communication methods at the location. For example a location may have E-Mail, Fax and Phone as preferred communication methods in that rank.",
                        "type":"number",
                        "format":"int32"
                    },
                    "comMethodGid":{
                        "description":"The communication method GID.",
                        "type":"string"
                    },
                    "calendarGid":{
                        "description":"The calendar GID.",
                        "type":"string"
                    },
                    "expectedResponseTime":{
                        "description":"This value is used when the location represents  the service provider. It specifies the response time for a shipment tender.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "locations.contacts.contactPreferences":{
                "properties":{
                    "preferenceGid":{
                        "description":"The preference GID.",
                        "type":"string"
                    },
                    "value":{
                        "description":"The value or Rank for the communication method.  The value (Rank) prioritizes the saved communication methods. The highest priority is 1. If the rank between two companies does not match, the method preferred by the source company (shipper) is used.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "locations.operationalLocations":{
                "properties":{
                    "operationalLocationGid":{
                        "description":"Sub location belonging to a main location. Sub location may only belong to one location. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "operationalLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property operationalLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "details":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/locations.operationalLocations.details"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "locations.operationalLocations.details":{
                "properties":{
                    "seqNo":{
                        "description":"Sequence to allow multiple data records for the same operational location.",
                        "type":"number",
                        "format":"int64"
                    },
                    "primaryLegServprovGid":{
                        "description":"The service provider of the main leg which will help indicate which operational location applies. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "primaryLegServprov":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property primaryLegServprovGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/serviceProviders"
                            }
                        ],
                        "readOnly":true
                    },
                    "primaryLegLocProfileGid":{
                        "description":"The location on the main leg which will help indicate which operational location applies; usually Port of Exit or Port of Discharge.",
                        "type":"string"
                    },
                    "inboundOutboundType":{
                        "description":"Indicates whether this operational location for the mapping of the service provider and location profile is used for importing (I), exporting (E), or both (B).",
                        "type":"string"
                    },
                    "inclusionRegionGid":{
                        "description":"If set, this operational location is applicable only when the opposite endpoint of the shipment is within the region.",
                        "type":"string"
                    },
                    "exclusionRegionGid":{
                        "description":"If set, this operational location is not applicable when the opposite endpoint of the shipment is within the region.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "locations.specialServices":{
                "properties":{
                    "specialServiceCodeGid":{
                        "description":"The GID for the special service code for the location.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "locations.capacityGroups":{
                "properties":{
                    "locCapacityGroupGid":{
                        "description":"The GID for the location capacity group for this location.",
                        "type":"string"
                    },
                    "effectiveDate":{
                        "description":"Effective date for the location capacity group assigned to the location.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "expirationDate":{
                        "description":"Expiration date for the location capacity group assigned to the location.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "locations.roleProfiles":{
                "properties":{
                    "locationRoleGid":{
                        "description":"The GID for the location role.",
                        "type":"string"
                    },
                    "calendarGid":{
                        "description":"The GID for the calendar used for the location role profile.",
                        "type":"string"
                    },
                    "xDockIsInboundBias":{
                        "description":"The inbound bias flag for the cross-dock should be selected if you want to emphasize optimization inbound to the cross-dock. If you clear the check box, then the system will optimize outbound from the cross-dock instead.",
                        "type":"boolean"
                    },
                    "fixedHandlingTime":{
                        "description":"Fixed amount of time. No matter the size of the shipment required for handling.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "varHandlingTime":{
                        "description":"Amount of time required to handle the amount of weight defined by the variable handling weight value.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "createXdockHandlingShipment":{
                        "description":"Using the Create Crossdock Handling Shipment field creates handling shipments as part of the cross-dock building process. Clear the check box to bulk plan cross-docks without handling shipments.<br>Fixed Handling Time: Same as above.<br>The Variable Handling Time and the Variable Handling Weight: Same as above.<br>Max Freight Idle Time: Same as above.",
                        "type":"boolean"
                    },
                    "createPoolHandlingShipment":{
                        "description":"Creates pool handling shipments.",
                        "type":"boolean"
                    },
                    "varHandlingWeight":{
                        "description":"Variable handling time weight defines rate of handling defined by weight.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "maxFreightIdleTime":{
                        "description":"Maximum time freight can sit idle at the cross-dock.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "pctActivityBeforeLocOpen":{
                        "description":"This value will be divided by 100 in the application to be used as a percentage. The valid value for this column is >= 0 and <= 100. When it is null, treat as 0 for location role SHIPPING/RECEIVING",
                        "type":"number",
                        "format":"double"
                    },
                    "pctActivityAfterLocClose":{
                        "description":"This value will be divided by 100 in the application to be used as a percentage. The valid value for this column is >= 0 and <= 100. When null, treat as 100 for location role SHIPPING/RECEIVING",
                        "type":"number",
                        "format":"double"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "isAllowMixedFreight":{
                        "description":"Check box option used to indicate if mixed freight (e.g., a rainbow pallet) will be allowed, is so then select the Allow Mixed Freight option.",
                        "type":"boolean"
                    },
                    "thuProfileGid":{
                        "description":"The GID for the transport profile.<br>To handle mixed items you need to include the THU profile here and on the order release line. You also need to attach appropriate packaging reference unit (PRU) to the THU to indicate that it is a mixed THU that takes only mixed items but does not take SAME or LIKE items. See Order Release Line help for details.",
                        "type":"string"
                    },
                    "varHndcstWgt":{
                        "description":"The planning handling cost weight at this location.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "varHndcstWgtCost":{
                        "description":"Variable Handling Cost Per Weight at this location.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "varHndcstVol":{
                        "description":"The planning handling cost volume at this location.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "varHndcstVolCost":{
                        "description":"The variable handling cost per volume at this location.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "activityTimeDefs":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/locations.roleProfiles.activityTimeDefs"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "calendars":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/locations.roleProfiles.calendars"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "thuCapacities":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/locations.roleProfiles.thuCapacities"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "handlings":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/locations.roleProfiles.handlings"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "locations.roleProfiles.activityTimeDefs":{
                "properties":{
                    "activityTimeDefGid":{
                        "description":"The GID for the activity time definition for this location and location role combination.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "locations.roleProfiles.calendars":{
                "properties":{
                    "locationRoleProfCalSeq":{
                        "description":"The internal sequence number for the location role profile calendar combination.",
                        "type":"number",
                        "format":"int32"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "flexCommodityProfileGid":{
                        "description":"The GID for the flex commodity profile. Used to specify when commodity specific activities can occur at the location.",
                        "type":"string"
                    },
                    "inboundLocationProfileGid":{
                        "description":"The GID for the inbound location profile. Used to specify when shipments from locations in the inbound location profile can be received at the location.",
                        "type":"string"
                    },
                    "outboundLocationProfileGid":{
                        "description":"The GID for the outbound location profile. Used to specify when shipments to locations in the outbound location profile can be shipped to.",
                        "type":"string"
                    },
                    "calendarGid":{
                        "description":"The GID for the calendar entry associated with each row of the location role profile calendar entry.",
                        "type":"string"
                    },
                    "modeProfileGid":{
                        "description":"The GID for the mode profile. Used to specify when shipments of a certain mode can be shipped or received from the location.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "locations.roleProfiles.thuCapacities":{
                "properties":{
                    "transportHandlingUnitGid":{
                        "description":"The GID for the transport handling unit.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "maxLength":{
                        "description":"Value for the maximum length of the  transportation handling unit. Note: The Max Width field (as well as the Max Length and Max Height fields) are different from the Max Weight and Max Volume fields that are used to constrain the ship unit. The Max Width (and Length and Height) are used to check against each packaging unit or packaged item, not the ship unit.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "maxWidth":{
                        "description":"Value for the maximum width of the  transportation handling unit. Note: The Max Width field (as well as the Max Length and Max Height fields) are different from the Max Weight and Max Volume fields that are used to constrain the ship unit. The Max Width (and Length and Height) are used to check against each packaging unit or packaged item, not the ship unit.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "maxHeight":{
                        "description":"Value for the maximum height of the  transportation handling unit. Note: The Max Width field (as well as the Max Length and Max Height fields) are different from the Max Weight and Max Volume fields that are used to constrain the ship unit. The Max Width (and Length and Height) are used to check against each packaging unit or packaged item, not the ship unit.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "maxWeight":{
                        "description":"Value for the maximum weight of the  transportation handling unit. ",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "maxVolume":{
                        "description":"Value for the maximum volume of the  transportation handling unit. ",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "isFullyLayered":{
                        "description":"You should select the Fully Layered check box if this location only takes a full-layered ship unit based on the TiHi definition. A full-layered ship unit has no partial layers. For example, you are packing 23 boxes into a given PALLET (THU) and the TiHi specified for the pallet is 6 x 4. Normally, you would pack them onto one pallet with 3 full layers and one partial layer of 5 boxes. However, if you allow only full layers, you would pack only 3 full layers and leave the remaining 5 to pack with other items.<br>Building a full layered ship unit, when required, would only be honored when a ship unit is building from a single order release line using the AUTO CALC ship unit building method. It will not be honored when ship unit is built from multiple order release lines even when those lines have the same packaged item.",
                        "type":"boolean"
                    },
                    "pruCapacities":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/locations.roleProfiles.thuCapacities.pruCapacities"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "locations.roleProfiles.thuCapacities.pruCapacities":{
                "properties":{
                    "packagingReferenceUnitGid":{
                        "description":"The GID for the package unit reference unit.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "totalPruCount":{
                        "description":"Enter a Limit Packaging Reference Unit Count. This represents the number of package references units that can fill the usable space in the location. The area of a location may suggest more packaging reference units can fit, but due to the actual dimensions of the packaged reference units, a lower limit may be reached.",
                        "type":"number",
                        "format":"double"
                    },
                    "limitPruCount":{
                        "description":"Enter a Total Packaging Reference Unit Count. This total represents by volume the amount of packaging reference units that can fill the space. It does not take into account the actual shape and dimensions of the packaging reference unit, but rather how many packaging reference units can fit in the space based on the volume of each packaging reference unit.",
                        "type":"number",
                        "format":"double"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "locations.roleProfiles.handlings":{
                "properties":{
                    "locationRoleProfHandSeq":{
                        "description":"Internal key for the 1 to n location role profile handling time entries.",
                        "type":"number",
                        "format":"int32"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "sourceRegionGid":{
                        "description":"The GID for the source region. Used to match an order to an entry.",
                        "type":"string"
                    },
                    "destRegionGid":{
                        "description":"The GID for the destination region. Used to match an order to an entry.",
                        "type":"string"
                    },
                    "fixedHandlingTime":{
                        "description":"Amount fixed handling time to add. Days, hours, and minutes.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "locations.loadUnloadPoints":{
                "properties":{
                    "loadUnloadPoint":{
                        "description":"Load/unload point such as a loading dock.",
                        "type":"string"
                    },
                    "description":{
                        "description":"Description for the load/unload point.",
                        "type":"string"
                    },
                    "equipmentGroupProfileGid":{
                        "description":"Equipment group profile for the load/unload point; overrides any at the location.",
                        "type":"string"
                    },
                    "isLoad":{
                        "description":"Indicates if this dock or point make be used for loading.",
                        "type":"boolean"
                    },
                    "loadSequence":{
                        "description":"Indicates where dock should be in a load sequence.",
                        "type":"number",
                        "format":"int32"
                    },
                    "isUnload":{
                        "description":"Indicates if this dock or point make be used for loading.",
                        "type":"boolean"
                    },
                    "unloadSequence":{
                        "description":"Indicates where dock should be in an unload sequence.",
                        "type":"number",
                        "format":"int32"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "locations.addresses":{
                "properties":{
                    "lineSequence":{
                        "description":"The line sequence number for the address line.",
                        "type":"number",
                        "format":"int64"
                    },
                    "addressLine":{
                        "description":"Address line data.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "locations.resourceTypes":{
                "properties":{
                    "resourceTypeGid":{
                        "description":"Resource Type GID for the location.",
                        "type":"string"
                    },
                    "description":{
                        "description":"The description of the location resource type.",
                        "type":"string"
                    },
                    "constraintAppointment":{
                        "description":"Whether the location resource type constraints scheduling appointments.",
                        "type":"boolean"
                    },
                    "calendarGid":{
                        "description":"The calendar GID that applies to the location resource type.",
                        "type":"string"
                    },
                    "autoScheduleAppointment":{
                        "description":"Indicate whether appointment should be automatically scheduled for the resource type.",
                        "type":"boolean"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "resources":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/locations.resourceTypes.resources"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "locations.resourceTypes.resources":{
                "properties":{
                    "locationResourceGid":{
                        "description":"The location resource GID.",
                        "type":"string"
                    },
                    "locationResourceXid":{
                        "description":"The XID of the location resource.",
                        "type":"string"
                    },
                    "locationResourceName":{
                        "description":"The name of the resource.",
                        "type":"string"
                    },
                    "description":{
                        "description":"The description of the resource.",
                        "type":"string"
                    },
                    "calendarGid":{
                        "description":"The calendar GID that will be applied to the resource.",
                        "type":"string"
                    },
                    "flexCommodityProfileGid":{
                        "description":"The flex commodity profile ID that associates to the location resource.",
                        "type":"string"
                    },
                    "equipmentGroupProfileGid":{
                        "description":"The equipment group profile ID that associates to the location resource.",
                        "type":"string"
                    },
                    "modeProfileGid":{
                        "description":"The mode profile ID that associates to the location resource.",
                        "type":"string"
                    },
                    "servprovProfileGid":{
                        "description":"The service provider profile ID that associates to the location resource.",
                        "type":"string"
                    },
                    "contactProfileGid":{
                        "description":"The contact profile GID.",
                        "type":"string"
                    },
                    "flexCommodityCheckOption":{
                        "description":"Flex Commodify check option, such as CHECK ALL, CHECK BY LARGEST WEIGHT and CHECK BY LARGEST VOLUME.",
                        "type":"string"
                    },
                    "appointmentActivityType":{
                        "description":"Specify if the trailer that is scheduled for the appointment is attached to the truck by selecting Live from the Appointment Activity Type field. If the trailer is being dropped off, select Drop.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "preferenceLevel":{
                        "description":"Gets the preference level of resource for Appointment scheduling",
                        "type":"number",
                        "format":"int32"
                    },
                    "locationResourceGroupGid":{
                        "description":"The XID for the location resource group. A location resource group allows you to group location resources such as dock door1, dock door2, and dock door3 into a location resource group such as frozen goods into a group called frozen. Similarly, you can group location resources into a location resource group such as dry goods into a group called dry. While you create a location resource group, you can also assign locations. For each location, you can assign multiple appointment rule sets. These rules sets are applicable to all the resources which are under the location resource group. A location resource group enables you to avoid duplicate configurations for each resource.",
                        "type":"string"
                    },
                    "apptRuleSets":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/locations.resourceTypes.resources.apptRuleSets"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "locations.resourceTypes.resources.apptRuleSets":{
                "properties":{
                    "apptRuleSetGid":{
                        "description":"The GID for the appointment rule set.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "flexFields":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/locations.resourceTypes.resources.apptRuleSets.flexFields"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "refnums":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/locations.resourceTypes.resources.apptRuleSets.refnums"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "locations.resourceTypes.resources.apptRuleSets.flexFields":{
                "properties":{
                    "flexFieldName":{
                        "description":"Flex field name",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "flexFieldValue":{
                        "description":"Flex field value.",
                        "type":"string"
                    },
                    "isCompatible":{
                        "description":"If the flex field details on the shipment contain all the flex field details defined on the appointment rule set, when the Compatible check box is selected for each appointment rule set, then the shipment is compatible.<br>If you do not specify any shipment flex fields on your appointment rule set, the shipment is considered as compatible.",
                        "type":"boolean"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "locations.resourceTypes.resources.apptRuleSets.refnums":{
                "properties":{
                    "apptRefnumQualGid":{
                        "description":"The appointment reference number qualifier. The qualifier related to shipment is used.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "apptRefnumValue":{
                        "description":"The appointment reference number value.",
                        "type":"string"
                    },
                    "isCompatible":{
                        "description":"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.<br>If you do not specify any shipment reference numbers on your appointment rule set, the shipment is considered as compatible.<br>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.<br>Shipment Reference Number Qualifier and Value<br>Appointment Rule Set Reference Number Qualifier and Value<br>Q1 V1 Q1 V1, selected<br>Q2 V2 Q2 V2, selected<br>Q3 V3  <br>Q4 V4  <br>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.  <br>To define shipment reference numbers constraints, enter or select the following fields, which are optional:<br>Reference Number Qualifier ID.<br>Reference Number.",
                        "type":"boolean"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "locations.statuses":{
                "properties":{
                    "statusTypeGid":{
                        "description":"Status type for the location status.",
                        "type":"string"
                    },
                    "statusValueGid":{
                        "description":"Status value for the status type.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "locations.servprovPrefs":{
                "properties":{
                    "locationServprovPrefGid":{
                        "description":"The unique identifier of location service provider preference.",
                        "type":"string"
                    },
                    "locationServprovPrefXid":{
                        "description":"The XID of location service provider preference.",
                        "type":"string"
                    },
                    "servprovGid":{
                        "description":"The Service Provider GID. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "servprov":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property servprovGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/serviceProviders"
                            }
                        ],
                        "readOnly":true
                    },
                    "maxSlotsPerDay":{
                        "description":"The maximum number of slots per day.",
                        "type":"number",
                        "format":"int32"
                    },
                    "serviceLocationGid":{
                        "description":"Unique key constraint will be created on (location_gid, servprov_gid, service_location_gid) in CU5. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "serviceLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property serviceLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "details":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/locations.servprovPrefs.details"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "locations.servprovPrefs.details":{
                "properties":{
                    "locationServprovPrefDSeq":{
                        "description":"Sequence with in a particular location service provider preference GID.",
                        "type":"number",
                        "format":"int64"
                    },
                    "dayOfWeek":{
                        "description":"The day of week.",
                        "type":"number",
                        "format":"int32"
                    },
                    "begin":{
                        "description":"The begin time.",
                        "type":"number",
                        "format":"int32"
                    },
                    "preferenceLevel":{
                        "description":"The preference level.",
                        "type":"number",
                        "format":"int32"
                    },
                    "duration":{
                        "description":"The duration of the time window.",
                        "type":"number",
                        "format":"int32"
                    },
                    "maxSlot":{
                        "description":"The maximum number of slots during this time.",
                        "type":"number",
                        "format":"int32"
                    },
                    "locationResourceGid":{
                        "description":"Indicates the resource that preference defined on.",
                        "type":"string"
                    },
                    "isStanding":{
                        "description":"Indicates if the defined preference is for standing appointment.",
                        "type":"boolean"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "locations.substitutes":{
                "properties":{
                    "substituteLocationGid":{
                        "description":"The GID for the substitute location.  Use this field to define ONE alternate location from which an order is picked up for transportation purposes. For example, for any ship unit or line item on an order, you can record a Source Location and Destination Location that would typically be used to plan a shipment. However, if you record a Substitute Location for any location that is used as a Source Location on an order, Oracle Transportation Management automatically uses the Substitute Location and populates it on the order release. Oracle Transportation Management also uses the Substitute Location on the order release as the source location when building a shipment; however you can override this location on the order base and order release.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "locations.refnums":{
                "properties":{
                    "locationRefnumQualGid":{
                        "description":"The GID for the location reference number qualifier.",
                        "type":"string"
                    },
                    "locationRefnumValue":{
                        "description":"The value associated with the location reference number qualifier.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "locations.corporations":{
                "properties":{
                    "corporationGid":{
                        "description":"CORPORATION_GID contains the unique identifier for the location's corporation. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "corporation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property corporationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/corporations"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "locations.documents":{
                "properties":{
                    "documentGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentDefGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentUrl":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentMimeType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentFilename":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "ownerDataQueryTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "reportGid":{
                        "description":"The report associated with the document attachment, if content was generated by the report subsystem.",
                        "type":"string"
                    },
                    "generatedAt":{
                        "description":"If preparation, date/time content was last generated",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "uploadedAt":{
                        "description":"If attachment, date/time content was last updated",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "documentTrackingNum":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentCmsId":{
                        "description":"A GUID to associate the document with content stored on its remote CMS. Valid when document_type=CMS.",
                        "type":"string"
                    },
                    "contentManagementSystemGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "usedAs":{
                        "description":"Represents the classification of a document.(C/I/L/T)",
                        "type":"string"
                    },
                    "relatedDocumentGid":{
                        "description":"Represents the related document for consolidated/linked documents. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "relatedDocument":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property relatedDocumentGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/documents"
                            }
                        ],
                        "readOnly":true
                    },
                    "effectiveDate":{
                        "description":"represents effective date for a document",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "expirationDate":{
                        "description":"Represents expiration date for a document.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "userDefined1IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined2IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined3IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined4IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined5IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "costTypes":{
                "properties":{
                    "costTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "costTypeXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "description":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeTransactionsNoTradeLicenses":{
                "properties":{
                    "gtmTransactionGid":{
                        "description":"The GID for the GTM trade transaction.",
                        "type":"string"
                    },
                    "gtmTransactionXid":{
                        "description":"The external identifier (XID) for the GTM trade transaction.",
                        "type":"string"
                    },
                    "dataQueryTypeGid":{
                        "description":"A data query type represents different business objects.",
                        "type":"string"
                    },
                    "objectId":{
                        "description":"The object ID.",
                        "type":"string"
                    },
                    "userDefined1IconGid":{
                        "description":"Marks the condition or state of the GTM trade transaction using images. It is a foreign key reference to ICON table. ",
                        "type":"string"
                    },
                    "userDefined2IconGid":{
                        "description":"Marks the condition or state of the GTM trade transaction using images. It is a foreign key reference to ICON table. ",
                        "type":"string"
                    },
                    "userDefined3IconGid":{
                        "description":"Marks the condition or state of the GTM trade transaction using images. It is a foreign key reference to ICON table. ",
                        "type":"string"
                    },
                    "userDefined4IconGid":{
                        "description":"Marks the condition or state of the GTM trade transaction using images. It is a foreign key reference to ICON table. ",
                        "type":"string"
                    },
                    "userDefined5IconGid":{
                        "description":"Marks the condition or state of the GTM trade transaction using images. It is a foreign key reference to ICON table. ",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "carrierCode":{
                        "description":"The carrier code.",
                        "type":"string"
                    },
                    "conveyanceName":{
                        "description":"Name of the vessel used for the border movement GTM trade transaction.",
                        "type":"string"
                    },
                    "conveyanceFlag":{
                        "description":"Flag of the vessel used for the border movement GTM trade transaction.",
                        "type":"string"
                    },
                    "transportModeGid":{
                        "description":"Transport mode used for the border movement GTM trade transaction. It is a foreign key reference to the TRANSPORT_MODE table.",
                        "type":"string"
                    },
                    "incoTermGid":{
                        "description":"Incoterm used for the GTM trade transaction. It is a foreign key reference to the INCO_TERM table.",
                        "type":"string"
                    },
                    "incoTermLocation":{
                        "description":"Incoterm location used for the GTM trade transaction.",
                        "type":"string"
                    },
                    "isHazardousCargo":{
                        "description":"Indicates if the goods on the GTM trade transaction are hazardous.",
                        "type":"boolean"
                    },
                    "isShipmentCreated":{
                        "description":"Indicates if a GTM declaration has been created for this GTM trade transaction.",
                        "type":"boolean"
                    },
                    "attribute1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attributeNumber1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "gtmTransactionTypeGid":{
                        "description":"The transaction type ID across all domains. This is a foreign key to GTM_TRANSACTION_TYPE table.",
                        "type":"string"
                    },
                    "gtmTradePreferenceGid":{
                        "description":"The Trade Preference ID which is the tariff treatment of the goods. It is a foreign key reference to GTM_TRADE_PREFERENCE table. ",
                        "type":"string"
                    },
                    "inlandConveyanceName":{
                        "description":"The inland conveyance name.",
                        "type":"string"
                    },
                    "inlandConveyanceFlag":{
                        "description":"The inland conveyance flag.",
                        "type":"string"
                    },
                    "inlandTransportModeGid":{
                        "description":"The inland transport mode. Which is a foreign key to TRANSPORT_MODE table.",
                        "type":"string"
                    },
                    "departureConveyanceName":{
                        "description":"The departure conveyance name.",
                        "type":"string"
                    },
                    "departureConveyanceFlag":{
                        "description":"The departure conveyance flag.",
                        "type":"string"
                    },
                    "departTransportModeGid":{
                        "description":"The departure transport mode. Which is a foreign key to TRANSPORT_MODE table.",
                        "type":"string"
                    },
                    "attributeDate11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeNumber11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "countryOfExport":{
                        "description":"This describes the country of export for the transaction.",
                        "type":"string"
                    },
                    "countryOfImport":{
                        "description":"This describes the country of import for the transaction.",
                        "type":"string"
                    },
                    "isTemplate":{
                        "description":"Checkbox indicating whether this GTM transaction or declaration record will be used as a template.",
                        "type":"boolean"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "quantities":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.quantities"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "values":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.values"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "transactionDates":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.transactionDates"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "conveyances":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.conveyances"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "documents":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.documents"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "lines":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "remarks":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.remarks"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "reqdocs":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.reqdocs"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "refnums":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.refnums"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "codes":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.codes"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "involvedLocations":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.involvedLocations"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "involvedParties":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.involvedParties"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "statuses":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.statuses"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "ports":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.ports"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "policies":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.policies"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeTransactionsNoTradeLicenses.quantities":{
                "properties":{
                    "gtmQuantityTypeGid":{
                        "description":"The GID for the GTM quantity qualifier.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "quantityValue":{
                        "description":"The value of the quantity.",
                        "type":"number",
                        "format":"double"
                    },
                    "uomCode":{
                        "description":"The unit of measure of the quantity. ",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeTransactionsNoTradeLicenses.values":{
                "properties":{
                    "gtmValueQualifierGid":{
                        "description":"The GID for the value qualifier.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "currencyValue":{
                        "description":"The currency value of the trade transaction.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "gtmFormulaExpressionGid":{
                        "description":"Formula(If any) associated with the value qualifier.",
                        "type":"string"
                    },
                    "valueNote":{
                        "description":"A note that shows how the value qualifier is calculated.",
                        "type":"string"
                    },
                    "methodOfCalculation":{
                        "description":"Shows how the currency value should be calculated either manually or by using a formula.",
                        "type":"string"
                    },
                    "isFixed":{
                        "description":"If this is set to false, the currency values can be overridden with the values calculated from formula or any other process.",
                        "type":"boolean"
                    },
                    "valueSetCompRuleGrpId":{
                        "description":"Compliance rule group ID used to assign value set to the transaction.",
                        "type":"string"
                    },
                    "valueFormulaCompRuleGrpId":{
                        "description":"Compliance rule group ID used to assign formula to the value qualifiers on the transaction.",
                        "type":"string"
                    },
                    "paymentMethodCodeGid":{
                        "description":"The payment method. It is a foreign key to PAYMENT_METHOD_CODE table.",
                        "type":"string"
                    },
                    "rcValue":{
                        "description":"The reporting currency value.",
                        "type":"number",
                        "format":"double"
                    },
                    "rcValueCurrencyGid":{
                        "description":"The reporting value currency. It is a foreign key to CURRENCY table.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeTransactionsNoTradeLicenses.transactionDates":{
                "properties":{
                    "dateQualifierGid":{
                        "description":"The GID for the date qualifier.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "transactionDate":{
                        "description":"The transaction date.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeTransactionsNoTradeLicenses.conveyances":{
                "properties":{
                    "sequenceNo":{
                        "description":"Uniquely identifies a combination of transaction ID, equipment initial, equipment number and seal number.",
                        "type":"number",
                        "format":"int64"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "equipmentInitial":{
                        "description":"The equipment initial of the equipment used in shipment.",
                        "type":"string"
                    },
                    "equipmentNumber":{
                        "description":"The equipment number of the equipment used in a shipment.",
                        "type":"string"
                    },
                    "sealNumber":{
                        "description":"The seal number of the equipment.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeTransactionsNoTradeLicenses.documents":{
                "properties":{
                    "documentGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentDefGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentUrl":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentMimeType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentFilename":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "ownerDataQueryTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "reportGid":{
                        "description":"The report associated with the document attachment, if content was generated by the report subsystem.",
                        "type":"string"
                    },
                    "generatedAt":{
                        "description":"If preparation, date/time content was last generated",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "uploadedAt":{
                        "description":"If attachment, date/time content was last updated",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "documentTrackingNum":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "documentCmsId":{
                        "description":"A GUID to associate the document with content stored on its remote CMS. Valid when document_type=CMS.",
                        "type":"string"
                    },
                    "contentManagementSystemGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "usedAs":{
                        "description":"Represents the classification of a document.(C/I/L/T)",
                        "type":"string"
                    },
                    "relatedDocumentGid":{
                        "description":"Represents the related document for consolidated/linked documents. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "relatedDocument":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property relatedDocumentGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/documents"
                            }
                        ],
                        "readOnly":true
                    },
                    "effectiveDate":{
                        "description":"represents effective date for a document",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "expirationDate":{
                        "description":"Represents expiration date for a document.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "userDefined1IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined2IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined3IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined4IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "userDefined5IconGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeTransactionsNoTradeLicenses.lines":{
                "properties":{
                    "gtmTransactionLineGid":{
                        "description":"The GID for the GTM trade transaction line.",
                        "type":"string"
                    },
                    "gtmTransactionLineXid":{
                        "description":"The XID for the GTM trade transaction line.",
                        "type":"string"
                    },
                    "lineObjectId":{
                        "description":"N/A",
                        "type":"string"
                    },
                    "lineObjectNo":{
                        "description":"N/A",
                        "type":"number",
                        "format":"int64"
                    },
                    "itemGid":{
                        "description":"The GID for the item associated with the GTM trade transaction line. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "item":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property itemGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/itemsWithProdClassCodeGid"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "parentTransLineGid":{
                        "description":"Indicates the parent transaction line for a transaction line which is a child line. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "parentTransLine":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property parentTransLineGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeTransactionLines"
                            }
                        ],
                        "readOnly":true
                    },
                    "indicator":{
                        "description":"Marks the condition or state of the GTM trade transaction line using colors.",
                        "type":"string"
                    },
                    "userDefined1IconGid":{
                        "description":"Marks the condition or state of the GTM trade transaction line using images. It is a foreign key reference to ICON table. ",
                        "type":"string"
                    },
                    "userDefined2IconGid":{
                        "description":"Marks the condition or state of the GTM trade transaction line using images. It is a foreign key reference to ICON table. ",
                        "type":"string"
                    },
                    "userDefined3IconGid":{
                        "description":"Marks the condition or state of the GTM trade transaction line using images. It is a foreign key reference to ICON table. ",
                        "type":"string"
                    },
                    "userDefined4IconGid":{
                        "description":"Marks the condition or state of the GTM trade transaction line using images. It is a foreign key reference to ICON table. ",
                        "type":"string"
                    },
                    "userDefined5IconGid":{
                        "description":"Marks the condition or state of the GTM trade transaction line using images. It is a foreign key reference to ICON table. ",
                        "type":"string"
                    },
                    "precedingTransactionLine":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property precedingTransactionLineGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeTransactionLines"
                            }
                        ],
                        "readOnly":true
                    },
                    "countryOfOrigin":{
                        "description":"The country of origin for item associated with the GTM trade transaction line.",
                        "type":"string"
                    },
                    "countryOfManufacture":{
                        "description":"The country of manufacture for item associated with the GTM trade transaction line.",
                        "type":"string"
                    },
                    "transLineType":{
                        "description":"Indicates if a line is a transaction line or a declaration line.",
                        "type":"string"
                    },
                    "attribute1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attribute20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type VARCHAR2 (150)",
                        "type":"string"
                    },
                    "attributeNumber1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type NUMBER",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeDate1":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate2":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate3":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate4":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate5":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate6":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate7":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate8":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate9":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate10":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data Type Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "gtmTrItemStructureGid":{
                        "description":"Component of transaction item structure indicates the parent item structure that the line is part of.",
                        "type":"string"
                    },
                    "gtmStructureGid":{
                        "description":"The GID for the trade item structure.",
                        "type":"string"
                    },
                    "gtmStructureComponentSeq":{
                        "description":"The sequence number of the component within an item structure.",
                        "type":"number",
                        "format":"int32"
                    },
                    "incoTermGid":{
                        "description":"The GID for the incoterm associated with the GTM trade transaction line.",
                        "type":"string"
                    },
                    "incoTermLocation":{
                        "description":"The incoterm location associated with the GTM trade transaction line.",
                        "type":"string"
                    },
                    "lineItemDescription":{
                        "description":"Describes the item on the transaction line.",
                        "type":"string"
                    },
                    "gtmTradePreferenceGid":{
                        "description":"The GID for the trade preference associated with the GTM trade transaction line.",
                        "type":"string"
                    },
                    "gtmTariffCode":{
                        "description":"This column represents the trade program applicable for transaction line.",
                        "type":"string"
                    },
                    "importProdClassTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "attributeDate11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeDate20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "attributeNumber11":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber12":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber13":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber14":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber15":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber16":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber17":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber18":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber19":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "attributeNumber20":{
                        "description":"Attribute fields (flexfields) allow you to add additional information about an object. Data type as Number",
                        "type":"number",
                        "format":"double"
                    },
                    "countryOfImport":{
                        "description":"This describes the country of import for the transaction line.",
                        "type":"string"
                    },
                    "countryOfExport":{
                        "description":"This describes the country of export for the transaction line.",
                        "type":"string"
                    },
                    "itemStructureGid":{
                        "description":"Item Structure field indicates the structure that was used for qualification or business process.",
                        "type":"string"
                    },
                    "isCanceled":{
                        "description":"Indicates if the transaction line is a canceled line. ",
                        "type":"boolean"
                    },
                    "gtmTipZoneStatusGid":{
                        "description":"Trade Incentive Program Zone Status GID",
                        "type":"string"
                    },
                    "priorZoneStatus":{
                        "description":"Prior Zone Status GID",
                        "type":"string"
                    },
                    "quantities":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.quantities"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "values":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.values"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "percentageValues":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.percentageValues"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "textLinks":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.textLinks"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "statuses":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.statuses"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "otherControls":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.otherControls"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "remarks":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.remarks"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "licenses":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.licenses"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "reqdClassifications":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.reqdClassifications"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "controlScreens":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.controlScreens"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "reportQuantities":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.reportQuantities"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "notes":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.notes"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "codes":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.codes"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "dates":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.dates"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "partyScreens":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.partyScreens"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "prodClassifications":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.prodClassifications"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "involvedParties":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.involvedParties"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "sanctions":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.sanctions"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "reqdocLinks":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.reqdocLinks"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "baseAmounts":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.baseAmounts"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "refnums":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.refnums"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeTransactionsNoTradeLicenses.lines.quantities":{
                "properties":{
                    "gtmTransLineQtySeqNo":{
                        "description":"The sequence number of the quantity on the trade transaction line. ",
                        "type":"number",
                        "format":"int64"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "uomCode":{
                        "description":"The unit of measure of the quantity on the trade transaction line. ",
                        "type":"string"
                    },
                    "quantityValue":{
                        "description":"The value of the quantity on the trade transaction line.",
                        "type":"number",
                        "format":"double"
                    },
                    "gtmQuantityTypeGid":{
                        "description":"The GID for the GTM quantity qualifier.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeTransactionsNoTradeLicenses.lines.values":{
                "properties":{
                    "gtmValueQualifierGid":{
                        "description":"The GID for the value qualifier on the trade transaction line.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "currencyValue":{
                        "description":"The currency value of the trade transaction line.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "gtmFormulaExpressionGid":{
                        "description":"Formula(If any) associated with the value qualifier.",
                        "type":"string"
                    },
                    "valueNote":{
                        "description":"A note that shows how the value qualifier is calculated.",
                        "type":"string"
                    },
                    "methodOfCalculation":{
                        "description":"Shows how the currency value should be calculated either manually or by using a formula.",
                        "type":"string"
                    },
                    "isFixed":{
                        "description":"If this is set to false, the currency values can be overridden with the values calculated from formula or any other process.",
                        "type":"boolean"
                    },
                    "valueSetCompRuleGrpId":{
                        "description":"Compliance rule group ID used to assign value set to the transaction line.",
                        "type":"string"
                    },
                    "valueFormulaCompRuleGrpId":{
                        "description":"Compliance rule group ID used to assign formula to the value qualifiers on the transaction line.",
                        "type":"string"
                    },
                    "paymentMethodCodeGid":{
                        "description":"The payment method. It is a foreign key to PAYMENT_METHOD_CODE table.",
                        "type":"string"
                    },
                    "rcValue":{
                        "description":"The reporting currency value.",
                        "type":"number",
                        "format":"double"
                    },
                    "rcValueCurrencyGid":{
                        "description":"The reporting currency. It is a foreign key to CURRENCY table.",
                        "type":"string"
                    },
                    "valueDetails":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.lines.values.valueDetails"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeTransactionsNoTradeLicenses.lines.values.valueDetails":{
                "properties":{
                    "sequenceNo":{
                        "description":"Sequence Number",
                        "type":"number",
                        "format":"int64"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "valueAttribute":{
                        "description":"Value attribute shows the attribute type of the value qualifier.",
                        "type":"string"
                    },
                    "value":{
                        "description":"The currency value of the value attribute.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "valueNote":{
                        "description":"A note that shows how the value attribute is calculated.",
                        "type":"string"
                    },
                    "referenceValueAttribute":{
                        "description":"Reference value attribute column shows which other value attribute this belongs to.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeTransactionsNoTradeLicenses.lines.percentageValues":{
                "properties":{
                    "gtmPercentageValueQualGid":{
                        "description":"The GID for the percentage value qualifier associated with the GTM trade transaction line. ",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "percentageValue":{
                        "description":"The percentage value associated with the GTM trade transaction line.",
                        "type":"number",
                        "format":"double"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeTransactionsNoTradeLicenses.lines.textLinks":{
                "properties":{
                    "gtmTransLineTextLinkGid":{
                        "description":"The GID for the link between the GTM trade transaction line and the associated text template.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "gtmTransLineTextLinkXid":{
                        "description":"The XID for the link between the GTM trade transaction line and the associated text template.",
                        "type":"string"
                    },
                    "gtmTransactionGid":{
                        "description":"The GID for the GTM trade transaction.",
                        "type":"string"
                    },
                    "documentDefGid":{
                        "description":"The GID for the document type associated with the GTM trade transaction line text template.",
                        "type":"string"
                    },
                    "textTemplateGid":{
                        "description":"The GID for the text template associated with the GTM trade transaction line.",
                        "type":"string"
                    },
                    "textOverride":{
                        "description":"Transactional override for the template on the specific document",
                        "type":"string"
                    },
                    "gtmComplianceRuleGroupGid":{
                        "description":"The GID for the GTM compliance rule set group used to assign a text template to a trade transaction line.",
                        "type":"string"
                    },
                    "gtmComplianceRuleGid":{
                        "description":"The GID for the GTM compliance rule used to assign a text template to a trade transaction line.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeTransactionsNoTradeLicenses.lines.statuses":{
                "properties":{
                    "statusTypeGid":{
                        "description":"The GID for the transaction line status type.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "statusValueGid":{
                        "description":"The GID for the transaction line status value.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeTransactionsNoTradeLicenses.lines.otherControls":{
                "properties":{
                    "gtmTrOtherControlGid":{
                        "description":"The GID for the GTM trade transaction line control code for other control screening.",
                        "type":"string"
                    },
                    "gtmTrOtherControlXid":{
                        "description":"The XID for the GTM trade transaction line control code for other control screening.",
                        "type":"string"
                    },
                    "gtmComplianceRuleGroupGid":{
                        "description":"The GID for the compliance rule set group used to assign the control type/control code for other control screening to the GTM trade transaction line.",
                        "type":"string"
                    },
                    "gtmComplianceRuleGid":{
                        "description":"The GID for the compliance rule used to assign the control type/control code for other control screening to the GTM trade transaction line.",
                        "type":"string"
                    },
                    "gtmControlTypeGid":{
                        "description":"The GID for the control type assigned to the GTM trade transaction line for other control screening.",
                        "type":"string"
                    },
                    "controlCode":{
                        "description":"The control code assigned to the GTM trade transaction line.",
                        "type":"string"
                    },
                    "authorizationText":{
                        "description":"The authorization information entered by a user to release the control assigned to the GTM trade transaction line during other control screening.",
                        "type":"string"
                    },
                    "authorizationAddedBy":{
                        "description":"The user who submitted the authorization.",
                        "type":"string"
                    },
                    "authorizationAddedOn":{
                        "description":"The date the authorization was submitted.  ",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "gtmExceptionControlTypeGid":{
                        "description":"The GID for the exception control type assigned to the GTM trade transaction line during other control screening.",
                        "type":"string"
                    },
                    "gtmExceptionControlCode":{
                        "description":"The exception control code assigned to the GTM trade transaction line during other control screening.",
                        "type":"string"
                    },
                    "exceptionComplianceRuleGid":{
                        "description":"The GID for the compliance rule used to assign the exception control type/control code to the GTM trade transaction line for other control screening.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeTransactionsNoTradeLicenses.lines.remarks":{
                "properties":{
                    "remarkSequence":{
                        "description":"The sequence number for the GTM trade transaction line remark. ",
                        "type":"number",
                        "format":"int64"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "remarkQualGid":{
                        "description":"The GID for the GTM trade transaction line remark.",
                        "type":"string"
                    },
                    "remarkText":{
                        "description":"The remark text for the GTM trade transaction line. ",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeTransactionsNoTradeLicenses.lines.licenses":{
                "properties":{
                    "gtmTransLineLicenseSeq":{
                        "description":"The sequence number for the license line assigned to the trade transaction. ",
                        "type":"number",
                        "format":"int64"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "licenseLineGid":{
                        "description":"The GID for the GTM license line.",
                        "type":"string"
                    },
                    "gtmQuantityTypeGid":{
                        "description":"The GID for the GTM quantity qualifier.",
                        "type":"string"
                    },
                    "quantityValue":{
                        "description":"The value of the license line quantity allocated to the trade transaction line.",
                        "type":"number",
                        "format":"double"
                    },
                    "quantityUom":{
                        "description":"The unit of measure of the license line quantity allocated to the trade transaction line. ",
                        "type":"string"
                    },
                    "gtmValueQualifierGid":{
                        "description":"The GID for the GTM value qualifier.",
                        "type":"string"
                    },
                    "licenseExpirationDate":{
                        "description":"The expiration date of the license assigned to the trade transaction line.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "userGid":{
                        "description":"The GID for GTM user which assigned the license to the trade transaction line.",
                        "type":"string"
                    },
                    "assignedDate":{
                        "description":"The date that the license is assigned to the trade transaction line.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "comments":{
                        "description":"Comments.",
                        "type":"string"
                    },
                    "currencyValue":{
                        "description":"The currency value of the license line assigned to the trade transaction.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/currencyType"
                            }
                        ]
                    },
                    "exchangeRateGid":{
                        "description":"The Exchange Rate ID used for value conversion between the license and the trade transaction. It is foreign key reference to EXCHANGE_RATE table. ",
                        "type":"string"
                    },
                    "rateExchangeDate":{
                        "description":"The Exchange Rate date used for value conversion between the license and the trade transaction.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "gtmControlTypeGid":{
                        "description":"The control type being released by the license line assigned to the trade transaction.",
                        "type":"string"
                    },
                    "controlCode":{
                        "description":"The control code being released by the license line assigned to the trade transaction.",
                        "type":"string"
                    },
                    "gtmLlUsageSequenceNo":{
                        "description":"The sequence number of the license line usage.",
                        "type":"number",
                        "format":"int64"
                    },
                    "transactionDate":{
                        "description":"Transaction date is set on performing license assignment based on the date qualifier configured on license code option.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeTransactionsNoTradeLicenses.lines.reqdClassifications":{
                "properties":{
                    "gtmProdClassTypeGid":{
                        "description":"The GID for the required product classification type associated with the GTM trade transaction line.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeTransactionsNoTradeLicenses.lines.controlScreens":{
                "properties":{
                    "gtmTrControlScreenGid":{
                        "description":"The GID for the GTM trade transaction line control code.",
                        "type":"string"
                    },
                    "gtmTrControlScreenXid":{
                        "description":"The XID for the GTM trade transaction line control code.",
                        "type":"string"
                    },
                    "gtmComplianceRuleGroupGid":{
                        "description":"The GID for the compliance rule set group used to assign the control type/control code to the GTM trade transaction line.",
                        "type":"string"
                    },
                    "gtmComplianceRuleGid":{
                        "description":"The GID for the compliance rule used to assign the control type/control code to the GTM trade transaction line.",
                        "type":"string"
                    },
                    "gtmExceptionControlTypeGid":{
                        "description":"The GID for the exception control type assigned to the GTM trade transaction line.",
                        "type":"string"
                    },
                    "gtmExceptionControlCode":{
                        "description":"The exception control code assigned to the GTM trade transaction line.",
                        "type":"string"
                    },
                    "gtmRegulationReferenceGid":{
                        "description":"The GID for the regulation reference associated with the control assigned to the GTM trade transaction line.",
                        "type":"string"
                    },
                    "gtmControlTypeGid":{
                        "description":"The GID for the control type assigned to the GTM trade transaction line.",
                        "type":"string"
                    },
                    "controlCode":{
                        "description":"The control code assigned to the GTM trade transaction line.",
                        "type":"string"
                    },
                    "licenseNumber":{
                        "description":"The license number associated with the license used to release a control on the GTM trade transaction line.",
                        "type":"string"
                    },
                    "licenseQuantity":{
                        "description":"The quantity from the associated license used to release a control on the GTM trade transaction line.",
                        "type":"number",
                        "format":"double"
                    },
                    "licenseUom":{
                        "description":"The unit of measured for the quantity from the associated license used to release a control on the GTM trade transaction line.",
                        "type":"string"
                    },
                    "licenseAddedBy":{
                        "description":"Specifies who added the license to the GTM trade transaction line.",
                        "type":"string"
                    },
                    "licenseAddedOn":{
                        "description":"Specifies the date on which the license is added to the GTM trade transaction line.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "gtmControlCategory":{
                        "description":"The control category associated with the control type/control code assigned to the GTM trade transaction line.",
                        "type":"string"
                    },
                    "gtmRegistrationGid":{
                        "description":"The GID for the registration associated with the GTM trade transaction line.",
                        "type":"string"
                    },
                    "involvedPartyQualGid":{
                        "description":"The GID for the involved party associated with the control code assigned to the GTM trade transaction line.",
                        "type":"string"
                    },
                    "exceptionComplianceRuleGid":{
                        "description":"The GID for the compliance rule used to assign the exception control type/control code to the GTM trade transaction line.",
                        "type":"string"
                    },
                    "gtmAuthorizationTypeGid":{
                        "description":"The authorization type of the  license number associated with the license used to release a control on the GTM trade transaction line.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeTransactionsNoTradeLicenses.lines.reportQuantities":{
                "properties":{
                    "gtlrqSeqNum":{
                        "description":"The sequence number of the quantity on the trade transaction line. ",
                        "type":"number",
                        "format":"int64"
                    },
                    "gtmProdClassTypeGid":{
                        "description":"The GID for the product classification type for the reporting quantity.",
                        "type":"string"
                    },
                    "gtmQuantityTypeGid":{
                        "description":"The GID for the GTM quantity qualifier for the reporting quantity.",
                        "type":"string"
                    },
                    "quantityValue":{
                        "description":"The value of the quantity on the trade transaction line for the reporting quantity.",
                        "type":"number",
                        "format":"double"
                    },
                    "uomCode":{
                        "description":"The unit of measure of the quantity on the trade transaction line for the reporting quantity. ",
                        "type":"string"
                    },
                    "attributeName":{
                        "description":"Refers to the unit of measure selected in uom_code. For example, REPORTING UOM1.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "gtmProdClassCodeGid":{
                        "description":"The GID for the product classification code for the reporting quantity.",
                        "type":"string"
                    },
                    "classificationCode":{
                        "description":"Classification code for an item.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeTransactionsNoTradeLicenses.lines.notes":{
                "properties":{
                    "noteSequenceNo":{
                        "description":"Sequence number of notes.",
                        "type":"number",
                        "format":"int64"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "timestamp":{
                        "description":"Timestamp of the event that is noted.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "summary":{
                        "description":"High level description about the event.",
                        "type":"string"
                    },
                    "note":{
                        "description":"Detailed description about the event.",
                        "type":"string"
                    },
                    "enteredBy":{
                        "description":"The action name or the manual intervention that resulted in this note",
                        "type":"string"
                    },
                    "isSystemGenerated":{
                        "description":"Says if the note is generated by the system or manually added by the user.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeTransactionsNoTradeLicenses.lines.codes":{
                "properties":{
                    "gtmTypeGid":{
                        "description":"The GID for the GTM type or user-defined type. ",
                        "type":"string"
                    },
                    "gtmCode":{
                        "description":"The corresponding code for the GTM type.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeTransactionsNoTradeLicenses.lines.dates":{
                "properties":{
                    "dateQualifierGid":{
                        "description":"The GID for the date qualifier.",
                        "type":"string"
                    },
                    "transLineDate":{
                        "description":"The transaction line date.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeTransactionsNoTradeLicenses.lines.partyScreens":{
                "properties":{
                    "gtmTrPartyScreenGid":{
                        "description":"The GID for the party screening record associated with the GTM trade transaction.",
                        "type":"string"
                    },
                    "gtmTrPartyScreenXid":{
                        "description":"The XID for the party screening record associated with the GTM trade transaction.",
                        "type":"string"
                    },
                    "gtmPartyGid":{
                        "description":"The GID for party associated with the GTM trade transaction line.",
                        "type":"string"
                    },
                    "isPassed":{
                        "description":"The restricted party screening status for a party associated with the GTM trade transaction line.",
                        "type":"boolean"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "contactGid":{
                        "description":"The contact GID. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "contact":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property contactGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeTransactionsNoTradeLicenses.lines.prodClassifications":{
                "properties":{
                    "gtmTrProdClassificationGid":{
                        "description":"The GID for the product classification assigned to the GTM trade transaction line.",
                        "type":"string"
                    },
                    "gtmTrProdClassificationXid":{
                        "description":"The XID for the product classification assigned to the GTM trade transaction line.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "gtmProdClassCodeGid":{
                        "description":"The GID for the product classification code assigned to the GTM trade transaction line.",
                        "type":"string"
                    },
                    "isFixed":{
                        "description":"Used to indicate if the assigned product classification code is fixed and should not be changed.",
                        "type":"boolean"
                    },
                    "tradeDirection":{
                        "description":"Trade Direction of the product classification. This field is deprecated and should not be used.",
                        "type":"string"
                    },
                    "gtmProductClassTypeGid":{
                        "description":"The GID for the product classification type assigned to the GTM trade transaction line.",
                        "type":"string"
                    },
                    "bindingRulingNumber":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "bindingRulingEffectiveDate":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "bindingRulingExpirationDate":{
                        "description":"Indicates expiration date of binding ruling.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ]
                    },
                    "gtmProdClassPurposeGid":{
                        "description":"The GID of product classification purpose added to GTM Trade Transaction Line. ",
                        "type":"string"
                    },
                    "classificationCode":{
                        "description":"Classification code for an item.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeTransactionsNoTradeLicenses.lines.involvedParties":{
                "properties":{
                    "involvedPartyQualGid":{
                        "description":"The GID for the involved party qualifier.",
                        "type":"string"
                    },
                    "involvedPartyContactGid":{
                        "description":"The GID for the involved party contact or party. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "involvedPartyContact":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property involvedPartyContactGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "comMethodGid":{
                        "description":"The GID for the communication method of the involved party.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeTransactionsNoTradeLicenses.lines.sanctions":{
                "properties":{
                    "gtmTrSanctionGid":{
                        "description":"The GID for sanction assigned to the GTM trade transaction line.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "gtmComplianceRuleGroupGid":{
                        "description":"The GID for compliance rule set group used to assign the sanction to the GTM trade transaction.",
                        "type":"string"
                    },
                    "gtmComplianceRuleGid":{
                        "description":"The GID for compliance rule used to assign the sanction to the GTM trade transaction.",
                        "type":"string"
                    },
                    "gtmControlTypeGid":{
                        "description":"The GID for the sanction control type assigned to the GTM trade transaction.",
                        "type":"string"
                    },
                    "controlCode":{
                        "description":"The sanction control code assigned to the GTM trade transaction.",
                        "type":"string"
                    },
                    "gtmTrSanctionXid":{
                        "description":"The XID for the sanction assigned to the GTM trade transaction.",
                        "type":"string"
                    },
                    "authorizationText":{
                        "description":"The authorization used to override a sanction assigned to the GTM trade transaction line.",
                        "type":"string"
                    },
                    "authorizationAddedBy":{
                        "description":"The user who added the authorization used to override a sanction.",
                        "type":"string"
                    },
                    "authorizationAddedOn":{
                        "description":"The date on which an authorization is added to the sanction.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeTransactionsNoTradeLicenses.lines.reqdocLinks":{
                "properties":{
                    "gtmTransLineReqdocLinkGid":{
                        "description":"The GID for the required document associated with the GTM trade transaction line.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "gtmTransLineReqdocLinkXid":{
                        "description":"The XID for the required document associated with the GTM trade transaction line.",
                        "type":"string"
                    },
                    "gtmTransactionGid":{
                        "description":"The GID for the GTM trade transaction.",
                        "type":"string"
                    },
                    "documentDefGid":{
                        "description":"Required document type for the GTM trade transaction.",
                        "type":"string"
                    },
                    "gtmComplianceRuleGroupGid":{
                        "description":"The GID for the compliance rule set group.",
                        "type":"string"
                    },
                    "gtmComplianceRuleGid":{
                        "description":"The GID for the compliance rule.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeTransactionsNoTradeLicenses.lines.baseAmounts":{
                "properties":{
                    "gtmBaseAmountTypeGid":{
                        "description":"The GID for the base amount type.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "gtmComplianceRuleGroupGid":{
                        "description":"The GID for the compliance rule set group.",
                        "type":"string"
                    },
                    "gtmComplianceRuleGid":{
                        "description":"The GID for the compliance rule.",
                        "type":"string"
                    },
                    "gtmRegimeGid":{
                        "description":"The GID for the regime.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeTransactionsNoTradeLicenses.lines.refnums":{
                "properties":{
                    "gtmTranslineRefnumQualGid":{
                        "description":"The GID for the GTM trade transaction line reference number qualifier.",
                        "type":"string"
                    },
                    "refnumValue":{
                        "description":"The value of the reference number.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeTransactionsNoTradeLicenses.remarks":{
                "properties":{
                    "remarkSequence":{
                        "description":"The sequence number for the GTM trade transaction remark. ",
                        "type":"number",
                        "format":"int64"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "remarkQualGid":{
                        "description":"The GID for the GTM trade transaction remark.",
                        "type":"string"
                    },
                    "remarkText":{
                        "description":"The remark text for the GTM trade transaction. ",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeTransactionsNoTradeLicenses.reqdocs":{
                "properties":{
                    "documentDefGid":{
                        "description":"Required document type for the GTM trade transaction.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "numRevisions":{
                        "description":"The number of document revisions generated.",
                        "type":"number",
                        "format":"int32"
                    },
                    "reviewStatus":{
                        "description":"The review status of the required document. ",
                        "type":"string"
                    },
                    "gtmComplianceRuleGroupGid":{
                        "description":"The GID for the compliance rule set group.",
                        "type":"string"
                    },
                    "gtmComplianceRuleGid":{
                        "description":"The GID for the compliance rule.",
                        "type":"string"
                    },
                    "instructions":{
                        "description":"Free-form field to hold document attributes. E.g. a document could be denoted as required or optional.",
                        "type":"string"
                    },
                    "reviewers":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.reqdocs.reviewers"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "texts":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.reqdocs.texts"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "references":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.reqdocs.references"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "docs":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.reqdocs.docs"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "subscribers":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.reqdocs.subscribers"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "statuses":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.reqdocs.statuses"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeTransactionsNoTradeLicenses.reqdocs.reviewers":{
                "properties":{
                    "contactGid":{
                        "description":"The GID for the document reviewer. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "contact":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property contactGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "asInvolvedPartyQualGid":{
                        "description":"The involved party of the reviewer if they are acting as a party on the trade transaction.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeTransactionsNoTradeLicenses.reqdocs.texts":{
                "properties":{
                    "textTemplateGid":{
                        "description":"The GID for the text template associated with the GTM trade transaction line.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "gtmTransactionLineGid":{
                        "description":"The GID for the GTM trade transaction line. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "gtmTransactionLine":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property gtmTransactionLineGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeTransactionLines"
                            }
                        ],
                        "readOnly":true
                    },
                    "gtmComplianceRuleGid":{
                        "description":"The compliance rule used to assign the text template to the GTM trade transaction.",
                        "type":"string"
                    },
                    "gtmComplianceRuleGroupGid":{
                        "description":"The compliance rule set group used to assign the text template to the GTM trade transaction.",
                        "type":"string"
                    },
                    "textOverride":{
                        "description":"Transactional override for the template on the specific document.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeTransactionsNoTradeLicenses.reqdocs.references":{
                "properties":{
                    "sequenceNo":{
                        "description":"Uniquely identifies the association of trade transaction with the related object.",
                        "type":"number",
                        "format":"int64"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "dataQueryTypeGid":{
                        "description":"Identifies the data query type of the object.",
                        "type":"string"
                    },
                    "transactionRefGid":{
                        "description":"Gives the Shipment or Order Release ID based on the data query type.",
                        "type":"string"
                    },
                    "isPrimary":{
                        "description":"Gives the primary shipment among the multiple shipments. Takes the values Y/N.",
                        "type":"boolean"
                    },
                    "gtmDtConfigGid":{
                        "description":"Gives the data configuration used to create/copy data from the related object to trade transaction.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeTransactionsNoTradeLicenses.reqdocs.docs":{
                "properties":{
                    "documentGid":{
                        "description":"The GID for the document instance. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "document":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property documentGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/documents"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "documentRevision":{
                        "description":"The revision count for the document.",
                        "type":"number",
                        "format":"int32"
                    },
                    "review":{
                        "description":"The review status of the required document. ",
                        "type":"string"
                    },
                    "annotations":{
                        "description":"Annotations for a document revision.",
                        "type":"string"
                    },
                    "documentCmsName":{
                        "description":"The document name used to identify a set of revisions (versions) for a CMS.",
                        "type":"string"
                    },
                    "reviews":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/tradeTransactionsNoTradeLicenses.reqdocs.docs.reviews"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeTransactionsNoTradeLicenses.reqdocs.docs.reviews":{
                "properties":{
                    "contactGid":{
                        "description":"The GID for the document reviewer. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "contact":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property contactGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "state":{
                        "description":"The review status of the document.",
                        "type":"string"
                    },
                    "comments":{
                        "description":"Comments from the reviewer for the specific document.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeTransactionsNoTradeLicenses.reqdocs.subscribers":{
                "properties":{
                    "contactGid":{
                        "description":"The GID for the document reviewer. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "contact":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property contactGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "asInvolvedPartyQualGid":{
                        "description":"The involved party of the subscriber if they are acting as a party on the trade transaction.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeTransactionsNoTradeLicenses.reqdocs.statuses":{
                "properties":{
                    "statusTypeGid":{
                        "description":"The status type associated with a required document.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "statusValueGid":{
                        "description":"The status value associated with a required document.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeTransactionsNoTradeLicenses.refnums":{
                "properties":{
                    "gtmTransRefnumQualGid":{
                        "description":"The GID for the GTM trade transaction reference number.",
                        "type":"string"
                    },
                    "refnumValue":{
                        "description":"The value of the reference number.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeTransactionsNoTradeLicenses.codes":{
                "properties":{
                    "gtmTypeGid":{
                        "description":"The GID for the GTM type or user-defined type. ",
                        "type":"string"
                    },
                    "gtmCode":{
                        "description":"The corresponding code for the GTM type.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeTransactionsNoTradeLicenses.involvedLocations":{
                "properties":{
                    "involvedLocationQualGid":{
                        "description":"The GID for the involved location qualifier.",
                        "type":"string"
                    },
                    "involvedLocationGid":{
                        "description":"The GID for the involved location. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "involvedLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property involvedLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeTransactionsNoTradeLicenses.involvedParties":{
                "properties":{
                    "involvedPartyQualGid":{
                        "description":"The GID for the involved party qualifier.",
                        "type":"string"
                    },
                    "involvedPartyContactGid":{
                        "description":"The GID for the involved party contact or party. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "involvedPartyContact":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property involvedPartyContactGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/tradeParties"
                            }
                        ],
                        "readOnly":true
                    },
                    "comMethodGid":{
                        "description":"The GID for the communication method of the involved party.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeTransactionsNoTradeLicenses.statuses":{
                "properties":{
                    "statusTypeGid":{
                        "description":"The GID for the transaction status type.",
                        "type":"string"
                    },
                    "statusValueGid":{
                        "description":"The GID for the transaction status value.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeTransactionsNoTradeLicenses.ports":{
                "properties":{
                    "gtmPortQualifierGid":{
                        "description":"The GID for the GTM port qualifier.",
                        "type":"string"
                    },
                    "locationGid":{
                        "description":"The GID for the location. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "location":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property locationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeTransactionsNoTradeLicenses.policies":{
                "properties":{
                    "gtmPolicyQualifierGid":{
                        "description":"The GID for the GTM policy qualifier.",
                        "type":"string"
                    },
                    "gtmComplianceTemplateGid":{
                        "description":"The GID for the GTM compliance template.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"Database domain where this data is stored.",
                        "type":"string"
                    },
                    "gtmComplianceRuleGid":{
                        "description":"The GID for the GTM compliance rule.",
                        "type":"string"
                    },
                    "gtmComplianceRuleGroupGid":{
                        "description":"The GID for the GTM compliance rule set group.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "flights":{
                "properties":{
                    "flightGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "flightXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "majorRecordType":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isAirCargo":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "leaveTimeAfterMidnight":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "arrivalTimeAfterMidnight":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "elapsedTime":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "flightCategory":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "srcIataCityCode":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "destIataCityCode":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "dayAdjustmentCounter":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "effectiveDate":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "discontinueDate":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateTimeType"
                            }
                        ]
                    },
                    "frequency":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "trafficRestriction":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "srcLocationGid":{
                        "description":"No description. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "srcLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property srcLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "destLocationGid":{
                        "description":"No description. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "destLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property destLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "interimFlights":{
                        "properties":{
                            "items":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/flights.interimFlights"
                                }
                            },
                            "links":{
                                "type":"array",
                                "items":{
                                    "$ref":"#/components/schemas/links"
                                },
                                "readOnly":true
                            }
                        }
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "flights.interimFlights":{
                "properties":{
                    "flightNumber":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "recordCode":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "leaveTimeAfterMidnight":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "arrivalTimeAfterMidnight":{
                        "description":"No description.",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/amountType"
                            }
                        ]
                    },
                    "srcLocationGid":{
                        "description":"No description. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "srcLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property srcLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "destLocationGid":{
                        "description":"No description. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "destLocation":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property destLocationGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/locations"
                            }
                        ],
                        "readOnly":true
                    },
                    "servprovGid":{
                        "description":"No description. <br> This property will be displayed only when expandRefs query parameter is set to false (expandRefs=false)",
                        "type":"string"
                    },
                    "servprov":{
                        "description":"This property is a reference resource (a resource that is referred via a foreign key) of the property servprovGid, which will be expanded if expandRefs query parameter is set to true (expandRefs=true)",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/serviceProviders"
                            }
                        ],
                        "readOnly":true
                    },
                    "vehicleTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "serviceClass":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "stopCount":{
                        "description":"No description.",
                        "type":"number",
                        "format":"int32"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "tradeItemReferenceNumberQualifiers":{
                "properties":{
                    "itemRefnumQualGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "itemRefnumQualXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "itemRefnumQualDesc":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "isVisibleIfMasterCarr":{
                        "description":"No description.",
                        "type":"boolean"
                    },
                    "defaultRefnumBnTypeGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateFlag":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "adhocRPSRequest":{
                "properties":{
                    "gtmServicePreferenceId":{
                        "type":"string",
                        "description":"The gtmServicePreferenceId to which the restricted party screening should occur."
                    },
                    "party":{
                        "type":"object",
                        "properties":{
                            "firstName":{
                                "type":"string",
                                "description":"First name of the party or individual."
                            },
                            "lastName":{
                                "type":"string",
                                "description":"Last name of the party or individual."
                            },
                            "companyName":{
                                "type":"string",
                                "description":"Name of the company associated with the party."
                            },
                            "addressLine1":{
                                "type":"string",
                                "description":"Primary address line of the party."
                            },
                            "addressLine2":{
                                "type":"string",
                                "description":"Secondary address line (optional)."
                            },
                            "addressLine3":{
                                "type":"string",
                                "description":"Tertiary address line (optional)."
                            },
                            "city":{
                                "type":"string",
                                "description":"City where the party is located."
                            },
                            "province":{
                                "type":"string",
                                "description":"State or province where the party is located."
                            },
                            "country":{
                                "type":"string",
                                "description":"Country of the party's address."
                            },
                            "postalCode":{
                                "type":"string",
                                "description":"Postal or ZIP code of the party's address."
                            }
                        }
                    },
                    "restrictedPartyListRequired":{
                        "type":"string",
                        "description":"If this is set to true, then the response will return top 5 matching restricted parties if present in the response."
                    }
                }
            },
            "adhocRPSResponse":{
                "type":"object",
                "description":"The response body contains the request body in the response along with status parameter along with list of restricted parties (at most 5 with highest match factor). ",
                "properties":{
                    "adhocRPSRequest":{
                        "$ref":"#/components/schemas/adhocRPSRequest"
                    },
                    "status":{
                        "type":"string",
                        "description":"The response status indicating whether party details has any matching denied parties. If no match has been found then fail and if it is found then pass."
                    },
                    "restrictedPartyList":{
                        "type":"array",
                        "description":"List of 5 restricted parties with relevant details.",
                        "items":{
                            "type":"object",
                            "properties":{
                                "gtmDeniedPartyGid":{
                                    "type":"string",
                                    "description":"Unique identifier for the GTM denied party."
                                },
                                "firstName":{
                                    "type":"string",
                                    "description":"First name of the restricted party individual."
                                },
                                "lastName":{
                                    "type":"string",
                                    "description":"Last name of the restricted party individual."
                                },
                                "companyName":{
                                    "type":"string",
                                    "description":"Company name associated with the restricted party."
                                },
                                "addressLine1":{
                                    "type":"string",
                                    "description":"Primary address line of the restricted party."
                                },
                                "addressLine2":{
                                    "type":"string",
                                    "description":"Secondary address line of the restricted party (if applicable)."
                                },
                                "addressLine3":{
                                    "type":"string",
                                    "description":"Tertiary address line of the restricted party (if applicable)."
                                },
                                "city":{
                                    "type":"string",
                                    "description":"City where the restricted party is located."
                                },
                                "province":{
                                    "type":"string",
                                    "description":"Province or state of the restricted party."
                                },
                                "country":{
                                    "type":"string",
                                    "description":"Country where the restricted party is located."
                                },
                                "postalCode":{
                                    "type":"string",
                                    "description":"Postal or ZIP code of the restricted party's address."
                                },
                                "effectiveDate":{
                                    "type":"string",
                                    "format":"date",
                                    "description":"Date when the restriction became effective (YYYY-MM-DD)."
                                },
                                "expirationDate":{
                                    "type":"string",
                                    "format":"date",
                                    "description":"Date when the restriction expires (YYYY-MM-DD)."
                                },
                                "entryId":{
                                    "type":"string",
                                    "description":"Entry ID associated with the restricted party listing."
                                },
                                "agencyCode":{
                                    "type":"string",
                                    "description":"Code representing the agency that issued the restriction."
                                },
                                "matchPer":{
                                    "type":"string",
                                    "description":"Match percentage indicating the percentage of matching of the restricted party with party details."
                                }
                            }
                        }
                    }
                }
            },
            "itemFeatureQualifiers":{
                "properties":{
                    "itemFeatureQualGid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "itemFeatureQualXid":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "domainName":{
                        "description":"No description.",
                        "type":"string"
                    },
                    "updateDate":{
                        "description":"update date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "insertDate":{
                        "description":"insert date",
                        "allOf":[
                            {
                                "$ref":"#/components/schemas/dateType"
                            }
                        ],
                        "readOnly":true
                    },
                    "links":{
                        "type":"array",
                        "items":{
                            "$ref":"#/components/schemas/links"
                        },
                        "readOnly":true
                    }
                }
            },
            "actionRequest":{
                "properties":{
                    "responsiblePartyGid":{
                        "description":"Describes the person or people that will be affected by the action.",
                        "type":"string"
                    },
                    "statusCodeGid":{
                        "description":"A code associated with the action to be performed.",
                        "type":"string"
                    },
                    "reasonCodeGid":{
                        "description":"A code describing the reason for the action.",
                        "type":"string"
                    },
                    "pks":{
                        "description":"Object primary keys that supports one or more multi-part (compound) keys",
                        "type":"array",
                        "items":{
                            "type":"array",
                            "items":{
                                "type":"string"
                            }
                        }
                    }
                }
            },
            "actionResponse":{
                "properties":{
                    "success":{
                        "description":"Success or failure.",
                        "type":"string"
                    }
                }
            },
            "q":{
                "properties":{
                    "q":{
                        "description":"Filter (a 'where'clause) to restrict the items returned in the collection. By default, no filtering is applied.",
                        "type":"string"
                    }
                }
            },
            "savedQueries":{
                "properties":{
                    "savedQueryGid":{
                        "description":"GID of the saved query.",
                        "type":"string"
                    }
                }
            }
        },
        "parameters":{
            "expand":{
                "name":"expand",
                "in":"query",
                "required":false,
                "description":"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.",
                "schema":{
                    "type":"string"
                }
            },
            "limit":{
                "name":"limit",
                "in":"query",
                "required":false,
                "description":"Positive integer value that specifies the maximum number of items returned by the server.",
                "schema":{
                    "type":"integer",
                    "format":"int32"
                }
            },
            "offset":{
                "name":"offset",
                "in":"query",
                "required":false,
                "description":"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.",
                "schema":{
                    "type":"integer",
                    "format":"int32"
                }
            },
            "orderBy":{
                "name":"orderBy",
                "in":"query",
                "required":false,
                "description":"Comma-separated string of field names, each optionally followed by asc or desc, that specifies the order of items returned in the response payload.",
                "schema":{
                    "type":"string"
                }
            },
            "fields":{
                "name":"fields",
                "in":"query",
                "required":false,
                "description":"Comma-delimited string of field names that you wanted returned in a GET request.",
                "schema":{
                    "type":"string"
                }
            },
            "totalResults":{
                "name":"totalResults",
                "in":"query",
                "required":false,
                "description":"Boolean value that specifies whether to calculate the totalResults property. By default, this value is set to false indicating that totalResults is not calculated.",
                "schema":{
                    "type":"boolean"
                }
            },
            "q":{
                "name":"q",
                "in":"query",
                "required":false,
                "description":"Filter (a 'where'clause) to restrict the items returned in the collection. By default, no filtering is applied.",
                "schema":{
                    "type":"string"
                }
            },
            "asyncHeader":{
                "name":"Prefer",
                "in":"header",
                "required":false,
                "description":"An optional header parameter that allows you to process the request asynchronously. Set the request header \"Prefer\" to \"respond-async\" for asynchronous processing. For synchronous processing, leave the parameter blank or do not define it.",
                "schema":{
                    "type":"string",
                    "enum":[
                        "respond-async"
                    ]
                }
            },
            "transientHeader":{
                "name":"Prefer Transient Header",
                "in":"header",
                "required":false,
                "description":"A header parameter that allows you to execute queries. Set the request header \"Prefer\" to \"transient\" to explicitly declare that the query should be executed.",
                "schema":{
                    "type":"string",
                    "enum":[
                        "transient"
                    ]
                }
            }
        }
    },
    "tags":[
        {
            "name":"Actions/Business Actions/Documents",
            "description":"The operations from the Actions/Business Actions/Documents category."
        },
        {
            "name":"Actions/Business Actions/Invoices",
            "description":"The operations from the Actions/Business Actions/Invoices category."
        },
        {
            "name":"Actions/Business Actions/Order Releases",
            "description":"The operations from the Actions/Business Actions/Order Releases category."
        },
        {
            "name":"Actions/Business Actions/Shipments",
            "description":"The operations from the Actions/Business Actions/Shipments category."
        },
        {
            "name":"Actions/Business Actions/Tenders",
            "description":"The operations from the Actions/Business Actions/Tenders category."
        },
        {
            "name":"Actions/Business Queries",
            "description":"The operations from the Actions/Business Queries category."
        },
        {
            "name":"Actions/Business Queries/Diagnostics",
            "description":"The operations from the Actions/Business Queries/Diagnostics category."
        },
        {
            "name":"Actions/Utility Actions",
            "description":"The operations from the Actions/Utility Actions category."
        },
        {
            "name":"Batch Processing/Transmission Reports",
            "description":"The operations from the Batch Processing/Transmission Reports category."
        },
        {
            "name":"Batch Processing/Transmission Reports/Logs",
            "description":"The operations from the Batch Processing/Transmission Reports/Logs category."
        },
        {
            "name":"Batch Processing/Transmission Reports/Logs/Details",
            "description":"The operations from the Batch Processing/Transmission Reports/Logs/Details category."
        },
        {
            "name":"Batch Processing/Transmission Reports/Refnums",
            "description":"The operations from the Batch Processing/Transmission Reports/Refnums category."
        },
        {
            "name":"Batch Processing/Transmission Reports/Transactions",
            "description":"The operations from the Batch Processing/Transmission Reports/Transactions category."
        },
        {
            "name":"Batch Processing/Transmissions",
            "description":"The operations from the Batch Processing/Transmissions category."
        },
        {
            "name":"Business Objects/Allocation Rules",
            "description":"The operations from the Business Objects/Allocation Rules category."
        },
        {
            "name":"Business Objects/Allocation Rules/Allocation Rule Details",
            "description":"The operations from the Business Objects/Allocation Rules/Allocation Rule Details category."
        },
        {
            "name":"Business Objects/Appointments",
            "description":"The operations from the Business Objects/Appointments category."
        },
        {
            "name":"Business Objects/Appointments/Remarks",
            "description":"The operations from the Business Objects/Appointments/Remarks category."
        },
        {
            "name":"Business Objects/Auto Secure Resource Criterion",
            "description":"The operations from the Business Objects/Auto Secure Resource Criterion category."
        },
        {
            "name":"Business Objects/Bills",
            "description":"The operations from the Business Objects/Bills category."
        },
        {
            "name":"Business Objects/Bills/Allocations",
            "description":"The operations from the Business Objects/Bills/Allocations category."
        },
        {
            "name":"Business Objects/Bills/Allocations/Order Base Line Allocations",
            "description":"The operations from the Business Objects/Bills/Allocations/Order Base Line Allocations category."
        },
        {
            "name":"Business Objects/Bills/Allocations/Order Release Allocations",
            "description":"The operations from the Business Objects/Bills/Allocations/Order Release Allocations category."
        },
        {
            "name":"Business Objects/Bills/Allocations/Order Release Line Allocations",
            "description":"The operations from the Business Objects/Bills/Allocations/Order Release Line Allocations category."
        },
        {
            "name":"Business Objects/Bills/Documents",
            "description":"The operations from the Business Objects/Bills/Documents category."
        },
        {
            "name":"Business Objects/Bills/Equipment Details",
            "description":"The operations from the Business Objects/Bills/Equipment Details category."
        },
        {
            "name":"Business Objects/Bills/Equipment Details/Seals",
            "description":"The operations from the Business Objects/Bills/Equipment Details/Seals category."
        },
        {
            "name":"Business Objects/Bills/Involved Parties",
            "description":"The operations from the Business Objects/Bills/Involved Parties category."
        },
        {
            "name":"Business Objects/Bills/Line Items",
            "description":"The operations from the Business Objects/Bills/Line Items category."
        },
        {
            "name":"Business Objects/Bills/Line Items/Commercial Data",
            "description":"The operations from the Business Objects/Bills/Line Items/Commercial Data category."
        },
        {
            "name":"Business Objects/Bills/Line Items/Cost References",
            "description":"The operations from the Business Objects/Bills/Line Items/Cost References category."
        },
        {
            "name":"Business Objects/Bills/Line Items/Reference Numbers",
            "description":"The operations from the Business Objects/Bills/Line Items/Reference Numbers category."
        },
        {
            "name":"Business Objects/Bills/Line Items/Remarks",
            "description":"The operations from the Business Objects/Bills/Line Items/Remarks category."
        },
        {
            "name":"Business Objects/Bills/Line Items/VATs",
            "description":"The operations from the Business Objects/Bills/Line Items/VATs category."
        },
        {
            "name":"Business Objects/Bills/Line Items/VATs/Cost References",
            "description":"The operations from the Business Objects/Bills/Line Items/VATs/Cost References category."
        },
        {
            "name":"Business Objects/Bills/Line Items/Vouchers",
            "description":"The operations from the Business Objects/Bills/Line Items/Vouchers category."
        },
        {
            "name":"Business Objects/Bills/Notes",
            "description":"The operations from the Business Objects/Bills/Notes category."
        },
        {
            "name":"Business Objects/Bills/Order Releases",
            "description":"The operations from the Business Objects/Bills/Order Releases category."
        },
        {
            "name":"Business Objects/Bills/Ports",
            "description":"The operations from the Business Objects/Bills/Ports category."
        },
        {
            "name":"Business Objects/Bills/Protective Services",
            "description":"The operations from the Business Objects/Bills/Protective Services category."
        },
        {
            "name":"Business Objects/Bills/Reference Numbers",
            "description":"The operations from the Business Objects/Bills/Reference Numbers category."
        },
        {
            "name":"Business Objects/Bills/Remarks",
            "description":"The operations from the Business Objects/Bills/Remarks category."
        },
        {
            "name":"Business Objects/Bills/Routes",
            "description":"The operations from the Business Objects/Bills/Routes category."
        },
        {
            "name":"Business Objects/Bills/Shipments",
            "description":"The operations from the Business Objects/Bills/Shipments category."
        },
        {
            "name":"Business Objects/Bills/Shipments/Costs",
            "description":"The operations from the Business Objects/Bills/Shipments/Costs category."
        },
        {
            "name":"Business Objects/Bills/Statuses",
            "description":"The operations from the Business Objects/Bills/Statuses category."
        },
        {
            "name":"Business Objects/Bills/Stops",
            "description":"The operations from the Business Objects/Bills/Stops category."
        },
        {
            "name":"Business Objects/Bills/Stops/Reference Numbers",
            "description":"The operations from the Business Objects/Bills/Stops/Reference Numbers category."
        },
        {
            "name":"Business Objects/Bills/Stops/Seals",
            "description":"The operations from the Business Objects/Bills/Stops/Seals category."
        },
        {
            "name":"Business Objects/Bills/Summaries",
            "description":"The operations from the Business Objects/Bills/Summaries category."
        },
        {
            "name":"Business Objects/Bills/Summaries/Remarks",
            "description":"The operations from the Business Objects/Bills/Summaries/Remarks category."
        },
        {
            "name":"Business Objects/Bills/Summary Details",
            "description":"The operations from the Business Objects/Bills/Summary Details category."
        },
        {
            "name":"Business Objects/Bills/Supply Province VAT Regulations",
            "description":"The operations from the Business Objects/Bills/Supply Province VAT Regulations category."
        },
        {
            "name":"Business Objects/Bills/Texts",
            "description":"The operations from the Business Objects/Bills/Texts category."
        },
        {
            "name":"Business Objects/Bills/VAT Analyses",
            "description":"The operations from the Business Objects/Bills/VAT Analyses category."
        },
        {
            "name":"Business Objects/Calendars",
            "description":"The operations from the Business Objects/Calendars category."
        },
        {
            "name":"Business Objects/Calendars/Details",
            "description":"The operations from the Business Objects/Calendars/Details category."
        },
        {
            "name":"Business Objects/Campaigns",
            "description":"The operations from the Business Objects/Campaigns category."
        },
        {
            "name":"Business Objects/Campaigns/Documents",
            "description":"The operations from the Business Objects/Campaigns/Documents category."
        },
        {
            "name":"Business Objects/Campaigns/Involved Parties",
            "description":"The operations from the Business Objects/Campaigns/Involved Parties category."
        },
        {
            "name":"Business Objects/Campaigns/Lines",
            "description":"The operations from the Business Objects/Campaigns/Lines category."
        },
        {
            "name":"Business Objects/Campaigns/Lines/Involved Parties",
            "description":"The operations from the Business Objects/Campaigns/Lines/Involved Parties category."
        },
        {
            "name":"Business Objects/Campaigns/Lines/Notes",
            "description":"The operations from the Business Objects/Campaigns/Lines/Notes category."
        },
        {
            "name":"Business Objects/Campaigns/Lines/Reference Numbers",
            "description":"The operations from the Business Objects/Campaigns/Lines/Reference Numbers category."
        },
        {
            "name":"Business Objects/Campaigns/Lines/Remarks",
            "description":"The operations from the Business Objects/Campaigns/Lines/Remarks category."
        },
        {
            "name":"Business Objects/Campaigns/Lines/Required Documents",
            "description":"The operations from the Business Objects/Campaigns/Lines/Required Documents category."
        },
        {
            "name":"Business Objects/Campaigns/Lines/Required Documents/Documents",
            "description":"The operations from the Business Objects/Campaigns/Lines/Required Documents/Documents category."
        },
        {
            "name":"Business Objects/Campaigns/Lines/Required Documents/Reviewers",
            "description":"The operations from the Business Objects/Campaigns/Lines/Required Documents/Reviewers category."
        },
        {
            "name":"Business Objects/Campaigns/Lines/Required Documents/Statuses",
            "description":"The operations from the Business Objects/Campaigns/Lines/Required Documents/Statuses category."
        },
        {
            "name":"Business Objects/Campaigns/Lines/Required Documents/Subscribers",
            "description":"The operations from the Business Objects/Campaigns/Lines/Required Documents/Subscribers category."
        },
        {
            "name":"Business Objects/Campaigns/Lines/Required Documents/Texts",
            "description":"The operations from the Business Objects/Campaigns/Lines/Required Documents/Texts category."
        },
        {
            "name":"Business Objects/Campaigns/Lines/Statuses",
            "description":"The operations from the Business Objects/Campaigns/Lines/Statuses category."
        },
        {
            "name":"Business Objects/Campaigns/Lines/Values",
            "description":"The operations from the Business Objects/Campaigns/Lines/Values category."
        },
        {
            "name":"Business Objects/Campaigns/Reference Numbers",
            "description":"The operations from the Business Objects/Campaigns/Reference Numbers category."
        },
        {
            "name":"Business Objects/Campaigns/Remarks",
            "description":"The operations from the Business Objects/Campaigns/Remarks category."
        },
        {
            "name":"Business Objects/Campaigns/Statuses",
            "description":"The operations from the Business Objects/Campaigns/Statuses category."
        },
        {
            "name":"Business Objects/Consol Groups",
            "description":"The operations from the Business Objects/Consol Groups category."
        },
        {
            "name":"Business Objects/Consols",
            "description":"The operations from the Business Objects/Consols category."
        },
        {
            "name":"Business Objects/Consols/Reference Numbers",
            "description":"The operations from the Business Objects/Consols/Reference Numbers category."
        },
        {
            "name":"Business Objects/Consols/Remarks",
            "description":"The operations from the Business Objects/Consols/Remarks category."
        },
        {
            "name":"Business Objects/Consols/Statuses",
            "description":"The operations from the Business Objects/Consols/Statuses category."
        },
        {
            "name":"Business Objects/Contacts",
            "description":"The operations from the Business Objects/Contacts category."
        },
        {
            "name":"Business Objects/Contacts/Communication Methods",
            "description":"The operations from the Business Objects/Contacts/Communication Methods category."
        },
        {
            "name":"Business Objects/Contacts/Corporations",
            "description":"The operations from the Business Objects/Contacts/Corporations category."
        },
        {
            "name":"Business Objects/Contacts/Preferences",
            "description":"The operations from the Business Objects/Contacts/Preferences category."
        },
        {
            "name":"Business Objects/Contacts/Statuses",
            "description":"The operations from the Business Objects/Contacts/Statuses category."
        },
        {
            "name":"Business Objects/Corporations",
            "description":"The operations from the Business Objects/Corporations category."
        },
        {
            "name":"Business Objects/Corporations/Involved Parties",
            "description":"The operations from the Business Objects/Corporations/Involved Parties category."
        },
        {
            "name":"Business Objects/Corporations/VAT Provincial Registrations",
            "description":"The operations from the Business Objects/Corporations/VAT Provincial Registrations category."
        },
        {
            "name":"Business Objects/Corporations/VAT Registrations",
            "description":"The operations from the Business Objects/Corporations/VAT Registrations category."
        },
        {
            "name":"Business Objects/Currency Exchange Rates",
            "description":"The operations from the Business Objects/Currency Exchange Rates category."
        },
        {
            "name":"Business Objects/Customs Declarations",
            "description":"The operations from the Business Objects/Customs Declarations category."
        },
        {
            "name":"Business Objects/Customs Declarations No Trade Licenses",
            "description":"The operations from the Business Objects/Customs Declarations No Trade Licenses category."
        },
        {
            "name":"Business Objects/Customs Declarations No Trade Licenses/Documents",
            "description":"The operations from the Business Objects/Customs Declarations No Trade Licenses/Documents category."
        },
        {
            "name":"Business Objects/Customs Declarations No Trade Licenses/Involved Locations",
            "description":"The operations from the Business Objects/Customs Declarations No Trade Licenses/Involved Locations category."
        },
        {
            "name":"Business Objects/Customs Declarations No Trade Licenses/Involved Parties",
            "description":"The operations from the Business Objects/Customs Declarations No Trade Licenses/Involved Parties category."
        },
        {
            "name":"Business Objects/Customs Declarations No Trade Licenses/Lines",
            "description":"The operations from the Business Objects/Customs Declarations No Trade Licenses/Lines category."
        },
        {
            "name":"Business Objects/Customs Declarations No Trade Licenses/Lines/Additional Infos",
            "description":"The operations from the Business Objects/Customs Declarations No Trade Licenses/Lines/Additional Infos category."
        },
        {
            "name":"Business Objects/Customs Declarations No Trade Licenses/Lines/Base Amounts",
            "description":"The operations from the Business Objects/Customs Declarations No Trade Licenses/Lines/Base Amounts category."
        },
        {
            "name":"Business Objects/Customs Declarations No Trade Licenses/Lines/Control Screens",
            "description":"The operations from the Business Objects/Customs Declarations No Trade Licenses/Lines/Control Screens category."
        },
        {
            "name":"Business Objects/Customs Declarations No Trade Licenses/Lines/Gtm Trans Line Prod Docs",
            "description":"The operations from the Business Objects/Customs Declarations No Trade Licenses/Lines/Gtm Trans Line Prod Docs category."
        },
        {
            "name":"Business Objects/Customs Declarations No Trade Licenses/Lines/Involved Parties",
            "description":"The operations from the Business Objects/Customs Declarations No Trade Licenses/Lines/Involved Parties category."
        },
        {
            "name":"Business Objects/Customs Declarations No Trade Licenses/Lines/Licenses",
            "description":"The operations from the Business Objects/Customs Declarations No Trade Licenses/Lines/Licenses category."
        },
        {
            "name":"Business Objects/Customs Declarations No Trade Licenses/Lines/Line Codes",
            "description":"The operations from the Business Objects/Customs Declarations No Trade Licenses/Lines/Line Codes category."
        },
        {
            "name":"Business Objects/Customs Declarations No Trade Licenses/Lines/Line Dates",
            "description":"The operations from the Business Objects/Customs Declarations No Trade Licenses/Lines/Line Dates category."
        },
        {
            "name":"Business Objects/Customs Declarations No Trade Licenses/Lines/Notes",
            "description":"The operations from the Business Objects/Customs Declarations No Trade Licenses/Lines/Notes category."
        },
        {
            "name":"Business Objects/Customs Declarations No Trade Licenses/Lines/Other Controls",
            "description":"The operations from the Business Objects/Customs Declarations No Trade Licenses/Lines/Other Controls category."
        },
        {
            "name":"Business Objects/Customs Declarations No Trade Licenses/Lines/Party Screens",
            "description":"The operations from the Business Objects/Customs Declarations No Trade Licenses/Lines/Party Screens category."
        },
        {
            "name":"Business Objects/Customs Declarations No Trade Licenses/Lines/Percentage Values",
            "description":"The operations from the Business Objects/Customs Declarations No Trade Licenses/Lines/Percentage Values category."
        },
        {
            "name":"Business Objects/Customs Declarations No Trade Licenses/Lines/Product Classifications",
            "description":"The operations from the Business Objects/Customs Declarations No Trade Licenses/Lines/Product Classifications category."
        },
        {
            "name":"Business Objects/Customs Declarations No Trade Licenses/Lines/Quantities",
            "description":"The operations from the Business Objects/Customs Declarations No Trade Licenses/Lines/Quantities category."
        },
        {
            "name":"Business Objects/Customs Declarations No Trade Licenses/Lines/References",
            "description":"The operations from the Business Objects/Customs Declarations No Trade Licenses/Lines/References category."
        },
        {
            "name":"Business Objects/Customs Declarations No Trade Licenses/Lines/Refnums",
            "description":"The operations from the Business Objects/Customs Declarations No Trade Licenses/Lines/Refnums category."
        },
        {
            "name":"Business Objects/Customs Declarations No Trade Licenses/Lines/Remarks",
            "description":"The operations from the Business Objects/Customs Declarations No Trade Licenses/Lines/Remarks category."
        },
        {
            "name":"Business Objects/Customs Declarations No Trade Licenses/Lines/Report Quantities",
            "description":"The operations from the Business Objects/Customs Declarations No Trade Licenses/Lines/Report Quantities category."
        },
        {
            "name":"Business Objects/Customs Declarations No Trade Licenses/Lines/Reportings",
            "description":"The operations from the Business Objects/Customs Declarations No Trade Licenses/Lines/Reportings category."
        },
        {
            "name":"Business Objects/Customs Declarations No Trade Licenses/Lines/Reqd Classifications",
            "description":"The operations from the Business Objects/Customs Declarations No Trade Licenses/Lines/Reqd Classifications category."
        },
        {
            "name":"Business Objects/Customs Declarations No Trade Licenses/Lines/Reqdoc Links",
            "description":"The operations from the Business Objects/Customs Declarations No Trade Licenses/Lines/Reqdoc Links category."
        },
        {
            "name":"Business Objects/Customs Declarations No Trade Licenses/Lines/Sanctions",
            "description":"The operations from the Business Objects/Customs Declarations No Trade Licenses/Lines/Sanctions category."
        },
        {
            "name":"Business Objects/Customs Declarations No Trade Licenses/Lines/Statuses",
            "description":"The operations from the Business Objects/Customs Declarations No Trade Licenses/Lines/Statuses category."
        },
        {
            "name":"Business Objects/Customs Declarations No Trade Licenses/Lines/Text Links",
            "description":"The operations from the Business Objects/Customs Declarations No Trade Licenses/Lines/Text Links category."
        },
        {
            "name":"Business Objects/Customs Declarations No Trade Licenses/Lines/Values",
            "description":"The operations from the Business Objects/Customs Declarations No Trade Licenses/Lines/Values category."
        },
        {
            "name":"Business Objects/Customs Declarations No Trade Licenses/Lines/Values/Value Details",
            "description":"The operations from the Business Objects/Customs Declarations No Trade Licenses/Lines/Values/Value Details category."
        },
        {
            "name":"Business Objects/Customs Declarations No Trade Licenses/Policies",
            "description":"The operations from the Business Objects/Customs Declarations No Trade Licenses/Policies category."
        },
        {
            "name":"Business Objects/Customs Declarations No Trade Licenses/Ports",
            "description":"The operations from the Business Objects/Customs Declarations No Trade Licenses/Ports category."
        },
        {
            "name":"Business Objects/Customs Declarations No Trade Licenses/Refnums",
            "description":"The operations from the Business Objects/Customs Declarations No Trade Licenses/Refnums category."
        },
        {
            "name":"Business Objects/Customs Declarations No Trade Licenses/Remarks",
            "description":"The operations from the Business Objects/Customs Declarations No Trade Licenses/Remarks category."
        },
        {
            "name":"Business Objects/Customs Declarations No Trade Licenses/Reqdocs",
            "description":"The operations from the Business Objects/Customs Declarations No Trade Licenses/Reqdocs category."
        },
        {
            "name":"Business Objects/Customs Declarations No Trade Licenses/Reqdocs/Docs",
            "description":"The operations from the Business Objects/Customs Declarations No Trade Licenses/Reqdocs/Docs category."
        },
        {
            "name":"Business Objects/Customs Declarations No Trade Licenses/Reqdocs/Docs/Reviews",
            "description":"The operations from the Business Objects/Customs Declarations No Trade Licenses/Reqdocs/Docs/Reviews category."
        },
        {
            "name":"Business Objects/Customs Declarations No Trade Licenses/Reqdocs/Reviewers",
            "description":"The operations from the Business Objects/Customs Declarations No Trade Licenses/Reqdocs/Reviewers category."
        },
        {
            "name":"Business Objects/Customs Declarations No Trade Licenses/Reqdocs/Statuses",
            "description":"The operations from the Business Objects/Customs Declarations No Trade Licenses/Reqdocs/Statuses category."
        },
        {
            "name":"Business Objects/Customs Declarations No Trade Licenses/Reqdocs/Subscribers",
            "description":"The operations from the Business Objects/Customs Declarations No Trade Licenses/Reqdocs/Subscribers category."
        },
        {
            "name":"Business Objects/Customs Declarations No Trade Licenses/Reqdocs/Texts",
            "description":"The operations from the Business Objects/Customs Declarations No Trade Licenses/Reqdocs/Texts category."
        },
        {
            "name":"Business Objects/Customs Declarations No Trade Licenses/Reqdocs/Texts/Text Links",
            "description":"The operations from the Business Objects/Customs Declarations No Trade Licenses/Reqdocs/Texts/Text Links category."
        },
        {
            "name":"Business Objects/Customs Declarations No Trade Licenses/Statuses",
            "description":"The operations from the Business Objects/Customs Declarations No Trade Licenses/Statuses category."
        },
        {
            "name":"Business Objects/Customs Declarations No Trade Licenses/Transaction Codes",
            "description":"The operations from the Business Objects/Customs Declarations No Trade Licenses/Transaction Codes category."
        },
        {
            "name":"Business Objects/Customs Declarations No Trade Licenses/Transaction Dates",
            "description":"The operations from the Business Objects/Customs Declarations No Trade Licenses/Transaction Dates category."
        },
        {
            "name":"Business Objects/Customs Declarations No Trade Licenses/Transaction Quantities",
            "description":"The operations from the Business Objects/Customs Declarations No Trade Licenses/Transaction Quantities category."
        },
        {
            "name":"Business Objects/Customs Declarations No Trade Licenses/Transaction Values",
            "description":"The operations from the Business Objects/Customs Declarations No Trade Licenses/Transaction Values category."
        },
        {
            "name":"Business Objects/Customs Declarations/Documents",
            "description":"The operations from the Business Objects/Customs Declarations/Documents category."
        },
        {
            "name":"Business Objects/Customs Declarations/Involved Locations",
            "description":"The operations from the Business Objects/Customs Declarations/Involved Locations category."
        },
        {
            "name":"Business Objects/Customs Declarations/Involved Parties",
            "description":"The operations from the Business Objects/Customs Declarations/Involved Parties category."
        },
        {
            "name":"Business Objects/Customs Declarations/Lines",
            "description":"The operations from the Business Objects/Customs Declarations/Lines category."
        },
        {
            "name":"Business Objects/Customs Declarations/Lines/Additional Information",
            "description":"The operations from the Business Objects/Customs Declarations/Lines/Additional Information category."
        },
        {
            "name":"Business Objects/Customs Declarations/Lines/Base Amounts",
            "description":"The operations from the Business Objects/Customs Declarations/Lines/Base Amounts category."
        },
        {
            "name":"Business Objects/Customs Declarations/Lines/Control Screens",
            "description":"The operations from the Business Objects/Customs Declarations/Lines/Control Screens category."
        },
        {
            "name":"Business Objects/Customs Declarations/Lines/GTM Transaction Line Documents",
            "description":"The operations from the Business Objects/Customs Declarations/Lines/GTM Transaction Line Documents category."
        },
        {
            "name":"Business Objects/Customs Declarations/Lines/Involved Parties",
            "description":"The operations from the Business Objects/Customs Declarations/Lines/Involved Parties category."
        },
        {
            "name":"Business Objects/Customs Declarations/Lines/Licenses",
            "description":"The operations from the Business Objects/Customs Declarations/Lines/Licenses category."
        },
        {
            "name":"Business Objects/Customs Declarations/Lines/Licenses/Trade Licenses",
            "description":"The operations from the Business Objects/Customs Declarations/Lines/Licenses/Trade Licenses category."
        },
        {
            "name":"Business Objects/Customs Declarations/Lines/Line Codes",
            "description":"The operations from the Business Objects/Customs Declarations/Lines/Line Codes category."
        },
        {
            "name":"Business Objects/Customs Declarations/Lines/Line Dates",
            "description":"The operations from the Business Objects/Customs Declarations/Lines/Line Dates category."
        },
        {
            "name":"Business Objects/Customs Declarations/Lines/Notes",
            "description":"The operations from the Business Objects/Customs Declarations/Lines/Notes category."
        },
        {
            "name":"Business Objects/Customs Declarations/Lines/Other Controls",
            "description":"The operations from the Business Objects/Customs Declarations/Lines/Other Controls category."
        },
        {
            "name":"Business Objects/Customs Declarations/Lines/Party Screens",
            "description":"The operations from the Business Objects/Customs Declarations/Lines/Party Screens category."
        },
        {
            "name":"Business Objects/Customs Declarations/Lines/Percentage Values",
            "description":"The operations from the Business Objects/Customs Declarations/Lines/Percentage Values category."
        },
        {
            "name":"Business Objects/Customs Declarations/Lines/Product Classifications",
            "description":"The operations from the Business Objects/Customs Declarations/Lines/Product Classifications category."
        },
        {
            "name":"Business Objects/Customs Declarations/Lines/Quantities",
            "description":"The operations from the Business Objects/Customs Declarations/Lines/Quantities category."
        },
        {
            "name":"Business Objects/Customs Declarations/Lines/Reference Numbers",
            "description":"The operations from the Business Objects/Customs Declarations/Lines/Reference Numbers category."
        },
        {
            "name":"Business Objects/Customs Declarations/Lines/References",
            "description":"The operations from the Business Objects/Customs Declarations/Lines/References category."
        },
        {
            "name":"Business Objects/Customs Declarations/Lines/Remarks",
            "description":"The operations from the Business Objects/Customs Declarations/Lines/Remarks category."
        },
        {
            "name":"Business Objects/Customs Declarations/Lines/Report Quantities",
            "description":"The operations from the Business Objects/Customs Declarations/Lines/Report Quantities category."
        },
        {
            "name":"Business Objects/Customs Declarations/Lines/Reportings",
            "description":"The operations from the Business Objects/Customs Declarations/Lines/Reportings category."
        },
        {
            "name":"Business Objects/Customs Declarations/Lines/Required Classifications",
            "description":"The operations from the Business Objects/Customs Declarations/Lines/Required Classifications category."
        },
        {
            "name":"Business Objects/Customs Declarations/Lines/Required Document Links",
            "description":"The operations from the Business Objects/Customs Declarations/Lines/Required Document Links category."
        },
        {
            "name":"Business Objects/Customs Declarations/Lines/Sanctions",
            "description":"The operations from the Business Objects/Customs Declarations/Lines/Sanctions category."
        },
        {
            "name":"Business Objects/Customs Declarations/Lines/Statuses",
            "description":"The operations from the Business Objects/Customs Declarations/Lines/Statuses category."
        },
        {
            "name":"Business Objects/Customs Declarations/Lines/Text Links",
            "description":"The operations from the Business Objects/Customs Declarations/Lines/Text Links category."
        },
        {
            "name":"Business Objects/Customs Declarations/Lines/Values",
            "description":"The operations from the Business Objects/Customs Declarations/Lines/Values category."
        },
        {
            "name":"Business Objects/Customs Declarations/Lines/Values/Value Details",
            "description":"The operations from the Business Objects/Customs Declarations/Lines/Values/Value Details category."
        },
        {
            "name":"Business Objects/Customs Declarations/Policies",
            "description":"The operations from the Business Objects/Customs Declarations/Policies category."
        },
        {
            "name":"Business Objects/Customs Declarations/Ports",
            "description":"The operations from the Business Objects/Customs Declarations/Ports category."
        },
        {
            "name":"Business Objects/Customs Declarations/Reference Numbers",
            "description":"The operations from the Business Objects/Customs Declarations/Reference Numbers category."
        },
        {
            "name":"Business Objects/Customs Declarations/Remarks",
            "description":"The operations from the Business Objects/Customs Declarations/Remarks category."
        },
        {
            "name":"Business Objects/Customs Declarations/Required Documents",
            "description":"The operations from the Business Objects/Customs Declarations/Required Documents category."
        },
        {
            "name":"Business Objects/Customs Declarations/Required Documents/Documents",
            "description":"The operations from the Business Objects/Customs Declarations/Required Documents/Documents category."
        },
        {
            "name":"Business Objects/Customs Declarations/Required Documents/Documents/Reviews",
            "description":"The operations from the Business Objects/Customs Declarations/Required Documents/Documents/Reviews category."
        },
        {
            "name":"Business Objects/Customs Declarations/Required Documents/Reviewers",
            "description":"The operations from the Business Objects/Customs Declarations/Required Documents/Reviewers category."
        },
        {
            "name":"Business Objects/Customs Declarations/Required Documents/Statuses",
            "description":"The operations from the Business Objects/Customs Declarations/Required Documents/Statuses category."
        },
        {
            "name":"Business Objects/Customs Declarations/Required Documents/Subscribers",
            "description":"The operations from the Business Objects/Customs Declarations/Required Documents/Subscribers category."
        },
        {
            "name":"Business Objects/Customs Declarations/Required Documents/Texts",
            "description":"The operations from the Business Objects/Customs Declarations/Required Documents/Texts category."
        },
        {
            "name":"Business Objects/Customs Declarations/Required Documents/Texts/Text Links",
            "description":"The operations from the Business Objects/Customs Declarations/Required Documents/Texts/Text Links category."
        },
        {
            "name":"Business Objects/Customs Declarations/Statuses",
            "description":"The operations from the Business Objects/Customs Declarations/Statuses category."
        },
        {
            "name":"Business Objects/Customs Declarations/Transaction Codes",
            "description":"The operations from the Business Objects/Customs Declarations/Transaction Codes category."
        },
        {
            "name":"Business Objects/Customs Declarations/Transaction Dates",
            "description":"The operations from the Business Objects/Customs Declarations/Transaction Dates category."
        },
        {
            "name":"Business Objects/Customs Declarations/Transaction Quantities",
            "description":"The operations from the Business Objects/Customs Declarations/Transaction Quantities category."
        },
        {
            "name":"Business Objects/Customs Declarations/Transaction Values",
            "description":"The operations from the Business Objects/Customs Declarations/Transaction Values category."
        },
        {
            "name":"Business Objects/Damage Claims",
            "description":"The operations from the Business Objects/Damage Claims category."
        },
        {
            "name":"Business Objects/Damage Claims/Costs",
            "description":"The operations from the Business Objects/Damage Claims/Costs category."
        },
        {
            "name":"Business Objects/Damage Claims/Documents",
            "description":"The operations from the Business Objects/Damage Claims/Documents category."
        },
        {
            "name":"Business Objects/Damage Claims/Involved Parties",
            "description":"The operations from the Business Objects/Damage Claims/Involved Parties category."
        },
        {
            "name":"Business Objects/Damage Claims/Line Items",
            "description":"The operations from the Business Objects/Damage Claims/Line Items category."
        },
        {
            "name":"Business Objects/Damage Claims/Line Items/Costs",
            "description":"The operations from the Business Objects/Damage Claims/Line Items/Costs category."
        },
        {
            "name":"Business Objects/Damage Claims/Line Items/Reference Numbers",
            "description":"The operations from the Business Objects/Damage Claims/Line Items/Reference Numbers category."
        },
        {
            "name":"Business Objects/Damage Claims/Notes",
            "description":"The operations from the Business Objects/Damage Claims/Notes category."
        },
        {
            "name":"Business Objects/Damage Claims/Reference Numbers",
            "description":"The operations from the Business Objects/Damage Claims/Reference Numbers category."
        },
        {
            "name":"Business Objects/Damage Claims/Remarks",
            "description":"The operations from the Business Objects/Damage Claims/Remarks category."
        },
        {
            "name":"Business Objects/Damage Claims/Statuses",
            "description":"The operations from the Business Objects/Damage Claims/Statuses category."
        },
        {
            "name":"Business Objects/Documents",
            "description":"The operations from the Business Objects/Documents category."
        },
        {
            "name":"Business Objects/Documents/CMS Parameters",
            "description":"The operations from the Business Objects/Documents/CMS Parameters category."
        },
        {
            "name":"Business Objects/Documents/Contents",
            "description":"The operations from the Business Objects/Documents/Contents category."
        },
        {
            "name":"Business Objects/Documents/Contexts",
            "description":"The operations from the Business Objects/Documents/Contexts category."
        },
        {
            "name":"Business Objects/Documents/Statuses",
            "description":"The operations from the Business Objects/Documents/Statuses category."
        },
        {
            "name":"Business Objects/Drivers",
            "description":"The operations from the Business Objects/Drivers category."
        },
        {
            "name":"Business Objects/Drivers/Assignments",
            "description":"The operations from the Business Objects/Drivers/Assignments category."
        },
        {
            "name":"Business Objects/Drivers/Calendar Events",
            "description":"The operations from the Business Objects/Drivers/Calendar Events category."
        },
        {
            "name":"Business Objects/Drivers/Calendars",
            "description":"The operations from the Business Objects/Drivers/Calendars category."
        },
        {
            "name":"Business Objects/Drivers/Documents",
            "description":"The operations from the Business Objects/Drivers/Documents category."
        },
        {
            "name":"Business Objects/Drivers/Driver Commercial Drivers Licenses",
            "description":"The operations from the Business Objects/Drivers/Driver Commercial Drivers Licenses category."
        },
        {
            "name":"Business Objects/Drivers/Involved Parties",
            "description":"The operations from the Business Objects/Drivers/Involved Parties category."
        },
        {
            "name":"Business Objects/Drivers/Power Units",
            "description":"The operations from the Business Objects/Drivers/Power Units category."
        },
        {
            "name":"Business Objects/Drivers/Reference Numbers",
            "description":"The operations from the Business Objects/Drivers/Reference Numbers category."
        },
        {
            "name":"Business Objects/Drivers/Remarks",
            "description":"The operations from the Business Objects/Drivers/Remarks category."
        },
        {
            "name":"Business Objects/Drivers/Special Services",
            "description":"The operations from the Business Objects/Drivers/Special Services category."
        },
        {
            "name":"Business Objects/Drivers/Statuses",
            "description":"The operations from the Business Objects/Drivers/Statuses category."
        },
        {
            "name":"Business Objects/Drivers/Texts",
            "description":"The operations from the Business Objects/Drivers/Texts category."
        },
        {
            "name":"Business Objects/Drivers/Tracking Events",
            "description":"The operations from the Business Objects/Drivers/Tracking Events category."
        },
        {
            "name":"Business Objects/Emission Activities",
            "description":"The operations from the Business Objects/Emission Activities category."
        },
        {
            "name":"Business Objects/Emission Activities/Activity Emissions",
            "description":"The operations from the Business Objects/Emission Activities/Activity Emissions category."
        },
        {
            "name":"Business Objects/Emission Activities/Emission Activity Details",
            "description":"The operations from the Business Objects/Emission Activities/Emission Activity Details category."
        },
        {
            "name":"Business Objects/Emission Activities/Emission Activity Details/Activity Detail Emissions",
            "description":"The operations from the Business Objects/Emission Activities/Emission Activity Details/Activity Detail Emissions category."
        },
        {
            "name":"Business Objects/Emission Activities/Emission Activity Remarks",
            "description":"The operations from the Business Objects/Emission Activities/Emission Activity Remarks category."
        },
        {
            "name":"Business Objects/Emission Rules",
            "description":"The operations from the Business Objects/Emission Rules category."
        },
        {
            "name":"Business Objects/Emission Rules/Emission Factors",
            "description":"The operations from the Business Objects/Emission Rules/Emission Factors category."
        },
        {
            "name":"Business Objects/Equipment",
            "description":"The operations from the Business Objects/Equipment category."
        },
        {
            "name":"Business Objects/Equipment Groups",
            "description":"The operations from the Business Objects/Equipment Groups category."
        },
        {
            "name":"Business Objects/Equipment Groups/Axle Loading Weights",
            "description":"The operations from the Business Objects/Equipment Groups/Axle Loading Weights category."
        },
        {
            "name":"Business Objects/Equipment Groups/Compartments",
            "description":"The operations from the Business Objects/Equipment Groups/Compartments category."
        },
        {
            "name":"Business Objects/Equipment Groups/Compartments/Packaged Items",
            "description":"The operations from the Business Objects/Equipment Groups/Compartments/Packaged Items category."
        },
        {
            "name":"Business Objects/Equipment Groups/Equipment Reference Units",
            "description":"The operations from the Business Objects/Equipment Groups/Equipment Reference Units category."
        },
        {
            "name":"Business Objects/Equipment Groups/Equipment Types",
            "description":"The operations from the Business Objects/Equipment Groups/Equipment Types category."
        },
        {
            "name":"Business Objects/Equipment Groups/Obstructions",
            "description":"The operations from the Business Objects/Equipment Groups/Obstructions category."
        },
        {
            "name":"Business Objects/Equipment Groups/Packaged Items",
            "description":"The operations from the Business Objects/Equipment Groups/Packaged Items category."
        },
        {
            "name":"Business Objects/Equipment Groups/Ship Unit Specification Compatibilities",
            "description":"The operations from the Business Objects/Equipment Groups/Ship Unit Specification Compatibilities category."
        },
        {
            "name":"Business Objects/Equipment Groups/Vehicle Type Compatibilities",
            "description":"The operations from the Business Objects/Equipment Groups/Vehicle Type Compatibilities category."
        },
        {
            "name":"Business Objects/Equipment Types",
            "description":"The operations from the Business Objects/Equipment Types category."
        },
        {
            "name":"Business Objects/Equipment Types/Equipment Groups",
            "description":"The operations from the Business Objects/Equipment Types/Equipment Groups category."
        },
        {
            "name":"Business Objects/Equipment Types/Remarks",
            "description":"The operations from the Business Objects/Equipment Types/Remarks category."
        },
        {
            "name":"Business Objects/Equipment Types/Special Services",
            "description":"The operations from the Business Objects/Equipment Types/Special Services category."
        },
        {
            "name":"Business Objects/Equipment/Documents",
            "description":"The operations from the Business Objects/Equipment/Documents category."
        },
        {
            "name":"Business Objects/Equipment/Reference Numbers",
            "description":"The operations from the Business Objects/Equipment/Reference Numbers category."
        },
        {
            "name":"Business Objects/Equipment/Remarks",
            "description":"The operations from the Business Objects/Equipment/Remarks category."
        },
        {
            "name":"Business Objects/Equipment/Special Services",
            "description":"The operations from the Business Objects/Equipment/Special Services category."
        },
        {
            "name":"Business Objects/Equipment/Statuses",
            "description":"The operations from the Business Objects/Equipment/Statuses category."
        },
        {
            "name":"Business Objects/Equipment/Texts",
            "description":"The operations from the Business Objects/Equipment/Texts category."
        },
        {
            "name":"Business Objects/Equipment/Tracking Events",
            "description":"The operations from the Business Objects/Equipment/Tracking Events category."
        },
        {
            "name":"Business Objects/Exchange Rates",
            "description":"The operations from the Business Objects/Exchange Rates category."
        },
        {
            "name":"Business Objects/Exchange Rates/Exchange Rate by Dates",
            "description":"The operations from the Business Objects/Exchange Rates/Exchange Rate by Dates category."
        },
        {
            "name":"Business Objects/Exchange Rates/Exchange Rate by Dates/Currency Exchange Rates",
            "description":"The operations from the Business Objects/Exchange Rates/Exchange Rate by Dates/Currency Exchange Rates category."
        },
        {
            "name":"Business Objects/Gtm Physical Inv Movements",
            "description":"The operations from the Business Objects/Gtm Physical Inv Movements category."
        },
        {
            "name":"Business Objects/Gtm Physical Inv Movements/Values",
            "description":"The operations from the Business Objects/Gtm Physical Inv Movements/Values category."
        },
        {
            "name":"Business Objects/Gtm Physical Inventorys",
            "description":"The operations from the Business Objects/Gtm Physical Inventorys category."
        },
        {
            "name":"Business Objects/Gtm Physical Inventorys/Values",
            "description":"The operations from the Business Objects/Gtm Physical Inventorys/Values category."
        },
        {
            "name":"Business Objects/Invoices",
            "description":"The operations from the Business Objects/Invoices category."
        },
        {
            "name":"Business Objects/Invoices/Documents",
            "description":"The operations from the Business Objects/Invoices/Documents category."
        },
        {
            "name":"Business Objects/Invoices/Equipment Details",
            "description":"The operations from the Business Objects/Invoices/Equipment Details category."
        },
        {
            "name":"Business Objects/Invoices/Equipment Details/Seals",
            "description":"The operations from the Business Objects/Invoices/Equipment Details/Seals category."
        },
        {
            "name":"Business Objects/Invoices/Involved Parties",
            "description":"The operations from the Business Objects/Invoices/Involved Parties category."
        },
        {
            "name":"Business Objects/Invoices/Line Items",
            "description":"The operations from the Business Objects/Invoices/Line Items category."
        },
        {
            "name":"Business Objects/Invoices/Line Items/Commercial Data",
            "description":"The operations from the Business Objects/Invoices/Line Items/Commercial Data category."
        },
        {
            "name":"Business Objects/Invoices/Line Items/Cost References",
            "description":"The operations from the Business Objects/Invoices/Line Items/Cost References category."
        },
        {
            "name":"Business Objects/Invoices/Line Items/Reference Numbers",
            "description":"The operations from the Business Objects/Invoices/Line Items/Reference Numbers category."
        },
        {
            "name":"Business Objects/Invoices/Line Items/Remarks",
            "description":"The operations from the Business Objects/Invoices/Line Items/Remarks category."
        },
        {
            "name":"Business Objects/Invoices/Line Items/VATs",
            "description":"The operations from the Business Objects/Invoices/Line Items/VATs category."
        },
        {
            "name":"Business Objects/Invoices/Line Items/VATs/Cost References",
            "description":"The operations from the Business Objects/Invoices/Line Items/VATs/Cost References category."
        },
        {
            "name":"Business Objects/Invoices/Line Items/Vouchers",
            "description":"The operations from the Business Objects/Invoices/Line Items/Vouchers category."
        },
        {
            "name":"Business Objects/Invoices/Notes",
            "description":"The operations from the Business Objects/Invoices/Notes category."
        },
        {
            "name":"Business Objects/Invoices/Ports",
            "description":"The operations from the Business Objects/Invoices/Ports category."
        },
        {
            "name":"Business Objects/Invoices/Protective Services",
            "description":"The operations from the Business Objects/Invoices/Protective Services category."
        },
        {
            "name":"Business Objects/Invoices/Reference Numbers",
            "description":"The operations from the Business Objects/Invoices/Reference Numbers category."
        },
        {
            "name":"Business Objects/Invoices/Remarks",
            "description":"The operations from the Business Objects/Invoices/Remarks category."
        },
        {
            "name":"Business Objects/Invoices/Routes",
            "description":"The operations from the Business Objects/Invoices/Routes category."
        },
        {
            "name":"Business Objects/Invoices/Shipments",
            "description":"The operations from the Business Objects/Invoices/Shipments category."
        },
        {
            "name":"Business Objects/Invoices/Statuses",
            "description":"The operations from the Business Objects/Invoices/Statuses category."
        },
        {
            "name":"Business Objects/Invoices/Stops",
            "description":"The operations from the Business Objects/Invoices/Stops category."
        },
        {
            "name":"Business Objects/Invoices/Stops/Reference Numbers",
            "description":"The operations from the Business Objects/Invoices/Stops/Reference Numbers category."
        },
        {
            "name":"Business Objects/Invoices/Stops/Seals",
            "description":"The operations from the Business Objects/Invoices/Stops/Seals category."
        },
        {
            "name":"Business Objects/Invoices/Summaries",
            "description":"The operations from the Business Objects/Invoices/Summaries category."
        },
        {
            "name":"Business Objects/Invoices/Summaries/Remarks",
            "description":"The operations from the Business Objects/Invoices/Summaries/Remarks category."
        },
        {
            "name":"Business Objects/Invoices/Summary Details",
            "description":"The operations from the Business Objects/Invoices/Summary Details category."
        },
        {
            "name":"Business Objects/Invoices/Supply Province VAT Regulations",
            "description":"The operations from the Business Objects/Invoices/Supply Province VAT Regulations category."
        },
        {
            "name":"Business Objects/Invoices/Texts",
            "description":"The operations from the Business Objects/Invoices/Texts category."
        },
        {
            "name":"Business Objects/Invoices/VAT Analyses",
            "description":"The operations from the Business Objects/Invoices/VAT Analyses category."
        },
        {
            "name":"Business Objects/Item Structures",
            "description":"The operations from the Business Objects/Item Structures category."
        },
        {
            "name":"Business Objects/Item Structures/Components",
            "description":"The operations from the Business Objects/Item Structures/Components category."
        },
        {
            "name":"Business Objects/Item Structures/Components/Percentage Values",
            "description":"The operations from the Business Objects/Item Structures/Components/Percentage Values category."
        },
        {
            "name":"Business Objects/Item Structures/Components/Quantities",
            "description":"The operations from the Business Objects/Item Structures/Components/Quantities category."
        },
        {
            "name":"Business Objects/Item Structures/Components/Reference Numbers",
            "description":"The operations from the Business Objects/Item Structures/Components/Reference Numbers category."
        },
        {
            "name":"Business Objects/Item Structures/Components/Remarks",
            "description":"The operations from the Business Objects/Item Structures/Components/Remarks category."
        },
        {
            "name":"Business Objects/Item Structures/Components/Values",
            "description":"The operations from the Business Objects/Item Structures/Components/Values category."
        },
        {
            "name":"Business Objects/Item Structures/Involved Parties",
            "description":"The operations from the Business Objects/Item Structures/Involved Parties category."
        },
        {
            "name":"Business Objects/Item Structures/Reference Numbers",
            "description":"The operations from the Business Objects/Item Structures/Reference Numbers category."
        },
        {
            "name":"Business Objects/Item Structures/Remarks",
            "description":"The operations from the Business Objects/Item Structures/Remarks category."
        },
        {
            "name":"Business Objects/Item Structures/User Defined Codes",
            "description":"The operations from the Business Objects/Item Structures/User Defined Codes category."
        },
        {
            "name":"Business Objects/Item Structures/Values",
            "description":"The operations from the Business Objects/Item Structures/Values category."
        },
        {
            "name":"Business Objects/Items",
            "description":"The operations from the Business Objects/Items category."
        },
        {
            "name":"Business Objects/Items With Prod Class Code Gid",
            "description":"The operations from the Business Objects/Items With Prod Class Code Gid category."
        },
        {
            "name":"Business Objects/Items With Prod Class Code Gid/Accessorials",
            "description":"The operations from the Business Objects/Items With Prod Class Code Gid/Accessorials category."
        },
        {
            "name":"Business Objects/Items With Prod Class Code Gid/Boms",
            "description":"The operations from the Business Objects/Items With Prod Class Code Gid/Boms category."
        },
        {
            "name":"Business Objects/Items With Prod Class Code Gid/Classifications",
            "description":"The operations from the Business Objects/Items With Prod Class Code Gid/Classifications category."
        },
        {
            "name":"Business Objects/Items With Prod Class Code Gid/Classifications/Code Attributes",
            "description":"The operations from the Business Objects/Items With Prod Class Code Gid/Classifications/Code Attributes category."
        },
        {
            "name":"Business Objects/Items With Prod Class Code Gid/Classifications/Refnums",
            "description":"The operations from the Business Objects/Items With Prod Class Code Gid/Classifications/Refnums category."
        },
        {
            "name":"Business Objects/Items With Prod Class Code Gid/Classifications/Remarks",
            "description":"The operations from the Business Objects/Items With Prod Class Code Gid/Classifications/Remarks category."
        },
        {
            "name":"Business Objects/Items With Prod Class Code Gid/Country Of Origins",
            "description":"The operations from the Business Objects/Items With Prod Class Code Gid/Country Of Origins category."
        },
        {
            "name":"Business Objects/Items With Prod Class Code Gid/Descriptions",
            "description":"The operations from the Business Objects/Items With Prod Class Code Gid/Descriptions category."
        },
        {
            "name":"Business Objects/Items With Prod Class Code Gid/Documents",
            "description":"The operations from the Business Objects/Items With Prod Class Code Gid/Documents category."
        },
        {
            "name":"Business Objects/Items With Prod Class Code Gid/Features",
            "description":"The operations from the Business Objects/Items With Prod Class Code Gid/Features category."
        },
        {
            "name":"Business Objects/Items With Prod Class Code Gid/Item Origins",
            "description":"The operations from the Business Objects/Items With Prod Class Code Gid/Item Origins category."
        },
        {
            "name":"Business Objects/Items With Prod Class Code Gid/Item Origins/Qualifications",
            "description":"The operations from the Business Objects/Items With Prod Class Code Gid/Item Origins/Qualifications category."
        },
        {
            "name":"Business Objects/Items With Prod Class Code Gid/Item Origins/Qualifications/Conditions",
            "description":"The operations from the Business Objects/Items With Prod Class Code Gid/Item Origins/Qualifications/Conditions category."
        },
        {
            "name":"Business Objects/Items With Prod Class Code Gid/Item Origins/Qualifications/Refnums",
            "description":"The operations from the Business Objects/Items With Prod Class Code Gid/Item Origins/Qualifications/Refnums category."
        },
        {
            "name":"Business Objects/Items With Prod Class Code Gid/Item Origins/Qualifications/Remarks",
            "description":"The operations from the Business Objects/Items With Prod Class Code Gid/Item Origins/Qualifications/Remarks category."
        },
        {
            "name":"Business Objects/Items With Prod Class Code Gid/Item Origins/Qualifications/Reqdocs",
            "description":"The operations from the Business Objects/Items With Prod Class Code Gid/Item Origins/Qualifications/Reqdocs category."
        },
        {
            "name":"Business Objects/Items With Prod Class Code Gid/Item Origins/Qualifications/Reqdocs/Docs",
            "description":"The operations from the Business Objects/Items With Prod Class Code Gid/Item Origins/Qualifications/Reqdocs/Docs category."
        },
        {
            "name":"Business Objects/Items With Prod Class Code Gid/Item Origins/Qualifications/Reqdocs/Docs/Reviewers",
            "description":"The operations from the Business Objects/Items With Prod Class Code Gid/Item Origins/Qualifications/Reqdocs/Docs/Reviewers category."
        },
        {
            "name":"Business Objects/Items With Prod Class Code Gid/Item Origins/Qualifications/Reqdocs/Reviewers",
            "description":"The operations from the Business Objects/Items With Prod Class Code Gid/Item Origins/Qualifications/Reqdocs/Reviewers category."
        },
        {
            "name":"Business Objects/Items With Prod Class Code Gid/Item Origins/Qualifications/Reqdocs/Statuses",
            "description":"The operations from the Business Objects/Items With Prod Class Code Gid/Item Origins/Qualifications/Reqdocs/Statuses category."
        },
        {
            "name":"Business Objects/Items With Prod Class Code Gid/Item Origins/Qualifications/Values",
            "description":"The operations from the Business Objects/Items With Prod Class Code Gid/Item Origins/Qualifications/Values category."
        },
        {
            "name":"Business Objects/Items With Prod Class Code Gid/Item Origins/Values",
            "description":"The operations from the Business Objects/Items With Prod Class Code Gid/Item Origins/Values category."
        },
        {
            "name":"Business Objects/Items With Prod Class Code Gid/Item Value Sets",
            "description":"The operations from the Business Objects/Items With Prod Class Code Gid/Item Value Sets category."
        },
        {
            "name":"Business Objects/Items With Prod Class Code Gid/Item Value Sets/Item Values",
            "description":"The operations from the Business Objects/Items With Prod Class Code Gid/Item Value Sets/Item Values category."
        },
        {
            "name":"Business Objects/Items With Prod Class Code Gid/Packaged Items",
            "description":"The operations from the Business Objects/Items With Prod Class Code Gid/Packaged Items category."
        },
        {
            "name":"Business Objects/Items With Prod Class Code Gid/Packaged Items/Equipment Ref Units",
            "description":"The operations from the Business Objects/Items With Prod Class Code Gid/Packaged Items/Equipment Ref Units category."
        },
        {
            "name":"Business Objects/Items With Prod Class Code Gid/Packaged Items/Package Ref Units",
            "description":"The operations from the Business Objects/Items With Prod Class Code Gid/Packaged Items/Package Ref Units category."
        },
        {
            "name":"Business Objects/Items With Prod Class Code Gid/Packaged Items/Pru Usages",
            "description":"The operations from the Business Objects/Items With Prod Class Code Gid/Packaged Items/Pru Usages category."
        },
        {
            "name":"Business Objects/Items With Prod Class Code Gid/Packaged Items/Refnums",
            "description":"The operations from the Business Objects/Items With Prod Class Code Gid/Packaged Items/Refnums category."
        },
        {
            "name":"Business Objects/Items With Prod Class Code Gid/Packaged Items/Ti His",
            "description":"The operations from the Business Objects/Items With Prod Class Code Gid/Packaged Items/Ti His category."
        },
        {
            "name":"Business Objects/Items With Prod Class Code Gid/Partner Items",
            "description":"The operations from the Business Objects/Items With Prod Class Code Gid/Partner Items category."
        },
        {
            "name":"Business Objects/Items With Prod Class Code Gid/Partner Sites",
            "description":"The operations from the Business Objects/Items With Prod Class Code Gid/Partner Sites category."
        },
        {
            "name":"Business Objects/Items With Prod Class Code Gid/Refnums",
            "description":"The operations from the Business Objects/Items With Prod Class Code Gid/Refnums category."
        },
        {
            "name":"Business Objects/Items With Prod Class Code Gid/Relationships",
            "description":"The operations from the Business Objects/Items With Prod Class Code Gid/Relationships category."
        },
        {
            "name":"Business Objects/Items With Prod Class Code Gid/Remarks",
            "description":"The operations from the Business Objects/Items With Prod Class Code Gid/Remarks category."
        },
        {
            "name":"Business Objects/Items With Prod Class Code Gid/Reqdoc Doc Reviews",
            "description":"The operations from the Business Objects/Items With Prod Class Code Gid/Reqdoc Doc Reviews category."
        },
        {
            "name":"Business Objects/Items With Prod Class Code Gid/Reqdoc Docs",
            "description":"The operations from the Business Objects/Items With Prod Class Code Gid/Reqdoc Docs category."
        },
        {
            "name":"Business Objects/Items With Prod Class Code Gid/Reqdoc Reviewers",
            "description":"The operations from the Business Objects/Items With Prod Class Code Gid/Reqdoc Reviewers category."
        },
        {
            "name":"Business Objects/Items With Prod Class Code Gid/Reqdoc Statuses",
            "description":"The operations from the Business Objects/Items With Prod Class Code Gid/Reqdoc Statuses category."
        },
        {
            "name":"Business Objects/Items With Prod Class Code Gid/Reqdoc Subscribers",
            "description":"The operations from the Business Objects/Items With Prod Class Code Gid/Reqdoc Subscribers category."
        },
        {
            "name":"Business Objects/Items With Prod Class Code Gid/Reqdoc Texts",
            "description":"The operations from the Business Objects/Items With Prod Class Code Gid/Reqdoc Texts category."
        },
        {
            "name":"Business Objects/Items With Prod Class Code Gid/Reqdocs",
            "description":"The operations from the Business Objects/Items With Prod Class Code Gid/Reqdocs category."
        },
        {
            "name":"Business Objects/Items With Prod Class Code Gid/Special Services",
            "description":"The operations from the Business Objects/Items With Prod Class Code Gid/Special Services category."
        },
        {
            "name":"Business Objects/Items With Prod Class Code Gid/Statuses",
            "description":"The operations from the Business Objects/Items With Prod Class Code Gid/Statuses category."
        },
        {
            "name":"Business Objects/Items With Prod Class Code Gid/Texts",
            "description":"The operations from the Business Objects/Items With Prod Class Code Gid/Texts category."
        },
        {
            "name":"Business Objects/Items With Prod Class Code Gid/Uom Conversions",
            "description":"The operations from the Business Objects/Items With Prod Class Code Gid/Uom Conversions category."
        },
        {
            "name":"Business Objects/Items/Accessorials",
            "description":"The operations from the Business Objects/Items/Accessorials category."
        },
        {
            "name":"Business Objects/Items/BOMs",
            "description":"The operations from the Business Objects/Items/BOMs category."
        },
        {
            "name":"Business Objects/Items/Classifications",
            "description":"The operations from the Business Objects/Items/Classifications category."
        },
        {
            "name":"Business Objects/Items/Classifications/Code Attributes",
            "description":"The operations from the Business Objects/Items/Classifications/Code Attributes category."
        },
        {
            "name":"Business Objects/Items/Classifications/Refnums",
            "description":"The operations from the Business Objects/Items/Classifications/Refnums category."
        },
        {
            "name":"Business Objects/Items/Classifications/Remarks",
            "description":"The operations from the Business Objects/Items/Classifications/Remarks category."
        },
        {
            "name":"Business Objects/Items/Countries of Origin",
            "description":"The operations from the Business Objects/Items/Countries of Origin category."
        },
        {
            "name":"Business Objects/Items/Descriptions",
            "description":"The operations from the Business Objects/Items/Descriptions category."
        },
        {
            "name":"Business Objects/Items/Documents",
            "description":"The operations from the Business Objects/Items/Documents category."
        },
        {
            "name":"Business Objects/Items/Features",
            "description":"The operations from the Business Objects/Items/Features category."
        },
        {
            "name":"Business Objects/Items/Item Origins",
            "description":"The operations from the Business Objects/Items/Item Origins category."
        },
        {
            "name":"Business Objects/Items/Item Origins/Origin Qualifications",
            "description":"The operations from the Business Objects/Items/Item Origins/Origin Qualifications category."
        },
        {
            "name":"Business Objects/Items/Item Origins/Origin Qualifications/Qualification Conditions",
            "description":"The operations from the Business Objects/Items/Item Origins/Origin Qualifications/Qualification Conditions category."
        },
        {
            "name":"Business Objects/Items/Item Origins/Origin Qualifications/Reference Numbers",
            "description":"The operations from the Business Objects/Items/Item Origins/Origin Qualifications/Reference Numbers category."
        },
        {
            "name":"Business Objects/Items/Item Origins/Origin Qualifications/Remarks",
            "description":"The operations from the Business Objects/Items/Item Origins/Origin Qualifications/Remarks category."
        },
        {
            "name":"Business Objects/Items/Item Origins/Origin Qualifications/Standard Documents",
            "description":"The operations from the Business Objects/Items/Item Origins/Origin Qualifications/Standard Documents category."
        },
        {
            "name":"Business Objects/Items/Item Origins/Origin Qualifications/Standard Documents/Document Reviewers",
            "description":"The operations from the Business Objects/Items/Item Origins/Origin Qualifications/Standard Documents/Document Reviewers category."
        },
        {
            "name":"Business Objects/Items/Item Origins/Origin Qualifications/Standard Documents/Document Statuses",
            "description":"The operations from the Business Objects/Items/Item Origins/Origin Qualifications/Standard Documents/Document Statuses category."
        },
        {
            "name":"Business Objects/Items/Item Origins/Origin Qualifications/Standard Documents/Documents",
            "description":"The operations from the Business Objects/Items/Item Origins/Origin Qualifications/Standard Documents/Documents category."
        },
        {
            "name":"Business Objects/Items/Item Origins/Origin Qualifications/Standard Documents/Documents/Reviewers",
            "description":"The operations from the Business Objects/Items/Item Origins/Origin Qualifications/Standard Documents/Documents/Reviewers category."
        },
        {
            "name":"Business Objects/Items/Item Origins/Origin Qualifications/Values",
            "description":"The operations from the Business Objects/Items/Item Origins/Origin Qualifications/Values category."
        },
        {
            "name":"Business Objects/Items/Item Origins/Values",
            "description":"The operations from the Business Objects/Items/Item Origins/Values category."
        },
        {
            "name":"Business Objects/Items/Item Value Sets",
            "description":"The operations from the Business Objects/Items/Item Value Sets category."
        },
        {
            "name":"Business Objects/Items/Item Value Sets/Item Values",
            "description":"The operations from the Business Objects/Items/Item Value Sets/Item Values category."
        },
        {
            "name":"Business Objects/Items/Packaged Items",
            "description":"The operations from the Business Objects/Items/Packaged Items category."
        },
        {
            "name":"Business Objects/Items/Packaged Items/Equipment Reference Units",
            "description":"The operations from the Business Objects/Items/Packaged Items/Equipment Reference Units category."
        },
        {
            "name":"Business Objects/Items/Packaged Items/Package Reference Units",
            "description":"The operations from the Business Objects/Items/Packaged Items/Package Reference Units category."
        },
        {
            "name":"Business Objects/Items/Packaged Items/Packaging Reference Unit Usages",
            "description":"The operations from the Business Objects/Items/Packaged Items/Packaging Reference Unit Usages category."
        },
        {
            "name":"Business Objects/Items/Packaged Items/Reference Numbers",
            "description":"The operations from the Business Objects/Items/Packaged Items/Reference Numbers category."
        },
        {
            "name":"Business Objects/Items/Packaged Items/TiHis",
            "description":"The operations from the Business Objects/Items/Packaged Items/TiHis category."
        },
        {
            "name":"Business Objects/Items/Partner Items",
            "description":"The operations from the Business Objects/Items/Partner Items category."
        },
        {
            "name":"Business Objects/Items/Partner Sites",
            "description":"The operations from the Business Objects/Items/Partner Sites category."
        },
        {
            "name":"Business Objects/Items/Reference Numbers",
            "description":"The operations from the Business Objects/Items/Reference Numbers category."
        },
        {
            "name":"Business Objects/Items/Relationships",
            "description":"The operations from the Business Objects/Items/Relationships category."
        },
        {
            "name":"Business Objects/Items/Remarks",
            "description":"The operations from the Business Objects/Items/Remarks category."
        },
        {
            "name":"Business Objects/Items/Required Document Documents",
            "description":"The operations from the Business Objects/Items/Required Document Documents category."
        },
        {
            "name":"Business Objects/Items/Required Document Reviewers",
            "description":"The operations from the Business Objects/Items/Required Document Reviewers category."
        },
        {
            "name":"Business Objects/Items/Required Document Reviews",
            "description":"The operations from the Business Objects/Items/Required Document Reviews category."
        },
        {
            "name":"Business Objects/Items/Required Document Statuses",
            "description":"The operations from the Business Objects/Items/Required Document Statuses category."
        },
        {
            "name":"Business Objects/Items/Required Document Subscribers",
            "description":"The operations from the Business Objects/Items/Required Document Subscribers category."
        },
        {
            "name":"Business Objects/Items/Required Document Texts",
            "description":"The operations from the Business Objects/Items/Required Document Texts category."
        },
        {
            "name":"Business Objects/Items/Required Documents",
            "description":"The operations from the Business Objects/Items/Required Documents category."
        },
        {
            "name":"Business Objects/Items/Special Services",
            "description":"The operations from the Business Objects/Items/Special Services category."
        },
        {
            "name":"Business Objects/Items/Statuses",
            "description":"The operations from the Business Objects/Items/Statuses category."
        },
        {
            "name":"Business Objects/Items/Texts",
            "description":"The operations from the Business Objects/Items/Texts category."
        },
        {
            "name":"Business Objects/Items/UOM Conversions",
            "description":"The operations from the Business Objects/Items/UOM Conversions category."
        },
        {
            "name":"Business Objects/Itineraries",
            "description":"The operations from the Business Objects/Itineraries category."
        },
        {
            "name":"Business Objects/Itineraries/Legs",
            "description":"The operations from the Business Objects/Itineraries/Legs category."
        },
        {
            "name":"Business Objects/Itineraries/Legs/Capacity Overrides",
            "description":"The operations from the Business Objects/Itineraries/Legs/Capacity Overrides category."
        },
        {
            "name":"Business Objects/Itineraries/Legs/Flex Commodity Profile Lists",
            "description":"The operations from the Business Objects/Itineraries/Legs/Flex Commodity Profile Lists category."
        },
        {
            "name":"Business Objects/Itineraries/Legs/Interim Points",
            "description":"The operations from the Business Objects/Itineraries/Legs/Interim Points category."
        },
        {
            "name":"Business Objects/Itineraries/Legs/Involved Parties",
            "description":"The operations from the Business Objects/Itineraries/Legs/Involved Parties category."
        },
        {
            "name":"Business Objects/Itineraries/Legs/Schedules",
            "description":"The operations from the Business Objects/Itineraries/Legs/Schedules category."
        },
        {
            "name":"Business Objects/Locations",
            "description":"The operations from the Business Objects/Locations category."
        },
        {
            "name":"Business Objects/Locations/Accessorials",
            "description":"The operations from the Business Objects/Locations/Accessorials category."
        },
        {
            "name":"Business Objects/Locations/Addresses",
            "description":"The operations from the Business Objects/Locations/Addresses category."
        },
        {
            "name":"Business Objects/Locations/Capacity Groups",
            "description":"The operations from the Business Objects/Locations/Capacity Groups category."
        },
        {
            "name":"Business Objects/Locations/Contacts",
            "description":"The operations from the Business Objects/Locations/Contacts category."
        },
        {
            "name":"Business Objects/Locations/Contacts/Communication Methods",
            "description":"The operations from the Business Objects/Locations/Contacts/Communication Methods category."
        },
        {
            "name":"Business Objects/Locations/Contacts/Contact Preferences",
            "description":"The operations from the Business Objects/Locations/Contacts/Contact Preferences category."
        },
        {
            "name":"Business Objects/Locations/Corporations",
            "description":"The operations from the Business Objects/Locations/Corporations category."
        },
        {
            "name":"Business Objects/Locations/Documents",
            "description":"The operations from the Business Objects/Locations/Documents category."
        },
        {
            "name":"Business Objects/Locations/Load Unload Points",
            "description":"The operations from the Business Objects/Locations/Load Unload Points category."
        },
        {
            "name":"Business Objects/Locations/Normalized Attributes",
            "description":"The operations from the Business Objects/Locations/Normalized Attributes category."
        },
        {
            "name":"Business Objects/Locations/Operational Locations",
            "description":"The operations from the Business Objects/Locations/Operational Locations category."
        },
        {
            "name":"Business Objects/Locations/Operational Locations/Details",
            "description":"The operations from the Business Objects/Locations/Operational Locations/Details category."
        },
        {
            "name":"Business Objects/Locations/Reference Numbers",
            "description":"The operations from the Business Objects/Locations/Reference Numbers category."
        },
        {
            "name":"Business Objects/Locations/Remarks",
            "description":"The operations from the Business Objects/Locations/Remarks category."
        },
        {
            "name":"Business Objects/Locations/Resource Groups",
            "description":"The operations from the Business Objects/Locations/Resource Groups category."
        },
        {
            "name":"Business Objects/Locations/Resource Types",
            "description":"The operations from the Business Objects/Locations/Resource Types category."
        },
        {
            "name":"Business Objects/Locations/Resource Types/Resources",
            "description":"The operations from the Business Objects/Locations/Resource Types/Resources category."
        },
        {
            "name":"Business Objects/Locations/Resource Types/Resources/Appointment Rule Sets",
            "description":"The operations from the Business Objects/Locations/Resource Types/Resources/Appointment Rule Sets category."
        },
        {
            "name":"Business Objects/Locations/Resource Types/Resources/Appointment Rule Sets/Flex Fields",
            "description":"The operations from the Business Objects/Locations/Resource Types/Resources/Appointment Rule Sets/Flex Fields category."
        },
        {
            "name":"Business Objects/Locations/Resource Types/Resources/Appointment Rule Sets/Reference Numbers",
            "description":"The operations from the Business Objects/Locations/Resource Types/Resources/Appointment Rule Sets/Reference Numbers category."
        },
        {
            "name":"Business Objects/Locations/Role Profiles",
            "description":"The operations from the Business Objects/Locations/Role Profiles category."
        },
        {
            "name":"Business Objects/Locations/Role Profiles/Activity Time Definitions",
            "description":"The operations from the Business Objects/Locations/Role Profiles/Activity Time Definitions category."
        },
        {
            "name":"Business Objects/Locations/Role Profiles/Calendars",
            "description":"The operations from the Business Objects/Locations/Role Profiles/Calendars category."
        },
        {
            "name":"Business Objects/Locations/Role Profiles/Handlings",
            "description":"The operations from the Business Objects/Locations/Role Profiles/Handlings category."
        },
        {
            "name":"Business Objects/Locations/Role Profiles/Transport Handling Unit Capacities",
            "description":"The operations from the Business Objects/Locations/Role Profiles/Transport Handling Unit Capacities category."
        },
        {
            "name":"Business Objects/Locations/Role Profiles/Transport Handling Unit Capacities/Packaging Reference Unit Capacities",
            "description":"The operations from the Business Objects/Locations/Role Profiles/Transport Handling Unit Capacities/Packaging Reference Unit Capacities category."
        },
        {
            "name":"Business Objects/Locations/Service Provider Preferences",
            "description":"The operations from the Business Objects/Locations/Service Provider Preferences category."
        },
        {
            "name":"Business Objects/Locations/Service Provider Preferences/Details",
            "description":"The operations from the Business Objects/Locations/Service Provider Preferences/Details category."
        },
        {
            "name":"Business Objects/Locations/Special Services",
            "description":"The operations from the Business Objects/Locations/Special Services category."
        },
        {
            "name":"Business Objects/Locations/Statuses",
            "description":"The operations from the Business Objects/Locations/Statuses category."
        },
        {
            "name":"Business Objects/Locations/Substitutes",
            "description":"The operations from the Business Objects/Locations/Substitutes category."
        },
        {
            "name":"Business Objects/Modeling Projects",
            "description":"The operations from the Business Objects/Modeling Projects category."
        },
        {
            "name":"Business Objects/Modeling Projects/Lnm Project Rules",
            "description":"The operations from the Business Objects/Modeling Projects/Lnm Project Rules category."
        },
        {
            "name":"Business Objects/Modeling Projects/Lnm Scenarios",
            "description":"The operations from the Business Objects/Modeling Projects/Lnm Scenarios category."
        },
        {
            "name":"Business Objects/Modeling Scenarios",
            "description":"The operations from the Business Objects/Modeling Scenarios category."
        },
        {
            "name":"Business Objects/Modeling Scenarios/Lnm Scenario Bulkplan Specs",
            "description":"The operations from the Business Objects/Modeling Scenarios/Lnm Scenario Bulkplan Specs category."
        },
        {
            "name":"Business Objects/Modeling Scenarios/Lnm Scenario Changes",
            "description":"The operations from the Business Objects/Modeling Scenarios/Lnm Scenario Changes category."
        },
        {
            "name":"Business Objects/Modeling Scenarios/Lnm Scenario Rules",
            "description":"The operations from the Business Objects/Modeling Scenarios/Lnm Scenario Rules category."
        },
        {
            "name":"Business Objects/Modeling Shipments",
            "description":"The operations from the Business Objects/Modeling Shipments category."
        },
        {
            "name":"Business Objects/Modeling Shipments/Costs",
            "description":"The operations from the Business Objects/Modeling Shipments/Costs category."
        },
        {
            "name":"Business Objects/Modeling Shipments/Order Releases",
            "description":"The operations from the Business Objects/Modeling Shipments/Order Releases category."
        },
        {
            "name":"Business Objects/Modeling Shipments/Stops",
            "description":"The operations from the Business Objects/Modeling Shipments/Stops category."
        },
        {
            "name":"Business Objects/Modeling Shipments/Stops/Details",
            "description":"The operations from the Business Objects/Modeling Shipments/Stops/Details category."
        },
        {
            "name":"Business Objects/Order Bases",
            "description":"The operations from the Business Objects/Order Bases category."
        },
        {
            "name":"Business Objects/Order Bases/Accessorials",
            "description":"The operations from the Business Objects/Order Bases/Accessorials category."
        },
        {
            "name":"Business Objects/Order Bases/Documents",
            "description":"The operations from the Business Objects/Order Bases/Documents category."
        },
        {
            "name":"Business Objects/Order Bases/Involved Parties",
            "description":"The operations from the Business Objects/Order Bases/Involved Parties category."
        },
        {
            "name":"Business Objects/Order Bases/Leg Constraints",
            "description":"The operations from the Business Objects/Order Bases/Leg Constraints category."
        },
        {
            "name":"Business Objects/Order Bases/Lines",
            "description":"The operations from the Business Objects/Order Bases/Lines category."
        },
        {
            "name":"Business Objects/Order Bases/Lines/Allocations",
            "description":"The operations from the Business Objects/Order Bases/Lines/Allocations category."
        },
        {
            "name":"Business Objects/Order Bases/Lines/Allocations/Allocation Bases",
            "description":"The operations from the Business Objects/Order Bases/Lines/Allocations/Allocation Bases category."
        },
        {
            "name":"Business Objects/Order Bases/Lines/Allocations/Allocation Details",
            "description":"The operations from the Business Objects/Order Bases/Lines/Allocations/Allocation Details category."
        },
        {
            "name":"Business Objects/Order Bases/Lines/Attributes",
            "description":"The operations from the Business Objects/Order Bases/Lines/Attributes category."
        },
        {
            "name":"Business Objects/Order Bases/Lines/Equipment Reference Units",
            "description":"The operations from the Business Objects/Order Bases/Lines/Equipment Reference Units category."
        },
        {
            "name":"Business Objects/Order Bases/Lines/Involved Parties",
            "description":"The operations from the Business Objects/Order Bases/Lines/Involved Parties category."
        },
        {
            "name":"Business Objects/Order Bases/Lines/Package Reference Units",
            "description":"The operations from the Business Objects/Order Bases/Lines/Package Reference Units category."
        },
        {
            "name":"Business Objects/Order Bases/Lines/Reference Numbers",
            "description":"The operations from the Business Objects/Order Bases/Lines/Reference Numbers category."
        },
        {
            "name":"Business Objects/Order Bases/Lines/Release Instructions",
            "description":"The operations from the Business Objects/Order Bases/Lines/Release Instructions category."
        },
        {
            "name":"Business Objects/Order Bases/Lines/Release Instructions/Reference Numbers",
            "description":"The operations from the Business Objects/Order Bases/Lines/Release Instructions/Reference Numbers category."
        },
        {
            "name":"Business Objects/Order Bases/Lines/Release Instructions/Remarks",
            "description":"The operations from the Business Objects/Order Bases/Lines/Release Instructions/Remarks category."
        },
        {
            "name":"Business Objects/Order Bases/Lines/Remarks",
            "description":"The operations from the Business Objects/Order Bases/Lines/Remarks category."
        },
        {
            "name":"Business Objects/Order Bases/Lines/Statuses",
            "description":"The operations from the Business Objects/Order Bases/Lines/Statuses category."
        },
        {
            "name":"Business Objects/Order Bases/Reference Numbers",
            "description":"The operations from the Business Objects/Order Bases/Reference Numbers category."
        },
        {
            "name":"Business Objects/Order Bases/Remarks",
            "description":"The operations from the Business Objects/Order Bases/Remarks category."
        },
        {
            "name":"Business Objects/Order Bases/Ship Units",
            "description":"The operations from the Business Objects/Order Bases/Ship Units category."
        },
        {
            "name":"Business Objects/Order Bases/Ship Units/Accessorials",
            "description":"The operations from the Business Objects/Order Bases/Ship Units/Accessorials category."
        },
        {
            "name":"Business Objects/Order Bases/Ship Units/Contents",
            "description":"The operations from the Business Objects/Order Bases/Ship Units/Contents category."
        },
        {
            "name":"Business Objects/Order Bases/Ship Units/Contents/Attributes",
            "description":"The operations from the Business Objects/Order Bases/Ship Units/Contents/Attributes category."
        },
        {
            "name":"Business Objects/Order Bases/Ship Units/Contents/Involved Parties",
            "description":"The operations from the Business Objects/Order Bases/Ship Units/Contents/Involved Parties category."
        },
        {
            "name":"Business Objects/Order Bases/Ship Units/Contents/Reference Numbers",
            "description":"The operations from the Business Objects/Order Bases/Ship Units/Contents/Reference Numbers category."
        },
        {
            "name":"Business Objects/Order Bases/Ship Units/Contents/Remarks",
            "description":"The operations from the Business Objects/Order Bases/Ship Units/Contents/Remarks category."
        },
        {
            "name":"Business Objects/Order Bases/Ship Units/Equipment Reference Units",
            "description":"The operations from the Business Objects/Order Bases/Ship Units/Equipment Reference Units category."
        },
        {
            "name":"Business Objects/Order Bases/Ship Units/Involved Parties",
            "description":"The operations from the Business Objects/Order Bases/Ship Units/Involved Parties category."
        },
        {
            "name":"Business Objects/Order Bases/Ship Units/Loading Splits",
            "description":"The operations from the Business Objects/Order Bases/Ship Units/Loading Splits category."
        },
        {
            "name":"Business Objects/Order Bases/Ship Units/Reference Numbers",
            "description":"The operations from the Business Objects/Order Bases/Ship Units/Reference Numbers category."
        },
        {
            "name":"Business Objects/Order Bases/Ship Units/Release Instructions",
            "description":"The operations from the Business Objects/Order Bases/Ship Units/Release Instructions category."
        },
        {
            "name":"Business Objects/Order Bases/Ship Units/Release Instructions/Reference Numbers",
            "description":"The operations from the Business Objects/Order Bases/Ship Units/Release Instructions/Reference Numbers category."
        },
        {
            "name":"Business Objects/Order Bases/Ship Units/Release Instructions/Remarks",
            "description":"The operations from the Business Objects/Order Bases/Ship Units/Release Instructions/Remarks category."
        },
        {
            "name":"Business Objects/Order Bases/Ship Units/Remarks",
            "description":"The operations from the Business Objects/Order Bases/Ship Units/Remarks category."
        },
        {
            "name":"Business Objects/Order Bases/Ship Units/Seals",
            "description":"The operations from the Business Objects/Order Bases/Ship Units/Seals category."
        },
        {
            "name":"Business Objects/Order Bases/Ship Units/Special Services",
            "description":"The operations from the Business Objects/Order Bases/Ship Units/Special Services category."
        },
        {
            "name":"Business Objects/Order Bases/Ship Units/Statuses",
            "description":"The operations from the Business Objects/Order Bases/Ship Units/Statuses category."
        },
        {
            "name":"Business Objects/Order Bases/Special Services",
            "description":"The operations from the Business Objects/Order Bases/Special Services category."
        },
        {
            "name":"Business Objects/Order Bases/Statuses",
            "description":"The operations from the Business Objects/Order Bases/Statuses category."
        },
        {
            "name":"Business Objects/Order Bases/Texts",
            "description":"The operations from the Business Objects/Order Bases/Texts category."
        },
        {
            "name":"Business Objects/Order Bases/Tracking Events",
            "description":"The operations from the Business Objects/Order Bases/Tracking Events category."
        },
        {
            "name":"Business Objects/Order Movements",
            "description":"The operations from the Business Objects/Order Movements category."
        },
        {
            "name":"Business Objects/Order Movements/Documents",
            "description":"The operations from the Business Objects/Order Movements/Documents category."
        },
        {
            "name":"Business Objects/Order Movements/Involved Parties",
            "description":"The operations from the Business Objects/Order Movements/Involved Parties category."
        },
        {
            "name":"Business Objects/Order Movements/Reference Numbers",
            "description":"The operations from the Business Objects/Order Movements/Reference Numbers category."
        },
        {
            "name":"Business Objects/Order Movements/Remarks",
            "description":"The operations from the Business Objects/Order Movements/Remarks category."
        },
        {
            "name":"Business Objects/Order Movements/S Ship Units",
            "description":"The operations from the Business Objects/Order Movements/S Ship Units category."
        },
        {
            "name":"Business Objects/Order Movements/S Ship Units/Accessorials",
            "description":"The operations from the Business Objects/Order Movements/S Ship Units/Accessorials category."
        },
        {
            "name":"Business Objects/Order Movements/S Ship Units/Lines",
            "description":"The operations from the Business Objects/Order Movements/S Ship Units/Lines category."
        },
        {
            "name":"Business Objects/Order Movements/S Ship Units/Lines/Refnums",
            "description":"The operations from the Business Objects/Order Movements/S Ship Units/Lines/Refnums category."
        },
        {
            "name":"Business Objects/Order Movements/S Ship Units/Lines/Remarks",
            "description":"The operations from the Business Objects/Order Movements/S Ship Units/Lines/Remarks category."
        },
        {
            "name":"Business Objects/Order Movements/S Ship Units/Pieces",
            "description":"The operations from the Business Objects/Order Movements/S Ship Units/Pieces category."
        },
        {
            "name":"Business Objects/Order Movements/S Ship Units/Refnums",
            "description":"The operations from the Business Objects/Order Movements/S Ship Units/Refnums category."
        },
        {
            "name":"Business Objects/Order Movements/S Ship Units/Remarks",
            "description":"The operations from the Business Objects/Order Movements/S Ship Units/Remarks category."
        },
        {
            "name":"Business Objects/Order Movements/S Ship Units/S Equipments",
            "description":"The operations from the Business Objects/Order Movements/S Ship Units/S Equipments category."
        },
        {
            "name":"Business Objects/Order Movements/S Ship Units/Seals",
            "description":"The operations from the Business Objects/Order Movements/S Ship Units/Seals category."
        },
        {
            "name":"Business Objects/Order Movements/S Ship Units/Special Services",
            "description":"The operations from the Business Objects/Order Movements/S Ship Units/Special Services category."
        },
        {
            "name":"Business Objects/Order Movements/S Ship Units/Tracking Events",
            "description":"The operations from the Business Objects/Order Movements/S Ship Units/Tracking Events category."
        },
        {
            "name":"Business Objects/Order Movements/Statuses",
            "description":"The operations from the Business Objects/Order Movements/Statuses category."
        },
        {
            "name":"Business Objects/Order Release Lines",
            "description":"The operations from the Business Objects/Order Release Lines category."
        },
        {
            "name":"Business Objects/Order Release Lines/Accessorials",
            "description":"The operations from the Business Objects/Order Release Lines/Accessorials category."
        },
        {
            "name":"Business Objects/Order Release Lines/Accessorials/Remarks",
            "description":"The operations from the Business Objects/Order Release Lines/Accessorials/Remarks category."
        },
        {
            "name":"Business Objects/Order Release Lines/Allocations",
            "description":"The operations from the Business Objects/Order Release Lines/Allocations category."
        },
        {
            "name":"Business Objects/Order Release Lines/Allocations/Allocation Bases",
            "description":"The operations from the Business Objects/Order Release Lines/Allocations/Allocation Bases category."
        },
        {
            "name":"Business Objects/Order Release Lines/Allocations/Allocation Details",
            "description":"The operations from the Business Objects/Order Release Lines/Allocations/Allocation Details category."
        },
        {
            "name":"Business Objects/Order Release Lines/Attributes",
            "description":"The operations from the Business Objects/Order Release Lines/Attributes category."
        },
        {
            "name":"Business Objects/Order Release Lines/Equipment Reference Units",
            "description":"The operations from the Business Objects/Order Release Lines/Equipment Reference Units category."
        },
        {
            "name":"Business Objects/Order Release Lines/Involved Parties",
            "description":"The operations from the Business Objects/Order Release Lines/Involved Parties category."
        },
        {
            "name":"Business Objects/Order Release Lines/Package Reference Units",
            "description":"The operations from the Business Objects/Order Release Lines/Package Reference Units category."
        },
        {
            "name":"Business Objects/Order Release Lines/Reference Numbers",
            "description":"The operations from the Business Objects/Order Release Lines/Reference Numbers category."
        },
        {
            "name":"Business Objects/Order Release Lines/Remarks",
            "description":"The operations from the Business Objects/Order Release Lines/Remarks category."
        },
        {
            "name":"Business Objects/Order Release Lines/Special Services",
            "description":"The operations from the Business Objects/Order Release Lines/Special Services category."
        },
        {
            "name":"Business Objects/Order Release Lines/Texts",
            "description":"The operations from the Business Objects/Order Release Lines/Texts category."
        },
        {
            "name":"Business Objects/Order Releases",
            "description":"The operations from the Business Objects/Order Releases category."
        },
        {
            "name":"Business Objects/Order Releases/Accessorials",
            "description":"The operations from the Business Objects/Order Releases/Accessorials category."
        },
        {
            "name":"Business Objects/Order Releases/Accruals",
            "description":"The operations from the Business Objects/Order Releases/Accruals category."
        },
        {
            "name":"Business Objects/Order Releases/Allocations",
            "description":"The operations from the Business Objects/Order Releases/Allocations category."
        },
        {
            "name":"Business Objects/Order Releases/Allocations/Allocation Bases",
            "description":"The operations from the Business Objects/Order Releases/Allocations/Allocation Bases category."
        },
        {
            "name":"Business Objects/Order Releases/Allocations/Allocation Details",
            "description":"The operations from the Business Objects/Order Releases/Allocations/Allocation Details category."
        },
        {
            "name":"Business Objects/Order Releases/Documents",
            "description":"The operations from the Business Objects/Order Releases/Documents category."
        },
        {
            "name":"Business Objects/Order Releases/Equipment",
            "description":"The operations from the Business Objects/Order Releases/Equipment category."
        },
        {
            "name":"Business Objects/Order Releases/Equipment/Seals",
            "description":"The operations from the Business Objects/Order Releases/Equipment/Seals category."
        },
        {
            "name":"Business Objects/Order Releases/Involved Parties",
            "description":"The operations from the Business Objects/Order Releases/Involved Parties category."
        },
        {
            "name":"Business Objects/Order Releases/Involved Parties/Override Addresses",
            "description":"The operations from the Business Objects/Order Releases/Involved Parties/Override Addresses category."
        },
        {
            "name":"Business Objects/Order Releases/Leg Constraints",
            "description":"The operations from the Business Objects/Order Releases/Leg Constraints category."
        },
        {
            "name":"Business Objects/Order Releases/Lines",
            "description":"The operations from the Business Objects/Order Releases/Lines category."
        },
        {
            "name":"Business Objects/Order Releases/Lines/Accessorials",
            "description":"The operations from the Business Objects/Order Releases/Lines/Accessorials category."
        },
        {
            "name":"Business Objects/Order Releases/Lines/Accessorials/Remarks",
            "description":"The operations from the Business Objects/Order Releases/Lines/Accessorials/Remarks category."
        },
        {
            "name":"Business Objects/Order Releases/Lines/Allocations",
            "description":"The operations from the Business Objects/Order Releases/Lines/Allocations category."
        },
        {
            "name":"Business Objects/Order Releases/Lines/Allocations/Allocation Bases",
            "description":"The operations from the Business Objects/Order Releases/Lines/Allocations/Allocation Bases category."
        },
        {
            "name":"Business Objects/Order Releases/Lines/Allocations/Allocation Details",
            "description":"The operations from the Business Objects/Order Releases/Lines/Allocations/Allocation Details category."
        },
        {
            "name":"Business Objects/Order Releases/Lines/Attributes",
            "description":"The operations from the Business Objects/Order Releases/Lines/Attributes category."
        },
        {
            "name":"Business Objects/Order Releases/Lines/Equipment Reference Units",
            "description":"The operations from the Business Objects/Order Releases/Lines/Equipment Reference Units category."
        },
        {
            "name":"Business Objects/Order Releases/Lines/Involved Parties",
            "description":"The operations from the Business Objects/Order Releases/Lines/Involved Parties category."
        },
        {
            "name":"Business Objects/Order Releases/Lines/Packaging Reference Unit Details",
            "description":"The operations from the Business Objects/Order Releases/Lines/Packaging Reference Unit Details category."
        },
        {
            "name":"Business Objects/Order Releases/Lines/Reference Numbers",
            "description":"The operations from the Business Objects/Order Releases/Lines/Reference Numbers category."
        },
        {
            "name":"Business Objects/Order Releases/Lines/Remarks",
            "description":"The operations from the Business Objects/Order Releases/Lines/Remarks category."
        },
        {
            "name":"Business Objects/Order Releases/Lines/Special Services",
            "description":"The operations from the Business Objects/Order Releases/Lines/Special Services category."
        },
        {
            "name":"Business Objects/Order Releases/Lines/Texts",
            "description":"The operations from the Business Objects/Order Releases/Lines/Texts category."
        },
        {
            "name":"Business Objects/Order Releases/Reference Numbers",
            "description":"The operations from the Business Objects/Order Releases/Reference Numbers category."
        },
        {
            "name":"Business Objects/Order Releases/Remarks",
            "description":"The operations from the Business Objects/Order Releases/Remarks category."
        },
        {
            "name":"Business Objects/Order Releases/Services",
            "description":"The operations from the Business Objects/Order Releases/Services category."
        },
        {
            "name":"Business Objects/Order Releases/Ship Units",
            "description":"The operations from the Business Objects/Order Releases/Ship Units category."
        },
        {
            "name":"Business Objects/Order Releases/Ship Units/Equipment Reference Units",
            "description":"The operations from the Business Objects/Order Releases/Ship Units/Equipment Reference Units category."
        },
        {
            "name":"Business Objects/Order Releases/Ship Units/Lines",
            "description":"The operations from the Business Objects/Order Releases/Ship Units/Lines category."
        },
        {
            "name":"Business Objects/Order Releases/Ship Units/Lines/Reference Numbers",
            "description":"The operations from the Business Objects/Order Releases/Ship Units/Lines/Reference Numbers category."
        },
        {
            "name":"Business Objects/Order Releases/Ship Units/Lines/Remarks",
            "description":"The operations from the Business Objects/Order Releases/Ship Units/Lines/Remarks category."
        },
        {
            "name":"Business Objects/Order Releases/Ship Units/Loading Splits",
            "description":"The operations from the Business Objects/Order Releases/Ship Units/Loading Splits category."
        },
        {
            "name":"Business Objects/Order Releases/Ship Units/Reference Numbers",
            "description":"The operations from the Business Objects/Order Releases/Ship Units/Reference Numbers category."
        },
        {
            "name":"Business Objects/Order Releases/Ship Units/Remarks",
            "description":"The operations from the Business Objects/Order Releases/Ship Units/Remarks category."
        },
        {
            "name":"Business Objects/Order Releases/Ship Units/Seals",
            "description":"The operations from the Business Objects/Order Releases/Ship Units/Seals category."
        },
        {
            "name":"Business Objects/Order Releases/Ship Units/Special Services",
            "description":"The operations from the Business Objects/Order Releases/Ship Units/Special Services category."
        },
        {
            "name":"Business Objects/Order Releases/Ship Units/Texts",
            "description":"The operations from the Business Objects/Order Releases/Ship Units/Texts category."
        },
        {
            "name":"Business Objects/Order Releases/Special Services",
            "description":"The operations from the Business Objects/Order Releases/Special Services category."
        },
        {
            "name":"Business Objects/Order Releases/Statuses",
            "description":"The operations from the Business Objects/Order Releases/Statuses category."
        },
        {
            "name":"Business Objects/Order Releases/Stops",
            "description":"The operations from the Business Objects/Order Releases/Stops category."
        },
        {
            "name":"Business Objects/Order Releases/Stops/Remarks",
            "description":"The operations from the Business Objects/Order Releases/Stops/Remarks category."
        },
        {
            "name":"Business Objects/Order Releases/Stops/Special Services",
            "description":"The operations from the Business Objects/Order Releases/Stops/Special Services category."
        },
        {
            "name":"Business Objects/Order Releases/Texts",
            "description":"The operations from the Business Objects/Order Releases/Texts category."
        },
        {
            "name":"Business Objects/Order Releases/Tracking Events",
            "description":"The operations from the Business Objects/Order Releases/Tracking Events category."
        },
        {
            "name":"Business Objects/Packaged Items",
            "description":"The operations from the Business Objects/Packaged Items category."
        },
        {
            "name":"Business Objects/Packaged Items/Accessorials",
            "description":"The operations from the Business Objects/Packaged Items/Accessorials category."
        },
        {
            "name":"Business Objects/Packaged Items/Accessorials/Remarks",
            "description":"The operations from the Business Objects/Packaged Items/Accessorials/Remarks category."
        },
        {
            "name":"Business Objects/Packaged Items/Equipment Reference Units",
            "description":"The operations from the Business Objects/Packaged Items/Equipment Reference Units category."
        },
        {
            "name":"Business Objects/Packaged Items/Package Reference Units",
            "description":"The operations from the Business Objects/Packaged Items/Package Reference Units category."
        },
        {
            "name":"Business Objects/Packaged Items/Packaging Reference Unit Usages",
            "description":"The operations from the Business Objects/Packaged Items/Packaging Reference Unit Usages category."
        },
        {
            "name":"Business Objects/Packaged Items/Reference Numbers",
            "description":"The operations from the Business Objects/Packaged Items/Reference Numbers category."
        },
        {
            "name":"Business Objects/Packaged Items/TiHis",
            "description":"The operations from the Business Objects/Packaged Items/TiHis category."
        },
        {
            "name":"Business Objects/Partner Items",
            "description":"The operations from the Business Objects/Partner Items category."
        },
        {
            "name":"Business Objects/Partner Items/Reference Numbers",
            "description":"The operations from the Business Objects/Partner Items/Reference Numbers category."
        },
        {
            "name":"Business Objects/Partner Items/Remarks",
            "description":"The operations from the Business Objects/Partner Items/Remarks category."
        },
        {
            "name":"Business Objects/Power Units",
            "description":"The operations from the Business Objects/Power Units category."
        },
        {
            "name":"Business Objects/Power Units/Documents",
            "description":"The operations from the Business Objects/Power Units/Documents category."
        },
        {
            "name":"Business Objects/Power Units/Equipment",
            "description":"The operations from the Business Objects/Power Units/Equipment category."
        },
        {
            "name":"Business Objects/Power Units/Reference Numbers",
            "description":"The operations from the Business Objects/Power Units/Reference Numbers category."
        },
        {
            "name":"Business Objects/Power Units/Remarks",
            "description":"The operations from the Business Objects/Power Units/Remarks category."
        },
        {
            "name":"Business Objects/Power Units/Special Services",
            "description":"The operations from the Business Objects/Power Units/Special Services category."
        },
        {
            "name":"Business Objects/Power Units/Statuses",
            "description":"The operations from the Business Objects/Power Units/Statuses category."
        },
        {
            "name":"Business Objects/Power Units/Texts",
            "description":"The operations from the Business Objects/Power Units/Texts category."
        },
        {
            "name":"Business Objects/Power Units/Tracking Events",
            "description":"The operations from the Business Objects/Power Units/Tracking Events category."
        },
        {
            "name":"Business Objects/Quotes",
            "description":"The operations from the Business Objects/Quotes category."
        },
        {
            "name":"Business Objects/Quotes/Cost Options",
            "description":"The operations from the Business Objects/Quotes/Cost Options category."
        },
        {
            "name":"Business Objects/Quotes/Cost Options/Equipment",
            "description":"The operations from the Business Objects/Quotes/Cost Options/Equipment category."
        },
        {
            "name":"Business Objects/Quotes/Cost Options/Remarks",
            "description":"The operations from the Business Objects/Quotes/Cost Options/Remarks category."
        },
        {
            "name":"Business Objects/Quotes/Cost Options/Shipments",
            "description":"The operations from the Business Objects/Quotes/Cost Options/Shipments category."
        },
        {
            "name":"Business Objects/Quotes/Cost Options/Shipments/Costs",
            "description":"The operations from the Business Objects/Quotes/Cost Options/Shipments/Costs category."
        },
        {
            "name":"Business Objects/Quotes/Documents",
            "description":"The operations from the Business Objects/Quotes/Documents category."
        },
        {
            "name":"Business Objects/Quotes/Equipment Groups",
            "description":"The operations from the Business Objects/Quotes/Equipment Groups category."
        },
        {
            "name":"Business Objects/Quotes/Involved Parties",
            "description":"The operations from the Business Objects/Quotes/Involved Parties category."
        },
        {
            "name":"Business Objects/Quotes/Reference Numbers",
            "description":"The operations from the Business Objects/Quotes/Reference Numbers category."
        },
        {
            "name":"Business Objects/Quotes/Remarks",
            "description":"The operations from the Business Objects/Quotes/Remarks category."
        },
        {
            "name":"Business Objects/Quotes/Ship Units",
            "description":"The operations from the Business Objects/Quotes/Ship Units category."
        },
        {
            "name":"Business Objects/Quotes/Statuses",
            "description":"The operations from the Business Objects/Quotes/Statuses category."
        },
        {
            "name":"Business Objects/Quotes/Texts",
            "description":"The operations from the Business Objects/Quotes/Texts category."
        },
        {
            "name":"Business Objects/Rate Load Definition",
            "description":"The operations from the Business Objects/Rate Load Definition category."
        },
        {
            "name":"Business Objects/Rate Load Definition/Rate Load Definition Involved Parties",
            "description":"The operations from the Business Objects/Rate Load Definition/Rate Load Definition Involved Parties category."
        },
        {
            "name":"Business Objects/Rate Load Definition/Rate Load Tab Definitions",
            "description":"The operations from the Business Objects/Rate Load Definition/Rate Load Tab Definitions category."
        },
        {
            "name":"Business Objects/Rate Load Definition/Rate Load Tab Definitions/Rate Load Template Rate Record Details",
            "description":"The operations from the Business Objects/Rate Load Definition/Rate Load Tab Definitions/Rate Load Template Rate Record Details category."
        },
        {
            "name":"Business Objects/Rate Load Definition/Rate Load Template Rate Offering Details",
            "description":"The operations from the Business Objects/Rate Load Definition/Rate Load Template Rate Offering Details category."
        },
        {
            "name":"Business Objects/Rate Load Summary",
            "description":"The operations from the Business Objects/Rate Load Summary category."
        },
        {
            "name":"Business Objects/Rate Load Summary/Rate Load Groups",
            "description":"The operations from the Business Objects/Rate Load Summary/Rate Load Groups category."
        },
        {
            "name":"Business Objects/Rate Load Summary/Rate Load History",
            "description":"The operations from the Business Objects/Rate Load Summary/Rate Load History category."
        },
        {
            "name":"Business Objects/Rate Load Summary/Rate Load History/Rate Load Error",
            "description":"The operations from the Business Objects/Rate Load Summary/Rate Load History/Rate Load Error category."
        },
        {
            "name":"Business Objects/Rate Load Summary/Rate Load History/Rate Load History Status",
            "description":"The operations from the Business Objects/Rate Load Summary/Rate Load History/Rate Load History Status category."
        },
        {
            "name":"Business Objects/Rate Load Summary/Rate Load Rate Offering Detail",
            "description":"The operations from the Business Objects/Rate Load Summary/Rate Load Rate Offering Detail category."
        },
        {
            "name":"Business Objects/Rate Load Summary/Rate Load Rate Offering Detail/Rate Load Rate Offering Detail Status",
            "description":"The operations from the Business Objects/Rate Load Summary/Rate Load Rate Offering Detail/Rate Load Rate Offering Detail Status category."
        },
        {
            "name":"Business Objects/Rate Load Summary/Rate Load Rate Offering Detail/Rate Load Rate Offering Detail Warning",
            "description":"The operations from the Business Objects/Rate Load Summary/Rate Load Rate Offering Detail/Rate Load Rate Offering Detail Warning category."
        },
        {
            "name":"Business Objects/Rate Load Summary/Rate Load Rate Offering Detail/Rate Load Rate Record Detail",
            "description":"The operations from the Business Objects/Rate Load Summary/Rate Load Rate Offering Detail/Rate Load Rate Record Detail category."
        },
        {
            "name":"Business Objects/Rate Load Summary/Rate Load Rate Offering Detail/Rate Load Rate Record Detail/Rate Load Rate Record Detail Status",
            "description":"The operations from the Business Objects/Rate Load Summary/Rate Load Rate Offering Detail/Rate Load Rate Record Detail/Rate Load Rate Record Detail Status category."
        },
        {
            "name":"Business Objects/Rate Load Summary/Rate Load Rate Offering Detail/Rate Load Rate Record Detail/Rate Load Rate Record Detail Warning",
            "description":"The operations from the Business Objects/Rate Load Summary/Rate Load Rate Offering Detail/Rate Load Rate Record Detail/Rate Load Rate Record Detail Warning category."
        },
        {
            "name":"Business Objects/Rate Load Summary/Rate LoadSummary Status",
            "description":"The operations from the Business Objects/Rate Load Summary/Rate LoadSummary Status category."
        },
        {
            "name":"Business Objects/Rate Offerings",
            "description":"The operations from the Business Objects/Rate Offerings category."
        },
        {
            "name":"Business Objects/Rate Offerings/Accessorials",
            "description":"The operations from the Business Objects/Rate Offerings/Accessorials category."
        },
        {
            "name":"Business Objects/Rate Offerings/Comments",
            "description":"The operations from the Business Objects/Rate Offerings/Comments category."
        },
        {
            "name":"Business Objects/Rate Offerings/Continuous Move Ending Exclusion Regions",
            "description":"The operations from the Business Objects/Rate Offerings/Continuous Move Ending Exclusion Regions category."
        },
        {
            "name":"Business Objects/Rate Offerings/Continuous Move Rules",
            "description":"The operations from the Business Objects/Rate Offerings/Continuous Move Rules category."
        },
        {
            "name":"Business Objects/Rate Offerings/Documents",
            "description":"The operations from the Business Objects/Rate Offerings/Documents category."
        },
        {
            "name":"Business Objects/Rate Offerings/Involved Parties",
            "description":"The operations from the Business Objects/Rate Offerings/Involved Parties category."
        },
        {
            "name":"Business Objects/Rate Offerings/NMFC Code Substitutes",
            "description":"The operations from the Business Objects/Rate Offerings/NMFC Code Substitutes category."
        },
        {
            "name":"Business Objects/Rate Offerings/Remarks",
            "description":"The operations from the Business Objects/Rate Offerings/Remarks category."
        },
        {
            "name":"Business Objects/Rate Offerings/Rules and Terms",
            "description":"The operations from the Business Objects/Rate Offerings/Rules and Terms category."
        },
        {
            "name":"Business Objects/Rate Offerings/SMC Discounts",
            "description":"The operations from the Business Objects/Rate Offerings/SMC Discounts category."
        },
        {
            "name":"Business Objects/Rate Offerings/Special Services",
            "description":"The operations from the Business Objects/Rate Offerings/Special Services category."
        },
        {
            "name":"Business Objects/Rate Offerings/Special Services/Accessorials",
            "description":"The operations from the Business Objects/Rate Offerings/Special Services/Accessorials category."
        },
        {
            "name":"Business Objects/Rate Offerings/Stop Rates",
            "description":"The operations from the Business Objects/Rate Offerings/Stop Rates category."
        },
        {
            "name":"Business Objects/Rate Records",
            "description":"The operations from the Business Objects/Rate Records category."
        },
        {
            "name":"Business Objects/Rate Records/Accessorials",
            "description":"The operations from the Business Objects/Rate Records/Accessorials category."
        },
        {
            "name":"Business Objects/Rate Records/Cost Groups",
            "description":"The operations from the Business Objects/Rate Records/Cost Groups category."
        },
        {
            "name":"Business Objects/Rate Records/Cost Groups/Costs",
            "description":"The operations from the Business Objects/Rate Records/Cost Groups/Costs category."
        },
        {
            "name":"Business Objects/Rate Records/Documents",
            "description":"The operations from the Business Objects/Rate Records/Documents category."
        },
        {
            "name":"Business Objects/Rate Records/NMFC Code Substitutes",
            "description":"The operations from the Business Objects/Rate Records/NMFC Code Substitutes category."
        },
        {
            "name":"Business Objects/Rate Records/Reference Numbers",
            "description":"The operations from the Business Objects/Rate Records/Reference Numbers category."
        },
        {
            "name":"Business Objects/Rate Records/Remarks",
            "description":"The operations from the Business Objects/Rate Records/Remarks category."
        },
        {
            "name":"Business Objects/Rate Records/SMC Discounts",
            "description":"The operations from the Business Objects/Rate Records/SMC Discounts category."
        },
        {
            "name":"Business Objects/Rate Records/Special Services",
            "description":"The operations from the Business Objects/Rate Records/Special Services category."
        },
        {
            "name":"Business Objects/Rate Records/Special Services/Accessorials",
            "description":"The operations from the Business Objects/Rate Records/Special Services/Accessorials category."
        },
        {
            "name":"Business Objects/Rate Records/Stop Rates",
            "description":"The operations from the Business Objects/Rate Records/Stop Rates category."
        },
        {
            "name":"Business Objects/Sell Shipments",
            "description":"The operations from the Business Objects/Sell Shipments category."
        },
        {
            "name":"Business Objects/Sell Shipments/Accessorials",
            "description":"The operations from the Business Objects/Sell Shipments/Accessorials category."
        },
        {
            "name":"Business Objects/Sell Shipments/Accessorials/Cost References",
            "description":"The operations from the Business Objects/Sell Shipments/Accessorials/Cost References category."
        },
        {
            "name":"Business Objects/Sell Shipments/Accessorials/Remarks",
            "description":"The operations from the Business Objects/Sell Shipments/Accessorials/Remarks category."
        },
        {
            "name":"Business Objects/Sell Shipments/Allocations",
            "description":"The operations from the Business Objects/Sell Shipments/Allocations category."
        },
        {
            "name":"Business Objects/Sell Shipments/Allocations/Order Base Line Allocations",
            "description":"The operations from the Business Objects/Sell Shipments/Allocations/Order Base Line Allocations category."
        },
        {
            "name":"Business Objects/Sell Shipments/Allocations/Order Release Allocations",
            "description":"The operations from the Business Objects/Sell Shipments/Allocations/Order Release Allocations category."
        },
        {
            "name":"Business Objects/Sell Shipments/Allocations/Order Release Line Allocations",
            "description":"The operations from the Business Objects/Sell Shipments/Allocations/Order Release Line Allocations category."
        },
        {
            "name":"Business Objects/Sell Shipments/Container Groups",
            "description":"The operations from the Business Objects/Sell Shipments/Container Groups category."
        },
        {
            "name":"Business Objects/Sell Shipments/Container Groups/Details",
            "description":"The operations from the Business Objects/Sell Shipments/Container Groups/Details category."
        },
        {
            "name":"Business Objects/Sell Shipments/Costs",
            "description":"The operations from the Business Objects/Sell Shipments/Costs category."
        },
        {
            "name":"Business Objects/Sell Shipments/Costs/Details",
            "description":"The operations from the Business Objects/Sell Shipments/Costs/Details category."
        },
        {
            "name":"Business Objects/Sell Shipments/Costs/References",
            "description":"The operations from the Business Objects/Sell Shipments/Costs/References category."
        },
        {
            "name":"Business Objects/Sell Shipments/Costs/Remarks",
            "description":"The operations from the Business Objects/Sell Shipments/Costs/Remarks category."
        },
        {
            "name":"Business Objects/Sell Shipments/Documents",
            "description":"The operations from the Business Objects/Sell Shipments/Documents category."
        },
        {
            "name":"Business Objects/Sell Shipments/Informational Costs",
            "description":"The operations from the Business Objects/Sell Shipments/Informational Costs category."
        },
        {
            "name":"Business Objects/Sell Shipments/Informational Costs/Details",
            "description":"The operations from the Business Objects/Sell Shipments/Informational Costs/Details category."
        },
        {
            "name":"Business Objects/Sell Shipments/Informational Costs/Remarks",
            "description":"The operations from the Business Objects/Sell Shipments/Informational Costs/Remarks category."
        },
        {
            "name":"Business Objects/Sell Shipments/Involved Parties",
            "description":"The operations from the Business Objects/Sell Shipments/Involved Parties category."
        },
        {
            "name":"Business Objects/Sell Shipments/Involved Parties/Override Addresses",
            "description":"The operations from the Business Objects/Sell Shipments/Involved Parties/Override Addresses category."
        },
        {
            "name":"Business Objects/Sell Shipments/Order Releases",
            "description":"The operations from the Business Objects/Sell Shipments/Order Releases category."
        },
        {
            "name":"Business Objects/Sell Shipments/Reference Numbers",
            "description":"The operations from the Business Objects/Sell Shipments/Reference Numbers category."
        },
        {
            "name":"Business Objects/Sell Shipments/Remarks",
            "description":"The operations from the Business Objects/Sell Shipments/Remarks category."
        },
        {
            "name":"Business Objects/Sell Shipments/Required Documents",
            "description":"The operations from the Business Objects/Sell Shipments/Required Documents category."
        },
        {
            "name":"Business Objects/Sell Shipments/Required Documents/Documents",
            "description":"The operations from the Business Objects/Sell Shipments/Required Documents/Documents category."
        },
        {
            "name":"Business Objects/Sell Shipments/Required Documents/Documents/Reviews",
            "description":"The operations from the Business Objects/Sell Shipments/Required Documents/Documents/Reviews category."
        },
        {
            "name":"Business Objects/Sell Shipments/Required Documents/Reviewers",
            "description":"The operations from the Business Objects/Sell Shipments/Required Documents/Reviewers category."
        },
        {
            "name":"Business Objects/Sell Shipments/Required Documents/Statuses",
            "description":"The operations from the Business Objects/Sell Shipments/Required Documents/Statuses category."
        },
        {
            "name":"Business Objects/Sell Shipments/Required Documents/Subscribers",
            "description":"The operations from the Business Objects/Sell Shipments/Required Documents/Subscribers category."
        },
        {
            "name":"Business Objects/Sell Shipments/Required Documents/Texts",
            "description":"The operations from the Business Objects/Sell Shipments/Required Documents/Texts category."
        },
        {
            "name":"Business Objects/Sell Shipments/Shipment Equipment",
            "description":"The operations from the Business Objects/Sell Shipments/Shipment Equipment category."
        },
        {
            "name":"Business Objects/Sell Shipments/Special Services",
            "description":"The operations from the Business Objects/Sell Shipments/Special Services category."
        },
        {
            "name":"Business Objects/Sell Shipments/Special Services/References",
            "description":"The operations from the Business Objects/Sell Shipments/Special Services/References category."
        },
        {
            "name":"Business Objects/Sell Shipments/Special Services/Remarks",
            "description":"The operations from the Business Objects/Sell Shipments/Special Services/Remarks category."
        },
        {
            "name":"Business Objects/Sell Shipments/Statuses",
            "description":"The operations from the Business Objects/Sell Shipments/Statuses category."
        },
        {
            "name":"Business Objects/Sell Shipments/Stops",
            "description":"The operations from the Business Objects/Sell Shipments/Stops category."
        },
        {
            "name":"Business Objects/Sell Shipments/Stops/Debriefs",
            "description":"The operations from the Business Objects/Sell Shipments/Stops/Debriefs category."
        },
        {
            "name":"Business Objects/Sell Shipments/Stops/Details",
            "description":"The operations from the Business Objects/Sell Shipments/Stops/Details category."
        },
        {
            "name":"Business Objects/Sell Shipments/Stops/Details/Involved Parties",
            "description":"The operations from the Business Objects/Sell Shipments/Stops/Details/Involved Parties category."
        },
        {
            "name":"Business Objects/Sell Shipments/Stops/Details/Shipment Ship Units",
            "description":"The operations from the Business Objects/Sell Shipments/Stops/Details/Shipment Ship Units category."
        },
        {
            "name":"Business Objects/Sell Shipments/Stops/Details/Shipment Ship Units/Accessorials",
            "description":"The operations from the Business Objects/Sell Shipments/Stops/Details/Shipment Ship Units/Accessorials category."
        },
        {
            "name":"Business Objects/Sell Shipments/Stops/Details/Shipment Ship Units/Lines",
            "description":"The operations from the Business Objects/Sell Shipments/Stops/Details/Shipment Ship Units/Lines category."
        },
        {
            "name":"Business Objects/Sell Shipments/Stops/Details/Shipment Ship Units/Lines/Reference Numbers",
            "description":"The operations from the Business Objects/Sell Shipments/Stops/Details/Shipment Ship Units/Lines/Reference Numbers category."
        },
        {
            "name":"Business Objects/Sell Shipments/Stops/Details/Shipment Ship Units/Lines/Remarks",
            "description":"The operations from the Business Objects/Sell Shipments/Stops/Details/Shipment Ship Units/Lines/Remarks category."
        },
        {
            "name":"Business Objects/Sell Shipments/Stops/Details/Shipment Ship Units/Pieces",
            "description":"The operations from the Business Objects/Sell Shipments/Stops/Details/Shipment Ship Units/Pieces category."
        },
        {
            "name":"Business Objects/Sell Shipments/Stops/Details/Shipment Ship Units/Reference Numbers",
            "description":"The operations from the Business Objects/Sell Shipments/Stops/Details/Shipment Ship Units/Reference Numbers category."
        },
        {
            "name":"Business Objects/Sell Shipments/Stops/Details/Shipment Ship Units/Remarks",
            "description":"The operations from the Business Objects/Sell Shipments/Stops/Details/Shipment Ship Units/Remarks category."
        },
        {
            "name":"Business Objects/Sell Shipments/Stops/Details/Shipment Ship Units/Seals",
            "description":"The operations from the Business Objects/Sell Shipments/Stops/Details/Shipment Ship Units/Seals category."
        },
        {
            "name":"Business Objects/Sell Shipments/Stops/Details/Shipment Ship Units/Shipment Equipment",
            "description":"The operations from the Business Objects/Sell Shipments/Stops/Details/Shipment Ship Units/Shipment Equipment category."
        },
        {
            "name":"Business Objects/Sell Shipments/Stops/Details/Shipment Ship Units/Special Services",
            "description":"The operations from the Business Objects/Sell Shipments/Stops/Details/Shipment Ship Units/Special Services category."
        },
        {
            "name":"Business Objects/Sell Shipments/Stops/Involved Parties",
            "description":"The operations from the Business Objects/Sell Shipments/Stops/Involved Parties category."
        },
        {
            "name":"Business Objects/Sell Shipments/Stops/Reference Numbers",
            "description":"The operations from the Business Objects/Sell Shipments/Stops/Reference Numbers category."
        },
        {
            "name":"Business Objects/Sell Shipments/Stops/Remarks",
            "description":"The operations from the Business Objects/Sell Shipments/Stops/Remarks category."
        },
        {
            "name":"Business Objects/Sell Shipments/Texts",
            "description":"The operations from the Business Objects/Sell Shipments/Texts category."
        },
        {
            "name":"Business Objects/Service Providers",
            "description":"The operations from the Business Objects/Service Providers category."
        },
        {
            "name":"Business Objects/Service Providers/Aliases",
            "description":"The operations from the Business Objects/Service Providers/Aliases category."
        },
        {
            "name":"Business Objects/Service Providers/Documents",
            "description":"The operations from the Business Objects/Service Providers/Documents category."
        },
        {
            "name":"Business Objects/Shipment Equipment",
            "description":"The operations from the Business Objects/Shipment Equipment category."
        },
        {
            "name":"Business Objects/Shipment Equipment/Attributes",
            "description":"The operations from the Business Objects/Shipment Equipment/Attributes category."
        },
        {
            "name":"Business Objects/Shipment Equipment/Seals",
            "description":"The operations from the Business Objects/Shipment Equipment/Seals category."
        },
        {
            "name":"Business Objects/Shipment Equipment/Statuses",
            "description":"The operations from the Business Objects/Shipment Equipment/Statuses category."
        },
        {
            "name":"Business Objects/Shipment Groups",
            "description":"The operations from the Business Objects/Shipment Groups category."
        },
        {
            "name":"Business Objects/Shipment Groups/Involved Parties",
            "description":"The operations from the Business Objects/Shipment Groups/Involved Parties category."
        },
        {
            "name":"Business Objects/Shipment Groups/Order Releases",
            "description":"The operations from the Business Objects/Shipment Groups/Order Releases category."
        },
        {
            "name":"Business Objects/Shipment Groups/Order Releases/Remarks",
            "description":"The operations from the Business Objects/Shipment Groups/Order Releases/Remarks category."
        },
        {
            "name":"Business Objects/Shipment Groups/Reference Numbers",
            "description":"The operations from the Business Objects/Shipment Groups/Reference Numbers category."
        },
        {
            "name":"Business Objects/Shipment Groups/Remarks",
            "description":"The operations from the Business Objects/Shipment Groups/Remarks category."
        },
        {
            "name":"Business Objects/Shipment Groups/Secondary Charges",
            "description":"The operations from the Business Objects/Shipment Groups/Secondary Charges category."
        },
        {
            "name":"Business Objects/Shipment Groups/Shipments",
            "description":"The operations from the Business Objects/Shipment Groups/Shipments category."
        },
        {
            "name":"Business Objects/Shipment Groups/Shipments/Remarks",
            "description":"The operations from the Business Objects/Shipment Groups/Shipments/Remarks category."
        },
        {
            "name":"Business Objects/Shipment Groups/Statuses",
            "description":"The operations from the Business Objects/Shipment Groups/Statuses category."
        },
        {
            "name":"Business Objects/Shipment No S S Us",
            "description":"The operations from the Business Objects/Shipment No S S Us category."
        },
        {
            "name":"Business Objects/Shipment No S S Us/Accessorials",
            "description":"The operations from the Business Objects/Shipment No S S Us/Accessorials category."
        },
        {
            "name":"Business Objects/Shipment No S S Us/Accessorials/Cost Refs",
            "description":"The operations from the Business Objects/Shipment No S S Us/Accessorials/Cost Refs category."
        },
        {
            "name":"Business Objects/Shipment No S S Us/Accessorials/Remarks",
            "description":"The operations from the Business Objects/Shipment No S S Us/Accessorials/Remarks category."
        },
        {
            "name":"Business Objects/Shipment No S S Us/Allocations",
            "description":"The operations from the Business Objects/Shipment No S S Us/Allocations category."
        },
        {
            "name":"Business Objects/Shipment No S S Us/Allocations/Order Allocations",
            "description":"The operations from the Business Objects/Shipment No S S Us/Allocations/Order Allocations category."
        },
        {
            "name":"Business Objects/Shipment No S S Us/Allocations/Order Base Line Allocations",
            "description":"The operations from the Business Objects/Shipment No S S Us/Allocations/Order Base Line Allocations category."
        },
        {
            "name":"Business Objects/Shipment No S S Us/Allocations/Order Line Allocations",
            "description":"The operations from the Business Objects/Shipment No S S Us/Allocations/Order Line Allocations category."
        },
        {
            "name":"Business Objects/Shipment No S S Us/Container Groups",
            "description":"The operations from the Business Objects/Shipment No S S Us/Container Groups category."
        },
        {
            "name":"Business Objects/Shipment No S S Us/Container Groups/Details",
            "description":"The operations from the Business Objects/Shipment No S S Us/Container Groups/Details category."
        },
        {
            "name":"Business Objects/Shipment No S S Us/Costs",
            "description":"The operations from the Business Objects/Shipment No S S Us/Costs category."
        },
        {
            "name":"Business Objects/Shipment No S S Us/Costs/Details",
            "description":"The operations from the Business Objects/Shipment No S S Us/Costs/Details category."
        },
        {
            "name":"Business Objects/Shipment No S S Us/Costs/Refs",
            "description":"The operations from the Business Objects/Shipment No S S Us/Costs/Refs category."
        },
        {
            "name":"Business Objects/Shipment No S S Us/Costs/Remarks",
            "description":"The operations from the Business Objects/Shipment No S S Us/Costs/Remarks category."
        },
        {
            "name":"Business Objects/Shipment No S S Us/Documents",
            "description":"The operations from the Business Objects/Shipment No S S Us/Documents category."
        },
        {
            "name":"Business Objects/Shipment No S S Us/Informational Costs",
            "description":"The operations from the Business Objects/Shipment No S S Us/Informational Costs category."
        },
        {
            "name":"Business Objects/Shipment No S S Us/Informational Costs/Details",
            "description":"The operations from the Business Objects/Shipment No S S Us/Informational Costs/Details category."
        },
        {
            "name":"Business Objects/Shipment No S S Us/Informational Costs/Remarks",
            "description":"The operations from the Business Objects/Shipment No S S Us/Informational Costs/Remarks category."
        },
        {
            "name":"Business Objects/Shipment No S S Us/Involved Parties",
            "description":"The operations from the Business Objects/Shipment No S S Us/Involved Parties category."
        },
        {
            "name":"Business Objects/Shipment No S S Us/Involved Parties/Override Addresses",
            "description":"The operations from the Business Objects/Shipment No S S Us/Involved Parties/Override Addresses category."
        },
        {
            "name":"Business Objects/Shipment No S S Us/Order Releases",
            "description":"The operations from the Business Objects/Shipment No S S Us/Order Releases category."
        },
        {
            "name":"Business Objects/Shipment No S S Us/Refnums",
            "description":"The operations from the Business Objects/Shipment No S S Us/Refnums category."
        },
        {
            "name":"Business Objects/Shipment No S S Us/Remarks",
            "description":"The operations from the Business Objects/Shipment No S S Us/Remarks category."
        },
        {
            "name":"Business Objects/Shipment No S S Us/Reqdocs",
            "description":"The operations from the Business Objects/Shipment No S S Us/Reqdocs category."
        },
        {
            "name":"Business Objects/Shipment No S S Us/Reqdocs/Docs",
            "description":"The operations from the Business Objects/Shipment No S S Us/Reqdocs/Docs category."
        },
        {
            "name":"Business Objects/Shipment No S S Us/Reqdocs/Docs/Reviews",
            "description":"The operations from the Business Objects/Shipment No S S Us/Reqdocs/Docs/Reviews category."
        },
        {
            "name":"Business Objects/Shipment No S S Us/Reqdocs/Reviewers",
            "description":"The operations from the Business Objects/Shipment No S S Us/Reqdocs/Reviewers category."
        },
        {
            "name":"Business Objects/Shipment No S S Us/Reqdocs/Statuses",
            "description":"The operations from the Business Objects/Shipment No S S Us/Reqdocs/Statuses category."
        },
        {
            "name":"Business Objects/Shipment No S S Us/Reqdocs/Subscribers",
            "description":"The operations from the Business Objects/Shipment No S S Us/Reqdocs/Subscribers category."
        },
        {
            "name":"Business Objects/Shipment No S S Us/Reqdocs/Texts",
            "description":"The operations from the Business Objects/Shipment No S S Us/Reqdocs/Texts category."
        },
        {
            "name":"Business Objects/Shipment No S S Us/S Equipments",
            "description":"The operations from the Business Objects/Shipment No S S Us/S Equipments category."
        },
        {
            "name":"Business Objects/Shipment No S S Us/Special Services",
            "description":"The operations from the Business Objects/Shipment No S S Us/Special Services category."
        },
        {
            "name":"Business Objects/Shipment No S S Us/Special Services/Refs",
            "description":"The operations from the Business Objects/Shipment No S S Us/Special Services/Refs category."
        },
        {
            "name":"Business Objects/Shipment No S S Us/Special Services/Remarks",
            "description":"The operations from the Business Objects/Shipment No S S Us/Special Services/Remarks category."
        },
        {
            "name":"Business Objects/Shipment No S S Us/Special Services/Secondary Charges",
            "description":"The operations from the Business Objects/Shipment No S S Us/Special Services/Secondary Charges category."
        },
        {
            "name":"Business Objects/Shipment No S S Us/Statuses",
            "description":"The operations from the Business Objects/Shipment No S S Us/Statuses category."
        },
        {
            "name":"Business Objects/Shipment No S S Us/Stops",
            "description":"The operations from the Business Objects/Shipment No S S Us/Stops category."
        },
        {
            "name":"Business Objects/Shipment No S S Us/Stops/Debriefs",
            "description":"The operations from the Business Objects/Shipment No S S Us/Stops/Debriefs category."
        },
        {
            "name":"Business Objects/Shipment No S S Us/Stops/Details",
            "description":"The operations from the Business Objects/Shipment No S S Us/Stops/Details category."
        },
        {
            "name":"Business Objects/Shipment No S S Us/Stops/Details/Involved Parties",
            "description":"The operations from the Business Objects/Shipment No S S Us/Stops/Details/Involved Parties category."
        },
        {
            "name":"Business Objects/Shipment No S S Us/Stops/Details/S Ship Units",
            "description":"The operations from the Business Objects/Shipment No S S Us/Stops/Details/S Ship Units category."
        },
        {
            "name":"Business Objects/Shipment No S S Us/Stops/Details/S Ship Units/Accessorials",
            "description":"The operations from the Business Objects/Shipment No S S Us/Stops/Details/S Ship Units/Accessorials category."
        },
        {
            "name":"Business Objects/Shipment No S S Us/Stops/Details/S Ship Units/Lines",
            "description":"The operations from the Business Objects/Shipment No S S Us/Stops/Details/S Ship Units/Lines category."
        },
        {
            "name":"Business Objects/Shipment No S S Us/Stops/Details/S Ship Units/Lines/Refnums",
            "description":"The operations from the Business Objects/Shipment No S S Us/Stops/Details/S Ship Units/Lines/Refnums category."
        },
        {
            "name":"Business Objects/Shipment No S S Us/Stops/Details/S Ship Units/Lines/Remarks",
            "description":"The operations from the Business Objects/Shipment No S S Us/Stops/Details/S Ship Units/Lines/Remarks category."
        },
        {
            "name":"Business Objects/Shipment No S S Us/Stops/Details/S Ship Units/Pieces",
            "description":"The operations from the Business Objects/Shipment No S S Us/Stops/Details/S Ship Units/Pieces category."
        },
        {
            "name":"Business Objects/Shipment No S S Us/Stops/Details/S Ship Units/Refnums",
            "description":"The operations from the Business Objects/Shipment No S S Us/Stops/Details/S Ship Units/Refnums category."
        },
        {
            "name":"Business Objects/Shipment No S S Us/Stops/Details/S Ship Units/Remarks",
            "description":"The operations from the Business Objects/Shipment No S S Us/Stops/Details/S Ship Units/Remarks category."
        },
        {
            "name":"Business Objects/Shipment No S S Us/Stops/Details/S Ship Units/S Equipments",
            "description":"The operations from the Business Objects/Shipment No S S Us/Stops/Details/S Ship Units/S Equipments category."
        },
        {
            "name":"Business Objects/Shipment No S S Us/Stops/Details/S Ship Units/Seals",
            "description":"The operations from the Business Objects/Shipment No S S Us/Stops/Details/S Ship Units/Seals category."
        },
        {
            "name":"Business Objects/Shipment No S S Us/Stops/Details/S Ship Units/Special Services",
            "description":"The operations from the Business Objects/Shipment No S S Us/Stops/Details/S Ship Units/Special Services category."
        },
        {
            "name":"Business Objects/Shipment No S S Us/Stops/Involved Parties",
            "description":"The operations from the Business Objects/Shipment No S S Us/Stops/Involved Parties category."
        },
        {
            "name":"Business Objects/Shipment No S S Us/Stops/Refnums",
            "description":"The operations from the Business Objects/Shipment No S S Us/Stops/Refnums category."
        },
        {
            "name":"Business Objects/Shipment No S S Us/Stops/Remarks",
            "description":"The operations from the Business Objects/Shipment No S S Us/Stops/Remarks category."
        },
        {
            "name":"Business Objects/Shipment No S S Us/Tenders",
            "description":"The operations from the Business Objects/Shipment No S S Us/Tenders category."
        },
        {
            "name":"Business Objects/Shipment No S S Us/Texts",
            "description":"The operations from the Business Objects/Shipment No S S Us/Texts category."
        },
        {
            "name":"Business Objects/Shipment No S S Us/Tracking Events",
            "description":"The operations from the Business Objects/Shipment No S S Us/Tracking Events category."
        },
        {
            "name":"Business Objects/Shipment Ship Units",
            "description":"The operations from the Business Objects/Shipment Ship Units category."
        },
        {
            "name":"Business Objects/Shipment Ship Units/Accessorials",
            "description":"The operations from the Business Objects/Shipment Ship Units/Accessorials category."
        },
        {
            "name":"Business Objects/Shipment Ship Units/Equipment",
            "description":"The operations from the Business Objects/Shipment Ship Units/Equipment category."
        },
        {
            "name":"Business Objects/Shipment Ship Units/Lines",
            "description":"The operations from the Business Objects/Shipment Ship Units/Lines category."
        },
        {
            "name":"Business Objects/Shipment Ship Units/Lines/Accessorials",
            "description":"The operations from the Business Objects/Shipment Ship Units/Lines/Accessorials category."
        },
        {
            "name":"Business Objects/Shipment Ship Units/Lines/Accessorials/Remarks",
            "description":"The operations from the Business Objects/Shipment Ship Units/Lines/Accessorials/Remarks category."
        },
        {
            "name":"Business Objects/Shipment Ship Units/Lines/Reference Numbers",
            "description":"The operations from the Business Objects/Shipment Ship Units/Lines/Reference Numbers category."
        },
        {
            "name":"Business Objects/Shipment Ship Units/Lines/Remarks",
            "description":"The operations from the Business Objects/Shipment Ship Units/Lines/Remarks category."
        },
        {
            "name":"Business Objects/Shipment Ship Units/Pieces",
            "description":"The operations from the Business Objects/Shipment Ship Units/Pieces category."
        },
        {
            "name":"Business Objects/Shipment Ship Units/Reference Numbers",
            "description":"The operations from the Business Objects/Shipment Ship Units/Reference Numbers category."
        },
        {
            "name":"Business Objects/Shipment Ship Units/Remarks",
            "description":"The operations from the Business Objects/Shipment Ship Units/Remarks category."
        },
        {
            "name":"Business Objects/Shipment Ship Units/Seals",
            "description":"The operations from the Business Objects/Shipment Ship Units/Seals category."
        },
        {
            "name":"Business Objects/Shipment Ship Units/Special Services",
            "description":"The operations from the Business Objects/Shipment Ship Units/Special Services category."
        },
        {
            "name":"Business Objects/Shipment Ship Units/Tracking Events",
            "description":"The operations from the Business Objects/Shipment Ship Units/Tracking Events category."
        },
        {
            "name":"Business Objects/Shipments",
            "description":"The operations from the Business Objects/Shipments category."
        },
        {
            "name":"Business Objects/Shipments/Accessorials",
            "description":"The operations from the Business Objects/Shipments/Accessorials category."
        },
        {
            "name":"Business Objects/Shipments/Accessorials/Cost References",
            "description":"The operations from the Business Objects/Shipments/Accessorials/Cost References category."
        },
        {
            "name":"Business Objects/Shipments/Accessorials/Remarks",
            "description":"The operations from the Business Objects/Shipments/Accessorials/Remarks category."
        },
        {
            "name":"Business Objects/Shipments/Allocations",
            "description":"The operations from the Business Objects/Shipments/Allocations category."
        },
        {
            "name":"Business Objects/Shipments/Allocations/Order Base Line Allocations",
            "description":"The operations from the Business Objects/Shipments/Allocations/Order Base Line Allocations category."
        },
        {
            "name":"Business Objects/Shipments/Allocations/Order Release Allocations",
            "description":"The operations from the Business Objects/Shipments/Allocations/Order Release Allocations category."
        },
        {
            "name":"Business Objects/Shipments/Allocations/Order Release Line Allocations",
            "description":"The operations from the Business Objects/Shipments/Allocations/Order Release Line Allocations category."
        },
        {
            "name":"Business Objects/Shipments/Container Groups",
            "description":"The operations from the Business Objects/Shipments/Container Groups category."
        },
        {
            "name":"Business Objects/Shipments/Container Groups/Details",
            "description":"The operations from the Business Objects/Shipments/Container Groups/Details category."
        },
        {
            "name":"Business Objects/Shipments/Costs",
            "description":"The operations from the Business Objects/Shipments/Costs category."
        },
        {
            "name":"Business Objects/Shipments/Costs/Details",
            "description":"The operations from the Business Objects/Shipments/Costs/Details category."
        },
        {
            "name":"Business Objects/Shipments/Costs/References",
            "description":"The operations from the Business Objects/Shipments/Costs/References category."
        },
        {
            "name":"Business Objects/Shipments/Costs/Remarks",
            "description":"The operations from the Business Objects/Shipments/Costs/Remarks category."
        },
        {
            "name":"Business Objects/Shipments/Documents",
            "description":"The operations from the Business Objects/Shipments/Documents category."
        },
        {
            "name":"Business Objects/Shipments/Informational Costs",
            "description":"The operations from the Business Objects/Shipments/Informational Costs category."
        },
        {
            "name":"Business Objects/Shipments/Informational Costs/Details",
            "description":"The operations from the Business Objects/Shipments/Informational Costs/Details category."
        },
        {
            "name":"Business Objects/Shipments/Informational Costs/Remarks",
            "description":"The operations from the Business Objects/Shipments/Informational Costs/Remarks category."
        },
        {
            "name":"Business Objects/Shipments/Involved Parties",
            "description":"The operations from the Business Objects/Shipments/Involved Parties category."
        },
        {
            "name":"Business Objects/Shipments/Involved Parties/Override Addresses",
            "description":"The operations from the Business Objects/Shipments/Involved Parties/Override Addresses category."
        },
        {
            "name":"Business Objects/Shipments/Order Releases",
            "description":"The operations from the Business Objects/Shipments/Order Releases category."
        },
        {
            "name":"Business Objects/Shipments/Reference Numbers",
            "description":"The operations from the Business Objects/Shipments/Reference Numbers category."
        },
        {
            "name":"Business Objects/Shipments/Remarks",
            "description":"The operations from the Business Objects/Shipments/Remarks category."
        },
        {
            "name":"Business Objects/Shipments/Required Documents",
            "description":"The operations from the Business Objects/Shipments/Required Documents category."
        },
        {
            "name":"Business Objects/Shipments/Required Documents/Documents",
            "description":"The operations from the Business Objects/Shipments/Required Documents/Documents category."
        },
        {
            "name":"Business Objects/Shipments/Required Documents/Documents/Reviews",
            "description":"The operations from the Business Objects/Shipments/Required Documents/Documents/Reviews category."
        },
        {
            "name":"Business Objects/Shipments/Required Documents/Reviewers",
            "description":"The operations from the Business Objects/Shipments/Required Documents/Reviewers category."
        },
        {
            "name":"Business Objects/Shipments/Required Documents/Statuses",
            "description":"The operations from the Business Objects/Shipments/Required Documents/Statuses category."
        },
        {
            "name":"Business Objects/Shipments/Required Documents/Subscribers",
            "description":"The operations from the Business Objects/Shipments/Required Documents/Subscribers category."
        },
        {
            "name":"Business Objects/Shipments/Required Documents/Texts",
            "description":"The operations from the Business Objects/Shipments/Required Documents/Texts category."
        },
        {
            "name":"Business Objects/Shipments/S Ship Units",
            "description":"The operations from the Business Objects/Shipments/S Ship Units category."
        },
        {
            "name":"Business Objects/Shipments/S Ship Units/Accessorials",
            "description":"The operations from the Business Objects/Shipments/S Ship Units/Accessorials category."
        },
        {
            "name":"Business Objects/Shipments/S Ship Units/Lines",
            "description":"The operations from the Business Objects/Shipments/S Ship Units/Lines category."
        },
        {
            "name":"Business Objects/Shipments/S Ship Units/Lines/Accessorials",
            "description":"The operations from the Business Objects/Shipments/S Ship Units/Lines/Accessorials category."
        },
        {
            "name":"Business Objects/Shipments/S Ship Units/Lines/Accessorials/Remarks",
            "description":"The operations from the Business Objects/Shipments/S Ship Units/Lines/Accessorials/Remarks category."
        },
        {
            "name":"Business Objects/Shipments/S Ship Units/Lines/Refnums",
            "description":"The operations from the Business Objects/Shipments/S Ship Units/Lines/Refnums category."
        },
        {
            "name":"Business Objects/Shipments/S Ship Units/Lines/Remarks",
            "description":"The operations from the Business Objects/Shipments/S Ship Units/Lines/Remarks category."
        },
        {
            "name":"Business Objects/Shipments/S Ship Units/Pieces",
            "description":"The operations from the Business Objects/Shipments/S Ship Units/Pieces category."
        },
        {
            "name":"Business Objects/Shipments/S Ship Units/Refnums",
            "description":"The operations from the Business Objects/Shipments/S Ship Units/Refnums category."
        },
        {
            "name":"Business Objects/Shipments/S Ship Units/Remarks",
            "description":"The operations from the Business Objects/Shipments/S Ship Units/Remarks category."
        },
        {
            "name":"Business Objects/Shipments/S Ship Units/S Equipments",
            "description":"The operations from the Business Objects/Shipments/S Ship Units/S Equipments category."
        },
        {
            "name":"Business Objects/Shipments/S Ship Units/Seals",
            "description":"The operations from the Business Objects/Shipments/S Ship Units/Seals category."
        },
        {
            "name":"Business Objects/Shipments/S Ship Units/Special Services",
            "description":"The operations from the Business Objects/Shipments/S Ship Units/Special Services category."
        },
        {
            "name":"Business Objects/Shipments/S Ship Units/Tracking Events",
            "description":"The operations from the Business Objects/Shipments/S Ship Units/Tracking Events category."
        },
        {
            "name":"Business Objects/Shipments/Shipment Equipment",
            "description":"The operations from the Business Objects/Shipments/Shipment Equipment category."
        },
        {
            "name":"Business Objects/Shipments/Special Services",
            "description":"The operations from the Business Objects/Shipments/Special Services category."
        },
        {
            "name":"Business Objects/Shipments/Special Services/References",
            "description":"The operations from the Business Objects/Shipments/Special Services/References category."
        },
        {
            "name":"Business Objects/Shipments/Special Services/Remarks",
            "description":"The operations from the Business Objects/Shipments/Special Services/Remarks category."
        },
        {
            "name":"Business Objects/Shipments/Special Services/Secondary Charges",
            "description":"The operations from the Business Objects/Shipments/Special Services/Secondary Charges category."
        },
        {
            "name":"Business Objects/Shipments/Statuses",
            "description":"The operations from the Business Objects/Shipments/Statuses category."
        },
        {
            "name":"Business Objects/Shipments/Stops",
            "description":"The operations from the Business Objects/Shipments/Stops category."
        },
        {
            "name":"Business Objects/Shipments/Stops/Debriefs",
            "description":"The operations from the Business Objects/Shipments/Stops/Debriefs category."
        },
        {
            "name":"Business Objects/Shipments/Stops/Details",
            "description":"The operations from the Business Objects/Shipments/Stops/Details category."
        },
        {
            "name":"Business Objects/Shipments/Stops/Details/Involved Parties",
            "description":"The operations from the Business Objects/Shipments/Stops/Details/Involved Parties category."
        },
        {
            "name":"Business Objects/Shipments/Stops/Involved Parties",
            "description":"The operations from the Business Objects/Shipments/Stops/Involved Parties category."
        },
        {
            "name":"Business Objects/Shipments/Stops/Reference Numbers",
            "description":"The operations from the Business Objects/Shipments/Stops/Reference Numbers category."
        },
        {
            "name":"Business Objects/Shipments/Stops/Remarks",
            "description":"The operations from the Business Objects/Shipments/Stops/Remarks category."
        },
        {
            "name":"Business Objects/Shipments/Tenders",
            "description":"The operations from the Business Objects/Shipments/Tenders category."
        },
        {
            "name":"Business Objects/Shipments/Texts",
            "description":"The operations from the Business Objects/Shipments/Texts category."
        },
        {
            "name":"Business Objects/Shipments/Tracking Events",
            "description":"The operations from the Business Objects/Shipments/Tracking Events category."
        },
        {
            "name":"Business Objects/Sku Transactions",
            "description":"The operations from the Business Objects/Sku Transactions category."
        },
        {
            "name":"Business Objects/Sku Transactions/Sku Transaction Descriptors",
            "description":"The operations from the Business Objects/Sku Transactions/Sku Transaction Descriptors category."
        },
        {
            "name":"Business Objects/Stowage Mode Pref Rules",
            "description":"The operations from the Business Objects/Stowage Mode Pref Rules category."
        },
        {
            "name":"Business Objects/Stowage Mode Pref Rules/Stowage Mode Preferences",
            "description":"The operations from the Business Objects/Stowage Mode Pref Rules/Stowage Mode Preferences category."
        },
        {
            "name":"Business Objects/Tenders",
            "description":"The operations from the Business Objects/Tenders category."
        },
        {
            "name":"Business Objects/Tenders/Conditional Booking Fields",
            "description":"The operations from the Business Objects/Tenders/Conditional Booking Fields category."
        },
        {
            "name":"Business Objects/Tenders/Service Providers",
            "description":"The operations from the Business Objects/Tenders/Service Providers category."
        },
        {
            "name":"Business Objects/Tenders/Service Providers/Bids",
            "description":"The operations from the Business Objects/Tenders/Service Providers/Bids category."
        },
        {
            "name":"Business Objects/Tenders/Service Providers/Comments",
            "description":"The operations from the Business Objects/Tenders/Service Providers/Comments category."
        },
        {
            "name":"Business Objects/Tenders/Service Providers/Equipments",
            "description":"The operations from the Business Objects/Tenders/Service Providers/Equipments category."
        },
        {
            "name":"Business Objects/Tenders/Service Providers/Refnums",
            "description":"The operations from the Business Objects/Tenders/Service Providers/Refnums category."
        },
        {
            "name":"Business Objects/Tenders/Service Providers/Spot Rates",
            "description":"The operations from the Business Objects/Tenders/Service Providers/Spot Rates category."
        },
        {
            "name":"Business Objects/Tenders/Shipment Ship Units",
            "description":"The operations from the Business Objects/Tenders/Shipment Ship Units category."
        },
        {
            "name":"Business Objects/Tenders/Statuses",
            "description":"The operations from the Business Objects/Tenders/Statuses category."
        },
        {
            "name":"Business Objects/Tip Inventories",
            "description":"The operations from the Business Objects/Tip Inventories category."
        },
        {
            "name":"Business Objects/Tip Inventories/Movements",
            "description":"The operations from the Business Objects/Tip Inventories/Movements category."
        },
        {
            "name":"Business Objects/Tip Inventories/Refnums",
            "description":"The operations from the Business Objects/Tip Inventories/Refnums category."
        },
        {
            "name":"Business Objects/Tip Inventories/Values",
            "description":"The operations from the Business Objects/Tip Inventories/Values category."
        },
        {
            "name":"Business Objects/Tip Inventory Movements",
            "description":"The operations from the Business Objects/Tip Inventory Movements category."
        },
        {
            "name":"Business Objects/Tip Inventory Movements/Refnums",
            "description":"The operations from the Business Objects/Tip Inventory Movements/Refnums category."
        },
        {
            "name":"Business Objects/Tip Inventory Movements/Values",
            "description":"The operations from the Business Objects/Tip Inventory Movements/Values category."
        },
        {
            "name":"Business Objects/Tracking Events",
            "description":"The operations from the Business Objects/Tracking Events category."
        },
        {
            "name":"Business Objects/Tracking Events/Document Responses",
            "description":"The operations from the Business Objects/Tracking Events/Document Responses category."
        },
        {
            "name":"Business Objects/Tracking Events/Equipment",
            "description":"The operations from the Business Objects/Tracking Events/Equipment category."
        },
        {
            "name":"Business Objects/Tracking Events/Equipment/Seals",
            "description":"The operations from the Business Objects/Tracking Events/Equipment/Seals category."
        },
        {
            "name":"Business Objects/Tracking Events/Hours of Service Rules",
            "description":"The operations from the Business Objects/Tracking Events/Hours of Service Rules category."
        },
        {
            "name":"Business Objects/Tracking Events/Matched Demurrage Transactions",
            "description":"The operations from the Business Objects/Tracking Events/Matched Demurrage Transactions category."
        },
        {
            "name":"Business Objects/Tracking Events/Matched Documents",
            "description":"The operations from the Business Objects/Tracking Events/Matched Documents category."
        },
        {
            "name":"Business Objects/Tracking Events/Matched Drivers",
            "description":"The operations from the Business Objects/Tracking Events/Matched Drivers category."
        },
        {
            "name":"Business Objects/Tracking Events/Matched Equipment",
            "description":"The operations from the Business Objects/Tracking Events/Matched Equipment category."
        },
        {
            "name":"Business Objects/Tracking Events/Matched Involved Parties",
            "description":"The operations from the Business Objects/Tracking Events/Matched Involved Parties category."
        },
        {
            "name":"Business Objects/Tracking Events/Matched Order Base Lines",
            "description":"The operations from the Business Objects/Tracking Events/Matched Order Base Lines category."
        },
        {
            "name":"Business Objects/Tracking Events/Matched Order Base Ship Units",
            "description":"The operations from the Business Objects/Tracking Events/Matched Order Base Ship Units category."
        },
        {
            "name":"Business Objects/Tracking Events/Matched Order Bases",
            "description":"The operations from the Business Objects/Tracking Events/Matched Order Bases category."
        },
        {
            "name":"Business Objects/Tracking Events/Matched Order Release Lines",
            "description":"The operations from the Business Objects/Tracking Events/Matched Order Release Lines category."
        },
        {
            "name":"Business Objects/Tracking Events/Matched Order Release Ship Unit Lines",
            "description":"The operations from the Business Objects/Tracking Events/Matched Order Release Ship Unit Lines category."
        },
        {
            "name":"Business Objects/Tracking Events/Matched Order Release Ship Units",
            "description":"The operations from the Business Objects/Tracking Events/Matched Order Release Ship Units category."
        },
        {
            "name":"Business Objects/Tracking Events/Matched Order Releases",
            "description":"The operations from the Business Objects/Tracking Events/Matched Order Releases category."
        },
        {
            "name":"Business Objects/Tracking Events/Matched Power Units",
            "description":"The operations from the Business Objects/Tracking Events/Matched Power Units category."
        },
        {
            "name":"Business Objects/Tracking Events/Matched Shipment Groups",
            "description":"The operations from the Business Objects/Tracking Events/Matched Shipment Groups category."
        },
        {
            "name":"Business Objects/Tracking Events/Matched Shipment Ship Unit Lines",
            "description":"The operations from the Business Objects/Tracking Events/Matched Shipment Ship Unit Lines category."
        },
        {
            "name":"Business Objects/Tracking Events/Matched Shipment Ship Units",
            "description":"The operations from the Business Objects/Tracking Events/Matched Shipment Ship Units category."
        },
        {
            "name":"Business Objects/Tracking Events/Matched Shipments",
            "description":"The operations from the Business Objects/Tracking Events/Matched Shipments category."
        },
        {
            "name":"Business Objects/Tracking Events/Remarks",
            "description":"The operations from the Business Objects/Tracking Events/Remarks category."
        },
        {
            "name":"Business Objects/Tracking Events/Ship Units",
            "description":"The operations from the Business Objects/Tracking Events/Ship Units category."
        },
        {
            "name":"Business Objects/Tracking Events/Ship Units/Lines",
            "description":"The operations from the Business Objects/Tracking Events/Ship Units/Lines category."
        },
        {
            "name":"Business Objects/Tracking Events/Shipment Group Reference Numbers",
            "description":"The operations from the Business Objects/Tracking Events/Shipment Group Reference Numbers category."
        },
        {
            "name":"Business Objects/Tracking Events/Shipment Reference Numbers",
            "description":"The operations from the Business Objects/Tracking Events/Shipment Reference Numbers category."
        },
        {
            "name":"Business Objects/Tracking Events/Special Services",
            "description":"The operations from the Business Objects/Tracking Events/Special Services category."
        },
        {
            "name":"Business Objects/Tracking Events/Special Services/Remarks",
            "description":"The operations from the Business Objects/Tracking Events/Special Services/Remarks category."
        },
        {
            "name":"Business Objects/Tracking Events/Stops",
            "description":"The operations from the Business Objects/Tracking Events/Stops category."
        },
        {
            "name":"Business Objects/Trade Licenses",
            "description":"The operations from the Business Objects/Trade Licenses category."
        },
        {
            "name":"Business Objects/Trade Licenses/Control Type Codes",
            "description":"The operations from the Business Objects/Trade Licenses/Control Type Codes category."
        },
        {
            "name":"Business Objects/Trade Licenses/Involved Parties",
            "description":"The operations from the Business Objects/Trade Licenses/Involved Parties category."
        },
        {
            "name":"Business Objects/Trade Licenses/License Dates",
            "description":"The operations from the Business Objects/Trade Licenses/License Dates category."
        },
        {
            "name":"Business Objects/Trade Licenses/Lines",
            "description":"The operations from the Business Objects/Trade Licenses/Lines category."
        },
        {
            "name":"Business Objects/Trade Licenses/Lines/Items",
            "description":"The operations from the Business Objects/Trade Licenses/Lines/Items category."
        },
        {
            "name":"Business Objects/Trade Licenses/Lines/Reference Numbers",
            "description":"The operations from the Business Objects/Trade Licenses/Lines/Reference Numbers category."
        },
        {
            "name":"Business Objects/Trade Licenses/Lines/Remarks",
            "description":"The operations from the Business Objects/Trade Licenses/Lines/Remarks category."
        },
        {
            "name":"Business Objects/Trade Licenses/Lines/Values",
            "description":"The operations from the Business Objects/Trade Licenses/Lines/Values category."
        },
        {
            "name":"Business Objects/Trade Licenses/Ports",
            "description":"The operations from the Business Objects/Trade Licenses/Ports category."
        },
        {
            "name":"Business Objects/Trade Licenses/Reference Numbers",
            "description":"The operations from the Business Objects/Trade Licenses/Reference Numbers category."
        },
        {
            "name":"Business Objects/Trade Licenses/Regions",
            "description":"The operations from the Business Objects/Trade Licenses/Regions category."
        },
        {
            "name":"Business Objects/Trade Licenses/Remarks",
            "description":"The operations from the Business Objects/Trade Licenses/Remarks category."
        },
        {
            "name":"Business Objects/Trade Licenses/Statuses",
            "description":"The operations from the Business Objects/Trade Licenses/Statuses category."
        },
        {
            "name":"Business Objects/Trade Licenses/Texts",
            "description":"The operations from the Business Objects/Trade Licenses/Texts category."
        },
        {
            "name":"Business Objects/Trade Licenses/Trade Related Licenses",
            "description":"The operations from the Business Objects/Trade Licenses/Trade Related Licenses category."
        },
        {
            "name":"Business Objects/Trade Licenses/Trade Related Registrations",
            "description":"The operations from the Business Objects/Trade Licenses/Trade Related Registrations category."
        },
        {
            "name":"Business Objects/Trade Licenses/Type Codes",
            "description":"The operations from the Business Objects/Trade Licenses/Type Codes category."
        },
        {
            "name":"Business Objects/Trade Parties",
            "description":"The operations from the Business Objects/Trade Parties category."
        },
        {
            "name":"Business Objects/Trade Parties/Communication Methods",
            "description":"The operations from the Business Objects/Trade Parties/Communication Methods category."
        },
        {
            "name":"Business Objects/Trade Parties/Corporations",
            "description":"The operations from the Business Objects/Trade Parties/Corporations category."
        },
        {
            "name":"Business Objects/Trade Parties/Documents",
            "description":"The operations from the Business Objects/Trade Parties/Documents category."
        },
        {
            "name":"Business Objects/Trade Parties/Groups",
            "description":"The operations from the Business Objects/Trade Parties/Groups category."
        },
        {
            "name":"Business Objects/Trade Parties/Involved Parties",
            "description":"The operations from the Business Objects/Trade Parties/Involved Parties category."
        },
        {
            "name":"Business Objects/Trade Parties/Normalized Attributes",
            "description":"The operations from the Business Objects/Trade Parties/Normalized Attributes category."
        },
        {
            "name":"Business Objects/Trade Parties/Party Codes",
            "description":"The operations from the Business Objects/Trade Parties/Party Codes category."
        },
        {
            "name":"Business Objects/Trade Parties/Party Screenings",
            "description":"The operations from the Business Objects/Trade Parties/Party Screenings category."
        },
        {
            "name":"Business Objects/Trade Parties/Party Screenings/Party Screening Comments",
            "description":"The operations from the Business Objects/Trade Parties/Party Screenings/Party Screening Comments category."
        },
        {
            "name":"Business Objects/Trade Parties/Preferences",
            "description":"The operations from the Business Objects/Trade Parties/Preferences category."
        },
        {
            "name":"Business Objects/Trade Parties/Reference Numbers",
            "description":"The operations from the Business Objects/Trade Parties/Reference Numbers category."
        },
        {
            "name":"Business Objects/Trade Parties/Remarks",
            "description":"The operations from the Business Objects/Trade Parties/Remarks category."
        },
        {
            "name":"Business Objects/Trade Parties/Sanctioned Screenings",
            "description":"The operations from the Business Objects/Trade Parties/Sanctioned Screenings category."
        },
        {
            "name":"Business Objects/Trade Parties/Statuses",
            "description":"The operations from the Business Objects/Trade Parties/Statuses category."
        },
        {
            "name":"Business Objects/Trade Transaction Lines",
            "description":"The operations from the Business Objects/Trade Transaction Lines category."
        },
        {
            "name":"Business Objects/Trade Transaction Lines/Codes",
            "description":"The operations from the Business Objects/Trade Transaction Lines/Codes category."
        },
        {
            "name":"Business Objects/Trade Transaction Lines/Control Screens",
            "description":"The operations from the Business Objects/Trade Transaction Lines/Control Screens category."
        },
        {
            "name":"Business Objects/Trade Transaction Lines/Dates",
            "description":"The operations from the Business Objects/Trade Transaction Lines/Dates category."
        },
        {
            "name":"Business Objects/Trade Transaction Lines/Involved Parties",
            "description":"The operations from the Business Objects/Trade Transaction Lines/Involved Parties category."
        },
        {
            "name":"Business Objects/Trade Transaction Lines/Licenses",
            "description":"The operations from the Business Objects/Trade Transaction Lines/Licenses category."
        },
        {
            "name":"Business Objects/Trade Transaction Lines/Licenses/Trade Licenses",
            "description":"The operations from the Business Objects/Trade Transaction Lines/Licenses/Trade Licenses category."
        },
        {
            "name":"Business Objects/Trade Transaction Lines/Notes",
            "description":"The operations from the Business Objects/Trade Transaction Lines/Notes category."
        },
        {
            "name":"Business Objects/Trade Transaction Lines/Other Controls",
            "description":"The operations from the Business Objects/Trade Transaction Lines/Other Controls category."
        },
        {
            "name":"Business Objects/Trade Transaction Lines/Party Screens",
            "description":"The operations from the Business Objects/Trade Transaction Lines/Party Screens category."
        },
        {
            "name":"Business Objects/Trade Transaction Lines/Percentage Values",
            "description":"The operations from the Business Objects/Trade Transaction Lines/Percentage Values category."
        },
        {
            "name":"Business Objects/Trade Transaction Lines/Prod Classifications",
            "description":"The operations from the Business Objects/Trade Transaction Lines/Prod Classifications category."
        },
        {
            "name":"Business Objects/Trade Transaction Lines/Quantities",
            "description":"The operations from the Business Objects/Trade Transaction Lines/Quantities category."
        },
        {
            "name":"Business Objects/Trade Transaction Lines/Refnums",
            "description":"The operations from the Business Objects/Trade Transaction Lines/Refnums category."
        },
        {
            "name":"Business Objects/Trade Transaction Lines/Remarks",
            "description":"The operations from the Business Objects/Trade Transaction Lines/Remarks category."
        },
        {
            "name":"Business Objects/Trade Transaction Lines/Report Quantities",
            "description":"The operations from the Business Objects/Trade Transaction Lines/Report Quantities category."
        },
        {
            "name":"Business Objects/Trade Transaction Lines/Reqd Classifications",
            "description":"The operations from the Business Objects/Trade Transaction Lines/Reqd Classifications category."
        },
        {
            "name":"Business Objects/Trade Transaction Lines/Reqdoc Links",
            "description":"The operations from the Business Objects/Trade Transaction Lines/Reqdoc Links category."
        },
        {
            "name":"Business Objects/Trade Transaction Lines/Sanctions",
            "description":"The operations from the Business Objects/Trade Transaction Lines/Sanctions category."
        },
        {
            "name":"Business Objects/Trade Transaction Lines/Statuses",
            "description":"The operations from the Business Objects/Trade Transaction Lines/Statuses category."
        },
        {
            "name":"Business Objects/Trade Transaction Lines/Text Links",
            "description":"The operations from the Business Objects/Trade Transaction Lines/Text Links category."
        },
        {
            "name":"Business Objects/Trade Transaction Lines/Values",
            "description":"The operations from the Business Objects/Trade Transaction Lines/Values category."
        },
        {
            "name":"Business Objects/Trade Transaction Lines/Values/Value Details",
            "description":"The operations from the Business Objects/Trade Transaction Lines/Values/Value Details category."
        },
        {
            "name":"Business Objects/Trade Transactions",
            "description":"The operations from the Business Objects/Trade Transactions category."
        },
        {
            "name":"Business Objects/Trade Transactions No Trade Licenses",
            "description":"The operations from the Business Objects/Trade Transactions No Trade Licenses category."
        },
        {
            "name":"Business Objects/Trade Transactions No Trade Licenses/Codes",
            "description":"The operations from the Business Objects/Trade Transactions No Trade Licenses/Codes category."
        },
        {
            "name":"Business Objects/Trade Transactions No Trade Licenses/Conveyances",
            "description":"The operations from the Business Objects/Trade Transactions No Trade Licenses/Conveyances category."
        },
        {
            "name":"Business Objects/Trade Transactions No Trade Licenses/Documents",
            "description":"The operations from the Business Objects/Trade Transactions No Trade Licenses/Documents category."
        },
        {
            "name":"Business Objects/Trade Transactions No Trade Licenses/Involved Locations",
            "description":"The operations from the Business Objects/Trade Transactions No Trade Licenses/Involved Locations category."
        },
        {
            "name":"Business Objects/Trade Transactions No Trade Licenses/Involved Parties",
            "description":"The operations from the Business Objects/Trade Transactions No Trade Licenses/Involved Parties category."
        },
        {
            "name":"Business Objects/Trade Transactions No Trade Licenses/Lines",
            "description":"The operations from the Business Objects/Trade Transactions No Trade Licenses/Lines category."
        },
        {
            "name":"Business Objects/Trade Transactions No Trade Licenses/Lines/Base Amounts",
            "description":"The operations from the Business Objects/Trade Transactions No Trade Licenses/Lines/Base Amounts category."
        },
        {
            "name":"Business Objects/Trade Transactions No Trade Licenses/Lines/Codes",
            "description":"The operations from the Business Objects/Trade Transactions No Trade Licenses/Lines/Codes category."
        },
        {
            "name":"Business Objects/Trade Transactions No Trade Licenses/Lines/Control Screens",
            "description":"The operations from the Business Objects/Trade Transactions No Trade Licenses/Lines/Control Screens category."
        },
        {
            "name":"Business Objects/Trade Transactions No Trade Licenses/Lines/Dates",
            "description":"The operations from the Business Objects/Trade Transactions No Trade Licenses/Lines/Dates category."
        },
        {
            "name":"Business Objects/Trade Transactions No Trade Licenses/Lines/Involved Parties",
            "description":"The operations from the Business Objects/Trade Transactions No Trade Licenses/Lines/Involved Parties category."
        },
        {
            "name":"Business Objects/Trade Transactions No Trade Licenses/Lines/Licenses",
            "description":"The operations from the Business Objects/Trade Transactions No Trade Licenses/Lines/Licenses category."
        },
        {
            "name":"Business Objects/Trade Transactions No Trade Licenses/Lines/Notes",
            "description":"The operations from the Business Objects/Trade Transactions No Trade Licenses/Lines/Notes category."
        },
        {
            "name":"Business Objects/Trade Transactions No Trade Licenses/Lines/Other Controls",
            "description":"The operations from the Business Objects/Trade Transactions No Trade Licenses/Lines/Other Controls category."
        },
        {
            "name":"Business Objects/Trade Transactions No Trade Licenses/Lines/Party Screens",
            "description":"The operations from the Business Objects/Trade Transactions No Trade Licenses/Lines/Party Screens category."
        },
        {
            "name":"Business Objects/Trade Transactions No Trade Licenses/Lines/Percentage Values",
            "description":"The operations from the Business Objects/Trade Transactions No Trade Licenses/Lines/Percentage Values category."
        },
        {
            "name":"Business Objects/Trade Transactions No Trade Licenses/Lines/Prod Classifications",
            "description":"The operations from the Business Objects/Trade Transactions No Trade Licenses/Lines/Prod Classifications category."
        },
        {
            "name":"Business Objects/Trade Transactions No Trade Licenses/Lines/Quantities",
            "description":"The operations from the Business Objects/Trade Transactions No Trade Licenses/Lines/Quantities category."
        },
        {
            "name":"Business Objects/Trade Transactions No Trade Licenses/Lines/Refnums",
            "description":"The operations from the Business Objects/Trade Transactions No Trade Licenses/Lines/Refnums category."
        },
        {
            "name":"Business Objects/Trade Transactions No Trade Licenses/Lines/Remarks",
            "description":"The operations from the Business Objects/Trade Transactions No Trade Licenses/Lines/Remarks category."
        },
        {
            "name":"Business Objects/Trade Transactions No Trade Licenses/Lines/Report Quantities",
            "description":"The operations from the Business Objects/Trade Transactions No Trade Licenses/Lines/Report Quantities category."
        },
        {
            "name":"Business Objects/Trade Transactions No Trade Licenses/Lines/Reqd Classifications",
            "description":"The operations from the Business Objects/Trade Transactions No Trade Licenses/Lines/Reqd Classifications category."
        },
        {
            "name":"Business Objects/Trade Transactions No Trade Licenses/Lines/Reqdoc Links",
            "description":"The operations from the Business Objects/Trade Transactions No Trade Licenses/Lines/Reqdoc Links category."
        },
        {
            "name":"Business Objects/Trade Transactions No Trade Licenses/Lines/Sanctions",
            "description":"The operations from the Business Objects/Trade Transactions No Trade Licenses/Lines/Sanctions category."
        },
        {
            "name":"Business Objects/Trade Transactions No Trade Licenses/Lines/Statuses",
            "description":"The operations from the Business Objects/Trade Transactions No Trade Licenses/Lines/Statuses category."
        },
        {
            "name":"Business Objects/Trade Transactions No Trade Licenses/Lines/Text Links",
            "description":"The operations from the Business Objects/Trade Transactions No Trade Licenses/Lines/Text Links category."
        },
        {
            "name":"Business Objects/Trade Transactions No Trade Licenses/Lines/Values",
            "description":"The operations from the Business Objects/Trade Transactions No Trade Licenses/Lines/Values category."
        },
        {
            "name":"Business Objects/Trade Transactions No Trade Licenses/Lines/Values/Value Details",
            "description":"The operations from the Business Objects/Trade Transactions No Trade Licenses/Lines/Values/Value Details category."
        },
        {
            "name":"Business Objects/Trade Transactions No Trade Licenses/Policies",
            "description":"The operations from the Business Objects/Trade Transactions No Trade Licenses/Policies category."
        },
        {
            "name":"Business Objects/Trade Transactions No Trade Licenses/Ports",
            "description":"The operations from the Business Objects/Trade Transactions No Trade Licenses/Ports category."
        },
        {
            "name":"Business Objects/Trade Transactions No Trade Licenses/Quantities",
            "description":"The operations from the Business Objects/Trade Transactions No Trade Licenses/Quantities category."
        },
        {
            "name":"Business Objects/Trade Transactions No Trade Licenses/Refnums",
            "description":"The operations from the Business Objects/Trade Transactions No Trade Licenses/Refnums category."
        },
        {
            "name":"Business Objects/Trade Transactions No Trade Licenses/Remarks",
            "description":"The operations from the Business Objects/Trade Transactions No Trade Licenses/Remarks category."
        },
        {
            "name":"Business Objects/Trade Transactions No Trade Licenses/Reqdocs",
            "description":"The operations from the Business Objects/Trade Transactions No Trade Licenses/Reqdocs category."
        },
        {
            "name":"Business Objects/Trade Transactions No Trade Licenses/Reqdocs/Docs",
            "description":"The operations from the Business Objects/Trade Transactions No Trade Licenses/Reqdocs/Docs category."
        },
        {
            "name":"Business Objects/Trade Transactions No Trade Licenses/Reqdocs/Docs/Reviews",
            "description":"The operations from the Business Objects/Trade Transactions No Trade Licenses/Reqdocs/Docs/Reviews category."
        },
        {
            "name":"Business Objects/Trade Transactions No Trade Licenses/Reqdocs/References",
            "description":"The operations from the Business Objects/Trade Transactions No Trade Licenses/Reqdocs/References category."
        },
        {
            "name":"Business Objects/Trade Transactions No Trade Licenses/Reqdocs/Reviewers",
            "description":"The operations from the Business Objects/Trade Transactions No Trade Licenses/Reqdocs/Reviewers category."
        },
        {
            "name":"Business Objects/Trade Transactions No Trade Licenses/Reqdocs/Statuses",
            "description":"The operations from the Business Objects/Trade Transactions No Trade Licenses/Reqdocs/Statuses category."
        },
        {
            "name":"Business Objects/Trade Transactions No Trade Licenses/Reqdocs/Subscribers",
            "description":"The operations from the Business Objects/Trade Transactions No Trade Licenses/Reqdocs/Subscribers category."
        },
        {
            "name":"Business Objects/Trade Transactions No Trade Licenses/Reqdocs/Texts",
            "description":"The operations from the Business Objects/Trade Transactions No Trade Licenses/Reqdocs/Texts category."
        },
        {
            "name":"Business Objects/Trade Transactions No Trade Licenses/Statuses",
            "description":"The operations from the Business Objects/Trade Transactions No Trade Licenses/Statuses category."
        },
        {
            "name":"Business Objects/Trade Transactions No Trade Licenses/Transaction Dates",
            "description":"The operations from the Business Objects/Trade Transactions No Trade Licenses/Transaction Dates category."
        },
        {
            "name":"Business Objects/Trade Transactions No Trade Licenses/Values",
            "description":"The operations from the Business Objects/Trade Transactions No Trade Licenses/Values category."
        },
        {
            "name":"Business Objects/Trade Transactions/Codes",
            "description":"The operations from the Business Objects/Trade Transactions/Codes category."
        },
        {
            "name":"Business Objects/Trade Transactions/Conveyances",
            "description":"The operations from the Business Objects/Trade Transactions/Conveyances category."
        },
        {
            "name":"Business Objects/Trade Transactions/Documents",
            "description":"The operations from the Business Objects/Trade Transactions/Documents category."
        },
        {
            "name":"Business Objects/Trade Transactions/Involved Locations",
            "description":"The operations from the Business Objects/Trade Transactions/Involved Locations category."
        },
        {
            "name":"Business Objects/Trade Transactions/Involved Parties",
            "description":"The operations from the Business Objects/Trade Transactions/Involved Parties category."
        },
        {
            "name":"Business Objects/Trade Transactions/Lines",
            "description":"The operations from the Business Objects/Trade Transactions/Lines category."
        },
        {
            "name":"Business Objects/Trade Transactions/Lines/Base Amounts",
            "description":"The operations from the Business Objects/Trade Transactions/Lines/Base Amounts category."
        },
        {
            "name":"Business Objects/Trade Transactions/Lines/Codes",
            "description":"The operations from the Business Objects/Trade Transactions/Lines/Codes category."
        },
        {
            "name":"Business Objects/Trade Transactions/Lines/Control Screens",
            "description":"The operations from the Business Objects/Trade Transactions/Lines/Control Screens category."
        },
        {
            "name":"Business Objects/Trade Transactions/Lines/Dates",
            "description":"The operations from the Business Objects/Trade Transactions/Lines/Dates category."
        },
        {
            "name":"Business Objects/Trade Transactions/Lines/Involved Parties",
            "description":"The operations from the Business Objects/Trade Transactions/Lines/Involved Parties category."
        },
        {
            "name":"Business Objects/Trade Transactions/Lines/Licenses",
            "description":"The operations from the Business Objects/Trade Transactions/Lines/Licenses category."
        },
        {
            "name":"Business Objects/Trade Transactions/Lines/Licenses/Trade Licenses",
            "description":"The operations from the Business Objects/Trade Transactions/Lines/Licenses/Trade Licenses category."
        },
        {
            "name":"Business Objects/Trade Transactions/Lines/Notes",
            "description":"The operations from the Business Objects/Trade Transactions/Lines/Notes category."
        },
        {
            "name":"Business Objects/Trade Transactions/Lines/Other Controls",
            "description":"The operations from the Business Objects/Trade Transactions/Lines/Other Controls category."
        },
        {
            "name":"Business Objects/Trade Transactions/Lines/Party Screens",
            "description":"The operations from the Business Objects/Trade Transactions/Lines/Party Screens category."
        },
        {
            "name":"Business Objects/Trade Transactions/Lines/Percentage Values",
            "description":"The operations from the Business Objects/Trade Transactions/Lines/Percentage Values category."
        },
        {
            "name":"Business Objects/Trade Transactions/Lines/Product Classifications",
            "description":"The operations from the Business Objects/Trade Transactions/Lines/Product Classifications category."
        },
        {
            "name":"Business Objects/Trade Transactions/Lines/Quantities",
            "description":"The operations from the Business Objects/Trade Transactions/Lines/Quantities category."
        },
        {
            "name":"Business Objects/Trade Transactions/Lines/Reference Numbers",
            "description":"The operations from the Business Objects/Trade Transactions/Lines/Reference Numbers category."
        },
        {
            "name":"Business Objects/Trade Transactions/Lines/Remarks",
            "description":"The operations from the Business Objects/Trade Transactions/Lines/Remarks category."
        },
        {
            "name":"Business Objects/Trade Transactions/Lines/Report Quantities",
            "description":"The operations from the Business Objects/Trade Transactions/Lines/Report Quantities category."
        },
        {
            "name":"Business Objects/Trade Transactions/Lines/Required Classifications",
            "description":"The operations from the Business Objects/Trade Transactions/Lines/Required Classifications category."
        },
        {
            "name":"Business Objects/Trade Transactions/Lines/Required Document Links",
            "description":"The operations from the Business Objects/Trade Transactions/Lines/Required Document Links category."
        },
        {
            "name":"Business Objects/Trade Transactions/Lines/Sanctions",
            "description":"The operations from the Business Objects/Trade Transactions/Lines/Sanctions category."
        },
        {
            "name":"Business Objects/Trade Transactions/Lines/Statuses",
            "description":"The operations from the Business Objects/Trade Transactions/Lines/Statuses category."
        },
        {
            "name":"Business Objects/Trade Transactions/Lines/Text Links",
            "description":"The operations from the Business Objects/Trade Transactions/Lines/Text Links category."
        },
        {
            "name":"Business Objects/Trade Transactions/Lines/Values",
            "description":"The operations from the Business Objects/Trade Transactions/Lines/Values category."
        },
        {
            "name":"Business Objects/Trade Transactions/Lines/Values/Value Details",
            "description":"The operations from the Business Objects/Trade Transactions/Lines/Values/Value Details category."
        },
        {
            "name":"Business Objects/Trade Transactions/Policies",
            "description":"The operations from the Business Objects/Trade Transactions/Policies category."
        },
        {
            "name":"Business Objects/Trade Transactions/Ports",
            "description":"The operations from the Business Objects/Trade Transactions/Ports category."
        },
        {
            "name":"Business Objects/Trade Transactions/Quantities",
            "description":"The operations from the Business Objects/Trade Transactions/Quantities category."
        },
        {
            "name":"Business Objects/Trade Transactions/Reference Numbers",
            "description":"The operations from the Business Objects/Trade Transactions/Reference Numbers category."
        },
        {
            "name":"Business Objects/Trade Transactions/Remarks",
            "description":"The operations from the Business Objects/Trade Transactions/Remarks category."
        },
        {
            "name":"Business Objects/Trade Transactions/Required Documents",
            "description":"The operations from the Business Objects/Trade Transactions/Required Documents category."
        },
        {
            "name":"Business Objects/Trade Transactions/Required Documents/Documents",
            "description":"The operations from the Business Objects/Trade Transactions/Required Documents/Documents category."
        },
        {
            "name":"Business Objects/Trade Transactions/Required Documents/Documents/Reviews",
            "description":"The operations from the Business Objects/Trade Transactions/Required Documents/Documents/Reviews category."
        },
        {
            "name":"Business Objects/Trade Transactions/Required Documents/References",
            "description":"The operations from the Business Objects/Trade Transactions/Required Documents/References category."
        },
        {
            "name":"Business Objects/Trade Transactions/Required Documents/Reviewers",
            "description":"The operations from the Business Objects/Trade Transactions/Required Documents/Reviewers category."
        },
        {
            "name":"Business Objects/Trade Transactions/Required Documents/Statuses",
            "description":"The operations from the Business Objects/Trade Transactions/Required Documents/Statuses category."
        },
        {
            "name":"Business Objects/Trade Transactions/Required Documents/Subscribers",
            "description":"The operations from the Business Objects/Trade Transactions/Required Documents/Subscribers category."
        },
        {
            "name":"Business Objects/Trade Transactions/Required Documents/Texts",
            "description":"The operations from the Business Objects/Trade Transactions/Required Documents/Texts category."
        },
        {
            "name":"Business Objects/Trade Transactions/Statuses",
            "description":"The operations from the Business Objects/Trade Transactions/Statuses category."
        },
        {
            "name":"Business Objects/Trade Transactions/Transaction Dates",
            "description":"The operations from the Business Objects/Trade Transactions/Transaction Dates category."
        },
        {
            "name":"Business Objects/Trade Transactions/Values",
            "description":"The operations from the Business Objects/Trade Transactions/Values category."
        },
        {
            "name":"Business Objects/Transmission Status",
            "description":"The operations from the Business Objects/Transmission Status category."
        },
        {
            "name":"Business Objects/Transmission Status/Logs",
            "description":"The operations from the Business Objects/Transmission Status/Logs category."
        },
        {
            "name":"Business Objects/Transmission Status/Logs/Details",
            "description":"The operations from the Business Objects/Transmission Status/Logs/Details category."
        },
        {
            "name":"Business Objects/Transport Networks",
            "description":"The operations from the Business Objects/Transport Networks category."
        },
        {
            "name":"Business Objects/Transport Networks/Involved Parties",
            "description":"The operations from the Business Objects/Transport Networks/Involved Parties category."
        },
        {
            "name":"Business Objects/Transport Networks/Schedules",
            "description":"The operations from the Business Objects/Transport Networks/Schedules category."
        },
        {
            "name":"Business Objects/Unitization Rules",
            "description":"The operations from the Business Objects/Unitization Rules category."
        },
        {
            "name":"Business Objects/Vouchers",
            "description":"The operations from the Business Objects/Vouchers category."
        },
        {
            "name":"Business Objects/Vouchers/Allocations",
            "description":"The operations from the Business Objects/Vouchers/Allocations category."
        },
        {
            "name":"Business Objects/Vouchers/Allocations/Order Base Line Allocations",
            "description":"The operations from the Business Objects/Vouchers/Allocations/Order Base Line Allocations category."
        },
        {
            "name":"Business Objects/Vouchers/Allocations/Order Release Allocations",
            "description":"The operations from the Business Objects/Vouchers/Allocations/Order Release Allocations category."
        },
        {
            "name":"Business Objects/Vouchers/Allocations/Order Release Line Allocations",
            "description":"The operations from the Business Objects/Vouchers/Allocations/Order Release Line Allocations category."
        },
        {
            "name":"Business Objects/Vouchers/Documents",
            "description":"The operations from the Business Objects/Vouchers/Documents category."
        },
        {
            "name":"Business Objects/Vouchers/Invoice Lines",
            "description":"The operations from the Business Objects/Vouchers/Invoice Lines category."
        },
        {
            "name":"Business Objects/Vouchers/Reference Numbers",
            "description":"The operations from the Business Objects/Vouchers/Reference Numbers category."
        },
        {
            "name":"Business Objects/Vouchers/Remarks",
            "description":"The operations from the Business Objects/Vouchers/Remarks category."
        },
        {
            "name":"Business Objects/Vouchers/Shipments",
            "description":"The operations from the Business Objects/Vouchers/Shipments category."
        },
        {
            "name":"Business Objects/Vouchers/Shipments/Refnums",
            "description":"The operations from the Business Objects/Vouchers/Shipments/Refnums category."
        },
        {
            "name":"Business Objects/Vouchers/Statuses",
            "description":"The operations from the Business Objects/Vouchers/Statuses category."
        },
        {
            "name":"Business Objects/Vouchers/VAT Analyses",
            "description":"The operations from the Business Objects/Vouchers/VAT Analyses category."
        },
        {
            "name":"Business Objects/Voyages",
            "description":"The operations from the Business Objects/Voyages category."
        },
        {
            "name":"Business Objects/Voyages/Locations",
            "description":"The operations from the Business Objects/Voyages/Locations category."
        },
        {
            "name":"Business Objects/Work Invoices",
            "description":"The operations from the Business Objects/Work Invoices category."
        },
        {
            "name":"Business Objects/Work Invoices/Activities",
            "description":"The operations from the Business Objects/Work Invoices/Activities category."
        },
        {
            "name":"Business Objects/Work Invoices/Documents",
            "description":"The operations from the Business Objects/Work Invoices/Documents category."
        },
        {
            "name":"Business Objects/Work Invoices/Shipments",
            "description":"The operations from the Business Objects/Work Invoices/Shipments category."
        },
        {
            "name":"Business Objects/Work Invoices/Statuses",
            "description":"The operations from the Business Objects/Work Invoices/Statuses category."
        },
        {
            "name":"Power Data/Accessorial Code Profiles",
            "description":"The operations from the Power Data/Accessorial Code Profiles category."
        },
        {
            "name":"Power Data/Accessorial Code Profiles/Details",
            "description":"The operations from the Power Data/Accessorial Code Profiles/Details category."
        },
        {
            "name":"Power Data/Accessorial Codes",
            "description":"The operations from the Power Data/Accessorial Codes category."
        },
        {
            "name":"Power Data/Accessorial Costs",
            "description":"The operations from the Power Data/Accessorial Costs category."
        },
        {
            "name":"Power Data/Accessorial Costs/Unit Breaks",
            "description":"The operations from the Power Data/Accessorial Costs/Unit Breaks category."
        },
        {
            "name":"Power Data/Activities",
            "description":"The operations from the Power Data/Activities category."
        },
        {
            "name":"Power Data/Activity Types",
            "description":"The operations from the Power Data/Activity Types category."
        },
        {
            "name":"Power Data/Additional Information",
            "description":"The operations from the Power Data/Additional Information category."
        },
        {
            "name":"Power Data/Adjustment Reasons",
            "description":"The operations from the Power Data/Adjustment Reasons category."
        },
        {
            "name":"Power Data/Agency Code Profiles",
            "description":"The operations from the Power Data/Agency Code Profiles category."
        },
        {
            "name":"Power Data/Agency Code Profiles/Details",
            "description":"The operations from the Power Data/Agency Code Profiles/Details category."
        },
        {
            "name":"Power Data/Agency Codes",
            "description":"The operations from the Power Data/Agency Codes category."
        },
        {
            "name":"Power Data/Allocation Groups",
            "description":"The operations from the Power Data/Allocation Groups category."
        },
        {
            "name":"Power Data/Allocation Methods",
            "description":"The operations from the Power Data/Allocation Methods category."
        },
        {
            "name":"Power Data/Allocation Methods/Details",
            "description":"The operations from the Power Data/Allocation Methods/Details category."
        },
        {
            "name":"Power Data/Allocation Metrics",
            "description":"The operations from the Power Data/Allocation Metrics category."
        },
        {
            "name":"Power Data/Allocation Type Qualifiers",
            "description":"The operations from the Power Data/Allocation Type Qualifiers category."
        },
        {
            "name":"Power Data/Appointment Priorities",
            "description":"The operations from the Power Data/Appointment Priorities category."
        },
        {
            "name":"Power Data/Appointment Rule Sets",
            "description":"The operations from the Power Data/Appointment Rule Sets category."
        },
        {
            "name":"Power Data/Appointment Rule Sets/Flex Fields",
            "description":"The operations from the Power Data/Appointment Rule Sets/Flex Fields category."
        },
        {
            "name":"Power Data/Appointment Rule Sets/Reference Numbers",
            "description":"The operations from the Power Data/Appointment Rule Sets/Reference Numbers category."
        },
        {
            "name":"Power Data/Appointment Shipment Stop Activity Profiles",
            "description":"The operations from the Power Data/Appointment Shipment Stop Activity Profiles category."
        },
        {
            "name":"Power Data/Appointment Shipment Stop Activity Profiles/Details",
            "description":"The operations from the Power Data/Appointment Shipment Stop Activity Profiles/Details category."
        },
        {
            "name":"Power Data/Ask Otm Saved Queries",
            "description":"The operations from the Power Data/Ask Otm Saved Queries category."
        },
        {
            "name":"Power Data/Authorities",
            "description":"The operations from the Power Data/Authorities category."
        },
        {
            "name":"Power Data/BN Types",
            "description":"The operations from the Power Data/BN Types category."
        },
        {
            "name":"Power Data/Billable Indicators",
            "description":"The operations from the Power Data/Billable Indicators category."
        },
        {
            "name":"Power Data/Bond Reference Number Qualifiers",
            "description":"The operations from the Power Data/Bond Reference Number Qualifiers category."
        },
        {
            "name":"Power Data/Bucket Types",
            "description":"The operations from the Power Data/Bucket Types category."
        },
        {
            "name":"Power Data/Bucket Types/Child Bucket Types",
            "description":"The operations from the Power Data/Bucket Types/Child Bucket Types category."
        },
        {
            "name":"Power Data/Bulk Continuous Moves",
            "description":"The operations from the Power Data/Bulk Continuous Moves category."
        },
        {
            "name":"Power Data/Bulk Mixing Families",
            "description":"The operations from the Power Data/Bulk Mixing Families category."
        },
        {
            "name":"Power Data/Bulk Plans",
            "description":"The operations from the Power Data/Bulk Plans category."
        },
        {
            "name":"Power Data/Bulk Plans/By Modes",
            "description":"The operations from the Power Data/Bulk Plans/By Modes category."
        },
        {
            "name":"Power Data/Bulk Plans/Continuous Moves",
            "description":"The operations from the Power Data/Bulk Plans/Continuous Moves category."
        },
        {
            "name":"Power Data/Bulk Plans/Partitions",
            "description":"The operations from the Power Data/Bulk Plans/Partitions category."
        },
        {
            "name":"Power Data/Bulk Plans/Partitions/By Modes",
            "description":"The operations from the Power Data/Bulk Plans/Partitions/By Modes category."
        },
        {
            "name":"Power Data/Bulk Plans/Partitions/Service Providers",
            "description":"The operations from the Power Data/Bulk Plans/Partitions/Service Providers category."
        },
        {
            "name":"Power Data/Bulk Plans/Service Providers",
            "description":"The operations from the Power Data/Bulk Plans/Service Providers category."
        },
        {
            "name":"Power Data/Calendar Event Types",
            "description":"The operations from the Power Data/Calendar Event Types category."
        },
        {
            "name":"Power Data/Campaign Line Reference Number Qualifiers",
            "description":"The operations from the Power Data/Campaign Line Reference Number Qualifiers category."
        },
        {
            "name":"Power Data/Campaign Reference Number Qualifiers",
            "description":"The operations from the Power Data/Campaign Reference Number Qualifiers category."
        },
        {
            "name":"Power Data/Campaign Types",
            "description":"The operations from the Power Data/Campaign Types category."
        },
        {
            "name":"Power Data/Capacity Commitments",
            "description":"The operations from the Power Data/Capacity Commitments category."
        },
        {
            "name":"Power Data/Capacity Limit Group",
            "description":"The operations from the Power Data/Capacity Limit Group category."
        },
        {
            "name":"Power Data/Capacity Limits",
            "description":"The operations from the Power Data/Capacity Limits category."
        },
        {
            "name":"Power Data/Capacity Usage",
            "description":"The operations from the Power Data/Capacity Usage category."
        },
        {
            "name":"Power Data/Charter Voyage Reference Number Qualifiers",
            "description":"The operations from the Power Data/Charter Voyage Reference Number Qualifiers category."
        },
        {
            "name":"Power Data/Claim Cost Types",
            "description":"The operations from the Power Data/Claim Cost Types category."
        },
        {
            "name":"Power Data/Claim Line Item Claim Reference Number Qualifiers",
            "description":"The operations from the Power Data/Claim Line Item Claim Reference Number Qualifiers category."
        },
        {
            "name":"Power Data/Claim Line Item Package Statuses",
            "description":"The operations from the Power Data/Claim Line Item Package Statuses category."
        },
        {
            "name":"Power Data/Claim Reference Number Qualifiers",
            "description":"The operations from the Power Data/Claim Reference Number Qualifiers category."
        },
        {
            "name":"Power Data/Commitment Allocation Usages",
            "description":"The operations from the Power Data/Commitment Allocation Usages category."
        },
        {
            "name":"Power Data/Commitment Allocation Usages/Details",
            "description":"The operations from the Power Data/Commitment Allocation Usages/Details category."
        },
        {
            "name":"Power Data/Commitment Count Usages",
            "description":"The operations from the Power Data/Commitment Count Usages category."
        },
        {
            "name":"Power Data/Commodities",
            "description":"The operations from the Power Data/Commodities category."
        },
        {
            "name":"Power Data/Commodities/Incompatibilities",
            "description":"The operations from the Power Data/Commodities/Incompatibilities category."
        },
        {
            "name":"Power Data/Communication Methods",
            "description":"The operations from the Power Data/Communication Methods category."
        },
        {
            "name":"Power Data/Compartment Type Profiles",
            "description":"The operations from the Power Data/Compartment Type Profiles category."
        },
        {
            "name":"Power Data/Compartment Type Profiles/Details",
            "description":"The operations from the Power Data/Compartment Type Profiles/Details category."
        },
        {
            "name":"Power Data/Compartment Types",
            "description":"The operations from the Power Data/Compartment Types category."
        },
        {
            "name":"Power Data/Compatibility Rule Types",
            "description":"The operations from the Power Data/Compatibility Rule Types category."
        },
        {
            "name":"Power Data/Compatibility Rules",
            "description":"The operations from the Power Data/Compatibility Rules category."
        },
        {
            "name":"Power Data/Compatibility Rules/Details",
            "description":"The operations from the Power Data/Compatibility Rules/Details category."
        },
        {
            "name":"Power Data/Consol Reference Number Qualifiers",
            "description":"The operations from the Power Data/Consol Reference Number Qualifiers category."
        },
        {
            "name":"Power Data/Consolidation Profiles",
            "description":"The operations from the Power Data/Consolidation Profiles category."
        },
        {
            "name":"Power Data/Consolidation Types",
            "description":"The operations from the Power Data/Consolidation Types category."
        },
        {
            "name":"Power Data/Contact Groups",
            "description":"The operations from the Power Data/Contact Groups category."
        },
        {
            "name":"Power Data/Contact Groups/Groups",
            "description":"The operations from the Power Data/Contact Groups/Groups category."
        },
        {
            "name":"Power Data/Contact Groups/Preferences",
            "description":"The operations from the Power Data/Contact Groups/Preferences category."
        },
        {
            "name":"Power Data/Contact Profiles",
            "description":"The operations from the Power Data/Contact Profiles category."
        },
        {
            "name":"Power Data/Contact Profiles/Details",
            "description":"The operations from the Power Data/Contact Profiles/Details category."
        },
        {
            "name":"Power Data/Corporation Profiles",
            "description":"The operations from the Power Data/Corporation Profiles category."
        },
        {
            "name":"Power Data/Corporation Profiles/Details",
            "description":"The operations from the Power Data/Corporation Profiles/Details category."
        },
        {
            "name":"Power Data/Cost Categories",
            "description":"The operations from the Power Data/Cost Categories category."
        },
        {
            "name":"Power Data/Cost Types",
            "description":"The operations from the Power Data/Cost Types category."
        },
        {
            "name":"Power Data/Country Codes",
            "description":"The operations from the Power Data/Country Codes category."
        },
        {
            "name":"Power Data/County Overrides",
            "description":"The operations from the Power Data/County Overrides category."
        },
        {
            "name":"Power Data/County Overrides/Details",
            "description":"The operations from the Power Data/County Overrides/Details category."
        },
        {
            "name":"Power Data/Cr Forecast Reference Number Qualifiers",
            "description":"The operations from the Power Data/Cr Forecast Reference Number Qualifiers category."
        },
        {
            "name":"Power Data/Cr Outlier Rule Types",
            "description":"The operations from the Power Data/Cr Outlier Rule Types category."
        },
        {
            "name":"Power Data/Cr Outlier Rules",
            "description":"The operations from the Power Data/Cr Outlier Rules category."
        },
        {
            "name":"Power Data/Cr Route Reference Number Qualifiers",
            "description":"The operations from the Power Data/Cr Route Reference Number Qualifiers category."
        },
        {
            "name":"Power Data/Currencies",
            "description":"The operations from the Power Data/Currencies category."
        },
        {
            "name":"Power Data/Curves",
            "description":"The operations from the Power Data/Curves category."
        },
        {
            "name":"Power Data/Curves/Heights",
            "description":"The operations from the Power Data/Curves/Heights category."
        },
        {
            "name":"Power Data/Customer Services",
            "description":"The operations from the Power Data/Customer Services category."
        },
        {
            "name":"Power Data/Cutoff Recovery Times",
            "description":"The operations from the Power Data/Cutoff Recovery Times category."
        },
        {
            "name":"Power Data/Cutoff Recovery Times/Details",
            "description":"The operations from the Power Data/Cutoff Recovery Times/Details category."
        },
        {
            "name":"Power Data/Cycle Definitions",
            "description":"The operations from the Power Data/Cycle Definitions category."
        },
        {
            "name":"Power Data/Damage Causes",
            "description":"The operations from the Power Data/Damage Causes category."
        },
        {
            "name":"Power Data/Damage Natures",
            "description":"The operations from the Power Data/Damage Natures category."
        },
        {
            "name":"Power Data/Damage Notify Points",
            "description":"The operations from the Power Data/Damage Notify Points category."
        },
        {
            "name":"Power Data/Damage Types",
            "description":"The operations from the Power Data/Damage Types category."
        },
        {
            "name":"Power Data/Data Query Types",
            "description":"The operations from the Power Data/Data Query Types category."
        },
        {
            "name":"Power Data/Date Qualifiers",
            "description":"The operations from the Power Data/Date Qualifiers category."
        },
        {
            "name":"Power Data/Declaration Line Reference Number Qualifiers",
            "description":"The operations from the Power Data/Declaration Line Reference Number Qualifiers category."
        },
        {
            "name":"Power Data/Declaration Reference Number Qualifiers",
            "description":"The operations from the Power Data/Declaration Reference Number Qualifiers category."
        },
        {
            "name":"Power Data/Declaration Sub Types",
            "description":"The operations from the Power Data/Declaration Sub Types category."
        },
        {
            "name":"Power Data/Declaration Type Profiles",
            "description":"The operations from the Power Data/Declaration Type Profiles category."
        },
        {
            "name":"Power Data/Declaration Type Profiles/Details",
            "description":"The operations from the Power Data/Declaration Type Profiles/Details category."
        },
        {
            "name":"Power Data/Declaration Types",
            "description":"The operations from the Power Data/Declaration Types category."
        },
        {
            "name":"Power Data/Declared Value Qualifiers",
            "description":"The operations from the Power Data/Declared Value Qualifiers category."
        },
        {
            "name":"Power Data/Delivery Window Profiles",
            "description":"The operations from the Power Data/Delivery Window Profiles category."
        },
        {
            "name":"Power Data/Demurrage Transaction Reference Number Qualifiers",
            "description":"The operations from the Power Data/Demurrage Transaction Reference Number Qualifiers category."
        },
        {
            "name":"Power Data/Depot Profiles",
            "description":"The operations from the Power Data/Depot Profiles category."
        },
        {
            "name":"Power Data/Depot Profiles/Details",
            "description":"The operations from the Power Data/Depot Profiles/Details category."
        },
        {
            "name":"Power Data/Device Reference Number Qualifiers",
            "description":"The operations from the Power Data/Device Reference Number Qualifiers category."
        },
        {
            "name":"Power Data/Dim Rate Factors",
            "description":"The operations from the Power Data/Dim Rate Factors category."
        },
        {
            "name":"Power Data/Distance Lookups",
            "description":"The operations from the Power Data/Distance Lookups category."
        },
        {
            "name":"Power Data/Distances By Addresses",
            "description":"The operations from the Power Data/Distances By Addresses category."
        },
        {
            "name":"Power Data/Document Types",
            "description":"The operations from the Power Data/Document Types category."
        },
        {
            "name":"Power Data/Document Types/CMS Parameters",
            "description":"The operations from the Power Data/Document Types/CMS Parameters category."
        },
        {
            "name":"Power Data/Document Types/Checks",
            "description":"The operations from the Power Data/Document Types/Checks category."
        },
        {
            "name":"Power Data/Document Types/Owner Details",
            "description":"The operations from the Power Data/Document Types/Owner Details category."
        },
        {
            "name":"Power Data/Document Types/Printer Documents",
            "description":"The operations from the Power Data/Document Types/Printer Documents category."
        },
        {
            "name":"Power Data/Document Types/Texts",
            "description":"The operations from the Power Data/Document Types/Texts category."
        },
        {
            "name":"Power Data/Driver Location Preferences",
            "description":"The operations from the Power Data/Driver Location Preferences category."
        },
        {
            "name":"Power Data/Driver Location Preferences/Details",
            "description":"The operations from the Power Data/Driver Location Preferences/Details category."
        },
        {
            "name":"Power Data/Driver Reference Number Qualifiers",
            "description":"The operations from the Power Data/Driver Reference Number Qualifiers category."
        },
        {
            "name":"Power Data/Driver Types",
            "description":"The operations from the Power Data/Driver Types category."
        },
        {
            "name":"Power Data/Driver Types/Calendars",
            "description":"The operations from the Power Data/Driver Types/Calendars category."
        },
        {
            "name":"Power Data/Driver Types/Remarks",
            "description":"The operations from the Power Data/Driver Types/Remarks category."
        },
        {
            "name":"Power Data/Driver Types/Special Services",
            "description":"The operations from the Power Data/Driver Types/Special Services category."
        },
        {
            "name":"Power Data/ERPC",
            "description":"The operations from the Power Data/ERPC category."
        },
        {
            "name":"Power Data/Equipment Attribute Qualifiers",
            "description":"The operations from the Power Data/Equipment Attribute Qualifiers category."
        },
        {
            "name":"Power Data/Equipment Conversions",
            "description":"The operations from the Power Data/Equipment Conversions category."
        },
        {
            "name":"Power Data/Equipment Group Average Turnaround Durations",
            "description":"The operations from the Power Data/Equipment Group Average Turnaround Durations category."
        },
        {
            "name":"Power Data/Equipment Group Profiles",
            "description":"The operations from the Power Data/Equipment Group Profiles category."
        },
        {
            "name":"Power Data/Equipment Group Profiles/Details",
            "description":"The operations from the Power Data/Equipment Group Profiles/Details category."
        },
        {
            "name":"Power Data/Equipment Mark",
            "description":"The operations from the Power Data/Equipment Mark category."
        },
        {
            "name":"Power Data/Equipment Mark Lists",
            "description":"The operations from the Power Data/Equipment Mark Lists category."
        },
        {
            "name":"Power Data/Equipment Mark Lists/Details",
            "description":"The operations from the Power Data/Equipment Mark Lists/Details category."
        },
        {
            "name":"Power Data/Equipment Reference Number Qualifiers",
            "description":"The operations from the Power Data/Equipment Reference Number Qualifiers category."
        },
        {
            "name":"Power Data/Equipment Reference Units",
            "description":"The operations from the Power Data/Equipment Reference Units category."
        },
        {
            "name":"Power Data/Equipment Reference Units/Equipment Groups",
            "description":"The operations from the Power Data/Equipment Reference Units/Equipment Groups category."
        },
        {
            "name":"Power Data/Equipment Reference Units/Transport Handling Units",
            "description":"The operations from the Power Data/Equipment Reference Units/Transport Handling Units category."
        },
        {
            "name":"Power Data/Equipment To Equipment Type Mappings",
            "description":"The operations from the Power Data/Equipment To Equipment Type Mappings category."
        },
        {
            "name":"Power Data/Equipment Type Profiles",
            "description":"The operations from the Power Data/Equipment Type Profiles category."
        },
        {
            "name":"Power Data/Equipment Type Profiles/Details",
            "description":"The operations from the Power Data/Equipment Type Profiles/Details category."
        },
        {
            "name":"Power Data/Event Groups",
            "description":"The operations from the Power Data/Event Groups category."
        },
        {
            "name":"Power Data/Event Groups/Attributes",
            "description":"The operations from the Power Data/Event Groups/Attributes category."
        },
        {
            "name":"Power Data/Event Groups/Classifications",
            "description":"The operations from the Power Data/Event Groups/Classifications category."
        },
        {
            "name":"Power Data/External Distance Engines",
            "description":"The operations from the Power Data/External Distance Engines category."
        },
        {
            "name":"Power Data/External Distance Engines/GEO Hierarchies",
            "description":"The operations from the Power Data/External Distance Engines/GEO Hierarchies category."
        },
        {
            "name":"Power Data/External Distance Engines/Parameters",
            "description":"The operations from the Power Data/External Distance Engines/Parameters category."
        },
        {
            "name":"Power Data/External Engine Parameters",
            "description":"The operations from the Power Data/External Engine Parameters category."
        },
        {
            "name":"Power Data/External Engine Parameters/External Engine Param Values",
            "description":"The operations from the Power Data/External Engine Parameters/External Engine Param Values category."
        },
        {
            "name":"Power Data/External Systems",
            "description":"The operations from the Power Data/External Systems category."
        },
        {
            "name":"Power Data/External Systems/Out Xml Profiles",
            "description":"The operations from the Power Data/External Systems/Out Xml Profiles category."
        },
        {
            "name":"Power Data/External Systems/Services",
            "description":"The operations from the Power Data/External Systems/Services category."
        },
        {
            "name":"Power Data/External Systems/Translations",
            "description":"The operations from the Power Data/External Systems/Translations category."
        },
        {
            "name":"Power Data/Feasibility Codes",
            "description":"The operations from the Power Data/Feasibility Codes category."
        },
        {
            "name":"Power Data/Fleet Bulk Plans",
            "description":"The operations from the Power Data/Fleet Bulk Plans category."
        },
        {
            "name":"Power Data/Fleet Bulk Plans/Costs",
            "description":"The operations from the Power Data/Fleet Bulk Plans/Costs category."
        },
        {
            "name":"Power Data/Flex Commodity Profiles",
            "description":"The operations from the Power Data/Flex Commodity Profiles category."
        },
        {
            "name":"Power Data/Flex Commodity Profiles/Details",
            "description":"The operations from the Power Data/Flex Commodity Profiles/Details category."
        },
        {
            "name":"Power Data/Flex Commodity Qualifiers",
            "description":"The operations from the Power Data/Flex Commodity Qualifiers category."
        },
        {
            "name":"Power Data/Flight Instances",
            "description":"The operations from the Power Data/Flight Instances category."
        },
        {
            "name":"Power Data/Flights",
            "description":"The operations from the Power Data/Flights category."
        },
        {
            "name":"Power Data/Flights/Interim Flights",
            "description":"The operations from the Power Data/Flights/Interim Flights category."
        },
        {
            "name":"Power Data/General Ledger Codes",
            "description":"The operations from the Power Data/General Ledger Codes category."
        },
        {
            "name":"Power Data/General Ledger Codes/Bills",
            "description":"The operations from the Power Data/General Ledger Codes/Bills category."
        },
        {
            "name":"Power Data/General Ledger Codes/Buy Orders",
            "description":"The operations from the Power Data/General Ledger Codes/Buy Orders category."
        },
        {
            "name":"Power Data/General Ledger Codes/Buy Shipments",
            "description":"The operations from the Power Data/General Ledger Codes/Buy Shipments category."
        },
        {
            "name":"Power Data/General Ledger Codes/Invoices",
            "description":"The operations from the Power Data/General Ledger Codes/Invoices category."
        },
        {
            "name":"Power Data/General Ledger Codes/Sell Orders",
            "description":"The operations from the Power Data/General Ledger Codes/Sell Orders category."
        },
        {
            "name":"Power Data/General Ledger Codes/Sell Shipments",
            "description":"The operations from the Power Data/General Ledger Codes/Sell Shipments category."
        },
        {
            "name":"Power Data/Ground Reference Number Qualifiers",
            "description":"The operations from the Power Data/Ground Reference Number Qualifiers category."
        },
        {
            "name":"Power Data/Gtm Audit Trails",
            "description":"The operations from the Power Data/Gtm Audit Trails category."
        },
        {
            "name":"Power Data/Gtm Audit Trails/Attributes",
            "description":"The operations from the Power Data/Gtm Audit Trails/Attributes category."
        },
        {
            "name":"Power Data/Gtm Data Versions",
            "description":"The operations from the Power Data/Gtm Data Versions category."
        },
        {
            "name":"Power Data/Hazardous Classification Profiles",
            "description":"The operations from the Power Data/Hazardous Classification Profiles category."
        },
        {
            "name":"Power Data/Hazardous Classification Profiles/Details",
            "description":"The operations from the Power Data/Hazardous Classification Profiles/Details category."
        },
        {
            "name":"Power Data/Hazardous Classifications",
            "description":"The operations from the Power Data/Hazardous Classifications category."
        },
        {
            "name":"Power Data/Hazmat Approval Exemptions",
            "description":"The operations from the Power Data/Hazmat Approval Exemptions category."
        },
        {
            "name":"Power Data/Hazmat External Distance Engine Mappings",
            "description":"The operations from the Power Data/Hazmat External Distance Engine Mappings category."
        },
        {
            "name":"Power Data/Hazmat Package Type",
            "description":"The operations from the Power Data/Hazmat Package Type category."
        },
        {
            "name":"Power Data/Hazmat Technical Names",
            "description":"The operations from the Power Data/Hazmat Technical Names category."
        },
        {
            "name":"Power Data/Hazmat Transport Messages",
            "description":"The operations from the Power Data/Hazmat Transport Messages category."
        },
        {
            "name":"Power Data/IATA SCR Codes",
            "description":"The operations from the Power Data/IATA SCR Codes category."
        },
        {
            "name":"Power Data/INCO Terms",
            "description":"The operations from the Power Data/INCO Terms category."
        },
        {
            "name":"Power Data/Images",
            "description":"The operations from the Power Data/Images category."
        },
        {
            "name":"Power Data/Inco Term Profiles",
            "description":"The operations from the Power Data/Inco Term Profiles category."
        },
        {
            "name":"Power Data/Inco Term Profiles/Details",
            "description":"The operations from the Power Data/Inco Term Profiles/Details category."
        },
        {
            "name":"Power Data/Invoice Line item Reference Number Qualifiers",
            "description":"The operations from the Power Data/Invoice Line item Reference Number Qualifiers category."
        },
        {
            "name":"Power Data/Invoice Reference Number Qualifiers",
            "description":"The operations from the Power Data/Invoice Reference Number Qualifiers category."
        },
        {
            "name":"Power Data/Invoice Service Codes",
            "description":"The operations from the Power Data/Invoice Service Codes category."
        },
        {
            "name":"Power Data/Invoice Stop Reasons",
            "description":"The operations from the Power Data/Invoice Stop Reasons category."
        },
        {
            "name":"Power Data/Invoice Stop Reference Number Qualifiers",
            "description":"The operations from the Power Data/Invoice Stop Reference Number Qualifiers category."
        },
        {
            "name":"Power Data/Invoice/Bill Rules",
            "description":"The operations from the Power Data/Invoice/Bill Rules category."
        },
        {
            "name":"Power Data/Involved Party Qualifiers",
            "description":"The operations from the Power Data/Involved Party Qualifiers category."
        },
        {
            "name":"Power Data/Item Classification Reference Number Qualifiers",
            "description":"The operations from the Power Data/Item Classification Reference Number Qualifiers category."
        },
        {
            "name":"Power Data/Item Feature Qualifiers",
            "description":"The operations from the Power Data/Item Feature Qualifiers category."
        },
        {
            "name":"Power Data/Item Qualification Reference Number Qualifiers",
            "description":"The operations from the Power Data/Item Qualification Reference Number Qualifiers category."
        },
        {
            "name":"Power Data/Item Reference Number Qualifiers",
            "description":"The operations from the Power Data/Item Reference Number Qualifiers category."
        },
        {
            "name":"Power Data/Item Types",
            "description":"The operations from the Power Data/Item Types category."
        },
        {
            "name":"Power Data/Item Unit Of Measurement Conversions",
            "description":"The operations from the Power Data/Item Unit Of Measurement Conversions category."
        },
        {
            "name":"Power Data/Itinerary Profiles",
            "description":"The operations from the Power Data/Itinerary Profiles category."
        },
        {
            "name":"Power Data/Itinerary Profiles/Details",
            "description":"The operations from the Power Data/Itinerary Profiles/Details category."
        },
        {
            "name":"Power Data/Job Reference Number Qualifiers",
            "description":"The operations from the Power Data/Job Reference Number Qualifiers category."
        },
        {
            "name":"Power Data/Job Types",
            "description":"The operations from the Power Data/Job Types category."
        },
        {
            "name":"Power Data/Junction Codes",
            "description":"The operations from the Power Data/Junction Codes category."
        },
        {
            "name":"Power Data/Jurisdictions",
            "description":"The operations from the Power Data/Jurisdictions category."
        },
        {
            "name":"Power Data/Lane Based Service Times",
            "description":"The operations from the Power Data/Lane Based Service Times category."
        },
        {
            "name":"Power Data/Lane Definitions",
            "description":"The operations from the Power Data/Lane Definitions category."
        },
        {
            "name":"Power Data/Lane Definitions/Profile Lanes",
            "description":"The operations from the Power Data/Lane Definitions/Profile Lanes category."
        },
        {
            "name":"Power Data/Lane Definitions/Remarks",
            "description":"The operations from the Power Data/Lane Definitions/Remarks category."
        },
        {
            "name":"Power Data/Lane Definitions/Tender Information",
            "description":"The operations from the Power Data/Lane Definitions/Tender Information category."
        },
        {
            "name":"Power Data/Languages",
            "description":"The operations from the Power Data/Languages category."
        },
        {
            "name":"Power Data/Lease Equipment",
            "description":"The operations from the Power Data/Lease Equipment category."
        },
        {
            "name":"Power Data/Leg Classifications",
            "description":"The operations from the Power Data/Leg Classifications category."
        },
        {
            "name":"Power Data/Leg Consolidation Groups",
            "description":"The operations from the Power Data/Leg Consolidation Groups category."
        },
        {
            "name":"Power Data/Level of Services",
            "description":"The operations from the Power Data/Level of Services category."
        },
        {
            "name":"Power Data/License Categories",
            "description":"The operations from the Power Data/License Categories category."
        },
        {
            "name":"Power Data/License Codes",
            "description":"The operations from the Power Data/License Codes category."
        },
        {
            "name":"Power Data/License Codes/Options",
            "description":"The operations from the Power Data/License Codes/Options category."
        },
        {
            "name":"Power Data/License Line Reference Number Qualifiers",
            "description":"The operations from the Power Data/License Line Reference Number Qualifiers category."
        },
        {
            "name":"Power Data/License Reference Number Qualifiers",
            "description":"The operations from the Power Data/License Reference Number Qualifiers category."
        },
        {
            "name":"Power Data/License Types",
            "description":"The operations from the Power Data/License Types category."
        },
        {
            "name":"Power Data/Load Config Profiles",
            "description":"The operations from the Power Data/Load Config Profiles category."
        },
        {
            "name":"Power Data/Load Config Profiles/Load Config Profile Ds",
            "description":"The operations from the Power Data/Load Config Profiles/Load Config Profile Ds category."
        },
        {
            "name":"Power Data/Load Config3d Patterns",
            "description":"The operations from the Power Data/Load Config3d Patterns category."
        },
        {
            "name":"Power Data/Load Config3d Patterns/Load Cnfg3d Pattern Ds",
            "description":"The operations from the Power Data/Load Config3d Patterns/Load Cnfg3d Pattern Ds category."
        },
        {
            "name":"Power Data/Load Configs",
            "description":"The operations from the Power Data/Load Configs category."
        },
        {
            "name":"Power Data/Load Configuration Engine Types",
            "description":"The operations from the Power Data/Load Configuration Engine Types category."
        },
        {
            "name":"Power Data/Load Configuration Rules",
            "description":"The operations from the Power Data/Load Configuration Rules category."
        },
        {
            "name":"Power Data/Load Configuration Setups",
            "description":"The operations from the Power Data/Load Configuration Setups category."
        },
        {
            "name":"Power Data/Load Configuration Setups/Orientations",
            "description":"The operations from the Power Data/Load Configuration Setups/Orientations category."
        },
        {
            "name":"Power Data/Loading Patterns",
            "description":"The operations from the Power Data/Loading Patterns category."
        },
        {
            "name":"Power Data/Location Capacity Groups",
            "description":"The operations from the Power Data/Location Capacity Groups category."
        },
        {
            "name":"Power Data/Location Capacity Groups/Location Capacity Group Details",
            "description":"The operations from the Power Data/Location Capacity Groups/Location Capacity Group Details category."
        },
        {
            "name":"Power Data/Location Overrides",
            "description":"The operations from the Power Data/Location Overrides category."
        },
        {
            "name":"Power Data/Location Overrides/Addresses",
            "description":"The operations from the Power Data/Location Overrides/Addresses category."
        },
        {
            "name":"Power Data/Location Profiles",
            "description":"The operations from the Power Data/Location Profiles category."
        },
        {
            "name":"Power Data/Location Profiles/Details",
            "description":"The operations from the Power Data/Location Profiles/Details category."
        },
        {
            "name":"Power Data/Location Qualifiers",
            "description":"The operations from the Power Data/Location Qualifiers category."
        },
        {
            "name":"Power Data/Location Reference Number Qualifiers",
            "description":"The operations from the Power Data/Location Reference Number Qualifiers category."
        },
        {
            "name":"Power Data/Location Resource Groups",
            "description":"The operations from the Power Data/Location Resource Groups category."
        },
        {
            "name":"Power Data/Location Resource Groups/Locations",
            "description":"The operations from the Power Data/Location Resource Groups/Locations category."
        },
        {
            "name":"Power Data/Location Resource Groups/Locations/Appointment Rule Sets",
            "description":"The operations from the Power Data/Location Resource Groups/Locations/Appointment Rule Sets category."
        },
        {
            "name":"Power Data/Location Roles",
            "description":"The operations from the Power Data/Location Roles category."
        },
        {
            "name":"Power Data/Locations Compatibilities",
            "description":"The operations from the Power Data/Locations Compatibilities category."
        },
        {
            "name":"Power Data/Logic Configurations",
            "description":"The operations from the Power Data/Logic Configurations category."
        },
        {
            "name":"Power Data/Message Profiles",
            "description":"The operations from the Power Data/Message Profiles category."
        },
        {
            "name":"Power Data/Message Profiles/Details",
            "description":"The operations from the Power Data/Message Profiles/Details category."
        },
        {
            "name":"Power Data/Metadata Layouts",
            "description":"The operations from the Power Data/Metadata Layouts category."
        },
        {
            "name":"Power Data/Mode Profiles",
            "description":"The operations from the Power Data/Mode Profiles category."
        },
        {
            "name":"Power Data/Mode Profiles/Details",
            "description":"The operations from the Power Data/Mode Profiles/Details category."
        },
        {
            "name":"Power Data/Move Perspectives",
            "description":"The operations from the Power Data/Move Perspectives category."
        },
        {
            "name":"Power Data/NMFC Classes",
            "description":"The operations from the Power Data/NMFC Classes category."
        },
        {
            "name":"Power Data/Non Conformance Reason Codes",
            "description":"The operations from the Power Data/Non Conformance Reason Codes category."
        },
        {
            "name":"Power Data/Object Lists",
            "description":"The operations from the Power Data/Object Lists category."
        },
        {
            "name":"Power Data/Order Base Line Reference Number Qualifiers",
            "description":"The operations from the Power Data/Order Base Line Reference Number Qualifiers category."
        },
        {
            "name":"Power Data/Order Base Reference Number Qualifiers",
            "description":"The operations from the Power Data/Order Base Reference Number Qualifiers category."
        },
        {
            "name":"Power Data/Order Base Ship Unit Content Reference Number Qualifiers",
            "description":"The operations from the Power Data/Order Base Ship Unit Content Reference Number Qualifiers category."
        },
        {
            "name":"Power Data/Order Base Ship Unit Reference Number Qualifiers",
            "description":"The operations from the Power Data/Order Base Ship Unit Reference Number Qualifiers category."
        },
        {
            "name":"Power Data/Order Configurations",
            "description":"The operations from the Power Data/Order Configurations category."
        },
        {
            "name":"Power Data/Order Movement Reference Number Qualifiers",
            "description":"The operations from the Power Data/Order Movement Reference Number Qualifiers category."
        },
        {
            "name":"Power Data/Order Release Line Reference Number Qualifiers",
            "description":"The operations from the Power Data/Order Release Line Reference Number Qualifiers category."
        },
        {
            "name":"Power Data/Order Release Reference Number Qualifiers",
            "description":"The operations from the Power Data/Order Release Reference Number Qualifiers category."
        },
        {
            "name":"Power Data/Order Release Types",
            "description":"The operations from the Power Data/Order Release Types category."
        },
        {
            "name":"Power Data/Order Types",
            "description":"The operations from the Power Data/Order Types category."
        },
        {
            "name":"Power Data/Orientations",
            "description":"The operations from the Power Data/Orientations category."
        },
        {
            "name":"Power Data/Other Latitude Longitudes",
            "description":"The operations from the Power Data/Other Latitude Longitudes category."
        },
        {
            "name":"Power Data/Packaged Item Reference Number Qualifiers",
            "description":"The operations from the Power Data/Packaged Item Reference Number Qualifiers category."
        },
        {
            "name":"Power Data/Packaged Item Types",
            "description":"The operations from the Power Data/Packaged Item Types category."
        },
        {
            "name":"Power Data/Packaging From Code Reference Number Qualifiers",
            "description":"The operations from the Power Data/Packaging From Code Reference Number Qualifiers category."
        },
        {
            "name":"Power Data/Packaging Reference Units",
            "description":"The operations from the Power Data/Packaging Reference Units category."
        },
        {
            "name":"Power Data/Partner Item Reference Number Qualifiers",
            "description":"The operations from the Power Data/Partner Item Reference Number Qualifiers category."
        },
        {
            "name":"Power Data/Party Groups",
            "description":"The operations from the Power Data/Party Groups category."
        },
        {
            "name":"Power Data/Party Groups/Details",
            "description":"The operations from the Power Data/Party Groups/Details category."
        },
        {
            "name":"Power Data/Party Reference Number Qualifiers",
            "description":"The operations from the Power Data/Party Reference Number Qualifiers category."
        },
        {
            "name":"Power Data/Payable Indicators",
            "description":"The operations from the Power Data/Payable Indicators category."
        },
        {
            "name":"Power Data/Payment Method Codes",
            "description":"The operations from the Power Data/Payment Method Codes category."
        },
        {
            "name":"Power Data/Percentage Value Qualifiers",
            "description":"The operations from the Power Data/Percentage Value Qualifiers category."
        },
        {
            "name":"Power Data/Plan Partitions",
            "description":"The operations from the Power Data/Plan Partitions category."
        },
        {
            "name":"Power Data/Planning Groups",
            "description":"The operations from the Power Data/Planning Groups category."
        },
        {
            "name":"Power Data/Planning Parameter Qualifiers",
            "description":"The operations from the Power Data/Planning Parameter Qualifiers category."
        },
        {
            "name":"Power Data/Planning Parameter Sets",
            "description":"The operations from the Power Data/Planning Parameter Sets category."
        },
        {
            "name":"Power Data/Planning Parameter Sets/Parameters",
            "description":"The operations from the Power Data/Planning Parameter Sets/Parameters category."
        },
        {
            "name":"Power Data/Port Qualifiers",
            "description":"The operations from the Power Data/Port Qualifiers category."
        },
        {
            "name":"Power Data/Postal Code Latitude Longitudes",
            "description":"The operations from the Power Data/Postal Code Latitude Longitudes category."
        },
        {
            "name":"Power Data/Postal Code Validations",
            "description":"The operations from the Power Data/Postal Code Validations category."
        },
        {
            "name":"Power Data/Power Unit Reference Number Qualifiers",
            "description":"The operations from the Power Data/Power Unit Reference Number Qualifiers category."
        },
        {
            "name":"Power Data/Power Unit Types",
            "description":"The operations from the Power Data/Power Unit Types category."
        },
        {
            "name":"Power Data/Power Unit Types/Remarks",
            "description":"The operations from the Power Data/Power Unit Types/Remarks category."
        },
        {
            "name":"Power Data/Power Unit Types/Special Services",
            "description":"The operations from the Power Data/Power Unit Types/Special Services category."
        },
        {
            "name":"Power Data/Preference Criteria",
            "description":"The operations from the Power Data/Preference Criteria category."
        },
        {
            "name":"Power Data/Processing Codes",
            "description":"The operations from the Power Data/Processing Codes category."
        },
        {
            "name":"Power Data/Produced Document Types",
            "description":"The operations from the Power Data/Produced Document Types category."
        },
        {
            "name":"Power Data/Product Classification Categories",
            "description":"The operations from the Power Data/Product Classification Categories category."
        },
        {
            "name":"Power Data/Product Classification Codes",
            "description":"The operations from the Power Data/Product Classification Codes category."
        },
        {
            "name":"Power Data/Product Classification Codes/Gtm Class Code Attributes",
            "description":"The operations from the Power Data/Product Classification Codes/Gtm Class Code Attributes category."
        },
        {
            "name":"Power Data/Product Classification Codes/Gtm Prod Class Code Descriptions",
            "description":"The operations from the Power Data/Product Classification Codes/Gtm Prod Class Code Descriptions category."
        },
        {
            "name":"Power Data/Product Classification Codes/Gtm Prod Class Code Notes",
            "description":"The operations from the Power Data/Product Classification Codes/Gtm Prod Class Code Notes category."
        },
        {
            "name":"Power Data/Product Classification Codes/Gtm Prod Class Code Uoms",
            "description":"The operations from the Power Data/Product Classification Codes/Gtm Prod Class Code Uoms category."
        },
        {
            "name":"Power Data/Product Classification Codes/Product Classification Penalty Exempt Maps",
            "description":"The operations from the Power Data/Product Classification Codes/Product Classification Penalty Exempt Maps category."
        },
        {
            "name":"Power Data/Product Classification Codes/Product Classification Penalty Unstacks",
            "description":"The operations from the Power Data/Product Classification Codes/Product Classification Penalty Unstacks category."
        },
        {
            "name":"Power Data/Product Classification Groups",
            "description":"The operations from the Power Data/Product Classification Groups category."
        },
        {
            "name":"Power Data/Product Classification Groups/Child Groups",
            "description":"The operations from the Power Data/Product Classification Groups/Child Groups category."
        },
        {
            "name":"Power Data/Product Classification Groups/Classification Codes",
            "description":"The operations from the Power Data/Product Classification Groups/Classification Codes category."
        },
        {
            "name":"Power Data/Product Classification Hierarchy Codes",
            "description":"The operations from the Power Data/Product Classification Hierarchy Codes category."
        },
        {
            "name":"Power Data/Product Classification Hierarchy Codes/Descriptions",
            "description":"The operations from the Power Data/Product Classification Hierarchy Codes/Descriptions category."
        },
        {
            "name":"Power Data/Product Classification Penalty Exempt Maps",
            "description":"The operations from the Power Data/Product Classification Penalty Exempt Maps category."
        },
        {
            "name":"Power Data/Product Classification Penalty Unstack Rules",
            "description":"The operations from the Power Data/Product Classification Penalty Unstack Rules category."
        },
        {
            "name":"Power Data/Product Classification Types",
            "description":"The operations from the Power Data/Product Classification Types category."
        },
        {
            "name":"Power Data/Province Code Profiles",
            "description":"The operations from the Power Data/Province Code Profiles category."
        },
        {
            "name":"Power Data/Province Code Profiles/Details",
            "description":"The operations from the Power Data/Province Code Profiles/Details category."
        },
        {
            "name":"Power Data/Quality Factor Profiles",
            "description":"The operations from the Power Data/Quality Factor Profiles category."
        },
        {
            "name":"Power Data/Quantity Qualifiers",
            "description":"The operations from the Power Data/Quantity Qualifiers category."
        },
        {
            "name":"Power Data/Quantity Value Configurations",
            "description":"The operations from the Power Data/Quantity Value Configurations category."
        },
        {
            "name":"Power Data/Quantity Value Configurations/Details",
            "description":"The operations from the Power Data/Quantity Value Configurations/Details category."
        },
        {
            "name":"Power Data/Quick Codes",
            "description":"The operations from the Power Data/Quick Codes category."
        },
        {
            "name":"Power Data/Quick Events",
            "description":"The operations from the Power Data/Quick Events category."
        },
        {
            "name":"Power Data/Quote Reference Number Qualifiers",
            "description":"The operations from the Power Data/Quote Reference Number Qualifiers category."
        },
        {
            "name":"Power Data/Rail Inter Modal Plans",
            "description":"The operations from the Power Data/Rail Inter Modal Plans category."
        },
        {
            "name":"Power Data/Rail Route Code Profiles",
            "description":"The operations from the Power Data/Rail Route Code Profiles category."
        },
        {
            "name":"Power Data/Rail Route Code Profiles/Details",
            "description":"The operations from the Power Data/Rail Route Code Profiles/Details category."
        },
        {
            "name":"Power Data/Rate Attributes",
            "description":"The operations from the Power Data/Rate Attributes category."
        },
        {
            "name":"Power Data/Rate Distance Types",
            "description":"The operations from the Power Data/Rate Distance Types category."
        },
        {
            "name":"Power Data/Rate Distances",
            "description":"The operations from the Power Data/Rate Distances category."
        },
        {
            "name":"Power Data/Rate Factor Rules",
            "description":"The operations from the Power Data/Rate Factor Rules category."
        },
        {
            "name":"Power Data/Rate Factor Rules/Details",
            "description":"The operations from the Power Data/Rate Factor Rules/Details category."
        },
        {
            "name":"Power Data/Rate Factor Rules/Details/Rule Value Breaks",
            "description":"The operations from the Power Data/Rate Factor Rules/Details/Rule Value Breaks category."
        },
        {
            "name":"Power Data/Rate Factor Rules/Rate Factors",
            "description":"The operations from the Power Data/Rate Factor Rules/Rate Factors category."
        },
        {
            "name":"Power Data/Rate Factor Sources",
            "description":"The operations from the Power Data/Rate Factor Sources category."
        },
        {
            "name":"Power Data/Rate Factor Sources/Rate Factors",
            "description":"The operations from the Power Data/Rate Factor Sources/Rate Factors category."
        },
        {
            "name":"Power Data/Rate Groups",
            "description":"The operations from the Power Data/Rate Groups category."
        },
        {
            "name":"Power Data/Rate Offering Lane Special Services",
            "description":"The operations from the Power Data/Rate Offering Lane Special Services category."
        },
        {
            "name":"Power Data/Rate Offering Time Period Definitions",
            "description":"The operations from the Power Data/Rate Offering Time Period Definitions category."
        },
        {
            "name":"Power Data/Rate Offering Types",
            "description":"The operations from the Power Data/Rate Offering Types category."
        },
        {
            "name":"Power Data/Rate Qualities",
            "description":"The operations from the Power Data/Rate Qualities category."
        },
        {
            "name":"Power Data/Rate Record Cost Operands",
            "description":"The operations from the Power Data/Rate Record Cost Operands category."
        },
        {
            "name":"Power Data/Rate Record Profiles",
            "description":"The operations from the Power Data/Rate Record Profiles category."
        },
        {
            "name":"Power Data/Rate Record Profiles/Details",
            "description":"The operations from the Power Data/Rate Record Profiles/Details category."
        },
        {
            "name":"Power Data/Rate Record Reference Number Qualifiers",
            "description":"The operations from the Power Data/Rate Record Reference Number Qualifiers category."
        },
        {
            "name":"Power Data/Rate Service Profiles",
            "description":"The operations from the Power Data/Rate Service Profiles category."
        },
        {
            "name":"Power Data/Rate Service Profiles/Details",
            "description":"The operations from the Power Data/Rate Service Profiles/Details category."
        },
        {
            "name":"Power Data/Rate Service Types",
            "description":"The operations from the Power Data/Rate Service Types category."
        },
        {
            "name":"Power Data/Rate Services",
            "description":"The operations from the Power Data/Rate Services category."
        },
        {
            "name":"Power Data/Rate Services/Accessorial Times",
            "description":"The operations from the Power Data/Rate Services/Accessorial Times category."
        },
        {
            "name":"Power Data/Rate Services/Distance Service Times",
            "description":"The operations from the Power Data/Rate Services/Distance Service Times category."
        },
        {
            "name":"Power Data/Rate Services/Rate Zone Service Times",
            "description":"The operations from the Power Data/Rate Services/Rate Zone Service Times category."
        },
        {
            "name":"Power Data/Rate Services/Repetition Schedule Service Maps",
            "description":"The operations from the Power Data/Rate Services/Repetition Schedule Service Maps category."
        },
        {
            "name":"Power Data/Rate Services/Service Times",
            "description":"The operations from the Power Data/Rate Services/Service Times category."
        },
        {
            "name":"Power Data/Rate Services/Speeds",
            "description":"The operations from the Power Data/Rate Services/Speeds category."
        },
        {
            "name":"Power Data/Rate Services/Voyage Service Maps",
            "description":"The operations from the Power Data/Rate Services/Voyage Service Maps category."
        },
        {
            "name":"Power Data/Rate Unit Break Profiles",
            "description":"The operations from the Power Data/Rate Unit Break Profiles category."
        },
        {
            "name":"Power Data/Rate Unit Break Profiles/Rate Unit Breaks",
            "description":"The operations from the Power Data/Rate Unit Break Profiles/Rate Unit Breaks category."
        },
        {
            "name":"Power Data/Rate Versions",
            "description":"The operations from the Power Data/Rate Versions category."
        },
        {
            "name":"Power Data/Rate Zone Profiles",
            "description":"The operations from the Power Data/Rate Zone Profiles category."
        },
        {
            "name":"Power Data/Rate Zone Profiles/Details",
            "description":"The operations from the Power Data/Rate Zone Profiles/Details category."
        },
        {
            "name":"Power Data/Rates Classifications",
            "description":"The operations from the Power Data/Rates Classifications category."
        },
        {
            "name":"Power Data/Reason Code Profiles",
            "description":"The operations from the Power Data/Reason Code Profiles category."
        },
        {
            "name":"Power Data/Reason Code Profiles/Details",
            "description":"The operations from the Power Data/Reason Code Profiles/Details category."
        },
        {
            "name":"Power Data/Reason Codes",
            "description":"The operations from the Power Data/Reason Codes category."
        },
        {
            "name":"Power Data/Reason Group Profiles",
            "description":"The operations from the Power Data/Reason Group Profiles category."
        },
        {
            "name":"Power Data/Reason Group Profiles/Details",
            "description":"The operations from the Power Data/Reason Group Profiles/Details category."
        },
        {
            "name":"Power Data/Reason Groups",
            "description":"The operations from the Power Data/Reason Groups category."
        },
        {
            "name":"Power Data/Reason Groups/Code Profiles",
            "description":"The operations from the Power Data/Reason Groups/Code Profiles category."
        },
        {
            "name":"Power Data/Regime Document Definitions",
            "description":"The operations from the Power Data/Regime Document Definitions category."
        },
        {
            "name":"Power Data/Regimes",
            "description":"The operations from the Power Data/Regimes category."
        },
        {
            "name":"Power Data/Region Details",
            "description":"The operations from the Power Data/Region Details category."
        },
        {
            "name":"Power Data/Region Groups",
            "description":"The operations from the Power Data/Region Groups category."
        },
        {
            "name":"Power Data/Region Groups/Details",
            "description":"The operations from the Power Data/Region Groups/Details category."
        },
        {
            "name":"Power Data/Regions",
            "description":"The operations from the Power Data/Regions category."
        },
        {
            "name":"Power Data/Regions/Details",
            "description":"The operations from the Power Data/Regions/Details category."
        },
        {
            "name":"Power Data/Registration Categories",
            "description":"The operations from the Power Data/Registration Categories category."
        },
        {
            "name":"Power Data/Registration Codes",
            "description":"The operations from the Power Data/Registration Codes category."
        },
        {
            "name":"Power Data/Registration Reference Number Qualifiers",
            "description":"The operations from the Power Data/Registration Reference Number Qualifiers category."
        },
        {
            "name":"Power Data/Registration Types",
            "description":"The operations from the Power Data/Registration Types category."
        },
        {
            "name":"Power Data/Regulation References",
            "description":"The operations from the Power Data/Regulation References category."
        },
        {
            "name":"Power Data/Remark Qual Asset Attributes",
            "description":"The operations from the Power Data/Remark Qual Asset Attributes category."
        },
        {
            "name":"Power Data/Remark Qualifiers",
            "description":"The operations from the Power Data/Remark Qualifiers category."
        },
        {
            "name":"Power Data/Repetition Schedule Activities",
            "description":"The operations from the Power Data/Repetition Schedule Activities category."
        },
        {
            "name":"Power Data/Repetition Schedule Services",
            "description":"The operations from the Power Data/Repetition Schedule Services category."
        },
        {
            "name":"Power Data/Repetition Schedules",
            "description":"The operations from the Power Data/Repetition Schedules category."
        },
        {
            "name":"Power Data/Repetition Schedules/Custom Actions",
            "description":"The operations from the Power Data/Repetition Schedules/Custom Actions category."
        },
        {
            "name":"Power Data/Repetition Schedules/Details",
            "description":"The operations from the Power Data/Repetition Schedules/Details category."
        },
        {
            "name":"Power Data/Repetition Schedules/Reference Numbers",
            "description":"The operations from the Power Data/Repetition Schedules/Reference Numbers category."
        },
        {
            "name":"Power Data/Repetition Schedules/Remarks",
            "description":"The operations from the Power Data/Repetition Schedules/Remarks category."
        },
        {
            "name":"Power Data/Repetition Schedules/Stops",
            "description":"The operations from the Power Data/Repetition Schedules/Stops category."
        },
        {
            "name":"Power Data/Repetition Schedules/Stops/Details",
            "description":"The operations from the Power Data/Repetition Schedules/Stops/Details category."
        },
        {
            "name":"Power Data/Resource Schedule Instances",
            "description":"The operations from the Power Data/Resource Schedule Instances category."
        },
        {
            "name":"Power Data/Resource Schedules",
            "description":"The operations from the Power Data/Resource Schedules category."
        },
        {
            "name":"Power Data/Resource Schedules/Remarks",
            "description":"The operations from the Power Data/Resource Schedules/Remarks category."
        },
        {
            "name":"Power Data/Resource Types",
            "description":"The operations from the Power Data/Resource Types category."
        },
        {
            "name":"Power Data/Responsible Parties",
            "description":"The operations from the Power Data/Responsible Parties category."
        },
        {
            "name":"Power Data/Responsible Parties/Status Group Profiles",
            "description":"The operations from the Power Data/Responsible Parties/Status Group Profiles category."
        },
        {
            "name":"Power Data/Responsible Party Profiles",
            "description":"The operations from the Power Data/Responsible Party Profiles category."
        },
        {
            "name":"Power Data/Responsible Party Profiles/Details",
            "description":"The operations from the Power Data/Responsible Party Profiles/Details category."
        },
        {
            "name":"Power Data/Restricted Partys",
            "description":"The operations from the Power Data/Restricted Partys category."
        },
        {
            "name":"Power Data/Route Code Combinations",
            "description":"The operations from the Power Data/Route Code Combinations category."
        },
        {
            "name":"Power Data/Route Code Combinations/Details",
            "description":"The operations from the Power Data/Route Code Combinations/Details category."
        },
        {
            "name":"Power Data/Route Codes",
            "description":"The operations from the Power Data/Route Codes category."
        },
        {
            "name":"Power Data/Route Codes/Details",
            "description":"The operations from the Power Data/Route Codes/Details category."
        },
        {
            "name":"Power Data/Route Execution Reference Number Qualifiers",
            "description":"The operations from the Power Data/Route Execution Reference Number Qualifiers category."
        },
        {
            "name":"Power Data/Routing Constraints",
            "description":"The operations from the Power Data/Routing Constraints category."
        },
        {
            "name":"Power Data/Routing Constraints/Details",
            "description":"The operations from the Power Data/Routing Constraints/Details category."
        },
        {
            "name":"Power Data/Routing Networks",
            "description":"The operations from the Power Data/Routing Networks category."
        },
        {
            "name":"Power Data/Routing Networks/Details",
            "description":"The operations from the Power Data/Routing Networks/Details category."
        },
        {
            "name":"Power Data/Routing Rule Details",
            "description":"The operations from the Power Data/Routing Rule Details category."
        },
        {
            "name":"Power Data/Routing Rule Reference Number Qualifiers",
            "description":"The operations from the Power Data/Routing Rule Reference Number Qualifiers category."
        },
        {
            "name":"Power Data/Routing Rules",
            "description":"The operations from the Power Data/Routing Rules category."
        },
        {
            "name":"Power Data/Routing Rules/Details",
            "description":"The operations from the Power Data/Routing Rules/Details category."
        },
        {
            "name":"Power Data/Routing Rules/Reference Numbers",
            "description":"The operations from the Power Data/Routing Rules/Reference Numbers category."
        },
        {
            "name":"Power Data/Routing Sequences",
            "description":"The operations from the Power Data/Routing Sequences category."
        },
        {
            "name":"Power Data/Rule11 Route Codes",
            "description":"The operations from the Power Data/Rule11 Route Codes category."
        },
        {
            "name":"Power Data/Rule11 Route Codes/Details",
            "description":"The operations from the Power Data/Rule11 Route Codes/Details category."
        },
        {
            "name":"Power Data/Rush Hours",
            "description":"The operations from the Power Data/Rush Hours category."
        },
        {
            "name":"Power Data/SCAC",
            "description":"The operations from the Power Data/SCAC category."
        },
        {
            "name":"Power Data/SITC",
            "description":"The operations from the Power Data/SITC category."
        },
        {
            "name":"Power Data/SPLC",
            "description":"The operations from the Power Data/SPLC category."
        },
        {
            "name":"Power Data/STCC",
            "description":"The operations from the Power Data/STCC category."
        },
        {
            "name":"Power Data/Screening Profiles",
            "description":"The operations from the Power Data/Screening Profiles category."
        },
        {
            "name":"Power Data/Secondary Charge Rules",
            "description":"The operations from the Power Data/Secondary Charge Rules category."
        },
        {
            "name":"Power Data/Secondary Charge Rules/Copied Reference Numbers",
            "description":"The operations from the Power Data/Secondary Charge Rules/Copied Reference Numbers category."
        },
        {
            "name":"Power Data/Secondary Charge Rules/Involved Parties",
            "description":"The operations from the Power Data/Secondary Charge Rules/Involved Parties category."
        },
        {
            "name":"Power Data/Secondary Charge Rules/Rule Contracts",
            "description":"The operations from the Power Data/Secondary Charge Rules/Rule Contracts category."
        },
        {
            "name":"Power Data/Service Parameters",
            "description":"The operations from the Power Data/Service Parameters category."
        },
        {
            "name":"Power Data/Service Parameters/Look Up Product Classification Detail",
            "description":"The operations from the Power Data/Service Parameters/Look Up Product Classification Detail category."
        },
        {
            "name":"Power Data/Service Parameters/Restricted Party Screen Detail",
            "description":"The operations from the Power Data/Service Parameters/Restricted Party Screen Detail category."
        },
        {
            "name":"Power Data/Service Preference Parameters",
            "description":"The operations from the Power Data/Service Preference Parameters category."
        },
        {
            "name":"Power Data/Service Preference Parameters/Details",
            "description":"The operations from the Power Data/Service Preference Parameters/Details category."
        },
        {
            "name":"Power Data/Service Preferences",
            "description":"The operations from the Power Data/Service Preferences category."
        },
        {
            "name":"Power Data/Service Preferences/Service Preference Details",
            "description":"The operations from the Power Data/Service Preferences/Service Preference Details category."
        },
        {
            "name":"Power Data/Service Provider Alias Qualifiers",
            "description":"The operations from the Power Data/Service Provider Alias Qualifiers category."
        },
        {
            "name":"Power Data/Service Provider Profiles",
            "description":"The operations from the Power Data/Service Provider Profiles category."
        },
        {
            "name":"Power Data/Service Provider Profiles/Details",
            "description":"The operations from the Power Data/Service Provider Profiles/Details category."
        },
        {
            "name":"Power Data/Ship Unit Line Reference Number Qualifiers",
            "description":"The operations from the Power Data/Ship Unit Line Reference Number Qualifiers category."
        },
        {
            "name":"Power Data/Ship Unit Reference Number Qualifiers",
            "description":"The operations from the Power Data/Ship Unit Reference Number Qualifiers category."
        },
        {
            "name":"Power Data/Ship Unit Spec Reference Number Qualifiers",
            "description":"The operations from the Power Data/Ship Unit Spec Reference Number Qualifiers category."
        },
        {
            "name":"Power Data/Ship Unit Specification Profiles",
            "description":"The operations from the Power Data/Ship Unit Specification Profiles category."
        },
        {
            "name":"Power Data/Ship Unit Specification Profiles/Details",
            "description":"The operations from the Power Data/Ship Unit Specification Profiles/Details category."
        },
        {
            "name":"Power Data/Ship Unit Specifications",
            "description":"The operations from the Power Data/Ship Unit Specifications category."
        },
        {
            "name":"Power Data/Ship Unit Specifications/Accessorials",
            "description":"The operations from the Power Data/Ship Unit Specifications/Accessorials category."
        },
        {
            "name":"Power Data/Ship Unit Specifications/Accessorials/Remarks",
            "description":"The operations from the Power Data/Ship Unit Specifications/Accessorials/Remarks category."
        },
        {
            "name":"Power Data/Ship Unit Specifications/Equipment Reference Units",
            "description":"The operations from the Power Data/Ship Unit Specifications/Equipment Reference Units category."
        },
        {
            "name":"Power Data/Ship Unit Specifications/PRU Capacities",
            "description":"The operations from the Power Data/Ship Unit Specifications/PRU Capacities category."
        },
        {
            "name":"Power Data/Ship Unit Specifications/Reference Numbers",
            "description":"The operations from the Power Data/Ship Unit Specifications/Reference Numbers category."
        },
        {
            "name":"Power Data/Shipment Group Reference Number Qualifiers",
            "description":"The operations from the Power Data/Shipment Group Reference Number Qualifiers category."
        },
        {
            "name":"Power Data/Shipment Informational Cost Qualifiers",
            "description":"The operations from the Power Data/Shipment Informational Cost Qualifiers category."
        },
        {
            "name":"Power Data/Shipment Reference Number Qualifiers",
            "description":"The operations from the Power Data/Shipment Reference Number Qualifiers category."
        },
        {
            "name":"Power Data/Shipment Ship Unit Line Reference Number Qualifiers",
            "description":"The operations from the Power Data/Shipment Ship Unit Line Reference Number Qualifiers category."
        },
        {
            "name":"Power Data/Shipment Ship Unit Reference Number Qualifiers",
            "description":"The operations from the Power Data/Shipment Ship Unit Reference Number Qualifiers category."
        },
        {
            "name":"Power Data/Shipment Stop Reference Number Qualifiers",
            "description":"The operations from the Power Data/Shipment Stop Reference Number Qualifiers category."
        },
        {
            "name":"Power Data/Shipment Types",
            "description":"The operations from the Power Data/Shipment Types category."
        },
        {
            "name":"Power Data/Shipping Agent Contacts",
            "description":"The operations from the Power Data/Shipping Agent Contacts category."
        },
        {
            "name":"Power Data/Shipping Agent Contacts/Notes",
            "description":"The operations from the Power Data/Shipping Agent Contacts/Notes category."
        },
        {
            "name":"Power Data/Shipping Agent Contacts/Profits",
            "description":"The operations from the Power Data/Shipping Agent Contacts/Profits category."
        },
        {
            "name":"Power Data/Shipping Agent Rules",
            "description":"The operations from the Power Data/Shipping Agent Rules category."
        },
        {
            "name":"Power Data/Skus",
            "description":"The operations from the Power Data/Skus category."
        },
        {
            "name":"Power Data/Skus/Assets",
            "description":"The operations from the Power Data/Skus/Assets category."
        },
        {
            "name":"Power Data/Skus/Levels",
            "description":"The operations from the Power Data/Skus/Levels category."
        },
        {
            "name":"Power Data/Skus/Quantities",
            "description":"The operations from the Power Data/Skus/Quantities category."
        },
        {
            "name":"Power Data/Special Service Compatible Sets",
            "description":"The operations from the Power Data/Special Service Compatible Sets category."
        },
        {
            "name":"Power Data/Special Service Compatible Sets/Details",
            "description":"The operations from the Power Data/Special Service Compatible Sets/Details category."
        },
        {
            "name":"Power Data/Special Service Groups",
            "description":"The operations from the Power Data/Special Service Groups category."
        },
        {
            "name":"Power Data/Special Service Profiles",
            "description":"The operations from the Power Data/Special Service Profiles category."
        },
        {
            "name":"Power Data/Special Service Profiles/Details",
            "description":"The operations from the Power Data/Special Service Profiles/Details category."
        },
        {
            "name":"Power Data/Special Services",
            "description":"The operations from the Power Data/Special Services category."
        },
        {
            "name":"Power Data/Special Services/Attribute Rules",
            "description":"The operations from the Power Data/Special Services/Attribute Rules category."
        },
        {
            "name":"Power Data/Special Services/Compatible Sets",
            "description":"The operations from the Power Data/Special Services/Compatible Sets category."
        },
        {
            "name":"Power Data/Station Codes",
            "description":"The operations from the Power Data/Station Codes category."
        },
        {
            "name":"Power Data/Status Code Profiles",
            "description":"The operations from the Power Data/Status Code Profiles category."
        },
        {
            "name":"Power Data/Status Code Profiles/Details",
            "description":"The operations from the Power Data/Status Code Profiles/Details category."
        },
        {
            "name":"Power Data/Status Codes",
            "description":"The operations from the Power Data/Status Codes category."
        },
        {
            "name":"Power Data/Status Group Profiles",
            "description":"The operations from the Power Data/Status Group Profiles category."
        },
        {
            "name":"Power Data/Status Group Profiles/Details",
            "description":"The operations from the Power Data/Status Group Profiles/Details category."
        },
        {
            "name":"Power Data/Status Groups",
            "description":"The operations from the Power Data/Status Groups category."
        },
        {
            "name":"Power Data/Status Groups/Reason Group Profiles",
            "description":"The operations from the Power Data/Status Groups/Reason Group Profiles category."
        },
        {
            "name":"Power Data/Status Groups/Status Code Profiles",
            "description":"The operations from the Power Data/Status Groups/Status Code Profiles category."
        },
        {
            "name":"Power Data/Status Type Filters",
            "description":"The operations from the Power Data/Status Type Filters category."
        },
        {
            "name":"Power Data/Status Type Filters/Status Types",
            "description":"The operations from the Power Data/Status Type Filters/Status Types category."
        },
        {
            "name":"Power Data/Status Types",
            "description":"The operations from the Power Data/Status Types category."
        },
        {
            "name":"Power Data/Status Types/Status Values",
            "description":"The operations from the Power Data/Status Types/Status Values category."
        },
        {
            "name":"Power Data/Stowage Modes",
            "description":"The operations from the Power Data/Stowage Modes category."
        },
        {
            "name":"Power Data/Tariff Rates",
            "description":"The operations from the Power Data/Tariff Rates category."
        },
        {
            "name":"Power Data/Tariff Rules Of Interpretations",
            "description":"The operations from the Power Data/Tariff Rules Of Interpretations category."
        },
        {
            "name":"Power Data/Temperature Controls",
            "description":"The operations from the Power Data/Temperature Controls category."
        },
        {
            "name":"Power Data/Text Templates",
            "description":"The operations from the Power Data/Text Templates category."
        },
        {
            "name":"Power Data/Text Templates/Document Definition Texts",
            "description":"The operations from the Power Data/Text Templates/Document Definition Texts category."
        },
        {
            "name":"Power Data/Time Qualifiers",
            "description":"The operations from the Power Data/Time Qualifiers category."
        },
        {
            "name":"Power Data/Time Window Emphasis",
            "description":"The operations from the Power Data/Time Window Emphasis category."
        },
        {
            "name":"Power Data/Time Windows",
            "description":"The operations from the Power Data/Time Windows category."
        },
        {
            "name":"Power Data/Time Windows/Time Window Weekly Ds",
            "description":"The operations from the Power Data/Time Windows/Time Window Weekly Ds category."
        },
        {
            "name":"Power Data/Time Zone Locales",
            "description":"The operations from the Power Data/Time Zone Locales category."
        },
        {
            "name":"Power Data/Time Zones",
            "description":"The operations from the Power Data/Time Zones category."
        },
        {
            "name":"Power Data/Trade Agreement Reference Number Qualifiers",
            "description":"The operations from the Power Data/Trade Agreement Reference Number Qualifiers category."
        },
        {
            "name":"Power Data/Trade Agreement Types",
            "description":"The operations from the Power Data/Trade Agreement Types category."
        },
        {
            "name":"Power Data/Trade Item Reference Number Qualifiers",
            "description":"The operations from the Power Data/Trade Item Reference Number Qualifiers category."
        },
        {
            "name":"Power Data/Trade Item Structure Component Reference Number Qualifiers",
            "description":"The operations from the Power Data/Trade Item Structure Component Reference Number Qualifiers category."
        },
        {
            "name":"Power Data/Trade Item Structure Reference Number Qualifiers",
            "description":"The operations from the Power Data/Trade Item Structure Reference Number Qualifiers category."
        },
        {
            "name":"Power Data/Trade Policies",
            "description":"The operations from the Power Data/Trade Policies category."
        },
        {
            "name":"Power Data/Trade Policies/Details",
            "description":"The operations from the Power Data/Trade Policies/Details category."
        },
        {
            "name":"Power Data/Trade Policy Qualifiers",
            "description":"The operations from the Power Data/Trade Policy Qualifiers category."
        },
        {
            "name":"Power Data/Trade Preferences",
            "description":"The operations from the Power Data/Trade Preferences category."
        },
        {
            "name":"Power Data/Trade Procedure Details",
            "description":"The operations from the Power Data/Trade Procedure Details category."
        },
        {
            "name":"Power Data/Trade Procedure Types",
            "description":"The operations from the Power Data/Trade Procedure Types category."
        },
        {
            "name":"Power Data/Trade Procedures",
            "description":"The operations from the Power Data/Trade Procedures category."
        },
        {
            "name":"Power Data/Trade Procedures/Allowed Prior Procedures",
            "description":"The operations from the Power Data/Trade Procedures/Allowed Prior Procedures category."
        },
        {
            "name":"Power Data/Trade Program Profiles",
            "description":"The operations from the Power Data/Trade Program Profiles category."
        },
        {
            "name":"Power Data/Trade Program Profiles/Details",
            "description":"The operations from the Power Data/Trade Program Profiles/Details category."
        },
        {
            "name":"Power Data/Trade Program Types",
            "description":"The operations from the Power Data/Trade Program Types category."
        },
        {
            "name":"Power Data/Trade Transaction Type Profiles",
            "description":"The operations from the Power Data/Trade Transaction Type Profiles category."
        },
        {
            "name":"Power Data/Trade Transaction Type Profiles/Details",
            "description":"The operations from the Power Data/Trade Transaction Type Profiles/Details category."
        },
        {
            "name":"Power Data/Trade Transaction Types",
            "description":"The operations from the Power Data/Trade Transaction Types category."
        },
        {
            "name":"Power Data/Trading Partner Item Reference Number Qualifiers",
            "description":"The operations from the Power Data/Trading Partner Item Reference Number Qualifiers category."
        },
        {
            "name":"Power Data/Transaction Line Reference Number Qualifiers",
            "description":"The operations from the Power Data/Transaction Line Reference Number Qualifiers category."
        },
        {
            "name":"Power Data/Transaction Reference Number Qualifiers",
            "description":"The operations from the Power Data/Transaction Reference Number Qualifiers category."
        },
        {
            "name":"Power Data/Transmission Reference Number Qualifiers",
            "description":"The operations from the Power Data/Transmission Reference Number Qualifiers category."
        },
        {
            "name":"Power Data/Transport Modes",
            "description":"The operations from the Power Data/Transport Modes category."
        },
        {
            "name":"Power Data/Transport Stage Qualifiers",
            "description":"The operations from the Power Data/Transport Stage Qualifiers category."
        },
        {
            "name":"Power Data/Truck Types",
            "description":"The operations from the Power Data/Truck Types category."
        },
        {
            "name":"Power Data/Units Of Measures",
            "description":"The operations from the Power Data/Units Of Measures category."
        },
        {
            "name":"Power Data/User Associations",
            "description":"The operations from the Power Data/User Associations category."
        },
        {
            "name":"Power Data/User Defined Categories",
            "description":"The operations from the Power Data/User Defined Categories category."
        },
        {
            "name":"Power Data/User Defined Code Types",
            "description":"The operations from the Power Data/User Defined Code Types category."
        },
        {
            "name":"Power Data/User Defined Code Types/Details",
            "description":"The operations from the Power Data/User Defined Code Types/Details category."
        },
        {
            "name":"Power Data/User Defined Code Values",
            "description":"The operations from the Power Data/User Defined Code Values category."
        },
        {
            "name":"Power Data/User Defined Commodities",
            "description":"The operations from the Power Data/User Defined Commodities category."
        },
        {
            "name":"Power Data/User Menu Layouts",
            "description":"The operations from the Power Data/User Menu Layouts category."
        },
        {
            "name":"Power Data/VAT Codes",
            "description":"The operations from the Power Data/VAT Codes category."
        },
        {
            "name":"Power Data/VAT Codes/Rates",
            "description":"The operations from the Power Data/VAT Codes/Rates category."
        },
        {
            "name":"Power Data/VAT Configurations",
            "description":"The operations from the Power Data/VAT Configurations category."
        },
        {
            "name":"Power Data/VAT Configurations/Vat Configuration Perspectives",
            "description":"The operations from the Power Data/VAT Configurations/Vat Configuration Perspectives category."
        },
        {
            "name":"Power Data/VAT Configurations/Vat Configuration Perspectives/Vat Configuration Persp Ds",
            "description":"The operations from the Power Data/VAT Configurations/Vat Configuration Perspectives/Vat Configuration Persp Ds category."
        },
        {
            "name":"Power Data/VAT Configurations/Vat Provincial Cnfg Persps",
            "description":"The operations from the Power Data/VAT Configurations/Vat Provincial Cnfg Persps category."
        },
        {
            "name":"Power Data/VAT Configurations/Vat Provincial Cnfg Persps/Vat Configuration Persp Ds",
            "description":"The operations from the Power Data/VAT Configurations/Vat Provincial Cnfg Persps/Vat Configuration Persp Ds category."
        },
        {
            "name":"Power Data/VAT Outcomes",
            "description":"The operations from the Power Data/VAT Outcomes category."
        },
        {
            "name":"Power Data/VAT Provincial Registrations",
            "description":"The operations from the Power Data/VAT Provincial Registrations category."
        },
        {
            "name":"Power Data/VAT Registrations",
            "description":"The operations from the Power Data/VAT Registrations category."
        },
        {
            "name":"Power Data/Valuation Methods",
            "description":"The operations from the Power Data/Valuation Methods category."
        },
        {
            "name":"Power Data/Value Qualifiers",
            "description":"The operations from the Power Data/Value Qualifiers category."
        },
        {
            "name":"Power Data/Vehicle Types",
            "description":"The operations from the Power Data/Vehicle Types category."
        },
        {
            "name":"Power Data/Vehicle Types/Equipment Group Compatibilities",
            "description":"The operations from the Power Data/Vehicle Types/Equipment Group Compatibilities category."
        },
        {
            "name":"Power Data/Vessel Reference Number Qualifiers",
            "description":"The operations from the Power Data/Vessel Reference Number Qualifiers category."
        },
        {
            "name":"Power Data/Vessels",
            "description":"The operations from the Power Data/Vessels category."
        },
        {
            "name":"Power Data/Vessels/Reference Numbers",
            "description":"The operations from the Power Data/Vessels/Reference Numbers category."
        },
        {
            "name":"Power Data/Voyage Service Types",
            "description":"The operations from the Power Data/Voyage Service Types category."
        },
        {
            "name":"Power Data/Weight Breaks",
            "description":"The operations from the Power Data/Weight Breaks category."
        },
        {
            "name":"Power Data/Work Assignment Bulk Plans",
            "description":"The operations from the Power Data/Work Assignment Bulk Plans category."
        },
        {
            "name":"Power Data/Work Assignment Bulk Plans/Work Assignments",
            "description":"The operations from the Power Data/Work Assignment Bulk Plans/Work Assignments category."
        }
    ]
}